answer
stringlengths
15
1.25M
#![feature(test)] extern crate test; extern crate tinysegmenter; use std::io::prelude::*; use std::fs::File; use test::Bencher; #[bench] fn run(b: &mut Bencher) { let mut f = File::open("benchmark/timemachineu8j.txt") .expect("Failed to read a benchmark text."); let mut s = String::new(); let _ = f.read_t...
<?php require_once('./src/Location.inc.php'); $LocPar = new LocationParams(); $LocPar = $LocPar->setCity('Phagwara, Punjab'); try{ $Loc = new Location($LocPar); $Loc->setRequestType(Location::BY_ADDRESS); $Loc->init(); $Result = $Loc->getResult(); }catch(Exception $e)...
This is a client for signing certificates with an ACME-server (currently only provided by letsencrypt) implemented as a relatively simple bash-script. It uses the `openssl` utility for everything related to actually handling keys and certificates, so you need to have that installed. Other dependencies are (for now): cu...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>AntSim unittests</title> <link rel="stylesheet" href="./js/external/qunit/qunit-2.4.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="./js/e...
// <auto-generated> // Auto-generated by StoneAPI, do not modify. // </auto-generated> namespace Dropbox.Api.Team { using sys = System; using col = System.Collections.Generic; using re = System.Text.RegularExpressions; using enc = Dropbox.Api.Stone; <summary> <para>Argument for selecting a group...
""" For using OpenGL to render to an off screen buffer Ref: """ from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future__ import unicode_literals from OpenGL.GL import * from OpenGL.raw.GL.VERSION import GL_1_1,GL_1_2, GL_3_0 class OffScreenRender(objec...
from <API key>.web.Home_Auto import app def run_webserver(): app.run(host='0.0.0.0', port=9000, use_reloader=False)
using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Onliner.iOS.Tabbed { public class Application { // This is the main entry point of the application. static void Main (string[] args) { // if you wan...
(function() { 'use strict'; var express = require('express'); var router = express.Router(); // var mongojs = require('mongojs'); // var db = mongojs('myApp', ['myCollections']); router.get('/', function(req, res) { res.render('dist/index'); }); module.exports = router; }());
/* * Echo server for a single client */ import "net" import "cli" import "log" import "threads" int main() { const char *addr = "0.0.0.0:7000"; conn_t *l = net_listen("tcp", addr); if(!l) { fatal("listen failed: %s", net_error()); } logmsg("listening at %s", addr); while(1) { c...
# The default settings for new alerts Alert_defaults = { email: true, show: true } # This is a class which will facilitate the generation of Alerts and the automation of sending out alert emails. class Alerter class << self require 'pony' # This fxn will add an alert to the database # @param [String] [Hash] Take...
package O2::Dispatch::ModPerlGlobals::Context; use strict; use Tie::Scalar; our @ISA = qw(Tie::StdScalar); sub TIESCALAR { my ($className) = @_; return bless {}, $className; } sub FETCH { my ($obj) = @_; my $context = $obj->{ $ENV{O2REQUESTID} }; if (!$context) { require O2::Context; $context = O2::Co...
import moment from 'moment'; import {Factory} from 'ember-cli-mirage'; export default Factory.extend({ createdAt() { return moment().toISOString(); }, createdBy: 1, name(i) { return `Label ${i}`; }, slug(i) { return `label-${i}`; }, updatedAt() { return moment().toISOString(); }, updatedBy: 1, ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using StardewValley.Objects; namespace StardewValleyMP.States { // Are these even in the game? There isn't really any reference to them, and I don't remember // anything you use a key to unlock. I...
package wolf.node; import wolf.analysis.*; @SuppressWarnings("nls") public final class <API key> extends PFunction { private PNativeUnaryOp _nativeUnaryOp_; private TLParen _lParen_; private PArg _arg_; private TRParen _rParen_; public <API key>() { // Constructor } public <API k...
import pytest pytestmark = pytest.mark.page('font.html') class TestFont(object): def <API key>(self, browser): assert browser.font(index=0).exists def <API key>(self, browser): assert browser.font(index=0).color == '#ff00ff' def <API key>(self, browser): assert browser.font(index=0)....
Credits = function (game) { this.game = game; this.screenName = 'creditScreen'; this.image = 'assets/screenshots/credits.png'; }; Credits.prototype.preload = function(){ game.load.image(this.screenName, this.image); }; Credits.prototype.create = function() { var bg = game.add.sprite(0, 0, this.scree...
<?php /*$app->get('/', function () use ($app) { return $app->version(); });*/ $app->get('products', 'ProductsController@index'); $app->get('products/{id}', 'ProductsController@show'); $app->post('products', 'ProductsController@create'); $app->get('stores', 'StoresController@index'); $app->get('reviews', 'ReviewsCon...
import * as React from 'react'; export interface FooterProps { children?: React.ReactNode; className?: string; showDivider?: boolean; noPadding?: boolean; } export default class Footer extends React.PureComponent<FooterProps> {}
package sample; import javax.faces.bean.ManagedBean; @ManagedBean(name="welcomeBean") public class IndexPage { private String greeting = "Hello, World"; /** * @return the greeting */ public String getGreeting() { return greeting; } /** * @param greeting the greeting to set ...
CMS.ui.attach.fileUpload = function(){ var all_input = $('input.file-upload'); all_input.each(function(){ var input = $(this); input.change(function(){ var el = $(this); var val = $(this).val(); var bar = $('.upload-bar'); var preview_area = $(this...
#include "deleterowcommand.h" DeleteRowCommand::DeleteRowCommand(StatsTableModel &tableModel, std::set<int> deletedRows, QUndoCommand * parent) :QUndoCommand(parent), m_tableModel(tableModel), m_deletedRows(deletedRows) { } void DeleteRowCommand::redo() { auto model = m_tableModel.statsModel(); StatsKeyValu...
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="<API key>" content="yes"> <meta name="<API key>" content="yes"> <title>KISSY Decorated Simple Tre...
var config = require('../../config'); var express = require('express'); module.exports = function (app) { // ## Vendor Middleware app.use(express.compress()); app.use(express.bodyParser()); app.use(express.methodOverride()); app.use(express.cookieParser()); app.use(express.cookieSession(config.session)); ...
title: "Remember kids, always wear your safety belt" excerpt: "PaperFaces portrait of @pedroloo drawn with Paper for iOS on an iPad." image: path: &image /assets/images/<API key>.jpg feature: *image thumbnail: /assets/images/<API key>.jpg categories: [paperfaces] tags: [portrait, illustration, Paper for iOS] Pape...
package com.epita.mti.datemine.tools.auth; import java.util.UUID; /** * @author leduc_t */ public class AuthToken { /** * The token string. */ private String token; /** * The account id. */ private long accountID = 0; /** * The creation time in millisecond. */ pri...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Testj extends CI_Controller { function __construct() { parent::__construct(); $this->load->model('User_model'); $this->load->model('Feed_model'); //$this->output->set_content_type('application/json'); ...
<div layout="column" ng-controller="tiposInserirCtrl" ng-init="consultar()"> <md-toolbar> <div class="md-toolbar-tools"> <md-button ng-click="toggleLeft()" class="md-button" hide-gt-md="" aria-label="Menu"> <md-icon md-svg-icon="img/icons/menu.svg"></md-icon> </md-but...
import assert from 'power-assert'; import lib from '../src'; describe('sample-package', () => { it('is defined', () => { assert(lib); }); });
# <API key>: true class <API key> < ActiveRecord::Migration[6.0] def change remove_index :loyalty_points, :character_id end end
<!DOCTYPE html> <html> <head> <title>Login page</title> <link href="style/main.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="meta/apple-touch-icon.png"> <meta name="<API key>" content="yes"> <meta name="HandheldFriendly" content="True...
module Greedy class Stream BASE_PATH = "stream/contents/" CHANGE_STATE_PATH = "user/-/state/com.google/edit-tag" attr_accessor :entries, :feeds, :last_update_token # Instantiate a new Google Reader stream of entries based on a given entry state def initialize(username, password, in_state = nil, in...
// Name: pen.cpp // Purpose: // Id: $Id: pen.cpp,v 1.11 2004/05/23 20:52:46 JS Exp $ // Licence: wxWindows licence #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "pen.h" #endif // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BOR...
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class <API key> extends CI_Model { function __construct() { parent::__construct(); } public function <API key>($data) { $record = array( '<API key>' => date('Y-m-d H:i:s'), 'accepted_car_owne...
layout: post date: '2015-08-23' title: "Mori Lee Bridesmaids 31043 Short One Shoulder Chiffon Dress" category: Mori Lee tags: [Mori Lee] Mori Lee Bridesmaids 31043 Short One Shoulder Chiffon Dress Just **$228.99** <p>Mori lee 31043 is a one shoulder style short bridesmaid dress with ruchedbodice and a full A-Line skirt...
using ElectronicObserver.Backfire.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ElectronicObserver.Backfire.Observer.kcsapi.api_req_hensei { public class combined : APIBase { public override bool IsRequestSupported { get {...
#ifndef IO_H #define IO_H #include <stdbool.h> #include <stdint.h> #include <avr/io.h> #include "timers.h" #include "mq.h" #include "_io.h" extern bool last_state_down[3]; extern bool steady_state[3]; extern bool key_repeating[3]; extern uint16_t state_change_clock[3]; extern uint16_t <API key>[3]; extern uint16_t <API...
<?php class <API key> extends <API key> { public function __construct() { $this->_blockGroup = 'sagepayreporting'; $this->_controller = '<API key>'; parent::__construct(); $this->_updateButton('save', 'label', Mage::helper('sagepayreporting')->__('Add')); } public function ge...
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class Scope </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class Scope "> <meta name="generator" c...
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { margin: 0 auto; line-height: 1.7em; } .l-box { padding: 1em; } .header { margin: 0 0; } .header .pure-menu { padding: 0.5em; } .header .pure-menu li a:hover, .hea...
#!/usr/bin/env python3 import os import logging import <API key> import download_notices import parse_notice_tweets import <API key> #logging.basicConfig(level=logging.DEBUG) for path in ['store/table_pages', 'store/notices', 'store/tweets']: if not os.path.exists(path): os.mkdirs(path) withheld_tweets = (t...
<?php /** * Import entity product model * * @category Mage * @package Mage_ImportExport * @author Magento Core Team <core@magentocommerce.com> */ class <API key> extends <API key> { /** * Configuration key for product type */ const <API key> = 'global/importexport/<API key>'; /**...
// TOLStarsView.h // DeveloperAdsDemo #import <UIKit/UIKit.h> @interface TOLStarsView : UIView - (instancetype)<API key>:(UIImage *)fullStarsImage emptyStars:(UIImage *)emptyStarsImage; - (void)setPercentage:(CGFloat)percentage; @end
# import copy # import sys import unittest from rdflib.graph import Graph # from rdflib.namespace import NamespaceManager from rdflib import ( # RDF, # RDFS, Namespace, # Variable, # Literal, # URIRef, # BNode ) from rdflib.util import first from FuXi.Rete.RuleStore import ( # N3RuleStore, Setup...
Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the web serve...
$(document).ready(function () { $('select[id*="addressForm_country"]').click(function () { url = $(this).parent().parent().parent().parent().data('countryurl'); $.ajax({ url: url, type: "post", dataType: "json", data: "country="+$(this).val(), ...
const series = require('./series'); const parallel = require('./parallel'); const batch = require('./batch'); // A sample promise which takes an argument function promise(name) { console.log('Begin task', name); return new Promise((resolve) => { setTimeout(() => { console.log('Finish task', ...
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M10 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12-8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-4 8c...
// <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.CognitiveServices.Vision.Face { using Models; using System.Collections; using System.Collecti...
input[type="button"]:focus, input[type="submit"]:focus { outline: none !important; } /*forms*/ a.focus { outline: none !important; } body { margin-bottom: 80px; } .page-header { margin-top: 0; } .panel-body { padding-top: 0; } img.icon { width: 20%; height: 20%; padding: 1em; } img.about { width: 15%...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:38:03 CET 2013 --> <title>Uses of Class jade.core.sam.SAMProxy (JADE v4.3.1 API)</title> <meta name="date" content="2013-12-04"> <link rel="stylesheet" type="text/css" href="../../../../styles...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using DG.Tweening; using LunarConsolePlugin; using MoreMountains.NiceVibrations; using Newtonsoft.Json; using Polyglot; using Proyecto26; using Tayx.Graphy; using Cysharp.Threading.Tasks; using LiteDB; using Sentry; using UnityEngine; u...
import json from pprint import pprint from sys import argv jsonFile = argv[1] with open(jsonFile) as data_file: data = json.load(data_file) for i in range(0, data['resultCount']): if data['results'][i]['trackCount'] != 1: print(data['results'][i]['collectionName']), data['results'][i]['releaseDate'] # s...
// a copy of this software and associated documentation files (the // 'Software'), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // includ...
package toybroker import ( "errors" "reflect" "testing" ) func <API key>(t *testing.T) { var err error mb1 := <API key>("foo", 0) mb2 := <API key>("bar", 0) mb1.Set(1, []byte{1, 2, 3}) mb1.Set(2, []byte{4, 5, 6}) mb2.Set(1, []byte{7, 8, 9}) if len(mb1.List()) != 2 { err =...
CREATE TABLE `<API key>` ( `ID` bigint NOT NULL AUTO_INCREMENT PRIMARY KEY, `idGroup` bigint NOT NULL, `prefix` varchar(100) NOT NULL, `iVersion` bigint NOT NULL ) ENGINE='InnoDB' COLLATE 'utf8_unicode_ci'; ALTER TABLE `<API key>` ADD INDEX `idGroup` (`idGroup`); CREATE TABLE `<API key>` ( `historyID` bigint ...
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::MediaServices::Mgmt::V2018_07_01 # AssetFilters class AssetFilters include MsRestAzure # Creates and initializes a new instance of ...
<?php declare(strict_types=1); namespace AlphaVantage\Api; use AlphaVantage\Exception\RuntimeException; use AlphaVantage\Options; use GuzzleHttp\Client; use function array_filter; use function GuzzleHttp\json_decode; use function http_build_query; use function array_merge; use function rtrim; /** * Class AbstractApi ...
package org.cen.com; /** * Exception to check the expected data lenght. */ public class <API key> extends <API key> { private static final long serialVersionUID = 1L; public <API key>(int expected, int actual) { super("Data length is : " + actual + " but expected is : " + expected); } }
#pragma once #include <algorithm> #include <array> #include <cstddef> #include <cstdint> #include <iosfwd> #include <memory> #include <ostream> #include <utility> #include <windows.h> #include <winnt.h> #include <hadesmem/config.hpp> #include <hadesmem/detail/assert.hpp> #include <hadesmem/error.hpp> #include <hadesmem...
<html> <head> <meta charset="utf-8"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="user-scalable=no, width=device-width, height=device-height"> <title>YunoFav</title> <meta name="robots" content="noindex, nofollow"> <link rel="stylesheet" href="/yunohost/sso/assets/css...
<?php echo 'one'; ?>
"use strict"; angular.module('IssueTrackingSystem.Issues.Issues', []) .factory('issues', [ '$http', '$q', 'BASE_URL', function ($http, $q, BASE_URL) { function getMyIssues(pageSize, pageNumber, orderBy) { var pageSize = pageSize || 5, p...
require 'ffi' require 'benchmark' module LibGo extend FFI::Library ffi_lib './libgo_example_2.so' attach_function :fib, [:int], :int end def fib(i) return i if i < 2 return fib(i-2)+fib(i-1) end LibGo.fib(1) n=10000 Benchmark.bm(15) do |x| (2..14).step(2).each do |num| puts "-"*60 x.report("fib #{nu...
#pragma once #include "core/narukami.h" #include "core/texture.h" #include "core/spectrum.h" NARUKAMI_BEGIN template <class T> class ConstantTexture : public Texture<T> { private: T _value; public: ConstantTexture(const T& v):_value(v){} virtual T sample(const Point2f &uv) const override { retur...
var supportVibrate = 'vibrate' in navigator; if (supportVibrate) { // vibrate for one second navigator.vibrate(2000); // vibrate for 2 secs, wait for 5 secs, then again vibrate for 2 secs navigator.vibrate([2000, 5000, 2000]); // Either of these stop vibration navigator.vibrate(0); navigator...
class Subscription < ActiveRecord::Base has_many :videos, through: :video_views has_many :video_views scope :between, lambda {|start, finish| where{ (start_date >= start) & (end_date <= finish)} } def price_per_video(video_ids=[], amount) average_price = amount / video_ids.length <API key>(video_i...
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'> <title> Welcome to Middleman </title> <link href="/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/all.css" rel="stylesheet" type="text/c...
Imports System.Threading Friend NotInheritable Class Program Private Sub New() End Sub ''' <summary> ''' The main entry point for the application.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <meta name="_token" content="{{csrf_tok...
import React, {Component} from 'react'; import './style.css'; import {NavLink} from 'react-router-dom'; import axios from 'axios'; import $ from 'jquery'; import Navbar from '../navbar/index3'; class BasicForm extends React.Component { constructor(props) { super(props); this.state = { username: '', ...
// OSDataParser.h // OSLibrary #import <Foundation/Foundation.h> @interface OSDataParser : NSObject - (id)parse:(NSData*)data; @end
#subheader {background: url(../images/colours/brown/lhcorner.gif) right bottom no-repeat;} #main-bg {background: url(../images/colours/brown/mcorner.gif) right top no-repeat;} #side-border-left{background: url(../images/colours/brown/lscorner.gif) right top no-repeat;} #side-border-right{background: url(../images/colou...
var balltop=0 , bouncetime=1000,p=0; $(document).ready(function(){ $(".main section").hide(); $("nav a").click(function(){ $(".main section").hide(); $(".main section:eq(" + $(this).index() + ")").fadeIn(); }); $("nav a:eq(0)").click(); if($(window).width()>=480){ $("nav").ho...
#ifndef SEQDB_H #define SEQDB_H #include <string> #include <vector> #include <map> //bool parse_file(const char* csFile, StringVec &vNames, SeqVec &vSeqs); class seq_db { public: typedef std::string sequence; typedef std::string name; typedef std::pair<name, sequence> value_type; typedef std::vector<val...
/** * Provides requirement naming strategies. */ package com.agilarity.osmo.requirement.name;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>JsFrame.js example - Create a window inside a window</title> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'> <link rel="stylesheet" href="../../../index.css"> </head> <body> <h2><a href="../../../index.ht...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class LogicException | Webcook translator</title> <script type="text/javascript" src="resources/combined.js?2072791610"></script> <script type="...
package youtube import ( "github.com/Go-Docker-Hackathon/team-iDareX/vendor/db/mongo" "labix.org/v2/mgo/bson" "fmt" ) var WorkQueue = make(chan WorkRequest, 100) func Collector(url , formatId string) { C := mongo.Connect() C.Update(bson.M{"fetchurl": url}, bson.M{"$set": bson.M{"status": 1}}) // sta...
How does tracking and adding changes make developers' lives easier? Tracking and adding changes in this way prevents version conflicts between team members, and allows developers to revert their project to an earlier state. What is a commit? A commit is the saved state of a project. What are the best practices for comm...
<?php namespace HB\BlogBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\<API key>\Configuration\Route; use Sensio\Bundle\<API key>\Configuration\Template; class DefaultController extends Controller { /** * @Route("/", name="home") * @Template() */ pub...
package edu.cornell.gobii.gdi.forms; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.MessageBox; imp...
class Mc::Blast::<API key> < Mc::BaseController before_action :set_request, only: [:show, :edit, :update, :destroy] def index # Makeshift authorization. Need to improve if current_member.role.name === "pcell" @blast_requests = BlastRequest.all else @blast_requests = BlastRequest.where(member...
<html> <head> </head> <body> </body> </html>
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>DT_BoneFollower | demofile</title> <meta name="description" content="Documentation for demofile"> <meta name="viewport" content="width=device-width, initial-scale=1...
#!/bin/bash # 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: # all copies or su...
<?php namespace PHPExiftool\Driver\Tag\Ricoh; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class RedGain extends AbstractTag { protected $Id = 'Rg'; protected $Name = 'RedGain'; protected $FullName = 'Ricoh::Text'; protected $Group...
#ifndef <API key> #define <API key> #include <utility> namespace bid { namespace pop_front_detail { struct arbitrary_visitor { template<class T> void operator()(T&&) {} }; template<class Range> struct <API key> { typedef char (&no)[1]; typedef char (&yes)[2]; template<class> using yes_wrappe...
export type ToThrowAnyError = (<API key>?: any) => boolean; declare global { namespace jasmine { interface Matchers<T> { toThrowAnyError: ToThrowAnyError; } } } export const toThrowAnyError: ToThrowAnyError = (actual) => { try { actual(); return false; } catch (err) { return true; } ...
require 'socket' require 'openssl' module <API key> def self.extended(base) # Added device_token attribute if not included by acts_as_pushable unless base.respond_to?(:<API key>) base.class_eval do attr_accessor :device_token end end end APN_PORT = 2195 @@apn_cert = nil @@apn_h...
<!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Case</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/li...
import React from 'react'; import PropTypes from 'prop-types'; import styles from './FilePicker.scss'; import WixComponent from '../BaseComponents/WixComponent'; import Add from '../Icons/dist/components/Add'; import uniqueId from 'lodash/uniqueId'; /** * File picker component */ class FilePicker extends WixCompone...
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE CPP #-} module Data.Bson.Types ( RegexOption(..) , RegexOptions , Value(..) , Binary(..) , ObjectId(..) , Document , Array , Label , Field ) where import Data.Int (Int32, Int64) import Data.Time.Clock (UTCTime) import Data.Time.For...
package com.yotadevices.sdk.template; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.widget.RemoteViews; import com.yotadevices.sdk.R; abstract class WidgetBuilder { protected PendingIntent <API key>; abstract RemoteViews apply(Context context); ...
Sphinx Search docker file ====================== Version: **2.2.3-beta** You can read [the official changelog](http://sphinxsearch.com/bugs/changelog_page.php) for details on changes. ## Content A Sphinx Search instance builded from source. Supports: - stemming (via libstemmer, [link](http://snowball.tartarus.org/downl...
/** * @private * @flow */ import EventEmitter from 'events'; import * as util from 'silk-sysutils'; /** * Silk volume module * * @module silk-volume * @example * const volume = require('silk-volume').default; * volume.level = 50; * volume.mute = false; */ class Volume extends EventEmitter { _level: number;...
using System; using Sophie.Core.VM; namespace Sophie.Core.Objects { public sealed class ObjClass : Obj { private const int InitialMethodSize = 256; public static ObjClass ClassClass; public int NumFields; public readonly ObjString Name; public Method[] Methods; pu...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace <API key> { public class Program { public static void Main(string[] args) { var instance = new Derived(); Console.ReadKey(); } } }
# -*- coding: UTF-8 -*- """Tornado forms: simple form validation. Utility classes. """ import functools def decapitalize(string): """Turn MinLength into minLength for JS""" if not string: return string return "{0}{1}".format(string[:1].lower(), string[1:]) class ErrorList(list): """List of form ...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * <API key>. * <API key> Interface */ @CoInterface(guid="{<API key>}") public interface <API key> extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(500) ...