answer
stringlengths
15
1.25M
#include "SkyXManager.h" #include "Application.h" #include "HydraxWater.h" #include "OgreSubsystem.h" #include "TerrainManager.h" #include "<API key>.h" using namespace Ogre; using namespace RoR; SkyXManager::SkyXManager(Ogre::String configFile) { InitLight(); //Ogre::<API key>::getSingleton().addResourceLocati...
/** \file helpers.hpp \brief Helper macros, functions and classes */ #ifndef __HELPERS_HPP__ #define __HELPERS_HPP__ #include <boost/static_assert.hpp> #include <boost/cstdint.hpp> #include <cmath> namespace GTSVM { // ARRAYLENGTH macro #define ARRAYLENGTH( array ) \ ( sizeof( array ) / sizeof( array[ 0...
#include "scene01.h" Scene01::Scene01() : SuperScene() { // Start Timer t t.start(); text[0]->message("Scene01: Parent/child, Sprite, Spritesheet, blendcolor"); text[4]->message("<SPACE> reset UV animation"); text[5]->message("<Arrow keys> move camera"); // Create an Entity with a custom pivot p...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using Frontiers.World; [CustomEditor(typeof(BannerEditor))] public class BannerEditorEditor : Editor { protected BannerEditor be; public void Awake() { be = (BannerEditor)target; ...
<?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 // Instructions. // 1. Ensure this file and the image '515-797no09sa.jpg' are in t...
<?php class OperationData { public static $tablename = "operation"; public function OperationData(){ $this->name = ""; $this->product_id = ""; $this->q = ""; $this->cut_id = ""; $this->operation_type_id = ""; $this->is_oficial = "0"; $this->created_at = "N...
/** * The main class of Armature, it plays armature animation, manages and updates bones' state. * @class * @extends ccs.Node * * @property {ccs.Bone} parentBone - The parent bone of the armature node * @property {ccs.ArmatureAnimation} animation - The animation * @property {ccs.Arm...
#include "jednostki.h" #include "generatormt.h" #include "nucleus_data.h" #include "calg5.h" #include "util2.h" using namespace std; template < class T > static inline T pow2 (T x) { return x * x; } static inline double bessj0(double x) { if(fabs(x)<0.000001) return cos(x); else return sin(x...
package org.gnubridge.presentation.gui; import java.awt.Point; import org.gnubridge.core.Card; import org.gnubridge.core.Direction; import org.gnubridge.core.East; import org.gnubridge.core.Deal; import org.gnubridge.core.Hand; import org.gnubridge.core.North; import org.gnubridge.core.South; import org.gnubridge.core....
Berry Berry is multiplatform and modern image viewer, focused on better user interface... How to Compile # Install dependencies Install gcc, g++, libexiv2, Qt5Core, Qt5DBus, Qt5Gui, Qt5Multimedia, <API key>, Qt5Network, Qt5PrintSupport, Qt5Qml, Qt5Quick, Qt5Sql, Qt5Svg, and Qt5Widgets. on Ubuntu: sudo apt-get insta...
// Version 3), copied verbatim in the file "COPYING". // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. #ifndef <API key> #define <API key> @file CallbackRegistry.h @author Matthias Richter @since 2018-04-26 @brief A generic registry for callbacks...
<b>Users Currently Logged In</b> <ul> <?php if (!empty($currentUsers)):foreach($currentUsers as $u):?> <li> <?php echo $u->getFullName();?> </li> <?php endforeach;endif;?> </ul>
<?php require_once(dirname(__FILE__).'/PushConnection.php'); define ('FORMAT_NONE', 0x00); define ('FORMAT_BOLD_TEXT', 0x01); define ('FORMAT_ITALIC_TEXT', 0x02); define ('<API key>', 0x04); define ('FORMAT_NEW_LINE', 0x08); define ('IMG_FILE', true); define ('IMG_RAW', false); define('BOTAPI_VERSION', 'GGBotApi-2.4-PH...
<?php @session_start() ; $proceed=FALSE ; $public=FALSE ; if (isset($_SESSION[$guid]["username"])==FALSE) { $public=TRUE ; //Get public access $publicApplications=getSettingByScope($connection2, 'Application Form', 'publicApplications') ; if ($publicApplications=="Y") { $proceed=TRUE ; } } e...
Kali1.1a # Contents - [Install Kali](Kali1.1a/Install-kali.md) - Kali - [Configure Kali Apt Sources](Kali1.1a/<API key>.md) - Kali Apt - [Install mate desktop to kali](Kali1.1a/<API key>.md) - mate - [Install Mint Themes to Kali](Kali1.1a/Install-Mint-Themes.md) - mint [](Kali1.1a/autogen.sh) sh root@Hack:~/ # chmod +x...
/*global define*/ /*global test*/ /*global equal*/ define(['models/config'], function (Model) { 'use strict'; module('Config model'); test('Can be created with default values', function() { var note = new Model(); equal(note.get('name'), '', 'For default config name is empty'); equal...
//#line 2 "/opt/ros/indigo/share/dynamic_reconfigure/cmake/../templates/ConfigType.h.template" // File autogenerated for the dwa_local_planner package // by the dynamic_reconfigure package. // Please do not edit. #ifndef <API key> #define <API key> #include <dynamic_reconfigure/config_tools.h> #include <limits> #includ...
<?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(); $plugin->version = 2020110900; $plugin->requ...
#pragma once #include "cast.h" NAMESPACE_BEGIN(pybind11) \addtogroup annotations @{ Annotation for methods struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; Annotation for operators struct is_operator { }; Annotation for parent scope struct scope { handle value; scope(const handle &s) : va...
var searchData= [ ['operator_2a',['operator*',['../class_complex.html#<API key>',1,'Complex']]], ['operator_2b',['operator+',['../class_complex.html#<API key>',1,'Complex']]], ['operator_5e',['operator^',['../class_complex.html#<API key>',1,'Complex']]] ];
#include <moonshine/async-queue-source.h> #include <glib.h> #include <unistd.h> static guint tag = 0; void my_free_func(gpointer data) { g_print("free: %s\n", ((GString *)data)->str); g_string_free((GString *)data, TRUE); } void my_pool_func(gpointer data, gpointer userdata) { static int count = 1; G...
/* * temporary real division routine. */ #include <linux/math_emu.h> static void shift_left(int * c) { __asm__ __volatile__("movl (%0),%%eax ; addl %%eax,(%0)\n\t" "movl 4(%0),%%eax ; adcl %%eax,4(%0)\n\t" "movl 8(%0),%%eax ; adcl %%eax,8(%0)\n\t" "movl 12(%0),%%eax ; adcl %%eax,12(%0)" ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>ublas: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.6.1 --...
#ifndef _UI_UTILS_H #define _UI_UTILS_H namespace QSanUiUtils { // This is in no way a generic diation fuction. It is some dirty trick that // produces a shadow image for a pixmap whose foreground mask is binaryImage QImage produceShadow(const QImage &image, QColor shadowColor, int radius, double decade); ...
# import re, os # from jandy.profiler import Profiler # class Base: # def __init__(self): # print('init call') # def compile(self, str): # re.compile(str) # p = Profiler("12K", "localhost:3000", 1) # try: # p.start() # b = Base() # b.compile("foo|bar") # print("Hello World!!\n") ...
# This file is part of GNU Mailman. # GNU Mailman is free software: you can redistribute it and/or modify it under # any later version. # GNU Mailman is distributed in the hope that it will be useful, but WITHOUT # more details. import sys import time import optparse from email.Charset import Charset from mailman impor...
#pragma once #include "nanoflann.h" #include "coord.h" #include "typeset.h" // TypeSet to nanoflann kd-tree adaptor class class CoordTypeSetAdaptor { public: CoordTypeSetAdaptor( const TypeSet<Coord>& obj ) : obj_(obj) {} inline size_t <API key>() const { return obj_.size(); } inline Pos::Ordinate_Type kdtr...
require 'uuid' class CompassAeInstance < ActiveRecord::Base attr_protected :created_at, :updated_at has_tracked_status has_many :parties, :through => :<API key> has_many :<API key>, :dependent => :destroy do def owners where('role_type_id = ?', RoleType.<API key>.id) end end validates :guid, :...
<?php namespace App\Console; use Illuminate\Console\Command; use Illuminate\Validation\ValidationException; use Symfony\Component\Console\Exception\<API key>; use Validator; abstract class LnmsCommand extends Command { protected $developer = false; /** * Create a new command instance. * * @return...
package com.example.mathsolver; import android.annotation.TargetApi; import android.app.Fragment; import android.os.Build; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; @TargetApi(Build.VERSION_CODES.HONEYCOMB) public class AreaFragmentRight exten...
# coding=utf-8 # This file is part of SickChill. # SickChill is free software: you can redistribute it and/or modify # (at your option) any later version. # SickChill is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the """ Test shows """ # pylint: disable=li...
<div class="modal-header"> <button type="button" class="close" ng-click="$dismiss()" aria-hidden="true">&times;</button> <h4 class="modal-title" id="new-file-label">New file...</h4> </div> <form name="newFileForm" novalidate ng-submit="newFile()"> <div class="modal-body" style="font-size: 16px; padding-bottom: 0"> ...
package com.serotonin.bacnet4j.type.<API key>; import com.serotonin.bacnet4j.exception.BACnetException; import com.serotonin.bacnet4j.type.AmbiguousValue; import com.serotonin.bacnet4j.type.Encodable; import com.serotonin.bacnet4j.type.constructed.StatusFlags; import com.serotonin.bacnet4j.util.sero.ByteQueue; public c...
/* event-config.h * * This file was generated by cmake when the makefiles were generated. * * DO NOT EDIT THIS FILE. * * Do not rely on macros in this file existing in later versions. */ #ifndef <API key> #define <API key> /* Numeric representation of the version */ #define <API key> @<API key>@ #define <API key...
<?php namespace Kodekit\Library; interface <API key> { public function canRender(); public function canRead(); public function canBrowse(); public function canAdd(); public function canEdit(); public function canDelete(); }
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE <API key> #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ScopedTypeVariables #-} module CO4.Example.Fib where import Language.Haskell.TH (runIO) import qualified Satchmo.Core.SAT.Minisat import qualified Satchmo.Core.Decode i...
.container { margin:10px; }
using System.Linq; using kino.Core.Framework; using kino.Messaging; namespace kino.Cluster { public partial class ScaleOutListener { private void <API key>(Message message) { if ((message.TraceOptions & MessageTraceOptions.Routing) == MessageTraceOptions.Routing) { ...
<?php // Disallow direct access to this file for security reasons if(!defined("IN_MYBB")) { die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); } class <API key> extends <API key> { var $settings = array( 'friendly_name' => 'poll votes', 'pr...
#include <SDL_events.h> class Engine { public: static bool StaticInit(); virtual ~Engine(); static std::unique_ptr< Engine > sInstance; virtual int Run(); void <API key>( bool inShouldKeepRunning ) { mShouldKeepRunning = inShouldKeepRunning; } virtual void HandleEvent( SD...
<?php namespace Magento\CatalogSearch\Setup; use Magento\Framework\Setup\<API key>; use Magento\Framework\Setup\<API key>; use Magento\Framework\Setup\<API key>; /** * @codeCoverageIgnore */ class InstallSchema implements <API key> { /** * {@inheritdoc} */ public function install(<API key> $setup, <...
package com.krawler.portal.util; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.Enumeration; import java.util.Iterator; import ...
#ifndef __CARBON__ #define __CARBON__ #ifndef __CORESERVICES__ #include "CoreServices.h" #endif #ifndef <API key> #include "ApplicationServices.h" #endif #ifndef <API key> #include "ApplicationServices.h" #endif #ifndef __HIOBJECT__ #include "HIObject.h" #endif #ifndef __HITOOLBAR__ #include "HIToolbar.h" #endif #ifnde...
<?php namespace view; require_once("view/ListView.php"); /** * View that shows a list of unique sessions * for a specific ip-number */ class SessionListView extends ListView { private $logSessions = array(); private static $loggedDate = "loggedDate"; private static $pageTitle = "Ip-address: "; privat...
-- 442 -- PKCColumnA -- ListElementAdder with ChainedSupplier with <API key> and <API key> - Added HCPID CREATE TABLE "Users" ( "MID" INT PRIMARY KEY, "Password" VARCHAR(20), "Role" VARCHAR(20) NOT NULL, "sQuestion" VARCHAR(100), "sAnswer" VARCHAR(30), CHECK ("Role" IN ('pat...
/* Header File for abc controller for use in simulink */ #ifndef _ABC_CONTROLLER_ #define _ABC_CONTROLLER_ #include <stdio.h> #include <math.h> #define TRUE 1 #define FALSE 0 #include <limits.h> #include "abc_controller_type.h" extern void ABC_Controller(double input[16], double output[4], double bona_in[5], double sav...
#!/bin/sh . ./include.sh ${examples_dir}precision > /dev/null
#include <math.h> #include <glib.h> #include <gdk/gdkgl.h> #include <gdk/gdkkeysyms.h> #include <objects/grits-volume.h> #include <objects/grits-callback.h> #include <objects/marching.h> #include <GL/gl.h> #include <rsl.h> #include <tester.h> static double dist = 0.75; static gdouble distp(VolPoint *a, gdouble...
#!/usr/bin/perl # -D Ruth Bavousett # EXPECTS: # -nothing # DOES: # -corrects borrower zipcodes that start with zero, if --update is given # CREATES: # -nothing # REPORTS: # -what would be changed, if --debug is given # -count of records examined # -count of record modified use autodie; use strict; use warn...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace FEFTwiddler.GUI.UnitViewer { [Designer("System.Windows.F...
using UnityEngine; using System.Collections; using System; namespace Frontiers.World.WIScripts { public class Key : WIScript { public override void OnInitialized () { if (!worlditem.Is <QuestItem> ()) { worlditem.Props.Name.DisplayName = State.KeyName; } ...
define( "dojo/cldr/nls/nb/gregorian", //begin v1.x content { "dateFormatItem-Ehm": "E h.mm a", "<API key>": [ "sø.", "ma.", "ti.", "on.", "to.", "fr.", "lø." ], "<API key>": [ "J", "F", "M", "A", "M", ...
import Ember from 'ember'; export default Ember.Component.extend({ classNames: ['button-content'], audio: Ember.inject.service(), soundName: null, rate: 1, preloadSounds: function() { this.get('audio'); }.on('init'), actions: { play() { this.get('audio').play(this.get('soundName'), this.get(...
<?php // This program is free software: you can redistribute it and/or modify // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // If you purchased an openITCOCKPIT Enterprise Edition you can use this file // confirmation. ...
<?php $languages = array( 'CHARSET' => 'UTF-8', 'Language_ar_AR' => 'Arabia', 'Language_ar_SA' => 'Arabic', 'Language_bg_BG' => 'Bulgarian', 'Language_ca_ES' => 'Katalaani', 'Language_da_DA' => 'Tanska', 'Language_da_DK' => 'Tanska', 'Language_de_DE' => 'S...
// a) the Lesser General Public Licence v3 (LGPL) // Allors Platform is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the namespace Allors.Adapters.Object.SqlClient { using System.Linq; using Allors; using Allors.Domain; using Allors.Meta;...
<?php // This is a SPIP language file -- Ceci est un fichier langue de SPIP // ** ne pas modifier le fichier ** if (!defined('_ECRIRE_INC_VERSION')) { return; } $GLOBALS[$GLOBALS['idx_lang']] = array( '<API key>' => 'nur al estontaj artikoloj (neniu ago ĉe la datenbazo).', '<API key>' => 'al ĉiuj artikolo...
import { TestData } from '../../test-data'; import { ViewController } from 'ionic-angular'; import { NavParamsMock, BrandsActionsMock, <API key>, ModelsActionsMock, ItemsActionsMock, BrandsServiceMock, <API key>, ModelsServiceMock, ItemsServiceMock, } from '../../mocks'; import { InventoryFilterPage }...
<?php namespace Magento\Framework\App\Test\Unit\View\Asset\<API key>; use \Magento\Framework\App\View\Asset\<API key>\Factory; use Magento\Framework\<API key>; class FactoryTest extends \<API key> { /** * @var <API key> | \<API key> */ private $objectManager; protected function setUp() { ...
<?php namespace Magento\Tax\Test\Unit\Model; class <API key> extends \<API key> { /** * @var \Magento\Tax\Model\TaxRateManagement */ protected $model; /** * @var \<API key> */ protected $<API key>; /** * @var \<API key> */ protected $filterBuilderMock; /** ...
<?php namespace Magento\Config\Model\Config\Backend; class Serialized extends \Magento\Framework\App\Config\Value { /** * @return void */ protected function _afterLoad() { if (!is_array($this->getValue())) { $value = $this->getValue(); $this->setValue(empty($value) ...
#include <iostream> #include <cstdio> #include <cstdlib> #include <syslog.h> #include <signal.h> #include <unistd.h> #include <native/task.h> #include <native/timer.h> #include <boost/thread.hpp> #include <boost/ref.hpp> #include <boost/tuple/tuple.hpp> #include <barrett/detail/stacktrace.h> #include <barrett/detail/st...
#include <stdio.h> #include <string.h> #include <omnetpp.h> #include "Adapter_PLC_Base.h" #include "IPassiveQueue.h" #include "IInterfaceTable.h" #include "<API key>.h" //static const double SPEED_OF_LIGHT = 200000000.0; // TODO: Changed by Ramon; already defined in INETDefs.h Adapter_PLC_Base::Adapter_PLC_Base() { ...
#include "eap_aka_3gpp2_card.h" #include <daemon.h> typedef struct <API key> <API key>; /** * Private data of an <API key> object. */ struct <API key> { /** * Public <API key> interface. */ <API key> public; /** * AKA functions */ <API key> *f; /** * do sequence number che...
package org.jevis.commons.dataprocessing.v2; import java.util.List; /** * * @author Florian Simon */ public interface Task { void setDataProcessor(Function dp); Function getDataProcessor(); void setDependency(List<Task> dps); List<Task> getDependency(); Result getResult(); }
import leon._ import lazyeval._ import lang._ import annotation._ import collection._ import instrumentation._ import math._ /** * A constant time deque based on Okasaki's implementation: Fig.8.4 Pg. 112. * Here, both front and rear streams are scheduled. * We require both the front and the rear streams to be of alm...
## roster_nb.py ## based on roster.py ## This program is free software; you can redistribute it and/or modify ## the Free Software Foundation; either version 2, or (at your option) ## any later version. ## This program is distributed in the hope that it will be useful, ## MERCHANTABILITY or FITNESS ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Light...
using System.IO; using System.Text; using Microsoft.WindowsAzure.Storage.Blob; namespace ScrewTurn.Wiki.Plugins.AzureStorage { <summary> </summary> public static class CloudBlobExtensions { <summary> Uploads a string of text to a block blob. </summary> <param name="blob">...
<?php namespace Library\ViewModels; if (!<API key>) { exit('No direct script access allowed'); } class BaseJsonVm extends BaseVm { /** * * @var mixed The response to use by the JavaScript Client */ protected $Response; /** * Getter for $Response member. * * @return mixed * @see $Response me...
#include <Foundation/Foundation.h> @interface NSVBTestedFault : NSObject @end
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using System.Web.Security; using ACE.Web.Models.Account; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RestSharp; namespace ACE.Web.Controllers { public...
# -*- coding: utf-8 -*- from django.contrib import admin from django.utils.translation import ugettext as _ from .models import AbuseReport, SearchTermRecord admin.site.register(AbuseReport) class SearchTermAdmin(admin.ModelAdmin): list_display = ('__unicode__', 'ip_address', 'get_user_full_name', ) search_fiel...
// This file is part of the ClearCanvas RIS/PACS open source project. // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the GNU General Public // The ClearCanvas RIS/PACS open source project is distributed in the hope that it // MERCHANTABIL...
#! /bin/sh for i in `ls ./ | sed s'|.po||'` ; do msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot done
package org.ovirt.engine.core.bll.transport; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.ovirt.engine.core.bll.Backend; import org.ovirt.engine.core.common.businessentities.VDS; import org.ovirt.engine.core.common.businessentities.VdsProtocol; import org.ovirt.engine.c...
import {<API key>} from 'history'; import stringUtil from '@shared/util/stringUtil'; import ConfigStore from '../stores/ConfigStore'; const history = <API key>({basename: stringUtil.<API key>(ConfigStore.getBaseURI())}); export default history;
/** FIRMWARE REVISION */ #define FIRMWARE_VERSION 0x01 /** HARDWARE CONFIGURATION */ #define NUM_MOTORS 8 #ifndef F_CPU #define F_CPU 16000000UL #endif /** INCLUDE AVR HEADERS */ #include <avr/io.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <util/delay.h> /** INCLUDE...
@extends('layouts.app') @section('content') <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default"> <div class="panel-heading">Dashboard</div> <div class="panel-body"> Hello {{Auth::gua...
package nl.eduvpn.app.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import nl.eduvpn.app.R; import nl.eduvpn.app.adapter.viewholder.MessageViewHolder; import nl.eduvpn.app.entity.messag...
#ifndef <API key> #define <API key> #include <iostream> #include <vector> #include <jellyfish/double_fifo_input.hpp> #include <jellyfish/atomic_gcc.hpp> #include <jellyfish/misc.hpp> #include <jellyfish/sequence_parser.hpp> #include <jellyfish/allocators_mmap.hpp> #include <jellyfish/dna_codes.hpp> #include <jellyfish/...
drop table if exists hml;
<?php use Alchemy\Phrasea\Model\Serializer\CaptionSerializer; use Symfony\Component\Yaml\Yaml; /** * @group functional * @group legacy */ class caption_recordTest extends \PhraseanetTestCase { /** * @var caption_record */ protected $object; public function setUp() { parent::setUp();...
a, a:hover{color: #5FB0E4} @font-face {font-family: Ebrima; font-weight:700; font-style:normal} body {padding-top: 10px; background: #2b2d2e; height: 679px; background-size:cover; position:relative; color: #ffffff; letter-spacing: .05em; font-family: Ebrima, 'National Light', "Lucida Grande", "Lucida Sans Unicode", "Lu...
import inctest error = 0 try: a = inctest.A() except: print "didn't find A" print "therefore, I didn't include 'testdir/subdir1/hello.i'" error = 1 pass try: b = inctest.B() except: print "didn't find B" print "therefore, I didn't include 'testdir/subdir2/hello.i'" error = 1 pass if error == 1: raise ...
#include "<API key>.h" #include "PlayListItemAudio.h" #include "PlayListDialog.h" #include "<API key>.h" //(*InternalHeaders(<API key>) #include <wx/intl.h> #include <wx/string.h>
// BornAgain: simulate and fit scattering at grazing incidence //! @file Fit/RootAdapter/GSLMultiMinimizer.h //! @brief Declares class GSLMultiMinimizer. //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS) #ifndef GSLMULTIMINIMIZER_H #define GSLMULTIMINIMIZER_H #include "MinimizerConstant...
-- git ALTER TABLE gitinfo ADD column `ShortUrl` varchar(5) NOT NULL default 'false' AFTER `Website`; ALTER TABLE gitinfo ADD column `Colors` varchar(5) NOT NULL default 'true' AFTER `ShortUrl`; ALTER TABLE hginfo ADD column `ShortUrl` varchar(5) NOT NULL default 'false' AFTER `Website`; ALTER TABLE hginfo ADD column `...
#ifndef _SYS_SYSLOG_H #define _SYS_SYSLOG_H 1 #include <features.h> #define __need___va_list #include <stdarg.h> #define _PATH_LOG "/dev/log" /* * priorities/facilities are encoded into a single 32-bit quantity, where the * bottom 3 bits are the priority (0-7) and the top 28 bits are the facility * (0-big numb...
from __future__ import absolute_import, print_function, division from mitmproxy import exceptions import pprint def _get_name(itm): return getattr(itm, "name", itm.__class__.__name__) class Addons(object): def __init__(self, master): self.chain = [] self.master = master master.options.ch...
#! /usr/bin/env python # Script Name: bip.py # Script Usage: This script is the menu system and runs everything else. Do not use other # files unless you are comfortable with the code. # It has the following: # You will probably want to do the following: # ...
package eu.interedition.text.xml; import com.google.common.base.Objects; import javax.xml.XMLConstants; import javax.xml.stream.XMLStreamReader; import java.util.Stack; public class <API key> extends ConversionFilter { private final Stack<Boolean> <API key> = new Stack<Boolean>(); private final <API key> <API k...
package net.kodehawa.mantarobot.commands.currency.profile; import javax.imageio.ImageIO; import java.awt.Color; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.image.BufferedImage; import java.awt.image.WritableRaster; import java.io.<API key>; import java.io.<API key>; import java.io.IOExce...
require 'polyhoraire/auth' require 'test/unit' require 'yaml' class TestAuth < Test::Unit::TestCase def setup @config = YAML.load_file("conf/test_poly.yaml") end def test_connect <API key> do auth = Poly::Auth.new user = @config['credentials']['user'] password = @config['credential...
asm(1000){ var a = 1; };
<?php /** * Modify layout using filter */ /** * Available actions (by ref) * dynamic_block_{block_name}_before where block_name is name of block e.g. header. action can have two arguments "block" and "block_settings" as array * dynamic_block_{block_name}_before_block_items * dynamic_block_{block_name}_after where...
package tombenpotter.emt.common.util; import thaumcraft.api.aspects.Aspect; import thaumcraft.api.aspects.AspectList; public class ResearchAspects { public static AspectList <API key> = new AspectList().add(Aspect.ENERGY, 5).add(Aspect.TOOL, 6).add(Aspect.MINE, 4); public static AspectList <API key> = new Aspec...
#!/usr/bin/env python3 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*- # This program is free software: you can redistribute it and/or modify # published by the Free Software Foundation. # This program is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Se...
package monitor; public interface RunnableWithResult<T> { public T run() ; }
using System; using System.Windows.Data; using System.Windows.Media; namespace Xceed.Wpf.Toolkit.Core.Converters { public class <API key> : IValueConverter { #region IValueConverter Members <summary> Converts a Color to a SolidColorBrush. </summary> <param name="value">The Color produced by the ...