answer
stringlengths
15
1.25M
const configProto = { next: function (o) { let c = Configurator(this.name || o.name); c.signature = (this.signature || []).concat(o.signature || []); c.existing = o.existing || this.existing; c.functionType = o.functionType || this.functionType; c.returnValue = o.returnValue || this.returnValue; ...
<div data-ng-show="<API key>" class="alert alert-success alert-dismissable bleed"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <strong>Well done!</strong> Everything worked correctly. </div> <form class="form-horizontal bleed" role="form"> <div class="form-group"> ...
* { font-family: Arial, Verdana; } h1 { background-color: #4f5d75; color: #ffffff; border-bottom: 3px solid #ef8354; border-radius: 5px; text-align: center; margin: 10px 5px 5px 5px; padding: 25px 10px 25px 10px; text-decoration: underline; } h2 { background-color: #4f5d75; color: #ffffff; borde...
require 'spec_helper' module WhoToBlame describe SnapshotsController do routes { WhoToBlame::Engine.routes } let(:params) { { format: :json } } let!(:footprint) { create(:footprint) } describe 'routing' do it 'creates route for snapshot at a date' do expect(get: '/snapshots/2014/30/05')....
var searchData= [ ['p_5f_5fmax',['P__MAX',['../structSPI__data.html#<API key>',1,'SPI_data']]], ['p_5f_5fmin',['P__MIN',['../structSPI__data.html#<API key>',1,'SPI_data']]], ['p_5fout_5f_5fmax',['P_OUT__MAX',['../structSPI__data.html#<API key>',1,'SPI_data']]], ['p_5fout_5f_5fmin',['P_OUT__MIN',['../structSPI__...
using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace System.Net.SlideShare.Internal { internal static class Extensions { static readonly DateTime unixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc); public static long ToUnixTime(this DateT...
html, body { height: 100%; margin: 0; background: #d4dde6 } body { display: table; table-layout: fixed; width: 100% } #editor, #aside { display: table-cell; vertical-align: top } #editor { font: 120%/1.4 Cambria, sans-serif; padding: 1em 2em; background: #FFF; outline: no...
import { Template } from 'meteor/templating'; import './register.html'; Template.register.events({ 'submit form': function(event) { event.preventDefault(); var usernameVar = event.target.registerUsername.value; var passwordVar = event.target.registerPassword.value; Accounts.createUse...
package qtrees; /** * @author Camil Staps, s4498062 */ public class WhiteLeaf extends QTNode { public WhiteLeaf() { boolean_value = true; string_value = "1"; } }
package shasimd import ( "github.com/1lann/krist-miner/deprecated/sha2" "github.com/1lann/sha256-simd" ) type generator struct{} func (g *generator) Sum256Number(data []byte) int64 { var start [64]byte start[41] = 128 start[63] = 72 start[62] = 1 if len(data) != 41 { panic("must be e...
require 'rails' module Frill class Engine < Rails::Engine config.autoload_paths << "app/frills" initializer "frill.rails_integration" do ActiveSupport.on_load(:action_controller) do require 'frill/rails' end end config.after_initialize do |app| app.config.paths.add 'app/frill...
$axure.loadCurrentPage({ "url":".html", "generationDate":new Date(1450041086639.76), "isCanvasEnabled":false, "variables":["OnLoadVariable"], "page":{ "packageId":"<API key>", "type":"Axure:Page", "name":"", "notes":{ }, "style":{ "baseStyle":"<API key>", "pageAlignment":"near"...
// [[Highway.Onramp.MVC.Data]] using Highway.Data; using System; using System.Collections.Generic; using System.Linq; using System.Data.Entity; namespace Templates.App_Architecture.Services.Data { public class <API key> : <API key> { public void ConfigureContext(DbContext context) { ...
<?php return [ 'home_domain' => null, '<API key>' => 'config', // Could be 'database' 'mapped_domains' => [ 'example.com' => 1 ], '<API key>' => 'mapped_domains', // Must have at least 'domain_name', 'identifier' columns 'view_variable_name' => 'domainContext', ];
(function ($) { "use strict"; var atp = { init: function () { this.bindUIActions(); $("#welcome-scene").parallax(); }, windowLoaded: function () { this.setSlideHeight(); }, bindUIActions: function () { $(".moveslideshow").on...
class RolesController < <API key> around_action :switch_locale def show @role = Role.find!(request.path) <API key>(@role) render :show, locals: { role: @role } end end
requirejs.config({ baseUrl: '/vendor/', paths: { jquery: 'jquery/dist/jquery.min', underscore: 'underscore/underscore', backbone: 'backbone/backbone' }, shim: { 'backbone': { deps: ['jquery', 'underscore'] } } }); require([ 'jquery', 'under...
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
/** * @class ResizeSimulate * @export ResizeSimulate */ export class ResizeSimulate { /** * On resize event simulate * @memberOf ResizeSimulate * @param type * @param args */ <API key>(type, args) { /** * Get jQuery.UI element * @type {*} */ const ui = args[1]; /** ...
<script> //Refresh top level menu (need to find a way to make this a global function that works...) $('nav a').parents('li,ul').removeClass('active'); $('a[href="' + this.location.pathname + '"]').parents('li,ul').addClass('active'); </script> <!--THIS DISABLES THE ENTER KEY FOR THIS FORM <script type="text...
# People Directory > NOTE: This sample is available in the [PnP Starter Kit](https: This web part provides you the ability to add a searchable people directory. A people search box and alphabet list are provided to enable both searching by name as well as selecting a specific letter. This web part requires no configura...
<?php if (isset($_COOKIE["userID"])){ $cookie = $_COOKIE["userID"]; } else { $value = rand(0,30000); setcookie("userID",$value, time()+2*3600); $cookie = $value; } ?> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="css/style.css"> <META HTTP-EQUIV="Content-Type" CONTENT="text...
/* Wrapper for Memcached */ package memcached import ( "github.com/alehano/gobootstrap/config" "github.com/alehano/gohelpers/compress" "encoding/json" "fmt" "github.com/bradfitz/gomemcache/memcache" "errors" "strconv" "time" ) const ( NothingFlag uint32 = 0 SnappyCompres...
#include <stdio.h> int a_to_i(char s[]); int main(int argc, char** argv) { int n; char s[] = "-12345"; n = a_to_i(s); printf("%d\n", n); return 0; } #include <ctype.h> /* atoi: convert s to integer; version 2 */ int a_to_i(char s[]) { int n, sign; for (; isspace(*s); s++) /* skip white spac...
package vmware.samples.contentlibrary.ovfimport; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.List; import java.util.UUID; import org.apache.commons.cli.Option; import com.vmware.content.LibraryTypes.FindSpec; import com.vmware.content.library.ItemModel; import vmware.sampl...
import json import os import urllib.request, urllib.parse, urllib.error from io import StringIO import csv from tests.fixtures.base_test import BasePlenarioTest, fixtures_path # Filters # Constants holding query string values, helps to have them all in one place. # The row counts come from executing equivalents of thes...
require "jumper" require "levelloader" currentLevel = "level1.txt" function love.load() win = love.graphics.newImage('win.png') -- Enables 3D mode. love.graphics.set3D(false) -- Seeds the random number generator with the time (Actually makes it random) math.randomseed(os.time()) font = love.grap...
var expect = require('expect.js'); var server = require('./server'); var ROOT_URL = '/'; var PlexAPI = require('..'); describe('timeout error', function () { var api; beforeEach(function () { server.timeoutError(); api = new PlexAPI({ hostname: 'localhost', timeout: 10 }); }); afterEach(...
from ASGNode import * from ATOM3Type import * from ATOM3String import * from <API key> import * class <API key>(ASGNode, ATOM3Type): def __init__(self, parent = None): ASGNode.__init__(self) ATOM3Type.__init__(self) self.superTypes = [] self.graphClass_ = <API key> self.isGraphObjectVis...
declare module "http-auth" { class Auth {} class BasicAuth extends Auth {} class BasicAuthOptions {} type BasicAuthChecker = (username: string, password: string, callback: <API key>) => void type <API key> = (result: boolean | Error, customUser?: string) => void function basic(options: B...
from __future__ import unicode_literals from django.conf import settings from django.db import models from django.utils.translation import ugettext_lazy as _ class MultiuploaderFile(models.Model): file = models.FileField(upload_to=settings.<API key>, max_length=255) filename = models.CharField(max_length=255, b...
if ENV.fetch("COVERAGE", false) require "simplecov" SimpleCov.start "rails" end require "pundit/rspec" require "webmock/rspec" RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.syntax = :expect end config.mock_with :rspec do |mocks| mocks.syntax = :expect mocks.<...
package com.c3.c3api.project; /** * * @author Jiang Cai <luffy.ja at gmail.com> */ public interface Logic { }
#pragma once #include "pch.h" #include "GameBaseObject.h" class GameMeshBuffer : public GameBaseObject { public: GameMeshBuffer() {} ~GameMeshBuffer() { ReleaseVertexBuffer(); ReleaseIndexBuffer(); } void SetVertexBuffer(ID3D11Buffer* V) { m_gameVertexBuffer = V; } void SetIndexB...
#endregion namespace RedBadger.Xpf { using System; <summary> Represents an object that participates in the Reactive Property system. </summary> public interface IReactiveObject { <summary> Clears the value of a <see cref = "IReactiveProperty">IReactiveProperty</see> on this insta...
<?php class ModelHelper { function <API key>($modelObject) { $fields = ""; $values = ""; $countfields = 0; foreach($modelObject as $key => $value) { if ($countfields == 0) { $fields .= $key; $values .= "'".$value."'"; } else { ...
layout: post title: "The turfgrass genki level, part 3: turf growth response measured by clippings" share-img: "https: tags: [growth potential, nitrogen, fertilizer, genki level, clipvol, turfgrass speedo] In [part 2](https: ![genki level at 3 locations](/img/genki_level.png) How much the grass really does grow can be ...
#include <stdio.h> #include <stdint.h> #include <windows.h> BITMAPINFO bmInfo; uint8_t *pixels; HBITMAP myBitmap; HDC mdc; FILE *out; int pos=0; void processPixels(uint8_t *pixels, int width, int height, int charcode){ int q,w,len,pos; // step 1 - here is half-tone? len=width*height*4; for(w=0;w<len;w++){ if(pixels[...
var require = require || {}; require( [ 'jquery', 'doT', 'lodash' ], function( $, doT, _ ) { 'use strict'; });
<?php //## Define SNAutoPoster class if (!class_exists("NS_SNAutoPoster")) { class NS_SNAutoPoster {//## General Functions var $dbOptionsName = "NS_SNAutoPoster"; var $nxs_options = ""; var $nxs_ntoptions = ""; var $sMode = array('s'=>'S', 'l'=>'F', 'u'=>'O', 'a'=>'S'); function __construct(...
<?php namespace RAPIBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\<API key>; class Configuration implements <API key> { /** * {@inheritdoc} */ public function <API key>() { $treeBuilder = new TreeBuilder(); ...
gets.to_i.times do puts gets.gsub("Hoshino", "Hoshina") end
/* global describe, it, expect */ var pkg = require('..'); describe('fingro-webfist', function() { it('should export object', function() { expect(pkg).to.be.an('object'); }); });
<html> <head> <title>Laravel</title> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> <style> body { margin: 0; padding: 0; width: 100%; height: 100%; color: #...
Aspect.build('anal-lover', { name: 'Anal Lover', description: 'is very sexually aroused by assholes and giving anal sex.', refutes: [ { aspect:'anal-skeptic' }, ], <API key>: { lust: 10, obscenity: 2, }, });
var express = require("express"); var morgan = require('morgan'); var mongoose = require('mongoose'); var bodyParser = require('body-parser'); var passport = require('passport'); var jwt = require('jsonwebtoken'); var cors = require('cors'); var socket = require('socket.io'); var index = require('./controllers/index');...
'use strict'; import { StyleSheet } from 'react-native'; module.exports = StyleSheet.create({ Container: { flex: 1, paddingTop: 60, }, wrapper: { margin: 5, padding: 5, flexDirection: 'row', flexWrap: 'wrap', alignItems: 'flex-start', }, mediarow: { padding: 1 }, image: {...
<?php /* @WebProfiler/Profiler/toolbar_js.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, a...
layout: default <div class="post"> <h1 class="post-title">{{ page.title }}{% if page.subtitle != null %} <small>{{ page.subtitle }}</small>{% endif %}</h1> <span class="post-date">{{ page.date | date:"%B %-d, %Y"}}</span> {{ content }} </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-pos...
<?php namespace GLS\Packageshop; class Packageshop { private $client, $encoding; public $error; /** * This is the constructor method. * This starts the SoapClient to GLS wsPakkeshop SOAP service. * * @access public * @params string Th...
from django.db import models from django.utils.encoding import <API key> from elasticsearch import Elasticsearch @<API key> class ElasticCluster(models.Model): class Meta: db_table = '<API key>' # cluster name name = models.CharField(max_length=128) host = models.CharField(max_length=256) po...
#include "Animation.h" #include "Sprite.h" #include "SpriteSheet.h" using namespace std; Animation::Animation() { } Animation::~Animation() { for (auto it = spriteSheets.begin();it != spriteSheets.end();it = spriteSheets.erase(it)) { SpriteSheet* sheet = it->second; delete sheet; } } bool An...
#!/bin/bash set -e #Enable Apache config provided by Statusengine a2ensite pnp4nagios.conf #Install pnp4nagios without nagios3 or iconge recommends from apt-get apt-get install -y pnp4nagios --<API key> service apache2 restart
<?php return array ( 'id' => '<API key>', 'fallback' => 'alcatel_th4_ver1', 'capabilities' => array ( 'max_data_rate' => '40', ), );
import { Component } from '@angular/core'; @Component({ selector: 'education', templateUrl: 'app/education.component.html', }) export class EducationComponent { }
FactoryGirl.define do factory :user do niconico_id 123 end factory :user_template, class: User do transient do mylists_params [] end sequence(:niconico_id) after(:create) do |user, evaluator| params = evaluator.mylists_params if params.empty? then create(:mylist_templ...
<?php namespace App\Listeners\Admin\Cache; use App\Events\Admin\Cache\LocationEvent; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Contracts\Queue\ShouldBeQueued; class LocationListener { /** * Create the event handler. * * @return void */ public function __construct() { } ...
//= require action_cable //= require_self (function () { this.App || (this.App = {}) App.cable = ActionCable.createConsumer(); }).call(this);
'use strict'; var RecorderStartView = Backbone.View.extend({ el: '#app-wrapper', template: JST['client/templates/recorder_start'], events: {}, initialize: function() { this.initState(); this.render(); this.setEvents(); }, initState: function() { window.<API key> = {}; window.<API key>.pi...
# <API key>: true require 'uri' require 'nokogumbo' unless ValidateWebsite.jruby? require 'w3c_validators' require 'validate_website/<API key>' module ValidateWebsite # Document validation from DTD or XSD (webservice for html5) class Validator extend <API key> @<API key> = 'https://validator.nu/' XHTML_...
<?php namespace Sarge; use Pimple; class ServiceProvider extends Pimple { protected $application = null; public function __construct($application = null) { $this->application = $application; } public function getApplication() { return $this->application; } public function registe...
require 'rails_helper' RSpec.describe Event, type: :model do context 'validations' do it { is_expected.to <API key>(:title) } it { is_expected.to <API key>(:short_description) } it { is_expected.to <API key>(:address) } it { is_expected.to <API key>(:number) } it { is_expected.to <API key>(:distri...
import { app, BrowserWindow, nativeImage, NativeImage } from 'electron'; import vr from 'node-openvr'; import ZephyrNotification from '../models/ZephyrNotification'; import EventUtils from '../utils/EventUtils'; import LogUtils from '../utils/LogUtils'; import VROverlay from './VROverlay'; app.<API key>(); export defau...
<div class="code-box" id="demo-onclose"> <div class="code-box-demo"> <div id="<API key>"></div> <script>(function(){"use strict"; var notification = antd.Notification; var close = function close() { console.log(""); }; var openNotification = function openNotification() { var args = { message: "", ...
@charset "utf-8"; * { margin:0; padding:0; } /** General Style Info **/ body { background: #ddd; color: #fff; font-family:'lucida grande',verdana,helvetica,arial,sans-serif; font-size:90%; margin: 0; /*padding: 0px 1px 1px 1px;*/ } a { color: #333366;/* color: #003d4c;*/ text-...
package storage import ( "fmt" ) type NeedsInit struct { msg string } func (s *NeedsInit) Error() string { return fmt.Sprintf("The journal needs to be inited because %s", s.msg) }
import '@storybook/addon-options/register'; import '@storybook/addon-links/register';
# Event system in controllers An events system is fired in Document Bundle for allows you to customize treatment of submitted datas in forms. Imagine you add an additionnal field in ASFDocumentBundle Page Form Type. The first step is to override this forms like explain in [Overriding Default ASFDocumentBundle Forms][1]...
// ==UserScript== // @name Tabbed Cheevos Page // @namespace pxgamer // @version 0.2 // @description Creates a tab system for the achievements page. // @author pxgamer // @include *kat.cr/achievements/ // @grant none // ==/UserScript== (function() { 'use strict'; $('h1').after...
/** * Out Logger Class */ class Logger { constructor(callerClassName) { this.callerClassName = callerClassName; this.trace = false; } info(object) { this.logging("[INFO]",object); } warning(object) { this.logging("[WARNING]",object); } error(object) { ...
<html> <head> <title>Upload Form</title> </head> <body> <?php print_r($_SESSION); ?> <h3>Your file was successfully uploaded!</h3> <?php echo '<img src="'.base_url().'uploads/'.$upload_data['file_name'].'" alt="'.$upload_data['file_name'].'" width="300px" height="auto">'; ?> <ul> <?php foreach ($upload_data as $item ...
layout: post title: taobao Privileged Features Distillation description: modified: 2020-12-16 tags: DNNsupper-boundfeatures **offline trainingonline servingenviormentsfeatures**discriminative featuresCVRconversion rate**itemitem**clicked detail pagefeaturesdwell time**featuresonline CVR****post-event features**offline ...
<?php namespace App\Models\Repository; interface FollowRepository { function checkFollow( $data ); function addFollow( $data ); function deleteFollow( $data ); function getUserFollow( $user_id); function getFollow( $user_id ); } ?>
'use strict'; const usersCoolection = require('./db').users; const USERS_MOCK_DATA = require('./USERS_MOCK_DATA'); /** * Initialize Database * @function dbInit * @returns {void} */ module.exports = () => { usersCoolection.deleteAll(); USERS_MOCK_DATA.forEach(d => usersCoolection.insert(d)); }
/** * @addtogroup DRIVERS Sensor Driver Layer * @brief Hardware drivers to communicate with sensors via I2C. * * @{ * @file inv_mpu.h * @brief An I2C-based driver for Invensense gyroscopes. * @details This driver currently works for the following devices: * ...
# DNN.Announcements DNN Announcements is a basic module used for displaying news items on your DNN site. ## Compatibility | Dnn Announcements version | Min Tested Dnn version | Max Tested Dnn version | | | Included or use 04.00.03 | 00.00.00 | 08.00.04 | | 07.02.00 | ...
<?php namespace Bundle\AdminBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\Request; use Bundle\AdminBundle\Entity\KidskulaModules; use Symfony\Component\Security\Core\SecurityContext; use Symfony\Component\Security\Core\Authentication\Token\<API key>; u...
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using MyStik.TimeTable.Web.Api.DTOs; using MyStik.TimeTable.Web.Services; using RazorEngine.Compilation.ImpromptuInterface; namespace MyStik.TimeTable.Web.Api.Controller { public class <API key> { public bool IsAva...
using System; namespace HolisticWare.Ph4ct3x.Utilities.Weather.Providers.<API key> { public partial class Settings { partial void <API key>(); } }
import { h } from 'omi'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(h("path", { d: "M21 5h-2.64l1.14-3.14L17.15 1l-1.46 4H3v2l2 6-2 6v2h18v-2l-2-6 2-6V5zm-5 <API key>" }), 'LocalPharmacy');
#pragma once #include <vector> #include <functional> #include <map> struct GLFWwindow; namespace aie { // a giant list of input codes for keyboard and mouse enum EInputCodes : int { INPUT_KEY_UNKNOWN = -1, INPUT_KEY_SPACE = 32, <API key> = 39, INPUT_KEY_COMMA ...
// @flow /* eslint-env mocha */ import assert from 'power-assert' import startOfUTCWeekYear from '.' describe('startOfUTCWeekYear', function() { it('returns the date with the time set to 00:00:00 and the date set to the first day of a week year', function() { var result = startOfUTCWeekYear(new Date(Date.UTC(2005...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coqtail: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
#ifndef _CNTR2_ISET_TEST_H_ #define _CNTR2_ISET_TEST_H_ #include <cntr2/oo_model.h> struct test_data_desc; void set_test_basic(_object* set, struct test_data_desc* td_desc); void set_test_bench(_object* set, struct test_data_desc* td_desc); #endif /* _CNTR2_ISET_TEST_H_ */
/** * bluebird build version 3.5.0 * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each */ !function (t) { if ("object" == typeof exports && "undefined" != typeof module) module.exports = t(); else if ("function" == typeof de...
Linq4JS.Helper.NonEnumerable("OrderBy", function<T> (this: T[], valueSelector: ((item: T) => any) | string): T[] { let <API key> = Linq4JS.Helper.ConvertFunction<(item: T) => any>(valueSelector); let ordered: T[] = this.Clone(); Linq4JS.Helper.CreateArrayData(ordered, {}); ordered._linq4js_.Order = new ...
module Fog module Compute class Google class Mock def get_disk(disk_name, zone_name) disk = data[:disks][disk_name] zone_name = zone_name.split("/")[-1] if zone_name.start_with? "http" get_zone(zone_name) zone = data[:zones][zone_name] if disk.nil? |...
require_relative '../lib/treni' lists_dir = ENV.fetch "TRAIN_LIST_DIR" lists_dir = Dir.glob(File.join(lists_dir, "*")).select {|f| File.directory? f}.sort.last list_path = File.join(lists_dir, "merged.txt") statuses_dir = ENV.fetch "TRAIN_STATUSES_DIR" fetcher = FetcherV2.new(statuses_dir, list_path) fetcher.fix_list_f...
package com.raquo.domtypes.generic.defs.styles.keywords import com.raquo.domtypes.generic.builders.<API key> trait ColorStyle[T] extends <API key>[T] { def rgb(red: Int, green: Int, blue: Int): T = buildStringValue(s"rgb($red, $green, $blue)") def rgba(red: Int, green: Int, blue: Int, alpha: Float): T = bui...
import { IEntityIdentifier } from './base'; export interface AuditCategory extends IEntityIdentifier<string> { name?: string; description?: string; level?: string; help_url?: string; }
# <API key> **<API key>** is a [Binance.com](https://binance.com) API wrapper for PHP. Moreover, the API wrapper **supports all available functionality** given from Binance **along with sockets**. **All requests are following the [HTTP/1.1 protocol](https: Tests are available after providing your key and secret in the ...
var should = require('should'); var nock = require('nock'); var Transifex = require('../transifex'); transifex = new Transifex({ project_slug: "<API key>", credential: "test.transifex:TestForTransifex" }); describe("Project API", function () { it("The <API key> function should return details in JSON format", func...
<?php namespace Intraxia\Jaxion\Axolotl; use RuntimeException; /** * Class <API key> * * @package Intraxia\Jaxion * @subpackage Axolotl */ class <API key> extends RuntimeException { /** * Property that threw. * * @var string */ public $property; /** * Construct a <API key>. ...
#include "make_uncode.h" #include <stdio.h> #include <stdlib.h> void dec2bin (int val, char bin[]) { for (int i = 7; i >= 0; i { int num = val % 2; bin[i] = num + '0'; val /= 2; } } void get_sign (list *num_list, uncode_tree *tree, int while_eof, const char *output_name) { FILE *...
<?php namespace Database\Mysql; use Slick\Configuration\Driver\Ini; use Slick\Database\Adapter; /** * Mysql functional test case * * @package Test\Database\Mysql * @author Filipe Silva <silvam.filipe@gmail.com> */ class MysqlAdapterTest extends \Codeception\TestCase\Test { /** * Creates a mysql adapt...
package net.nyist.WangJW.MentalHealthForum.service; import net.nyist.WangJW.MentalHealthForum.domain.Board; public interface IBoardService { Board findById(Long id); }
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace GitHub2FAuth { public class Base32 { // Modifications by Richard Green public const char StandardPaddingChar = '=';...
/* Generated by less 2.2.0 */ body { background-color: #f8f8f8; } #wrapper { width: 100%; } #page-wrapper { padding: 0 15px; min-height: 568px; background-color: white; } @media (min-width: 768px) { #page-wrapper { position: inherit; margin: 0 0 0 250px; padding: 0 30px; border-left: 1px sol...
html { color: #000; background: #FFF; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } fieldset, img { border: 0; } address...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>wxLua: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.3 ...