answer
stringlengths
15
1.25M
#include <QtGui> #include <QTcpSocket> #include "phonecall.h" #include "dcc.h" DCCDialog::DCCDialog(QWidget *parent) : QDialog(parent) { QStringList list; QVBoxLayout* mainLayout = new QVBoxLayout(this); table = new QTableWidget(this); table->setColumnCount(8); list << tr("Status") << tr("File")...
package cn.com.jautoitx; import org.apache.commons.lang3.StringUtils; import com.sun.jna.platform.win32.WinDef.HWND; /** * Build window title base on Advanced Window Descriptions. * * @author zhengbo.wang */ public class TitleBuilder { /** * Build window title base on Advanced Window Descriptions. * ...
\begin{lstlisting}[caption=RoR installation] # install ruby sudo apt-get install ruby ruby-dev # install sqllite sudo apt-get install sqlite3 libsqlite3-dev # install postgresql sudo apt-get install postgresql # install java script sudo apt-get install nodejs # download and cd to gems directory sudo ruby setup.rb #gem ...
package me.vadik.instaclimb.view.adapter; import android.content.Context; import android.databinding.ViewDataBinding; import android.view.LayoutInflater; import android.view.ViewGroup; import me.vadik.instaclimb.databinding.<API key>; import me.vadik.instaclimb.databinding.UserCardBinding; import me.vadik.instaclimb.mo...
Ext.define('Omni.view.sizes.Explorer', { extend: 'Buildit.ux.explorer.Panel', alias: 'widget.omni-sizes-Explorer', initComponent: function() { var me = this; Ext.apply(this, { allowFind: true, store: Ext.create('Omni.store.Size'), contextMenuConfig: { xtype: '<API key>' }, ...
# The file 'enkf_node.py' is part of ERT - Ensemble based Reservoir Tool. # ERT is free software: you can redistribute it and/or modify # (at your option) any later version. # ERT is distributed in the hope that it will be useful, but WITHOUT ANY # FITNESS FOR A PARTICULAR PURPOSE. # for more details. from ert.cw...
package task_config import ( "github.com/sonm-io/core/proto" "github.com/sonm-io/core/util/config" ) func LoadConfig(path string) (*sonm.TaskSpec, error) { // Manual renaming from snake_case to lowercase fields here to be able to // load them directly in the protobuf. cfg := &sonm.TaskSpec{} if ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Web; using System.Xml; using System.Xml.XPath; using System.IO; using LyricsFetcher; using iTunesLib; using WMPLib; using WMFSDKWrapper; public class TestSong : Song { public TestSong(...
#!/bin/sh # AwesomeTTS text-to-speech add-on for Anki # 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 addon_id="301952613" set -e...
#pragma once #ifndef <API key> #define <API key> #include <array> #include <utility> #include <unordered_map> #include <unordered_set> #include <algorithm> #include <hptt/types.h> #include <hptt/tensor.h> #include <hptt/arch/compat.h> #include <hptt/util/util_trans.h> #include <hptt/kernels/kernel_trans.h> namespace hp...
package tencentcloud.constant; /** * @author fanwh * @version v1.0 * @decription * @create on 2017/11/10 16:09 */ public class RegionConstants { public static final String PEKING = "ap-beijing"; public static final String SHANGHAI = "ap-shanghai"; public static final String HONGKONG = "ap-hongkong"; ...
/* The following code was generated by JFlex 1.6.1 */ package com.jim_project.interprete.parser.previo; import com.jim_project.interprete.parser.AnalizadorLexico; public class PrevioLex extends AnalizadorLexico { /** This character denotes the end of file */ public static final int YYEOF = -1; /** initial size of...
#include "cdi.h" #include "mds_reader.h" #include "common.h" SessionInfo mds_ses; TocInfo mds_toc; DiscType mds_Disctype=CdRom; struct file_TrackInfo { u32 FAD; u32 Offset; u32 SectorSize; }; file_TrackInfo mds_Track[101]; FILE* fp_mdf=0; u8 mds_SecTemp[5120]; u32 mds_TrackCount; u32 mds_ReadSSect(u8* p_out...
<!DOCTYPE html> <html> <head> <title></title> <!--Import Google Icon Font <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!--Import materialize.css <link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/> <...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Ksana Humanity Platform</title> <!--<script src="../node_webkit/jslib/ksanajslib.min.js"></script> <script src="../node_webkit/jslib/require.js" data-main="../node_webkit/jslib/ksanajslib"></script> <link rel="stylesheet" href="../node_webkit/...
package visGrid.diagram.edit.parts; import java.io.File; import java.util.Collections; import java.util.List; import org.eclipse.draw2d.IFigure; import org.eclipse.draw2d.Label; import org.eclipse.draw2d.geometry.Dimension; import org.eclipse.draw2d.geometry.Point; import org.eclipse.draw2d.geometry.Rectangle; impo...
#include "mainwindow.h" #include <exception> #include <QMessageBox> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { //setWindowFlags(Qt::CustomizeWindowHint); menuBar()->close(); setStyleSheet("QPushButton{" "background-color:gray;" "color: white;" ...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Thu Sep 20 14:23:56 GMT 2018 */ package uk.ac.sanger.artemis; import org.evosuite.runtime.annotation.<API key>; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; import org.ju...
// This file is part of Unicycler. Unicycler is free software: you can redistribute it and/or #include "overlap_align.h" #include "string_functions.h" #include <seqan/align.h> char * overlapAlignment(char * s1, char * s2, int matchScore, int mismatchScore, int gapOpenScore, int gapExtensionScore...
package me.anthonybruno.soccerSim.reader; import org.apache.pdfbox.io.RandomAccessFile; import org.apache.pdfbox.pdfparser.PDFParser; import org.apache.pdfbox.text.<API key>; import java.awt.geom.Rectangle2D; import java.io.File; import java.io.IOException; /** * A class that parsers team PDF files into XML files. *...
module TransactionChains class Lifetimes::ExpirationWarning < ::TransactionChain label 'Expiration' allow_empty def link_chain(klass, q) q.each do |obj| user = if obj.is_a?(::User) obj elsif obj.respond_to?(:user) obj.user else ...
InternalResource provides access to static resources in the class path. ## Related components * [AudioResource](AudioResource.html) * [ImageResource](ImageResource.html) * [VideoResource](VideoResource.html) * [WImage](WImage.html) * [WApplication](WApplication.html) * [WContent](WContent.html) * [WImage](WImage.html) ...
#pragma once #include <vector> #include <boost/thread.hpp> #include <boost/thread/condition_variable.hpp> #include <boost/bind.hpp> #include <boost/version.hpp> #include <boost/function.hpp> #include <boost/interprocess/detail/atomic.hpp> #if (BOOST_VERSION < 104800) using boost::interprocess::detail::atomic_inc32; #el...
// This file belongs to the "MiniCore" game engine. // 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 PARTICULAR PURPOSE. See the // al...
// tcpconnection.cpp // This implements RFC 793 with some changes in RFC 1122 and RFC 6298. // Non-implemented features: // dynamic receive window // URG flag and urgent pointer // delayed ACK // queueing out-of-order TCP segments // security/compartment // precedence // user timeout // Circle - A ...
# Controller generated by Typus, use it to extend admin functionality. class Admin::<API key> < Admin::MasterController =begin # You can overwrite and extend Admin::MasterController with your methods. # Actions have to be defined in <tt>config/typus/application.yml</tt>: # UserInterest: # actions: # ...
#include "template_components.h" #include <QtGui/QSpacerItem> TemplateComponents::TemplateComponents(const QSharedPointer<const Template>& templ, QWidget *parent) : QWidget(parent), templ(templ) { ui.setupUi(this); QList<FoodComponent> components = templ->getComponents...
#define BOOST_TEST_MODULE segmentize tests #include <boost/test/unit_test.hpp> #include <ostream> #include "segmentize.hpp" #include "bg_operators.hpp" using namespace std; <API key>(segmentize_tests) void print_result(const vector<std::pair<linestring_type_fp, bool>>& result) { cout << result; } <API key>(abuts) { ...
<?php /** * Simple product add to cart * * @author WooThemes * @package WooCommerce/Templates * @version 2.1.0 */ global $woocommerce, $product; if ( ! $product->is_purchasable() ) return; ?> <?php // Availability $availability = $product->get_availability(); if ($availability['availabi...
#include <stdio.h> #include "aeb.h" #include <string.h> #include <math.h> int main() { Aeb * raiz, *esq, * dir; Aeb * arvore; double r; char s[127]; /*arvore = criaRaiz('*'); esq = criaFolha(10.0); dir = criaFolha(7.0); conectaNodos(arvore, esq, dir); raiz = criaRaiz('+'); dir = criaFolha(8.0); co...
/** * dfs LCA. tarjan rmq * rmq dfs( u v ) */ using namespace std; /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: TreeNode *dfs(TreeNod...
using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NFluent; using SmallWorld.BusinessEntities.Football.DeedDetectors; using SmallWorld.BusinessEntities.Interfaces.Football.Agents; namespace SmallWorld.BusinessEntities.UnitTests.Football.DeedDetectors { [TestClass]...
package org.b3log.symphony.service; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.apache.commons.lang.StringUtils; import org.b3log.latke.Keys; import org.b3log.latke.event.Event; import org.b3log.latke.event.EventException; import org.b3log.latke.event.EventManager; import org....
static inline struct pthread *__pthread_self() { struct pthread *self; __asm__ ("mov %%fs:0,%0" : "=r" (self) ); return self; } #define TP_ADJ(p) (p) #define MC_PC gregs[REG_RIP]
/** \file * %Lattice Boltzmann implementation on GPUs. * * Implementation in lbgpu.cpp. */ #ifndef LBGPU_HPP #define LBGPU_HPP #include "config.hpp" #ifdef CUDA #include "OptionalCounter.hpp" #include <utils/Vector.hpp> #include <utils/index.hpp> #include <cstddef> #include <cstdint> #include <vector> /* For the ...
package org.alanwilliamson.openbd.plugin.crontab; import com.naryx.tagfusion.cfm.engine.cfArgStructData; import com.naryx.tagfusion.cfm.engine.cfBooleanData; import com.naryx.tagfusion.cfm.engine.cfData; import com.naryx.tagfusion.cfm.engine.cfSession; import com.naryx.tagfusion.cfm.engine.cfmRunTimeException; import c...
package com.gentasaurus.ubahfood.inventory; import com.gentasaurus.ubahfood.init.ModBlocks; import com.gentasaurus.ubahfood.item.crafting.SCMCraftingManager; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.init.Blocks; import net.minecraft.invent...
#ifndef __MACROS_H__ #define __MACROS_H__ #include "config.h" #define __KERNELNAME__ "code0" /* * This file is automatically included before the first line of any * source file, using gcc's -imacro command line option. Only macro * definitions will be extracted. */ #define INC_ARCH(x) <l4/ar...
#include "prism/animation.h" #include <stdlib.h> #include "prism/log.h" #include "prism/datastructures.h" #include "prism/memoryhandler.h" #include "prism/system.h" #include "prism/timer.h" #include "prism/stlutil.h" using namespace std; static struct { int mIsPaused; } gPrismAnimationData; int getDurationInFrames(...
define(['Core', 'Core/Renderer', 'BackBone'], function (Core, Renderer, Backbone) { 'use strict'; var HiddenView = Backbone.View.extend({ initialize: function (template, formTag, element) { this.el = formTag; this.template = template; this.element = element; ...
#include "rw_snippet.h" #include <QXmlStreamWriter> #include <QBuffer> #include <QDebug> #include <QModelIndex> #include <QMetaEnum> #include <QFile> #include <QFileInfo> #include <QMessageBox> #include <<API key>> #include <QNetworkReply> #include <QCoreApplication> #include "datafield.h" #include "rw_domain.h" #inclu...
#include "podcastclient.h" QStringList PodcastClient::<API key>() { QStringList resultList = settings.value("feeds").toStringList(); if(resultList.isEmpty()) { QString string = settings.value("feeds").toString(); if(!string.isEmpty()) resultList.push_back(string); } return resultList; } PodcastC...
package org.epilot.ccf.codec; import org.apache.mina.common.ByteBuffer; import org.epilot.ccf.core.code.<API key>; import org.epilot.ccf.core.protocol.Message; import org.epilot.ccf.core.protocol.MessageBody; import org.epilot.ccf.core.protocol.MessageHeader; import org.epilot.ccf.core.util.<API key>; public class Mess...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http: <html> <head> <title>Description of create_links_stl</title> <meta name="keywords" content="create_links_stl"> <meta name="description" content="%%%%%%%%%%%%%%%%%"> <meta http-equiv="Content-Type" content="text/html; charset=i...
var <API key> = [ [ "IXNAnnotationFormat", "<API key>.html#<API key>", [ [ "<API key>", "<API key>.html#<API key>", null ], [ "<API key>", "<API key>.html#<API key>", null ], [ "<API key>", "<API key>.html#<API key>", null ] ] ] ];
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Controls.Navigation/1.3.1/Transition.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h> namespace g{ namespace Fuse{ namespace Triggers{ // public enum TransitionMode :181 uEnumType* <API key>();...
#include <unistd.h> #include <sys/stat.h> int remove(const char *pathname) { struct stat buf; stat(pathname, &buf); if (S_ISDIR(buf.st_mode)) { return rmdir(pathname); } else { return unlink(pathname); } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Dal.SOFD { public interface IRepo<IEntity> { IQueryable<IEntity> Query { get; } } }
package com.baeldung.iteratorguide; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.ListIterator; public class IteratorGuide { public static void main(String[] args) { List<String> items = new ArrayList<>(); items.add("ONE"); items.add("TWO"); ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace SPCtoMML { public partial class Form2 : Form { <summary> Callback for updating progress </summ...
#ifndef <API key> #define <API key> #include <map> #include <memory> #include <string> #include "<API key>.h" class StringConverter; /*! * \brief This class is an implementation of the interface <API key>. * * This implementation accepts configuration parameters upon instantiation and * it is intended to be used i...
#coding=UTF-8 from pyspark import SparkContext, SparkConf, SQLContext, Row, HiveContext from pyspark.sql.types import * from datetime import date, datetime, timedelta import sys, re, os st = datetime.now() conf = SparkConf().setAppName('<API key>').setMaster(sys.argv[2]) sc = SparkContext(conf = conf) sc.setLogLevel('W...
/* File: <API key>.h */ /* Purpose: Header file for <API key>.c. */ /* References: [1] - "Bayesian data analysis and parameter inference and */ /* applications to imaging based on photon counting", */ /* ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>SUMO - Simulation of Urban MObility: <API key>.h File Reference</title> <link href="../../tabs.css" rel="stylesheet" type="text/css"/> <link href="../../doxygen.css" rel="stylesheet" type="text...
/* ID: zhou.yo1 PROG: palsquare LANG: C++ */ #include <iostream> #include <fstream> #include <vector> #include <string> #include <cstring> #include <set> #include <map> #include <algorithm> using namespace std; const char* digits = "<API key>"; void to_base( int num, int base, char* out ) { char* p = out; ...
{% extends "base.html" %} {% block content %} <p> <h2>What is NLGIS?</h2> In the nineteenth century there were more than 800 municipalities in the Netherlands, where today only about 450 remain. The NLGIS (Netherlands Geographic Information System) project is an effort to plot data for these municipalities on historica...
<div class='fossil-doc' data-title='fileutil - file utilities'> <style> HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doct...
// Object: exported structs (needed for overriding api) #pragma once #include <windows.h> #include "registers.h" // assume that structs share between WinAPIOverride and the FakeAPI dll // will have the same alignment #pragma pack(push) #pragma pack(4) typedef struct <API key> { PBYTE Rbp; PBYTE ReturnAddress; ...
#ifndef PLANG_TOKENIZER #define PLANG_TOKENIZER #include <map> #include <vector> #include <string> #include <cstring> #include <cstdlib> #include <cctype> #include <algorithm> class PlangTokenizer { // Input buffer std::string m_input; // Current possition in input buffer std::size_t m_input_pos; //...
// Noah Ablaseau <nablaseau@hotmail.com> // 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 using System; using System...
Espo.define('Views.EmailAccount.Record.Edit', ['Views.Record.Edit', 'Views.EmailAccount.Record.Detail'], function (Dep, Detail) { return Dep.extend({ afterRender: function () { Dep.prototype.afterRender.call(this); Detail.prototype.<API key>.call(this); }, }); });
require "active_support/core_ext/integer/time" Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. config.cache_classes = true # Eager load code on boot. This eager loads most of Rails and # your applicatio...
#pragma region Copyright (c) 2014-2017 OpenRCT2 Developers #pragma endregion #include "../../drawing/drawing.h" #include "../../interface/viewport.h" #include "../../paint/map_element/map_element.h" #include "../../paint/paint.h" #include "../../paint/supports.h" #include "../../sprites.h" #include "../../world/map.h" ...
package com.tikaji.halocraft; import com.tikaji.halocraft.common.handlers.<API key>; import com.tikaji.halocraft.common.proxy.IProxy; import com.tikaji.halocraft.common.utility.Reference; import com.tikaji.halocraft.common.utility.VersionChecker; import net.minecraftforge.common.config.Configuration; import net.minecra...
<?php namespace OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception; use OldTown\Workflow\Spi\Doctrine\Exception\ExceptionInterface as <API key>; /** * Interface ExceptionInterface * * @package OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception */ interface ExceptionInterface extends <API key> { }
<form ng-submit="add()" name="contact_form"> <div class="row"> <div class="col s14"> <div class="input-field"> <i ng-if="config.json.help" class="material-icons tooltipped contact-tooltip" data-position="right" data-delay="50" data-tooltip="{{config.json.help}}">help</i> ...
#include <boost/date_time/posix_time/posix_time.hpp> #include "gnss_functions.hpp" #include "GnssLogTime.hpp" #include "common_functions.hpp" GnssLogTime::GnssLogTime() { week_ = 0; milliseconds_ = 0; } GnssLogTime::GnssLogTime(unsigned short week, unsigned int milliseconds) { week_ = week; milliseconds...
#ifndef Func_seq_H #define Func_seq_H #include "Procedure.h" #include <string> namespace RevLanguage { template <typename valType> class Func_seq : public Procedure { public: Func_seq(); // Basic utility functions Func_seq* clone(void) const; ...
package com.kraz.minehr.items; import com.kraz.minehr.MineHr; import com.kraz.minehr.reference.Reference; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.ItemHoe; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; public class HorizonHoe extends ItemHoe {...
from runtests.mpi import MPITest from nbodykit.lab import * from nbodykit import setup_logging from numpy.testing import assert_allclose import tempfile import os @MPITest([1]) def test_hdf(comm): import h5py # fake structured array dset = numpy.empty(1024, dtype=[('Position', ('f8', 3)), ('Mass', 'f8')]) ...
package com.taobao.api.response; import com.taobao.api.TaobaoResponse; import com.taobao.api.internal.mapping.ApiField; /** * TOP API: taobao.logistics.consign.order.createandsend response. * * @author auto create * @since 1.0, null */ public class <API key> extends TaobaoResponse { private static final long s...
package com.voicecrystal.pixeldungeonlegends.actors.hero; import com.watabou.utils.Bundle; public enum HeroSubClass { NONE( null, null ), GLADIATOR( "gladiator", "A successful attack with a melee weapon allows the _Gladiator_ to start a combo, " + "in which every next successful hit inflicts mor...
<?php namespace IBCTorreon; /** * Clase VillaJardin */ class VillaJardin extends \IBCBase\PublicacionWeb { /** * Constructor */ public function __construct() { $this->nombre = 'Villa Jardin'; $this->autor = 'IMPLAN Torreón Staff'; $this->fecha = '...
#ifndef <API key> #define <API key> /* * User space memory access functions */ #include <linux/compiler.h> #include <linux/errno.h> #include <linux/lockdep.h> #include <linux/kasan-checks.h> #include <asm/alternative.h> #include <asm/cpufeatures.h> #include <asm/page.h> /* * Copy To/From Userspace */ /* Handles exc...
package listener; public class IndexManager implements EntryListener { /** * * * @param entryevent */ @Override public void entryAdded(EntryEvent entryevent) { System.out.println("IndexManager "); } /** * * * @param entryevent */ @Override pub...
<?php defined('JPATH_PLATFORM') or die; use Joomla\Registry\Registry; /** * Google+ data class for the Joomla Platform. * * @since 12.3 */ class JGoogleDataPlus extends JGoogleData { /** * @var <API key> Google+ API object for people. * @since 12.3 */ protected $people; /** * @...
<?php namespace Smartling\Jobs; use Smartling\ApiWrapperInterface; use Smartling\Base\ExportedAPI; use Smartling\Helpers\ArrayHelper; use Smartling\Queue\QueueInterface; use Smartling\Settings\SettingsManager; use Smartling\Submissions\SubmissionManager; class <API key> extends JobAbstract { public const JOB_HOOK_N...
# revision identifiers, used by Alembic. revision = '1212f113f03b' down_revision = '1f07ae132ac8' from alembic import op import sqlalchemy as sa UNITIES = dict(NONE="", HOUR=u"heure(s)", DAY=u"jour(s)", WEEK=u"semaine(s)", MONTH=u"mois", FEUIL=u...
package com.actelion.research.orbit.imageAnalysis.components.icons; import java.awt.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.io.*; import java.lang.ref.WeakReference; import java.util.Base64; import java.util.Stack; import javax.imageio.ImageIO; import javax.swing.SwingUtilities; impo...
# roadie [![GPLv3](https: [![Build Status](https: [![wercker status](https: [![Go Report](https: [![Release](https: [![Japanese](https: [![Logo](https: A easy way to run your programs on [Google Cloud Platform](https: See [documents](https://jkawamoto.github.io/roadie/) for more information. ## Description Roadie helps...
#include "camera_control.h" void error_func (GPContext *context, const char *format, va_list args, void *data) { context = context; data = data; fprintf(stderr, "*** Contexterror ***\n"); vfprintf(stderr, format, args); fprintf(stderr, "\n"); } void message_func (GPContext *context, const char *format, va_lis...
<! ~ Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) ~ ~ This program 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) ~ an...
#include <firstinclude.h> #include <stdlib.h> // for malloc(3), free(3), EXIT_SUCCESS #include <iostream> // for std::cout, std::endl /* * This example shows how to use the C++ operator new placement * operator. * * Things we learn: * 1. How to write your own placement function. * 2. Regular constructor get...
var Connection = require("./db/db-connection").Connection; var Tables = require("./db/tables"); const R = require("ramda"); var QUERY_MATCHES = { $or: [ {percent_name: {$gt: 0.9}}, { distance: {$lt: 1} }, { percent_name: {$gt: 0.8}, distance: {$lt:...
// Includes #include "include/mdShared.h" #include "include/mdBreakPoint.h" #include "include/mdSpy.h" #include "include/mdSymbol.h" #include "include/mdSymbolPair.h" #include "include/mdListLine.h" #include "include/mdSection.h" #include "include/mdSpiesPanel.h" #include "include/mdFrmMain.h" #include "include/mdApp.h...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Sat Oct 28 21:24:43 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class fr.cryptohash.CubeHashCore (burstcoin 1.3.6cg API)</title> <meta name="date" content="2017...
package org.luwrain.core; import java.util.*; class ShortcutManager { class Entry { String name = ""; Shortcut shortcut; Entry(String name, Shortcut shortcut) { NullCheck.notNull(name, "name"); NullCheck.notNull(shortcut, "shortcut"); if (name.trim().isEmpty()) th...
ID: 2 post_title: Sample Page author: moises post_date: 2016-12-14 02:19:15 post_excerpt: "" layout: page permalink: http://pepmeup.ie/sample-page/ published: true This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most p...
Namespace Interpreter.Parser.Tokens ''' <summary> ''' ''' </summary> Public Class [Operator] : Inherits Token Public Enum Operators As Integer NULL = -1 ''' <summary> ''' &lt;- Assign value to variable; ''' </summary> ValueAssign ...
#include "tool_move.hpp" #include "document/idocument_board.hpp" #include "board/board.hpp" #include "document/idocument_package.hpp" #include "pool/package.hpp" #include "document/idocument_padstack.hpp" #include "pool/padstack.hpp" #include "document/idocument_schematic.hpp" #include "schematic/schematic.hpp" #includ...
#include <cstdlib> // srand() #include <ctime> // time() #include "StateManager.hpp" #include "SDL.hpp" #include "Log.hpp" #include "Config.hpp" #include "GameStateMainMenu.hpp" #include "GameStateGame.hpp" #include "GameStateGameOver.hpp" #include "Window.hpp" #include "Graphics.hpp" StateManager::StateManager(int w...
ace.require("ace/ext/language_tools"); var editor = ace.edit("editor"); editor.setOptions({ <API key>: true }); editor.setTheme("ace/theme/eclipse"); editor.getSession().setMode("ace/mode/java"); document.getElementById('editor').style.fontSize = '18px'; editor.<API key>(true); var codeTemplates = {}; var viewConfi...
<html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" xmlns:xsi="http: xsi:schemaLocation="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd "> <head> <title>Admin</title> <link rel="stylesheet" type="text/css" href="../../base/default.css"/> </head> <body> <...
import {Component, OnInit} from '@angular/core'; import {FundDataService} from '../funddata/funddata.service'; @Component({ selector: 'app-fund-table', templateUrl: './fund-table.component.html', styleUrls: ['./fund-table.component.css'] }) export class FundTableComponent implements OnInit { private col...
package com.appnativa.rare.platform.swing.ui.view; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.geom.AffineTransform; import javax.swing.Icon; import javax.swing.JRadioButton; import com.appnativa.rare.Platform; import com.appnativa.rare.iConsta...
package de.roskenet.simplecms.repository; import org.springframework.data.repository.<API key>; import de.roskenet.simplecms.entity.Attribute; public interface AttributeRepository extends <API key><Attribute, Integer> { }
<!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=11"/> <meta name="generator" content="Doxygen 1.9.2"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Sequoia: Member List<...
require('dotenv').config({ silent: true }); var Express = require('express'); var path = require('path'); var fs = require('fs'); var merge = require('lodash/merge'); var proxy = require('proxy-middleware'); var ejs = require('ejs'); var config = require('./config'); var server = new Express(); server.set('port', confi...
/* This file is part of the 'orilib' software. */ /* see the COPYING file in the top-level directory.*/ #ifdef __cplusplus extern "C" { #endif #ifndef OL_DIS_DEP_H #define OL_DIS_DEP_H #include<stdio.h> #include<stdlib.h> #include<math.h> #include<float.h> #define isNaN(x) ((x) != (x)) #include"ut.h" #include"../ol_set...
package de.fraunhofer.fokus.upnp.core; import java.util.Hashtable; import java.util.Vector; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import de.fraunhofer.fokus.upnp.util.SAXTemplateHandler; /** * This class is used to parse UPnPDoc messages. * * @author Alexander Koenig * * */ public class ...