answer stringlengths 15 1.25M |
|---|
package cern.colt.matrix.tlong.impl;
public class <API key> extends <API key> {
public <API key>(String arg0) {
super(arg0);
}
protected void createMatrices() throws Exception {
A = new <API key>(NCOLUMNS, NROWS).viewDice();
B = new <API key>(NCOLUMNS, NROWS).viewDice();
Bt =... |
<!DOCTYPE HTML PUBLIC "-
<html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="<API key>" onLoad="NDOnLoad()"><script language=JavaScript><!
if (browserType) {document.write("<div class=" + browserType + ">");if ... |
package handling.handlers;
import java.awt.Point;
import client.MapleClient;
import handling.PacketHandler;
import handling.RecvPacketOpcode;
import server.MaplePortal;
import tools.data.<API key>;
public class <API key> {
@PacketHandler(opcode = RecvPacketOpcode.USE_INNER_PORTAL)
public static void handle(Mapl... |
#ifndef __COMMON_H_
#define __COMMON_H_
#include "system.h"
#include "fsinet.h"
#define SAFE_DELETE_ARRAY(a) {if (a) {delete [] a; a = NULL;}}
#endif |
#ifndef REPLY_H
#define REPLY_H
#include <QNetworkReply>
class Reply : public QObject
{
Q_OBJECT
public:
int _id;
QNetworkReply *res;
Reply(int id, QNetworkReply *net){
res = net;
_id = id;
connect(res,SIGNAL(uploadProgress(qint64,qint64)),this,SLOT(progress(qint64,qint64)));
... |
#ifndef <API key>
#define <API key>
#include <cassert>
#include <vector>
#include <Eigen/Geometry>
namespace Vitelotte
{
enum BezierSegmentType
{
BEZIER_EMPTY = 0,
BEZIER_LINEAR = 2,
BEZIER_QUADRATIC = 3,
BEZIER_CUBIC = 4
};
template < typename _Vector >
class BezierSegment {
public:
type... |
<!DOCTYPE html>
<!
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.1
Author: KeenThemes
Website: http:
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http:/... |
<html>
<head><title>download de dados</title></head>
<body>
<h3>Dados anuais por órgão</h3>
<p><a href="2008/orgaos.json">2008</a></p>
<p><a href="2009/orgaos.json">2009</a></p>
<p><a href="2010/orgaos.json">2010</a></p>
<p><a href="2011/orgaos.json">2011</a></p>
<p><a href="2012/orgaos.json">2012</a></p>... |
// This file is part of Hermes2D.
// Hermes2D is free software: you can redistribute it and/or modify
// (at your option) any later version.
// Hermes2D is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#include "curved.h"
#include <algorithm>
#include "... |
<!
This file is a part of MediaDrop (http:
Copyright 2009-2014 MediaDrop contributors
For the exact contribution history, see the git revision log.
The source code contained in this file is licensed under the GPLv3 or
(at your option) any later version.
See LICENSE.txt in the main project directory, for more informatio... |
using WowPacketParser.Enums;
using WowPacketParser.Hotfix;
namespace <API key>.V8_0_1_27101.Hotfix
{
[HotfixStructure(DB2Hash.WorldEffect, HasIndexInData = false)]
public class WorldEffectEntry
{
public uint <API key> { get; set; }
public byte WhenToDisplay { get; set; }
public sbyte... |
<?php
namespace Magento\Framework\Interception\ObjectManager\Config;
use Magento\Framework\Interception\ObjectManager\ConfigInterface;
use Magento\Framework\ObjectManager\DefinitionInterface;
use Magento\Framework\ObjectManager\RelationsInterface;
use Magento\Framework\ObjectManager\<API key>;
class Developer extends \... |
<?php
namespace TYPO3\Neos\Routing;
use TYPO3\Flow\Annotations as Flow;
/**
* A route part handler for finding nodes specifically in the website's frontend.
*
* @Flow\Scope("singleton")
*/
class <API key> extends \TYPO3\Flow\Mvc\Routing\DynamicRoutePart
{
/**
* @Flow\Inject
* @var \TYPO3\Flow\Persiste... |
#include "meshSearch.H"
#include "polyMesh.H"
#include "indexedOctree.H"
#include "DynamicList.H"
#include "demandDrivenData.H"
#include "treeDataCell.H"
#include "treeDataFace.H"
#include "treeDataPoint.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
<API key>(Foam::meshSearch, 0);
F... |
#include "simulation/Elements.h"
//#TPT-Directive ElementClass Element_FRZZ PT_FRZZ 100
Element_FRZZ::Element_FRZZ()
{
Identifier = "DEFAULT_PT_FRZZ";
Name = "FRZZ";
Colour = PIXPACK(0xC0E0FF);
MenuVisible = 1;
MenuSection = SC_POWDERS;
Enabled = 1;
Advection = 0.7f;
AirDrag = 0.01f * CF... |
package net.minecraft.inventory;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import ne... |
#include "opj_includes.h"
opj_image_t* opj_image_create0(void)
{
opj_image_t *image = (opj_image_t*)opj_calloc(1, sizeof(opj_image_t));
return image;
}
opj_image_t* OPJ_CALLCONV opj_image_create(int numcmpts,
<API key> *cmptparms, OPJ_COLOR_SPACE clrspc)
{
int compno;
opj_image_t *image = NULL;
... |
#include "spammer.h"
SpammerType Settings::Spammer::type = SpammerType::SPAMMER_NONE;
bool Settings::Spammer::say_team = false;
bool Settings::Spammer::KillSpammer::enabled = false;
bool Settings::Spammer::KillSpammer::sayTeam = false;
std::vector<std::string> Settings::Spammer::KillSpammer::messages = {
"$nick... |
package com.app.server.repository;
import com.athena.server.repository.SearchInterface;
import com.athena.annotation.Complexity;
import com.athena.annotation.<API key>;
import com.athena.framework.server.exception.repository.<API key>;
import java.util.List;
import com.athena.framework.server.exception.biz.<API key>;
@... |
body {
background: #EEE;
font-family: arial, helvetica, sans-serif;
}
.controls {
position: relative;
width: 640px;
}
#seek {
width: 400px;
position: absolute;
right: 0;
top: 0;
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RebeccaAIML: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<... |
#pragma once
#include <common/except.h>
#include <string>
namespace caspar { namespace ffmpeg {
struct ffmpeg_error : virtual caspar_exception{};
struct <API key> : virtual ffmpeg_error{};
struct <API key> : virtual ffmpeg_error{};
struct <API key> : virtual ffmpeg_error{};
struct <API key> : virtual ffmpeg_error{};
st... |
# Makefile Makefile for the systemV init suite.
# Targets: all compiles everything
# install installs the binaries (not the scripts)
# clean cleans up object files
# clobber really cleans up
CPPFLAGS =
CFLAGS ?= -ansi -O2 -fomit-frame-poi... |
<?php
namespace OxidEsales\EshopCommunity\Tests\Integration\Seo;
use OxidEsales\Eshop\Application\Model\Article;
use OxidEsales\Eshop\Application\Model\Category;
use OxidEsales\Eshop\Application\Model\Object2Category;
use OxidEsales\Eshop\Core\DatabaseProvider;
use OxidEsales\Eshop\Core\Field;
/**
* Class PaginationSe... |
// Purpose:
// $NoKeywords: $
#include <vgui/IBorder.h>
#include <vgui/IInputInternal.h>
#include <vgui/IPanel.h>
#include <vgui/IScheme.h>
#include <vgui/IVGui.h>
#include <vgui/KeyCode.h>
#include <KeyValues.h>
#include <vgui/MouseCode.h>
#include <vgui/ISurface.h>
#include <vgui_controls/Button.h>
#include <vgui_con... |
import gtk
class ExtensionFeatures:
SYSTEM_WIDE = 0
class <API key>:
# features extension supports
features = ()
def __init__(self, parent, window):
self._parent = parent
self._window = window
self._application = self._parent._application
# create user interface
s... |
<?php // content="text/plain; charset=utf-8"
require_once ('jpgraph/jpgraph.php');
require_once ('jpgraph/jpgraph_gantt.php');
$graph = new GanttGraph();
$graph->SetBox();
$graph->SetShadow();
// Add title and subtitle
$graph->title->Set("Example of captions");
$graph->title->SetFont(FF_ARIAL,FS_BOLD,12);
$graph->subti... |
package cn.nukkit.math;
public class Vector3 implements Cloneable {
public double x;
public double y;
public double z;
public Vector3() {
this(0, 0, 0);
}
public Vector3(double x) {
this(x, 0, 0);
}
public Vector3(double x, double y) {
this(x, y, 0);
}
pub... |
<?php
namespace Magento\Newsletter\Controller\Adminhtml\Template;
class NewAction extends \Magento\Newsletter\Controller\Adminhtml\Template
{
/**
* Create new Newsletter Template
*
* @return void
*/
public function execute()
{
$this->_forward('edit');
}
} |
// StyleDressApp.h
// DressApp
// This file is part of DressApp.
// DressApp is free software: you can redistribute it and/or modify
// (at your option) any later version.
// DressApp is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// a copy of this ... |
#include "TileElement.h"
#include "../core/Guard.hpp"
#include "../interface/Window.h"
#include "../localisation/Localisation.h"
#include "../ride/Track.h"
#include "Banner.h"
#include "LargeScenery.h"
#include "Scenery.h"
uint8_t TileElementBase::GetType() const
{
return this->type & <API key>;
}
void TileElementB... |
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
#define DEBUG (1)
/* Basic signal handler closes nfq hooks on exit */
static void si... |
#include "common/platform.h"
#include <gtest/gtest.h>
#include "common/chunk_read_planner.h"
#include "unittests/<API key>.h"
#include "unittests/plan_tester.h"
static ChunkPartType xor_part(int level, int part) {
return slice_traits::xors::ChunkPartType(level, part);
}
static void checkReadingChunk(std::map<ChunkP... |
<?php
// Moodle is free software: you can redistribute it and/or modify
// (at your option) any later version.
// Moodle is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
defined('MOODLE_INTERNAL') || die();
class <API key> extends <API key> {
protec... |
var searchData=
[
['save_5fcomments',['save_comments',['../<API key>.html#<API key>',1,'useful_functions.php']]],
['<API key>',['<API key>',['../<API key>.html#<API key>',1,'choose_experiments.php']]],
['save_5fsessions',['save_sessions',['../<API key>.html#<API key>',1,'useful_functions.php']]],
['<API key>',[... |
<?php
class UserMySQLDAO extends PDODAO implements UserDAO {
/**
* Get the SQL to generate <API key> number
* @TODO rename "tweets" "posts"
* @return str SQL calcuation
*/
private function <API key>() {
return "round(post_count/(datediff(curdate(), joined)), 2) as avg_tweets_per_day"... |
# NgrxSimpleLab4
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package VerilogCompiler.SyntacticTree;
import VerilogCompiler.SemanticCheck.ErrorHandler;
import VerilogCompiler.SemanticCheck.ExpressionType;
import VerilogCompiler.SyntacticTree.Expressions.Expression;
public class Ran... |
import random
from google.appengine.api import memcache
from google.appengine.ext import ndb
SHARD_KEY_TEMPLATE = 'shard-{}-{:d}'
class <API key>(ndb.Model):
num_shards = ndb.IntegerProperty(default=20)
@classmethod
def all_keys(cls, name):
config = cls.get_or_insert(name)
shard_key_strings ... |
'use strict';
var async = require('async');
var nconf = require('nconf');
var querystring = require('querystring');
var meta = require('../meta');
var pagination = require('../pagination');
var user = require('../user');
var topics = require('../topics');
var plugins = require('../plugins');
var helpers = require('./he... |
# This file is part of Indico.
# Indico is free software; you can redistribute it and/or
# published by the Free Software Foundation; either version 3 of the
# Indico is distributed in the hope that it will be useful, but
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
class Serializer(object):
... |
<?php
namespace Magento\Sales\Model\Spi;
/**
* Interface ResourceInterface
*/
interface <API key>
{
/**
* Save object data
*
* @param \Magento\Framework\Model\AbstractModel $object
* @return $this
*/
public function save(\Magento\Framework\Model\AbstractModel $object);
/**
* ... |
#!/usr/bin/perl
# $Id: Chain.pm,v 1.12 2001/06/18 08:27:53 heikki Exp $
# bioperl module for Bio::LiveSeq::Chain
# Cared for by Joseph Insana <insana@ebi.ac.uk> <jinsana@gmx.net>
# You may distribute this module under the same terms as perl itself
# POD documentation - main docs before the code
=head1 NAME
Bio::LiveSeq... |
(function () {
'use strict';
angular.module('driver.tools.export', [
'ui.bootstrap',
'ui.router',
'driver.customReports',
'driver.resources',
'angular-spinkit',
]);
})(); |
"use strict";
exports.__esModule = true;
var vueClient_1 = require("../../bibliotheque/vueClient");
console.log("* Chargement du script");
function centreNoeud() {
return JSON.parse(vueClient_1.contenuBalise(document, 'centre'));
}
function voisinsNoeud() {
var v = JSON.parse(vueClient_1.contenuBalise(document,... |
(function ($) {
function FewbricksDevHelper() {
var $this = this;
this.init = function() {
$this.cssClassFull = '<API key>';
if(!$this.initMainElm()) {
return;
}
$this.initToggler();
$this.$mainElm.show();
}
... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
#ifndef <API key>
#define <API key>
#include "nsSVGPolyElement.h"
nsresult <API key>(nsIContent **aResult,
already_AddRefed<nsINodeInfo> aNodeInfo);
typedef nsSVGPolyElement <API key>;
namespace mozilla {
n... |
/**
* ...
* @author paul
*/
function initCBX(object, id, options) {
var design = "assets";
if(object == null){
jQuery.noConflict();
var cboxClass;
cboxClass = jQuery(id).attr("class");
if(jQuery.browser.msie && parseInt(jQuery.browser.version)<8 ){
jQuery(id).color... |
#include "gx2r_buffer.h"
#include "gx2r_displaylist.h"
#include "gx2_displaylist.h"
#include <common/log.h>
namespace gx2
{
void
<API key>(GX2RBuffer *displayList,
uint32_t unused,
GX2RResourceFlags flags)
{
if (!displayList || !displayList->buffer) {
return;
}
... |
<!DOCTYPE html>
<html xmlns="http:
<head>
<title>LamPI 433Mhz controller for RaspberryPI</title>
</head>
<body>
<h1>Weather Dials/Meters </h1>
<p>This part of the documentation describes the weather screen and what you can (and sometimes cannot) do with weather sensors. Since version 1.8 LamPI does support weather stat... |
CKEDITOR.plugins.setLang( 'newpage', 'eo', {
toolbar: 'Nova Paĝo'
} ); |
// $Id: <API key>.java 41 2010-04-03 20:04:12Z marcusvnac $
// software and its documentation without fee, and without a written
// and this paragraph appear in all copies. This software program and
// California. The software program and documentation are supplied "AS
// IS", without any accompanying services from The... |
require 'spec_helper'
require 'rubybot/plugins/tweet'
require 'support/twitter_mock'
RSpec.describe Rubybot::Plugins::Tweet do
include Cinch::Test
describe '#commands' do
subject { described_class.new(make_bot).commands }
it('returns a single command') { is_expected.to have_exactly(1).items }
end
let(:b... |
var searchData=
[
['transfer_20commands',['Transfer Commands',['../<API key>.html',1,'']]]
]; |
Public Class RotationTile
Inherits Entity
Public Enum RotationTypes
StartSpin
StopSpin
End Enum
Dim RotationType As RotationTypes
Dim RotateTo As Integer = 0
Public Overrides Sub Initialize()
MyBase.Initialize()
Select Case Me.ActionValue
Case 0
... |
#!/bin/bash
# Butterfly root
BUTTERFLY_ROOT=$(cd "$(dirname $0)/.." && pwd)
sources="$BUTTERFLY_ROOT/api/client/client.cc \
$BUTTERFLY_ROOT/api/client/client.h \
$BUTTERFLY_ROOT/api/client/nic.cc \
$BUTTERFLY_ROOT/api/client/request.cc \
$BUTTERFLY_ROOT/api/client/sg.cc \
$BUTTERFLY_ROOT/api/client/shutdown.cc \
$BUTTE... |
"""Data models for referral system."""
from __future__ import unicode_literals
from builtins import map
from django.db import models
from django.core.urlresolvers import reverse
from pttrack.models import (ReferralType, ReferralLocation, Note,
ContactMethod, CompletableMixin,)
from followup.... |
//# MatrixInverse.cc: The inverse of an expression returning a Jones matrix.
//
//
//# ASTRON (Netherlands Institute for Radio Astronomy)
//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
//
//# This file is part of the LOFAR software suite.
//# The LOFAR software suite is free software: you can redistribute it and/or
... |
# This file is partially auto-generated by the DateTime::Locale generator
# tools (v0.10). This code generator comes with the DateTime::Locale
# distribution in the tools/ directory, and is called generate-modules.
# Do not edit this file directly unless you are sure the part you are editing
=pod
=encoding UTF-8
=head1... |
// @flow
import React, { Component } from 'react'
import { withStyles } from 'material-ui/styles'
import Profile from 'models/Profile'
import IconButton from 'material-ui/IconButton'
import Typography from 'material-ui/Typography'
import FontAwesome from 'react-fontawesome'
import Avatar from 'components/common/Avatar'... |
package fr.ybo.transportscommun.activity.commun;
import android.widget.ImageButton;
public interface ChangeIconActionBar {
public void changeIconActionBar(ImageButton imageButton);
} |
#include "prefix.h"
#include "globdefs.h"
#include "png.h"
#include "filedefs.h"
#include "objdefs.h"
#include "parsedef.h"
#include "mcio.h"
#include "uidc.h"
#include "util.h"
#include "image.h"
#include "globals.h"
#include "imageloader.h"
#define NATIVE_ALPHA_BEFORE ((<API key> & <API key>) == <API key>)
#define NA... |
<?php
ob_start();
session_start();
if (session_status() == PHP_SESSION_NONE) {
require_once('index.php');
header($uri . '/index.php');
}
?>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Creates a new University by a Super Admin">
<t... |
<?php
if (!defined('SZ_PLUGIN_GOOGLE') or !SZ_PLUGIN_GOOGLE) die();
// Before the definition of the class, check if there is a definition
// with the same name or the same as previously defined in other script
if (!class_exists('<API key>'))
{
class <API key> extends SZGoogleWidget
{
/**
* Defi... |
// tutorial06.c
// A pedagogical video player that really works!
// and a tutorial by Martin Bohme (boehme@inb.<API key>.de)
// Tested on Gentoo, CVS version 5/01/07 compiled with GCC 4.1.1
// Use
// gcc -o tutorial02 tutorial02.c -lavutil -lavformat -lavcodec -lz -lm `sdl-config --cflags --libs`
// to build (assuming ... |
class CPlayerStats;
#pragma once
#include <vector>
using namespace std;
struct sStat
{
unsigned short id;
float value;
};
class CPlayerStats
{
public:
~CPlayerStats();
bool GetStat(unsigned short usID, float& fValue);
void SetStat(unsigned... |
'''Test the analysis.signal module.'''
from __future__ import absolute_import, print_function, division
import pytest
import numpy as np
import gridcells.analysis.signal as asignal
from gridcells.analysis.signal import (local_extrema, local_maxima,
local_minima, ExtremumTypes,
... |
<?php
//require_once 'PEAR.php';
// commented by yogatama for use in gtfw
//require_once 'oleread.inc';
//define('<API key>', function_exists('iconv'));
//define('<API key>', function_exists('mb_convert_encoding'));
define('<API key>', 0x600);
define('<API key>', 0x500);
define('<API key>', 0x5);
define('<API key>', 0x... |
namespace MissionPlanner.GCSViews
{
partial class InitialSetup
{
<summary>
Required designer variable.
</summary>
private System.ComponentModel.IContainer components = null;
<summary>
Clean up any resources being used.
</summary>
<param name="dispo... |
/* SIXEL context. */
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include "../../configuration.h"
#include "../../dynamic.h"
#include "../../retroarch.h"
#include "../../verbosity.h"
#include "../../ui/ui_companion_driver.h"
#if defined(_WIN32) && !defined(_XBOX)
#include "../common/win32_common.h"
#endif
sta... |
<!
title: "Install Netdata on FreeNAS"
custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freenas.md
# Install Netdata on FreeNAS
On <API key> (>=10.0.3 and <11.3), Netdata is pre-installed.
To use Netdata, the service will need to be enabled and started from the FreeNAS [CLI](h... |
// Headers
#include "audio.h"
#include "system.h"
#include "baseui.h"
AudioInterface& Audio() {
static EmptyAudio default_;
return DisplayUi? DisplayUi->GetAudio() : default_;
} |
import sqlalchemy as sa
from alembic import op
from indico.core.db.sqlalchemy import PyIntEnum, UTCDateTime
from indico.modules.events.timetable.models.entries import TimetableEntryType
# revision identifiers, used by Alembic.
revision = '33a1d6f25951'
down_revision = '225d0750c216'
def upgrade():
# Break
op.cr... |
module ComboFieldTagHelper
def combo_field_tag(name, value, option_tags = nil, options = {})
select_placeholder = options[:select_placeholder] || "Select existing value"
input_placeholder = options[:input_placeholder] || "Enter new value"
id = options[:id]
klass = options[:class] || 'combo-field'
... |
{
"": {
"domain": "ckan",
"lang": "cs_CZ",
"plural-forms": "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
},
"An Error Occurred": [
null,
"Nastala chyba"
],
"Are you sure you want to perform this action?": [
null,
"Jste si jistí, že chcete provést tuto akci?"
],
"Can... |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Spectra</title>
<meta name="author" content="CEERI">
<meta name="description" content="[No canvas support] spectra = [];
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/spectra/atom.xml... |
> **Note**: this project is hosted on a [public repository](https://github.com/hhkaos/awesome-arcgis) where anyone can contribute. Learn how to [contribute in less than a minute](https://github.com/hhkaos/awesome-arcgis/blob/master/CONTRIBUTING.md#contributions).
# Scene services
<!-- START doctoc generated TOC please ... |
package net.einsteinsci.betterbeginnings.items;
import net.einsteinsci.betterbeginnings.register.IBBName;
import net.minecraft.block.Block;
import net.minecraft.init.Blocks;
import net.minecraft.item.ItemStack;
import net.minecraft.item.ItemTool;
import java.util.HashSet;
import java.util.Set;
public abstract class Ite... |
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdio.h>
#include "config.h"
#ifdef BUILTIN_TELNET
#include "screen.h"
extern Window *fore;
extern Layer *flayer;
extern int visual_bell;
extern char screenterm[];
extern int af;
static void TelReply(Window *, char *, int);
s... |
@file GUILaneSpeedTrigger.h
@author Daniel Krajzewicz
@author Jakob Erdmann
@author Michael Behrisch
@date Mon, 26.04.2004
@version $Id: GUILaneSpeedTrigger.h 13107 2012-12-02 13:57:34Z behrisch $
// Changes the speed allowed on a set of lanes (gui version)
// This file is part of SUMO.
// SUMO is free sof... |
@file MSEdge.cpp
@author Christian Roessel
@author Jakob Erdmann
@author Christoph Sommer
@author Daniel Krajzewicz
@author Laura Bieker
@author Michael Behrisch
@author Sascha Krieg
@date Tue, 06 Mar 2001
@version $Id: MSEdge.cpp 13107 2012-12-02 13:57:34Z behrisch $
// A road/street connecting two juncti... |
/**
* Contains base volume collider class.
* \file OPC_VolumeCollider.h
* \author Pierre Terdiman
* \date June, 2, 2001
*/
// Include Guard
#ifndef <API key>
#define <API key>
struct VolumeCache
{
VolumeCache() : Model(null) {}
... |
<!DOCTYPE html>
<!
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 4.7.1
Author: KeenThemes
Website: http:
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Dribbble: www.dribbble.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http:/... |
package es.ucm.fdi.emf.model.ed2.diagram.sheet;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.gmf.runtime.emf.type.core.IElementType;
import org.eclipse.gmf.runtime.notation.View;
import org.eclipse.jface.viewers.BaseLabelProvider;
import org.eclipse.jface.viewers.ILabelProvider;
import org.eclipse.jfa... |
# The Original Code is Mozilla Universal charset detector code.
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Contributor(s):
# Mark Pilgrim - port to Python
# Shy Shalom - original C code
# This library is free software; you can redistribute it and/or
# modify it under th... |
# <API key>: true
module Minitest
def self.<API key>(_options)
if defined?(SimpleCov)
SimpleCov.external_at_exit = true
Minitest.after_run do
SimpleCov.at_exit_behavior
end
end
end
end |
// This file was generated by the CEF translator tool. If making changes by
// hand only do so within the body of existing method and function
// implementations. See the translator.README.txt file in the tools directory
// for more information.
// $hash=<SHA1-like>$
#ifndef <API key>
#define <API key>
#pragma once
#if... |
local pi = math.pi
local player_in_bed = 0
local is_sp = minetest.is_singleplayer()
local enable_respawn = minetest.setting_getbool("enable_bed_respawn")
if enable_respawn == nil then
enable_respawn = true
end
-- Helper functions
local function get_look_yaw(pos)
local n = minetest.get_node(pos)
if n.param2 ... |
.color-picker {
-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
-moz-border-radius: 0 0 5px 5px;
-<API key>: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.<API key>,
.color-picker-closer {
posit... |
#include "esl_config.h"
#include <string.h>
#include <ctype.h>
#include "easel.h"
/* Function: esl_mem_strtoi32()
* Synopsis: Convert a chunk of text memory to an int32_t.
*
* Purpose: Convert the text starting at <p> to an <int32_t>, converting
* no more than <n> characters (the valid length of non-... |
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [
{
"file": "plugins/<API key>/www/device.js",
"id": "<API key>.device",
"pluginId": "<API key>",
"clobbers": [
"device"
]
},
{
"file": "plugins/<API key>/s... |
<?php
// Controller for latestdeaths.
class Deaths extends Controller {
public function index() {
require("config.php");
$this->load->database();
if(@$_REQUEST['world'] == 0)
$world = 0;
else
$world = (int)@$_REQUEST['world'];
$world_name = ($config['w... |
#!/bin/bash
# flashx.tv module
# This file is part of Plowshare.
# Plowshare is free software: you can redistribute it and/or modify
# (at your option) any later version.
# Plowshare is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<API key>='http://\(ww... |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
# This program is free software: you can redistribute it and/or modify
# published by the Free Software Foundation.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
from typing impor... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
# import frappe
import unittest
class <API key>(unittest.TestCase):
pass |
#include <cmath>
#include <cfloat> // DBL_MAX
#include "Action_GIST.h"
#include "CpptrajStdio.h"
#include "Constants.h"
#include "DataSet_MatrixFlt.h"
#include "DataSet_GridFlt.h"
#include "DataSet_GridDbl.h"
#include "ProgressBar.h"
#include "StringRoutines.h"
#include "DistRoutines.h"
#ifdef _OPENMP
# include <omp.h>... |
<?php
if (!defined('KT_KIWITREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
// add new custom_lang table
self::exec(
"CREATE TABLE IF NOT EXISTS `##custom_lang`(".
" custom_lang_id INTEGER NOT NULL AUTO_INCREMENT,".
" language VARCHAR(10) NOT NULL,".
" standard_text LON... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Fri Mar 04 14:41:00 EST 2016 -->
<title><API key></title>
<meta name="date" content="2016-03-04">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<bo... |
<%namespace name="helpers" file="/helpers.mako.rs" />
<% from data import Method %>
<% data.new_style_struct("Text",
inherited=False,
gecko_name="TextReset",
additional_methods=[Method("has_underline", "bool"),
... |
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// although this looks a bit odd perhaps, this way we dont need to change the existing
// qlearning api much, so dont need to break anything that works already
#pragma once
#include <stdexcept>
#include <iostream>
#include <string>
#include "ql... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.