answer stringlengths 15 1.25M |
|---|
(function ($) {
// Navigation scrolls
$('.navbar-nav li a').bind('click', function (event) {
$('.navbar-nav li').removeClass('active');
$(this).closest('li').addClass('active');
var $anchor = $(this);
var nav = $($anchor.attr('href'));
if (nav.length) {
$('htm... |
(window.yoastWebpackJsonp=window.yoastWebpackJsonp||[]).push([[23],{947:function(t,i,o){"use strict";jQuery("#posts-filter .tablenav.top").after('<div class="notice notice-info inline <API key>"><p class="dashicons-before dashicons-lightbulb">'+<API key>.text+"</p></div>")}},[[947,0]]]); |
package com.aleggeup.confagrid.content;
import java.util.List;
import java.util.UUID;
import com.aleggeup.confagrid.model.Phrase;
public interface PhraseService {
List<Phrase> findAll();
void save(Phrase phrase);
Phrase phraseFromText(String text);
long count();
Phrase findOne(UUID id);
} |
import util from 'util'
import mongoose from 'mongoose'
import seedData from '../seedData'
const debug = require('debug')('api:server:db')
mongoose.Promise = require('bluebird')
const host = process.env.MONGO_HOST || 'localhost'
const database = process.env.MONGO_DATABASE || 'admin'
const port = process.env.MONGO_PORT ... |
<HTML><HEAD>
<TITLE>Review for Mission: Impossible II (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120755">Mission: Impossible II (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsB... |
title: Shell shock
description: After playing with ZSH and Tmux on Linux I felt left out on Windows. But, even if it goes against popular belief, it is possible to have an awesome shell!
permalink: /shell-shock
category: code
tags: [.NET, agnoster, chocolatey, cli, command line, conemu, git, github, posh-git, powershel... |
<table>
<tbody>
<tr class="votable">
<td>
<div data-id="1">
<form action="/votes/1" class="formtastic vote" id="edit_vote_1">
<input name="_method" type="hidden" value="delete" />
<input class="unvote" name="commit" type="submit" value="Unvote" />
</form>
... |
package cs2020;
public interface <API key> extends IMazeSolver {
/**
* Finds the shortest path from a given starting coordinate to an
* ending coordinate with a fixed number of Powers given
*
* @param startRow
* @param startCol
* @param endRow
* @param endCol
* @param superpo... |
package com.lms.dao;
import java.util.List;
import com.lms.jpa.Person;
public interface DAOPerson {
public boolean personExist(long personId);
public void insertPerson(Person person);
public void updatePerson(Person person);
public void deletePerson(long personId);
public Person fetchPersonInfo(long... |
import * as type from '../../../src/validators/type';
describe('type Unit Tests', () => {
describe('isArray method', () => {
describe('when the node does not exist in the package.json file', () => {
test('true should be returned', () => {
const packageJson = {
name: ['awesome-module'],
... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc on Sun Aug 01 21:54:59 BST 2004 -->
<TITLE>
RowSetDynaClass (Bean Introspection Utilities (Version 1.7))
</TITLE>
<META NAME="keywords" CONTENT="org.apache.commons.beanutils.RowSetDynaClass,RowSetDynaClass class">
<LINK REL ="stylesheet" TYPE=... |
<?php
namespace PHPAPILibrary\Core\Data\Out\ResponseTranslator;
use PHPAPILibrary\Core\Data\DataInterface;
use PHPAPILibrary\Core\Data\ResponseInterface as <API key>;
use PHPAPILibrary\Core\Network\ResponseInterface as <API key>;
use PHPUnit\Framework\TestCase;
class <API key> extends TestCase
{
public function <AP... |
import { enableProdMode } from '@angular/core';
import { <API key> } from '@angular/<API key>';
import { AppModule } from './app/app.module';
import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
// GA tracking
document.write('<script async src="https:
}
<API ke... |
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-... |
\documentclass[dvips, 12pt]{article}
% Any percent sign marks a comment to the end of the line
% Every latex document starts with a documentclass declaration like this
% The option dvips allows for graphics, 12pt is the font size, and article
% is the style
\newcommand*{\TitleFont}{%
\usefont{\encodingdefault... |
package com.valarion.gameengine.events.menu.battlemenu;
public interface ToolTip {
public String getToolTip();
} |
// LoginViewController.cs
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
... |
require 'test_helper'
class PageTest < Test::Unit::TestCase
context "A page" do
setup do
@page = Trample::Page.new(:get, "http://google.com/", :username => "joetheuser")
end
should "have a request_method" do
assert_equal :get, @page.request_method
end
should "have a url" do
asser... |
<div class="container">
<div class="row">
<div class="box">
<div class="col-sm-3 text-left">
<h3><?php echo $results; ?></h3>
<p><?php echo $totalvotes.": ".$kokku_haali ?></p>
<div class="btn-group-vertical" role="group" aria-label="Vertical butto... |
/*
by larry pavanery
2015
*/
* {
padding: 0;
margin: 0;
text-align: center;
}
body {
background: url("../images/Z1000.jpg") 25% center no-repeat #000;
}
marquee {
color: #ffffff;
font-size: 0.5em;
padding: 50px 0 0 0;
padding: 0 0 0 10px;
}
img {
margin-top: 5px;
image-re... |
<?php
namespace Sylius\Bundle\CoreBundle\Model;
use Doctrine\Common\Collections\Collection;
use Sylius\Bundle\AddressingBundle\Model\ZoneInterface;
use Sylius\Bundle\ShippingBundle\Model\<API key>;
use Sylius\Bundle\TaxationBundle\Model\TaxableInterface;
use Sylius\Bundle\TaxationBundle\Model\<API key>;
use Sylius\Bund... |
$(function() {
$(".ajax_filter_choice").click(function() {
$(this).parent().siblings().css("font-weight", "normal");
$(this).parent().css("font-weight","bold");
})
});
<API key> = {
request_url: "/<API key>/json_index/",
data_loaded: "data_loaded",
_appendOption: function(obj, selector) {
... |
<TS language="sr@latin" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Klikni desnim tasterom za uređivanje adrese ili oznake</translation>
</message>
<message>
<source>Create a new address</sourc... |
// <auto-generated>
// This code was generated by Codezu.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
using System;
using System.Collections.Generic;
using Mozu.Api.Security;
using System.Threading.Tasks;
using Newtonsoft.Json.Lin... |
#ifndef <API key>
#define <API key>
#include "DeckLinkAPI.h"
BMD_CONST REFIID <API key> = /* <API key> */ {0xD5,0x97,0x3D,0xC9,0x64,0x32,0x46,0xD0,0x8F,0x0B,0x24,0x96,0xF8,0xA1,0x23,0x8F};
/* Enum <API key> - DeckLink Frame Metadata ID */
typedef uint32_t <API key>;
enum <API key> {
<API key> ... |
import datetime
import logging
from os import path
import socket
import urllib
import voluptuous as vol
from homeassistant.components.media_player import (
ATTR_MEDIA_ENQUEUE, DOMAIN, MEDIA_TYPE_MUSIC, SUPPORT_NEXT_TRACK,
SUPPORT_PAUSE, SUPPORT_PLAY_MEDIA, <API key>, SUPPORT_SEEK,
SUPPORT_VOLUME_MUTE, SUPPO... |
<?php
namespace Afroware\JwTauth\Test\Providers\JwT;
use Mockery;
use Exception;
use Namshi\JOSE\JWS;
use <API key>;
use Afroware\JwTauth\Providers\JwT\Namshi;
use Afroware\JwTauth\Test\AbstractTestCase;
class NamshiTest extends AbstractTestCase
{
/**
* @var \Mockery\MockInterface
*/
protected $jws;
... |
=begin
give highest possible product out of three integers in a given array
input: array of integers (will always have at least three integers)
output: highest product, integer
PSEUDOCODE
int_array.combination(3) => gives array of combinations of all possible groups of three
array_combos.each do |group|
products_arra... |
'use strict';
var type = require('type-detect');
var path = require('path');
var <API key> = require('<API key>');
var errors = require('common-errors');
var prettyFormat = require('pretty-format');
module.exports = function (input, cb) {
if (type(input) !== 'string') {
cb(new errors.TypeError('input requires str... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="<API key>" content="yes">
<meta name="<API key>" content="black">
<meta name="gtv-autozoom" content="off"... |
We can easily come out an algorithm using the formular which is proved in Ex5. And here comes out of a theorem proved below.
\begin{theorem}
Let $p$ represents the maximum $2^d$ which is less than $n$, then either $m > n - p$ or $m - p \leq 0$ holds.
\end{theorem}
\begin{proof}
It is obvirusly that $p \geq \dfrac{n... |
const test = require('tape')
const nlp = require('../_lib')
test('before-basic', function(t) {
let doc = nlp('one two three four five. one three four')
let arr = doc.before('three four').out('array')
t.equal(arr.length, 2, 'two-matches')
t.equal(arr[0], 'one two', 'first-match')
t.equal(arr[1], 'one', 'second... |
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>string rect</title>
</head>
<script type="text/javascript" src="string_rect.js"></script>
<body>
<div id="string_rect">js-string-rect A Simple Demo.</div>
<script type="text/javascript">
(function(doc) {
var rects = doc.getElementById("st... |
import logging
import time
import hiro
import mock
from flask import Flask, request
from werkzeug.exceptions import BadRequest
from flask_limiter.extension import C, Limiter
from flask_limiter.util import get_remote_address
def test_reset(extension_factory):
app, limiter = extension_factory({C.DEFAULT_LIMITS: "1 pe... |
layout: post
title:
[Disqus](https://disqus.com/)
https://quangeblog.disqus.com/admin/settings/advanced/
Trusted Domains
`_config.yml`
{% highlight objc %}
# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
disqus: qu... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v8.7.0 - v8.8.1: Class Members</title>
<link href="tabs.... |
<?php
namespace EasyWeChat\Staff;
use EasyWeChat\Message\AbstractMessage;
/**
* Class Transformer.
*/
class Transformer
{
/**
* transform message to XML.
*
* @param AbstractMessage $message
*
* @return array
*/
public function transform(AbstractMessage $message)
{
$ha... |
#!/usr/bin/env python
# This module contains some utilities
class argpasser(object):
"""
ComEst use the arguments that are almost repeatedly. Therefore, it will be useful to create a customized arguemnt passer like this.
"""
def __init__(self,
stamp_size_arcsec = 20.0,
... |
import { Component } from '@angular/core';
// Visual Recognition
import { <API key> } from './visual-recognition.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'CyberusAI';
sources: Array<Object>;
co... |
#ifndef _OPERATIONS_HPP
#define _OPERATIONS_HPP
#define <API key>
#define <API key>
#include <CL/cl.h>
#include "matrix.hpp"
#include "mem.hpp"
class Operations
{
public:
virtual ~Operations(void) { }
virtual Matrix multiply(const Matrix& lhs, const Matrix& rhs) const = 0;
};
class CpuOperations : public Operat... |
module ListTool
module App
class UseCommand < Command
class << self
def match? arg
['u', 'use'].include? arg
end
def parse argv
<API key>(argv)
list = argv.shift
{ list: parse_list_number!(list) }
end
def execute options, lister... |
<?php
namespace LegalThings\DataEnricher\Processor;
use LegalThings\DataEnricher\Node;
use LegalThings\DataEnricher\Processor;
/**
* Equal processor
*/
class Equal implements Processor
{
use Processor\Implementation;
/**
* Apply processing to a single node
*
* @param Node $node
*/
publ... |
<reference path="../../../lib/RTCPeerConnection.d.ts"/>
<reference path="WebRtcCommons.ts"/>
"use strict";
class WebRtcProducer {
private _id : string;
private _debugMode : boolean = false;
private _successCalled : boolean = false;
private connection: RTCPeerConnection = null;
private channel: RTCDa... |
/** default constructor */
/**
* void getImageTypeList(std::vector<ossimString>& imageTypeList)const
*
* Appends this writer image types to list "imageTypeList".
*
* This writer only has one type "jpeg".
*
* @param imageTypeList stl::vector<ossimString> list to append to.
*/
virtua... |
# ~*~ encoding: utf-8 ~*~
from pymongo import MongoClient
from pandas import read_csv
from datetime import date
mongodb = MongoClient('192.168.178.82', 9999)
db = mongodb['dev']
drug_collection = db['drug']
drugs = read_csv('~/Dokumente/<API key>.csv', delimiter=';', encoding='iso8859_2').to_dict()
drugs.pop('Id', None... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sun Dec 08 14:57:16 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.neo4j.graphdb.index.UniqueFactory.UniqueEntity (Neo4j Community 2.0.0 API)</tit... |
import {AotCompilerHost, <API key>, ExternalReference, GeneratedFile, ParseSourceSpan, TypeScriptEmitter, <API key>, syntaxError} from '@angular/compiler';
import * as path from 'path';
import * as ts from 'typescript';
import {TypeCheckHost} from '../diagnostics/<API key>';
import {METADATA_VERSION, ModuleMetadata} fr... |
/**
* @author fengchen, Dongyun Jin, Patrick Meredith, Michael Ilseman
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package llvmmop;
import java.io.File;
import java.io.FileWriter;
import java.io.Filename... |
var Element = RightJS.Element = new Class(Wrapper, {
/**
* constructor
*
* NOTE: this constructor will dynamically typecast
* the wrappers depending on the element tag-name
*
* @param String element tag name or an HTMLElement instance
* @param Object options
* @return Element element
... |
using System.Runtime.InteropServices;
using System;
using OpenGL;
namespace Rox.Geom {
[StructLayout(LayoutKind.Sequential, Pack = 2)]
public struct Quad {
public UvVertex V0 { get; private set; }
public UvVertex V1 { get; private set; }
public UvVertex V2 { get; private set; }
p... |
# typed: strict
# <API key>: true
module Ffprober
module Parsers
class FileParser
extend T::Sig
sig do
params(
file_to_parse: String,
exec: T.any(Ffprober::Ffmpeg::Exec, T.untyped)
).void
end
def initialize(file_to_parse, exec = Ffprober::Ffmpeg::Exec.ne... |
# clopure
Python
$ sudo pip3 install clopure
$ git clone https://github.com/vbkaisetsu/clopure.git
$ cd clopure
$ ./setup.py test
$ ./setup.py build
$ sudo ./setup.py install
## clopure
clopure :
$ clopure
`>>>` <kbd>Enter</kbd> <kbd>Return</kbd>
clojure
((fn fact [n] (if (> n 0) (* n (fact (- n 1))) 1)) 5)
120
cloju... |
<!doctype html>
<html>
<head>
<title>spectralpool</title>
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="https://cdn.socket.io/socket.io-1.2.0.js"></script>
<script src="https://code.jquery.com/pep/0.4.0/pep.js"></script>
<script src="apps/spectralpool/app/teoria.js"></script>
<scri... |
"""Molt Web API with Interface."""
import re
import redis
import docker
import subprocess
import os
import shlex
import requests
import sys
import argparse
from flask import Flask, Response, render_template, abort, request
from molt import Molt, MoltError
app = Flask(__name__)
parser = argparse.ArgumentParser()
parser.... |
<!DOCTYPE html>
<html xmlns:msxsl="urn:<API key>:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="<API key>">.NET Portability Report</title>
<style>
/* Body style, for the entire document */... |
package com.sdl.selenium.extjs6.form;
import com.sdl.selenium.InputData;
import com.sdl.selenium.TestBase;
import com.sdl.selenium.extjs6.panel.Panel;
import com.sdl.selenium.web.SearchType;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import java.time.Duration;
import static org.hamcr... |
using System;
using System.Collections.Generic;
using Ghpr.Core.Core.Common;
using Ghpr.Core.Core.Extensions;
using Ghpr.Core.Core.Processors;
using NUnit.Framework;
namespace Ghpr.Tests.Core.Processors
{
[TestFixture]
public class <API key>
{
[Test]
public void TestProcessRunGuid()
... |
<!DOCTYPE html>
<html xmlns:msxsl="urn:<API key>:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="<API key>">.NET Portability Report</title>
<style>
/* Body style, for the entire document */... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cours-de-coq: 20 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>matrices: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
package codebook.runtime.io
import java.nio.ByteBuffer
import javax.net.ssl.SSLEngineResult.HandshakeStatus
import javax.net.ssl.{SSLContext, SSLEngine, SSLEngineResult, <API key>}
import akka.actor.{Actor, ActorLogging, ActorRef}
import akka.dispatch.ControlMessage
import akka.io.Tcp._
import akka.util.ByteString
impo... |
require "rails_helper"
RSpec.describe UserMailer, type: :mailer do
# describe "follow_up_email" do
# let(:mail) { UserMailer.follow_up_email }
# it "renders the headers" do
# expect(mail.subject).to eq("Follow up email")
# expect(mail.to).to eq(["to@example.org"])
# expect(mail.from).to eq([... |
// server.js
// BASE SETUP
// call the packages we need
var express = require('express'); // call express
var app = express(); // define our app using express
var bodyParser = require('body-parser');
var json2csv = require('json2csv');
var fs = require('fs');
var path = require('path');... |
<?php
namespace PHPExiftool\Driver\Tag\Pentax;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class DigitalFilter01 extends AbstractTag
{
protected $Id = 5;
protected $Name = 'DigitalFilter01';
protected $FullName = 'Pentax::FilterInfo';... |
export interface DragDelta {
x: number
y: number
}
let targets: HTMLElement[] = []
export function getDragDeltas (
onDragDelta: (d: DragDelta) => void,
onMouseDown?: (e?: MouseEvent) => void
) {
let oldX = 0
let oldY = 0
let target: HTMLElement
function onmousedown (e: MouseEvent) {
... |
package com.kensenter.p2poolwidget;
import android.content.Context;
import android.content.SharedPreferences;
public class GetPrefs {
public static final String PREFS_NAME = "p2poolwidgetprefs";
public String GetWidget(Context ctxt, int WidgetId){
SharedPreferences settings = ctxt.<API key>(PREFS_NAME+W... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - clipIntersection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0px;
... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: <API key>.c
Label Definition File: <API key>.one_string.label.xml
Template File: sources-sink-06.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: listen_socket Read data using a listen socket (server side)
* GoodSource: Fixed string
* Sink: popen... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>itree: 4 m 31 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="sty... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>min-imports: 17 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>menhirlib: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>DejaViewer</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
const { ipcRenderer } = require("electron");
const { dialog } = require("electron").remote;
ipcRenderer.on("erro... |
<?php
namespace OC\PlatformBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use OC\PlatformBundle\Entity\Advert;
/**
* @ORM\Table(name="application")
* @ORM\Entity(repositoryClass="OC\PlatformBundle\Repository\<API key>")
*/
class Application
{
/**
* @ORM\ManyToOne(targetEntity="OC\PlatformBundle\Entity\Adver... |
layout:
- post
title: 'Pingly'
date: 2014-07-25 00:00:00
categories:
tags:
<a href="http://xinpinla.com/product/232" title="">
</a>
[Pingly](http://pingly.me/)
[](http://xinpinla.com/) ! github pages |
// @flow
import type { <API key> } from '../../';
import configResolve from '../';
type Fixture = {
name: string,
in: <API key>,
};
const fixtures: Fixture[] = [
{
name: '01 empty input config',
in: {},
},
{
name: '02 empty input config with configFile',
in: {
... |
package com.gulj.common.util;
import java.io.<API key>;
public enum FeijianCode {
SAVE_SUCCESS("0001",""),
SAVE_ERROR("0002",""),
UPDATE_SUCCESS("0003",""),
UPDATE_ERROR("0004",""),
DELETE_SUCCESS("0005",""),
DELETE_ERROR("0006",""),
USERORPWD_ERROR("0007",""),
... |
<?php
namespace App;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Database\Eloquent\Model as Eloquent;
class User extends Authenticatable
{
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = [
'username', 'email', 'password','... |
#region MIT
#endregion
using System;
using System.Collections.Generic;
namespace Pi.Framework
{
public interface IProperty
{
void Inject(IEnumerable<IBlock> blocks);
List<T> GetList<T>(short pid);
bool Inject(IBlock block);
bool Inc<T>(short pid, T delta);
bool Inc(short ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-solvable: 4 m 57 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>weak-up-to: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
from django.contrib import admin
try:
from django.contrib.auth import <API key>
except ImportError: # pragma: no cover
# Django < 1.6
def <API key>(action, opts):
return '%s_%s' % (action, opts.object_name.lower())
class <API key>(object):
def <API key>(self, request, obj=None):
opts = ... |
export * from './Slider' |
=== hs.mouse ===
Inspect/manipulate the position of the mouse pointer
This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
This module uses ManyMouse by Ryan C. Gordon.
MANYMOUSE LICENSE:
Copyright (c) 2005-2012 Ryan C. Gordon and others.
Thi... |
using Google.Protobuf;
using PoGo.ApiClient.Authentication;
using PoGo.ApiClient.Enums;
using PoGo.ApiClient.Exceptions;
using PoGo.ApiClient.Helpers;
using PoGo.ApiClient.Interfaces;
using PoGo.ApiClient.Rpc;
using POGOProtos.Networking.Envelopes;
using POGOProtos.Networking.Requests;
using POGOProtos.Networking.Reque... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-algebra: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
layout: archive
permalink: /cacti/
# Posts about cacti
<div class="tiles">
{% for post in site.categories.cacti %}
{% include archive-single.html %}
{% endfor %}
</div><!-- /.tiles --> |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>goedel: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-field: 12 m 55 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.0.3; TM-7025 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="htt... |
# Test
This is for testing only
Some modifications |
FROM ruby:2.7.4
WORKDIR /app
COPY . .
RUN script/bootstrap
HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost:5000/ || exit 1
EXPOSE 5000
ENTRYPOINT ["script/server"] |
// AppDelegate.h
// storyboard-plus-xib
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <<API key>>
@property (strong, nonatomic) UIWindow *window;
@end |
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h4>Play the Story</h4>
<div class="form-group">
<input type="text" ng-model="current.title" />
<textarea type="text" ng-model="current.content" rows="10"></textarea>
<div class="btn-group" role="group" aria... |
var sys = require('pex-sys');
var glu = require('pex-glu');
var geom = require('pex-geom');
var gen = require('pex-gen');
var materials = require('pex-materials');
var color = require('pex-color');
var gui = require('pex-gui');
var Cube = gen.Cube;
var Sphere = gen.Sphere;
var Mesh = glu.Mesh;
var TexturedCubeMap = mat... |
// namespace line first
import * as XA from "X";
import XD, { X2 } from "X";
import { X3 } from "X"; |
<?php
namespace ONGR\CookiesBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use ONGR\CookiesBundle\DependencyInjection\Compiler\CookieCompilerPass;
/**
* This class is used to register component into Symfony app kernel.
*/
class ONGRCookiesBundle ext... |
#!/bin/bash
set -e
rm -rf .git
git init
git clean -dfx
git remote add origin https://github.com/emdaer/emdaer.git
git fetch origin
git clone https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG
git checkout $TRAVIS_BRANCH
git config credential.helper store
echo "https://${RELEASE_GH_USERNAME}:${RELEASE_GH_TOKEN}@... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: Not compatible </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel=... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>three-gap: 35 s </title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="sty... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.