answer stringlengths 15 1.25M |
|---|
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<title>Units (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!
if (location.href.indexOf('is-external=true') == -1) {
paren... |
// This file was generated based on '(multiple files)'.
// WARNING: Changes might be lost if you edit this file directly.
#include <Android.android.net.Uri.h>
#include <Android.Base.<API key>.h>
#include <Android.Base.JNI.h>
#include <Android.Base.Primitives.jmethodID.h>
#include <Android.Base.Primitives.ujclass.h>
#in... |
sihugh.github.io
=============

Pages site. Have moved the hosting for this to Azure websites. Committing to this repo now kicks off a Travis CI build and commits a successful result to https://github.com/sihugh/alt-pgdn-release where ... |
#include "<API key>.h"
#include <stdio.h>
#include <stdlib.h>
#include "../NUS_log.h"
#include "../NUS_vulkan.h"
static void <API key>(<API key> *);
NUS_result <API key>
(VkDevice device, unsigned int family_index, unsigned int queue_index,
<API key> *p_submission_queue)
{
VkFenceCreateInfo fence_info = {
.sType... |
# Keystone Social Login
## v0.1.3 / 2015-02-23
* adding Node.js 0.12 to Travis-CI config
## v0.1.2 / 2015-02-23
* adding compatibility warning with [Keystone 0.3.x](http://keystonejs.com/)
* updated `less-middleware` to version `2.0.0`
* updated `chai` to version `2.0.0`
## v0.1.1 / 2015-01-25
* updated `less-middlewar... |
#include "<API key>.h"
<API key>::<API key>(){
ofxAnimatable::setup(); //defaults to (0,0,0) >> (0,0,0)
}
void <API key>::update(float dt){
ofxAnimatable::update( dt );
}
void <API key>::draw(){
ofPushMatrix();
ofPoint p = getCurrentPosition();
ofTranslate(p.x, p.y, p.z);
float s ... |
require 'spec_helper'
# Snippet visibility scenarios are included in more details in spec/support/snippet_visibility.rb
describe <API key> do
let(:regular_user) { create(:user) }
let(:external_user) { create(:user, :external) }
let(:project) { create(:project, :public) }
let(:snippet) { create(:project_snippet,... |
<?php namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Foundation\Inspiring;
class Inspire extends Command {
/**
* The console command name.
*
* @var string
*/
protected $name = 'inspire';
/**
* The console command description.
*
* @var string
*/
protected $... |
import cv2
def outlineRect(image, rect, color):
if rect is None:
return
x, y, w, h = rect
cv2.rectangle(image, (x, y), (x+w, y+h), color)
def copyRect(src, dst, srcRect, dstRect,
interpolation = cv2.INTER_LINEAR):
"""Copy part of the source to part of the destination."""
x0, y0,... |
require 'json'
require 'kitchen'
require 'chef/provisioning/vsphere_driver'
require 'chef/provisioning/machine_spec'
module Kitchen
module Driver
class Vsphere < Kitchen::Driver::Base
@@chef_zero_server = false
default_config :machine_options,
:start_timeout => 600,
:create_timeout => ... |
require 'rails_helper'
describe FileUpload::Create do
before(:all) do
FileUpload.directory.files.each { |f| f.destroy }
end
let(:uploaded_file) do
ActionDispatch::Http::UploadedFile.new({
tempfile: File.open('spec/fixtures/images/avatar.jpg'),
filename: 'avatar.jpeg',
type: "image/jpeg"
... |
require File.dirname(__FILE__) + '/../lib/benchutils'
label = File.expand_path(__FILE__).sub(File.expand_path("..") + "/", "")
iterations = ARGV[-3].to_i
timeout = ARGV[-2].to_i
report = ARGV.last
BAILOUT = 16
MAX_ITERATIONS = 1000
class Mandelbrot
def initialize
puts "Rendering"
for y in -39...39 d... |
package com.microsoft.azure.management.maintenance.v2018_06_01_preview.implementation;
import com.microsoft.azure.management.maintenance.v2018_06_01_preview.OperationInfo;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Represents an operation returned by the GetOperations request.
*/
public class Operati... |
<?php
namespace PHPExiftool\Driver\Tag\ASF;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class ImageHeight extends AbstractTag
{
protected $Id = 58;
protected $Name = 'ImageHeight';
protected $FullName = 'ASF::StreamProperties';
pr... |
# SwaggerYard #
The SwaggerYard gem is a Rails Engine designed to parse your Yardocs API controller.
It'll create a Swagger-UI complaint JSON to be served out through where you mount SwaggerYard.
You can mount this to the Rails app serving the REST API or you could mount it as a separate Rails app.
Parsing of the Yardo... |
<?php
namespace Flarum\Flags;
use Flarum\Api\Controller;
use Flarum\Flags\Api\Controller\<API key>;
use Flarum\Http\RequestUtil;
use Illuminate\Database\Eloquent\Collection;
use Psr\Http\Message\<API key>;
class PrepareFlagsApiData
{
public function __invoke(Controller\<API key> $controller, $data, <API key> $reque... |
namespace Sitecore.FakeDb.Tasks
{
using Sitecore.Tasks;
public class <API key> : <API key><TaskDatabase>
{
public <API key>(TaskDatabase provider)
: base((<API key><TaskDatabase>)Globals.TaskDatabase, provider)
{
}
}
} |
// 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 substanti... |
goog.provide('app.modifyrectangle');
goog.require('ngeo.interaction.ModifyRectangle');
/** @suppress {extraRequire} */
goog.require('ngeo.mapDirective');
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.layer.Tile');
goog.require('ol.layer.Vector');
goog.require('ol.source.OSM');
goog.require('ol.sourc... |
<?php
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
namespace Twilio\Rest\Preview\Wireless;
use Twilio\Options;
use Twilio\Values;
/**
* PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you current... |
# encoding: utf-8
require 'spec_helper'
describe Relation::Proxy, '#each' do
subject { object.each { |tuple| yields << tuple } }
let(:object) { described_class.new(relation) }
let(:described_class) { Class.new(Relation) }
let(:relation) { Relation.new([[:id, Integer]], bo... |
<html>
<head>
<title>Application</title>
<meta charset="utf-8">
</head>
<body>
<div id="application">
</div>
</body>
<script src="/bundle.js"></script>
</html> |
#ifndef <API key>
#define <API key>
// W A R N I N G
// This file is not part of the Qt API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
// We mean it.
#include <QtCore/qglobal.h>
#include <QtQml/qqmllist.h>
#include <QtC... |
# Integrations
## Elasticsearch v2
- Updated the **URL** parameter description with the suggested default parameter. |
layout: default
lang: en
nav_link: Monitoring
nav_level: 2
nav_order: 300
# Monitoring the User Sync Process
[Previous Section](test_run.md) \| [Back to Contents](index.md) \| [Next Section](<API key>.md)
If you are using User Sync as an ongoing process, you’ll need to identify someone who can monitor and maintain the ... |
package debox.benchmark
import com.google.caliper.Param
import debox.Util.array
object <API key> extends MyRunner(classOf[<API key>])
class <API key> extends MyBenchmark {
def timeApply0(reps:Int) = run(reps)(Array[Int]().length)
def timeMacro0(reps:Int) = run(reps)(array[Int]().length)
def timeApply1(reps:Int) =... |
layout: post
title: poliCTF 2015 John the packer 350
category: [Reverse Engineering]
tags: [RE, poliCTF]
comments: true
**Points:** 350
**Solves:** 50
**Category:** Reverse Engineering
**Description:**
> John's greatest skill is to pack everything and everywhere with everyone. He doesn't want that someone reverse his s... |
namespace ThinkingHome.NooLite.LibUsb.PR1132
{
public enum PR1132ChannelUiType
{
Switcher = 0,
Dimmer = 1,
RestoreState = 2,
LED = 3
}
} |
<?php
namespace ElfChat\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* @property int $id
* @property \ElfChat\Entity\User $user
* @property string $ip
* @property int $howLong
* @property \DateTime $created
* @property \ElfChat\Entity\User $author
* @propert... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# 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 follow... |
title: Collection utilities
sidebar_label: Collection utilities {}
hide_title: true
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBD4KQ7&placement=mobxjsorg" id="_carbonads_js"></script>
# Collection utilities {}
They enable manipulating observable arrays, objects and Maps with the sam... |
import { moduleForComponent, test } from 'ember-qunit';
var component;
moduleForComponent('magma-button', 'Unit | Component | magma button', {
unit: true,
setup() {
component = this.subject({name: 'buttons', value: 'button1'});
},
teardown() {
component = null;
}
});
test('Component ... |
import { Button } from '@rocket.chat/fuselage';
import React, { memo } from 'react';
import { <API key> } from '../../../../contexts/<API key>';
import { useMethod } from '../../../../contexts/ServerContext';
import { <API key> } from '../../../../contexts/<API key>';
import { useTranslation } from '../../../../context... |
package au.edu.unimelb.csse.mugle.client.api;
import java.io.Serializable;
import com.google.gwt.user.client.rpc.AsyncCallback;
/**
* Developer async API for accessing the key/value store. This allows each game
* to associate arbitrary data with string keys, independently for each user.
*/
public interface <API key>... |
namespace NEventStore.Persistence.Sql.SqlDialects
{
using System;
using System.Data;
using System.Transactions;
using NEventStore.Persistence.Sql;
public abstract class CommonSqlDialect : ISqlDialect
{
public abstract string InitializeStorage { get; }
public virtual string PurgeS... |
<?php
namespace Unicodeveloper\Yearly;
use Illuminate\Support\Facades\Facade;
class YearlyFacade extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'laravel-yearly';
}
} |
<?php
namespace Oro\Bundle\UserBundle\Tests\Functional\Command;
use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit;
use Oro\Bundle\OrganizationBundle\Entity\Organization;
use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
use Oro\Bundle\UserBundle\Command\CreateUserCommand;
use Oro\Bundle\UserBundle\Command\Update... |
# Supported Conversions
RCall supports conversions to and from most base Julia types and popular Statistics packages, e.g., `DataFrames`, `CategoricalArrays` and `AxisArrays`.
@setup 1
using Pkg
Pkg.add("DataFrames")
Pkg.add("AxisArrays")
using RCall
using Dates
using DataFrames
using AxisArrays
## Base Julia Types
@ex... |
<?php
namespace App\Http\Middleware;
use Bugsnag\BugsnagLaravel\Facades\Bugsnag;
use Closure;
use Exception;
class HandledMiddlewareEx
{
public function handle($request, Closure $next)
{
Bugsnag::notifyException(new Exception('Handled middleware exception'));
$next($request);
}
} |
#import <Foundation/NSObject.h>
@class NSNotification, <API key>, NSArray<ObjectType>, NSString;
<API key>
typedef NS_ENUM(NSUInteger, NSPostingStyle) {
NSPostWhenIdle = 1,
NSPostASAP = 2,
NSPostNow = 3
};
typedef NS_OPTIONS(NSUInteger, <API key>) {
<API key> = 0,
<API key> = 1,
<API key> = 2
};... |
require "cp8_cli/github/api"
require "cp8_cli/github/parsed_url"
require "cp8_cli/story"
module Cp8Cli
module Github
class Issue < Story
include Api::Client
def initialize(number:, repo:, **attributes)
@number = number
@repo = repo
@attributes = attributes
end
def s... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Orleans.TestingHost;
using TestExtensions;
using UnitTests.GrainInterfaces;
using Xunit;
using Orleans.TestingHost.Utils;
using Orleans.Hosting;
using Orleans.Configuration;
using System.Diagno... |
package jolokia2
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"net/url"
"path"
"time"
"github.com/influxdata/telegraf/plugins/common/tls"
)
type Client struct {
URL string
client *http.Client
config *ClientConfig
}
type ClientConfig struct {
Respon... |
#ifdef _MSC_VER
#define <API key>
#endif
#include "test.hpp"
#include <boost/multiprecision/mpfi.hpp>
#include <boost/multiprecision/random.hpp>
using namespace boost::multiprecision;
using namespace boost::random;
void test_exp()
{
std::cout << "Testing exp\n";
mpfr_float_50 val = 1.25;
for (unsigned i = 0; i... |
'use strict';
/**
* Creates a new `Juicy` object.
*
* @class Phaser.Plugin.Juicy
* @constructor
*
* @param {Phaser.Game} game Current game instance.
*/
Phaser.Plugin.Juicy = function (game) {
Phaser.Plugin.call(this, game);
/**
* @property {Phaser.Rectangle} _boundsCache - A reference to the current world bounds.... |
// CLUSTER VIEW
bv.views.cluster = {
name: "cluster",
description: "Projection View",
plots: {}
};
bv.views.cluster.create = function() {
var view = Object.create(bv.views.cluster);
view.resourcesRequested = [
bv.ui.request("runs", "runs.json"),
bv.ui.request("solvers", "solvers.json... |
<?php defined('BASEPATH') OR exit('No direct script access allowed');
class Turno_model extends Model {
protected $table = 'turno';
protected $fillable = ['nome_turno'];
public function horarios() {
return $this->belongsToMany(Horario_model::class, 'turno_horario',
't... |
require 'net/ftp'
require 'ptools'
module Middleman
module Deploy
module Methods
class Ftp < Base
attr_reader :host, :port, :pass, :path, :user
def initialize(server_instance, options = {})
super(server_instance, options)
@host = self.options.host
@user = self.o... |
<div class="d-flex <API key> flex-wrap flex-md-nowrap align-items-center pb-2 mb-3 border-bottom">
<h1 class="h2">Gerenciador de Tags</h1>
<!--div class="btn-toolbar mb-2 mb-md-0">
<button class="btn btn-sm <API key>">
<i class="fa fa-plus-circle" aria-hidden="true"></i>
Cadastrar Nova
</but... |
# Specify gemfile Location and general variables
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
# Perform requiring gem that we need
# basic
require 'rubygems'
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
require 'pathname'
# database
require 'pg'
require 'active_record'... |
export default () => (
<div className="card">
<div className="card__item soft">
<div className="soft-half-top one-fifth push-bottom <API key>" />
<div className="soft-half-top four-fifths push-half-bottom <API key>" />
<div className="soft-half-top one-half push-bottom <API key>" />
<div c... |
using System;
using System.Collections.Generic;
using System.Text;
namespace SharpLua.AST
{
[Serializable()]
public partial class ElseifBlock
{
public Expr Condition;
public Chunk ThenBlock;
}
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Function Sfxr.opAssign</title>
<link rel="stylesheet" type="text/css" href="../../../styles/ddox.c... |
<?php
$aConfig = array(
/**
* Main Section.
*/
'type' => <API key>,
'name' => 'bx_snipcart',
'title' => 'Snipcart',
'note' => 'Snipcart shopping module.',
'version' => '9.0.6',
'vendor' => 'BoonEx',
'help_url' => 'http://feed.una.io/?section={module_name}',
'compatible_with... |
module Sorcery
module Model
module Submodules
# This submodule helps you login users from external providers such as Twitter.
# This is the model part which handles finding the user using access tokens.
# For the controller options see Sorcery::Controller::External.
# Socery assumes (read:... |
<!-- Top Navbar-->
<div class="navbar">
<div class="navbar-inner">
<div class="left"><a href="#" class="back link"> <i class="icon icon-back"></i><span>Back</span></a></div>
<div class="center sliding"></div>
<div class="right">
</div>
</div>
</div>
<div class="pages">
<div class="page" data-pag... |
// Last.Fm Records 3.1
// Jeroen Smeets
// If you release this code as part of your own package,
// you have to change the API key. For more info, see
var lastFmRecords = (function() {
// private, reachable through public setters
var _user;
var _period = 'recenttracks';
var _count = 6;
var _sty... |
import Ember from 'ember';
export default Ember.Controller.extend({
activeProjects: Ember.computed("model.[]", function() {
return this.get("model").filterBy("state", "active");
}),
completedProjects: Ember.computed("model.[]", function() {
return this.get("model").filterBy("state", "completed");
}),
... |
package com.fteams.siftrain.util.random;
import com.badlogic.gdx.utils.Array;
import com.fteams.siftrain.objects.CircleMark;
import java.util.HashMap;
import java.util.Map;
public class ExtremeRandomizer extends Randomizer {
private Map<Integer, Double> noteToReleaseTime = new HashMap<>();
/*
* Info: this ... |
@charset "UTF-8";
/**
* sass
* rem 100px
* @version 1.0.0
* @author bigfact
* @date 2016.06.16
*/
.pop .mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.dialog {
position: fixed;
top: 30%;
background: #FFF;
width: 80%;
margin: 0 10%;
... |
// Purpose: A simple application demonstrating the HL2 demo file format ( subject to change!!! )
// $NoKeywords: $
#include <windows.h>
#include "tier0/dbg.h"
#include "FileSystem.h"
#include "FileSystem_Tools.h"
#include "cmdlib.h"
#include "tooldemofile.h"
static bool uselogfile = false;
static bool spewed = false;
#... |
#!/bin/bash
# Sets up various stuff in Docker Container: database and Plugins
echo "START /configure.sh"
source /venv/bin/activate .
# Make sure PYTHONPATH includes GeoHealthCheck
export PYTHONPATH=/GeoHealthCheck/GeoHealthCheck:$PYTHONPATH
# Determine database type from DB URI
DB_TYPE=$(echo ${<API key>} | cut -f1 -d:... |
<html>
<head>
<link rel="stylesheet" href="style.css" />
<!-- To successful run the demo in Mainland China, use `gulp chinaCDN` to
replace fonts.usesoso.com with fonts.googleapis.com and replcace
maxcdn.bootstrapcdn.com with maxcdn.bootstrapcdn.com.
<link href='http://fonts.googleapis.com/css?family=O... |
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
// IT'S ALL JUST JUNK FOR OUR DOCS!
/* global Clipboard, anchors */
!(function($) {
'use strict';
$(function() {
// Disable empty links in docs examples
$('.page-content [href="#"]').click(function(e) {
e.preventDefault();
});
// Insert copy to cli... |
package com.example.fotorsdkdemo;
import java.io.File;
import com.everimaging.fotorsdk.FotorConstants;
import com.everimaging.fotorsdk.FotorSDKActivity;
import com.everimaging.fotorsdk.FotorSDKVersion;
import com.everimaging.fotorsdk.FotorUtils;
import com.everimaging.fotorsdk.provider.<API key>;
import com.everimaging... |
#ifndef <API key>
#define <API key>
#include <map>
#include <memory>
#include <vector>
#include "include/v8.h"
#include "src/compiler-dispatcher/<API key>.h"
#include "src/globals.h"
#include "src/handles.h"
#include "src/parsing/<API key>.h"
namespace v8 {
class Extension;
namespace internal {
class AccountingAllocato... |
<%
var od,on;
on = order[0];
od = order[1];
%>
<table width="100%" class="table table-striped table-hover">
<tr>
<th width="30"></th>
<th>
<a href="#<%+prep%>prep=1&uid=<%+uid%>&gid=<%+gid%>&fdid=<%+fdid%>&on=name&od=<%if(on=='name' && od == 1){%>-1<%}else{%>1<%}%>">
... |
layout: page
title: Privacy Policy
permalink: privacy-policy.html
exclude_from_nav: true
Your privacy is important to us. We handle information provided by you,
our customer, in a confidential manner. We do not rent or sell any personal information to any other organization.
Any personal information gathered will be us... |
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.09.26 at 03:01:37 PM PKT
package com.aspose.slides.maven.artifacts;
import javax.xml.b... |
/*
* <auto-generated>
* This code was generated by a tool.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
* </auto-generated>
*/
#import <Foundation/Foundation.h>
#import "JSONModel.h"
#import "<API key>.h"
@protocol <API key>
@end
/**
The current st... |
/**
* @file ttscon.h
* @brief
*
* detail...
*
* @author lygao
* @version 1.0
* @date 2005-12-6
*
* @see
*
* <b>History:</b><br>
* <table>
* <tr> <th>Version <th>Date <th>Author <th>Notes</tr>
* <tr> <td>1.0 <td>2005-12-6 <td>lygao <td>Create this file</tr>
* </tab... |
namespace Decoding
{
using System;
using System.Globalization;
using System.IO;
using System.Threading;
public class DecodingProblem
{
<exception cref="IOException">An I/O error occurred. </exception>
<exception cref="<API key>">There is insufficient memory to allocate a buffer f... |
#Welcome to vRAAPIClient
A python wrapper for the vRealize Automation REST API
Currently there is support for the following API endpoints:
* Catalog-Service Consumer API client: Request and view resources
* Reservation-Service API client: Create and view reservations
Responses will be in JSON or formatted in a table la... |
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Octokit
{
<summary>
A client for GitHub's Issue Comments API.
</summary>
<remarks>
See the <a href="http://developer.github.com/v3/issues/comments/">Issue Comments API documentation</a> for more information.
</remarks>
... |
import demistomock as demisto
from CommonServerPython import *
import subprocess
import re
def main():
try:
dest = demisto.args()['address']
ping_out = subprocess.check_output(
['ping', '-c', '3', '-q', dest], stderr=subprocess.STDOUT, universal_newlines=True
)
s = re.sea... |
<?php
namespace Aggressiveswallow;
/**
* Interface for storing data, doesn't matter if it is memory, db or file.
* @author Patrick
*/
interface <API key> {
/**
*
* @param mixed $data The data to be persisted
* @return mixed The key to retrieve the data with
*/
function persist($data);
... |
#!/usr/bin/env python
"""
Twython is a library for Python that wraps the Twitter API.
It aims to abstract away all the API endpoints, so that additions to the library
and/or the Twitter API won't cause any overall problems.
Questions, comments? ryan@venodesigns.net
"""
__author__ = "Ryan McGrath <ryan@v... |
#ifndef <API key>
#define <API key>
#include "src/base/flags.h"
#include "src/compiler/graph-reducer.h"
#include "src/deoptimize-reason.h"
#include "src/objects/map.h"
namespace v8 {
namespace internal {
// Forward declarations.
class <API key>;
class Factory;
class FeedbackNexus;
namespace compiler {
// Forward declar... |
module minerva.core.render.tapins {
export var preRender: IRenderTapin = function (input: IInput, state: IState, output: IOutput, ctx: RenderContext, region: Rect, tree: IUpdaterTree): boolean {
var effect = input.effect;
if (!effect)
return true;
ctx.save();
effect.PreRe... |
// EKEventStore.h
// EventKit
#import <Foundation/Foundation.h>
#import <EventKit/EventKitDefines.h>
#import <EventKit/EKTypes.h>
<API key>
@class EKCalendar, EKEvent, EKSource, EKReminder, EKCalendarItem;
/*!
@enum EKSpan
@abstract Values for controlling what occurrences to affect in a recurr... |
require 'fileutils'
module Serverspec
class Setup
def self.run
prompt = <<-EOF
Select a backend type:
1) SSH
2) Exec (local)
Select number:
EOF
print prompt.chop
num = gets.to_i - 1
puts
@backend_type = [ 'Ssh', 'Exec' ][num]
if @backend_type == 'Ssh'
print "Input t... |
// TimeStamp : 31-1-2016 //
// Content : Handel the API EndPoint IOs Actions //
// Notes : //
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.W... |
<div ng-controller="<API key>">
<div class="toolbar">
<i class="fa fa-square-o fa-lg tool-btn btn-toggle" tooltip="focus on" ng-click="toggleWindow()"></i>
<i class="feature-name"><a name="data-bind">Directive Support</a></i>
<i class="fa fa-lightbulb-o fa-lg tool-btn" popover-placement="bottom" popover-t... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.ServiceModel;
using System.Threading;
using DeviceHive.WebSockets.Core.Hosting;
using DeviceHive.WebSockets.Core.Network;
namespace DeviceHive.W... |
require 'omniauth-github'
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
# The secret key used by Devise. Devise uses this key to generate
# random tokens. Changing this key will render invalid ... |
// Generated by CoffeeScript 1.10.0
(function() {
var _;
_ = require('underscore');
module.exports = {
groupByAlpha: function() {
var instance;
instance = new this.model();
return this.groupBy(function(model) {
var key, letter;
key = (typeof model.alphaSortKey === "function" ... |
<?php
namespace Securinets\FrontOfficeBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Epreuves
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="Securinets\FrontOfficeBundle\Entity\EpreuveRepository")
*/
class Epreuve
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer")
* @OR... |
<!doctype html>
<meta charset="utf-8">
<title>SVG Post Ttile· kapalhq.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Define a description for better SEO result -->
<meta name="description" content="This is an example of custom post title using SVG image. You can simply add the f... |
/* eslint-env node */
const gulp = require('gulp');
const zip = require('gulp-zip');
const del = require('del');
const pkg = require('./package.json');
let versionedPane = `panes-${pkg.<API key>[0].replace(
/\./g,
'-'
)}`;
function compress(baseSrc, archiveName) {
return gulp
.src(`${baseSrc}*`)
.pipe(zip... |
<?php
use Fake\<API key>;
use Fake\ContainerDetails;
use Fake\Logs;
use Symfony\Component\Console\Tester\ApplicationTester;
use Test\Compose\PredictableProject;
use Test\Doctor\NullDoctor;
use Test\Plugins\ExtraHostname\<API key>;
use Test\Project\PredictableManager;
$container = require __DIR__ . '/../../../app/contai... |
orion.collections.onCreated(function() {
var self = this;
/**
* Register the link
*/
var linkOptions = _.extend({
identifier: 'collections-' + self.name,
routeName: 'collections.' + self.name + '.index',
activeRouteRegex: 'collections.' + self.name,
permission: 'collections.' + self.name + '... |
#!/usr/bin/env python
# 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 cond... |
#include "build.auto.h"
#ifdef HAVE_LIBLZ4
#include <lz4frame.h>
#include "common/compress/lz4/common.h"
#include "common/debug.h"
LZ4F_errorCode_t
lz4Error(LZ4F_errorCode_t error)
{
FUNCTION_TEST_BEGIN();
FUNCTION_TEST_PARAM(SIZE, error);
FUNCTION_TEST_END();
if (LZ4F_isError(error))
THROW_... |
#if !NETFX_CORE && !PCL36 && !XAMARIN
// <summary>Displays an error dialog for any exceptions</summary>
using System;
using System.Windows;
using System.Windows.Controls;
namespace Csla.Xaml
{
<summary>
Displays an error dialog for any exceptions
that occur in a CslaDataProvider.
</summary>
public class Error... |
using Raksha.Asn1;
using Raksha.Asn1.Pkcs;
namespace Raksha.Asn1.Cms
{
public abstract class CmsAttributes
{
public static readonly DerObjectIdentifier ContentType = <API key>.Pkcs9AtContentType;
public static readonly DerObjectIdentifier MessageDigest = <API key>.<API key>;
pu... |
# Twitter Bootstrap Theme For Kaminari
## Dependencies
Kaminari
https://github.com/amatsuda/kaminari
ruby
gem 'kaminari'
Twitter Bootstrap
- SCSS Flavor (Asset Pipeline): https://github.com/anjlab/bootstrap-rails
- Less Flavor (Asset Pipeline): https://github.com/seyhunak/<TwitterConsumerkey>
- Vanilla: https://github.... |
# NOTICE: THIS FILE IS AUTOGENERATED
# MODIFICATIONS MAY BE LOST IF DONE IMPROPERLY
# PLEASE SEE THE ONLINE DOCUMENTATION FOR EXAMPLES
from swgpy.object import *
def create(kernel):
result = Creature()
result.template = "object/mobile/shared_dwarf_gronda.iff"
result.<API key> = 9
result.stfName("monster... |
.header
{
background-color: #AAAAAA;
border-bottom: thick solid #000000;
position: absolute;
left: 0px;
right: 0px;
top: 0px;
}
.login_options
{
background-color: #AAAAAA;
border: thick inset #000000;
border-radius: 10px;
position: absolute;
left: 20px;
top: 100px;
pa... |
var path = require('path');
var webpack = require('webpack');
var plugins = [new webpack.<API key>()];
var entry = ['./src/index'];
if(process.env.NODE_ENV === "production") {
plugins.push(new webpack.optimize.UglifyJsPlugin({minimize: true, comments: false}));
} else {
entry.push('webpack-dev-server/client?http://... |
import { Instruction, INUMBER, IOP1, IOP2, IOP3, IVAR, IVARNAME, IEXPR, IMEMBER, IARRAY } from './instruction';
export default function simplify(tokens, unaryOps, binaryOps, ternaryOps, values) {
var nstack = [];
var newexpression = [];
var n1, n2, n3;
var f;
for (var i = 0; i < tokens.length; i++) {
var ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.