answer stringlengths 15 1.25M |
|---|
<?php
class Text_Diff {
/**
* Array of changes.
*
* @var array
*/
var $_edits;
/**
* Computes diffs between sequences of strings.
*
* @param string $engine Name of the diffing engine to use. 'auto'
* will automatically select the best.
... |
/*
Stuart Bowman 2016
This class contains the graph nodes themselves, as well as helper functions for use by the generation class
to better facilitate evaluation and breeding. It also contains the class definition for the nodes themselves,
as well as the A* search implementation used by the genetic algorithm to check i... |
<?php
function migrate_blog() {
/*
* $tabRub[0] = "Annonces";
$tabRub[1] = "Partenariat";
$tabRub[2] = "Vie d'Anciela";
$tabRub[3] = "Autres";
* */
$categories = array('annonces','partenariat','anciela','autres');
$categoryNames = array('annonces'=>"Annonces",'partenariat'=>'Partenaria... |
#include "Input.h"
#include "Core.h"
#include "Memory.h"
#include "Cpu.h"
//Gameboy keys:
//[Up][Left][Right][Down][A][B][Start][Select]
//Mapped to standard keyboard keys:
//[Up][Left][Right][Down][Z][X][Enter][RShift]
//Mapped to standard Xbox controller buttons:
//[Up][Left][Right][Down][A][X][Start][Select]
Input::... |
{% spaceless %}
{% load django_tables2 %}
{% load i18n %}
{% if table.page %}
<div class="table-container">
{% endif %}
{% block table %}
<table {% if table.attrs %} {{ table.attrs.as_html }}{% endif %}>
{% block table.thead %}
<thead>
<tr>
{% for column in table.columns %}
{% if col... |
<?php
/**
* Interactive image shortcode template
*/
?>
<div class="<API key> <?php echo esc_attr($classes)?>">
<?php if($params['link'] != '') { ?>
<a href="<?php echo esc_url($params['link'])?>"></a>
<?php } ?>
<?php echo <API key>($image,'full'); ?>
<?php if($params['add_checkmark'] == 'yes'... |
#ifndef <API key>
#define <API key>
#include <MsooXmlCommonReader.h>
#include <MsooXmlThemesReader.h>
class KOdfGenericStyles;
#include <QtGui/QPen>
#include <QtCore/QString>
namespace MSOOXML
{
class MSOOXML_EXPORT Border {
public:
Border();
~Border();
enum Side {
NoSide,
Bottom,
Le... |
#ifndef KTABLEFORMAT_H
#define KTABLEFORMAT_H
#include "kodftext_export.h"
#include <QSharedDataPointer>
#include <QMap>
class KTableFormatPrivate;
class QVariant;
class QString;
class QBrush;
/**
* The KTableFormat class describes a format for a table component such
* as a row or a column. It is the base class for K... |
#ifdef __cplusplus
#if __cplusplus
extern "C" {
#endif
#endif
/*
* 1 Header File Including
*/
#include <linux/module.h>
#include <linux/netdevice.h>
#include "hwifi_tps.h"
#include "cfg80211_stru.h"
#include "hwifi_cfg80211.h"
#include "hwifi_wpa_ioctl.h" /* for wl_pwrm_set */
#include "<API key>.h"
#include <net/cfg... |
from models import Connection
from django import forms
class ConnectionForm(forms.ModelForm):
class Meta:
model = Connection
exclude = ('d_object_id',) |
using System;
namespace xServer.Core.NAudio.Mixer
{
<summary>
Custom Mixer control
</summary>
public class CustomMixerControl : MixerControl
{
internal CustomMixerControl(MixerInterop.MIXERCONTROL mixerControl, IntPtr mixerHandle, MixerFlags mixerHandleType, int nChannels)
{
... |
package org.mivotocuenta.client.service;
import org.mivotocuenta.server.beans.Conteo;
import org.mivotocuenta.shared.UnknownException;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.<API key>;
@<API key>("<API key>")
public interface <API key> extends RemoteService {
Bool... |
<div class="tablist-content">I am ajax tab content i was pulled in from ajax-content.html </div> |
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Storage/1.3.1/ApplicationDir.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Storage{struct <API key>;}}}
namespace g{
namespace Fuse{
namespace Storage... |
title: Bagaimana jika seseorang berubah pikiran mengenai lisensi yang digunakan?
date: 2011-10-13 18:38:00 +07:00
published: false
categories:
- Kajian
tags:
- Lisensi Creative Commons
- Pergantian Lisensi
author: nita
comments: true
img: "/assets/img/favicon.png"
Lisensi CC tidak dapat dibatalkan. Setelah karya ini di... |
AddCSLuaFile()
SWEP.HoldType = "ar2"
if CLIENT then
SWEP.PrintName = "AUG"
SWEP.Slot = 2
SWEP.ViewModelFlip = false
SWEP.ViewModelFOV = 54
SWEP.Icon = "vgui/ttt/icon_aug.png"
SWEP.IconLetter = "l"
end
SWEP.Base = "weapon_tttbase"
SW... |
# <API key>: true
module ActiveJob
# Returns the version of the currently loaded Active Job as a <tt>Gem::Version</tt>
def self.gem_version
Gem::Version.new VERSION::STRING
end
module VERSION
MAJOR = 5
MINOR = 2
TINY = 6
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
... |
<?php
// HTTP
define('HTTP_SERVER', 'http://localhost/opencart/upload/');
// HTTPS
define('HTTPS_SERVER', 'http://localhost/opencart/upload/');
// DIR
define('DIR_APPLICATION', 'F:\git\OC\OC\upload\/catalog/');
define('DIR_SYSTEM', 'F:\git\OC\OC\upload\/system/');
define('DIR_DATABASE', 'F:\git\OC\OC\upload\/system/dat... |
require 'y_support/all'
# Places are basically glorified variables, with current contents (marking), and
# default contents (default_marking).
class Place
attr_reader :name, :default_marking
attr_accessor :marking
def initialize name, default_marking=0
@name, @default_marking = name, default_marking
end
d... |
using System;
using System.Runtime.InteropServices;
namespace ABC.PInvoke
{
<summary>
Class through which user32.dll calls can be accessed for which the .NET framework offers no alternative.
TODO: Clean up remaining original documentation, converting it to the wrapper's equivalents.
</summary>
publi... |
#!/usr/bin/python
from django.http import HttpResponse
from django.template import RequestContext, loader
from django.views.decorators.csrf import csrf_exempt
import django.shortcuts
from wlokalu.api import presence
from wlokalu.logging import getLogger, message as log
logger = getLogger(__name__)
@csrf_exempt
def list... |
#include "ppl_test.hh"
namespace {
bool
test01() {
Variable A(0);
Variable B(1);
TOctagonal_Shape oct(2);
oct.add_constraint(A >= 0);
oct.add_constraint(A <= 4);
oct.add_constraint(B <= 5);
oct.add_constraint(A <= B);
print_constraints(oct, "*** oct ***");
Octagonal_Shape<mpq_class> known_result(2);
... |
using System;
using System.Runtime.InteropServices;
using System.Security;
namespace xServer.Core.Build
{
public static class IconInjector
{
// Basically, you can change icons with the UpdateResource api call.
// When you make the call you say "I'm updating an icon", and you send the icon data.
... |
package org.hypertable.examples.PerformanceTest;
import java.nio.ByteBuffer;
import org.hypertable.AsyncComm.Serialization;
public class Result {
public int encodedLength() {
return 48;
}
public void encode(ByteBuffer buf) {
buf.putLong(itemsSubmitted);
buf.putLong(itemsReturned);
buf.putLong(requ... |
<!doctype html>
<html>
<head>
<title>Sudoku Client</title>
<script src="js/snappyjs.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<script src="js/realTimeChartMulti.js"></script>
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/pure-min.css" ... |
#!/usr/bin/env bash
# This file is part of RetroPie.
rp_module_id="disabletimeouts"
rp_module_desc="Disable system timeouts"
rp_module_menus="2+"
rp_module_flags="nobin"
function <API key>() {
sed -i 's/BLANK_TIME=30/BLANK_TIME=0/g' /etc/kbd/config
sed -i 's/POWERDOWN_TIME=30/POWERDOWN_TIME=0/g' /etc/kbd/config... |
#ifndef JME_RpcHandler_h__
#define JME_RpcHandler_h__
#include <string>
#include <map>
#include "boost/shared_ptr.hpp"
#include "boost/function.hpp"
#include "google/protobuf/message.h"
#include "log/JME_GLog.h"
using namespace std;
namespace JMEngine
{
namespace rpc
{
class RpcHandlerInterface
... |
// Filename: <API key>.h
#pragma once
// INCLUDES //
// MY CLASS INCLUDES //
#include "Script.h"
#include "Camera.h"
#include "Transform.h"
// NAMESPACES //
using namespace dg;
class <API key> : public Script {
public:
<API key>(SceneObject* target, float distanceToTarget = 20.0f)
: Script("<API key>") {
... |
<?php
defined( '_JEXEC' ) or die( 'Restricted access');
jimport('joomla.application.component.controller');
jimport('joomla.log.log');
class <API key> extends JControllerLegacy
{
/**
* Get json encoded list of DB values
*
* @param string $field DB field to filter *
* @param string $token Joo... |
$('.attach_detach').on('click', function(){
var device_id = $(this).attr('device_id');
$('#device_id').val(device_id);
});
$('.detach_customer').on('click', function(){
//get the attached customer name
var customer_name = $(this).attr('cust_name');
if(confirm('Are you sure you want to detach('+custo... |
#include <psp2/display.h>
#include <psp2/io/fcntl.h>
#include <psp2/kernel/processmgr.h>
#include <stdio.h> // sprintf()
#include <psp2/ctrl.h> // sceCtrl*()
#include "graphics.h"
#define VER_MAJOR 0
#define VER_MINOR 9
#define VER_BUILD ""
#define VAL_LENGTH 0x10
#define VAL_PUBLIC 0x0A
#define VAL_PRIVATE 0x06
#defin... |
var gulp = require('gulp')
var mocha = require('gulp-mocha')
var nodemon = require('gulp-nodemon')
var env = require('gulp-env');
gulp.task('API-Server', (cb) => {
let started = false
env({
vars: {
httpPort: 8080
}
});
return nodemon({
script: 'index.js'
})
.on('start', () => {
if ... |
// Jayrock - A JSON-RPC implementation for the Microsoft .NET Framework
// This library is free software; you can redistribute it and/or modify it under
// any later version.
// This library is distributed in the hope that it will be useful, but WITHOUT
// details.
// along with this library; if not, write to the Free ... |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is machine-generated by lib/unicore/mktables from the Unicode
# database, Version 13.0.0. Any changes made here will be lost!
# !!!!!!! INTERNAL PERL USE ONLY !!!!!!!
# This file is for internal use by core Perl only. The format and even the
# name or existe... |
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <glib.h>
#include <glib/gstdio.h>
int main(int argc, char *argv[])
{
char *path = argv[1];
struct stat buf;
if (lstat(path, &buf) == -1) {
printf("ERROR: failed to get %s lstat\n", path);
return 0;
}
switch (buf... |
<!DOCTYPE HTML PUBLIC "
-//W3C//DTD HTML 4.01 Transitional//EN"
"http:
<head>
<title>023</title>
<meta http-equiv="CONTENT-LANGUAGE" CONTENT="PL">
<meta http-equiv="content-type" CONTENT="text/html; CHARSET=iso-8859-2">
<meta http-equiv="Content-Script-Type" content="text/javascript">
</head><body><script>
document.wri... |
//# ShapeletCoherence.h: Spatial coherence function of a source modelled as a
//# shapelet basis expansion.
//
//
//# ASTRON (Netherlands Institute for Radio Astronomy)
//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
//
//# This file is part of the LOFAR software suite.
//# The LOFAR software suite is free software: ... |
MODX Evolution 1.1 = <API key> |
Bitrix 16.5 Business Demo = <API key> |
#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050;
}
#fancybox-thumbs.bottom {
bottom: 2px;
}
#fancybox-thumbs.top {
top: 2px;
}
#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
#fancybox-thumbs ul li... |
<div class= "parametre">
<a href = "parametre.php" onclick="">mon compte</a>
</div>
<div style = "background-color:blue; border:2px solid white; border-radius:25px; padding:1%; font-size:1.5em;" >
<a href = "./deconnect.php">deconnection</a>
</div> |
from urllib.request import urlopen
from urllib.parse import urlparse, parse_qs
from socket import error as SocketError
import errno
from bs4 import BeautifulSoup
MAX_PAGES_TO_SEARCH = 3
def parse_news(item):
'''Parse news item
return is a tuple(id, title, url)
'''
url = 'http:
url_parsed = urlparse(... |
<?php
// $Id: getrecord.php,v 1.02 2003/04/08 14:22:07 stamer Exp $
// parse and check arguments
foreach($args as $key => $val) {
switch ($key) {
case 'identifier':
$identifier = $val;
if (!is_valid_uri($identifier)) {
$errors .= oai_error('badArgument', $key, $val);
... |
SUBROUTINE CHR_ITOC( IVALUE, STRING, NCHAR )
*+
* Name:
* CHR_ITOC
* Purpose:
* Encode an INTEGER value as a string.
* Language:
* Starlink Fortran 77
* Invocation:
* CALL CHR_ITOC( IVALUE, STRING, NCHAR )
* Description:
* Encode an integer value as a (decimal) character string, using as
* ... |
import time
from threading import Thread
import threading
from wtfj_ids import *
from wtfj_utils import *
class Printer:
''' Opens a new output window and prints messages sent to it '''
def __init__(self,header=''):
self._header = header
def send(self,string):
print(self._header+string)
clas... |
// This file is part of hugot.
// hugot is free software: you can redistribute it and/or modify
// (at your option) any later version.
// hugot is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Package hugot provides a simple interface for building ex... |
#include "shader.h"
#include <iostream>
Shader::Shader(GLuint shader_id)
: shader_id(shader_id) {}
void Shader::use()
{
glUseProgram(shader_id);
}
void Shader::send_cam_pos(glm::vec3 cam_pos)
{
this->cam_pos = cam_pos;
}
void Shader::set_VP(glm::mat4 V, glm::mat4 P)
{
this->V = V;
this->P = P;
}
voi... |
#ifndef <API key>
#define <API key>
#include "playdar/resolved_item.h"
#include "library.h"
using namespace json_spirit;
namespace playdar {
/*
Builds a ResolvedItem describing something (a song) that can be played.
*/
class ResolvedItemBuilder
{
public:
static void createFromFid(Library& lib, int fid, json_spi... |
// GroupableTest.cs
// This file is part of Digitalis.LDTools.DOM.UnitTests.dll
// Digitalis.LDTools.DOM.UnitTests.dll is free software: you can redistribute it and/or modify
// (at your option) any later version.
// Digitalis.LDTools.DOM.UnitTests.dll is distributed in the hope that it will be useful,
// MERCHANTABILI... |
use std::collections::HashMap;
use std::rc::Rc;
use serde::de::{Deserialize, Deserializer};
use serde_derive::Deserialize;
use toml::value;
use crate::errors;
use crate::icons::Icons;
use crate::protocol::i3bar_event::MouseButton;
use crate::themes::Theme;
#[derive(Debug)]
pub struct SharedConfig {
pub theme: Rc<Th... |
package org.wandora.query;
import org.wandora.topicmap.*;
import java.util.*;
/**
* @deprecated
*
* @author olli
*/
public class JoinDirective implements Directive {
private Directive query;
private Locator joinContext;
private Directive joinQuery;
/** Creates a new instance of JoinDirective */
... |
<?php
// Heading
$_['heading_title'] = 'Εγγραφή';
// Text
$_['text_account'] = 'Λογαριασμός';
$_['text_register'] = 'Εγγραφή';
$_['<API key>'] = 'Εάν έχετε ήδη λογαριασμό, εισέλθετε από <a href="%s">εδώ</a>.';
$_['text_your_details'] = 'Προσωπικά Στοιχεία';
$_['text_your_address'] = 'Διεύθυν... |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.3 on 2016-11-03 08:56
from __future__ import unicode_literals
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
migrations.<API key>(settings.AU... |
// <API key>.h
// P5P
// This file is part of P5P.
// P5P is free software: you can redistribute it and/or modify
// (at your option) any later version.
// P5P is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#import <UIKit/UIKit.h>
#import "Cell... |
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#include <QObject>
#include <qsettings.h>
class Configuration
{
public:
Configuration();
QString Hostname;
QString Username;
QString AutoLogin;
QString SaveDir;
int ConcurrentDownloads;
bool UseSSL;
QSettings *settings;
void Load();
... |
Note: This is not the [authoritative source](https:
# Australian Transaction Reports and Analysis Centre Supervisory Cost Recovery Levy (Consequential Amendments) Act 2011
## Act No. 56 of 2011 as amended
## This compilation was prepared on 20 November 2012
## taking into account amendments up to Act No. 136 of 2012
##... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Data;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity;
namespace SO.SilList.Manager.Mode... |
#ifndef QSOURCELOCATION_HPP
#define QSOURCELOCATION_HPP
#include "QCSAGlobal.hpp"
#include <QString>
#include <QObject>
namespace csa{
class Q_CSA_EXPORT QSourceLocation : public QObject{
Q_OBJECT
public:
QSourceLocation(
const QString& file,
unsigned int line,
unsigned int c... |
// <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 <API key>.Properties
{
[global::System.Runtime.CompilerServices.<API key>( )]
[global::System.CodeDom.Compiler... |
{% load fiber_tags imagekit %}
<div>
{% thumbnail '150x150' product.image %}
<div>
{{ product.text|safe }}
<span class="product-name">
{{ product.name }}
</span>
</div>
<div class="paypal-button">
{{ product.paypal_button|safe }}
</div>
</div>
{% if 'chang... |
package cat.foixench.test.parcelable;
import org.junit.Test;
import static org.junit.Assert.*;
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} |
package com.acgmodcrew.kip.tileentity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
public class TileEntityRepositry extends TileEntity implements IInventory
{
private ItemStack[] inventor... |
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="report.css" type="text/css"/>
<title></title>
<script type="text/javascript" src="report.js"></script>
<script type="text/javascript" src="link_popup.js"></script>
<script type="text/ja... |
import os
import re
import subprocess
# Copied from Trojita
"""Fetch the .po files from KDE's SVN for GCompris
Run me from GCompris's top-level directory.
"""
SVN_PATH = "svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/"
SOURCE_PO_PATH = "/messages/kdereview/gcompris_qt.po"
OUTPUT_PO_PATH = "./po/"
OUTPUT_PO_PATTERN = "g... |
#include <includes.h>
#include <utils.h>
#include <methnum.h>
#include "s_param.h"
#include "integral.h"
double Ivac ( Param * P , double m )
{
double m2 = m*m ;
double LE = sqrt ( m2 + P->L2 );
return 0.5 * ONE_OVER_8PI_2 * ( P->L * LE * ( m2 + 2*P->L ) + m2*m2 * log ( m/(P->L + LE) ) ) ;
}
double dm_Ivac (... |
#include "Scene.h"
#include "Screen.h"
Scene::Scene()
{
}
void Scene::Update()
{
Object::AddPreparedObjects();
for (Object* obj : Object::objects)
{
if (obj->IsActive())
obj->Update();
}
for (auto iter = Object::objects.begin(); iter != Object::objects.end(); iter++)
{
... |
package com.simplecity.amp_library.playback;
import android.annotation.SuppressLint;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Bitmap;
import android.graphics.drawable.Drawable;
import android.media.R... |
#!/usr/bin/env perl
use strict;
use warnings;
@ARGV >= 1 or die "Usage: \n\tperl $0 event1 event2 ... eventn\n\tperl $0 events.info\n";
my @events;
if (@ARGV == 1 and -f $ARGV[0]) {
open(IN, "< $ARGV[0]");
foreach (<IN>) {
my ($event) = split /\s+/;
push @events, $event;
}
close(IN);
} e... |
(function(){var l={_attachScript:function(e,c){var d=new CKEDITOR.dom.element("script");d.setAttribute("src",e);d.on("error",c);CKEDITOR.document.getBody().append(d);return d},sendRequest:function(e,c,d,a){function b(){g&&(g.remove(),delete CKEDITOR._.jsonpCallbacks[h],g=null)}var k={};c=c||{};var h=CKEDITOR.tools.getN... |
<?php require_once 'header.php';?>
<div class="page-header">
<h1><?=APP_NAME ?></h1>
</div>
<a href="auth">auth</a>
<!--echo "role=".<?=$role ?>;
<?php
$app = \Slim\Slim::getInstance();
// echo "user->role=".$app->user->role;
?>
<?php require_once 'footer.php';?> |
package name.raev.kaloyan.kindle.chitanka.model.search.label;
public class Label {
private String slug;
private String name;
private int nrOfTexts;
public String getSlug() {
return slug;
}
public void setSlug(String slug) {
this.slug = slug;
}
public String getName() {
... |
export class GameId {
constructor(
public game_id: string) {
}
} |
#include "errors.h"
std::string error_str(int errnum)
{
std::string ans;
switch(errnum)
{
case ENO:
ans = "No error";
break;
case EZERO:
ans = "Division by zero";
break;
case EDIM:
ans = "Dimension mismatch";
break;
case EMEM:
ans = "Memory allocation fail... |
#! /usr/bin/python
from xml.sax.saxutils import escape
import re
def <API key>(item):
try:
id, line, message, source_file = <API key>(item)
<API key>(id, line, message, source_file)
except:
print 'Cant parse line {}'.format(item)
def <API key>(item):
source_file = re.search('\/(.*?):... |
/* Coolors Exported Palette - coolors.co/<API key>
*
* Black Olive
* rgba(57, 61, 63, 1)
* Queen Blue
* rgba(67, 127, 151, 1)
* Selective Yellow
* rgba(242, 187, 5, 1)
* Coral
* rgba(255, 133, 82, 1)
* Dark Jungle Green
* rgba(7, 30, 34, 1)
*
*/
html {
background: url(../img/<API key>.jpg) ... |
#!/usr/bin/env python
import os
import tempfile
import pipes
import subprocess
import time
import random
import shutil
try:
from wand.image import Image
from wand.display import display
except ImportError as e:
# cd /usr/lib/
# ln -s libMagickWand-6.Q16.so libMagickWand.so
print("Couldn't import Wand package.... |
package jamuz.process.book;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
public class TableModelBookTest {
public TableModelBookTest() {
}
@BeforeClass
public st... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
table.foot td { width: 50%; }
table.head td { width: 33%; }
div.spacer { margin: 1em 0; }
</style>
<title>
LNSTAT(8)</title>
</head>... |
#!/bin/sh
# Build and test mocpy in a 32-bit environment with python3
# Usage:
# <API key>.sh
# Update packages to the latest available versions
linux32 --32bit i386 sh -c '
apt update > /dev/null &&
apt install -y curl pkg-config libfreetype6-dev \
python3 python3-pip >/dev/null &&
# Symbolic link so... |
<?PHP
class ftp {
/**
* @var string FTP Host
*/
private $_host;
/**
* @var string FTP Port
*/
private $_port;
/**
* @var string FTP User
*/
private $_user;
/**
* @var string FTP Passwort
*/
private $_password;
/**
* @var ressource FTP Verb... |
<head><title>Popular Baby Names</title>
<meta name="dc.language" scheme="ISO639-2" content="eng">
<meta name="dc.creator" content="OACT">
<meta name="<API key>" content="JeffK">
<meta name="coder" content="JeffK">
<meta name="dc.date.reviewed" scheme="ISO8601" content="2005-12-30">
<link rel="stylesheet" href="../OACT/... |
#ifndef RESIDUAL_H
#define RESIDUAL_H
#include "base.h"
#include "peak_detection.h"
#include "partial_tracking.h"
#include "synthesis.h"
extern "C" {
#include "sms.h"
}
using namespace std;
namespace simpl
{
// Residual
// Calculate a residual signal
class Residual {
protected:
int _frame_size;
... |
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ndnSIM for iCenS: /ho... |
package com.dsh105.echopet.compat.nms.v1_14_R1.entity.type;
import com.dsh105.echopet.compat.api.entity.EntityPetType;
import com.dsh105.echopet.compat.api.entity.EntitySize;
import com.dsh105.echopet.compat.api.entity.IPet;
import com.dsh105.echopet.compat.api.entity.PetType;
import com.dsh105.echopet.compat.api.entit... |
<?php
namespace GO\Base\Fs;
class MemoryFile extends File{
private $_data;
public function __construct($filename, $data) {
$this->_data = $data;
return parent::__construct($filename);
}
public function getContents() {
return $this->_data;
}
public function contents() {
... |
<!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.11"/>
<title>My Project: SampleHospitalModel.Visualization.<API key> Class Reference</title>
<link href=... |
<?PHP
require_once("./include/membersite_config.php");
if(isset($_POST['submitted']))
{
if($fgmembersite->RegisterUser())
{
require_once("config.php");
mkdir($dataDir);
mkdir($dataDir."CLASSTéléversés");
$fgmembersite->RedirectToURL("thank-you.html");
}
}
?>
<!DOCTYPE html PUBLIC "-... |
package org.alfresco.jlan.server.filesys;
import org.alfresco.jlan.server.SrvSession;
/**
* Transactional Filesystem Interface
*
* <p>Optional interface that a filesystem driver can implement to add support for transactions around filesystem calls.
*
* @author gkspencer
*/
public interface <API key> {
/**
* ... |
// ECCardView.h
// Beacon
#import <UIKit/UIKit.h>
#import "CCDraggableCardView.h"
#import "ECReturningVideo.h"
@interface ECCardView : CCDraggableCardView
- (void)initialData:(ECReturningVideo *)video;
- (void)addLiked;
- (void)delLiked;
@end |
-- >> INVENTORY <<
DROP TABLE Items CASCADE;
DROP TABLE contient;
DROP TRIGGER IF EXISTS delcharacter ON Characterr;
CREATE TABLE public.Items(
id_inventory INT,
item_name VARCHAR(100),
qte INT CONSTRAINT item_qte_null NOT NULL CONSTRAINT item_qte_check CHECK (qte > 0) ,
weight ... |
#PASTOR: Code generated by XML::Pastor/1.0.4 at 'Sun Jun 28 20:44:47 2015'
use utf8;
use strict;
use warnings;
no warnings qw(uninitialized);
use XML::Pastor;
package SAN::Cat::Type::catRecord;
use SAN::Cat::Type::catRecordBody;
use SAN::Cat::Type::catRecordHeader;
our @ISA=qw(XML::Pastor::ComplexType);
SAN::Cat::Type:... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package keyboard;
import com.jme.math.Vector3f;
import com.jme.renderer.ColorRGBA;
import com.jme.system.DisplaySystem;
import edu.gatech.statics.application.StaticsApplication;
import edu.gatech.statics.exercise.Diagram... |
<?php
@set_include_path(implode(PATH_SEPARATOR, array(
dirname(__FILE__) . "/../core",
dirname(__FILE__) . "/../core/includes",
dirname(__FILE__) . "/../core/library",
dirname(__FILE__) . "/../core/library/vendor",
get_include_path(),
)));
/**
* Include the Entrada init code.
*/
require_once("init... |
package de.grobox.transportr.data.locations;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import java.util.List;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import de.grobox.transportr.data.DbTest;
import de.schildbach.pte.dto.Location;
import de.schildbach.pte.dto.Point;
i... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http:
<html xmlns="http:
<head>
<title>ActionView::Helpers::NumberHelper::InvalidNumberError</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href=".... |
here is some text followed by \mycommand
{here is some text \textbf
{bold tex
}
after text
}
{and some \emph
{emphacised
}
text
}
[and finally some \itshape
{italicized
}
]
and
some more text \textbf
{bold text
}
and here is another command \cmh
[optional
]
{mandatory
}
after text \final... |
package pl.betoncraft.hordes;
import java.util.Random;
import org.bukkit.Bukkit;
import org.bukkit.attribute.Attribute;
import org.bukkit.attribute.AttributeInstance;
import org.bukkit.entity.LivingEntity;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.CreatureSpa... |
<!DOCTYPE HTML>
<html lang="zh-hans" >
<!-- Start book Unity Source Book -->
<head>
<!-- head:start -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Transform | Unity Source Book</title>
<meta content="text/html; charset=utf-8" htt... |
<?php
include(__DIR__ . '/http_move.php');
include(__DIR__ . '/security_arguments.php');
// this is it |
#ifndef <API key>
#define <API key>
#include "cseries.h"
#include "map.h"
#include "RenderRasterize.h"
#include "OGL_FBO.h"
#include "OGL_Textures.h"
#include "Rasterizer_Shader.h"
#include <memory>
class Blur;
class <API key> : public <API key> {
std::unique_ptr<Blur> blur;
<API key> *RasPtr;
int objectCou... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.