answer stringlengths 15 1.25M |
|---|
#!/bin/bash
set -e
#it is quite difficult to set PATH for jenkins-slave started by launchd on OSX.
export PATH=/usr/local/bin:$PATH
source "$(dirname $0)/ci_configure_flags.sh"
export <API key>=true
env
files=(*.tar.gz)
if [ "1" != "${#files[*]}" ]; then
echo "ERROR: Found more than one file"
exit 1
fi
dist_archi... |
#include "mainwidget.h"
#include <QApplication>
#include <QTranslator>
int main( int argc, char ** argv ){
qRegisterMetaType<sc_reader_t>("sc_reader_t");
qRegisterMetaType<sc_card_t>("sc_card_t");
qRegisterMetaType<QTextCursor>("QTextCursor");
qRegisterMetaType<Error>("Error");
qRegisterMetaType<<API key>>("<... |
#include "includes.h"
#include "../libgpo/gpo_ini.h"
#include "../libgpo/gpo.h"
#include "libgpo/gpo_proto.h"
#include "libgpo/gpext/gpext.h"
#define GP_EXT_NAME "security"
#define GPTTMPL_UNIX_PATH "Microsoft/Windows NT/SecEdit/GptTmpl.inf"
#define <API key> "Unicode"
#define <API key> "Version"... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Wed Feb 09 11:31:29 EST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class net.sf.sketchel.Templates
</TITLE>
<META NAME="date" CONTENT="2011-02-09">
<LINK REL ="stylesheet" T... |
#ifndef __SUI_USER_LIST_H
#define __SUI_USER_LIST_H
#include <gtk/gtk.h>
#include "sui_user.h"
typedef struct _SuiUserList SuiUserList;
typedef struct _SuiUserListClass SuiUserListClass;
#define SUI_TYPE_USER_LIST (<API key>())
#define SUI_USER_LIST(obj) (<API key>((obj), SUI_TYPE_USER_LIST, SuiUserList))
GType <API ke... |
#pragma once
#include <glib.h>
#include <glib/gi18n.h>
#include <inttypes.h>
#include "common/metadata.h"
typedef enum <API key>
{
<API key> = 0, // a query with only select and where statement
<API key> = 1 << 0, // if query should include order by statement
<API key> = 1 << 1... |
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version. For... |
<!DOCTYPE html PUBLIC "-
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name='ocr-system' content='tesseract'/>
</head>
<body>
<div class='ocr_page' id='page_1' title='image "/tmp/scan.tif"; bbox 0 0 850 1173'>
<div class='ocr_carea' ... |
package org.isoron.uhabits.models;
import android.support.annotation.*;
import org.isoron.uhabits.utils.*;
import java.util.*;
/**
* The collection of {@link Streak}s that belong to a habit.
* <p>
* This list is populated automatically from the list of repetitions.
*/
public abstract class StreakList
{
protecte... |
#include "qwt_scale_draw.h"
#include "qwt_scale_div.h"
#include "qwt_scale_map.h"
#include "qwt_math.h"
#include "qwt_painter.h"
#include <qpen.h>
#include <qpainter.h>
#include <qmath.h>
#if QT_VERSION < 0x040601
#define qFastSin(x) qSin(x)
#define qFastCos(x) qCos(x)
#endif
class QwtScaleDraw::PrivateData
{
public:
... |
import time
from cloudbot import hook
@hook.command(autohelp=False)
def beats(text):
"""beats -- Gets the current time in .beats (Swatch Internet Time). """
if text.lower() == "wut":
return "Instead of hours and minutes, the mean solar day is divided " \
"up into 1000 parts called \".beat... |
package com.khasang.forecast.sqlite;
import android.os.AsyncTask;
public class SQLiteExecAsyncTask extends AsyncTask<Void, Void, Void> {
private final String query;
private Object[] bindArgs;
public SQLiteExecAsyncTask(String query, Object[] bindArgs) {
this.query = query;
this.bindArgs = bi... |
#ifndef <API key>
#define <API key>
#include <gnuradio/tags.h>
#include <vector>
namespace gr {
class tag_checker
{
private:
std::vector<tag_t> d_tags;
tag_t d_next_tag;
bool d_has_next_tag;
unsigned int d_next_tag_index;
public:
tag_checker(std::vector<tag_t>& tags) : d_has_next_tag(false), d_next_... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Security.Cryptography;
using HaloSigner.Containers;
using HaloSigner.IO;
namespace HaloSigner.Reach
{
public class ReachGPD : GPD
{
public ReachGPD(string path)
: base(path)
... |
#ifndef <API key>
#define <API key>
#include <cxxtest/TestSuite.h>
#include <vector>
#include "MantidAPI/<API key>.h"
#include "MantidAPI/<API key>.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/WarningSuppressions.h"
#include <boost/shared_ptr.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
c... |
# This file is part of Iris.
# Iris is free software: you can redistribute it and/or modify it under
# (at your option) any later version.
# Iris is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# import iris tests first so that some things can be initia... |
package org.mnode.coucou;
import java.util.Comparator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class <API key> implements Comparator<PathResult<?, ?>> {
private static final Logger LOGGER = LoggerFactory.getLogger(<API key>.class);
@Override
public int compare(PathResult<?, ?> o1, Pa... |
<?php
/**
* \file htdocs/core/lib/images.lib.php
* \brief Set of function for manipulating images
*/
// Define size of logo small and mini
$maxwidthsmall=270;$maxheightsmall=150;
$maxwidthmini=128;$maxheightmini=72;
$quality = 80;
/**
* Return if a filename is file name of a supported image for... |
#!/usr/bin/env bash
# Set default values of some useful variables
export VERSION="1.0-beta" # Latest released Dorsal version
export PREFIX=${HOME}/local # Default download/install location
export ORIG_DIR=`pwd` # Store original directory, so we can
# return to it when finished
# Colo... |
package fr.skyforce77.arch3ds.api.listener;
import fr.skyforce77.arch3ds.api.input.ArchInput;
public interface InputListener {
/**
* Called when input status changed
*/
public void onInput(ArchInput input, byte status);
} |
#include "pt_time.h"
#include "intel-pt.h"
#include <string.h>
#include <limits.h>
void pt_time_init(struct pt_time *time)
{
if (!time)
return;
memset(time, 0, sizeof(*time));
}
int pt_time_query_tsc(uint64_t *tsc, uint32_t *lost_mtc,
uint32_t *lost_cyc, const struct pt_time *time)
{
i... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>ns-3 PLC model: ns3::PLC_Mac Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="s... |
#ifndef __BAYES_H__
#define __BAYES_H__
#include "function.h"
#include <iostream>
template <class T> class BayesModel: public RealFunction<T>
{
public:
BayesModel() { logprior = NULL; loglikelihood = NULL; }
virtual ~BayesModel() { }
void SetPrior(const RealFunction<T> & lprior) { logprior = &lprior; }
... |
-- 170
-- UCColumnA
-- Added UNIQUE to column ndb_no in table nut_data
CREATE TABLE "data_src" (
"datasrc_id" CHAR(6) NOT NULL,
"authors" VARCHAR(100),
"title" VARCHAR(100) NOT NULL,
"year" INT,
"journal" VARCHAR(100),
"vol_city" VARCHAR(100),
"issue_state" VARCHAR... |
WebJack.Profiles = {
// default SoftModem frequencies, no echo cancellation to avoid attenuation
SoftModem : {
baud : 1225,
freqLow : 4900,
freqHigh : 7350,
echoCancellation : false,
softmodem : true
},
// lower frequencies and echo cancellation: try this to reduce crosstalk for long cables
... |
# Don't edit this file! Your changes will be overwritten when you re-save the Projucer project!
# build with "V=1" for verbose builds
ifeq ($(V), 1)
V_AT =
else
V_AT = @
endif
# (this disables dependency generation if multiple architectures are set)
DEPFLAGS := $(if $(word 2, $(TARGET_ARCH)), , -MMD)
ifndef STRIP
STR... |
/**
* Distance measure that takes into account the decrease of the Euclidean
* distance with increasing latitude of the reference point.
*
* @author Ralf Quast
*/
public final class SinusoidalDistance implements DistanceMeasure {
private final double lon0;
private final double lat0;
private final doubl... |
<?php
class <API key> extends <API key>
{
public function setUp()
{
$this->bootstrap = new Zend_Application(APPLICATION_ENV, APPLICATION_PATH . '/configs/application.ini');
parent::setUp();
}
public function testIndexAction()
{
$params = array('action' => 'index', 'controller... |
<!-- Modal -->
<div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="tru... |
<?php
class <API key> implements <API key>
{
/**
* Returns an array of tokens this test wants to listen for.
*
* @return array
*/
public function register()
{
return array(T_RETURN);
}//end register()
/**
* Processes this sniff, when one of its tokens is encountered.... |
package scavenger.app
import akka.actor.{ActorPath, ActorSystem}
import java.io.File
import com.typesafe.config._
/** Trait for programs with a `main`-function,
* that loads <API key>, creates actor system, starts actors.
*
* @since 2.1
* @author Andrey Tyukin
*/
private[app] trait ScavengerNode {
private v... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace _213
{
public partial class frOrderConfirm : Form
{
... |
const glob = require('glob');
const path = require('path');
const merge = require('webpack-merge');
// Regular plugins
const pluginPattern1 = '../../graylog-plugin-*/webpack.config.js';
// Plugins where the web part is in a subdir
const pluginPattern2 = '../../graylog-plugin-*/*/webpack.config.js';
const pluginConfigs ... |
#@+leo-ver=5-thin
#@+node:lee.20141223114246.40: * @file example2.py
#@@language python
#@@tabwidth -4
import cherrypy
import random
from std.asciisymbol import asciiImage
#@+others
#@+node:lee.20141223114246.41: ** class Application
class Application(object):
#@+others
#@+node:lee.20141223114246.42: *3* def in... |
#pragma once
#include "hal/abs_rxtx.h"
namespace rp{ namespace arch{ namespace net{
class raw_serial : public rp::hal::serial_rxtx
{
public:
enum{
<API key> = 512,
<API key> = 128,
};
raw_serial();
virtual ~raw_serial();
virtual bool bind(const char * portname, uint32_t baudrate, uin... |
package org.thoughtcrime.securesms.database;
import android.app.Application;
import android.content.Context;
import android.database.Cursor;
import android.text.TextUtils;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.facebook.flipper.plugins.databases.DatabaseDescriptor;
import co... |
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
import matplotlib.pyplot as plt
def plot_diagram(plot_data, x, y, size='Size'):
fig, ax = plt.subplots()
ax = plot_data.plot.scatter(
x,
y,
s=plot_data[size] * 100,
alpha=0.7,
title="Portfolio-Analyse",
figsize=[10,7... |
<!
title: "Icecast monitoring with Netdata"
custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/icecast/README.md
sidebar_label: "Icecast"
# Icecast monitoring with Netdata
Monitors the number of listeners for active sources.
## Requirements
- icecast version >= 2.4.0
It produce... |
#ifndef <API key>
#define <API key>
#include "DivXInt.h"
typedef struct <API key>
{
uint8_t *pGraphBitstream;
uint32_t sizeGraphBitstream;
uint8_t *pNodeBitstream;
uint32_t sizeNodeBitstream;
}
<API key>;
#endif /* <API key> */ |
-- Vampiric Touch Bonus Data
DELETE FROM `spell_bonus_data` WHERE `entry`=34914;
INSERT INTO `spell_bonus_data` VALUES
(34914,-1,0.4,-1,-1,'Priest - Vampiric Touch');
-- Vampiric Touch (Dispelled) Bonus Data
DELETE FROM `spell_bonus_data` WHERE `entry`=64085;
INSERT INTO `spell_bonus_data` VALUES
(64085,1.2,-1,-1,-1,'P... |
package com.openmeap.model;
import java.sql.SQLException;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import javax.persistence.<API key>;
import javax.persistence.Query;
import org.apache.commons.la... |
function loadText()
{
document.getElementById("txtLang").innerHTML = "\u78ba\u5b9a\u522a\u9664\u6b64\u8cc7\u6599\u593e ?";
document.getElementById("btnClose").value = "\u95dc\u9589 ";
document.getElementById("btnDelete").value = "\u522a\u9664 ";
}
function writeTitle()
{
document.write("<tit... |
// gameswf_jit_x86.h -- Julien Hamaide <julien.hamaide@gmail.com> 2008
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Jit x86
#ifndef GAMESWF_JIT_X86_H
#define GAMESWF_JIT_X68_H
#include "gameswf_jit.h"
enum jit_register
{
jit_eax = 0,
jit_ebx = 3,
jit_... |
if SETTINGS[:noenv_enable]
before = 'model_name'
Deface::Override.new(
:virtual_path => 'hosts/_form',
:name => 'hosts_noenv',
:insert_before => "div##{before}",
:partial => 'hosts/noenv_field',
)
end |
"use strict";
(function () {
var start = document.querySelector("#start");
if(start){
start.onclick = function(){
counter(25,0);
}
}
var stop = document.querySelector("#stop");
if(stop){
stop.onclick = function(){
counter(0,0);
}
}
func... |
<?php
require_once('includes/classes/logo_upload.php');
require_once('includes/classes/currencies.php');
require_once('../ext/tcpdf/config/lang/eng.php');
require_once('../ext/tcpdf/tcpdf.php');
define('TOC_PDF_POS_START_X', 70);
define('TOC_PDF_POS_START_Y', 50);
define('<API key>', 100);
define('<API ... |
"""Config file for coverage.py"""
import os, re, sys
from .backward import string_class, iitems
# In py3, # ConfigParser was renamed to the more-standard configparser
try:
import configparser # pylint: disable=F0401
except ImportError:
import ConfigParser as configparser
class HandyC... |
# -*- coding: utf-8 -*-
import os, sys, time, multiprocessing, re
from .processes import ForkedProcess
from .remoteproxy import ClosedError
from ..python2_3 import basestring, xrange
class CanceledError(Exception):
"""Raised when the progress dialog is canceled during a processing operation."""
pass
class Paral... |
#ifndef <API key>
#define <API key>
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C"
{
#endif
/* <API key> */
typedef struct <API key>
{
long ai0;
long ai1;
long ai2;
/* Co... |
<?php namespace Hideyo\Ecommerce\Backend\Controllers;
/**
* <API key>
*
* This is the controller of the content groups of the shop
* @author Matthijs Neijenhuijs <matthijs@hideyo.io>
* @version 0.1
*/
use App\Http\Controllers\Controller;
use Hideyo\Ecommerce\Backend\Repositories\<API key>;
use Illuminate\Http\Req... |
#ifndef <API key>
#define <API key>
#include "IntRect.h"
#include "GraphicsContext.h"
#include "RenderSkinAndroid.h"
#include "<API key>.h"
#include "SkCanvas.h"
#include "SkPicture.h"
#include "SkTDArray.h"
#include <wtf/Vector.h>
class SkCanvas;
namespace WebCore {
class <API key> {
public:
class State;
<API ... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var <API key> = require("@esri/arcgis-rest-request");
var helpers_1 = require("./helpers");
function createFolder(requestOptions) {
var owner = helpers_1.determineOwner(requestOptions);
var baseUrl = <AP... |
export { default } from './<API key>';
export * from './<API key>';
export * from '../<API key>/<API key>';
export * from '../<API key>/<API key>';
export { useDetailedItems } from '../../hooks/useDetailedItems'; |
package com.amaze.filemanager.file_operations.filesystem.smbstreamer;
import static android.os.Build.VERSION_CODES.JELLY_BEAN;
import static android.os.Build.VERSION_CODES.KITKAT;
import static android.os.Build.VERSION_CODES.P;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEqual... |
#ifndef _ADDRESSES_H_
#define _ADDRESSES_H_
#pragma warning(disable : 4731)
#define RCT2_ADDRESS(address, type) ((type*)(address))
#define RCT2_GLOBAL(address, type) (*((type*)(address)))
#define RCT2_CALLPROC(address) (((void(*)())(address))())
#define RCT2_CALLFUNC(add... |
/*
* <API key>: 2008 Till Harbaum <till@harbaum.org>
*
* <API key>: GPL-3.0-or-later
*/
#include <gps_state.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <gps.h>
#include <gtk/gtk.h>
#include <mutex>
#include <unistd.h>
#include <osm2go_cpp.h>
#include <osm2go_platform.h>
#inc... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Yate: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script... |
<?php
namespace Hideyo\Ecommerce\Backend\Models;
use Hideyo\Ecommerce\Backend\Models\BaseModel;
class <API key> extends BaseModel
{
/**
* The database table used by the model.
*
* @var string
*/
protected $table = '<API key>';
// Add the 'avatar' attachment to the fillable array so that ... |
import os
from .utils import exec_cmd, get_frappe, <API key>, get_config, build_assets, <API key>, get_cmd_output, run_frappe_cmd
import logging
import requests
import semantic_version
import json
import re
import subprocess
logger = logging.getLogger(__name__)
class <API key>(Exception):
def __init__(self, message... |
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
#ifndef _UNIWIDTH_H
#define _UNIWIDTH_H
#include "unitypes.h"
/* Get size_t. */
#include <stddef.h>
/* Get locale_charset() declaration. */
#include "localcharset.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Display width. */
/... |
package gov.noaa.pmel.util;
import javax.swing.filechooser.*;
import java.io.File;
public class SimpleFileFilter extends FileFilter {
private String[] extensions;
private String description;
public SimpleFileFilter(String ext) {
this(new String[] {ext}, null);
}
public SimpleFileFilter(String[] exts, Stri... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_04) on Sat Jul 28 16:42:18 BST 2012 -->
<title>org.opensourcedea.utils</title>
<meta name="date" content="2012-07-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<... |
/**
* @file util/<API key>.c
* @brief a version of hash map implemented in <API key>.c but with
* uint32_t as keys
* @author Christian Grothoff
* @author Sree Harsha Totakura
*/
#include "platform.h"
#include "<API key>.h"
#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
/**
* An entry ... |
package com.sosnitzka.taiga.recipes;
import com.sosnitzka.taiga.Blocks;
import com.sosnitzka.taiga.Items;
import com.sosnitzka.taiga.TAIGA;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.Ingredient;
import net.minecraft.util.ResourceLocation;
import net.minecraft... |
#!/usr/bin/env python
# pylint: disable=C0103,W0622
# A library that provides a Python interface to the Telegram Bot API
# This program is free software: you can redistribute it and/or modify
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FIT... |
<?php
/**
* The default page template
*
* @package Flint\Pistons
* @since 0.1.0
*/
get_header(); ?>
<?php flint_get_sidebar('header'); ?>
<?php while ( have_posts() ) : the_post(); ?>
<div id="prologue-wrap">
<section id="prologue" class="container">
<div class="row">
<header class="page-header... |
// <API key>: GPL-2.0+
#include "exporterregistry.h"
#include "exporterinterface.h"
#include <algorithm>
#include "<API key>.h"
#include "post/ppresult.h"
#include "settings.h"
ExporterRegistry::ExporterRegistry(const Dso::<API key> *deviceSpecification, DsoSettings *settings,
QObject... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Sat Jul 09 05:08:30 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes
</TITLE>
<META NAME="date" CONTENT="2011-07-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="styles... |
# Name: errdlg.py #
# Purpose: Error Reporter Dialog #
"""
Editra Control Library: Error Reporter Dialog
Dialog for displaying exceptions and reporting errors to application maintainer.
This dialog is intended as a ... |
# This file is part of Phobos.
# Phobos is free software: you can redistribute it and/or modify
# (at your option) any later version.
# Phobos is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
import json
import re
import sqlite3
from miner.base import Ba... |
<?php
// POS-Tech API
// This file is part of POS-Tech.
// POS-Tech is free software: you can redistribute it and/or modify
// (at your option) any later version.
// POS-Tech is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
namespace P... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<html xmlns="http:
<head>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<title>Module: Ronin::Generators::Exploits</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
<... |
namespace NzbDrone.Core.Movies
{
public class AddMovieOptions : MonitoringOptions
{
public bool SearchForMovie { get; set; }
}
} |
using WowPacketParser.Store.Objects.UpdateFields;
// This file is automatically generated, DO NOT EDIT
namespace <API key>.V9_0_1_36216.UpdateFields.V9_1_0_39185
{
public class Research : IResearch
{
public short ResearchProjectID { get; set; }
}
} |
#include <QtWidgets>
#include "<API key>.h"
#include "metadata.h"
#include "utility.h"
QGroupBox *add_geog_cs_group(lemon::<API key> *geog_cs) {
QGroupBox *geog_cs_group = new QGroupBox(QObject::tr(""));
QVBoxLayout *main_layout = new QVBoxLayout();
QLabel *name_label = new QLabel(QObject::tr(""));
QLabel *name... |
package nz.ac.waikato.cms.gui;
import nz.ac.waikato.cms.core.FileUtils;
import nz.ac.waikato.cms.core.Project;
import nz.ac.waikato.cms.doc.HyperLinkGrades;
import nz.ac.waikato.cms.doc.HyperLinkGrades.Location;
import nz.ac.waikato.cms.gui.core.<API key>;
import nz.ac.waikato.cms.gui.core.BaseFileChooser;
import nz.ac... |
package cc.fooledit.editor.text.mode.sql;
import org.osgi.framework.*;
/**
*
* @author Chan Chung Kwong
*/
public class Activator implements BundleActivator{
public static final String NAME=Activator.class.getPackage().getName();
public static final String CONTENT_TYPE="application/sql";
@Override
pu... |
namespace ShareX.UploadersLib
{
partial class JiraUpload
{
<summary>
Required designer variable.
</summary>
private System.ComponentModel.IContainer components = null;
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - <API key></title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="">
<div ng-controller="FetchCtrl">
<select ng-model="method">
... |
# - Try to find Mathematica installation and provide CMake functions for its C/C++ interface
# See the FindMathematica manual for usage hints.
# obtaining a copy of this software and associated documentation)
# files (the "Software"), to deal in the Software without)
# restriction, including without limitation the righ... |
/* Atmel Microcontroller Software Support */
/* modification, are permitted provided that the following condition is met: */
/* Atmel's name may not be used to endorse or promote products derived from */
/* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRA... |
#ifndef MYENGINE_PLUGIN_H
#define MYENGINE_PLUGIN_H
#include "LibExport.hpp"
#include <string>
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
namespace MyEngine
{
class Kernel;
Representation of a plugin
class Plugin
{
public:
Initialize and load plugin
DEF_Export Plugin(const std::string... |
/**@file
*
* @defgroup <API key> Types definitions for BLE support in SoftDevice handler.
* @{
* @ingroup softdevice_handler
* @brief This file contains the declarations of types required for BLE stack support. These
* types will be defined when the preprocessor define <API key> is defined.
*/
#ifn... |
package com.redhat.lightblue.migrator;
import java.util.Map;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.io.IOException;
import java.sql.SQLException;
import org.... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Wed Feb 09 11:30:56 EST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
ConfigData
</TITLE>
<META NAME="date" CONTENT="2011-02-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../..... |
from entity_reader import EntityReader
import textract
from dataset_importer.utils import <API key>
class RTFReader(EntityReader):
@staticmethod
def get_features(**kwargs):
directory = kwargs['directory']
for file_path in RTFReader.get_file_list(directory, 'rtf'):
try:
... |
#include "<API key>.H"
#include "dictionary.H"
#include "specie.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
const Foam::scalar Foam::<API key>::TrMax = 0.999;
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::<API key>::<API key>
(
const dic... |
package org.tomahawk.tomahawk_android.fragments;
import org.tomahawk.libtomahawk.collection.Album;
import org.tomahawk.libtomahawk.collection.Artist;
import org.tomahawk.libtomahawk.collection.Image;
import org.tomahawk.libtomahawk.collection.Playlist;
import org.tomahawk.libtomahawk.infosystem.InfoRequestData;
import ... |
#endregion
namespace WebSocketSharp.Frame
{
public enum Rsv : byte
{
OFF = 0x0,
ON = 0x1
}
} |
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
<ul <?php echo $class ?>>
<li><a <?php if ($sub == '') echo 'class="current"'; ?>href="<?php echo $url ?>"><?php _e ('Forms', 'filled-in') ?></a><?php echo $trail; ?></li>
<li><a <?php if ($sub == 'templates') echo 'class="current"'; ?>href="<?php... |
#include "StdInc.h"
char szVehicleName[50] = {'\0'};
char szZoneName[50] = {'\0'};
CHudSA::CHudSA(void)
{
InitComponentList();
// Set the default values
<API key> = 210.0f;
<API key> = (float*)<API key>;
MemPut<float>(<API key>, 192.0f);
<API key> = (float*)VAR_AspectRatioMult;
MemPut<float>... |
/**
* \file sha256.h
*
* \brief This file contains SHA-224 and SHA-256 definitions and functions.
*
* The Secure Hash Algorithms 224 and 256 (SHA-224 and SHA-256) cryptographic
* hash functions are defined in <em>FIPS 180-4: Secure Hash Standard (SHS)</em>.
*/
#ifndef MBEDTLS_SHA256_H
#define MBEDTLS_SHA256_H
#i... |
package com.mucommander.command;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
import javax.xml.parsers.<API key>;
import javax.xml.parsers.SAXParserFactory;
import java.io.IOException;
import java.io.InputStream;
/**
* Class used to parse custom association... |
<html><body>Ghost of Wigoth:<br>
I already gathered three glasses. You did good too. I'm not brave enough to face those women.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00620_FourGoblets 18">"Do you know them?"</button>
</body></html> |
package org.sigmah.client.ui.view.admin.models.project;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.sigmah.client.i18n.I18N;
import org.sigmah.client.ui.widget.HasGrid.GridEventHandler;
import org.sigmah.client.util.ClientUtils;
import org.sigmah.client.util.ColumnProvider... |
<?php //## NextScripts Yo Connection Class
$nxs_snapAvNts[] = array('code'=>'YO', 'lcode'=>'yo', 'name'=>'Yo', 'type'=>'Messengers');
if (!class_exists("nxs_snapClassYO")) { class nxs_snapClassYO extends nxs_snapClassNT {
var $ntInfo = array('code'=>'YO', 'lcode'=>'yo', 'name'=>'Yo', 'defNName'=>'', 'tstReq' => fals... |
#include "mainwindow.h"
#include "userwindow.h"
#include <QApplication>
#include <QTranslator>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QTranslator qtTranslator;
if (qtTranslator.load("translations/qt_" + QLocale::system().name()))
a.installTranslator(&qtTranslator);
UserWi... |
# coding: utf8
# terms of the GNU General Public Licence version 3 (GPL Version 3),
# copied verbatim in the file LICENCE.md.
# In applying this licence, CERN does not waive the privileges and immunities
# granted to it by virtue of its status as an Intergovernmental Organization or
# submit itself to any jurisdiction.... |
# -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Changing field 'OutboundMessage.status'
db.alter_column(u'<API key>', 'status', self.gf('django.db.models.fie... |
from __future__ import division
import StringIO
import json
import random
import sys
from twisted.internet import defer
import p2pool
from p2pool.bitcoin import getwork
from p2pool.util import expiring_dict, jsonrpc, variable
class _Provider(object):
def __init__(self, parent, long_poll):
self.parent = pare... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.