answer
stringlengths
15
1.25M
package org.neugen.gui; import org.jdesktop.application.Action; /** * @author Sergei Wolf */ public final class NGAboutBox extends javax.swing.JDialog { private static final long serialVersionUID = 1L; public NGAboutBox(java.awt.Frame parent) { super(parent); initComponents(); getRootP...
#ifndef <API key> #define <API key> #include "sagemakerrequest.h" namespace QtAws { namespace SageMaker { class <API key>; class <API key> DeleteAppRequest : public SageMakerRequest { public: DeleteAppRequest(const DeleteAppRequest &other); DeleteAppRequest(); virtual bool isValid() const Q_DECL_OVERRIDE; p...
// This file is auto-generated. Please don't modify it! package org.opencv.video; import java.util.List; import org.opencv.core.Mat; import org.opencv.core.MatOfByte; import org.opencv.core.MatOfFloat; import org.opencv.core.MatOfPoint2f; import org.opencv.core.Rect; import org.opencv.core.RotatedRect; import org.openc...
FILE(REMOVE_RECURSE "CommonBehavior.cpp" "CommonBehavior.h" "RGBD.cpp" "RGBD.h" "JointMotor.cpp" "JointMotor.h" "DifferentialRobot.cpp" "DifferentialRobot.h" "moc_specificworker.cxx" "moc_specificmonitor.cxx" "moc_genericmonitor.cxx" "moc_commonbehaviorI.cxx" "moc_genericworker.cxx" "ui_main...
package net.sf.hajdbc.sql.io; import java.io.OutputStream; import java.sql.SQLException; import java.util.Map; import net.sf.hajdbc.Database; import net.sf.hajdbc.invocation.Invoker; import net.sf.hajdbc.sql.ProxyFactory; /** * @author Paul Ferraro */ public class <API key><Z, D extends Database<Z>, P> extends Output...
package org.fenixedu.academic.domain.accounting; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.List; import java.util.Optional; import java.util.Set; import java.util.stream.Stream; import org.apache.commons.lang.StringUtils; import org.fenixedu.academic.domain...
package net.amygdalum.testrecorder.profile; import static org.assertj.core.api.Assertions.assertThat; import java.io.<API key>; import java.io.<API key>; import java.io.IOException; import java.net.URL; import java.nio.file.Path; import java.util.Enumeration; import java.util.stream.Stream; import org.junit.jupiter.api...
#ifndef <API key> #define <API key> #include "<API key>.h" namespace QtAws { namespace <API key> { class <API key>; class <API key> TagResourceRequest : public <API key> { public: TagResourceRequest(const TagResourceRequest &other); TagResourceRequest(); virtual bool isValid() const Q_DECL_OVERRIDE; protect...
package net.sourceforge.plantuml.graphic; import java.awt.geom.Dimension2D; import net.sourceforge.plantuml.ugraphic.UChangeBackColor; import net.sourceforge.plantuml.ugraphic.UChangeColor; import net.sourceforge.plantuml.ugraphic.UGraphic; import net.sourceforge.plantuml.ugraphic.URectangle; import net.sourceforge.pla...
package org.sonar.server.authentication.ws; import org.junit.Test; import org.sonar.core.platform.ListContainer; import static org.assertj.core.api.Assertions.assertThat; public class <API key> { @Test public void <API key>() { ListContainer container = new ListContainer(); new <API key>().configure(contain...
#ifndef <API key> #define <API key> // Headers #include <sgl/detail/common.h> #define <API key>(value) \ _Generic( (value), \ float: true, \ double: true, \ long double: true, \ default: false \ ...
<?php /* This file is part of the RainbowPHP package. If you think this file is lost, */ /* please send it to anyone kind enough to take care of it. Thank you. */ /* email : bperche9@gmail.com */ /* file that was distributed with this source code...
#ifndef BOX_H #define BOX_H #include "utils/geometry.h" template <typename T, size_t K> class Box : public Geometry<T, K> { public: template <typename... P> inline Box(const P&... parameters); inline ~Box(); inline Box& operator=(const Box<T, K>& src); }; #include "utils/box.tpp" #endif
#ifndef <API key> #define <API key> #include "codecommitrequest.h" namespace QtAws { namespace CodeCommit { class <API key>; class <API key> <API key> : public CodeCommitRequest { public: <API key>(const <API key> &other); <API key>(); virtual bool isValid() const Q_DECL_OVERRIDE; protected: virtual QtA...
<?php namespace pocketmine\entity; use pocketmine\item\Item as ItemItem; use pocketmine\nbt\tag\IntTag; class Slime extends Monster{ const NETWORK_ID = self::SLIME; const DATA_SIZE = 16; public $height = 2; public $width = 2; public $lenght = 2;//TODO: Size protected $exp_min = 1; protected ...
using System.Globalization; using System.ServiceProcess; using System.Threading; using Castle.Core.Logging; using Consumentor.ShopGun.Component; using Consumentor.ShopGun.Configuration; namespace Consumentor.ShopGun.Services { public abstract class ServiceHostBase : ServiceBase { public abstract void On...
#include "GAPhysicsBaseTemp.h" GAPhysicsBase::GAPhysicsBase() { } int GAPhysicsBase::testCollideWith(GAPhysicsBase* object2,GAVector3& collidePoint) { return 0; } GALine::GALine() { p1=GAVector3(0,0,0); p2=GAVector3(1,1,1); } GALine::GALine(GAVector3 p1_,GAVector3 p2_) { p1=p1_; p2=p2_; } GASegment:...
#ifndef <API key> #define <API key> #include "route53request.h" namespace QtAws { namespace Route53 { class <API key>; class QTAWSROUTE53_EXPORT <API key> : public Route53Request { public: <API key>(const <API key> &other); <API key>(); virtual bool isValid() const Q_DECL_OVERRIDE; protected: virtual Qt...
package biblivre.core; import java.io.File; import java.util.LinkedList; import org.json.JSONArray; public class <API key><T extends IFJson> extends LinkedList<T> implements <API key> { private static final long serialVersionUID = 1L; private String variable; private String prefix; private String suffix...
package yaycrawler.admin; import org.springframework.boot.builder.<API key>; import org.springframework.boot.context.web.<API key>; public class ServletInitializer extends <API key> { @Override protected <API key> configure(<API key> application) { return application.sources(Application.class); } }
// MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is applied to this software, see the // This program is free software; you can redistribute it and/or modify // This program is distributed in the hope that it will be useful, but // for more details. // with this progra...
using System; using System.Linq; using System.Threading; using System.Web.Mvc; using Arashi.Core; using Arashi.Core.Domain; using Arashi.Services.Localization; namespace Arashi.Web.Mvc.Views { public abstract class <API key> : WebViewPage //ViewUserControl { private <API key> localizationService; <sum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Collections; using KSP; using KSP.IO; using UnityEngine; namespace Kopernicus.Configuration { public class ConfigReader { [Persistent] public bool EnforceShaders = fal...
<?php namespace pocketmine\entity; use pocketmine\nbt\tag\String; class Creeper extends Monster implements Explosive{ protected function initEntity(){ $this->namedtag->id = new String("id", "Creeper"); } }
#include "dropbox/users/UsersFullAccount.h" using namespace dropboxQt; namespace dropboxQt{ namespace users{ FullAccount FullAccount::operator QJsonObject()const{ QJsonObject js; this->toJson(js); return js; } void FullAccount::toJson(QJsonObject& js)const{ Account::toJson(js); if(!m_country.isEmpty...
# /usr/local/Library/Contributions/example-formula.rb # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! class RubyDmSqliteAdapter < Formula homepage "" head "git://git.kali.org/packages/<API key>.git" version "dm" # depends_on "cmake" => :build depends_on :x11 # if you...
#include "zjson.h" #define Start 0x1<<1 #define ObjectInitial 0x1<<2 #define MemberKey 0x1<<3 #define KeyValueDelimiter 0x1<<4 #define MemberValue 0x1<<5 #define MemberDelimiter 0x1<<6 #define ObjectFinish 0x1<<7 #define ArrayInitial ...
# Define helper methods to create test data # for mail view module MailViewTestData def admin_email @admin_email ||= FactoryGirl.build(:email, address: "admin@marketplace.com") end def admin @admin ||= FactoryGirl.build(:person, emails: [admin_email]) end def author @author ||= FactoryGirl.build(:...
package br.com.vepo.datatransform.model; import org.springframework.beans.factory.annotation.Autowired; public abstract class Repository<T> { @Autowired protected MongoConnection mongoConnection; public <V> T find(Class<T> clazz, V key) { return mongoConnection.getMorphiaDataStore().get(clazz, key);...
--Copyright (C) 2009 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. --T...
package charmrepo_test import ( jc "github.com/juju/testing/checkers" gc "gopkg.in/check.v1" "gopkg.in/juju/charm.v6-unstable" "gopkg.in/juju/charmrepo.v0" "gopkg.in/juju/charmrepo.v0/csclient" charmtesting "gopkg.in/juju/charmrepo.v0/testing" ) var TestCharms = charmtesting.NewRepo("internal/te...
<?php namespace Clearbooks\Labs\Toggle\Entity; class Parasol extends ToggleStub { protected $name = "Parasol"; protected $desc = "An MASsIVE Umbrella"; protected $id = 2; protected $toggleTitle = "Parasols 4 Dayz"; }
ALTER TABLE [dbo].[<API key>] WITH CHECK ADD CONSTRAINT [<API key>] FOREIGN KEY([StockNo]) REFERENCES [dbo].[Stock] ([StockNo]) GO ALTER TABLE [dbo].[<API key>] CHECK CONSTRAINT [<API key>] GO
package com.silicolife.textmining.processes.ie.ner.nerlexicalresources; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.Properties; import java.util.concurrent.ExecutorService; import java.util....
!function(a,b,c,d){"use strict";function e(a,b){function c(a){function c(a,c){function e(a){var c="T";return h.dom=h.dom?h.dom:b.dom,-1===h.dom.indexOf(c)&&(h.dom=c+h.dom),h.hasTableTools=!0,d.isString(a)&&h.<API key>("sSwfPath",a),h}function f(a,b){return d.isString(a)&&(h.oTableTools=h.oTableTools&&null!==h.oTableToo...
# This file is part of pycangjie, the Python bindings to libcangjie. # pycangjie is free software: you can redistribute it and/or modify # (at your option) any later version. # pycangjie is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import itertools i...
/*#include "StdAfx.h"*/ #include "Sqlite3Ex.h" #include <string.h> Sqlite3Ex::Sqlite3Ex(void) :m_pSqlite(NULL) { memset(m_szErrMsg, 0x00, ERRMSG_LENGTH); } Sqlite3Ex::~Sqlite3Ex(void) { } bool Sqlite3Ex::Open(const wchar_t* szDbPath) { int nRet = sqlite3_open16(szDbPath, &m_pSqlite); if (SQLITE_OK != nRet) ...
<?php namespace Aimeos\Admin\JQAdm\Type\Media\Property; class StandardTest extends \PHPUnit\Framework\TestCase { private $context; private $object; private $view; protected function setUp() : void { $this->view = \TestHelper::view(); $this->context = \TestHelper::context(); $...
# Makefile for building: animatedtiles.app/Contents/MacOS/animatedtiles # Generated by qmake (2.01a) (Qt 4.7.4) on: ? 4? 16 23:07:08 2015 # Project: animatedtiles.pro # Template: app # Command: /Users/ssangkong/NVRAM_KWU/<API key>.7.4/bin/qmake -spec ../../../mkspecs/macx-g++ -o Makefile animatedtiles.pro CC ...
package repack.org.bouncycastle.crypto.agreement; import repack.org.bouncycastle.crypto.BasicAgreement; import repack.org.bouncycastle.crypto.CipherParameters; import repack.org.bouncycastle.crypto.params.ECDomainParameters; import repack.org.bouncycastle.crypto.params.<API key>; import repack.org.bouncycastle.crypto.p...
package settings; public class <API key> { private String terminalCommand; private String <API key>; public <API key>() { } public <API key>(String terminalCommand, String <API key>) { this.terminalCommand = terminalCommand; this.<API key> = <API key>; } public String getTerm...
#ifndef GMPY_PRP_H #define GMPY_PRP_H #ifdef __cplusplus extern "C" { #endif static PyObject * <API key>(PyObject *self, PyObject *args); static PyObject * <API key>(PyObject *self, PyObject *args); static PyObject * <API key>(PyObject *self, PyObject *args); static PyObject * <API key>(PyObject *self, PyObject *args);...
<?php namespace pocketmine\item; class Melon extends Food{ public function __construct($meta = 0, $count = 1){ parent::__construct(self::MELON, $meta, $count, "Melon"); } public function getFoodRestore(){ return 2; } public function <API key>(){ return 1.2; } }
#ifndef <API key> #define <API key> #include "<API key>.h" #include "<API key>.h" namespace QtAws { namespace PinpointEmail { class <API key>; class <API key> : public <API key> { public: <API key>(const <API key>::Action action, <API key> * const q); <API key>(const <API key>...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AlterUsersTable2 extends Migration { /** * Run the migrations. * * Here, we are adding a new column to the users table called "age_range" * * They types...
<h3>Lucky Guess? Or Calculated Risk?</h3> <h4>(λ)</h4> <p>From the example on the previous page, it looks like our game will need at least 3 different kinds of expressions:<code>guess</code>, <code>smaller</code>, and <code>bigger</code>.</p> <p>For the expressions to do what we want, we need to define the functions be...
package org.ocbc.utils; import org.json.JSONObject; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.util.HashMap; public class request { public static JSONObject get(String url, HashMap<String, String> headers) { BufferedRe...
#include <common.h> #include <memory.h> #include <types.h> #include <stdio.h> #if defined( HAVE_ERRNO_H ) #include <errno.h> #endif #if defined( HAVE_UNISTD_H ) #include <unistd.h> #endif #if defined( HAVE_STDLIB_H ) || defined( WINAPI ) #include <stdlib.h> #endif #if !defined( WINAPI ) || defined( USE_CRT_FUNCTIONS ) ...
#ifndef MASKEDITEM_H #define MASKEDITEM_H #include "maskeffect.h" #include <QDeclarativeItem> class MaskEffect; class <API key>; class MaskedItem : public QDeclarativeItem { Q_OBJECT Q_PROPERTY(<API key> *mask READ mask WRITE setMask NOTIFY maskChanged) public: M...
#if HAVE_CONFIG_H # include <config.h> #endif #include <stdio.h> #include <string.h> #include <errno.h> #include <wget.h> #include "private.h" static int _stream_callback(<API key> *resp G_GNUC_WGET_UNUSED, void *user_data, const char *data, size_t length) { FILE *stream = (FILE *) user_data; size_t nbytes = fw...
<?php $GLOBALS['TL_LANG']['tl_linkslist_list']['title_legend'] = 'Titel'; $GLOBALS['TL_LANG']['tl_linkslist_list']['config_legend'] = 'Einstellungen'; $GLOBALS['TL_LANG']['tl_linkslist_list']['name'][0] = 'Titel'; $GLOBALS['TL_LANG']['tl_linkslist_list']['name'][1] = 'Geben Sie hier den Linklist Titel ein.'; $GLOBALS['...
namespace MoCap.Manager { class Dispatcher : IComMsg { } }
using System; using System.IO; using System.Net; using System.Net.Sockets; using DnDns.Records; using DnDns.Enums; namespace DnDns.Query { <summary> Summary description for DnsQueryResponse. </summary> public class DnsQueryResponse : DnsQueryBase { #region Fields private DnsQueryRequ...
<?php namespace <API key>\DcGeneral\Contao\View\Contao2BackendView\Event; /** * Class <API key>. * * This event gets issued when the top level buttons in the listing view are being retrieved. * * These buttons include, but are not limited to, the "back" button and the "edit multiple" button. */ class <API key> ex...
#include "gtest/gtest.h" #include "oapHostMemoryApi.h" class OapMemoryApiTests : public testing::Test { public: virtual void SetUp() {} virtual void TearDown() {} }; TEST_F(OapMemoryApiTests, Test_1) { oap::Memory memory = oap::host::NewMemory ({1, 1}); oap::Memory memory1 = oap::host::ReuseMemory (memory); ...
package org.openbase.bco.device.openhab.communication; import com.google.gson.*; import org.eclipse.smarthome.core.internal.service.<API key>; import org.eclipse.smarthome.core.internal.types.<API key>; import org.eclipse.smarthome.core.types.CommandDescription; import org.eclipse.smarthome.core.types.<API key>; import...
#include "gitrepository.h" #include <qtcacheexception.h> #include <git2.h> inline void git_eval(int err){ if (err) { const git_error* err = giterr_last(); throw QtC::QtCacheException(err->message); } } template<typename T> class git_auto { public: git_auto(T* object = NULL) : ref(obj...
using System; using SonarLint.VisualStudio.Progress.Controller; namespace SonarLint.VisualStudio.Progress.UnitTests { <summary> Partial class implementation of <see cref="<API key>"/> </summary> public partial class <API key> : <API key> { void <API key>.ProgressChanged(string progressDetail...
<?php /** * Common interface for items that carry sorting informations. * * @package MShop * @subpackage Common */ interface <API key> { /** * Returns the position of the item in the list. * * @return integer Position of the item in the list */ public function getPosition(); /** ...
#!/bin/zsh export PATH="${HOME}/bin:${HOME}/script:${PATH}" export HISTSIZE=1000000 if [[ -z "${HOSTNAME}" ]] ; then export HOSTNAME="${HOST:-$(hostname)}" fi if [[ -d "${MYSHELL}/plugins" ]]; then for i in "${MYSHELL}/plugins/"* ; do source "${i}" done fi function prompt_char() { if [ $UID -eq ...
create schema if not exists toughradius collate utf8mb4_unicode_ci; CREATE USER IF NOT EXISTS raduser@'172.%.%.%' identified by 'radpwd'; GRANT ALL PRIVILEGES ON toughradius.* TO raduser@'172.%.%.%'; ALTER USER 'raduser'@'172.%.%.%' IDENTIFIED WITH <API key> BY 'radpwd'; use toughradius; create table if not exists tr_b...
#include <stdio.h> #include <stdlib.h> int icomp = 0; int iswap = 0; int cmp_fun(int a, int b) { icomp++; return a > b; } int swap(int * a, int * b) { *a = *a ^ *b; *b = *a ^ *b; *a = *a ^ *b; iswap ++; return 1; } int select_sort(int *pList, int len) { if(NULL == pList || len < 0) { ...
## Welcome to GitHub Pages You can use the [editor on GitHub](https://github.com/ldscholar/ldscholar.github.io/edit/master/README.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages...
#include "StructuralInterface.h" StructuralInterface::StructuralInterface (StructuralEntity *parent) : StructuralEntity (parent) { setCategory (Structural::Interface); setStructuralType (Structural::NoType); setResizable (false); setTop (0); setLeft (0); setWidth (<API key>); setHeight (<API key>); ...
package org.sonar.api.server.authentication; import javax.annotation.concurrent.Immutable; import static com.google.common.base.Preconditions.checkArgument; import static org.apache.commons.lang.StringUtils.isNotBlank; /** * Display information provided by the Identity Provider to be displayed into the login form. * ...
package org.sonar.server.computation.step; import com.google.common.collect.ImmutableMap; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.codec.digest.DigestUtils; import org.apache.ibatis.session.ResultContext; import org.apache.ibatis.sessio...
package com.wangdaye.common.base.fragment; import com.wangdaye.common.base.activity.LoadableActivity; import java.util.List; /** * Loadable fragment. * */ public abstract class LoadableFragment<T> extends MysplashFragment { /** * {@link LoadableActivity#loadMoreData(List, int, boolean)}. * */ public...
#ifndef <API key> #define <API key> #ifdef __cplusplus extern "C" { #endif #include <limits.h> #include <stdlib.h> #ifndef SuiteSparse_long #ifdef _WIN64 #define SuiteSparse_long __int64 #define <API key> _I64_MAX #define <API key> "I64d" #else #define SuiteSparse_long long #define <API key> LONG_MAX #define <API key> ...
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!'); $GLOBALS['TL_LANG']['<API key>']['title'] = array('Título', 'Por favor introduce el título del canal'); $GLOBALS['TL_LANG']['<API key>']['jumpTo'] = array('Saltar a página', 'Por favor seleccion la página a la que los visitantes serán redirig...
package igeo; import java.awt.*; import igeo.gui.*; /** Class of point object. @author Satoru Sugihara */ public class IPoint extends IGeometry implements IVecI{ //public IVecI pos; public IVec pos; public IPoint(){ pos = new IVec(); initPoint(null); } public IPoint(IVec v){ pos = v; initPoint(nul...
#ifndef <API key> #define <API key> #include "ec2request_p.h" #include "<API key>.h" namespace QtAws { namespace EC2 { class <API key>; class <API key> : public Ec2RequestPrivate { public: <API key>(const Ec2Request::Action action, <API key> * const q); <API key>(const <API ke...
<?php namespace <API key>\DcGeneral\Data; /** * This class is the base implementation for <API key>. */ class <API key> implements <API key> { /** * The language information stored in this collection. * * @var <API key>[] */ protected $languages = []; /** * {@inheritDoc} */ ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Test 6</title> <script src="sxz.js"></script> </head> <body> <img src="lena_std.jpg" align="left" alt="original image" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <canvas id="canvasid" width="512" height="512...
using System; namespace jp.nyatla.nyartoolkit.cs.core { public interface <API key> { /** * * @param i_in * * @param o_out * */ void ideal2Observ(NyARDoublePoint2d i_in, NyARDoublePoint2d o_out); /** * * @param i_in ...
#include <dirent.h> #include <r_core.h> #include <r_lib.h> #include <yara.h> #undef R_API #define R_API static #undef R_IPI #define R_IPI static // true if the plugin has been initialized. static int initialized = false; static bool print_strings = 0; static unsigned int flagidx = 0; static bool io_va = true; #if YR_MA...
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] Added - Added support for decoding HTML entities (<API key>()) (2018-09-28). - Ad...
package org.yawlfoundation.yawl.worklet.client; import org.yawlfoundation.yawl.editor.ui.specification.SpecificationModel; import org.yawlfoundation.yawl.engine.YSpecificationID; import java.io.IOException; import java.util.Map; /** * @author Michael Adams * @date 18/02/2016 */ public class TaskIDChangeMap { pri...
<API key> = Lair:new { mobiles = {}, spawnLimit = 15, buildingsVeryEasy = {}, buildingsEasy = {}, buildingsMedium = {}, buildingsHard = {}, buildingsVeryHard = {}, } addLairTemplate("<API key>", <API key>)
// This code contains NVIDIA Confidential Information and is disclosed to you // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // any modifications thereto. Any use, reproduction, disclosure, or // distribution of this software and related documentation without an express // ALL NV...
/** * @class graphiti.Connection * A Connection is the line between two {@link graphiti.Port}s. * * @inheritable * @author Andreas Herz * @extends graphiti.shape.basic.Line */ graphiti.Connection = graphiti.shape.basic.PolyLine.extend({ NAME : "graphiti.Connection", DEFAULT_ROUTER: new graphiti.layout.conne...
#ifndef LOGIC_H_ #define LOGIC_H_ #include "../VaRGBConfig.h" #include "../Curve.h" #include "Dummy.h" namespace vargb { namespace Curve { #define <API key> 2 class Logic : public vargb::Curve::Curve { public: /* * Logic Curve constructor * Takes one, or two, pointers to other curves on which to op...
package idare.imagenode.internal.GUI.DataSetController; import idare.imagenode.ColorManagement.ColorScalePane; import idare.imagenode.Interfaces.DataSets.DataSet; import idare.imagenode.Interfaces.Layout.<API key>; import idare.imagenode.internal.GUI.DataSetController.<API key>.ColorPaneBox; import idare.imagenode.inte...
// mksysnum_linux.pl /usr/include/asm/unistd_64.h // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT // +build amd64,linux package unix const ( SYS_READ = 0 SYS_WRITE = 1 SYS_OPEN = 2 SYS_CLOSE = 3 SYS_STAT =...
package mesquite.lib; import java.util.*; import java.io.*; import org.dom4j.*; import org.dom4j.io.*; public class XMLUtil { public static Element addFilledElement(Element containingElement, String name, String content) { if (content == null || name == null) return null; Element element...
package xades4j.xml.marshalling; import java.util.EnumMap; import java.util.List; import xades4j.properties.IdentifierType; import xades4j.properties.ObjectIdentifier; import xades4j.properties.data.BaseCertRefsData; import xades4j.properties.data.CertRef; import xades4j.xml.bind.xades.XmlCertIDListType; import xades4j...
package co.rsk.core; import com.google.common.primitives.UnsignedBytes; import org.ethereum.rpc.TypeConverter; import org.ethereum.util.ByteUtil; import org.ethereum.vm.DataWord; import java.util.Arrays; import java.util.Comparator; /** * Immutable representation of an RSK address. * It is a simple wrapper on the raw...
#include "<API key>.h" #include "<API key>.h" #include <QDebug> #include <QNetworkReply> #include <QXmlStreamReader> namespace QtAws { namespace ECRPublic { /*! * Constructs a <API key> object for \a reply to \a request, with parent \a parent. */ <API key>::<API key>( const <API key> &request, QNetwor...
#pragma once #include <type_traits> #include <limits> #include <utility> namespace sio { template<typename T> struct is_bit_enum: public std::false_type {}; template<typename Enum, std::enable_if_t<std::is_enum<Enum>{}, int> = 0> class bitfield { public: using integer = std::underlying_type_t<Enum>; private: in...
package com.hyenawarrior.oldnorsedictionary.modelview.meaning_panel import android.app.Activity import android.view.{View, ViewGroup} import android.widget.{EditText, TextView} import com.hyenawarrior.oldnorsedictionary.R import com.hyenawarrior.oldnorsedictionary.modelview.{ClickListener, DynamicListView, <API key>} i...
#include <bits/stdc++.h> using namespace std; #define DEBUG // comment this line to pull out print statements #ifdef DEBUG const char NEWLINE[] = "\n"; const char TAB[] = "\t"; #define EMPTY() #define DEFER(...) __VA_ARGS__ EMPTY() #define DEFER2(...) __VA_ARGS__ DEFER(EMPTY) () #define DEFER3(...) __VA_ARGS__ DEFER2(...
XCC = xmpcc XRUN = mpiexec TESTS = $(wildcard *.c) EXES = $(TESTS:.c=.x) OBJS = $(TESTS:.c=.o) .PHONY: clean all default run submit showlog cleanlog all default: $(EXES) .SUFFIXES: .x .c.x: $(XCC) -o $@ $< run: $(XRUN) -n 1 ./coarray_translation.x $(XRUN) -n 2 ./coarray_scalar.x $(XRUN) -n 2 ./...
#include "millionaire_prob.h" #include "../../../abycore/circuit/booleancircuits.h" #include "../../../abycore/sharing/sharing.h" int32_t <API key>(e_role role, const std::string& address, uint16_t port, seclvl seclvl, uint32_t bitlen, uint32_t nthreads, e_mt_gen_alg mt_alg, e_sharing sharing) { /** ...
<?php /*! \file functions.search.inc.php * * \brief PHP function collection */ function addVideoStream($mysqli, $tagDVDVIDEOSTREAM, $idDVDVMGM, $idDVDVTS) { $attributes = $tagDVDVIDEOSTREAM->attributes(); $Type = value_or_null($attributes["Type"]); $ID ...
package galois.objects.graph; import galois.objects.GObject; import galois.objects.Lockable; import galois.objects.Mappable; import galois.runtime.Replayable; /** * A node in a graph. * * @param <N> the type of the data stored in each node */ public interface GNode<N> extends Replayable, Lockable, Mappable<GNode<N>...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace SharpGraphLib { public partial class LegendControl : UserControl { List<LegendLabel> _Labels = new List<LegendLabel>(); b...
#include "samplesat.h" #include "memalloc.h" #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <string.h> uint32_t num_sorts = 100; uint32_t num_consts = 1000; uint32_t buf_len = 11; #define ENABLE 0 typedef struct inclause_buffer_t { int32_t size; input_literal_t ** data; } inclause_buffer_t; s...
// I B E X // File : ibex_DoubleHeap.h // Author : Gilles Chabert, Jordan Ninin // Created : Sep 12, 2014 // Last Update : Dec 25, 2017 #ifndef <API key> #define <API key> #include "ibex_SharedHeap.h" #include "ibex_Random.h" namespace ibex { /** * \brief Double-heap *...
package com.finance.pms.events.pounderationrules; import java.util.HashMap; import com.finance.pms.admin.install.logging.MyLogger; import com.finance.pms.datasources.shares.Stock; import com.finance.pms.events.SymbolEvents; import com.finance.pms.events.Validity; public class <API key> extends <API key> { private s...
package eu.diversify.disco.cloudml; import eu.diversify.disco.population.diversity.TrueDiversity; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class Options { private static final String JSON_FILE_NAME = "[^\\.]*\\.json$"; private static final String DOUBLE_LITERAL = "...
using iTextSharp.text; namespace PdfRpt.VectorCharts { <summary> BarChartItem </summary> public class BarChartItem { <summary> BarChartItem </summary> public BarChartItem() { } <summary> BarChartItem </summary> <param name="valu...