answer stringlengths 15 1.25M |
|---|
#ifndef <API key>
#define <API key>
#include "parser\expression\parser-expression.hpp"
#include "base\generic-constants.hpp"
// Base operator node
class <API key> : public ParserExpression {
public:
<API key> (std::vector<ParserNode*>* arguments,
CompareOperators compare_op);
Compar... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_07) on Sat Jul 08 14:29:49 BST 2006 -->
<TITLE>
Uses of Class com.alvermont.terraj.fracplanet.MeshStats
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javasc... |
<?
require_once("include/nav.php");
nav_start_admin();
$crumb = array(
"Zoning and Planning (Land)" => "http://land.pennsicwar.org/",
"Land Admin" => "admin.php",
);
nav_head( "View Kingdoms", $crumb );
nav_admin_menu(); // special Admin menu nav
nav_admin_leftnav(); // special Admin left nav
nav_right_begi... |
package org.owasp.benchmark.testcode;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/BenchmarkTest02465")
publ... |
/*
* Interface wrapper code.
*
* Generated by SIP 4.16.9
*/
#include "sipAPI_moogli.h"
#line 817 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/moogli.sip"
#include "view/Viewer.hpp"
#line 12 "/home1/dilawars/Work/GITHUB/BhallaLab/moogli/moogli/bin/sip/sip_moogliViewer.cpp"
#line 32 "/usr/share/sip/Py... |
<!DOCTYPE html PUBLIC "-
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="functions_0.js"></script>
<script type="text/javascri... |
#include "Common.h"
#include "Transports.h"
#include "MapManager.h"
#include "ObjectMgr.h"
#include "Path.h"
#include "WorldPacket.h"
#include "Database/DBCStores.h"
#include "ProgressBar.h"
void MapManager::LoadTransports()
{
QueryResult *result = WorldDatabase.Query("SELECT entry, name, period FROM transports");
... |
-- A2Billing database - update database schema - v1.2.2 to update to v1.2.3
/*
To create the database :
mysql -u root -p"root password" < UPDATE-a2billing-v1.2.2-to-v1.2.3-mysql.sql
*/
-- inital balance : it would be used by the cron in order to refill automatically each month
ALTER TABLE cc_card ADD COLUMN initialbala... |
// C++ interface to dwfl
// This file is part of systemtap, and is free software. You can
// redistribute it and/or modify it under the terms of the GNU General
// later version.
#ifndef DWFLPP_H
#define DWFLPP_H
#include "config.h"
#include "dwarf_wrappers.h"
#include "elaborate.h"
#include "session.h"
#include "unor... |
#!/usr/bin/env python
import freenect
import cv
from misc.demo import frame_convert
cv.NamedWindow('Depth')
cv.NamedWindow('RGB')
keep_running = True
def display_depth(dev, data, timestamp):
global keep_running
cv.ShowImage('Depth', frame_convert.pretty_depth_cv(data))
if cv.WaitKey(10) == 27:
keep_... |
<HTML>
<HEAD>
<META NAME="generator" CONTENT="ISE EiffelStudio version 15.01.9.6535 GPL Edition - linux-x86-64">
<meta name="description" content="Summary description for {SENSOR_TYPE}."/>
<meta name="author" content=""/>
<meta name="date" content="$Date$"/>
<meta name="keywords" content="Eiffel class"/>
<meta name="ke... |
package forestry.api.storage;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.common.eventhandler.Cancelable;
/**
* Use @SubscribeEvent on a method taking this event as an argument. Will fire whenever a backp... |
<div class="comment_holder" id="comments">
<?php if ( <API key>() ) : ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'qode' ); ?></p>
</div><!-- #comments -->
<?php
return;
endif;
?>
<?php if ( have_comments() ) : ?... |
#primaryNav {
margin: 0;
float: left;
width: 100%;
}
#primaryNav #home {
display: block;
float: none;
background: #ffffff url('images/L1-left.png') center bottom no-repeat;
position: relative;
z-index: 2;
padding: 0 0 30px 0;
}
#primaryNav li {
float: left;
background: url('i... |
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Gives us an area to ensure known compatibility issues with our settings organization by giving us a hook to manage
* and alter hooks and filters that are being run against our primary settings array.
*
* @since 2.11.3
*/
add_actio... |
<?php
class GCurl extends JObject
{
} |
package org.spider.corpus.tools.subject;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.ansj.app.keyword.KeyWordComputer;
import org.ansj.app.keyword.Keyword;
import org.an... |
# This software may be used and distributed according to the terms of the
# hgweb/request.py - An http request from either CGI or the standalone server.
# This software may be used and distributed according to the terms of the
from __future__ import absolute_import
import cgi
import errno
import socket
from .. import p... |
<!DOCTYPE HTML PUBLIC "-
<html>
<head>
<title>Mastermind</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../stylesheets/styles.css">
</head>
<body>
<div id="list">
<p><strong>Definitions:</strong></p>
<ul>
<li>Master - Selects secret co... |
FCKConfig.<API key> = '' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaStyles = '' ;
FCKConfig.<API key> = '' ;
FCKConfig.DocType = '' ;
FCKConfig.BaseHref = '' ;
FCKConfig.FullPage = false ;
// The following option determines whether the "Show Blocks" feature is enable... |
package Classes::MAIL;
our @ISA = qw(Monitoring::GLPlugin::TableItem);
use strict;
use List::MoreUtils qw(natatime);
use Date::Manip;
use Encode qw(decode);
our $AUTOLOAD;
sub new {
my $class = shift;
my $raw_text = shift;
my $self = {
attachments => [],
};
bless $self, $class;
my $stderrvar;
*SAVEERR... |
\chapter{States and functions of the system}\label{cha:stat-funct-syst}
\section{Initial state}\label{sec4:initial-state}
\section{State ``Preparations''}\label{sec4:state-preparations}
\subsection{Properties}\label{sec4:properties}
\subsection{Transitions}\label{sec4:transitions}
\section{State ``Ready for opening''}\... |
#include "www_files.h"
// THIS FILE IS AUTOMATICALLY GENERATED.
// MODIFY sources/mkCfiles.py INSTEAD OF THIS.
static const unsigned char gears_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x96, 0x00, 0x00, 0x00, 0x96, 0x08, 0x06, 0x... |
public class HelloTeaWorld {
/* @param args */
public static void main(String[] args) {
System.out.println("Hello Tea World !");
System.out.println("Here is a-Tea-Timer-4-U.");
}
} |
#pragma once
#include <boost/shared_ptr.hpp>
#include "CollectionDto.h"
#include "Order/OrderLine.h"
#include "PosApi.h"
class POSLIB_API Collection
{
public:
virtual ~Collection() = 0;
public:
virtual OrderLine::IdOpt StableAdd(const Order::Id&, const OrderLinePtr&);
virtual void StableRemove(const Order::... |
\hypertarget{classItem__int}{
\section{Item\_\-int Class Reference}
\label{classItem__int}\index{Item\_\-int@{Item\_\-int}}
}
Inheritance diagram for Item\_\-int:\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[height=5.000000cm]{classItem__int}
\end{center}
\end{figure}
\subsection*{Public Member Function... |
#ifndef WOLF_CRYPT_PORT_H
#define WOLF_CRYPT_PORT_H
#include <wolfssl/wolfcrypt/visibility.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef USE_WINDOWS_API
#ifdef WOLFSSL_GAME_BUILD
#include "system/xtl.h"
#else
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#end... |
<?php
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content', 'page' ); ?>
<?php
// If comments are... |
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
jimport( 'joomla.application.component.view');
/**
* HTML View class for the EventList View
*
* @package Joomla
* @subpackage EventList
* @since 0.9
*/
class <API key> extends JView
{
/**
* Creates the Simple List View
*
... |
#ifndef <API key>
#define <API key>
#include "ObjectGridLoader.h"
#include "UpdateData.h"
#include <iostream>
#include "Corpse.h"
#include "Object.h"
#include "AreaTrigger.h"
#include "DynamicObject.h"
#include "GameObject.h"
#include "Player.h"
#include "Unit.h"
#include "CreatureAI.h"
#include "Spell.h"
#include "Wor... |
<?php
namespace oat\taoQtiItem\model\qti\attribute;
/**
* The Data attribute
*
* @access public
* @author Sam, <sam@taotesting.com>
* @package taoQTI
*/
class Data extends Attribute
{
protected static $name = 'data';
protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\QtiString';
protecte... |
<?php
class View
{
protected $_name = null;
protected $_data = array();
/**
* @param $name
* @param array $data
* @return View
*/
public static function factory($name, $data = array())
{
return new View($name, $data);
}
public static function exists( $name )
{... |
<?php
$setting = new PHPurchaseSetting();
$cardTypes = array('Visa' => 'Visa', 'Mastercard' => 'Mastercard', 'Discover' => 'Discover', 'American Express' => 'Amex');
// Set up the PayPal object
$settingsOk = true;
$mode = SANDBOX ? 'TEST' : 'LIVE';
try {
$pp = new PHPayPal($mode);
}
catch(Exception $e) {
$settingsO... |
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <glib.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/sdp.h>
#include <bluetooth/sdp_lib.h>
#include "log.h"
#include "gdbus.h"
#include "glib-helper.h"
#include "dbus-common.h"
#include "btio.h"
#include "storage.h"
#include "att.h"
#... |
<!DOCTYPE html>
<html xmlns:th="http:
th:with="lang=${#locale.language}" th:lang="${lang}">
<head th:replace="fragments/head :: head(title='Login ~ Contacto')">
</head>
<body id="bootstrap-overrides">
<div th:replace="fragments/menu :: menu"></div>
<main class="container">
<section class="container fill... |
%; whizzy-master ../<API key>.tex
% M-x whizzytex whizzytex
%
\santaku
{FSFDebian Project?}
{h-node.org}
{wiki.debian.org/Hardware}
{openbenchmarking.org}
{A}
{sourceforge.jphttp://sourceforge.jp/magazine/14/09/11/062900 FSFmainDebian}
\santaku
{Debconf14}
{900}
{300}
{1000}
{B}
{300Debconf13290Debconf12176Debconf1133... |
(function() {
'use strict';
angular.module('bonitasoft.designer.editor.properties-panel', [
'bonitasoft.designer.templates',
'bonitasoft.designer.editor.common',
'bonitasoft.designer.common.filters',
'bonitasoft.designer.common.repositories',
'gettext',
'ui.bootstrap'
]);
})(); |
<?
<?
require_once('../include/sessioninfo.php');
require_once('../include/common.php');
require_once('../include/config.php');
require_once('../include/db_functions.php');
?>
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Do... |
@import url(//fonts.googleapis.com/css?family=Cantarell:400,700);
/* Include Default Variables & Mixins */
/* End Variables & Mixins */
/* line 13, ../scss/<API key>.scss */
.zone-user-wrapper {
position: fixed;
z-index: 200; }
/* line 20, ../scss/<API key>.scss */
#region-user-second {
background-color: transpar... |
<?php
// No direct access.
defined('_JEXEC') or die();
$params = JComponentHelper::getParams('com_quick2cart');
$currencies = $params->get('addcurrency');
$curr = explode(',',$currencies);
$mediaCount = !empty($this->getMediaDetail)?count($this->getMediaDetail) -1 :0;
$mediaDetail = !empty($this->getMediaDetail) ? $thi... |
html, body, header, .nav, footer, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbo... |
package com.application.areca.adapters;
import java.io.File;
import java.io.IOException;
import java.util.Iterator;
import com.application.areca.AbstractTarget;
import com.application.areca.<API key>;
import com.application.areca.ConfigurationSource;
import com.application.areca.TargetGroup;
import com.application.arec... |
<!DOCTYPE html>
<html>
<head>
<title>WikiLeaks Cables - 9101</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<div class="container">
<p>9101, 7/1/2003 13:58, 03AMMAN3987, Embassy Amman, UNCLASSIFIED, , This record is a partial extract of the original cable. The full text of t... |
#ifndef EDGE_H
#define EDGE_H
#include<iostream>
#include<QString>
#include<QGraphicsWidget>
#include<QPainter>
#include<QGraphicsLineItem>
#include<qmath.h>
#include<QRectF>
#include<QPainterPath>
#include"node.h"
class Edge : public QGraphicsWidget
{
Q_OBJECT
friend class VisualGraph;
public:
/*setters*/
... |
group_C: Anton Repko, Deni Vale, Noemi Rocco, Angela Mecca
===
Makefile: contains commands for compiling the programs
- command "make" will compile all
mtrx_test.c: diagonalization of a random matrix with LAPACK routine dsyevr
- compilation on Mac needs addition of "-llapack" in makefile
sho.c: implementation of spheri... |
#pragma once
typedef enum
{
<API key>, <API key>
} timerConfig_t;
typedef struct
{
uint8_t hwIndex;
struct
{
timerConfig_t config;
uint16_t hz;
uint32_t resolution;
// only input mode
bool ccEvent;
uint16_t capture;
} param;
} hwTimer_t;
extern hwTimer... |
using CgfConverter.CryEngineCore;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CgfConverterTests.Unit_Tests
{
[TestClass]
public class ColladaUnitTests
{
[TestMethod]
public void <API key>()
{
Material mat = new Material();
}
}
} |
require File.expand_path(File.join(File.dirname(__FILE__), "..", "support", "paths"))
# These are default commands
Given /^I am on (.+)$/ do |page_name|
visit path_to(page_name)
end
When /^I go to (.+)$/ do |page_name|
visit path_to(page_name)
end
When /^I press "([^\"]*)"$/ do |button|
click_button(button)
end
W... |
#ifndef _MDSLOG_H_
#define _MDSLOG_H_
struct slm_progress {
uint64_t cur_batchno;
uint64_t cur_xid; /* journal xid of update */
uint64_t sync_xid; /* on disk */
struct pfl_waitq waitq;
psc_spinlock_t lock;
void *prg_handle;
void ... |
# !/usr/bin/python3
# -*- coding: utf-8 -*-
import json
import os
from typing import Optional, List, Tuple, Dict, Union
from models.literalConstants import LiteralConstants
class FileProcessing:
BASE_PATH: str = os.getcwd() + "/"
def __init__(self, path: str, file_type: LiteralConstants.FileType) -> None:
... |
#define TEST_SUITE_NAME "/lib/vfs"
#include "tests/mctest.h"
#include "lib/strutil.h"
#include "lib/vfs/xdirentry.h"
#include "lib/vfs/path.c" /* for testing static methods */
#include "src/vfs/local/local.c"
struct vfs_s_subclass test_subclass1, test_subclass2, test_subclass3;
struct vfs_class vfs_test_ops1, vf... |
# -*- coding: UTF-8 -*-
from django import forms
from django.conf import settings
from django.contrib.auth.models import User
from django.contrib.sites.models import Site
from registration.forms import <API key>
from django.utils.translation import ugettext_lazy as _
from geonode.maps.models import Contact
from registr... |
'use strict';
var meta = require('../meta'),
user = require('../user'),
topics = require('../topics'),
emitter = require('../emitter'),
websockets = require('./'),
SocketMeta = {
rooms: {}
};
SocketMeta.reconnected = function(socket, data, callback) {
if (socket.uid) {
topics... |
<?php
// Route::get('/', function () {
// return view('welcome');
Route::group(['namespace' => 'API'], function(){
Route::get('/', function () {
return 'Welcome!!!, see API documentations in ...';
});
Route::resource('auth', '<API key>, ['only' => ['store']]);
}); |
#include<iostream>
using namespace std;
int main()
{
//Declare variables
double length, width, depth,
volume, perimeter, <API key>;
//Assign first line of data in chart to variables
length = 25;
width = 10;
depth = 5.0;
cout << "Length\tWidth\tDepth\tPerimeter\tVolume\t\t"
"Undergrou... |
\file moduleLoader.cpp
#include "logger/logger-v1.hpp"
#include "moduleLoader.hpp"
#include "utils/fileUtils.hpp"
#if !defined(_WIN32) // POSIX module loader
#include <dlfcn.h>
typedef void* <API key>;
#define _Wolframe_DLL_CLOSE(x) dlclose( x )
#else // Win32 module loader
#define WIN32_MEAN_AND_... |
#ifndef <API key>
#define <API key>
#include "dialogcommand.h"
// CLASS <API key>
// A dialog used for setting dialog box options (messages).
namespace Ui {
class <API key>;
}
class <API key> : public DialogCommand
{
Q_OBJECT
public:
explicit <API key>(EventCommand *command = nullptr,
QStandardItemMod... |
package de.uni_potsdam.hpi.asg.delaymatch.io;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
@XmlAccessorType(XmlAccessType.NONE)
public class ToolConfig {
@XmlElement(required = true)
public RemoteInvocation designC... |
<div up-follow up-expand up-reveal="false"
class="flex relative items-start py-4 hover:bg-gray-200 border-b-2 border-gray-200">
@if ($discussion->isPinned())
<div
class="text-xs absolute left-0 w-6 h-6 rounded-full text-white bg-blue-700 flex items-center justify-center border-white border-2 shadow-... |
from tcaxPy import *
def tcaxPy_Init():
# some common pre-defined global values
global fontSize # as name implies
global resX # horizontal resolution
global resY # vertical resolution
global marginX # horizontal margin
global marginY # vertical margin
global spacing ... |
package ch.retomerz.jbincmp.tests.java6.jar1;
public final class <API key> {
} |
#include <sys/poll.h>
#include <unistd.h>
#include <wayland-client.h>
#include <wayland-cursor.h>
#include <string/stdstring.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef HAVE_EGL
#include <wayland-egl.h>
#endif
#ifdef HAVE_VULKAN
#include "../common/vulkan_common.h"
#endif
#ifdef HAVE_EGL
#include ".... |
from .header_array import HeaderArrayObj
from .har_file import HarFileObj
from .har_file_io import HarFileIO
from .sl4 import SL4
name = "harpy" |
import { Injectable } from '@angular/core';
import { BaseScheduler } from './base-scheduler';
@Injectable()
export class Scheduler implements BaseScheduler {
public async sleepAsync(milliseconds: number): Promise<void> {
return new Promise((resolve) => setTimeout(resolve, milliseconds));
}
public as... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
... |
# This file is app/controllers/about_controller.rb
class AboutController < <API key>
def contact
#variables of the current contact options
#xmpp
xmpp_account = "jabber@aetherbrueder.de"
#email/gpg
email = "token@posteo.eu"
id = "0xFB8999CD"
created = "2014-01-16"
expires = "2015-01-16... |
#include "settingwidget.h"
#include <QDebug>
#include <QStackedLayout>
#include "../setting/settinglistview.h"
#include "../setting/settingmodel.h"
#include "../setting/settingdelegate.h"
SettingWidget::SettingWidget(/*QStringList cpulist, QString cpu, */QString cur_desktop, /*bool has_battery, */QWidget *parent) :
... |
package org.icgc.dcc.etl.indexer.cli;
import org.icgc.dcc.etl.indexer.model.DocumentType;
import com.beust.jcommander.IStringConverter;
public class <API key> implements IStringConverter<DocumentType> {
@Override
public DocumentType convert(String value) {
return DocumentType.byName(value);
}
} |
<?php
/**
@page list2fasta
*/
require_once(dirname($_SERVER['SCRIPT_FILENAME'])."/../Common/all.php");
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
//parse command line arguments
$parser = new ToolBase("gaps2primers", "Converts text input format to FASTA.");
$parser->addInfile("in", "Input gaps BED f... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from music21 import *
import os
import sys
localcorpus=os.getcwd()+'/localcorpus/'
localXML='mikro'+str(sys.argv[1])+'.xml'
localfile=localcorpus+localXML
MIKRO=converter.parse(localfile)
MIKRO.show('lily.pdf') |
import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component';
import { RouterTestingModule } from '@angular/router/testing'
describe('AppComponent', () => {
beforeEach(async(() => {
TestBed.<API key>({
declarations: [
AppComponent
],
imports: [
... |
/* File: httrack.c subroutines: */
/* robots.txt (website robot file) */
/* Internal engine bytecode */
#define <API key>
/* specific definitions */
#include "htscore.h"
#include "htsbase.h"
#include "htslib.h"
/* END specific definitions */
#include "htsrobo... |
def somaBin(bin1,bin2):
resto = 0
for e in range(7, -1, -1):
somado[e] = bin1[e] + bin2[e] + resto
if somado[e] > 1:
if somado[e] == 2:
resto = 1
somado[e] -= 2
elif somado[e] == 3:
resto = 1
somado[e] -= 2
... |
from . import mp2
from .mp2 import RMP2 |
<div id="iqqiThaHome" class="iqqiEnHome">
<div id="iqqiFirstLine" class="<API key>">
<div id="FirstLineKey_0" class="Line5Col11KeyNormal"></div>
<div id="FirstLineKey_1" class="Line5Col11KeyNormal"></div>
<div id="FirstLineKey_2" class="Line5Col11KeyNormal"></div>
<div id="FirstLineK... |
package gate.creole.orthomatcher;
/**
* RULE #10: is one name the reverse of the other
* reversing around prepositions only?
* e.g. "Department of Defence" == "Defence Department"
* Condition(s): case-sensitive match
* Applied to: organisation annotations only
*/
public class MatchRule10 implements OrthoMatcherRu... |
#include "SCBase.h"
#include "PyrSymbolTable.h"
#include "clz.h"
#include <stdlib.h>
#include <string.h>
#include "InitAlloc.h"
#include "VMGlobals.h"
#include "Hash.h"
SC_DLLEXPORT_C PyrSymbol* getsym(const char *name)
{
PyrSymbol* symbol = gMainVMGlobals->symbolTable->Make(name);
if (!symbol) {
fprint... |
<?php
namespace Sethorax\Fluidloader\Service;
use Sethorax\Fluidloader\Backend\<API key>;
use Sethorax\Fluidloader\Parser\TemplateParser;
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
/**
* Class <API key>
*/
class <API key> implements SingletonInterface
{
/**
* @var array... |
package com.shatteredpixel.<API key>.levels;
import com.shatteredpixel.<API key>.Assets;
import com.shatteredpixel.<API key>.Bones;
import com.shatteredpixel.<API key>.actors.Actor;
import com.shatteredpixel.<API key>.actors.mobs.npcs.Imp;
import com.shatteredpixel.<API key>.items.Heap;
import com.shatteredpixel.<API k... |
package main
import (
"flag"
"github.com/harunyasar/commandify/control"
"os"
"strings"
"fmt"
)
func execute(flag string) bool {
commands := map[string]interface{}{
"next": control.Next,
"previous": control.Previous,
"pause": control.Pause,
"play": contr... |
var <API key> =
[
[ "IS_PWR_CLEAR_FLAG", "<API key>.html#<API key>", null ],
[ "IS_PWR_GET_FLAG", "<API key>.html#<API key>", null ],
[ "PWR_FLAG_PVDO", "<API key>.html#<API key>", null ],
[ "PWR_FLAG_SB", "<API key>.html#<API key>", null ],
[ "PWR_FLAG_WU", "<API key>.html#<API key>", null ]
]; |
package com.StudentskaSluzba.backend.web.rest.dto;
import java.io.Serializable;
import javax.validation.constraints.*;
public class <API key> implements Serializable {
private static final long serialVersionUID = 1L;
@NotNull
@Size(min = 6, max = 32)
@Pattern(regexp = "^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[0... |
package com.ubershy.streamsis.networking.clients;
import java.io.IOException;
import java.net.ConnectException;
import java.net.URI;
import java.security.MessageDigest;
import java.security.<API key>;
import java.util.Base64;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
im... |
import ts from 'typescript';
import { Property } from '../Components/Property';
import { ComponentFactory } from './ComponentFactory';
export namespace PropertyFactory {
export function create(signature: ts.Symbol, namedDeclaration: ts.NamedDeclaration, checker: ts.TypeChecker): Property {
const result: Pro... |
html{min-width: 320px;}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
body{font-family: 'Open Sans',sans-serif;}
a{text-decoration:none;}
strong{font-weight: 700}
a,p,h1,h2,h3,h4,a[href],input,textarea,span{font-family: 'Open Sans', sans-serif}
.clear{cle... |
# Changelog for the fact-tools
# Version 1.1.2 -- 11.10.2019
* Better error message for broken FITS files
* Allow only skipping empty files in FileListMultiStream
# Version 1.1.2 -- 17.12.2018
* Fix reading of uncompressed values from zfits heap tiles (Issue #389)
Before, the same value was repeated for every row in ... |
package main.java.web;
/**
* POJO representing information that each client can send to the server.
*/
public class ClientInput {
private String name;
private String message;
private boolean up = false;
private boolean down = false;
private boolean left = false;
private boolean right = false;
... |
#endregion
namespace gitter.Git.AccessLayer
{
using System;
public sealed class ArchiveParameters
{
public string Remote { get; set; }
public string Tree { get; set; }
public string OutputFile { get; set; }
public string Format { get; set; }
public string Path { get; ... |
#include <stdio.h>
#include <stdint.h>
//Q: when does 500 * 500 / 500 not equal 500?
//A: When its a 8bit integer!
int main()
{
uint8_t a = 1, b = 2;
a=500*500/500;
b = 500 * 500;
b = b / 500;
printf("the 8 bit answer of 500 * 500 / 500 = %d\n", a);
printf("The 8 bit answ... |
package com.alejandros.movementsound;
import android.app.Application;
import android.test.ApplicationTestCase;
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
} |
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Code/Dev/appNativa/source/rareobjc/../rare/core-table_and_tree/com/appnativa/rare/ui/table/aDataItemTableModel.java
#ifndef <API key>
#define <API key>
@class IOSClass;
@class IOSIntArray;
@class IOSObjectArray;
@class RAREColumn;
@class <API key>;
@cla... |
// Project ProjectForge Community Edition
// This community edition is free software; you can redistribute it and/or
// This community edition is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
package org.projectforge.web.core;
import java.uti... |
<?php
/* SFORM Extender for NPDS Contact Example . */
/* This program is free software. You can redistribute it and/or modify */
/* Dont modify this file if you dont know what you make */
global $ModPath, $ModStart;
$sform_path='modules/sform/';
include_once($sform_path.'sform... |
#include <Sockets/CrcSocket.h>
#include <Instances/Common.h>
#include <System/Error_Handler.h>
/**
* Calls the CRC-Engine and returns a 8-bit CRC, which is
* simply the truncation of the 32-bit result.
* !! dataLen MUST BE DIVIDABLE BY 4 !!
* Params:
* data: pointer to array
* dataLen: size of the Array in bytes
... |
#region using
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using ZkData;
#endregion
namespace LobbyClient
{
class Talker: IDisposable
{
... |
<?php /*%%SmartyHeaderCode:<API key>%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'<SHA1-like>' =>
array (
0 => 'C:\\xampp\\htdocs\\prestashop1\\admin120uo4kbc\\themes\\default\\template\\controllers\\modu... |
package iceandshadow2.nyx.items;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.Entity;
import net.minecraft.item.EnumRarity;
import net.m... |
#!/bin/bash
. $(dirname "$0")/init.sh
# This test script calls walk on an archive not in the current directory,
# to check if the directory changes work out.
ARCHIVE='test.tar'
cd_tmpdir
echo foo > foo-file
tar -cf $ARCHIVE foo-file
rm -f foo-file
prepare_subshell <<SH
# We're now inside the unpacked archive.
# Ch... |
package com.minecolonies.coremod.tileentities;
import com.minecolonies.api.colony.IColony;
import com.minecolonies.api.colony.IColonyManager;
import com.minecolonies.api.colony.IColonyView;
import com.minecolonies.api.inventory.container.ContainerField;
import com.minecolonies.api.tileentities.<API key>;
import com.min... |
#include <QByteArray>
#include <QBitArray>
#include "communicator.h"
static const QByteArray answerConnect = QByteArray("\x30\x30\x0D\x0A");
static const QByteArray answerAuthenticate = QByteArray("\x30\x32\x0d\x0a");
static const QByteArray answerDisconnect = QByteArray("\x30\x30\x0D\x0A");
communicator::communicator(... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.