answer
stringlengths
15
1.25M
#ifndef PCA10031_H #define PCA10031_H // LEDs definitions for PCA10031 (nrf51 Dongle) #define LEDS_NUMBER 3 #define LED_START 21 #define LED_RGB_RED 21 #define LED_RGB_GREEN 22 #define LED_RGB_BLUE 23 #define LED_STOP 23 #define LED_RGB_RED_MASK (1<<LED_RGB_RED) #define LED_RGB_GREEN_MASK (1<<LE...
#pragma once #define <API key> "ABF7" #define USBD_PRODUCT_STRING "Airbot-F7" #define LED0_PIN PB12 #define USE_BEEPER #define BEEPER_PIN PB0 #define BEEPER_INVERTED #define ENABLE_DSHOT_DMAR true #define USE_SPI #define USE_SPI_DEVICE_3 #define SPI3_SCK_PIN PB3 #define ...
#!/usr/bin/env perl use File::Basename; use Getopt::Long; use Term::ANSIColor; use POSIX qw(strftime); use Cwd; use FindBin qw($RealBin); use lib "$RealBin/lib"; my ($proj, $adir) = @ARGV; my $time = time; chdir($proj); my $command = "tar cf - ./ | ( cd $adir; tar xfp -) >> $proj/error.log 2>&1"; if( -d $adir ){ `e...
#ifndef <API key> #define <API key> #include "Layers.h" #include <windows.h> #include <d3d9.h> #include "gfxContext.h" #include "nsIWidget.h" #include "DeviceManagerD3D9.h" namespace mozilla { namespace layers { class LayerD3D9; class ThebesLayerD3D9; /* * This is the LayerManager used for Direct3D 9. For now this wil...
<?php // Text $_['text_title'] = 'United Parcel Service (UPS)'; $_['text_weight'] = 'Gewicht:'; $_['text_us_origin_01'] = 'UPS US Nächster Tag'; $_['text_us_origin_02'] = 'UPS US Übernächster Tag Luft'; $_['text_us_origin_03'] = 'UPS US Normal'; $_['text_us_origin_07'] = 'UPS US Weltweit ...
package io.lumeer.storage.mongodb.dao.project; import static com.mongodb.client.model.Filters.eq; import static com.mongodb.client.model.Updates.inc; import static io.lumeer.storage.mongodb.util.MongoFilters.idFilter; import static io.lumeer.storage.mongodb.util.MongoFilters.nameFilter; import io.lumeer.api.model.Proje...
import bpy from fashion_project.modules.draw.detail_tool.detail_tool import ToolDetail class FP_DetailTool(bpy.types.Operator): bl_idname = "fp.detail_tool" bl_label = "FP_DetailTool" @classmethod def poll(cls, context): return ToolDetail().poll(context) def execute(self, context): ToolDetail().create...
package org.labcrypto.edusys.facade.messaging; public interface MessagingFacade { String sendSms (String to, String body); String[] sendSms (String[] tos, String body); }
require 'package' class Dejagnu < Package description 'DejaGnu is a framework for running test suites on GNU tools.' homepage 'http: version '1.6.1' source_url 'https://ftpmirror.gnu.org/dejagnu/dejagnu-1.6.1.tar.gz' source_sha256 '<SHA256-like>' binary_url ({ aarch64: 'https://dl.bintray.com/chromebrew...
// This program is free software; you can redistribute it and/or modify it // any later version. See COPYING for more details. // Useful data structures and values for interfacing with HashFast products // Version 1.1 #ifndef _HF_PROTOCOL_H_ #define _HF_PROTOCOL_H_ #define HF_PROTOCOL_VERSION ((0<<8)|1) #define HF_...
package org.structr.knowledge.iso25964; import java.net.URI; import java.util.Locale; import org.structr.api.schema.JsonObjectType; import org.structr.api.schema.JsonSchema; import org.structr.common.PropertyView; import org.structr.core.graph.NodeInterface; import org.structr.schema.SchemaService; /** * Class as defi...
#pragma once #if NOT_TARGET(__STM32F1__) #error "Oops! Select an STM32F1 board in 'Tools > Board.'" #endif #define BOARD_INFO_NAME "GTM32 Pro VB" #define <API key> "STM32F103VET6" #define BOARD_NO_NATIVE_USB //#define DISABLE_DEBUG // It is required to disable JTAG function because its pins are // used as GPIO t...
<?php /** * @see <API key> */ //require_once 'Zend/Markup/Exception.php'; class <API key> extends <API key> { }
<?php namespace Elementor\Modules\WpCli; use Elementor\Api; use Elementor\Plugin; use Elementor\TemplateLibrary\Source_Local; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Elementor Page Builder cli tools. */ class Library extends \WP_CLI_Command { /** * Sync Elementor Librar...
<html><body>Nagel:<br> You can find <font color="LEVEL">the corpses beyond the cracked gap</font>.<br> </body></html>
package de.linogistix.los.stocktaking.crud; import javax.ejb.EJB; import javax.ejb.Stateless; import org.mywms.service.BasicService; import de.linogistix.los.crud.<API key>; import de.linogistix.los.stocktaking.model.LOSStocktakingOrder; import de.linogistix.los.stocktaking.service.<API key>; /** * @author krane * *...
<?php /* * smtp.php * * @(#) $Header: /home/mlemos/cvsroot/smtp/smtp.php,v 1.37 2004/10/05 04:00:46 mlemos Exp $ * */ class smtp_class { var $user=""; var $realm=""; var $password=""; var $workstation=""; var $<API key>=""; var $host_name=""; var $host_port=25; var $localhost=""; ...
"""A collection of tokenizers for use with ankura import pipelines""" import re import bs4 # Note: Each tokenizer takes in a string, and returns a list of tokens def split(data): """A tokenizer which does nothing but splitting""" return data.split() def simple(data, splitter=split): """A basic tokenizer whi...
YUI.add('attribute-complex', function(Y) { /** * Adds support for attribute providers to handle complex attributes in the constructor * * @module attribute * @submodule attribute-complex * @for Attribute */ var O = Y.Object, DOT = "."; Y.Attribute.Complex = function() {...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Text; using System.Xml; using System.Windows.Forms; using OpenDentBusiness; using OpenDental.UI; using CodeBase; using System.Text.RegularExpressions; namespace OpenDental ...
package main import ( "encoding/json" "fmt" "log" "net/url" "sort" "testing" "github.com/stretchr/testify/assert" ) func <API key>(keyspace string) { fmt.Println("Setting up <API key>.go tests...") point := `[ { "value": 36.5, "metric": "os.cpu", "tags": { "ksid":...
<?php namespace Magento\Usps\Helper; use Magento\Framework\App\Helper\AbstractHelper; /** * Usps data helper */ class Data extends AbstractHelper { /** * Available shipping methods * * @var array */ protected $<API key> = [ 'usps_0_FCLE', // First-Class Mail Large Envelope ...
package at.pcgamingfreaks.Minepacks.Bukkit.API; import org.bukkit.Bukkit; import org.bukkit.OfflinePlayer; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import org.bukkit.plugin.Plugin; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; @SuppressWarnings("unus...
#ifndef <API key> #define <API key> #include <fstream> #include <sstream> #include <stk/histogram.hpp> #include <stk/vector.hpp> #include <stk/exception.hpp> #include <stk/io/commons.hpp> #include <stk/io/array.hpp> namespace stk { namespace io { template<typename POS, typename VAL> void read(std::string i_filename, Hi...
package it.cnr.iasi.leks.bedspread.impl.weights.ic; import java.lang.reflect.<API key>; import it.cnr.iasi.leks.bedspread.Node; import it.cnr.iasi.leks.bedspread.config.PropertyUtil; import it.cnr.iasi.leks.bedspread.exceptions.impl.<API key>; import it.cnr.iasi.leks.bedspread.exceptions.impl.<API key>; import it.cnr.i...
// d88b 888b d888 888888888888 // d8888b 8888b d8888 888 // d88''88b 888'8b d8'888 888 // d88' '88b 888 '8b d8' 888 8888888 // d88Y8888Y88b 888 '8b d8' 888 888 //...
<?php /* * @Author Rory Standley <rorystandley@gmail.com> * @Version 1.3 * @Package Database */ class Database{ /* * Create variables for credentials to MySQL database * The variables have been declared as private. This * means that they will only be available with the * Database class ...
/** * $Id: org_lwjgl_Sys.c 3616 2011-08-16 22:17:32Z spasi $ * * Windows system library. * * @author cix_foo <cix_foo@users.sourceforge.net> * @version $Revision: 3616 $ */ #include "Window.h" #include "mmsystem.h" #include "<API key>.h" #include "common_tools.h" #include <malloc.h> #include <commctrl.h> JNIEXPO...
<?php if (!defined('_SECURE')) die ("No direct access to configuration file"); // Sphider-plus version $plus_nr = '3.2014a'; // Original Sphider version $version_nr = '1.3.5'; // IDS impact warn level $ids_warn = '14'; // IDS impact stop traffic level $ids_stop = '25'; //Standard charset of your location (e.g. ISO-...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Fri Nov 01 09:18:13 CDT 2013 --> <TITLE> KetaiNet </TITLE> <META NAME="date" CONTENT="2013-11-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function ...
<?php class Change<API key> extends LinkActionElement { public function getActionType() { return 'Edit'; } protected function getDefaultLabel() { return Yii::t('Default', 'Change Password'); } protected function getDefaultRoute() ...
package org.jaffa.util; import org.apache.log4j.*; import java.io.*; import java.util.*; /** An instance of this class can represent a node in a tree. * Each node will have a system generated unique identifier. * It may have a name (which can be non-unique). * It can be linked to a Parent node or be the Root of the ...
// Little Color Management System // a copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // and/or sell copies of the Software, and to permit persons to whom the Software // is furnished to do so, subject to the follo...
import serial import time ser = serial.Serial( port = "/dev/ttyACM0", baudrate = 9600, bytesize = serial.EIGHTBITS ) time.sleep(2) ser.write("\x36\x20\x00") print(hex(ord(ser.read(1)))) print(hex(ord(ser.read(1)))) print(hex(ord(ser.read(1)))) print(hex(ord(ser.read(1)))) print(hex(ord(s...
<?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( 'action_patienter' => 'اقدام‌هاي در دست انجام. لطفاً صبر كنيد...', 'actions_a_faire' => 'اقدام‌هايي براي ...
# photomapping-utils Utilities for mass-creating, -processing and -uploading geotagged photos ## Directories - `chdk`: Software for usage on Canon cameras that support the CHDK software - `general`: Vendor-agnostic software for processing images - `mapillary`: Software in context with Mapillary - `raspi`: Software to b...
#include "shapefil.h" #include "asf_vector.h" #include "meta_project.h" #include "asf.h" #include <assert.h> #include <ctype.h> #include "asf_nan.h" #include "dateUtil.h" #include "float_image.h" #include "ceos_io.h" #include "libasf_proj.h" #include <stdio.h> #include <math.h> int point2kml(char *inFile, char *outFile...
#include "impl.h" #include "stubs.h" #include "fdinfo.h" #include "fdtable.h" #include "utils.h" #include <stdio.h> #include <signal.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> #include <pthread.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> #include <sys/sy...
#include "Abs.h" //#include "yaafe-core/NumericUtils.h" #include <Eigen/Dense> #define EPS 2.220446049250313e-16 using namespace std; //using namespace blitz; using namespace Eigen; namespace YAAFE { Abs::Abs() { } Abs::~Abs() { } StreamInfo Abs::init(const ParameterMap& params, const StreamInfo& in) { ...
// 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...
Ext.define("Compass.ErpApp.Shared.Crm.PartyDetailsPanel", { extend: "Ext.panel.Panel", alias: 'widget.<API key>', cls: '<API key>', layout: 'border', items: [], contactWidgetXtypes: [ 'phonenumbergrid', 'emailaddressgrid', 'postaladdressgrid' ], /** * @cfg {A...
d = {"k1":1, "k2":"valore", 3:"val3", "quattro":4} for x in d.values(): print(x) print(" ") for x in d.keys(): print(x) print(" ") for x in d.items(): print(x) print(x[0], x[1])
CREATE VIEW [DwhDev].[_Knot] AS SELECT S.version, S.activation, Nodeset.knot.value('concat(@mnemonic, "_", @descriptor)', 'nvarchar(max)') as [name], Nodeset.knot.value('metadata[1]/@capsule', 'nvarchar(max)') as [capsule], Nodeset.knot.value('@mnemonic', 'nvarchar(max)') as [mnemonic], Nodeset.knot.v...
#include "biosig_writer.h" #include "<API key>.h" namespace sigviewer { <API key>(gdf, BioSigWriter); BioSigWriter::BioSigWriter () : target_type_ (GDF) { <API key>.insert(GDF1); <API key>.insert(GDF); } BioSigWriter::BioSigWriter (FileFormat target_type, QString new_file_path) : target_type_ (target_t...
#include "AP_GPS.h" #include <AP_Common/AP_Common.h> #include <AP_HAL/AP_HAL.h> #include <AP_Math/AP_Math.h> #include <AP_Notify/AP_Notify.h> #include <GCS_MAVLink/GCS.h> #include <AP_BoardConfig/AP_BoardConfig.h> #include <AP_RTC/AP_RTC.h> #include <climits> #include "AP_GPS_NOVA.h" #include "AP_GPS_ERB.h" #include "A...
<!DOCTYPE html> <! Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 Version: 4.7.1 Author: KeenThemes Website: http: Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Dribbble: www.dribbble.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http:/...
<?php function connect($host,$usuario,$pass,$bd){ $connection = mysqli_connect($host,$usuario,$pass,$bd); if(!$connection){ die("Error en la conexión ".<API key>()); } return $connection; }
define([ 'Magento_Ui/js/lib/view/utils/async', 'uiRegistry', 'underscore', 'Magento_Ui/js/form/components/insert-listing' ], function ($, registry, _, InsertListing) { 'use strict'; return InsertListing.extend({ defaults: { addAttributeUrl: '', attributeSetId: '',...
package votebox; import auditorium.<API key>; import auditorium.Bugout; import auditorium.Event; import auditorium.NetworkException; import crypto.*; import crypto.adder.AdderInteger; import preptool.model.language.Language; import preptool.model.layout.manager.RenderingUtils; import printer.Printer; import sexpression...
layout: "docs" page_title: "Commands" sidebar_current: "docs-commands" description: |- Consul is controlled via a very easy to use command-line interface (CLI). Consul is only a single command-line application: `consul`. This application then takes a subcommand such as agent or members. The complete list of subcomman...
package com.bfh.logisim.fpgaboardeditor; import java.util.Iterator; import java.util.LinkedList; public class FPGAClass { public static char getId(String identifier) { char result = 0; LinkedList<String> thelist = FPGAClass.getStrings(); Iterator<String> iter = thelist.iterator(); re...
<?php // This file keeps track of upgrades to // the certificate module // Sometimes, changes between versions involve // alterations to database structures and other // major things that may break installations. // The upgrade function in this file will attempt // to perform all the necessary actions to upgrade // you...
package se.idega.idegaweb.commune.presentation; import java.util.Collection; import java.util.Iterator; import com.idega.core.builder.data.ICPage; import com.idega.data.IDOLookup; import com.idega.presentation.ExceptionWrapper; import com.idega.presentation.IWContext; import com.idega.presentation.PresentationObject; i...
using EloBuddy; using LeagueSharp.SDK; namespace ExorAIO.Champions.Tristana { using System.Collections.Generic; using System.Linq; using LeagueSharp; using LeagueSharp.SDK; using LeagueSharp.SDK.Utils; <summary> The targets class. </summary> internal class Targets { #regi...
package com.moro.mtweaks.database.tools.customcontrols; import android.content.Context; import com.moro.mtweaks.database.Provider; import com.moro.mtweaks.utils.tools.customcontrols.Items; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import java.util.HashMap; import java.util.L...
#!/usr/bin/python # This file is part of Ansible # Ansible is free software: you can redistribute it and/or modify # (at your option) any later version. # Ansible is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import json import time import yaml try: ...
#! /bin/sh BEGIN INIT INFO # Provides: shutdownsw.sh # Required-Start: $local_fs $remote_fs # Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Shutdown Switch Monitor # Description: Push the button then Shutdown Sqeuence be started. END INIT INFO # Please rem...
package de.rwth.idsg.steve.ocpp; import lombok.Getter; import lombok.<API key>; /** * @author Sevket Goekay <goekay@dbis.rwth-aachen.de> * @since 24.03.2015 */ @<API key> @Getter public enum OcppProtocol { V_12_SOAP(OcppVersion.V_12, OcppTransport.SOAP), V_12_JSON(OcppVersion.V_12, OcppTransport.JSON), V...
<?php class <API key> extends Exception { }
package ast.declarations; import ast.ASTNode; import ast.expressions.Identifier; public class IdentifierDecl extends ASTNode { private IdentifierDeclType type; private Identifier name; public void addChild(ASTNode node) { if (node instanceof Identifier) setName((Identifier) node); ...
#include <assert.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include "tvheadend.h" #include "htsbuf.h" void htsbuf_queue_init(htsbuf_queue_t *hq, unsigned int maxsize) { if(maxsize == 0) maxsize = INT32_MAX; TAILQ_INIT(&hq->hq_q); hq->hq_size = 0; h...
<?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(); $string['admindirname'] = 'Direutoriu d\'almin...
package edu.grinnell.csc207.gaocharl17.utils; import static org.junit.Assert.*; import java.math.BigInteger; import org.junit.Test; import edu.grinnell.csc207.gaocharl17.utils.Fraction; public class StringUtilsTest { @Test public void testSplitAt() { assertArrayEquals(new String[] { "a", "b", "c" }, ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_77) on Fri Apr 01 12:47:18 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>net.sf.jclal.sampling.unsupervised (JCLAL framework 1.1 API)</title> <meta name="date" content="2016-04-0...
// 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.skillmatrix; impo...
#import "THPaletteItem.h" #import "<API key>.h" @interface THTimerPaletteItem : <API key> @end
#include "stdafx.h" #include "eVehicle.h" #include "MercApi.h" #include "VehicleApi.h" #include "../../main/Logger.h" #include "../../httpclient/UrlEncode.h" #include "../../httpclient/HTTPClient.h" #include "../../main/json_helper.h" #include "../../main/Helper.h" #include "../../main/SQLHelper.h" #include "../../webs...
<!DOCTYPE HTML PUBLIC "- <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="PHPDoctor 2RC4 (http://peej.github.com/phpdoctor/)"> <meta name="when" content="Fri, 21 Jan 2011 04:30:38 +0000"> <link rel="stylesheet" type="text/css" href="../styleshee...
<?php namespace Base; use \OcOrderProduct as ChildOcOrderProduct; use \OcOrderProductQuery as <API key>; use \Exception; use \PDO; use Map\<API key>; use Propel\Runtime\Propel; use Propel\Runtime\ActiveQuery\Criteria; use Propel\Runtime\ActiveQuery\ModelCriteria; use Propel\Runtime\Collection\ObjectCollection; use Prop...
#ifndef <API key> #define <API key> #include <cctype> #include <locale> #include <limits> #include <string> #include <sstream> #include <iomanip> #include <iterator> // i/ostreambuf_iterator #include <exception> #include <boost/assert.hpp> #include <boost/lexical_cast.hpp> #include <boost/throw_exception.hpp> #include ...
// <auto-generated/> using System; namespace Telegram.Api.TL { public partial class TLTextPlain : TLRichTextBase { public String Text { get; set; } public TLTextPlain() { } public TLTextPlain(TLBinaryReader from) { Read(from); } public override TLType ...
package com.bfh.logisim.settings; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Enumeration; import java.util.regex.Pattern; import java.util.zip.ZipEntry; import java.util.zip.ZipException; import java.util.zip.Z...
/* vim: set expandtab ts=4 sw=4: */ #include "admin/Admin.h" #include "benc/String.h" #include "benc/Dict.h" #include "exception/Except.h" #include "exception/Jmp.h" #include "util/log/Log.h" #include "util/Security.h" #include "util/Security_admin.h" struct Context { struct Log* logger; struct Admin* admin; ...
// Generated on 04/17/2013 22:29:58 using System; using System.Collections.Generic; using System.Linq; using BiM.Protocol.Types; using BiM.Core.IO; using BiM.Core.Network; namespace BiM.Protocol.Messages { public class <API key> : <API key> { public const uint Id = 5784; public override uint Mes...
/** * @private */ Ext.define('Ext.chart.Shape', { /* Begin Definitions */ singleton: true, /* End Definitions */ circle: function (surface, opts) { return surface.add(Ext.apply({ type: 'circle', x: opts.x, y: opts.y, stroke: null, rad...
/** * type that is used to implement a 'flashing' behavior in a node by switching colors using a timer * * @author Sharfudeen Ashraf * @author John Blanco * @author Aadish Gupta */ import stepTimer from '../../../../axon/js/stepTimer.js'; import <API key> from '../../<API key>.js'; class FlashController { /** ...
<?php namespace PhpCsFixer\Fixer\Alias; use PhpCsFixer\AbstractFixer; use PhpCsFixer\FixerDefinition\CodeSample; use PhpCsFixer\FixerDefinition\FixerDefinition; use PhpCsFixer\Preg; use PhpCsFixer\Tokenizer\Token; use PhpCsFixer\Tokenizer\Tokens; /** * @author Filippo Tessarotto <zoeslam@gmail.com> */ final class <AP...
#include<iostream> using namespace std; int main() { int n; cout <<"Enter a Range: "; cin >>n; for(int i=0; i<=n; i++) { for(int j=0; j<=n-i; j++) { cout <<"*"; } for(int k=1; k<=2*i; k++) { cout <<" "; } for(int l=0; l<...
// $Id: <API key>.java 41 2010-04-03 20:04:12Z marcusvnac $ // software and its documentation without fee, and without a written // and this paragraph appear in all copies. This software program and // California. The software program and documentation are supplied "AS // IS", without any accompanying services from The...
# -*- coding: utf-8 -*- """Get the pollen count for a UK postcode.""" import dave.module from bs4 import BeautifulSoup from requests import get from twisted.words.protocols.irc import <API key>, attributes as A import dave.config @dave.module.help("Syntax: pollen [first part of postcode]. Get the forecast in the specif...
#ifndef MAVLINK_VERSION_H #define MAVLINK_VERSION_H #define MAVLINK_BUILD_DATE "Fri Nov 16 17:51:26 2012" #define <API key> "0.9" #define <API key> 179 #endif // MAVLINK_VERSION_H
function Template(opts) { var self = this; Template.base.call(self, opts); self.flist = []; self.context = {}; } inherit(Template, Command); Template.scripts = ["extra/handlebars-1.0.0.beta.6.js"]; Template.prototype.usage = 'template -- pretty print files using template\n\n' + 'Usage:\n' + ...
#Overwriting Data from Data Import Tool Data Import Tool allows importing documents (like customers, Suppliers, Orders, Invoices etc.) from spreadsheet file into Revalue. The very same tool can also be used for overwrite values in the existing documents. <div class="well">Overwriting data from Data Import Tool works on...
package mhst.dreamteam.IcingaClient.Controller; import android.util.Log; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.<API key>; import java.net.URL; import java.net.<API key>; import java...
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class <API key> extends Migration { /** * Run the migrations. * * @return void */ public function up() { if (!Schema::hasColumn('sessions', 'user_id')) { Schema::table('sessi...
/*.footable { border-collapse: separate; border-spacing: 0; width: 100%; border: solid #ccc 1px; -moz-border-radius: 6px; -<API key>: 6px; border-radius: 6px; font-family: 'trebuchet MS' , 'Lucida sans' , Arial; font-size: 14px; color: #444; }*/ .footable.breakpoint > tbody > tr > td.expand { ba...
class CreateMonths < ActiveRecord::Migration def change create_table :months do |t| t.integer :year t.string :month t.timestamps end add_index(:months, :month, :unique => true) end end
<?php class <API key> extends <API key> { public function __construct() { parent::__construct(); $this->setId('imageGrid'); $this->setDefaultSort('image_id'); $this->setDefaultDir('ASC'); $this-><API key>(true); } protected function _prepareCollection() { $collection = Mage...
package es.javocsoft.android.lib.toolbox.drive.callback; import android.content.Context; import com.google.android.gms.drive.DriveContents; /** * Base callback class to use when opening a file in Drive. * * @author JavocSoft 2015 * @version 1.0 * */ public abstract class <API key> extends Thread implements Runnab...
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: # This file is part of qutebrowser. # qutebrowser is free software: you can redistribute it and/or modify # (at your option) any later version. # qutebrowser is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See ...
namespace FOG { partial class FrmSetup { <summary> Required designer variable. </summary> private System.ComponentModel.IContainer components = null; <summary> Clean up any resources being used. </summary> <param name="disposing">true if managed re...
/*global defineSuite*/ defineSuite([ 'Core/defined' ], function( defined) { "use strict"; /*global jasmine,describe,xdescribe,it,xit,expect,beforeEach,afterEach,beforeAll,afterAll,spyOn*/ var obj = 42; var obj2; it('works for defined object', function() { expect(defined(o...
# Memcached Cloud Node.js Sample A Node.js sample, running on Express framework, demonstrating how [Memcached](http://memcached.org/) can be used at Heroku.<br /> SET, GET and DELETE a key, and get your bucket's STATS. The app is currently running at: [<API key>.herokuapp.com](http: ## Deploy to Heroku Instantly deploy...
#ifndef DIALOG_H #define DIALOG_H #include <QDialog> #include <QFileDialog> namespace Ui { class Dialog; } class Dialog : public QDialog { Q_OBJECT public: explicit Dialog(QWidget *parent = 0); ~Dialog(); void setPassPath(QString); void setGitPath(QString); void setGpgPath(QString); void set...
<?php namespace Magento\User\Controller\Adminhtml\Locks; /** * Locked users grid */ class Grid extends \Magento\User\Controller\Adminhtml\Locks { /** * Render AJAX-grid only * * @return void */ public function execute() { $this->_view->loadLayout(false); $this->_view->r...
# -*- coding: utf-8 -*- from object_test import session import random import string import model test_page = model.Page() N = 5 test_page.title = ''.join(random.SystemRandom().choice(string.ascii_uppercase + string.digits) for _ in range(N)) test_page.content = u'Test content' print(test_page.title) session.add(test_pa...
<!DOCTYPE html> <html> <head> <script> var regExp = /......-......./; var string = '910209-2001211'; var output = string.replace(regExp, '+$&+'); alert(output); </script> </head> <body> </body> </html>
<?php class kolab_format_file extends kolab_format { public $CTYPE = 'application/vnd.kolab+xml'; protected $objclass = 'File'; protected $read_func = 'kolabformat::readKolabFile'; protected $write_func = 'kolabformat::writeKolabFile'; protected $sensitivity_map = array( 'public' => ko...
C$TEST LPSB C TO RUN AS A MAIN PROGRAM REMOVE NEXT LINE SUBROUTINE LPSB C*********************************************************************** C C EXAMPLE OF USE OF THE PORT PROGRAM BPCE C C*********************************************************************** INTEGER N, MU, IG, K, I, IWRITE, I1MACH, ...
#include <QtTest/QtTest> #include <QDebug> #include <qcamera.h> #include <qcamerainfo.h> #include "mockcameraservice.h" #include "<API key>.h" QT_USE_NAMESPACE class tst_QCameraInfo: public QObject { Q_OBJECT public slots: void initTestCase(); void init(); void cleanup(); private slots: void constru...