text stringlengths 3 1.05M |
|---|
<?xml version="1.0" ?>
<srv:container xmlns="http://symfony.com/schema/dic/monolog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
... |
<!DOCTYPE html>
<html>
<head>
<title>Travel modes in directions</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="script-tags-for-development.js"></script>
<style>
html, body {width:100%; height: 100%; padding:0; margin: 0}
body {padding: 5px}
... |
/**
* @private
* Implements buffered rendering of a grid, allowing users to scroll
* through thousands of records without the performance penalties of
* renderering all the records into the DOM at once.
*
* The number of rows rendered outside the visible area can be controlled by configuring the plugin.
*
* Use... |
using System;
using System.Collections.Generic;
using System.Text;
namespace LumiSoft.Net.MIME
{
/// <summary>
/// Represents "Content-Disposition:" header. Defined in RFC 2183.
/// </summary>
/// <example>
/// <code>
/// RFC 2183.
/// In the extended BNF notation of [RFC 8... |
<?xml version="1.0" encoding="UTF-8"?>
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<label>Stay Track</label>
<protected>true</protected>
<values>
<field>Description_Label__c</field... |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">
<erlref>
<header>
<copyright>
<year>1996</year><year>2016</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Licensed under the Apache License, Version 2.0 (the "License");
... |
namespace webdriver {
class GetElementLocationOnceScrolledIntoViewCommandHandler : public IECommandHandler {
public:
GetElementLocationOnceScrolledIntoViewCommandHandler(void) {
}
virtual ~GetElementLocationOnceScrolledIntoViewCommandHandler(void) {
}
protected:
void ExecuteInternal(const IECommandExecut... |
/**
* @license AngularJS v1.4.2
* (c) 2010-2015 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc object
* @name angular.mock
* @description
*
* Namespace from 'angular-mocks.js' which contains testing related code.
*/
angular.mock = {};
... |
import {EuiFlexGroup, EuiFlexItem, EuiStat} from "@elastic/eui";
import React from "react";
export const TopicStats = ({topic}) => {
return <EuiFlexGroup>
<EuiFlexItem>
<div>
<EuiStat
title={topic.partitionCount}
description="Partitions"
/>
... |
/*===================================================================================================================
* @name: bPopup
* @type: jQuery
* @author: (c) Bjoern Klinggaard - @bklinggaard
* @demo: http://dinbror.dk/bpopup
* @version: 0.9.4
* @requires jQuery 1.4.3
*==============================... |
var onSignalExit = require('../../')
onSignalExit(function (code, signal) {
console.log('exited with sigterm, ' + code + ', ' + signal)
})
setTimeout(function () {}, 1000)
process.kill(process.pid, 'SIGTERM')
|
package com.makoto.pizzastore.ingredients.veggies;
/**
* @author makoton
*
*/
public class Onion extends Veggies
{
}
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::open (1 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href=".... |
<?php
namespace Psy\Test\CodeCleaner;
use Psy\CodeCleaner\ValidConstantPass;
class ValidConstantPassTest extends CodeCleanerTestCase
{
public function setUp()
{
$this->setPass(new ValidConstantPass());
}
/**
* @dataProvider getInvalidReferences
* @expectedException \Psy\Exception... |
namespace autofill {
namespace {
// Increment this anytime pickle format is modified as well as provide
// deserialization routine from previous kPickleVersion format.
const int kPickleVersion = 2;
void AddVectorToPickle(std::vector<base::string16> strings,
Pickle* pickle) {
pickle->WriteInt... |
<?php
namespace Faker\Provider\de_AT;
class Address extends \Faker\Provider\Address
{
protected static $buildingNumber = array('###', '##', '#');
protected static $streetSuffixLong = array(
'Gasse', 'Platz', 'Ring', 'Straße', 'Weg',
);
protected static $streetSuffixShort = array(
'gas... |
MAINTAINERS
===========
Overview
--------
The following is a list of people known to have interests in
particular areas or sub-systems of devstack.
It is a rather general guide intended to help seed the initial
reviewers list of a change. A +1 on a review from someone identified
as being a maintainer of its affect... |
<?xml version="1.0" ?>
<LEOSimulation version="2.5.0">
<STELAVersion>2.5.1</STELAVersion>
<SpaceObject>
<mass unit="kg">7.0</mass>
<dragArea>0.045</dragArea>
<reflectingArea>0.18</reflectingArea>
<reflectivityCoefficient>1.5</reflectivityCoefficient>
<orbitType>LEO</orbitType>
<ConstantDragC... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
/*============================================================
**
** Source: test.c
**
** Purpose: InterlockedExchan... |
#include <handler.h>
#include <handler_parser.h>
#include <task/task.h>
#include "zmq_compat.h"
#include <dbg.h>
#include <stdlib.h>
#include <string.h>
#include <connection.h>
#include <assert.h>
#include <register.h>
#include "tnetstrings.h"
#include "xrequest.h"
#include "setting.h"
struct tagbstring LEAVE_HEADE... |
'use strict';
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol ? "symbol" : typeof obj; };
(function (root, factory) {
// $lab:coverage:off$
... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Navigation
Imports Microsoft.CodeAnalysis.Host
Imports Microsoft.CodeAnalysis.Text
Namespace Microsoft.CodeAnalysis.Editor.Unit... |
var gulp = require('gulp');
var sass = require('gulp-sass');
concat = require('gulp-concat');
module.exports = function(){
processSass();
gulp.watch('./assets/sass/**/*.scss', processSass);
};
var sassOptions = {
includePaths : ['./assets/sass/'],
outputfile: 'styles.css',
errLogToConso... |
#ifndef __CCSKIN_H__
#define __CCSKIN_H__
#include "2d/CCSprite.h"
#include "renderer/CCQuadCommand.h"
#include "cocostudio/CCArmatureDefine.h"
#include "cocostudio/CCBone.h"
#include "cocostudio/CocosStudioExport.h"
namespace cocostudio {
class CC_STUDIO_DLL Skin : public cocos2d::Sprite
{
public:
static Ski... |
<?php
// Compatible with sf_escaping_strategy: true
$editable = isset($editable) ? $sf_data->getRaw('editable') : null;
$id = isset($id) ? $sf_data->getRaw('id') : null;
$itemIds = isset($itemIds) ? $sf_data->getRaw('itemIds') : null;
$items = isset($items) ? $sf_data->getRaw('items') : null;
$name = isset(... |
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICU... |
using System;
using System.Collections.Generic;
using System.Text;
#endregion Using Directives
namespace ScintillaNET
{
public class Snippet : IComparable<Snippet>
{
#region Constants
internal const char RealDelimeter = '\x1';
#endregion Constants
#region Fields
p... |
/**
@name: aping
@version: 1.2.2 (07-02-2016)
@author: Jonathan Hornung <jonathan.hornung@gmail.com>
@url: https://github.com/JohnnyTheTank/apiNG
@license: MIT
*/
angular.module('jtt_aping', [
'jtt_aping_jsonloader',
'jtt_aping_ng_array'
]);;"use strict";
angular.module('jtt_aping')
... |
var express = require('express');
var app = express();
var httpServer = require('http').createServer(app);
var io = require('socket.io')(httpServer);
import ioUsers = require("socket.io.users");
ioUsers.Session(app, {
"secret": "socket.io.users secret test",
"resave": true,
"saveUninitialized": true
});
io.us... |
[](https://nodei.co/npm/mongodb/) [](https://nodei.co/npm/mongodb/)
[](http://travis-ci.org/mongodb/node-mon... |
<?php
/**
* @see Zend_Cache_Backend_Interface
*/
require_once 'Zend/Cache/Backend/Interface.php';
/**
* @see Zend_Cache_Backend
*/
require_once 'Zend/Cache/Backend.php';
/**
* @package Zend_Cache
* @subpackage Zend_Cache_Backend
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://ww... |
var openshift = Alloy.CFG.openshift,
restImagen = Alloy.CFG.imagen,
fotoMedia = Alloy.CFG.fotos,
idAuto = Alloy.Globals.idAuto;
var imagenAct =0;
var imagenes;
var lang = Alloy.CFG.lang;
if(OS_ANDROID){
$.btnShare.backgroundImage = Ti.Filesystem.resourcesDirectory + 'logo_facebook.png';
$.btnShare.backg... |
<?php
namespace Monolog\Handler\Curl;
class Util
{
private static $retriableErrorCodes = array(
CURLE_COULDNT_RESOLVE_HOST,
CURLE_COULDNT_CONNECT,
CURLE_HTTP_NOT_FOUND,
CURLE_READ_ERROR,
CURLE_OPERATION_TIMEOUTED,
CURLE_HTTP_POST_ERROR,
CURLE_SSL_CONNECT_E... |
from __future__ import with_statement
import inspect
import os
from fabric.api import task, run, sudo, prefix as p
from fabric.contrib.files import exists
config = {
'path': None,
'sudo': False,
'args': "--no-site-packages --clear"
}
def validate_config():
assert isinstance(config['path'], basestrin... |
using System;
using BusinessObjects.Devices;
using Caliburn.Micro;
using Hardware.DeviceAddress;
using Common.Commands;
using PinballClient.ClientComms;
using PinballClient.Events;
namespace PinballClient.CommonViewModels.Devices
{
/// <summary>
///
/// </summary>
public class StepperMotorViewModel :... |
#include <stdlib.h>
#include <string.h>
#include "jansson.h"
#include "jansson_private.h"
/* memory function pointers */
static json_malloc_t do_malloc = malloc;
static json_free_t do_free = free;
void *jsonp_malloc(size_t size)
{
if(!size)
return NULL;
return (*do_malloc)(size);
}
void jsonp_fre... |
namespace CasaEngine
{
float FuzzySet_RightShoulder::CalculateDOM(float val) const
{
//test for the case where the left or right offsets are zero
//(to prevent divide by zero errors below)
if ( (isEqual(m_fRightOffset, 0.0f) && (isEqual(m_fPeakPoint, val))) ||
(isEqual(m_fLeftOffset, 0.0f) && (isEqual(m_f... |
//
// objc.h
//
// Copyright (c) 2012 Pixate, Inc. All rights reserved.
//
#ifndef PXStyleKit_objc_h
#define PXStyleKit_objc_h
#ifdef __OBJC__
#import <objc/runtime.h>
#import <objc/message.h>
#else
#include <objc/runtime.h>
#include <objc/message.h>
#endif
#include <CoreGraphics/CGBase.h>
extern void* callSup... |
#ifndef THIRD_PARTY_TENSORFLOW_CORE_COMMON_RUNTIME_SHAPE_REFINER_H_
#define THIRD_PARTY_TENSORFLOW_CORE_COMMON_RUNTIME_SHAPE_REFINER_H_
#include <vector>
#include "tensorflow/core/common_runtime/graph_runner.h"
#include "tensorflow/core/framework/function.pb.h"
#include "tensorflow/core/framework/shape_inference.h"
... |
brew tap homebrew/versions
brew install gcc49
brew tap Nashenas88/homebrew-gcc_cross_compilers
brew install i386-elf-binutils i386-elf-gcc nasm
|
using namespace gpos;
using namespace gpdxl;
using namespace gpmd;
//---------------------------------------------------------------------------
// @function:
// CDXLScalarSubqueryQuantified::CDXLScalarSubqueryQuantified
//
// @doc:
// Constructor
//
//----------------------------------------------------------------... |
package rpc
import (
"net"
"net/rpc"
)
// rpcDial makes a TCP connection to a remote RPC server and returns
// the client. This will set the connection up properly so that keep-alives
// are set and so on and should be used to make all RPC connections within
// this package.
func rpcDial(address string) (*rpc.Clien... |
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<display-name>Molecule viewer</display-name>
<servlet>
<servlet-name>MoleculeDataSe... |
<?php
abstract class BL_CustomGrid_Block_Widget_Grid_Editor_Form_Abstract extends Mage_Adminhtml_Block_Widget_Form
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('bl/customgrid/widget/grid/editor/form.phtml');
}
protected function _prepareLayout()
... |
YUI.add('event-custom-complex', function (Y, NAME) {
/**
* Adds event facades, preventable default behavior, and bubbling.
* events.
* @module event-custom
* @submodule event-custom-complex
*/
var FACADE,
FACADE_KEYS,
YObject = Y.Object,
key,
EMPTY = {},
CEProto = Y.CustomEvent.prototype,
... |
package shapeless
package syntax
object typeable {
implicit def typeableOps[T](t : T): TypeableOps[T] = new TypeableOps(t)
}
final class TypeableOps[T](val t : T) extends AnyVal with Serializable {
/**
* Cast the receiver to a value of type `U` if possible. This operation will be as precise wrt erasure as po... |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>kylo-alerts-model</artifactId>
<parent>
<groupId... |
package org.apache.curator;
/**
* Abstracts the policy to use when retrying connections
*/
public interface RetryPolicy
{
/**
* Called when an operation has failed for some reason. This method should return
* true to make another attempt.
*
*
* @param retryCount the number of times retr... |
package gorethink
import (
"bufio"
"encoding/binary"
"fmt"
"io"
"strings"
p "github.com/dancannon/gorethink/ql2"
)
// Write 'data' to conn
func (c *Connection) writeData(data []byte) error {
_, err := c.Conn.Write(data[:])
if err != nil {
return RQLConnectionError{rqlError(err.Error())}
}
return nil
}
... |
layout: post
title: Synchronization Endpoint
categories: XAP97
parent: cassandra-space-persistency.html
weight: 200
---
{% compositionsetup %}
## Configuration
A Cassandra based implementation of the [Space Synchronization Endpoint](./space-synchronization-endpoint-api.html).
### Library dependencies
... |
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
"""Constants for Traccar integration."""
DOMAIN = "traccar"
CONF_MAX_ACCURACY = "max_accuracy"
CONF_SKIP_ACCURACY_ON = "skip_accuracy_filter_on"
ATTR_ACCURACY = "accuracy"
ATTR_ADDRESS = "address"
ATTR_ALTITUDE = "altitude"
ATTR_BATTERY = "batt"
ATTR_BEARING = "bearing"
ATTR_CATEGORY = "category"
ATTR_GEOFENCE = "ge... |
'use strict';
module.exports = function(grunt) {
var path = require('path');
var fs = require('fs');
var yaml = require('js-yaml');
var resolve = require('json-refs').resolveRefs;
var SwaggerResolver = require('../swagger-resolver');
// Filter out non-relative paths, and any schema $refs
function refFilter(re... |
<!DOCTYPE html>
{% autoescape true %}
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="static/css/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="static/css/do.css" type="text/css"/>
<script src="ht... |
package io.r3k.gamify9dotcom;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ContextLoadsTest {
@Test
public void contex... |
global.extent = require('./');
global.extent2 = require('./index-lazy-reduce');
var Benchmark = require('benchmark');
var fs = require('fs');
global.fc = require('./geojson/FeatureCollection');
global.pt = require('./geojson/Point');
global.line = require('./geojson/LineString');
global.poly = require('./geojson/Poly... |
using System;
using LASI.Interop.ProgressReporting.Basis;
namespace LASI.Interop.ResourceManagement
{
/// <summary>
/// Provides for the subscription of events involving the loading of core resources.
/// </summary>
public class ResourceNotifier
{
/// <summary>
/// Raised when a Sy... |
package plugin.google.maps;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import org.apache.cordova.CallbackContext;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.res.AssetMa... |
class CreateShippingMethodCategories < ActiveRecord::Migration
def change
create_table :spree_shipping_method_categories do |t|
t.integer :shipping_method_id, :null => false
t.integer :shipping_category_id, :null => false
t.timestamps null: false
end
add_index :spree_shipping_method_ca... |
var arrayMap = require('./_arrayMap'),
baseIteratee = require('./_baseIteratee'),
basePickBy = require('./_basePickBy'),
getAllKeysIn = require('./_getAllKeysIn');
/**
* Creates an object composed of the `object` properties `predicate` returns
* truthy for. The predicate is invoked with two arguments: (v... |
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2014 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licen... |
package hu.akarnokd.rxjava2flow.internal.operators.nbp;
import java.util.Iterator;
import java.util.function.BiFunction;
import hu.akarnokd.rxjava2flow.NbpObservable;
import hu.akarnokd.rxjava2flow.NbpObservable.*;
import hu.akarnokd.rxjava2flow.disposables.Disposable;
import hu.akarnokd.rxjava2flow.internal.dispos... |
/* See LICENSE for licensing information */
/**
* \file container.c
* \brief Implements a smartlist (a resizable array) along
* with helper functions to use smartlists. Also includes
* hash table implementations of a string-to-void* map, and of
* a digest-to-void* map.
**/
#include "tor_compat.h"
#include "to... |
<!--
@license
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
package org.railwaystations.rsapi.adapter.in.web.controller;
import org.jetbrains.annotations.NotNull;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.railwaystations.rsapi.adapter.in.web.ErrorHandlingControllerAdvice;
import org.railwaystations.rsapi... |
title: <video>
type: references
order: 2.14
version: 0.10
---
# <video>
<span class="weex-version">v0.6.1+</span>
The video component can be used to embed video content in a weex page.
**example**
```html
<template>
<div>
<text>Big Eater!</text>
<video onstart='onstart' onpause='onpause' onfinish='o... |
SQLRETURN ODBC::SetEnvAttr(SQLHENV EnvironmentHandle,
SQLINTEGER Attribute,
SQLPOINTER Value,
SQLINTEGER StringLength)
{
SQLRETURN rc;
CEnv *pEnv;
pEnv = (CEnv *)EnvironmentHandle;
EnterCriticalSection(&pEnv->m_CSObject);
__try{
pEnv->clearError();
rc = pEnv->SetEnvA... |
<!DOCTYPE html >
<html>
<head>
<title>Segment - threesixty.visualizer.visualizations.Segment</title>
<meta name="description" content="Segment - threesixty.visualizer.visualizations.Segment" />
<meta name="keywords" content="Segment threesixty.visualizer.visualizations.Segment" />
... |
1.0.3 / 2015-10-27
------------------
* Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple.
1.0.2 / 2015-03-22
------------------
* Relaxed lodash version dependency.
1.0.1 / 2015-02-20
------------------
* Changed dependencies to be compatible with ancient nodejs.
1.0.0 / 2015-02... |
'use strict';
/**
* @ngdoc module
* @name ngMessages
* @description
*
* The `ngMessages` module provides enhanced support for displaying messages within templates
* (typically within forms or when rendering message objects that return key/value data).
* Instead of relying on JavaScript code and/or complex ng-if... |
extern ssize_t gogpgme_readfunc(void *handle, void *buffer, size_t size);
extern ssize_t gogpgme_writefunc(void *handle, void *buffer, size_t size);
extern off_t gogpgme_seekfunc(void *handle, off_t offset, int whence);
extern gpgme_error_t gogpgme_passfunc(void *hook, char *uid_hint, char *passphrase_info, int prev_wa... |
package validation
import (
"fmt"
"strings"
"time"
"github.com/robfig/cron/v3"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
unversionedvalidation "k8s.io/apimachinery/pkg/apis/meta/v1/validation"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/sets"
apimachineryvalidation "k8s.io/apimachine... |
package org.firstopen.singularity.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.PrintWriter;
import org.apache.log4j.Logger;
/**
* This is a util class for helper functions encountered in dealing with any
* kind of writers.
*/
public class IOUtil {
static Logger lo... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Polysaccum conglomeratum Fr.
### Remarks
null |
package okhttp3.recipes;
import java.io.IOException;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
public final class AccessHeaders {
private final OkHttpClient client = new OkHttpClient();
public void run() throws Exception {
Request request = new Request.Builder()
.... |
cask :v1 => 'delibar' do
version :latest
sha256 :no_check
# shinyfrog.net is the official download host per the vendor homepage
url 'http://static.shinyfrog.net/downloads/delibar/Delibar.zip'
appcast 'http://apps.shinynode.com/apps/delibar_appcast.xml'
name 'Delibar'
homepage 'http://www.delibarapp.com/'... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace Picodex
{
/// <summary>
/// Based on http://blogs.msdn.com/b/ericlippert/archive/2007/10/08/path-finding-using-a-in-c-3-0-part-three.aspx
/// Backported to C# 2.0
/// </summary>
public class PriorityQueue<P, V>... |
Almost all OpenGL implementations today are hardware-accelerated. This means that when you execute
OpenGL commands, it is in fact your video card that does the hard work instead of your CPU.
In order to improve performances, calling an OpenGL function does not wait for the the operation
to be over. Instead it just sen... |
package org.apache.camel.core.osgi;
import org.apache.camel.CamelContext;
import org.apache.camel.impl.DefaultLanguageResolver;
import org.apache.camel.spi.Language;
import org.apache.camel.spi.LanguageResolver;
public class CamelMockLanguageResolver implements LanguageResolver {
// Delegate to the DefaultLangua... |
package main
import (
"log"
"net/http"
"strconv"
"github.com/emicklei/go-restful"
"github.com/emicklei/go-restful/swagger"
)
// This example show a complete (GET,PUT,POST,DELETE) conventional example of
// a REST Resource including documentation to be served by e.g. a Swagger UI
// It is recommended to create a... |
<?php
/**
* @file
* Contains \Drupal\field\Tests\FieldImportCreateTest.
*/
namespace Drupal\field\Tests;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
/**
* Create field storages and fields during config create method invocation.
*
* @group field
*/
class FieldImportCreate... |
package im.actor.model.concurrency;
import im.actor.model.droidkit.actors.Actor;
public class TimerActor extends Actor {
@Override
public void onReceive(Object message) {
if (message instanceof Schedule) {
self().sendOnce(((Schedule) message).getTimerCompat(), ((Schedule) message).getDe... |
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="math.css"?>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<munder>
<mrow>
<munder>
<mi mathvariant="normal">- middle -</mi>
<mphantom><mi mathvariant="normal">fail</mi></mphantom>
</munder>
</mrow>
<mphantom><mi ... |
<!-- Good morning, Mr. Phelps. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>or-tools/src/util/const_ptr_array.h File Reference - Doxy</title>
<link rel="shortcut icon" href="../../../favicon.ico">
<!-- Both stylesheets are supplied by Doxygen, with maybe ... |
layout: single
title: "Paprikasoep met kruidenkaas en chorizo balletjes"
date: 2019-12-1 12:00:00 +0000
published: true
categories: ["Recepten"]
tags: ["Recept"]
author: Tom Kerkhove
---
# Ingrediënten
Voor dit gerecht heb je volgende ingrediënten nodig:
- 1 theelepel paprika poeder
- 1 eetlepel curry poeder
- 250 gr... |
FROM opensuse:13.2
RUN zypper --non-interactive install ca-certificates* curl gzip rpm-build
RUN zypper --non-interactive install libbtrfs-devel device-mapper-devel glibc-static libselinux-devel libtool-ltdl-devel pkg-config selinux-policy selinux-policy-devel sqlite-devel systemd-devel tar git systemd-rpm-macros
EN... |
package org.knowm.xchange.poloniex;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Nullable;
import javax.ws.rs.Consumes;
import javax.ws.rs.FormParam;
import javax.ws.rs.HeaderParam;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
im... |
package store
import (
"strings"
"github.com/docker/swarmkit/api"
memdb "github.com/hashicorp/go-memdb"
)
const tableConfig = "config"
func init() {
register(ObjectStoreConfig{
Table: &memdb.TableSchema{
Name: tableConfig,
Indexes: map[string]*memdb.IndexSchema{
indexID: {
Name: indexID,
... |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Zulip</string>
<string name="login_welcome_blurb">Welcome to Zulip!</string>
<string name="login_button">Log in</string>
<string name="username">Email</string>
<string name="pas... |
void register_OperatorDim_class();
#endif//OperatorDim_hpp__pyplusplus_wrapper
|
namespace Microsoft.Azure.Management.WebSites.Models
{
using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Microsoft.Rest.Azure;
/// <summary>
/// Collection of domains
/// </su... |
class INativeEventPipeline
{
public:
// Call to delete the pipeline. This can only be called once.
virtual void Delete() = 0;
//
// set whether to kill outstanding debuggees when the debugger exits.
//
// Arguments:
// fKillOnExit - When the debugger thread (this thread) exits, outstand... |
<?php
class testGetNodeMetricsReturnsExpectedCboForParentTypeReference
extends testGetNodeMetricsReturnsExpectedCboForParentTypeReference_parent
{
public function bar()
{
return testGetNodeMetricsReturnsExpectedCboForParentTypeReference_parent::foo();
}
}
class testGetNodeMetricsReturnsExpected... |
define(["require", "exports"], function (require, exports) {
});
//# sourceMappingURL=Action.js.map |
package settings
import (
"net/http"
"sync"
"github.com/getlantern/flashlight/config"
"github.com/getlantern/launcher"
"github.com/getlantern/flashlight/ui"
"github.com/getlantern/golog"
)
const (
messageType = `Settings`
)
var (
log = golog.LoggerFor("flashlight.settings")
service *ui.Ser... |
package zktest
import (
"math/rand"
"testing"
"time"
"github.com/samuel/go-zookeeper/zk"
"github.com/stretchr/testify/require"
)
// New returns a new TestCluster rooted at a temporary dir.
func New(t *testing.T) *zk.TestCluster {
tzk, err := zk.StartTestCluster(1, nil, nil)
require.NoError(t, err, "zk setup")... |
<?php
namespace Concrete\Core\Permission\Access\Entity;
use Concrete\Core\Entity\Permission\SiteGroup;
use Concrete\Core\Entity\Site\Group\Group;
use Concrete\Core\Entity\Site\Group\Relation;
use Concrete\Core\Entity\Site\Site;
use Concrete\Core\Permission\Access\Access as PermissionAccess;
use Concrete\Core\Permissi... |
package org.zaproxy.zap.extension.openapi;
import java.awt.EventQueue;
import org.apache.log4j.Logger;
import org.parosproxy.paros.control.Control;
import org.parosproxy.paros.extension.history.ExtensionHistory;
import org.parosproxy.paros.model.HistoryReference;
import org.parosproxy.paros.model.Model;
import org.pa... |
package org.apache.hadoop.hive.metastore.events;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;
import org.apache.hadoop.hive.metastore.IHMSHandler;
import org.apache.hadoop.hive.metastore.api.Catalog;
@InterfaceAudience.Public
@InterfaceStabili... |