answer
stringlengths
15
1.25M
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class <API key> extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('application_files', functi...
DOXYGEN ?= doxygen # Works with 1.8.3.1. Does not work with 1.6.1. # TODO: Determine what the true minimum version is. DOXYGEN_MIN_VERSION=1.8.0 # caddy_in_arena.png is a special case not handled automatically by Doxygen # because it is hard-coded into the title page (header.tex) all: Doxyfile <API key> reference.html ...
// This program is free software: you can redistribute it and/or modify // (at your option) any later version. // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #pragma once #include "edge.hpp" #include "nodes.hpp" #include "../filter.hpp...
package application; public interface ControllerInterface { public static void OutputText(String outputText) { Main.OutputText(outputText); } public static void OutputPicture(String picture) { Main.OutputPicture(picture); } }
/** DataCruncher.java * * @author Sunita Sarawagi * @since 1.0 * @version 1.3 */ package org.melodi.learning.iitb.Segment; import java.io.BufferedReader; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util....
using UnityEngine; using System.Collections; public class <API key> : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } }
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Fri Aug 03 11:43:01 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hp.hpl.jena.sparql.sse.builders.BuilderGraph (Apache Jena ARQ) </TITLE> <META NAME="date" CONTEN...
<!DOCTYPE html> <html xmlns="http: <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Sistem Informasi Akademik Man Cibadak</title> <!-- DATETIMEPICKER--> <link href="<?php echo base_url('datetimepicker/bootstrap/css/bootstrap.min.css') ...
import os import unittest from copyright import Walk class TestWalk(unittest.TestCase): DIRS = [ './tmp/dir1/dir2', './tmp/dir3' ] FILES = [ './tmp/f', './tmp/dir1/f1', './tmp/dir3/f3', './tmp/dir1/dir2/f2' ] def setUp(self): for d in self.DIRS...
#!/usr/bin/python # -*- coding: utf-8 -*- # This file is free software; you can redistribute it and/or modify # the Free Software Foundation; either version 3, or (at your option) # any later version. # This file is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ...
package de.clusteval.paramOptimization; import java.io.File; import java.io.<API key>; import java.util.ArrayList; import java.util.Map; import junit.framework.Assert; import junitx.framework.ArrayAssert; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import ...
package com.atlauncher.gui.components; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.StringSelection; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import java...
<?php class <API key> extends <API key> { public function <API key>() { $attachment = $this->_createAttachment($this->_createHeaderSet(), $this->_createEncoder(), $this->_createCache() ); $this->assertEquals( <API key>::LEVEL_MIXED, $attachment->getNestingLevel() ); } public function <...
<!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 --> - [Preface](#preface) - [Chapter 1](#chapter-1) - [General features](#general-features) - [Theorey of value](#theorey-of-value) - [Microeconomics](#microeconomics) - [Chapter 2](#chapter-2) - [Derivates](#derivates) - [f...
<?php // Moodle is free software: you can redistribute it and/or modify // (at your option) any later version. // Moodle is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the defined('MOODLE_INTERNAL') || die(); class <API key> { /** * The course co...
package ucl.silver.d3d.gui; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import ucl.silver.d3d.core.*; public class Panel2D extends JPanel { public Grid grid2D = null; JPanel jPanelTop = new JPanel(); JPanel jPanelLeft = new JPanel(); JPanel jPane...
#define MY_DLL_EXPORT #include "<API key>.h" #include "raster_pitremove.h" #include "extentrectangle.h" #include "rasterarray.h" #include "raster_gutpolygon.h" #include "histogramsclass.h" #include <stdio.h> #include "extentrectangle.h" #include "rastermanager.h" #include "raster.h" #include "gdal_priv.h" #include <lim...
module Shared::OutlaysHelper def <API key>(response, klass, length = 60) list = response.projects.sort_by{ |p| p.name }.collect do |u| [ truncate(u.name, :length => length), u.id ] end list = list.insert(0,["<Automatically create a project for me>", -1]) list = list.insert(1,["<No project>", nil...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Order</title> </head> <body> </body> </html>
// <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 Abide.HaloLibrary.Halo2.Retail.Tag.Generated { using System; using Abide.HaloLibrary; using Abide.HaloLibr...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Sun Nov 02 19:47:31 CST 2014 --> <title>Condition</title> <meta name="date" content="2014-11-02"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <scri...
import { ClarioGridsService } from './../../_services/clario-grids.service'; import { Location } from '@angular/common'; import { MatDialogRef } from '@angular/material'; import { Feature } from './../../feature'; import { Component, OnInit, AfterContentChecked } from '@angular/core'; @Component({ selector: '<API key...
import sys import re import numpy as np import pandas as pd import librosa import argparse argparser = argparse.ArgumentParser(''' Utility for computing sound power metrics from the Natural Stories audio stimuli ''') argparser.add_argument('files', nargs='+', help='Paths to audio files for processing') argparse...
<html xmlns="http: <head> <title>Release Notes: SeaDAS 7.3</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="../style.css"> </head> <body> <table class="header" width="100%"> <tr class="header"> <td class="header">&nbsp; Sea...
<?php /** * The template for image attachments * * @subpackage Travel Planet * @since Travel Planet 1.2 */ get_header(); ?> <div id="container" class="alignleft" role="main"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'trvlplnt...
// 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.plugins.eed; import org.a...
package com.bookstore.BL; import com.bookstore.model.Item; import com.bookstore.utility.<API key>; import java.io.Serializable; import java.util.List; import javax.ejb.Remote; /** * ItemBean interface for CRUD access for item. * @author kazim and bipin */ @Remote public interface ItemBeanRemote extends Serializable{...
<?php /** * Base class for buildings and technologies */ abstract class <API key> extends <API key> { private $maximumLevel = -1; private $minimumLevel = 0; private $level = null; private $effects = array(); public function <API key>($level = null) { if ($level === null) $level...
// This program is free software: you can redistribute it and/or modify // (at your option) any later version. // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #pragma once #include <stddef.h> #include <vector> #include <memory> #include...
//jshint esnext:true angular.module('debitos'). factory('debitosService', function($q) { return { getDebitos: function() { return $q(function(resolve, reject) { var lista = []; var sql = 'SELECT nombre,apellido,direccion,cuil,iddonante, ' + ' debito.id as idde...
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE....
package ru.net.serbis.dbmanager.result; import android.content.*; import android.util.*; import android.view.*; import android.widget.*; import java.util.*; import ru.net.serbis.dbmanager.*; import ru.net.serbis.dbmanager.util.*; public class Row extends LinearLayout { public static final int MARGIN = 2; public...
<?php if(!empty($_SESSION['login'])){ $klantId = $_SESSION['login'][0]; $klantNaam = $_SESSION['login'][1]; $klantRolId = $_SESSION['login'][2]; function isKlant($klantRolId){ if($klantRolId === 1 || $klantRolId === 5){ return true; }else{ return false; } } function isGeblokkeerd($kl...
import bpy from bpy.props import * from ... events import <API key> from ... base_types.node import AnimationNode from ... utils.fcurve import <API key> frameTypeItems = [ ("OFFSET", "Offset", ""), ("ABSOLUTE", "Absolute", "") ] class <API key>(bpy.types.Node, AnimationNode): bl_idname = "<API key>" bl_...
package Controllers.Tools; /** * * @author HSOTELO */ public enum TypeUpdate { FILE_QUERY_CLEAR, FILE_FIELDS, QUERY_FIELDS }
Base, shared Vue components used throughout. These components are often used as building blocks for specific applets.
package microtrafficsim.core.simulation.core; import microtrafficsim.core.simulation.builder.ScenarioBuilder; import microtrafficsim.core.simulation.scenarios.Scenario; import java.util.Timer; /** * <p> * A simulation setup consists of three major parts: <br> * &bull; {@link Simulation}: the executor of simulation s...
#ifndef REMOTE_PROXY_BASE_H #define REMOTE_PROXY_BASE_H #include <proxybase_exports.h> #include <Xfer.h> #include <KeepAliveRPC.h> #include <QuitRPC.h> #include <ConnectCallback.h> #include <LaunchProfile.h> #include <MachineProfile.h> #include <string> // Forward declaration. class RemoteProcess; // Class: RemoteProxy...
/** * This turns your displayObjects to grayscale. * @class Gray * @contructor */ Phaser.Filter.Gray = function (game) { Phaser.Filter.call(this, game); this.uniforms.gray = { type: '1f', value: 1.0 }; this.fragmentSrc = [ "precision mediump float;", "varying vec2 vTextureCoord;", ...
// MediaInfo_Internal - All info about media files // This library is free software: you can redistribute it and/or modify it // any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // For user: you can disable or enable it...
# Queue - require "thread" puts "SizedQuee Test" queue = Queue.new producer = Thread.new() do 3.times do |i| sleep rand(i) queue << i puts "#{i} produced" end end consumer = Thread.new do 3.times do |i| value = queue.pop sleep rand(i/2) puts "co...
#ifndef overview_formH #define overview_formH #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <Buttons.hpp> #include <ComCtrls.hpp> #include <ToolWin.hpp> class TDBWFRM; class TOverviewForm : public TForm { __published: // IDE-managed Components TToolBar *Tool...
<?php ?> <!-- BEGIN PHP TEMPLATE STOCKCORRECTION.TPL.PHP --> <?php $productref = ''; if ($object->element == 'product') $productref = $object->ref; $langs->load("productbatch"); if (empty($id)) $id = $object->id; print '<script type="text/javascript" language="javascript"> ...
# This file is part of <API key>. # <API key> is free software: you can redistribute it and/or # (at your option) any later version. # <API key> is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # along with <API key>. If not, see import logging import d...
/* Written by James Youngman <jay@gnu.org>. */ #if !defined BUGREPORTS_H # define BUGREPORTS_H # include <stdio.h> /* Interpreetation of the return code is as for fprintf. */ int <API key> (FILE *f, const char *program_name); #endif
package helper.Entity; import org.apache.http.Header; import org.apache.http.HttpEntity; import java.io.<API key>; import java.io.Closeable; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.Random; public class MultipartEntity implements HttpEnti...
Pacman === Pacman COSC2451 Programming Techniques Copyright 2014 Ly Quoc Hung (s3426511), Ly Quan Liem (s3426110), Nguyen Vinh Linh (s3410595), Doan Hai Dang (s3425475) RMIT International University Vietnam This assignment includes software developed by the above mentioned students. Assignment description: The classi...
package main import ( "context" "fmt" "github.com/pharosnet/logs" "runtime" "time" ) func main() { runtime.GOMAXPROCS(8) logs.DefaultLog().Infof("some info %v", time.Now()) logs.DefaultLog().Debugf("some debug %v", time.Now()) logs.DefaultLog().Warnf("some warn %v", time.Now()) l...
using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class <API key> : resStreamedResource { [Ordinal(1)] [RED("neighborGroups")] public CArray<CArray<CUInt16>> NeighborGroups { get; set; } public <API key>(CR2WFile cr...
<?php return array( 'user1' => array( 'id' => '1', 'username' => 'user1', 'first_name' => 'firstname1', 'last_name' => 'lastname1', 'email' => 'user1@mail.ru', // $password = 'qwertyu'; 'password' => 'pbkdf2_sha256$10000$VnMBMpzVtq39$/<API key>+uoGA5nFisfZPcvUJw=', 'is_active' => '1', ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Sat Jul 30 16:24:39 CEST 2011 --> <title>Uses of Class ch.intertec.storybook.jasper.ExportReport</title> <meta name="date" content="2011-07-30"> <link rel="stylesheet" type="text/css" href="../../../../../styl...
// File: debugoff.hpp // #pragma once #undef Verify #undef Warn #undef Check_Signature #undef Check_Pointer #undef Mem_Copy #undef Str_Copy #undef Str_Cat #undef Check #undef Cast_Pointer #undef Cast_Object #undef Spew #undef USE_TIME_ANALYSIS // trace t...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: Notification</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></s...
package org.uag.netsim.core.device; import java.io.Serializable; public interface <API key> extends Runnable,Serializable { }
#!/usr/bin/env python import os, sys from Bio import SeqIO from Bio.Blast import NCBIWWW from time import sleep from helpers import parse_fasta, get_opts def usage(): print """Usage: blast_fasta.py [OPTIONS] seqs.fasta Options: -t blast_type blastn, blastp, blastx, tblastn, tblastx, default: blastn ...
import Ember from 'ember'; export default Ember.View.extend({ classNames:['container'] });
package org.hsh.bfr.db.gui.dbtable.sorter; import java.util.Comparator; /** * @author Armin * */ public class MyStringSorter implements Comparator<String> { @Override public int compare(String o1, String o2) { //System.out.println("MyStringSorter"); if (o1 == null && o2 == null) return 0; else ...
#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <stdio.h> #define bufsize 32768 char buf[bufsize]; void error(char *s, int e); int main(argc,argv) int argc; char **argv; { int s; int i; int e; struct sockaddr_in addr; int fdmask; struct t...
package org.parsers.commons; public interface GlobalConstants { String EMPTY_TEXT = ""; }
#ifndef ATTITUDE_PID_H_ #define ATTITUDE_PID_H_ /* STL Headers */ #include <string> /* Boost Headers */ #include <boost/thread.hpp> #include <boost/math/constants/constants.hpp> #include <boost/numeric/ublas/vector.hpp> namespace blas = boost::numeric::ublas; /* Project Headers */ #include "Parameter.h" #include "pid_c...
package app.niklascarlsson.cv; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; public class AboutFragment extends Fragment { @Override public View onCreateView(LayoutInflater infla...
// C++ standard includes // Falltergeist includes #include "../../Logger.h" #include "../../VM/Handlers/Opcode814CHandler.h" #include "../../VM/VM.h" #include "../../Game/Game.h" #include "../../State/Location.h" #include "../../PathFinding/HexagonGrid.h" #include "../../PathFinding/Hexagon.h" // Third party includes n...
<?php # proNET Online-Tool # The following tool can help you make sense of the knowledge, skills and competences developed during your university study # and help you decide about your further educational path. # Rollnerstr. 14, 90408 Nuremberg, Germany # This file is part of proNET Online-Tool. # proNET Online-Tool is...
package dk.itu.eyedroid.io.protocols; import java.io.IOException; import java.io.OutputStream; import java.net.ServerSocket; import java.net.Socket; import java.nio.ByteBuffer; import java.util.concurrent.atomic.AtomicBoolean; import dk.itu.eyedroid.Constants; import dk.itu.eyedroid.io.NetClientConfig; import dk.itu.sp...
; ; sprintf ; ; Copyright (c) 2017, Cytlan, Shibesoft AS ; ; This is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; This program is d...
// C++ standard includes // Falltergeist includes #include "MiscObject.h" // Third party includes namespace Falltergeist { namespace Game { GameMiscObject::GameMiscObject() : GameObject() { _type = TYPE_MISC; } GameMiscObject::~GameMiscObject() { } } }
#ifndef NATS_H_ #define NATS_H_ #include <stdlib.h> #include <stdint.h> #include <stdbool.h> #include <inttypes.h> #include <stdio.h> #include "status.h" #include "version.h" /** \def NATS_EXTERN * \brief Needed for shared library. * * Based on the platform this is compiled on, it will resolve to * the appropria...
class <API key> < ActiveRecord::Migration def change add_index :<API key>, :is_active end end
<?php /** * The class that holds all deactivation functionality. * * @since 1.0.0 * @package Foyer * @subpackage Foyer/includes * @author Menno Luitjes <menno@mennoluitjes.nl> */ class Foyer_Deactivator { /** * Does some housekeeping at plugin deactivation. * * Fired du...
#include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <queues/task_queue.h> #ifdef HAVE_THREADS #include <rthreads/rthreads.h> #endif typedef struct { retro_task_t *front; retro_task_t *back; } task_queue_t; struct retro_task_impl { void (*push_running)(retro_task_t *); void (*cancel)(void *);...
using System; using <API key>.Contracts; using <API key>.Data.Helpers; using <API key>.Models; namespace <API key>.Data { <summary> Order Processing unit of work </summary> public class OrderProcessingUow : IOrderProcessingUow { private readonly DBConnectionString _dbConnectionString; ...
package jmanager.VICODE.dialogs; import jmanager.VICODE.BuilderGUI; /** * * @author jesus */ public abstract class <API key> extends javax.swing.JDialog { protected BuilderGUI builderGUI; /** Creates new form <API key> */ public <API key>() { builderGUI = BuilderGUI.getInstance(); initCom...
#ifndef <API key> #define <API key> #include "asn_application.h" /* Including external dependencies */ #include "<API key>.h" #include "<API key>.h" #include "constr_SEQUENCE.h" #ifdef __cplusplus extern "C" { #endif /* <API key> */ typedef struct <API key> { <API key> high; <API key> low; /* ...
TARGET = :clang ARCHS = armv7 armv7s arm64 include $(THEOS)/makefiles/common.mk BUNDLE_NAME = empyreal empyreal_FILES = empyreal.mm <API key> = /Library/PreferenceBundles empyreal_FRAMEWORKS = UIKit Social Foundation empyreal_LIBRARIES = applist <API key> = Preferences empyreal_CFLAGS = -fobjc-arc include $(THEOS_MAKE_...
import os from ConfigParser import SafeConfigParser addrs = os.environ.get('<API key>', '').split(',') addr_tuples = [] if addrs: for addr in addrs: addr = addr.split(':') if len(addr) == 2: addr_tuples.append((addr[0], int(addr[1]))) <API key> = addr_tuples if addr_tuples else [("0.0.0....
#!/usr/bin/python ''' Cytostream LeftDock Adam Richards adamricha@gmail.com ''' import sys,os from PyQt4 import QtGui,QtCore if hasattr(sys,'frozen'): baseDir = os.path.dirname(sys.executable) baseDir = re.sub("MacOS","Resources",baseDir) else: baseDir = os.path.dirname(__file__) sys.path.append(os.path.joi...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:03 PDT 2014 --> <title>Uses of Class java.awt.Graphics2D (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" ...
#ifndef WITH_CMAKE #include "ester-config.h" #endif #include "utils.h" #include "symbolic.h" #include <cstdlib> #include <typeinfo> using namespace std; sym::sym() { expr=new sym_num(0); context=NULL; } sym::~sym() { if(expr!=NULL) delete expr; } sym::sym(const sym &s) { context=s.context; expr=s.ex...
/* Error: File to import not found or unreadable: compass. on line 1 of theme8.scss 1: @import 'compass'; 2: @import 'bootstrap_lib/_variables'; 3: 4: $header-background: #333; 5: $color-style1: #43bebd; 6: $color1-style1: #fff; Backtrace: theme8.scss:1 C:/Ruby22/lib/ruby/gems/2.2.0/gems/sa...
package serviceaccess import ( "github.com/cloudfoundry/cli/cf/actors" "github.com/cloudfoundry/cli/cf/api/authentication" "github.com/cloudfoundry/cli/cf/commandregistry" "github.com/cloudfoundry/cli/cf/configuration/coreconfig" "github.com/cloudfoundry/cli/cf/flags" . "github.com/cloudfoundry/...
#include <iostream> #include <string> #include <sstream> #include <cmath> #include <cstdio> #define maxI 99999999 #define min(a,b) ((a) < (b) ? (a) : (b)) using namespace std; int dp[305]; int weight[101]; int value[101]; int M; int main() { double temp; int cases = 1; while(cin >> temp) { weig...
package co.paralleluniverse.actors; import co.paralleluniverse.common.test.TestUtil; import co.paralleluniverse.common.util.Debug; import co.paralleluniverse.common.util.Exceptions; import co.paralleluniverse.fibers.Fiber; import co.paralleluniverse.fibers.<API key>; import co.paralleluniverse.fibers.FiberScheduler; im...
// ChildView.cpp : CChildView #include "stdafx.h" #include "painter.h" #include "ChildView.h" #include "MainFrm.h" #include "Dialog.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CChildView IMPLEMENT_DYNCREATE(CChildView, CScrollView) BEGIN_MESSAGE_MAP(CChildView, CScrollView) ON_COMMAND(ID_FILE_PRINT, &CScrollVi...
<?php session_start(); ?> <!DOCTYPE html> <html> <head> <title>Checkers</title> <link rel="stylesheet" href="default.css"> <script> var usersTurn = false; var piece = []; var game = ""; function updateBoard(data){ var arr = data.split(""); for(var inde...
{- Author: Ka Wai Cheng Maintainer: Ka Wai Cheng Email: <mail.kawai.cheng@gmail.com> License: GPL 3.0 File: ProofChecker.hs Description: checks given proof tree is correct and shows unsatisfiability -} module ProofChecker where import Proof import Signature import ProofUtils import Data.List {- Call...
<?php // Heading $_['heading_title'] = 'Metode Pembayaran'; // Text $_['text_account'] = 'Akun'; $_['text_payment'] = 'Pembayaran'; $_['text_your_payment'] = 'Informasi Pembayaran'; $_['text_your_password'] = 'Password Anda'; $_['text_cheque'] = 'Cek'; ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="../img/favicon.ico"> <title>User - Beacon API</title> ...
#!/usr/bin/perl -w ($] >= 5.004) || die "version is $] -- need perl 5.004 or greater"; # -*- perl -*- use lib "$ENV{CRAIG_HOME}/perl/lib"; use Organism; use Contig; use Getopt::Long; use Gene; use strict; use enum qw(STRAND_FWD=0 STRAND_COMP=1); my $contigFile; my $usage = "usage : $0 -ctg contigFile < locations > newL...
var camera, scene, renderer; var geometry, material, mesh; function buildAxis(src, dst, colorHex, dashed) { var geom = new THREE.Geometry(), mat; if (dashed) { mat = new THREE.LineDashedMaterial({ linewidth: 3, color: colorHex, dashSize: 3, gapSize: 3 }); } else { mat = new...
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 5.2.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by the Perl program only. The format and even # the name or ...
#include "lua.h" #include "lauxlib.h" #include "lualib.h" #include "grub_lib.h" #include "gbk.h" #include <grub/dl.h> #include <grub/env.h> #include <grub/parser.h> #include <grub/command.h> #include <grub/normal.h> #include <grub/term.h> #include <grub/file.h> #include <grub/menu.h> #include <grub/misc.h> #include <gr...
@echo off REM The directory where Madsonic will create files. Make sure it is writable. set MADSONIC_HOME=c:\madsonic REM The host name or IP address on which to bind Madsonic. Only relevant if you have REM multiple network interfaces and want to make Madsonic available on only one of them. REM The default value 0....
package fundamentals.bagsQueueStack; import util.api.StdIn; import util.api.StdOut; import java.util.Arrays; import java.util.Iterator; import java.util.<API key>; public class ResizingArrayQueue<I> implements Iterable<I> { private final static int INITCAPACITY = 1000; private I[] array; // the queue arrays ...
<?php class <API key> { public static function generatePage(&$tpl, &$session, &$account, &$perso) { $dbMgr = DbManager::getInstance(); //Instancier le gestionnaire $db = $dbMgr->getConn('game'); //Demander la connexion existante $errorUrl = '?popup=1&amp;m=<API key>'; if (!$perso...
#ifndef PROXYSTYLE_H #define PROXYSTYLE_H #include <QProxyStyle> class ProxyStyle : public QProxyStyle { public: void drawItemText(QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole) const; int styleHint(StyleHint hint, const QSt...
#include <CustomEventWidget.h> #include <GUIConf.h> #include <<API key>.cpp> CustomEventWidget::CustomEventWidget(QWidget *parent) : QWidget(parent) { init(true, true); upperOutLayer->setText(<API key>); middleLayer->setText(<API key>); bottomOutLayer->setText(<API key>); upperIndicator->setText(<AP...
package br.org.otus.security.api; import br.org.otus.response.builders.ResponseBuild; import br.org.otus.response.exception.<API key>; import br.org.otus.response.info.Authorization; import br.org.otus.security.dtos.*; import br.org.otus.security.services.SecurityService; import org.bson.types.ObjectId; import org.ccem...
-- Name: <API key>(character varying, character varying, character varying, character varying, numeric, character varying, numeric); Type: FUNCTION; Schema: deapp; Owner: - CREATE FUNCTION <API key>(trial_id character varying, top_node character varying, data_type character varying DEFAULT 'R'::character varying, sourc...
"use strict"; var MapperGame = function(htmlElements) { this.displayCanvas = htmlElements.mainCanvas; this.displayContext; this.bufferCanvas; this.bufferContext; this.diagCostText = htmlElements.diagCostText; this.critPointOptCheck = htmlElements.critPointOptCheck; this.wallCostText = htmlEl...
// 2008 Irene Ruengeler // 2009 Thomas Dreibholz // This program is free software; you can redistribute it and/or // as published by the Free Software Foundation; either version 2 // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A...