answer stringlengths 15 1.25M |
|---|
<?php
namespace Tests\unit\Composer\Read\Register;
use ModbusTcpClient\Packet\ModbusFunction\<API key>;
use ModbusTcpClient\Composer\Read\Register\<API key>;
use PHPUnit\Framework\TestCase;
class <API key> extends TestCase
{
public function testGetSize()
{
$address = new <API key>(1, true);
$thi... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title></title>
<link rel="stylesheet" href="css/my-css.css" media="screen" type="text/css" />
</head>
<body>
<img src="http://<API key>.prvalue.cn/img/p25.png"... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.google.code.play2.spm.routes.<API key> (Play! 2.x Source Position Mappers 1.0.0-beta8 API)</title>
<link rel="stylesheet" type="tex... |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<h3>
</h3><!-- cellpadding="2" cellspacing="0" -->
<table style="width:100%;" border="1">
<tbody>
<tr>
<td>
<h3>1</h3>
</td>
<td>
... |
package org.valuereporter.observation;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import... |
package com.lee.game;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.View;
im... |
<?php
namespace Obj;
class Encoder {
private $key;
private $cipher;
private $mode;
/**
*
* args - array(
* 'hash' => hash method
* 'key' => path to private key
* 'encrypt' => encryption method
* )
*/
public function __construct($key, $cipher = MCRYPT_RIJND... |
using System;
using System.Globalization;
using System.Resources;
using System.Diagnostics;
using System.Reflection;
namespace Routrek.SSHC
{
<summary>
StringResource ÌTvÌà¾Å·B
</summary>
internal class StringResources {
private string _resourceName;
private ResourceManager _res... |
# Internet Exchange
An Internet exchange point, also known as IX or IXP, is an infrastructure
through which autonomous systems exchange traffic. An IX can be a single local
LAN or it can be spread across multiple locations.
## In Peering Manager
Inside Peering Manager, you create an Internet exchange to then create one... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace pool
{
static class Program
{
<summary>
</summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
... |
package io.react2.scalata.exporters
import com.mongodb.{WriteConcern, BulkWriteOperation, BasicDBObject, MongoClient}
import io.react2.scalata.Context
import io.react2.scalata.plugins.Plugin
import scala.util.control.NonFatal
/**
* @author dbalduini
*/
class MongoExporter(val args: Plugin.Args) extends Exporter {
v... |
package org.cobbzilla.util.jdbc;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class DbUrlUtil {
public static final Pattern JDBC_URL_REGEX = Pattern.compile("^jdbc:postgresql:
public static String setDbName(String url, String dbName) {
final Matcher matcher = JDBC_URL_REGEX.mat... |
#ifndef GROUPCHATFORM_H
#define GROUPCHATFORM_H
#include <QLabel>
#include <QWidget>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QGridLayout>
#include <QTextEdit>
#include <QScrollArea>
#include <QTime>
#include "widget/tool/chattextedit.h"
#include "ui_widget.h"
// Spacing in px inserted when the author of... |
'use strict';
var fs = require('fs');
var path = require('path');
var util = require('util');
var dbg = require('debug');
// process.env.TABTAB_DEBUG = process.env.TABTAB_DEBUG || '/tmp/tabtab.log';
var out = process.env.TABTAB_DEBUG ? fs.createWriteStream(process.env.TABTAB_DEBUG, { flags: 'a' }) : null;
module.export... |
<!doctype html public "-
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $<API key></title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style... |
<?php
/**
* This is the model class for table "product_type".
*
* The followings are the available columns in table 'product_type':
* @property string $product_type_id
* @property string $<API key>
* @property string $name
* @property string $created
*
* The followings are the available model relations:
* @pr... |
from changes.api.serializer import Crumbler, register
from changes.models.node import Cluster
@register(Cluster)
class ClusterCrumbler(Crumbler):
def crumble(self, instance, attrs):
return {
'id': instance.id.hex,
'name': instance.label,
'dateCreated': instance.date_creat... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>20130925</title>
<style type="text/css">
.visiNone
{
display: none;
}
.hide
{
visibility: hidden;
}
.block
{
display: block;
}
... |
require 'pad_utils'
require_relative '../template/test'
# Test name
test_name = "ZipExtractZip"
class ZipExtractZipTest < Test
def prepare
# Add test preparation here
end
def run_test
PadUtils.extract_zip("fixtures/archive.zip", "results/extracted")
if !PadUtils.file_exist?("results/extracted/penguin0... |
package hu.scelight.gui.page.replist.column.impl;
import hu.scelight.gui.icon.Icons;
import hu.scelight.gui.page.replist.column.BaseColumn;
import hu.scelight.sc2.rep.repproc.RepProcessor;
import java.util.Date;
/**
* Replay date column.
*
* @author Andras Belicza
*/
public class DateColumn extends BaseColumn< Date... |
"""Tests for the CSRF helper."""
import unittest
import mock
import webapp2
import webtest
from ctc.helpers import csrf
from ctc.testing import testutil
MOCKED_TIME = 123
# Tests don't need docstrings, so pylint: disable=C0111
# Tests can test protected members, so pylint: disable=W0212
class CsrfTests(testutil.CtcTest... |
<!DOCTYPE HTML PUBLIC "-
<HTML
><HEAD
><TITLE
>dblink_cancel_query</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 9.2.8 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="dblink"
HREF="... |
import AutoLaunch from 'auto-launch';
import {app} from 'electron';
function shouldQuitApp(cmd) {
if (process.platform !== 'win32') {
return false;
}
const squirrelCommands = ['--squirrel-install', '--squirrel-updated', '--squirrel-uninstall', '--squirrel-obsolete'];
return squirrelCommands.includes(cmd);
}... |
package modelo.formularios;
import controlador.dbConnection;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JOptionPane;
public class Interfaz_Factura {
private final dbConnection myLink = new dbCo... |
# Makefile for Tutorials
SHELL := /bin/bash
# You can set these variables from the command line.
TUTORIAL_OUTPUT_DIR = build
<API key> = ../allennlp-website
.PHONY: help
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " build to clean and build all the tutorials"
@echo ... |
#! /bin/bash
# Runs the linters against dendrite
# The linters can take a lot of resources and are slow, so they can be
# configured using two environment variables:
# - `<API key>` - number of concurrent linters to run,
# gometalinter defaults this to 8
# - `<API key>` - if set then the the go gc will be disabled
# ... |
package com.ihtsdo.snomed.model.xml;
import java.sql.Date;
import javax.xml.bind.annotation.XmlRootElement;
import com.google.common.base.Objects;
import com.google.common.primitives.Longs;
import com.ihtsdo.snomed.dto.refset.RefsetDto;
import com.ihtsdo.snomed.model.refset.Refset;
@XmlRootElement(name="refset")
public... |
package com.fuyoul.sanwenseller.bean.pickerview;
import java.util.List;
public class ProvinceModel implements IPickerViewData {
private String name;
private List<CityModel> cityList;
@Override
public String getPickerViewText() {
return name;
}
public ProvinceModel() {
super();
... |
var nodes = new vis.DataSet([
/* {id: a, label: b, ...}, */
{id: '192', label: 'VALUE\n13.0', color: '#31b0d5', title: 'Name: VALUE<br>Alias: null<br>Value: 13.0<br>Type: CONSTANT_VALUE<br>Id: 192<br>Formula Expression: Formula String: VALUE; Formula Values: 13.0; Formula Ptg: 13.0; Ptgs: V... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_03) on Mon Nov 19 21:41:27 CET 2007 -->
<TITLE>
Uses of Class org.springframework.core.type.filter.<API key> (Spring Framework API 2.5)
</TITLE>
<META NAME="date" CONTENT="2007-11-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF=... |
package persistent.prestige.modules.edu.service;
import java.util.Map;
/**
* Organization service
* @author 2016-9-10 22:28:24
* @version 1.0
*/
public interface OrganizationService{
/**
*
* @param datas
* @return
*/
Integer saveOrganization(Map datas);
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Carrot Cake</title>
<meta name="description" content="ZutatenFür den Kuchen:200 g brauner Zucker180 g Pflanzenöl (200 ml)3 EL... |
package buchungstool.model.importer;
import org.junit.Test;
import static java.time.LocalDateTime.now;
import static org.assertj.core.api.Assertions.assertThat;
public class <API key> {
@Test
public void test() {
KonfigurationEvent konfigurationEvent = new KonfigurationEvent(now(), now(), "@Konfiguratio... |
[
{
"title": "Ventes véhicules",
"url": "",
"imageUrl": "http://lim.local.inetpsa.com/application/images/service/car2.jpg",
"language": "fr-FR",
"order": "1",
"workplace": "All",
"department": "All",
"categoryPro": "All",
"status": "published",
"children": [
{
"ti... |
mod project;
mod build;
pub use self::project::{Project, Folder}; |
#include "firestore/src/swig/equality_compare.h"
namespace {
template <typename T>
bool <API key>(const T* lhs, const T* rhs) {
return lhs == rhs || (lhs != nullptr && rhs != nullptr && *lhs == *rhs);
}
} // namespace
namespace firebase {
namespace firestore {
namespace csharp {
bool QueryEquals(const Query* lhs, co... |
package at.ac.tuwien.dsg.pm.resources;
import at.ac.tuwien.dsg.pm.PeerManager;
import at.ac.tuwien.dsg.pm.model.Collective;
import at.ac.tuwien.dsg.smartcom.model.CollectiveInfo;
import at.ac.tuwien.dsg.smartcom.model.Identifier;
import javax.inject.Inject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
impor... |
package tutor.utils
import org.scalatest.{FunSpec, Matchers}
class FileUtilSpec extends FunSpec with Matchers {
describe("FileUtil"){
it("can extract file extension name"){
val path = "src/test/build.sbt"
FileUtil.extractExtFileName(path) shouldBe "sbt"
}
it("if file has no extension name, sho... |
sap.ui.define(["sap/ui/integration/Designtime"], function (
Designtime
) {
"use strict";
return function () {
return new Designtime({
"form": {
"items": {
"validationGroup": {
"type": "group",
"label": "V... |
#include "list.h"
void __list_add__(list_node_t *prev, list_node_t *next, list_node_t *node)
{
next->prev = node;
node->next = next;
node->prev = prev;
prev->next = node;
}
void __list_del__(list_node_t *prev, list_node_t *next)
{
next->prev = prev;
prev->next = next;
}
void __list_erase__(list_... |
package com.earlysleep.model;
import org.litepal.crud.DataSupport;
import java.util.ArrayList;
import java.util.List;
public class AllData extends DataSupport {
private String music;
private int musictime;
private boolean musicchosse;
List<TimeSeting> list=new ArrayList<>();
} |
package org.spoofax.jsglr2.integrationtest.features;
import java.util.Arrays;
import java.util.stream.Stream;
import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.TestFactory;
import org.spoofax.jsglr2.integrationtest.<API key>;
import org.spoofax.jsglr2.integrationtest.OriginDescriptor;
import org.sp... |
using System;
using System.Net.Http.Formatting;
using System.Web;
using System.Web.Hosting;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using NLog;
using NLog.Config;
using NLog.Targets;
using RceDoorzo... |
# AUTOGENERATED FILE
FROM balenalib/<API key>:focal-build
ENV NODE_VERSION 12.21.0
ENV YARN_VERSION 1.22.4
RUN for key in \
<API key> \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.sks-keyserv... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 30 01:26:12 PST 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.fs.s3.S3FileSystem (Hadoop 1.0.4-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2012-12-30">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../..... |
/* Generic definitions */
#define Custom
#define PACKAGE it.unimi.dsi.fastutil.shorts
#define VALUE_PACKAGE it.unimi.dsi.fastutil.floats
/* Assertions (useful to generate conditional code) */
#unassert keyclass
#assert keyclass(Short)
#unassert keys
#assert keys(primitive)
#unassert valueclass
#assert valueclass(Float... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Class: Selenium::Rake::ServerTask
— Documentation by YARD 0.8.3
</title>
<link rel="stylesheet" href="../../css/style.css" t... |
package pl.mobilization.conference2015.sponsor;
import android.content.Context;
import android.content.Intent;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import java.util.ArrayList;
import java.util.List;
import de.greenrobot.e... |
# encoding: utf-8
u
from ._base import IIngestableFolder, Ingestor, <API key>
from .interfaces import IPublication
from five import grok
class IPublicationFolder(IIngestableFolder):
u'''Folder containing publications.'''
class PublicationIngestor(Ingestor):
u'''RDF ingestor for publication.'''
grok.context(... |
export interface SimpleAPIConfig {
}
export interface SimpleAPI {
count: number;
add(n?: number): void;
sub(n?: number): void;
} |
import os
import tempfile
import unittest
import logging
from pyidf import ValidationLevel
import pyidf
from pyidf.idf import IDF
from pyidf.exterior_equipment import <API key>
log = logging.getLogger(__name__)
class <API key>(unittest.TestCase):
def setUp(self):
self.fd, self.path = tempfile.mkstemp()
... |
<ul>
<li ng-repeat="item in $ctrl.items">
{{item.quantity}} of {{item.name}}
</li>
</ul> |
using System;
using System.IO;
namespace Glass.Mapper.Sc
{
public class RenderingResult: IDisposable
{
private readonly TextWriter _writer;
private readonly string _firstPart;
private readonly string _lastPart;
public RenderingResult(TextWriter writer, string firstPart, string la... |
import {alert} from '../MsgBox.js';
export default class <API key>{
constructor(conditions){
this.conditions=conditions;
this.dialog=$(`<div class="modal fade" role="dialog" aria-hidden="true" style="z-index: 11001">
<div class="modal-dialog">
<div class="modal-content">
... |
from collections import defaultdict
import codecs
def count(corpus, output_file):
debug = False
dic = defaultdict(int)
other = set()
fout = codecs.open(output_file, 'w', 'utf8')
for line in open(corpus, 'r'):
words = line.split()
for word in words:
if len(word) % 3 == 0:
... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Nov 02 19:53:02 IST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>org.apache.solr.update.processor Class Hierarchy (Solr 6.3.0 API)</title>
<meta name="date" content="2016... |
package wei_chih.service.handler.wei_chih;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.IOException;
import java.net.Socket;
import java.security.KeyPair;
import java.security.PublicKey;
import java.security.SignatureException;
import java.util.concurrent.locks.Re... |
/ [/lib/initial-buildOutput.txt]
/lib/tsc --b /src/core --verbose
12:01:00 AM - Projects in this build:
* src/core/tsconfig.json
12:01:00 AM - Project 'src/core/tsconfig.json' is out of date because output file 'src/core/anotherModule.js' does not exist
12:01:00 AM - Building project '/src/core/tsconfig.json'...
ex... |
# <API key>: true
require_relative "ruby/version"
module XTF
module Ruby
class Error < StandardError; end
# placeholder
end
end |
-- MySQL dump 10.13 Distrib 5.5.37, for debian-linux-gnu (x86_64)
-- Host: localhost Database: AirAlliance
-- Server version 5.5.37-0ubuntu0.12.04.1
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET @<API key>=@@<API key> */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OL... |
package ru.stqa.pft.addressbook.tests;
import org.hamcrest.CoreMatchers;
import org.hamcrest.MatcherAssert;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactData;
import ru.stqa.pft.addressbook.tests.TestBase;
import java.util.Arrays;
import java.util.stream.Collectors;
import static org.... |
package com.oauth.services.security;
import org.springframework.security.crypto.bcrypt.<API key>;
import org.springframework.security.crypto.keygen.BytesKeyGenerator;
import org.springframework.security.crypto.keygen.KeyGenerators;
import org.springframework.security.crypto.password.<API key>;
public class Test {
p... |
<?php
namespace BartoszBartniczak\EventSourcing\Shop\User\Event;
use BartoszBartniczak\EventSourcing\Event\Id;
class <API key> extends Event
{
/**
* @var string
*/
protected $activationToken;
/**
* @inheritDoc
*/
public function __construct(Id $eventId, \DateTime $dateTime, string $u... |
package net.distilledcode.httpclient.impl.metatype.reflection;
import org.apache.http.client.config.RequestConfig;
import org.junit.Test;
import java.util.Map;
import static org.hamcrest.CoreMatchers.allOf;
import static org.hamcrest.CoreMatchers.hasItem;
import static org.hamcrest.CoreMatchers.is;
import static org.ha... |
--TEST
<API key>: (length protocol) 1
--SKIPIF
<?php require __DIR__ . '/../include/skipif.inc'; ?>
--FILE
<?php
require __DIR__ . '/../include/bootstrap.php';
use SwooleTest\LengthServer;
class TestServer_5 extends LengthServer
{
protected $show_lost_package = true;
function onWorkerStart()
{
globa... |
select ST_Length(ST_Linestring(1,1, 1,2, 2,2, 2,1)),
ST_Length(ST_Linestring(1,1, 1,4, 4,4, 4,1)),
ST_Length(ST_Linestring(1,1, 1,7, 7,7, 7,1)) from onerow;
select ST_Area(ST_Polygon(1,1, 1,2, 2,2, 2,1)),
ST_Area(ST_Polygon(1,1, 1,4, 4,4, 4,1)) from onerow;
select ST_Contains(ST_Polygon(1, 1, 1, 4, 4, 4, 4, 1), ST_Poin... |
package com.example.godtemper.db;
import java.util.ArrayList;
import java.util.List;
import com.example.godtemper.model.City;
import com.example.godtemper.model.County;
import com.example.godtemper.model.Province;
import android.R.integer;
import android.content.ContentValues;
import android.content.Context;
import and... |
<?php
return array(
'SHOW_PAGE_TRACE' =>false, // Trace
// 'SHOW_RUN_TIME'=>true, //
// 'SHOW_ADV_TIME'=>true, //
// 'SHOW_DB_TIMES'=>true, //
// 'SHOW_CACHE_TIMES'=>true, //
// 'SHOW_USE_MEM'=>true, //
// 'SHOW_LOAD_FILE' =>true, //
// ... |
'use strict';
module.exports = function(config) {
config.set({
files: [
'tests/main.js',
{pattern: 'app/js*.js', included: false},
{pattern: 'app/bower_components*.js', included: false},
{pattern: 'tests/specs*.js', included: false},
{pattern: 'tes... |
require 'spec_helper'
describe Rtime::Executor do
let :executor do
Rtime::Executor.new
end
describe 'execute' do
it 'needs arguments to execute' do
expect { executor.execute }.to raise_error ArgumentError
end
it 'times the executed process' do
expect(executor.timer).to receive(:time).a... |
package org.axway.grapes.server.webapp.resources;
import com.sun.jersey.api.client.ClientResponse;
import com.sun.jersey.api.client.GenericType;
import com.sun.jersey.api.client.WebResource;
import com.yammer.dropwizard.auth.basic.BasicAuthProvider;
import com.yammer.dropwizard.testing.ResourceTest;
import org.axway.gr... |
// Code generated by MockGen. DO NOT EDIT.
// Source: github.com/cri-o/cri-o/internal/lib/sandbox (interfaces: NamespaceIface)
// Package sandboxmock is a generated GoMock package.
package sandboxmock
import (
sandbox "github.com/cri-o/cri-o/internal/lib/sandbox"
gomock "github.com/golang/mock/gomock"
refle... |
package org.tmarciniak.mtp.model;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.pers... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Sat May 11 22:08:47 BST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.hp.hpl.jena.sparql.lang.sparql_10.TokenMgrError (Apache Jena ARQ)</title>
<meta... |
package dk.itu.pervasive.mobile.data;
import android.app.Activity;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.util.Log;
import android.widget.Toast;
import dk.itu.pervasive.mobile... |
package org.apache.activemq.nob.filestore.uuiddir;
import org.apache.activemq.nob.filestore.<API key>;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.util.UUID;
public class <API key> implements <API key> {
public static final String <API key> = "-xbean.xml";
private ... |
package antw.logger;
import java.util.Date;
import org.apache.tools.ant.BuildEvent;
import antw.common.util.Constants;
import antw.common.util.StringUtil;
import antw.common.util.TimeUtil;
import antw.logger.model.Project;
import antw.logger.model.Target;
public class TreeLogger extends LoggerAdapter {
protected Pr... |
<<<< HEAD
<?php
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
/**
* ThinkPHP
*
*
*
*/
defined('THINK_PATH') or exit();
return array(
'APP_USE_NAMESPACE' => true,
'<API key>' => false,
'<API key>' => array(),
'APP_DOMAIN_SUFFIX' => '', // com.cn net.cn
'ACTION_SUFFIX' => '... |
"use strict";
import {Vector2, Vector3, Matrix4, Vector4} from 'vectormath';
/*
NOTE: this was originally a WebGL UI library I wrote.
it's gone through several transitions since then, and
is now a canvas2d UI library (bleh). the code is quite
horrible.
*/
#include "src/utils/utildefine.js"
//we keep track of any canva... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
namespace CJia.Health.Presenters.Web
{
public class MyPicturePresenter:CJia.Health.Tools.PresenterPage<Models.Web.MyPictureModel,Views.Web.IMyPictureView>
{
public MyPicturePresenter(Views.Web.IMyPic... |
<!DOCTYPE HTML PUBLIC "-
<html>
<head>
<title>PowerShell - Rename-Index - Rivet</title>
<link href="silk.css" type="text/css" rel="stylesheet" />
<link href="styles.css" type="text/css" rel="stylesheet" />
</head>
<body>
<ul id="SiteNav">
<li><a href="index.html">Get-Rivet</a></li>
<!--<... |
$.FAQ = function(){
$self = this;
this.url = "/faq"
this.send = function(inputs){
var params = new FormData();
// var csrf = $("#csrf").val();
// params.append("csrf_ID", csrf);
$.each(inputs, function(key, val){
params.append(key,val);
});
$.ajax(... |
# Splanchnonema quinqueseptatum (M.E. Barr) Aptroot, 1998 SPECIES
# Status
SYNONYM
# According to
The Catalogue of Life, 3rd January 2011
# Published in
Nova Hedwigia 66(1-2): 154 (1998)
# Original name
Massarina quinqueseptata M.E. Barr, 1992
Remarks
null |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Sat Jan 09 21:52:40 PST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jackson.core.ObjectCodec (Jackson-core 2.7.0 API)</title>
<meta name="... |
package com.board;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
public class BoardDAO {
private Connection conn;
public BoardDAO(Connection conn){
this.conn = conn;
}
//1. num
public int getMaxNum... |
<html>
<head>
</head>
<body>
testf
</body>
</html> |
<!
$Id: package.html 35201 2011-07-22 14:58:48Z juergens $
@version $Rev: 35201 $
@ConQAT.Rating GREEN Hash: <API key>
<body>
Processors and nodes for analyzing ConQAT itself.
</body> |
package io.quarkus.it.spring.data.jpa;
import java.io.Serializable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.NoRepositoryBean;
@NoRepositoryBean
public interface <API key><T, ID extends Serializable> extends JpaRepository<T, ID> {
default public void d... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sun Oct 26 05:56:34 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.handler.component.FacetComponent.FacetBase (Solr 4.10.2 API)</title... |
package com.mygame;
import java.util.Vector;
import loon.geom.RectBox;
public class StepSwitch extends Switch
{
StepSwitch(int x, int y, Vector<Thing> blocks)
{
this.x = x;
this.y = y;
this.blocks = blocks;
orgblocks = new Vector<Thing>();
for(int i = 0; i < blocks.size()... |
package com.thecoderscorner.groovychart.axis;
import java.beans.<API key>;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.thecoderscorner.groovychart.chart.Buildable;
import com.thecoderscorner.groovychart.chart.ChartBuilder;
import com.thecoderscorner.groovychart.char... |
#!/bin/bash
rm -rf php-5.3.29
if [ ! -f php-5.3.29.tar.gz ];then
wget http://zy-res.oss-cn-hangzhou.aliyuncs.com/php/php-5.3.29.tar.gz
fi
tar zxvf php-5.3.29.tar.gz
cd php-5.3.29
./configure --prefix=/alidata/server/php \
--<API key>=/alidata/server/php/etc \
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo... |
<pre style="word-wrap: break-word; white-space: pre-wrap;">
This corpus were recorded in silence in-door environment using cellphone. It has 10 speakers. Each speaker has about 350 utterances. All utterances were carefully transcribed and checked by human. Transcription accuracy is guaranteed. If there is any problems,... |
$(document).ready(function(){
$('#datepickerDay1').hide();
$('#datepickerDay2').hide();
$('#datepickerMnd1').hide();
$('#datepickerMnd2').hide();
$('#datepickerYear1').hide();
$('#datepickerYear2').hide();
$('select').change(function(){
var index = $('select').val();
if(index == 0){ //day
... |
/* The all pages that do not require authentication */
function Un<API key>() {
"use strict";
this.displayAboutPage = function(req, res, next) {
return res.render("about");
};
this.displayContactPage = function(req, res, next) {
return res.render("contact");
};
this.displayHomePa... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cats.Models
{
public class RationDetail
{
public int RationDetailID { get; set; }
public int RationID { get; set; }
public int CommodityID { get; set; }
public decimal Amount { get; se... |
if [ -z "$1" ]
then
echo "Usage: startup_node.sh <id_for_node>"
exit
fi
num_gpus=$2
if [ -z "$2" ]
then
num_gpus=1
echo "num_gpus not specified. Defaulting to 1"
fi
gcloud compute --project "visualdb-1046" disks create "hackinstance-$1" --size "20" --zone "us-east1-d" --source-snapshot "hacksnapsh... |
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
## Related Issue
<!--- This project only accepts pull requests related to open issues -->
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
<!--- If fixing a... |
<!DOCTYPE html>
<meta charset="utf-8">
<!--This page is adapted from Mike Bostock and Scott Murray's d3.js examples
<style>
.link {
stroke: #ccc;
}
.node text {
pointer-events: none;
font: 10px sans-serif;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
var width = 960;
var height ... |
<div id="print_area" style="width:200px; font-size:12px;">
<?php
include('dbcon_s.php');
$date=date('Y-m-d', $time_now);
if($_POST['h_status']=='off')
{
$query=mysql_query("select count(*) as num_order, sum(person) as total_person, sum(order_total) as total_order, sum(discount) as total_discount, sum(ser_charge) as... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.