answer
stringlengths
15
1.25M
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #define VTK_WRAPPING_CXX #define <API key> #include <nan.h> #include "vtkObjectWrap.h" #include "<API key>.h" #include "vtkObjectBaseWrap.h" #include "vtkContext2DWrap.h" #include "vtkContextSceneWrap.h" #include "../../plus/p...
<!DOCTYPE html> <html> <head> <title>PKIjs Mocha Test - OCSP Request Complex Example</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/...
package org.chasen.mecab.wrapper; import java.util.ArrayList; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import org.junit.Test; public...
<html> <body> <p>Registration was requested {{ email }}. Open the link below to confirm e-mail address and continue registration.</p> <a href="{{ url }}">{{ url }}</a> </body> </html>
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <iostream> #include <string> #include "parser.h" #include "CLI/wrapper.h" #include "Libraries/linenoise.h" #include "CLI/interface.h" #define HIST_FILENAME ".polyBobHistory" int main(int argc, char **argv) { char* line; unsign...
<!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.10"/> <title>BuildmLearn Store: org.buildmlearn.appstore.activities.HomeActivity Class Reference</title>...
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #define VTK_WRAPPING_CXX #define <API key> #include <nan.h> #include "vtkCollectionWrap.h" #include "<API key>.h" #include "vtkObjectBaseWrap.h" #include "vtkRenderWindowWrap.h" #include "../../plus/plus.h" using namespace v8;...
# modification, are permitted provided that the following conditions are # met: # in the documentation and/or other materials provided with the # distribution. # * Neither the name of Google Inc. nor the names of its # contributors may be used to endorse or promote products derived from # "AS IS" AND ANY EXPRESS OR ...
# -*- coding: utf-8 -*- import access import util @auth.requires_login() def index(): """Produces a list of the feedback obtained for a given venue, or for all venues.""" venue_id = request.args(0) if venue_id == 'all': q = (db.submission.user == get_user_email()) else: q = ((db.subm...
<?php use yii\helpers\Html; use yii\grid\GridView; /* @var $this yii\web\View */ /* @var $searchModel app\models\search\UserSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = 'Users'; $this->params['breadcrumbs'][] = $this->title; ?> <div class="user-index"> <h1><?= Html::encode($this->ti...
// GB_AxB: hard-coded C=A*B and C<M>=A*B // If this filename has a double underscore in its name ("__") then it has been // automatically constructed from Generator/GB_AxB.c, via the Source/axb*.m // scripts, and should not be editted. Edit the original source file instead. #include "GB.h" #ifndef GBCOMPACT #include ...
from __future__ import print_function import shutil import os, sys import time import logging from .loaders import PythonLoader, YAMLLoader from .bundle import <API key> from .exceptions import BuildError from .updater import TimestampUpdater from .merge import MemoryHunk from .version import get_manifest from .cache i...
#include "ioentity.h" #include <assert.h> #include <algorithm> namespace arduinoio { /** * @brief Constructor * @param */ ioentity::ioentity(boost::shared_ptr<serial> const &serial) : m_serial(serial), m_isConfigured(false) { } /** * @brief Destructor */ ioentity::~ioentity() { m_pinVect.clear(); } } // end of ...
{-# LANGUAGE FlexibleInstances #-} -- ghc options {-# OPTIONS_GHC -Wall #-} {-# OPTIONS_GHC -<API key> #-} -- {-# OPTIONS_GHC -<API key> #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- {-# OPTIONS_GHC -<API key> #-} -- {-# OPTIONS_GHC -<API key> #-} -- {-# OPTIONS_GHC -<API key> #-} -- {-# OPTIONS_GHC -<API key> #-} -- Ma...
/* Notice extracted from xxHash homepage : xxHash is an extremely fast Hash algorithm, running at RAM speed limits. It also successfully passes all tests from the SMHasher suite. Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2 Duo @3GHz) Name Speed Q.Score Author xxHash ...
/** * @file alarm.c * Platform abstraction for the alarm */ #include <openthread/platform/alarm-milli.h> #include "platform-da15000.h" #include "hw_timer0.h" static bool sIsRunning = false; static uint32_t sAlarm = 0; static uint32_t sCounter; volatile bool sAlarmFired = false; static void timer0_interrupt...
// Use of this source code is governed by a BSD-style package provisiontest import ( "fmt" "io" "io/ioutil" "net/url" "sort" "sync" "sync/atomic" "time" docker "github.com/fsouza/go-dockerclient" "github.com/pkg/errors" "github.com/tsuru/tsuru/action" "github.com/tsuru/ts...
#ifndef __RTL_REGD_H__ #define __RTL_REGD_H__ struct <API key> { u16 countrycode; const char *iso_name; }; enum country_code_type_t { COUNTRY_CODE_FCC = 0, COUNTRY_CODE_IC = 1, COUNTRY_CODE_ETSI = 2, COUNTRY_CODE_SPAIN = 3, COUNTRY_CODE_FRANCE = 4, COUNTRY_CODE_MKK = 5, COUNTRY_CODE_...
var request = require('request'), log = require('bole')('npme-send-data'), config = require('../../../config') module.exports = function (formGuid, data, callback) { var hubspot = config.license.hubspot.forms .replace(":portal_id", config.license.hubspot.portal_id) .replace(":form_guid", formGuid)...
module.exports = { env: { mocha: true }, plugins: [ 'mocha' ] };
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- | Converting 'MC' programs to 'MCMem'. module Futhark.Pass.ExplicitAllocations.MC (explicitAllocations) where import Futhark.IR.MC import Futhark.IR.MCMem import Futhark.Pass.Expli...
/* eslint-disable flowtype/<API key>, flowtype/require-return-type, no-magic-numbers */ import {test} from "tap" import {spy} from "sinon" import aside from "./" test(({equal, end}) => { const unction = spy(() => "b") equal(aside([unction])("a"), "a") end() }) test(({ok, end}) => { const unction = spy(() => "b"...
#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/bus.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/socket.h> #include <sys/systm.h> #include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> #include <machine/bus.h> #include <machine/resource.h> #include <...
#include <sys/types.h> #include <sys/stat.h> #include <sys/wait.h> #include <assert.h> #include <err.h> #include <errno.h> #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> /* * $FreeBSD$ * The goal of this program is to see if fstat reports the correct * data count for a pipe. Prior ...
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <inttypes.h> #include "utils/int_stack.h" static int_stack_t stack; static void print_stack(int_stack_t *stack) { iblock_t *b; printf("stack %p\n", stack); printf(" current block = %p\n", stack->current); printf(" free list = %p\n", stack->fr...
package com.thoughtworks.cozmos; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.InputStream; import java.io.InputStre...
#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include "opt_compat.h" #include "opt_vm.h" #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> #include <sys/rwlock.h> #include <sys/sysent.h> #include <sys/sysctl.h> #include <sys/vdso.h> #include <vm/vm.h> #...
# $FreeBSD$ SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \ libheimntlm libhx509 libkadm5clnt libkadm5srv libkrb5 \ libroken libsl libvers libkdc libwind libheimbase libheimipcc libheimipcs SUBDIR+= libkafs5 # requires krb_err.h from libkrb5 <API key>= libkrb5 .include <bsd.subdir...
TARGETS = cpcond tagintr EXTRA_OBJS = ../dmatags.o ../dmasend.o EE_LIBS = -lg -ldma COMMON_DIR=../../../common include $(COMMON_DIR)/common-ee.mk
var doNothing = function () {} /** * The `Base` log defines methods that transports will share. */ var Base = module.exports = function (config, defaults) { var cedar = require('../../cedar') // A log is a shorthand for `log.log`, among other things. var log = function () { log.log.apply(log, arguments) }...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace GAPPSF.OKAPI { public class SiteInfoNetherlands: SiteInfo { public const string STR_INFO = "opencaching.nl"; public SiteInfoNetherlands() { ID = "2"; Info = STR_INFO; ...
import Omni = require('../../lib/omni-sharp-server/omni'); import {Observable, CompositeDisposable} from "rx"; import {setupFeature, restoreBuffers, openEditor} from "../test-helpers"; describe('Run Tests', () => { setupFeature(['features/run-tests']); it('adds commands', () => { var disposable = new Co...
*{ margin: 0px; padding: 0px; } #introduce{ width: 1000px; height: 680px; background-color: #f4f4f4; margin: auto; } h1{ font-size: 2em; text-align: center; } li{ list-style: none; font-size: 1em; } #pic1{ margin-left: 60px; float: left; width: 361px; height: 237p...
using System; if (double.TryParse(aaa, out var bbb)) { }
{{- define "main" -}} <h1>{{ .Title | markdownify }}</h1> <p> <small class="text-secondary"> {{ $customDateFormat := "January 2, 2006" }} {{ with .Site.Params.customDateFormat }}{{ $customDateFormat = . }}{{ end }} {{ .PublishDate.Format $customDateFormat }}{{ if gt .Lastmod .PublishDate }}, updated {{ .Lastmod...
using System; using System.Collections.Generic; using KellermanSoftware.CompareNetObjects; using KellermanSoftware.CompareNetObjects.TypeComparers; using ProtoBuf; namespace Abc.Zebus.Testing.Comparison { internal static class <API key> { public static bool DeepCompare<T>(this T firstObj, T secondObj, p...
// Generated on 12/11/2014 19:01:22 using System; using System.Collections.Generic; using System.Linq; using BlueSheep.Common.Protocol.Types; using BlueSheep.Common.IO; using BlueSheep.Engine.Types; namespace BlueSheep.Common.Protocol.Messages { public class <API key> : Message { public new const uint I...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Unittest extends CI_Controller { function __construct() { parent::__construct (); $this->load->model('UnitTest_model'); $this->load->library('unit_test'); } function index(){ echo "test"; } function debate(){ $of...
#include <iostream> using namespace std; #include <omp.h> #define SIZE 8 int main(void){ int x[SIZE]; int sum=0; for(int i=0;i<SIZE;i++){ x[i]=i; } #pragma omp parallel for reduction (+:sum) for(int i=0;i<SIZE;i++){ sum+=x[i]; } cout<<sum<<std::endl; retur...
from .image import Image from .product_category import ProductCategory from .supplier import Supplier, PaymentMethod from .product import Product from .product import ProductImage from .enum_values import EnumValues from .related_values import RelatedValues from .customer import Customer from .expense import Expense fr...
import type {ResponseType} from "./base.type"; function parseJSON(response: ResponseType): Object { return response.json(); } export {parseJSON};
// This code contains NVIDIA Confidential Information and is disclosed to you // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // any modifications thereto. Any use, reproduction, disclosure, or // distribution of this software and related documentation without an express // ALL NV...
var request = require('request'), mongoose = require('mongoose'), util = require('util'), url = require('url'), helpers = require('./helpers'), sync = require('./sync') // turn off request pooling request.defaults({ agent:false }) // cache elasticsearch url options for elmongo.search() to use var el...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall; using FlatRedBall.Gui; using FlatRedBall.AI.Pathfinding; #if FRB_MDX using Color = System.Drawing.Color; #else using Color = Microsoft.Xna.Framework.Graphics.Color; #endif using CameraPropertyGrid = EditorObjects.Gui.CameraPropertyGri...
// flow-typed signature: <API key> declare module 'http-errors' { declare class SpecialHttpError extends HttpError { constructor(): SpecialHttpError; } declare class HttpError extends Error { expose: bool; message: string; status: number; statusCode: number; } declare module.exports: { ...
.heading-font { font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif'; font-weight: 200; letter-spacing: 1px; } .body-font { font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; } .alt-font { font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; text-transform: uppercase; letter-spacing: 2px...
using System; namespace Microsoft.eShopOnContainers.Services.Catalog.API.Model { public class CatalogItem { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public decimal Price { get; set; } public string PictureUri { g...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <title>Class: Gem::Package::TarReader::UnexpectedEOF</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Sc...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: flags.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></scri...
require 'cgi' require 'nkf' class Mechanize::Util # default mime type data for Page::Image#mime_type. # You can use another Apache-compatible mimetab. # mimetab = WEBrick::HTTPUtils.load_mime_types('/etc/mime.types') # Mechanize::Util::DefaultMimeTypes.replace(mimetab) DefaultMimeTypes = WEBrick::HTTPUtil...
require 'english/class' class English # = Noun Number Inflections # This module provides english singular <-> plural noun inflections. module Inflect @singular_of = {} @plural_of = {} @singular_rules = [] @plural_rules = [] # This class provides the DSL for creating inflections, you can add ad...
#ifndef <API key> #define <API key> #include <moai-core/headers.h> class <API key> { public: STLString mSrc; STLString mTarget; // STLString mOverlay; float mDuration; float mDelay; //delay before playing target animation, should be < mDuration }; class <API key> : public virtual MOAILua...
var PixiText = require('../../lib/pixi/src/core/text/Text'), utils = require('../core/utils'), math = require('../../lib/pixi/src/core/math'), Sprite = require('../display/Sprite'), CONST = require('../core/const'); function Text(text, style, resolution){ this._init(text, style, resolution); } Text....
var RightJS = require('./right-server.js'); var JSLint = require('./jslint').JSLINT; var fs = require('fs'); exports.Linter = new RightJS.Class({ extend: { Options: { debug: false, // no debug devel: false, // no console.log s evil: false, // no evals passfail: false, // do...
# coding=utf-8 import pygame import pygame.locals class Board(object): """ Plansza do gry. Odpowiada za rysowanie okna gry. """ def __init__(self, width, height): self.surface = pygame.display.set_mode((width, height), 0, 32) pygame.display.set_caption('Game of life') def draw(self, ...
using System.Linq.Expressions; using System.Collections.Generic; namespace Bermuda.<API key> { public partial class ValueExpression : ExpressionTreeBase { public long Value { get; private set; } public ValueExpression(long value) { Value = value; } public over...
// String literal types are only valid in overload signatures function foo(x: any); function foo(x: 'hi') { } class C { foo(x: string); foo(x: 'hi') { } } interface I { (x: 'a'); (x: 'hi'); foo(x: 'a', y: 'a'); foo(x: 'hi', y: 'hi'); } var a: { (x: 'hi'); (x: 'a'); foo(x: 'hi'); ...
<?php namespace PhraseanetSDK\Tests\Cache; use PhraseanetSDK\Cache\BackendCacheFactory; use PhraseanetSDK\Exception\RuntimeException; class <API key> extends \<API key> { /** * @dataProvider <API key> */ public function testCreateSuccess($type, $host, $port, $instanceOf, $classExists) { if...
""" File-based Checkpoints implementations. """ import os import shutil from tornado.web import HTTPError from .checkpoints import ( Checkpoints, <API key>, ) from .fileio import FileManagerMixin from IPython.utils import tz from IPython.utils.path import ensure_dir_exists from IPython.utils.py3compat import ge...
import React, { PropTypes } from 'react' import ActionDelete from 'material-ui/svg-icons/action/delete' import { colors } from '/styles' import moduleStyles from '/styles/fileTree' const RemoveBtn = ({ onClick }) => ( <ActionDelete onClick={onClick} style={moduleStyles.listIcon.base} ...
// Author : codeyu // Date : 2016-09-20 using System.Collections.Generic; using System; namespace Algorithms { public class Solution003 { public static int <API key>(string s) { var n = s.Length; var charSet = new HashSet<char>(); int maxLength = 0, i = 0, j...
using System.Collections.ObjectModel; namespace <API key>.Areas.HelpPage.ModelDescriptions { public class <API key> : ModelDescription { public <API key>() { Properties = new Collection<<API key>>(); } public Collection<<API key>> Properties { get; private set; } ...
<!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.4"/> <title>Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="t...
#require File.dirname(__FILE__) + '/formats/email' module DataMapper module Validate # @author Guy van den Berg # @since 0.9 class CustomValidator < GenericValidator def initialize(field_name, options = {}, &b) #super(field_name, options) #@field_name, @options = field_name, options...
lib: node_modules $(shell find src) rm -rf lib node_modules/.bin/coffee --output lib --compile src test: node_modules node_modules/.bin/mocha test/suite coverage: node_modules node_modules/.bin/mocha --require test/coverage test/suite node_modules/.bin/istanbul report lint: node_modules node_mod...
#!/usr/bin/ruby require "fileutils" require 'json' require_relative "BibleReader.rb" reader = BibleReader.new translation_names = ['', '', 'NIV']#BibleInfo.<API key>.keys translation_names.each do |translation_name| translation_code = BibleInfo.<API key>[translation_name] BibleInfo.<API key>.each do |bible_name, ch...
<?php /** * TOP API: taobao.hotel.order.face.deal request * * @author auto create * @since 1.0, 2013-09-13 16:51:03 */ class <API key> { /** * oid **/ private $oid; private $operType; private $reasonText; /** * 1,2,3,4 * 1234 **/ private $reasonType; private $a...
import { Observable } from './observable' export default function drop(count, source) { return Observable(add => { let dropped = 0 return source.subscribe((val, name) => { if (dropped++ >= count) add(val, name) }) }) }
package schoolprojects; import java.util.Random; import java.util.Scanner; public class Juego { /** * @param args Argumentos de la linea de comandos */ public static void main(String[] args) { Scanner scan = new Scanner(System.in); Random rand = new Random(); /** * Mov...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Thu Mar 07 20:40:25 CET 2013 --> <title>Uses of Class com.tyrlib2.graphics.renderables.BoundingBox</title> <meta name="date" content="2013-03-07"> <link rel="stylesheet" type="text/css" href="../../../../.....
#.rst: # FindZLIB # Find the native ZLIB includes and library. # IMPORTED Targets # This module defines :prop_tgt:`IMPORTED` target ``ZLIB::ZLIB``, if # ZLIB has been found. # Result Variables # This module defines the following variables: # ZLIB_INCLUDE_DIRS - where to find zlib.h, etc. # ZLIB_LIBRARIES - L...
"""Support for monitoring emoncms feeds.""" from __future__ import annotations from datetime import timedelta from http import HTTPStatus import logging import requests import voluptuous as vol from homeassistant.components.sensor import ( PLATFORM_SCHEMA, SensorDeviceClass, SensorEntity, SensorStateCla...
#include "MotionStreakTest.h" #include "../testResource.h" enum { kTagLabel = 1, kTagSprite1 = 2, kTagSprite2 = 3, }; Layer* nextMotionAction(); Layer* backMotionAction(); Layer* restartMotionAction(); static int sceneIdx = -1; static std::function<Layer*()> createFunctions[] = { CL(MotionStreakTest1), ...
<?php namespace <API key>\Service; use <API key>\Service\<API key>; use <API key>\AbstractTest; class <API key> extends AbstractTest { public function <API key>() { $config = $this->getDocumentManager()->getConfiguration(); $this->assertSame(123, $config->getRetryConnect()); } public fun...
.date-menu { background-color: #fcfcfc; height: 59px; border-bottom: 1px solid #eee; } .date-menu-contents { @mixin content-padding; display: flex; justify-content: space-between; align-items: center; height: 59px; } .<API key> { height: 20px; line-height: 20px; } .date-menu-next, .date-menu-prev { ...
package main import ( "reflect" "strconv" "unsafe" "github.com/STNS/STNS/stns" "github.com/STNS/libnss_stns/libstns" ) /* #include <grp.h> #include <sys/types.h> */ import "C" type Group struct { grp *C.struct_group result **C.struct_group } func (s Group) Set(groups stns.Attributes) int ...
const LogTestPlugin = require("../../helpers/LogTestPlugin"); /** @type {import("../../../").Configuration} */ module.exports = { mode: "production", entry: "./index", stats: "normal", plugins: [new LogTestPlugin()] };
using System; using System.Collections.Generic; using System.Text; using Microsoft.Win32; namespace NetOffice.DeveloperToolbox.Utils.Registry { public class UtilsRegistryEntry { #region Fields private UtilsRegistryKey _parent; private string _valueName; pr...
import { expect } from 'chai' import browser from '../../src/util/browser' describe('util (node)', () => { describe('browser', () => { it('is false', () => { expect(browser).to.be.false }) }) })
define(function(require, exports){ exports.permute1 = function(x){ return mod((34.0 * x + 1.0) * x, 289.0) } exports.permute3 = function(x){ return mod((34.0 * x + 1.0) * x, 289.0) } exports.permute4 = function(x){ return mod((34.0 * x + 1.0) * x, 289.0) } exports.isq...
#pragma once namespace Game { namespace Light { constexpr unsigned int MAX_POINT_LIGHT_NUM = 384U; constexpr unsigned int MAX_LINE_LIGHT_NUM = 64U; constexpr unsigned int MAX_SPOT_LIGHT_NUM = 16U; } }
<?php namespace Symfony\Bridge\Doctrine\Tests\Form\ChoiceList; use Symfony\Bridge\Doctrine\Form\ChoiceList\<API key>; use Symfony\Bridge\Doctrine\Test\DoctrineTestHelper; use Doctrine\DBAL\Connection; use Doctrine\ORM\Version; class <API key> extends \<API key> { /** * @expectedException \Symfony\Component\For...
var $ = require('jquery'); var keymaster = require('keymaster'); var ChartEditor = require('./<API key>.js'); var DbInfo = require('./component-db-info.js'); var AceSqlEditor = require('./<API key>.js'); var DataGrid = require('./component-data-grid.js'); var QueryEditor = function () { var chartEditor = new ChartE...
package PracticeLeetCode; import java.util.HashSet; import java.util.LinkedList; import java.util.Queue; import java.util.Set; public class _127WordLadder { psvm }
<?php namespace Illuminate\Tests\Integration\Database\<API key>; use DB; use Illuminate\Support\Facades\Schema; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Schema\Blueprint; use Illuminate\Tests\Integration\Database\DatabaseTestCase; /** * @group integration */ class <API key> extends DatabaseTest...
import glob import logging import os import subprocess from plugins import BaseAligner from yapsy.IPlugin import IPlugin from assembly import get_qual_encoding class Bowtie2Aligner(BaseAligner, IPlugin): def run(self): """ Map READS to CONTIGS and return alignment. Set MERGED_PAIR to True if...
namespace EventCloud.Events.Dtos { public class GetEventListInput { public bool <API key> { get; set; } } }
// # Frontend Route tests // As it stands, these tests depend on the database, and as such are integration tests. // Mocking out the models to not touch the DB would turn these into unit tests, and should probably be done in future, // But then again testing real code, rather than mock code, might be more useful... con...
# wealth-view Single page application for viewing your financial portfolio
require 'mkmf' extension_name = '<API key>' dir_config(extension_name) create_makefile(extension_name)
import { browser, by, element } from 'protractor'; describe('App', () => { beforeEach(() => { // change hash depending on router LocationStrategy browser.get('/#/home'); }); it('should have a title', () => { let subject = browser.getTitle(); let result = 'Chroma An Interactive Palette tool'; ...
"use strict"; var <API key> = require("@babel/runtime/helpers/<API key>"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = <API key>(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime"); var _default = (0, _createSvgIcon.defaul...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Web.Http; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco....
# Scripts ## SalesforceAskUser - Updated the Docker image to: *demisto/python:2.7.18.24398*.
const BaseStep = require('../step'); const EntryProxy = require('../../entry-proxy'); const analyze = require('../../helpers/analytics/analytics')('gst'); // TODO pull below out to (variation) helper function <API key>(variations, from, toVariationId) { const toDir = variations.find(variation => variation.id === to...
'use strict'; // MODULES // var tape = require( 'tape' ); var pow = require( 'math-power' ); var MAX_INT16 = require( './../lib' ); // TESTS // tape( 'the main export is a number', function test( t ) { t.ok( true, __filename ); t.equal( typeof MAX_INT16, 'number', 'main export is a number' ); t.end(); }); t...
(function(){ var m = Math, vendor = (/webkit/i).test(navigator.appVersion) ? 'webkit' : (/firefox/i).test(navigator.userAgent) ? 'Moz' : 'opera' in window ? 'O' : '', // Browser capabilities has3d = 'WebKitCSSMatrix' in window && 'm11' in new WebKitCSSMatrix(), hasTouch = 'ontouchstart' ...
<div class="header"> <i class="fa fa-angle-left" ng-click="previous()"></i> <span>{{month.format("MMMM, YYYY")}}</span> <i class="fa fa-angle-right" ng-click="next()"></i> </div> <div class="week"> <span class="day">Sun</span> <span class="day">Mon</span> <span class="day">Tue</span> <span c...
<?php namespace Fuel\Core; /** * The Arr class provides a few nice functions for making * dealing with arrays easier * * @package Fuel * @subpackage Core */ class Arr { /** * Gets a dot-notated key from an array, with a default value if it does * not exist. * * @param array $array...
<?php namespace tpayLibs\src\_class_tpay\Validators\PaymentTypes; use tpayLibs\src\_class_tpay\Validators\<API key>; use tpayLibs\src\Dictionaries\Payments\<API key>; class PaymentTypeCard implements <API key> { public function getRequestFields() { return <API key>::REQUEST_FIELDS; } public func...