answer stringlengths 15 1.25M |
|---|
package edu.ku.brc.specify.datamodel.busrules;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.text.DateFormat;
import java.util.List;
import java.util.Set;
import java.util.Vector;
impor... |
<?php
class Cmsms_Profiles {
function Cmsms_Profiles() {
$cmsms_option = <API key>();
$profile_labels = array(
'name' => __('Profiles', '<API key>'),
'singular_name' => __('Profiles', '<API key>'),
'menu_name' => __(... |
<?php
namespace Goetas\XML\XSDReader\Schema\Element;
interface ElementSingle extends ElementItem
{
/**
* @return \Goetas\XML\XSDReader\Schema\Type\Type
*/
public function getType();
/**
*
* @return int
*/
public function getMin();
/**
*
* @param int $qualified
... |
#include <QComboBox>
#include <QDialogButtonBox>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QMessageBox>
#include <QPushButton>
#include <QTabWidget>
#include <QVBoxLayout>
#include "DolphinQt2/Config/Mapping/MappingWindow.h"
#include "Common/FileUtil.h"
#include "Common/IniFile.h"
#include "Core/Core.h"
#in... |
<?php
namespace DecoratorPattern;
class VisaPayment implements PaymentMethod
{
public function getDescription()
{
return "Visa description";
}
} |
#ifdef CONFIG_COMPAT
#include <linux/compat.h> /* for compat_old_sigset_t */
#endif
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/signal.h>
#include <linux/errno.h>
#include <linux/wait.h>
#include <linux/ptrace.h>
#include <linux/tracehook.h>
#include <linux/unistd.h>
#include <linux/mm.h>
#inc... |
#ifndef __PAROLE_MODULE_H
#define __PAROLE_MODULE_H
#include <glib-object.h>
#include <src/misc/parole.h>
#include "<API key>.h"
G_BEGIN_DECLS
#define <API key> (<API key> () )
#define <API key>(o) (<API key> ((o), <API key>, <API key>))
#define <API key>(klass) (<API key> ((klass), <API k... |
/**
* @file cp_campaign.h
* @brief Header file for single player campaign control.
*/
#ifndef CP_CAMPAIGN_H
#define CP_CAMPAIGN_H
extern memPool_t *cp_campaignPool;
struct aircraft_s;
struct installation_s;
struct employee_s;
struct ugv_s;
struct campaign_s;
struct uiNode_s; /**< @todo remove this once the uiNode_t ... |
StealDB
====
Get any database file - an app to demonstrate how easy it is
maliciously upload and decrypt an android db store |
#include <linux/fs.h>
#include <linux/pram_fs.h>
int pram_block_symlink(struct inode *inode, const char *symname, int len)
{
struct super_block * sb = inode->i_sb;
pram_off_t block;
char* blockp;
unsigned long flags;
int err;
err = pram_alloc_blocks (inode, 0, 1);
if (err)
return err... |
.pane-bundle-videos {
background: white;
}
.pane-bundle-videos .<API key> {
border-bottom: 1px lightgray solid;
}
.pane-bundle-videos .<API key> {
border-top: 10px #231f20 solid;
}
.pane-bundle-videos {
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0, rgba(0, 0, 0, 0.1) 0 0 0 1px;
-webkit-box-shadow: rgba(0, 0, 0... |
function c91754175.initial_effect(c)
--atk up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(91754175,0))
e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(<API key>)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCo... |
CREATE TABLE IF NOT EXISTS `#<API key>` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`form_id` int(20) NOT NULL,
`group_id` int(20) NOT NULL,
`ip` varchar(20) NOT NULL,
`ord_date` datetime NOT NULL,
`ord_last_modified` datetime NOT NULL,
`status` varchar(50) NOT NULL,
`full_name` varchar(100) NOT NULL... |
.ds-users-list .modal-body input:nth-child(2), .ds-permission-list .modal-body input:nth-child(2), .ds-group-list .modal-body input:nth-child(2) {
margin-bottom: 1em; }
.ds-users-list tbody tr, .ds-permission-list tbody tr, .ds-group-list tbody tr {
cursor: pointer; }
.ds-users-list
padding: 0.1em 0 1em 0; }
.d... |
PYTHON = `which python2`
all:
@echo no build make rule yet, just '"make check"'
test-end2end:
@cd tests/ && PYTHON=${PYTHON} ./testsuite
test-unit:
PYTHONPATH=..:$${PYTHONPATH} ${PYTHON} -m pytest `[ ! -z ${COVERAGE} ] && echo "--cov distgen"` tests/unittests/
# Note that flake8 reports both W503 and W504 A... |
import sys,os
#sys.path.append(os.path.join(os.path.dirname(__file__), '../../..'))
#from ethosgame.ethos.level import Level
from ..level import Level
#from ethosgame.ethos.gameobject import GameObject
from ..gameobject import GameObject
#from ethosgame.ethos.drawnobject import DrawnObject
from ..drawnobject import Dra... |
<?php
?>
<?php get_header(); ?>
<div id="content" class="montagneBackground">
<div class="container_12">
<section class="categories-f-r">
<?php $taxonomy = 'fromages_cat';
$tax_terms = get_terms( $taxonomy, array( 'hide_... |
hr{margin:20px auto;}
.wrap{margin: 40px 0 0 60px;padding:30px;}
.choice{padding:10px 0;overflow:hidden;}
.choice .span1{float:left;}
.choice .span2{float:left;margin-top:10px;}
.choice input[type=text]{width:300px;margin-left:70px;padding:8px 4px;}
.choice textarea{width: 320px;height: 35px;}
.choice_radio{margin-left... |
<?php
/**
* Set up the WordPress core custom header feature.
*
* @uses <API key>()
*/
function <API key>() {
add_theme_support( 'custom-header', apply_filters( '<API key>', array(
'default-image' => '',
'default-text-color' => '000000',
'width' => 1000,
... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sun Feb 15 12:26:29 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>org.apache.solr.client.solrj.embedded (Solr 5.0.0 API)</title>
<meta name="date" content="2015-02... |
<?php
require_once(sfConfig::get('sf_lib_dir').'/filter/base/<API key>.class.php');
/**
* CatArt filter form base class.
*
* @package sf_sandbox
* @subpackage filter
* @author Your name here
* @version SVN: $Id: <API key>.php 16976 2009-04-04 12:47:44Z fabien $
*/
class <API key> extends <API key>
{
... |
require File.join(File.dirname(__FILE__), 'test_helper')
class PointTest < Test::Unit::TestCase
context "A point" do
setup do
@point = Pathfinder::Point.new 1, 2
end
should "respond to #x and #y" do
assert_equal 1, @point.x
assert_equal 2, @point.y
end
should "convert to an Array... |
package org.iq4j.webcam;
import java.awt.Canvas;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.Image;
import java.awt.KeyEventDispatcher;
import java... |
from django.conf.urls import url
from . import views
urlpatterns = [
url(r'^$', views.map, name='map'),
url(r'^mapSim', views.mapSim, name='mapSim'),
url(r'^api/getPos', views.getPos, name='getPos'),
url(r'^api/getProjAndPos', views.getProjAndPos, name='getProjAndPos'),
] |
// RUN: %clang_cc1 -triple <API key> %s -fsyntax-only -verify
#define SA(n, p) int a##n[(p) ? 1 : -1]
struct A { int a; };
SA(0, sizeof(A) == 4);
struct B { };
SA(1, sizeof(B) == 1);
struct C : A, B { };
SA(2, sizeof(C) == 4);
struct D { };
struct E : D { };
struct F : E { };
struct G : E, F { };
SA(3, sizeof(G) == 2);... |
using Halsign.DWM.Framework;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;
using System.Threading;
namespace Halsign.DWM.Domain
{
public class DwmHost : DwmBase
{
private int _numCpus = 1;
private int _numVCpus;
private int _cpuSpeed;
priva... |
#include "Converter.h"
#include <TFormula.h>
#include <iomanip>
#include <sstream>
std::string Converter::doubleToString(double x,int precision,bool scientifiStyle)
{
std::stringstream xs;
if(scientifiStyle)
xs<<std::scientific;
else
xs<<std::fixed;
xs<<std::setprecision(precision)<<x;
return xs.str()... |
#include <algorithm>
#include <bitset>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <deque>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <string>
#include <utility>
#include <vector>
// #pragma GCC optimize("Ofast")
// #pragma GCC opti... |
/* ScriptData
SDName: boss_lord_marrowgar
SD%Complete: 0%
SDComment:
SDCategory: Icecrown Citadel
EndScriptData */
#include "precompiled.h"
enum
{
SAY_INTRO = -1631001,
SAY_AGGRO = -1631002,
SAY_BONE_STORM = -1631003,
SAY_BONE_SPIKE_1 = -163100... |
var <API key> = true;//simply flag var
jQuery(function () {
if (<API key> == 'chosen') {
try {
if (jQuery("select.<API key>").length) {
jQuery("select.<API key>").chosen({
<API key>: 10
});
jQuery.each(jQuery('.<API key> .chosen... |
package main
import (
"bytes"
"fmt"
"regexp"
)
func main() {
match, _ := regexp.MatchString("p([a-z]+)ch", "peach")
fmt.Println(match)
r, _ := regexp.Compile("p([a-z]+)ch")
fmt.Println(r.MatchString("peach"))
fmt.Println(r.FindString("peach punch"))
fmt.Println(r.FindStringIndex("pea... |
<?php
namespace Sidus\EAVDataGridBundle\Model;
use Sidus\DataGridBundle\Model\DataGrid as BaseDataGrid;
use Sidus\EAVFilterBundle\Configuration\<API key>;
use Sidus\EAVModelBundle\Model\FamilyInterface;
use Sidus\EAVModelBundle\Translator\TranslatableTrait;
use Symfony\Component\Translation\TranslatorInterface;
/**
* ... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>food blogging | Introduction to New Media</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="../../misc/favicon.ico" type="image/... |
CREATE USER 'iasst'@'localhost' IDENTIFIED BY '123456';
GRANT SELECT ON *.* TO 'iasst'@'localhost';
GRANT SELECT, INSERT, UPDATE, REFERENCES, DELETE, CREATE, DROP, ALTER, INDEX, TRIGGER, CREATE VIEW, SHOW VIEW, EXECUTE, ALTER ROUTINE, CREATE ROUTINE, CREATE TEMPORARY TABLES, LOCK TABLES, EVENT ON `iasst`.* TO 'iasst'@'... |
package com.mobilerobots.Aria;
public class ArDPPTU extends ArPTZ {
/* (begin code from javabody_derived typemap) */
private long swigCPtr;
/* for internal use by swig only */
public ArDPPTU(long cPtr, boolean cMemoryOwn) {
super(AriaJavaJNI.SWIGArDPPTUUpcast(cPtr), cMemoryOwn);
swigCPtr = cPtr;
}
/... |
<?php
class GraphiteBackendTask extends AppShell{
public $Config = [];
private $host;
private $port;
private $prefix;
private $socket;
private $lastErrNo;
private $hostnameCache = [];
private $servicenameCache = [];
public function init($Config){
$this->Config = $Config;
... |
<?php
// Global variables
global $map_count, $ish_options;
$map_count++;
// Default SC attributes
$defaults = array(
'color' => '',
'zoom' => '15',
'invert_colors' => '',
'height' => '',
);
// Extract all attributes
$sc_atts = $this-><API key>( $defaults, $atts );
// Add ID if empty as it is necessary f... |
<?php
class acf_Wysiwyg extends acf_Field
{
function __construct($parent)
{
parent::__construct($parent);
$this->name = 'wysiwyg';
$this->title = __("Wysiwyg Editor",'acf');
add_action( 'acf_head-input', array( $this, 'acf_head') );
add_filter( 'acf/fields/wysiwyg/toolbar... |
<HTML>
<HEAD></HEAD>
<FONT FACE="'Courier New',Verdana, Arial, Helvetica" SIZE=2>
<!DOCTYPE html><br><html><br><body><br><br><FONT COLOR=#ff0000><?php<br>$note=<<<XML<br><note><br><to>Tove</to><br><from>Jani</from><br><heading>Reminder</heading><br><body>Don't forget me this... |
#ifndef _WXSFRECTSHAPE_H
#define _WXSFRECTSHAPE_H
#include <wx/wxsf/ShapeBase.h>
// default values
/*! \brief Default value of wxSFRectShape::m_nRectSize data member. */
#define sfdvRECTSHAPE_SIZE wxRealPoint(100, 50)
/*! \brief Default value of wxSFRectShape::m_Fill data member. */
#define sfdvRECTSHAPE_FILL wxBrush(*... |
// File: $Id: opbranch.h,v 1.1 2001/10/27 22:34:09 ses6442 Exp p334-70f $
// Contributor: Sean Sicher
// Discription: Branch module for
// Revisions:
// $Log: opbranch.h,v $
// Revision 1.1 2001/10/27 22:34:09 ses6442
// Initial revision
#ifndef OPBRANCH_H
#define OPBRANC... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ESPSharp.Enums
{
public enum PackageScheduleDays : sbyte
{
Any = -1,
Sunday,
Monday,
Tuesday,
Wednesday,
Thursday,
Friday,
... |
# zoomzoomzoom.js
Simple zoom tool for images inside of DIVs. A very small script that is heavily dependent on its HTML structure. Designed to only work in Chrome. |
<?php
if ( ! function_exists( 'add_action' ) ) {
echo "Hi there! I'm just a part of plugin, not much I can do when called directly.";
exit;
}
?>
<div id="poststuff" class="ui-sortable meta-box-sortables">
<div class="postbox">
<div class="handlediv" title="<?php _e('Click to... |
<?php
/**
* Footer functions.
*
* @package Sento
*/
/* Assign function for widget area 1 */
function <API key>() {
echo '<div id="footer-col1" class="widget-area">';
if ( ! dynamic_sidebar( 'footer-w1' ) ) {
echo '<h3 class="widget-title">' . __( 'Please Add Widgets', 'sento') . '</h3>',
... |
<script>
var panels = new Array();
function addcattab(id, text, title)
{
var ccc = document.getElementById('categories');
var tab_id = id + '-tab';
var tab_title = (title) ? (' title="' + title + '"') : '';
var _li = document.createElement('li');
_li.id = tab_id;
... |
/** \file future.c This is responsible for Future Mission planning screen.
*
*/
#include <Buzz_inc.h>
#include <externs.h>
#include <assert.h>
#include <logging.h>
//Used to read steps from missStep.dat
FILE* MSteps;
char missStep[1024];
static inline char B_Mis(char x) {return missStep[x]-0x30;}
/*missStep... |
# SSClusterViewer/app
This folder contains the javascript files for the application.
# SSClusterViewer/resources
This folder contains static resources (typically an `"images"` folder as well).
# SSClusterViewer/overrides
This folder contains override classes. All overrides in this folder will be
automatically included ... |
layout: post
title: Objectify and strange errors with GWT serializations
date: '2013-04-04T09:15:00.003-07:00'
author: David Hatanian
tags:
modified_time: '2013-04-04T09:15:34.396-07:00'
blogger_id: tag:blogger.com,1999:<API key>.<API key>
blogger_orig_url: http://david-codes.blogspot.com/2013/04/<API key>.html
<div st... |
TARGET = rlm_utf8
SRCS = rlm_utf8.c
HEADERS =
RLM_CFLAGS =
RLM_LIBS =
include ../rules.mak
$(STATIC_OBJS): $(HEADERS)
$(DYNAMIC_OBJS): $(HEADERS) |
<div class="tx-test-extension">
<f:render section="main" />
</div> |
#include <iostream>
#include <fstream>
#include <algorithm>
#include "calibrate.h"
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <pthread.h>
#include <math.h>
#include <sys/types.h>
#include <dirent.h>
#include "../parameters/parameters.h"
extern "C" {
#include "../tuning/iw.h"
}
#include <map>
#i... |
#include "kptdocumentseditor.h"
#include "kptcommand.h"
#include "kptitemmodelbase.h"
#include "kptduration.h"
#include "kptnode.h"
#include "kptproject.h"
#include "kpttask.h"
#include "kptdocuments.h"
#include "kptdatetime.h"
#include "kptitemviewsettup.h"
#include "kptdebug.h"
#include <QMenu>
#include <QList>
#incl... |
#ifndef GRAPHICS_FX_H
#define GRAPHICS_FX_H
#include "video/video.h" // PlayerVisual
#include "game/game_data.h" // Player
#include "game/camera.h" // Camera
#include "video/nebu_video_types.h" // Visual
void drawImpact(int player);
void drawGlow(PlayerVisual *pV, Player *pTarget, float dim);
#endif |
package bbcodeeditor.control.actions;
import bbcodeeditor.control.Controller;
import bbcodeeditor.control.SecImage;
import bbcodeeditor.control.SecSmiley;
/**
* @author Assi Nilsmussen
*
*/
public final class AddImageAction extends HistoryAction {
/**
* the image to add
*/
private final SecImage _i... |
<?php
# Define namespace
namespace WCFE\Modules\Editor\View\Editor\Templates\Tabs\Tabs;
# Imports
use WCFE\Modules\Editor\View\Editor\Templates\Tabs\FieldsTab;
class MultiSiteOptionsTab extends FieldsTab {
/**
* put your comment there...
*
* @var mixed
*/
protected $<API key> = \WCFE\Hooks::<API... |
<?php
define('INCHARBROWSER', true);
include_once(__DIR__ . "/include/common.php");
include_once(__DIR__ . "/include/profile.php");
include_once(__DIR__ . "/include/db.php");
//converts faction values into a the string from the language file.
function FactionToString($character_value) {
global $language;
if($char... |
var elixir = require('laravel-elixir');
var gulp = require("gulp");
require('<API key>');
var bowerDir = "public/vendor/";
var lessPaths = [
bowerDir + "bootstrap/less/"
]
var templatePaths = [
"resources/assets/js/app/components/*/*.html",
];
elixir.extend("templates", function(src, base, dest) {
gulp.task... |
package com.onkiup.minedroid;
import com.onkiup.minedroid.gui.resources.*;
import com.onkiup.minedroid.gui.MineDroid;
/**
* This class is auto generated.
* Manually made changes will be discarded.
**/
public final class R {
final static String MODID = "minedroid";
public final static class id {
public... |
package thesis;
import java.io.File;
import java.io.<API key>;
import java.io.PrintWriter;
import java.io.<API key>;
import termo.component.Compound;
import termo.eos.Cubic;
import termo.eos.EquationsOfState;
import termo.eos.alpha.Alphas;
import termo.matter.Mixture;
import termo.matter.Substance;
import termo.phase.P... |
#include <QHBoxLayout>
#include <QKeyEvent>
#include <QLineEdit>
#include <QMenu>
#include <QPushButton>
#include <QMdiArea>
#include <QMdiSubWindow>
#include "FileBrowser.h"
#include "BBTrackContainer.h"
#include "ConfigManager.h"
#include "debug.h"
#include "embed.h"
#include "Engine.h"
#include "gui_templates.h"
#in... |
#include "gprocess.h"
#include "misc.h"
#include "messages.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <time.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <signal.h>
#include <stddef.h>
#incl... |
<div id="<API key>">
<fieldset>
<legend>{{ lang('<API key>') }}</legend>
<p>{{ lang('<API key>') }}</p>
<dl>
<dt><label>{{ lang('FORUM_PERTOPIC') }}{{ lang('COLON') }}</label><br/><span>{{ lang('<API key>') }}</span>
</dt>
<dd><input type="text" id="forum_... |
# -*- coding: utf-8 -*-
def mayaxes(title_string='VOID', xlabel='VOID', ylabel='VOID', zlabel='VOID', handle='VOID', \
title_size=25, ticks=7, font_scaling=0.7, background='w'):
if type(title_string) != str or type(xlabel) != str or type(ylabel) != str or type(zlabel) != str:
print('ERROR: label inputs... |
#include <QGuiApplication>
#include <QQuickView>
#include <sailfishapp.h>
int main(int argc, char *argv[])
{
QScopedPointer<QGuiApplication> application(SailfishApp::application(argc, argv));
application->setApplicationName(QStringLiteral("depecher"));
application-><API key>(QStringLiteral("Depecher"));
... |
<?php
// No direct access.
defined('_JEXEC') or die;
/**
* Items list controller class.
*/
class <API key> extends FarmappController
{
/**
* Constructor.
*
* @param array $config An optional associative array of configuration settings.
* @see JController
* @since 1.6
... |
<?php
namespace Drupal\<API key>\Suggestion;
use Drupal\Core\Render\RenderableInterface;
/**
* Defines a single autocompletion suggestion.
*/
interface SuggestionInterface extends RenderableInterface {
/**
* Retrieves the keywords this suggestion will autocomplete to.
*
* @return string|null
* The sug... |
#include "precomp.h"
#define LCDTIMING0_PPL(x) ((((x) / 16 - 1) & 0x3f) << 2)
#define LCDTIMING1_LPP(x) (((x) & 0x3ff) - 1)
#define LCDCONTROL_LCDPWR (1 << 11)
#define LCDCONTROL_LCDEN (1)
#define LCDCONTROL_LCDBPP(x) (((x) & 7) << 1)
#define LCDCONTROL_LCDTFT (1 << 5)
#define PL... |
<?php
// Protect from unauthorized access
defined('FOF_INCLUDED') or die;
/**
* Query Building Class.
*
* @package Joomla.Platform
* @subpackage Database
* @since 3.4
*/
class <API key> extends <API key>
{
} |
#include <linux/i2c.h>
#include <linux/leds.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/input.h>
#include <linux/led-lm3530.h>
#include <linux/types.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
#define LM3530_LED_DEV "lcd-backlight"
#define LM3530_NAME "lm3530-led... |
package sergio;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Calendar;
import java.util.GregorianCalendar;
//Ejercicio Metodos 18
//Realiza una clase llamada milibreria que contenga al menos cinco de los metodos realizados.
//Usalas de 3 formas diferentes... |
@import judgels.fs.FileInfo
@import org.iatoki.judgels.sandalphon.problem.programming.grading.blackbox.<API key>
@import play.api.mvc.Call
@(<API key>: Form[<API key>], <API key>: Call, testDataFiles: List[FileInfo], helperFiles: List[FileInfo])
@<API key> = @{ b3.horizontal.fieldConstructor("col-md-3", "col-md-9") }
<... |
#!/bin/sh
# Support routines for hand-crafting weird or malicious packs.
# You can make a complete pack like:
# pack_header 2 >foo.pack &&
# pack_obj <SHA1-like> >>foo.pack &&
# pack_obj <SHA1-like> >>foo.pack &&
# pack_trailer foo.pack
# Print the big-endian 4-byte octal representation of $1
uint32_octal () {
... |
#region
using System.Collections.Generic;
using System.Data;
using Albian.Persistence.Model;
#endregion
namespace Albian.Persistence.Context
{
public interface IStorageContext
{
string StorageName { get; set; }
IList<<API key>> FakeCommand { get; set; }
IDbConnection Connection { get; se... |
#include <esc/proto/socket.h>
#include <esc/stream/fstream.h>
#include <esc/stream/istringstream.h>
#include <esc/stream/ostream.h>
#include <esc/dns.h>
#include <sys/common.h>
#include <sys/endian.h>
#include <sys/proc.h>
#include <sys/thread.h>
#include <signal.h>
namespace esc {
#define <API key> 0x100
#define DN... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
<title>PushReceiver</title>
<link rel="stylesheet" href="style.css"/>
<!-- Inline scripts are forbidden in Firefox OS apps (CSP restrictions),
so we us... |
<?php /* included from <API key>::<API key> */?>
<p><?php if ($docs_sent)
printf(__('%d documents sent to translation.<br />%d are complete, %d waiting for translation.', '<API key>'),
$docs_sent, $docs_completed, $docs_waiting); ?></p>
<p><a href="admin.php?p... |
<HEAD><TITLE>rle.sp</TITLE></HEAD>
<BODY>
<HR><DIV ALIGN="center"><H1> File : rle.sp </H1></DIV><HR>
<DIV ALIGN="center">
<TABLE CELLSPACING="0" CELLPADDING="3" WIDTH="80%" SUMMARY="">
<TR>
<TD BGCOLOR="black"><SPAN STYLE="color: #00CC00">
<PRE>
$ spar rle
12W1B12W3B24W1B14W
<API key>
</PRE>
</SPAN>
</TD>
</TR>
</TABLE... |
# Install script for directory: /home/parallels/new-pi/utils
# Set the install prefix
IF(NOT DEFINED <API key>)
SET(<API key> "/usr/local")
ENDIF(NOT DEFINED <API key>)
STRING(REGEX REPLACE "/$" "" <API key> "${<API key>}")
# Set the install configuration name.
IF(NOT DEFINED <API key>)
IF(BUILD_TYPE)
STRING(RE... |
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cstring>
#include "../../Port.h"
#include "../../NLS.h"
#include "../GBA.h"
#include "../GBAGlobals.h"
#include "../GBAinline.h"
#include "../GBACheats.h"
#include "GBACpu.h"
#include "../GBAGfx.h"
#include "../GBASound.h"
#include "../EEprom.h"
#include... |
using UnityEngine;
using System.Collections;
[RequireComponent(typeof(SpriteRenderer))]
public class SpriteRandomiser : MonoBehaviour {
[System.Serializable]
public class PossibleState
{
public Sprite texture = null;
public Color color = Color.white;
};
public PossibleState[] possibl... |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... |
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Session;
using System.Threading.Tasks;
using MediaBrowser.Model.Services;
namespace MediaBrowser.Controller.Net
{
public interface ISessionContext
{
Task<SessionInfo> GetSession(object requestContext);
Task<User> GetUser(objec... |
/* About Css */
body {
-<API key>: none; /* prevent callout to copy image, etc when tap to hold */
-<API key>: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
backgroun... |
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<math.h>
#define MAX_SIZE 1010
int getarray(int a[])
{
int i=0,count;
scanf("%d",&count);
for(; i<count ; i++)
scanf("%d",&a[i]);
return count;
}
int find(int a[], int n, int val)
{
int i,true=0;
for(i=0; i<n; i++)
{
... |
<section id="options">
<?php
$terms = array();
$vid = NULL;
$vid_machine_name = '<API key>';
$vocabulary = <API key>($vid_machine_name);
if (!empty($vocabulary->vid)) {
$vid = $vocabulary->vid;
}
if (!empty($vid)) {
$terms = taxonomy_get_tree($vid);
}
?>
<ul id="filters" class="option-set ... |
package com.<API key>.borZoi;
import java.math.BigInteger;
import java.security.SecureRandom;
public class ECPrivKey {
/**
* The EC Domain Parameters
*/
public ECDomainParameters dp;
/**
* The Private Key
*/
public BigInteger s;
/**
* Generate a random private key with ECDom... |
#include <sstream>
#include <gdk/gdkkeysyms.h>
#include <libgtkworkbook/workbook.h>
#include <proactor/Proactor.hpp>
#include <proactor/Event.hpp>
#include <network/Tcp.hpp>
#include "Realtime.hpp"
using namespace realtime;
/* @description: This method creates a filename with the prefix supplied and
uses the pid of ... |
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http:
<channel>
<title>postmodernism - apathy</title>
<link>http://machines.plannedobsolescence.net/149-2007/taxonomy/term/72/0</link>
<description></description>
<language>en</language>
<item>
<title>Postmodern Political Apathy</title>
<link>htt... |
#ifndef __WS2SAN_H
#define __WS2SAN_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#pragma pack(push,4)
#include <winsock2.h>
#include "ntddk.h"
#define WSPAPI STDCALL
/* FIXME: Unknown definitions */
typedef PVOID LPWSPDATA;
typedef PDWORD LPWSATHREADID;
typedef PVOID LPWSPP... |
package java.util.concurrent.atomic;
/**
* An {@code <API key>} maintains an object reference
* along with a mark bit, that can be updated atomically.
*
* <p>Implementation note: This implementation maintains markable
* references by creating internal objects representing "boxed"
* [reference, boolean] pairs.
*
... |
(function ($) {
$(document).ready(function(){
$("#edit-title-0-value").change(update);
$("#<API key>").click(update);
$("#<API key>").change(update);
$("#<API key>").change(update);
$("#<API key>").change(update);
$("#<API key>").change(update);
$("#<API key>").change(update);
$("#<API key>").change(u... |
<?php
/**
* @package WordPress
* @subpackage <API key>
* @since HTML5 Reset 2.0
Template Name: Groups
*/
get_header(); ?>
<div class="content-background">
<div id="content-wrap">
<div class="grid">
<div class="col col-1-4">
<?php wp_nav_menu( array('menu' => 'Groups Menu', 'container_cl... |
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
namespace Caixa.Properties
{
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</sum... |
#ifndef <API key>
#define <API key>
#include "ardour/types.h"
#include "ardour/<API key>.h"
namespace ARDOUR
{
class LIBARDOUR_API TransportAPI
{
public:
TransportAPI() {}
virtual ~TransportAPI() {}
private:
friend struct TransportFSM;
virtual void locate (samplepos_t, bool with_roll, bool with_flu... |
#ifndef <API key>
#define <API key>
#include "Define.h"
#include <list>
#include "Object.h"
#include "GameObject.h"
#include "CreatureAI.h"
class GameObjectAI
{
protected:
GameObject* const go;
public:
explicit GameObjectAI(GameObject* g) : go(g) {}
virtual ~GameObjectAI() {}
vir... |
#ifndef BROWSER_H
#define BROWSER_H
#include <QList>
#include <QMailAddress>
#include <QMap>
#include <QString>
#include <QTextBrowser>
#include <QUrl>
#include <QVariant>
class QWidget;
class QMailMessage;
class QMailMessagePart;
class Browser: public QTextBrowser
{
Q_OBJECT
public:
Browser(QWidget *parent = 0... |
#pragma once
#ifndef TRACK_METADATA_HPP
#define TRACK_METADATA_HPP
#include "track_identifier.hpp"
namespace ts
{
namespace resources
{
class Track_handle;
struct Track_metadata
{
Track_identifier identifier;
utf8_string gamemode;
};
Track_metadata... |
package edu.stanford.nlp.time;
import java.io.Serializable;
import java.util.Calendar;
import java.util.Map;
import java.util.regex.Pattern;
import edu.stanford.nlp.util.Pair;
import org.w3c.dom.Element;
public class Timex implements Serializable {
private static final long serialVersionUID = 385847729549981302L;
/... |
#include "<API key>.h"
#include "plugin/device.h"
#include "devicemanager.h"
#include <QDebug>
#include <QJsonDocument>
#include <QVariantMap>
#include <QDateTime>
DeviceClassId <API key> = DeviceClassId("<API key>");
ActionTypeId <API key> = ActionTypeId("<API key>");
StateTypeId <API key> = StateTypeId("<API key>");
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.