answer stringlengths 15 1.25M |
|---|
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- <API key> name="doctitle" -->
<title>JColtrane - Necessary Previous Knowledge</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!
.style10 {
font-size: 24px;
color: #000... |
<div class="commune_descr limited">
<p>
Saint-Palais-de-Négrignac est
un village
géographiquement positionné dans le département de Charente-Maritime en Poitou-Charentes. On dénombrait 365 habitants en 2008.</p>
<p>Si vous pensez emmenager à Saint-Palais-de-Négrignac, vous pourrez facilement trouver une... |
<?php
use Grav\Common\Grav;
use RocketTheme\Toolbox\ResourceLocator\<API key>;
\define('GRAV_CLI', true);
\define('GRAV_REQUEST_TIME', microtime(true));
\define('GRAV_USER_INSTANCE', 'FLEX');
$autoload = require __DIR__ . '/../../vendor/autoload.php';
if (version_compare($ver = PHP_VERSION, $req = GRAV_PHP_MIN, '<')) {... |
package is.hail.types.physical.stypes.concrete
import is.hail.annotations.{CodeOrdering, Region}
import is.hail.asm4s.{Code, LongInfo, Settable, SettableBuilder, TypeInfo, Value}
import is.hail.expr.ir.{EmitCodeBuilder, EmitMethodBuilder, SortOrder}
import is.hail.types.physical.stypes.interfaces.SString
import is.hail... |
[
for version 2 (Python)
of the International Land Model Benchmarking Project (ILAMB)
benchmarking toolkit.
* The [journal article](http://dx.doi.org/10.1016/j.cageo.2012.04.002)
that describes BMI
* ILAM... |
layout: page
title: "David Jacob Rothman"
comments: true
description: "blanks"
keywords: "David Jacob Rothman,CU,Boulder"
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></script>
<!-- <s... |
<div class="container">
<div class="row spacer"></div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 bg-primary">
<h4>Edit Company Info</h4>
</div>
<div class="col-lg-8 col-lg-offset-2 main-content">
<div class="col-lg-10 col-lg-offset-1">
... |
class Integer
def divisors
res = []
i = 1
while i*i < self
if self % i == 0
res << i
end
i += 1
end
(res.size - 1).downto(1) do |k|
res << self / res[k]
end
res << i if i*i == self
res
end
end
def weird(n)
possible_sums = Hash.new
possible_sums[0] ... |
# An Advanced Todo List
## Learn how to make a RESTful Todo List in RethinkDB and Angular
By Circle Academy
## Installation
Clone the repository:
git clone https://github.com/ChrisCates/advancedTodo
In terminal go to the root directory and run
npm install
Point your browser to localhost:3000 and try it out |
extern crate modbus;
use modbus::{Coil,binary,Reason,ExceptionCode,tcp};
use {Code, Count, Address, Values, Value, Quantity};
use {ModbusResponsePDU, ModbusRequestPDU};
use FunctionCode;
use enum_primitive::FromPrimitive;
pub struct BlankRegisters {
holding_registers : Vec<u16>,
input_registers : Vec<u16>,
... |
+++
date = "2015-06-15T08:35:33+08:00"
draft = true
title = "storm reliability xor algorithm"
+++
## Introduction of Storm
Storm is the distributed system to process stream data like what MapReduce does.
The task will be split into multiple parts which we call tuples and tuples have sub-tuples. Apprently, we have to fi... |
{% load wagtailcore_tags wagtailimages_tags %}
{# Individual blog item in a list - used on blog index and home page #}
<a class="col-md-3" style="min-height:150px;margin:20px" href="{% pageurl faq %}">
<div class="media">
{% if faq.feed_image %}
<div class="media-left">
{% image faq.feed_image width... |
<link rel="stylesheet" href="${basePath}/resources/common/libs/fileinput/css/fileinput.min.css">
<script src="${basePath}/resources/common/libs/fileinput/js/fileinput.js"></script>
<script src="${basePath}/resources/common/libs/fileinput/js/locales/zh.js"></script>
<style >
input{
width:100%;
... |
#include "alert.h"
#include "checkpoints.h"
#include "db.h"
#include "txdb.h"
#include "net.h"
#include "init.h"
#include "ui_interface.h"
#include "checkqueue.h"
#include "kernel.h"
#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include "main.h"
u... |
package com.vsked.timer;
import java.util.Date;
import java.util.TimerTask;
public class MyJobTi extends TimerTask {
private String jobName="defaultJob";
private int jobCount=0;
public int getJobCount() {
return jobCount;
}
public MyJobTi(String jobName) {
super();
this.jobNa... |
import React, { Component, PropTypes } from 'react'
import cx from 'classnames'
import { Icon } from '../icon'
import { capitalize } from 'utils/string'
import './button.view.styl'
export class Button extends Component {
static propTypes = {
className: PropTypes.string,
children: PropTypes.oneOfType([
P... |
# Ups
Until I had time.
But you can help library development - Translate documentation page/paragraph and send pull request.
[Link on ru documentation](../../ru/core/<API key>.md) |
// GRJson.h
// Pods
#import <Foundation/Foundation.h>
@protocol GRJsonDelegate <NSObject>
@required
- (void) json_null;
- (void) json_bool:(BOOL)boolVal;
- (void) json_number:(const unsigned char *)numberVal length:(unsigned long)len;
- (void) json_string:(NSString *)strVal;
- (void) json_object_begin;
- (void) json_... |
'use strict';
var os = require('os');
// expose our config directly to our application using module.exports
module.exports = {
'twitterAuth' : {
'consumerKey' : process.env.<TwitterConsumerkey> || 'unknown',
'consumerSecret' : process.env.<TwitterConsumerkey> || 'unknown' ,
'callbackURL' : 'http:... |
.snapshot {
width: 200px;
height: 150px;
} |
var mySteal = require('@steal');
if (typeof window !== "undefined" && window.assert) {
assert.ok(mySteal.loader == steal.loader, "The steal's loader is the loader");
done();
} else {
console.log("Systems", mySteal.loader == steal.loader);
} |
def template(from, to)
tmpl = File.read(File.expand_path("../templates/#{from}", __FILE__))
erb = ERB.new(tmpl).result(binding)
execute :touch, "
upload! StringIO.new(erb), to
end |
<?php
declare (strict_types=1);
namespace Jacoby\Intervention\PhpParser\Node;
use Jacoby\Intervention\PhpParser\NodeAbstract;
class Arg extends NodeAbstract
{
/** @var Expr Value to pass */
public $value;
/** @var bool Whether to pass by ref */
public $byRef;
/** @var bool Whether to unpack the argu... |
define(function(require, exports, module) {
require('jquery.cycle2');
exports.run = function() {
$('.homepage-feature').cycle({
fx:"scrollHorz",
slides: "> a, > img",
log: "false",
pauseOnHover: "true"
});
$('.live-rating-course').find('.me... |
using System.Threading.Tasks;
using Azure.Core.TestFramework;
using Azure.ResourceManager.Resources;
using Azure.ResourceManager.Resources.Models;
using NUnit.Framework;
namespace Azure.ResourceManager.Tests
{
public class <API key> : <API key>
{
public <API key>(bool isAsync)
: base(isAsync... |
package javax.naming.directory;
import java.util.Hashtable;
import javax.naming.spi.NamingManager;
import javax.naming.*;
/**
* This class is the starting context for performing
* directory operations. The documentation in the class description
* of InitialContext (including those for synchronization) apply here.
*... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
us... |
package msvcdojo;
import static org.springframework.hateoas.mvc.<API key>.linkTo;
import org.springframework.hateoas.Resource;
import org.springframework.hateoas.mvc.<API key>;
import org.springframework.stereotype.Component;
// tag::ResourceAssembler[]
@Component
public class <API key>
extends <API key><Contact, <... |
package org.innovateuk.ifs.assessment.invite.controller;
import org.innovateuk.ifs.<API key>;
import org.innovateuk.ifs.assessment.invite.form.ReviewInviteForm;
import org.innovateuk.ifs.assessment.invite.populator.<API key>;
import org.innovateuk.ifs.assessment.invite.viewmodel.<API key>;
import org.innovateuk.ifs.inv... |
package org.innovateuk.ifs.registration.service;
import org.springframework.web.context.request.RequestAttributes;
import java.util.HashMap;
import java.util.Map;
public class <API key> implements RequestAttributes {
private Map<String, Object> requestAttributeMap = new HashMap<>();
@Override
public Object ... |
<?php
namespace EPManager\MainBundle\Controller;
use Sensio\Bundle\<API key>\Configuration\Route;
use Sensio\Bundle\<API key>\Configuration\Template;
use Sensio\Bundle\<API key>\Configuration\ParamConverter;
use Sensio\Bundle\<API key>\Configuration\Method;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Comp... |
<?php
namespace Pharam\Generator;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\Table;
/**
* Class Database
* @package Pharam\Generator
*/
class Database
{
/**
* @var Connection
*/
private $connection;
/**
* Initailize connection.
* @param Connection $connection
*/
p... |
from nose.tools import with_setup
import os
import hk_glazer as js2deg
import subprocess
import json
class TestClass:
@classmethod
def setup_class(cls):
cls.here = os.path.dirname(__file__)
cls.data = cls.here + '/data'
def test_1(self):
'''Test 1: Check that json_to_degree works when imported'''
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
import React from 'react';
import Slider from 'material-ui/Slider';
/**
* The `defaultValue` property sets the initial position of the slider.
* The slider appearance changes when not at the starting position.
*/
const SliderTransparency = (props) => (
<Slider defaultValue={props.transparency} onChange={props.up... |
/*
DO NOT EDIT THIS FILE - the content was created using a source code generator
*/
#include "QBoxSetSlots.h"
QBoxSetSlots::QBoxSetSlots( QObject *parent ) : QObject( parent )
{
}
QBoxSetSlots::~QBoxSetSlots()
{
}
#if (QT_VERSION >= QT_VERSION_CHECK(5,7,0))
void QBoxSetSlots::brushChanged()
{
QObject *object = qobj... |
// <auto-generated>
// This code was generated from a template.
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
namespace Adventure.Works.LiveDemo
{
using System;
usi... |
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<... |
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Horus.Models;
namespace Horus.Data
{
public class <API key> : IdentityDbContext<UserApplication>
{
public <API key>(DbContextOptions<<API key>> options)
: base(options)
{
}
... |
# parscit
A scala library for parsing scientific paper citations |
#ifndef <API key>
#define <API key>
#include "CCFileUtils.h"
#include <string>
#include <vector>
#include "base/CCPlatformMacros.h"
#include "2d/ccTypes.h"
NS_CC_BEGIN
/**
* @addtogroup platform
* @{
*/
//! @brief Helper class to handle file operations
class CC_DLL FileUtilsApple : public FileUtils
{
public:
/*... |
# reddit-clone
## Description
This app sets out to be like Reddit. The project to separated into two projects api and web.
Reasoning being that I want to work with the new and shiny (rails5 & react+redux).
## Development
See READMEs in the project directory on how to build and use the app.
Run `docker-compose up` to ha... |
<?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\Secur... |
Unfortunately, the campaign you contributed to, %campaign.name, did not reach its goal, so the contribution you made has been turned down and refunded according to the terms.
There are lots of other inspiring campaigns up at so if you feel moved to roll your contribution into another amazing project, please visit http:... |
<?php
$lang['str_herb_name'] = "";
$lang['str_latin_name'] = "";
$lang["str_part"] = " ";
$lang["str_nature"] = "";
$lang["str_usage"] = " ";
$lang["str_taste"] = "";
$lang["str_effect"] = "";
$lang["str_compound"] = "";
$lang["str_side_effect"] = " ";
$lang["str_symptom"] = " ";... |
# Changelog
# v1.0.0
- features:
- add: `yo demoiselle`
- add: `yo demoiselle:add`
- add: `yo demoiselle:fromSwagger`
- add: `yo demoiselle:fromEntity`
- remove: `yo demoiselle:serpro` |
using System;
using System.Linq.Expressions;
using Vulpecula.Scripting.Lexer;
namespace Vulpecula.Scripting.Parser.Expressions
{
// Parsing Script
// <API key>
// EqualityExpression "==" <API key>
// EqualityExpression "!=" <API key>
internal class EqualityExpression : ExpressionBase
{
#... |
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/tcpdump/print-slow.c,v 1.1.2.1 2005/07/10 14:47:56 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "tcpdump-stdinc.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "interface.h"
#include ... |
#pragma once
#include <vector>
#include <iostream>
//#include <limits>
//#include <complex>
#include <Eigen/Dense>
#include <Eigen/StdVector>
namespace bezier {
/** Specifies the coordinate dimension */
enum Dimension {
/** 2d coordinates \f$(x, y)\f$ */
k2d = 2,
/** 3d coordinates \f$(x, y, z)\f$ */
k3... |
<TS language="ca@valencia" version="2.0">
<context>
<name>AboutDialog</name>
<message>
<source>About Petecoin Core</source>
<translation type="unfinished"/>
</message>
<message>
<source><b>Petecoin Core</b> version</source>
<translation type="unfinished"/>
... |
# <API key>
An easy CLI tool for fast electron app creation and deployment to your server. |
import { Transform } from './transform.js';
/**
* Calculate the transform for a Cornerstone enabled element
*
* @param {EnabledElement} enabledElement The Cornerstone Enabled Element
* @param {Number} [scale] The viewport scale
* @return {Transform} The current transform
*/
export default function (enabledElement... |
module Gene
module Handlers
module Ruby
class StatementHandler
def initialize
@logger = Logem::Logger.new(self)
end
def call context, data
@logger.debug('call', data)
if data.is_a? Gene::Types::Base
"#{data.type}(#{data.data.join(', ')})"
... |
import Express from 'express';
import compression from 'compression';
import mongoose from 'mongoose';
import bodyParser from 'body-parser';
import path from 'path';
import IntlWrapper from '../client/modules/Intl/IntlWrapper';
// Webpack Requirements
import webpack from 'webpack';
import config from '../webpack.config... |
<?php
require_once(dirname(__FILE__).'/sfYamlInline.class.php');
/**
* sfYamlDumper class.
*
* @package symfony
* @subpackage util
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @version SVN: $Id: sfYamlDumper.class.php 2 2009-11-08 18:53:57Z kotsutsumi $
*/
class sfYamlDumper
{
... |
from django.conf.urls import url
from . import views
from django.views.decorators.cache import cache_page
app_name = 'webinter'
urlpatterns = [
url(r'^$', views.IndexView.as_view(), name='index'),
url(r'^logout/$', views.logout_view, name='logout'),
] |
# -*- coding: utf-8 -*-
"""
Money doctests as unittest Suite
"""
# RADAR: Python2
from __future__ import absolute_import
import doctest
import unittest
# RADAR: Python2
import money.six
FILES = (
'../../README.rst',
)
def load_tests(loader, tests, pattern):
# RADAR Python 2.x
if money.six.PY2:
# Doc... |
package ninja.egg82.concurrent;
import java.util.Set;
public interface IConcurrentSet<T> extends Set<T> {
//functions
int <API key>();
int getCapacity();
} |
<script type="text/javascript">
document.location = "/Pinter_JMP.pdf"
</script> |
package vhosts
import (
"net/http"
"strings"
"sync"
)
type VirtualHosts struct {
vhosts map[string]http.Handler
mu sync.RWMutex
}
func NewVirtualHosts(vhosts map[string]http.Handler) *VirtualHosts {
v := &VirtualHosts{}
for hosts, h := range vhosts {
for _, host := range strings.... |
package com.xiaofeng;
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 <API key> {
@Test
public void contextLoads() {
}
} |
// Use of this source code is subject to the terms of the Microsoft shared
// see the SOURCE.RTF on your install media or the root of your tools installation.
// THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
/*
* _w32sys.h
*
* Purpose:
* Isolate various Win 32 system dependencies.
*
*/
#ifndef _... |
#include "optionsmodel.h"
#include "bitcoinunits.h"
#include <QSettings>
#include "init.h"
#include "walletdb.h"
#include "guiutil.h"
OptionsModel::OptionsModel(QObject *parent) :
QAbstractListModel(parent)
{
Init();
}
bool static ApplyProxySettings()
{
QSettings settings;
CService addrProxy(settings.va... |
<f:layout name="WS-Sidebar" />
<f:section name="Title">Übersicht der Auszeichnungstypen</f:section>
<f:section name="Toolbar">
<div class="btn-group">
<button type="button" class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expande... |
#ifndef <API key>
#define <API key>
#include <iostream>
#include <utility>
using namespace std;
namespace cossb {
namespace arch {
/**
* @brief dynamic singleton design pattern
*/
template <class T>
class singleton {
public:
template<typename... Args>
static T* instance(Args... args) {
if(!_instanc... |
<?php
namespace Larablocks\Pigeon;
use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\ServiceProvider;
/**
* Class <API key>
* @package Pigeon
*
*/
class <API key> extends ServiceProvider
{
public function register()
{
// Required for testing
//require __DIR__ . '../../../bootstra... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_03) on Sat May 01 12:13:31 GMT-07:00 2004 -->
<TITLE>
<API key>
</TITLE>
<META NAME="keywords" CONTENT="com.swfm.mica.<API key> interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCR... |
package multiverse.server.engine;
import java.util.Collection;
import java.util.Map;
import java.util.HashMap;
import java.util.LinkedList;
import multiverse.server.util.Log;
import multiverse.server.objects.ObjectType;
import multiverse.server.engine.Searchable;
import multiverse.server.messages.SearchMessageFilter;
i... |
'use strict';
const AWS = require('aws-sdk');
let x = "/delegationset/NHKXBB6SHGKLN";
console.log(x.replace('/delegationset/', ''));
return;
const route53 = new AWS.Route53();
route53.listHostedZones({}).promise()
.then(response => {
console.log(response);
return response.HostedZones.find(hostedZone => {
... |
const defaultEnv = process.env.NODE_ENV || 'development';
function getEnv(name = defaultEnv) {
const isProduction = name === 'production' || name === 'prod';
const isDev = !isProduction;
return { name, isProduction, isDev, getEnv };
}
const env = getEnv();
module.exports = env; |
<!DOCTYPE html>
<html lang="en" xmlns:th="http:
<head>
<meta charset="UTF-8"/>
<title>Hello Thymeleaf!</title>
</head>
<body>
<p th:text="'Hello, ' + ${name} + '!'" />
</body>
</html> |
// Karma configuration file, see link for more information
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
require('<API key>'),
require('<API key>'),
require('<API key>')... |
package crawler.impl;
import java.io.<API key>;
import java.net.URLEncoder;
import java.net.<API key>;
import java.util.Date;
import java.util.List;
import main.Constants;
import model.News;
import org.horrabin.horrorss.RssFeed;
import org.horrabin.horrorss.RssItemBean;
import org.horrabin.horrorss.RssParser;
import ut... |
using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Collections.Generic;
using OpenHome.Net.Core;
namespace OpenHome.Net.Device.Providers
{
public interface <API key> : IDisposable
{
}
<summary>
Provider for the openhome.org:TestLights:1 UPnP service
</summary>
... |
async function arraySort() {
"use speedyjs";
const array = [1, 2];
const ascending = array.sort();
const descending = array.sort(<API key>);
}
function <API key>(a: int, b: int) {
"use speedyjs";
return b - a as number;
} |
<API key>
=================
A module that's good for cutting your teeth on rspec-puppet |
# encoding: UTF-8
from ctaBase import *
from ctaTemplate import CtaTemplate
import talib
import numpy as np
class AtrRsiStrategy(CtaTemplate):
"""ATRRSI"""
className = 'AtrRsiStrategy'
author = u'Python'
atrLength = 22 # ATR
atrMaLength = 10 # ATR
rsiLength = 5 # RSI
... |
var React = require('react-native');
var {
StyleSheet,
View,
Animated,
} = React;
var Dot = React.createClass({
propTypes: {
isPlacedCorrectly: React.PropTypes.bool.isRequired,
},
getInitialState: function() {
return {
scale: new Animated.Value(this.props.isPlacedCorrectly ? 1 : 0.1),
... |
import os
import yaml
MONGO_USERNAME = os.getenv('MONGO_USERNAME', None)
MONGO_PASSWORD = os.getenv('MONGO_PASSWORD', None)
MONGODB_HOST = os.getenv('MONGODB_HOST', '127.0.0.1')
MONGODB_PORT = int(os.getenv('MONGODB_PORT', '27017'))
MONGODB_SERVERS = os.getenv('MONGODB_SERVERS') \
or '{}:{}'.format(MO... |
/*This file has been prepared for Doxygen automatic documentation generation.*/
#include <stdio.h>
#include <string.h>
#include <avr32/io.h>
#ifdef FREERTOS_USED
#include "FreeRTOS.h"
#include "task.h"
#include "semphr.h"
#endif
#include "macb.h"
#include "gpio.h"
#include "conf_eth.h"
#include "intc.h"
/* Size o... |
# An onClickOutside wrapper for React components
This is a React Higher Order Component (HOC) that you can use with your own React components if you want to have them listen for clicks that occur somewhere in the document, outside of the element itself (for instance, if you need to hide a menu when people click anywher... |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<li... |
<?php
include $_SERVER['DOCUMENT_ROOT'] . '/OGBCChat/config.php';
include load_header("sessionHeader.php");
echo $_SESSION['error'];
include load_footer("universalFooter.php");
?> |
#ifndef HYPRE_TIMING_HEADER
#define HYPRE_TIMING_HEADER
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef __cplusplus
extern "C" {
#endif
/* timer.c */
double <API key>( void );
double time_getCPUSeconds( void );
double <API key>( void );
double <API key>( void );
#ifndef HYPRE_TIMING
#define <API key>(... |
var <API key> =
[
[ "AutoElapsed", "<API key>.html", null ],
[ "level_type", "<API key>.html#<API key>", null ],
[ "writer_type", "<API key>.html#<API key>", null ],
[ "write", "<API key>.html#<API key>", null ]
]; |
EXECUTABLE = swpathtracer
CXX = g++
CXXFLAGS = -std=c++11 -Wall -Wextra -Wpedantic -fopenmp
ifeq ($(DEBUG), 1)
CXXFLAGS += -DDEBUG -O0 -g3
else
CXXFLAGS += -DNDEBUG -O3 -g0
endif
CPPFLAGS += -MMD \
-I../../../../work/common/glm-0.9.7.0 \
-I/usr/local/include
LDFLAGS = -L/usr/lib/gcc/x86_64-linux... |
require 'spec_helper'
# Specs in this file have access to a helper object that includes
# the QuizHelper. For example:
# describe QuizHelper do
# describe "string concat" do
# it "concats two strings with spaces" do
# helper.concat_strings("this","that").should == "this that"
# end
# end
# end
describ... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_19) on Fri Oct 29 16:39:56 MSD 2010 -->
<TITLE>
Uses of Class org.apache.poi.ss.usermodel.CellValue (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2010-10-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../..... |
/**
* Base class for ccs.Bone objects.
* @class
* @extends ccs.Node
*
* @property {ccs.BoneData} boneData - The bone data
* @property {ccs.Armature} armature - The armature
* @property {ccs.Bone} parentBone - The parent bone
* @property {ccs... |
#!/bin/sh
echo \
'{
"query": "mutation toggleTodo($id: String!) { toggleTodo(id: $id) { completed __typename } }",
"variables": {"id": "2"},
"operationName": "toggleTodo"
}' | http post http://localhost:4000/graphql content-type:application/json
# | jq -Mc |
# Push server for HromadskeTV app
Sends push notifications to the HromadskeTV apps.
[;
var msRest = require('ms-rest');
var WebResource = msRest.WebResource;
/**
* @class
* Implicit
* __NOTE__: An instance of this class is automatically created for an
* instance of the <API key>.
* Initializes a new instance of the Implicit class.
* @constructor
*
* @para... |
using System;
using System.Diagnostics;
using System.IO;
using SonarScanner.MSBuild.Common;
namespace SonarScanner.MSBuild.Tasks
{
<summary>
Helper methods used by multiple tasks
</summary>
public static class TaskUtilities
{
// Workaround for the file locking issue: retry after a short peri... |
/*!
*In place to fix positioning of side bare with dynamic side bar and content and side bar is longer than the page content
*/
.wrapper
{
min-height:100%;
width:100%;
position:relative;
background-color:Black;
display:inline-block;
}
.sidebar
{
width:20%;
top:0px;
left:0px;
botto... |
<div class="full-syc-modal">
<div class="row">
<div class="col-md-12">
<div class="full-syc-title">
<label><input type="checkbox" ng-model="$ctrl.fromOldData" ng-disabled="$ctrl.maps.length===0"></label>
</div>
<div class="full-syc-has-data" ng-cloak="" ng... |
"use strict";
import { GW_FRAME_REQ } from "./common";
export class <API key> extends GW_FRAME_REQ {
// constructor(readonly TimeZoneName: string = "localtime") {
// super();
// const buff = this.Data.slice(this.offset); // View on the internal buffer makes setting the data easier
// // let... |
//! [GET /_matrix/client/r0/pushrules/{scope}/{kind}/{ruleId}/enabled](https://matrix.org/docs/spec/client_server/r0.6.0#<API key>)
use ruma_api::ruma_api;
use super::RuleKind;
ruma_api! {
metadata {
description: "This endpoint gets whether the specified push rule is enabled.",
method: GET,
... |
using SoundDevices;
namespace SoundDeviceRemotes
{
public class SpeakersRemote
{
public static ISoundDevice GetSoundDevice()
{
return new Speakers();
}
}
} |
#!/usr/bin/env bash
declare -A params=$6 # Create an associative array
declare -A headers=${9} # Create an associative array
declare -A rewrites=${10} # Create an associative array
paramsTXT=""
if [ -n "$6" ]; then
for element in "${!params[@]}"
do
paramsTXT="${paramsTXT}
fastcgi_param ${ele... |
<?php
// Composer autoloading
if (file_exists('vendor/autoload.php')) {
$loader = include 'vendor/autoload.php';
}
$zf2Path = false;
if (is_dir('vendor/ZF2/library')) {
$zf2Path = 'vendor/ZF2/library';
} elseif (getenv('ZF2_PATH')) { // Support for ZF2_PATH environment variable or git submodule
$zf2Pat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.