answer
stringlengths
15
1.25M
namespace <API key>.Web.Routes.Tests { using System.Web.Routing; using Controllers; using MvcRouteTester; using NUnit.Framework; [TestFixture] public class JobOffersTests { private RouteCollection routeCollection; [TestFixtureSetUp] public void Init() { ...
<!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.9.1"/> <title>V8 API Reference Guide for node.js v0.4.2: deps/v8 Directory Reference</title> <link href=...
var Model = require('./jugando'); module.exports = function (sequelize, DataTypes) { var DetalleVenta = sequelize.define( 'DetalleVenta', { idDetalleVenta: { type: DataTypes.INTEGER(11), primaryKey: true, autoIncrement: true, comment: 'ID Detalle Venta', validate:...
'use strict'; var some = require( './some.core' ); var grid = function ( world, width, height, marginX, marginY ) { some.layout.call( this, world, true ); this.horizontal = marginX || 1; this.vertical = marginY || marginX || 1; this.setSize( width, height ); this.generate(); return this; }; grid.prototype =...
<?php /* WebProfilerBundle:Router:panel.html.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, arr...
'use strict'; module.exports = function (grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), jshint: { options: { jshintrc: true }, test: ['Gruntfile.js', 'index.js', 'demo*.js'] }, co...
require 'expensirb/version' require 'rest-client' require 'json' require 'uri' require '../lib/expensirb/errors/error' module Expensirb def report Expensirb::Report.new end def employee Expensirb::Employee.new end def policy Expensirb::Policy.new end def expense Expensirb::Expense.new en...
7.0-alpha1:<SHA256-like> 7.0-alpha2:<SHA256-like>
<?php namespace Grcote7\Profile; use System\Classes\PluginBase; use RainLab\User\Controllers\Users as UsersController; use RainLab\User\Models\User as UserModel; class Plugin extends PluginBase { public function registerComponents() { } public function registerSettings() { } public function boot() { UserM...
'use strict' const normalizeEndpoint = require('./lib/normalize-endpoint') module.exports = Client // TODO: request timeouts // const REQUEST_TIMEOUT = 10 * 1000 // 10 seconds // TODO eventually this will be https-only const hyperquest = require('hyperquest') const bole = require('bole') const logger = bole(process.tit...
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * DetailReservation * * @ORM\Table(name="detail_reservation") * @ORM\Entity(repositoryClass="AppBundle\Repository\<API key>") */ class DetailReservation { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\...
# == Schema Information # Table name: prosecutors # id :integer not null, primary key # name :string # <API key> :integer # judge_id :integer # avatar :string # gender :string # gender_source :string # birth_year ...
// AppDelegate.h // FGLiveDemo #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <<API key>> @property (strong, nonatomic) UIWindow *window; @end
import {customAttribute} from 'aurelia-templating'; //Placeholder attribute to prohibit use of this attribute name in other places @customAttribute('<API key>') export class InfiniteScrollNext { constructor() {} attached() {} bind(bindingContext, overrideContext): void { this.scope = { bindingContext, overrid...
import { Injectable } from '@angular/core'; import { FormData, Personal, Address } from './formData.model'; import { WorkflowService } from '../workflow/workflow.service'; import { STEPS } from '../workflow/workflow.model'; @Injectable() export ...
/* Colours used in this sheet: Sheet background #e6be74 Derived from the average colour of the former background image Border colour #806940 Sheet background colour at value 50 (HSV model) Background colour of disabled elements: #bf9e60 Sheet background colour at value 75 (HSV model) Background ...
<?php /* forms/fields/textarea/textarea.html.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); // line 1 $this->parent = $this->loadTemplate("forms/field.html.twig", "forms/fields/textarea/textarea.html.twig", ...
var mongoSetup = require('./../index.js'); var cp = mongoSetup.collectionPromises; var connectionData = { connectionString : "mongodb://localhost:27017/repair_db" }; mongoSetup.connectTo(connectionData) .then(cp.repair()) .then(cp.disconnect()) .catch(mongoSetup.handleError());
using FlaUI.Core; using FlaUI.Core.AutomationElements.Infrastructure; using FlaUI.Core.Patterns; using FlaUI.UIA3.Patterns; namespace FlaUI.UIA3 { public class UIA3EventLibrary : IEventLibrary { public UIA3EventLibrary() { Element = new <API key>(); Drag = new DragPattern...
<a name="0.13.18"></a> Bug Fixes * **preprocessor:** Improve handling of failed preprocessors ([e726d1c](https://github.com/karma-runner/karma/commit/e726d1c)), closes [ Features * **cli:** Add .config/karma.conf.js to the default lookup path ([49bf1aa](https://github.com/karma-runner/karma/commit/49bf1aa)), closes [ *...
<?php namespace CleanSoft\Modules\Core\Services; class FlashMessages { /** * @var array */ protected $errorMessages = []; protected $infoMessages = []; protected $successMessages = []; protected $warningMessages = []; /** * Set flash message * @param $messages * @param $...
layout: single permalink: /contact/ title: "Contact" excerpt: "Preferred methods of contacting me." Have a question? Noticed an error or broken link? Improvement suggestion? The best way to contact me is by sending me an [email](mailto:ecorbari@protonmail.com) or via [Linkedin](https:
#include "linkserializer.h" #include "linktyperepository.h" namespace DMC { namespace Internal { // "link_type_id":"", // "joint_move":999.99, jsonxx::Object* LinkSerializer::Serialize(PDC::Link* link) { jsonxx::Object* linkJson = new jsonxx::Object(); *linkJson << "link_type_id" << link->GetLinkType()->Get...
<?php namespace bunq\Model\Generated\Endpoint; use bunq\Http\BunqResponse; class <API key> extends BunqResponse { /** * @return <API key>[] */ public function getValue(): array { return parent::getValue(); } }
//Declare a boolean variable called isFemale //and assign an appropriate value corresponding //to your gender. using System; class MaleOrFemale { static void Main() { bool isFemale = false; Console.WriteLine(isFemale); } }
var issuesListNodes = document.<API key>('issues-list'); var issuesList = issuesListNodes && issuesListNodes[0]; var issues = issuesList && issuesList.<API key>('<API key>'); var numPRs = issues && issues.length; for (var i = 0; i < numPRs; ++i) { var prIssue = issues[i].parentNode && issues[i].parentNode.parentNode;...
<?php namespace Ekyna\Component\Commerce\Common\Listener; use Ekyna\Component\Commerce\Common\Model\NotificationTypes; use Ekyna\Component\Commerce\Order\Model\<API key>; use Ekyna\Component\Commerce\Shipment\Model\ShipmentStates; /** * Class <API key> * @package Ekyna\Component\Commerce\Common\Listener * @author E...
package com.hemen.CMSC335.SCave; import java.util.Comparator; public class <API key> implements Comparator<GameObject> { @Override public int compare(GameObject t1, GameObject t2) { if( ((Treasure) t1).getWeight() > ((Treasure) t2).getWeight() ) return 1; else if( ((Treasure) t1).get...
#!/usr/bin/env python import os import sys if __name__ == "__main__": os.environ.setdefault("<API key>", "mediapop.settings.local") from django.core.management import <API key> <API key>(sys.argv)
import { EventEmitter, OnChanges, SimpleChanges, TemplateRef } from '@angular/core'; export declare class SeriesHorizontal implements OnChanges { bars: any; x: any; y: any; dims: any; type: string; series: any; xScale: any; yScale: any; colors: any; tooltipDisabled: boolean; ...
'use strict'; var grunt = require('grunt'); exports.html2str = { setUp: function(done) { // setup here if necessary done(); }, default_options: function(test) { test.expect(1); var actual = grunt.file.read('tmp/after.js'); var expected = grunt.file.read('test/expected/after.js'); test.equa...
'use strict'; /* jshint ignore:start */ /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ /* jshint ignore:end */ var Q = require('q'); /* jshint ignore:line */ var _ = require('lodash'); /* jshint ignore:line */ var Page = require('../../../base/Page'...
from djoser.conf import settings __all__ = ['settings'] def get_user_email(user): email_field_name = <API key>(user) return getattr(user, email_field_name, None) def <API key>(user): return user.<API key>()
package com.editize.editorkit; import java.beans.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import javax.swing.text.*; /** * An ArticleTextAction that is specialized for use in a text editor's toolbar. * <p> * When linked to a JEditorPane, this Action maintains a boolean property b...
<?php declare(strict_types=1); namespace WTG\Http\Controllers\Admin\Api\Companies; use Exception; use Illuminate\Database\DatabaseManager; use Illuminate\Http\JsonResponse; use Illuminate\Http\Request; use Illuminate\Log\LogManager; use Symfony\Component\HttpFoundation\Response; use Throwable; use WTG\Http\Controllers\...
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="de" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About canadacoin</source> <translation>Über canadacoin</translation> <...
import { AfterContentInit, Component, <API key>, forwardRef, Input } from '@angular/core'; import { IgxColumnComponent } from './column.component'; import { <API key> } from './column-group.component'; @Component({ changeDetection: <API key>.OnPush, providers: [{ provide: IgxColumnComponent,...
<!doctype html> <html> <head> <title>SystemJS tests</title> </head> <body> <script> window.assert = window.parent.assert; window.done = window.parent.done; </script> <script base-url="./" config-main="@empty" src="../../../steal-with-promises.js"></script> <script src="../system_test...
<?php namespace MiniAsset\Filter; use MiniAsset\Filter\AssetFilter; use MiniAsset\Filter\CssDependencyTrait; use ScssPhp\ScssPhp\Compiler; class ScssPHP extends AssetFilter { use CssDependencyTrait { getDependencies as getCssDependencies; } protected $_settings = array( 'ext' => '.scss', ...
// <auto-generated> // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // </auto-generated> namespace Microsoft.Azure.Management.HDInsight { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; us...
using System; using System.Collections.Generic; public class Program { public static void Main() { var inputNumber = Console.ReadLine(); var resultList = new List<string>(); var longParse = true; var uintParse = true; var intParse = true; var ushortParse = true; ...
<!DOCTYPE HTML PUBLIC "- <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="up" title="Petit FatFs" href="../00index_p.html"> <link rel="stylesheet" href="../css_e.css" type="text/css" media="screen" title...
// <auto-generated /> // Version 3.0.10 // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. using System; using System.Runtime.InteropServices; namespace Noesis { public class <API key> : RoutedEventArgs { private HandleRef swigCPtr; internal <API key>(...
import datetime import sys import pdb from directory import directory if False: pdb.set_trace() # avoid warning message from pyflakes class Logger(object): # from stack overflow: how do i duplicat sys stdout to a log file in python def __init__(self, logfile_path=None, logfile_mode='w', base_name=None): ...
# Prototype Environment for NVMe [![Build Status](https: [![](https: The NVMe device emulation code includes a LightNVM subsystem which works on QEMU. # Information of the system emulator bash ubuntu@ubuntu:~$ sudo nvme list Node SN Model Version Namespa...
#include<stdio.h> // Log void printSort(int data[], int n, int currentIndex) { printf("\n"); printf("%d:", currentIndex); for (int i = 0; i < n; ++ i) { printf("%d ", data[i]); } printf("\n"); } // <API key>.c /** @param data @param tmp @param n @param delta */ int <API key>(int data[]...
package org.neteinstein.androidacademy.class1.layouts; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import org.neteinstein.androidacademy.R; public class <API key> extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(save...
Installation instructions for openSUSE =================================== - Install the latest Arduino IDE from [arduino.cc](https: - Open Terminal and execute the following command (copy->paste and hit enter): bash sudo usermod -a -G dialout $USER && \ if [ `python --version 2>&1 | grep '2.7' | wc -l` = "1" ]; ...
RandomData ======= A quick project to create data for a friend's EMR system. Modify `template.json` or specify your own template in settings.py to create data in any form you wish.
'use strict'; var host = location.origin.replace(/^http/, 'ws'); var ws = new WebSocket(host); var clientId; var msgId; var Types = { INIT: 'INIT', TICK: 'TICK', ENTER: 'ENTER', CHAT: 'CHAT', EXIT: 'EXIT', }; function <API key> () { setStatusMessage('Connection closed for unknown reason'); } function <API k...
# Generated by Django 2.0.1 on 2018-02-10 11:56 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('event', '<API key>'), ] operations = [ migrations.AlterModelOptions( name='dancefloorevent', options={'ordering': ['event...
using System; using Scada.AddIn.Contracts; using DriverCommon; namespace IEC850_API { <summary> Description of Editor Wizard Extension. </summary> [AddInExtension("IEC850_API", "Test IEC850 API, Import and Export", "Drivers API/Export/Import")] public class <API key> : <API key> { privat...
<?php /* @var string $boxName */ /* @var string $manifestUrl */ ?> <API key> = "2" Vagrant.configure(<API key>) do |config| config.vm.box = "<?php echo $boxName; ?>" config.vm.box_url = "<?php echo $manifestUrl; ?>" end
package com.shzisg.generator.config; import java.util.ArrayList; import java.util.List; import java.util.regex.Pattern; import java.util.stream.Collectors; public class DomainConfig { private String url; private String driver; private String schema; private String username; private String password; ...
package inventorysystem.Beans; /** * * @author HP */ public class PaymentInvoice { private int invoiceId; private int paymentId; /** * @return the invoiceId */ public int getInvoiceId() { return invoiceId; } /** * @param invoiceId the invoiceId to set */ public...
# TokyoRecord is a base class wrapping Tokyo Tyrant tables in an API that # feels like ActiveRecord. # A minimal implementation looks like this: # class Presence < TokyoRecord # cattr_accessor :table, :port # @@table = nil # @@port = 12345 # def initialize(options = {}) # self.class.init_connection(@@port) # ...
## Pipefy GraphQL API - [Pipefy GraphiQL](https://app.pipefy.com/graphiql) - [Pipefy API documentation](http://docs.pipefy.apiary.io/) ## How to run *Requirements* - [nodejs](https://nodejs.org) - [npm](https: *Optional* - [yarn](https://yarnpkg.com) 1. Install dependencies `npm install` or `yarn install` 2. Start loca...
# <API key>: true module Mongoid module Errors # Raised when invalid arguments are passed to #find. class InvalidFind < MongoidError # Create the new invalid find error. # @example Create the error. # InvalidFind.new def initialize super(compose_message("<API key>", {})) ...
#include "Dimitri.h" #include "dynamixel.h" #include "Util.h" Dimitri::Dimitri(int deviceIndex, int baudnum) { // Initialize the communications channel dxl_initialize(deviceIndex, baudnum); // Builds right arm this->rightArm = new JointChain(); this->rightArm->addJoint(new ElasticJoint(1, 101, 1860, 2646)); ...
var DareAngelDashboard: DareAngel.Dashboard; document.addEventListener('DOMContentLoaded', function() { DareAngelDashboard = new DareAngel.Dashboard(document.getElementById("imagesCollection")); });
require 'vcr' VCR.configure do |c| c.<API key> = 'fixtures/rspec/vcr' c.hook_into :webmock c.<API key> = { :record => :once } c.<API key> = false c.<API key>('<SIR_HANDEL_USERNAME>') { ENV['SIR_HANDEL_USERNAME'] } c.<API key>('<SIR_HANDEL_PASSWORD>') { ENV['SIR_HANDEL_PASSWORD'] } c.<API key>! end
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; namespace EspaceClient.BackOffice.Web { public static class WebApiConfig { public static void Register(HttpConfiguration config) { config.Routes.MapHttpRoute( name: "DefaultApi",...
#include "CCActionGrid3D.h" #include "CCPointExtension.h" #include <stdlib.h> namespace cocos2d { // implementation of CCWaves3D CCWaves3D* CCWaves3D::actionWithWaves(int wav, float amp, cocos2d::ccGridSize gridSize, cocos2d::ccTime duration) { CCWaves3D *pAction = new CCWaves3D(); if (pActi...
-- Records of tuser INSERT INTO `tuser` VALUES ('3', 'admin', '', '<API key>==', '1', NULL, '0', '0514-87433080', NULL); INSERT INTO `tuser` VALUES ('451', 'cws666', '', '<API key>==', '6', NULL, '0', '15964075689', NULL); -- Records of <API key> INSERT INTO `<API key>` VALUES ('quarter-four', '16', '1'); INSERT INTO `...
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <!--[if lte IE 9]><meta http-equiv="refresh" content="0;url=/ie.html"><![endif]--> <title>404...
module I18n class ArgumentError < ::ArgumentError; end class InvalidLocale < ArgumentError attr_reader :locale def initialize(locale) @locale = locale super "#{locale.inspect} is not a valid locale" end end class <API key> < ArgumentError attr_reader :locale, :key, :options def i...
define(["exports", "aurelia-metadata", "aurelia-loader", "aurelia-path"], function (exports, _aureliaMetadata, _aureliaLoader, _aureliaPath) { "use strict"; var <API key> = function (child, staticProps, instanceProps) { if (staticProps) Object.defineProperties(child, staticProps); if (instanceProps) Object.definePr...
<?php namespace Kleod\UserBundle\Entity; use FOS\UserBundle\Model\User as BaseUser; use Kleod\CTBundle\Entity\Entreprise; use Doctrine\ORM\Mapping as ORM; use Symfony\Component\Validator\Constraints as Assert; /** * User * * @ORM\Table(name="User") * @ORM\Entity(repositoryClass="Kleod\UserBundle\Entity\UserReposito...
![telize-node Logo][logo] An asynchronous client library for Telize [API](http://telize.com/). [![NPM Package Version][<API key>]][npm-package-url] [![NPM Package License][<API key>]][<API key>] [![NPM Package Downloads][<API key>]][npm-package-url] [![Dependencies Status][<API key>]][<API key>] [![devDependencies Stat...
# [ANN][SCRYPT-N-R][MEG] Megcoin | No premine | Forked from bitcoin 0.9 | ASIC-resistant ![img](http://i.imgur.com/TZhpOLN.png) ## About Megcoin is a revolutionary new cryptocurrency designed first and foremost as a currency. It is positioned to become a major cryptocurrency for many reasons. It uses a short payout str...
# CS 536 : PA3 # random quote: CC = g++ -Wall OUT = parse parse: parser.o lex.yy.o helper.o errorhandler.o unparse.o ast.o main.o $(CC) -o $(OUT) main.o lex.yy.o helper.o errorhandler.o parser.o unparse.o ast.o -ll lex.yy.o: simple.l flex simple.l $(CC) -o $@ -c lex.yy.c parser.o: gram.tab.h $(CC) -o $@...
/** * @constructor * @extends {WebInspector.SidebarPane} * @param {!WebInspector.DebuggerModel} debuggerModel * @param {!WebInspector.BreakpointManager} breakpointManager * @param {function(!WebInspector.UISourceCode, number=, number=, boolean=)} <API key> */ WebInspector.<API key> = function(debuggerModel, break...
[![Member project of .NET China Foundation](https: [![GitHub license](https: # surging ,RPCZookeeperConsulsurgingRPCnetty <br /> <br/> c var host = new ServiceHostBuilder() .RegisterServices(builder => { builder.AddMicroService(option => { ...
{ "date": "2019-12-24", "type": "post", "title": "Report for Tuesday 24th of December 2019", "slug": "2019\/12\/24", "categories": [ "Daily report" ], "images": [], "health": { "weight": 0, "height": 173, "age": 14251 }, "nutrition": { "cal...
"""Test calculate module""" from chanjo.store.models import Sample def test_mean(populated_db): """Test for calculating mean coverage""" # GIVEN a database loaded with 2 samples assert Sample.query.count() == 2 # WHEN calculating mean values across metrics query = populated_db.mean() # THEN the ...
'use strict' /*! * imports. */ var curry2 = require('curry2') var selectn = require('selectn') /*! * imports (local). */ var expressions = require('./lib/expressions') /*! * exports. */ module.exports = curry2(filter) /** * Curried function deriving a new array containing items from given array for which predica...
var FormDropzone = function () { return { //main function to initiate the module init: function () { var form = $('form.create-album-form'); Dropzone.options.myDropzone = { init: function() { FormDropzone.handleEvents(this, form); ...
// Bobomb.h // Bobomb #import <UIKit/UIKit.h> //! Project version number for Bobomb. FOUNDATION_EXPORT double BobombVersionNumber; //! Project version string for Bobomb. FOUNDATION_EXPORT const unsigned char BobombVersionString[]; // In this header, you should import all the public headers of your framework using sta...
using System; using System.Linq.Expressions; using System.Threading.Tasks; namespace Light.DataCore { <summary> Join table. </summary> public interface IJoinTable<T, T1> where T : class where T1 : class { <summary> Reset the specified where expression </summar...
/** * mmap-wx-simple.c * * Simpler version of mmap-wx.c */ #ifndef _GNU_SOURCE # define _GNU_SOURCE /* for MAP_ANONYMOUS, ftruncate, mkstemp */ #endif #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <unistd.h> __attribute__ ((noreturn)) static void pe...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XK_kana_RI` constant in crate `x11_dl`."> <meta name="keyw...
#!/usr/bin/env python # -*- coding: utf-8 -*- # modification, are permitted provided that the following conditions are met: # documentation and/or other materials provided with the distribution. # contributors may be used to endorse or promote products derived from # AND ANY EXPRESS OR IMPLIED WARRANTIES, I...
<!-- FOOTER --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="https://web.facebook.com/...
// SYAlipayDummp.h // Pods #import <Foundation/Foundation.h> @interface SYAlipayDummp : NSObject @end
<?php namespace Eloquent\Schemer\Constraint\ArrayValue; use Eloquent\Schemer\Constraint\ConstraintInterface; use Eloquent\Schemer\Constraint\Visitor\<API key>; class <API key> implements ConstraintInterface { /** * @param boolean $value */ public function __construct($value) { $this->value...
window.Rendxx = window.Rendxx || {}; window.Rendxx.Game = window.Rendxx.Game || {}; window.Rendxx.Game.Ghost = window.Rendxx.Game.Ghost || {}; window.Rendxx.Game.Ghost.System = window.Rendxx.Game.Ghost.System || {}; /** * Character: Basic */ (function (SYSTEM) { var Data = SYSTEM.Data; var _Data = { o...
var _ = require('lodash'); module.exports = function(self, options) { self.route('post', 'upload', self.middleware.canUpload, self.apos.middleware.files, function(req, res) { // Must use text/plain for file upload responses in IE <= 9, // doesn't hurt in other browsers. -Tom res.header("Content-Type", "te...
package com.radish.master.controller; import com.cnpc.framework.annotation.RefreshCSRFToken; import com.cnpc.framework.annotation.VerifyCSRFToken; import com.cnpc.framework.base.dao.BaseDao; import com.cnpc.framework.base.entity.Dict; import com.cnpc.framework.base.entity.Mat; import com.cnpc.framework.base.entity.User...
<?php //RESULT FORMAT: // '%y Year %m Month %d Day %h Hours %i Minute %s Seconds' => 1 Year 3 Month 14 Day 11 Hours 49 Minute 36 Seconds // '%y Year %m Month %d Day' => 1 Year 3 Month 14 Days // '%m Month %d Day' => 3 Month 14 Day /...
<?php if (!isset($path)) $path = ""; include($path ."application/models/Default/Functions.class.php");
#!/usr/bin/env node // wie viele Clients sind verbunden? var numberOfConnections = 0; // Array aller connections var connections = []; var WebSocketServer = require('websocket').server; var http = require('http'); var server = http.createServer(function(request, response) { console.log((new Date()) + ' Received req...
<?php declare(strict_types=1); namespace OpenCFP\Test\Integration\Provider; use Cartalyst\Sentinel\Sentinel; use OpenCFP\Test\Integration\WebTestCase; final class <API key> extends WebTestCase { /** * @test */ public function <API key>() { /** @var Sentinel $sentinel */ $container ...
using <API key>; using System; using System.Reflection; using Verse; namespace CraftingHysteresis { class Bootstrap : Def { public static FieldInfo ButtonPlus; public static FieldInfo ButtonMinus; public string ModName; static Bootstrap() { { M...
const router = require("koa-router")(); const Models = require("../lib/core"); const $User = Models.$User; const redisUtils = require("../utils/redisUtils"); router.post("/api/registActive", async ctx => { let code = "1", message = ""; var { verifyKey } = ctx.request.body; try { const activeKey = verifyKe...
require_relative 'spec_helper.rb' feature "a user clicks card in hand" do before do create_room("jnmandal") deal_cards(5) find('div:nth-child(3) > .card').click end scenario "has Draw Card button" do expect(page).to have_button("Draw Card") end scenario "has Pass Card button" do expect(pag...
.logo { position: absolute; float: left; padding-top: 15px; padding-left: 15px; }
package bowhaus import unfiltered.netty.Http import scopt.immutable.OptionParser object Server { private case class Config( serverPort: Int = sys.env.getOrElse("BOWHAUS_PORT", "8080").toInt, redisHost: String = sys.env.getOrElse("BOWHAUS_REDIS", "localhost:6379"), redisPrefix: String = sys.env.getOrElse("...
package com.quadirkareem.tryouts; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.util.List; import org.apache.commons.io.FileUtils; public class TestGenWords { private final static String WORD = "<API key>" + "<API key>" + "<API key>" ...
<?php use LTBAuctioneer\Debug\Debug; use LTBAuctioneer\Init\Environment; use LTBAuctioneer\Test\Auction\AuctionStateUtil; use LTBAuctioneer\Test\Auction\AuctionUtil; use LTBAuctioneer\Test\TestCase\SiteTestCase; use LTBAuctioneer\Test\XChain\XChainUtil; use \<API key> as PHPUnit; use Utipd\CurrencyLib\CurrencyUtil; cla...