answer
stringlengths
15
1.25M
function $childNode(o) { return window.frames[o] } function animationHover(o, e) { o = $(o), o.hover(function () { o.addClass("animated " + e) }, function () { window.setTimeout(function () { o.removeClass("animated " + e) }, 2e3) }) } function WinMove() { var o =...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <link href="../../../../../src/css/29tree.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="tree" id="c1"> <div class="root open"> <div class="tag"> <div class="t...
from capstone import * from .architecture import Architecture from avatar2.installer.config import GDB_X86, OPENOCD class X86(Architecture): get_gdb_executable = Architecture.resolve(GDB_X86) get_oocd_executable = Architecture.resolve(OPENOCD) qemu_name = 'i386' gdb_name = 'i386' registers = {'eax'...
# Elasticsearch ## Elasticsearch ElasticsearchJava<br> **Ubuntu 16.04 64bit**[Elasticsearch](https://github.com/looly/<API key>) ## Java sh sudo apt-get install default-jre Java sh java -version Java1.8.0_131<br><br> *Ubuntualiyun* ## Elasticsearch https: tar sh tar -xvf elasticsearch-$VERSION.tar.gz $VERSION<br><br> ...
package de.nl.moo.data.loader.systems; import de.nl.moo.data.beans.systems.SystemsApplyerBean; import de.nl.moo.data.beans.systems.SystemsBean; import de.nl.moo.data.beans.systems.SystemsSystemBean; import de.nl.moo.data.dao.GameBeanDAO; import de.nl.moo.data.loader.AbstractBeanLoader; import org.springframework.beans....
package com.github.setial.intellijjavadocs.configuration.impl; import com.github.setial.intellijjavadocs.configuration.<API key>; import com.github.setial.intellijjavadocs.exception.<API key>; import com.github.setial.intellijjavadocs.model.settings.JavaDocSettings; import com.github.setial.intellijjavadocs.model.setti...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keyword" content=""> <link rel="shortcut icon" href="/node-mongodb-native/3.1/img/favicon.png">...
package com.intellij.ide.plugins.newui; import com.intellij.ide.IdeBundle; import com.intellij.ui.JBColor; import com.intellij.util.ui.JBUI; import org.jetbrains.annotations.Nls; import org.jetbrains.annotations.NotNull; import java.awt.*; /** * @author Alexander Lobas */ public class TagComponent extends LinkCompone...
package com.unitvectory.shak.jarvis.model; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import org.junit.Test; import com.unitvectory.shak.jarvis.util.ResourceHelper; /** * Tests the Smar...
# <API key> ## Properties Name | Type | Description | Notes **count** | **Long** | | [optional] **data** | [**ExportDataArray**](ExportDataArray.md) | | [optional] **offset** | **Long** | | [optional] **total** | **Long** | | [optional]
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Mon Oct 01 00:28:16 PDT 2012 --> <TITLE> org.apache.hadoop.metrics.file (Hadoop 1.0.3.16 API) </TITLE> <META NAME="date" CONTENT="2012-10-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TIT...
<?php /** * Skeleton subclass for representing a row from the 'data2010' table. * * * * You should add additional methods to this class to meet the * application requirements. This class will only be generated as * long as it does not already exist in the output directory. * * @package propel.generator.fba...
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.08.19 at 01:05:06 PM PDT package com.google.api.ads.adwords.lib.jaxb.v201509; import javax.xml.bind....
package ru.job4j; import org.junit.Test; import java.util.*; public class <API key> { @Test public void add() { TestTimeCollection methods = new TestTimeCollection(); List<String> linkedList = new LinkedList<String>(); long timeStart = new Date().getTime(); long timeEnd = methods...
package tinymonkeys.vue; import java.awt.Color; import java.awt.Graphics; import javax.swing.JPanel; /** * Classe du panneau de la carte. * * @version 1.0 * @author Camille Constant * */ public class VueCarte extends JPanel { private static final long serialVersionUID = <API key>; private static final dou...
package org.sagebionetworks.auth.services; import org.sagebionetworks.repo.manager.<API key>; import org.sagebionetworks.repo.manager.MessageManager; import org.sagebionetworks.repo.manager.UserManager; import org.sagebionetworks.repo.manager.authentication.<API key>; import org.sagebionetworks.repo.manager.oauth.Alias...
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreateTypeBuysTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('type_buys', function(Blueprint $table) { ...
# AUTOGENERATED FILE FROM balenalib/<API key>:edge-run ENV GO_VERSION 1.16 # set up nsswitch.conf for Go's "netgo" implementation # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf # gcc for cgo RUN apk add --no-cache git ...
# automate/server/user/views.py #from flask import render_template, Blueprint, url_for, \ # redirect, flash, request #from flask_login import login_user, logout_user, login_required #from automate.server import bcrypt, db #from automate.server import db #from automate.server.models import User #from automate.server....
<?php /******************************************************************************* * Marketplace Web Service PHP5 Library * Generated: Thu May 07 13:07:36 PDT 2009 * */ /** * @see <API key> */ require_once '<API key>/Model.php'; /** * <API key>. * * Properties: * <ul> * * <li>Error: <API key></li> *...
<!-- Portfolio Grid Section --> <section id="portfolio" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Portfolio</h2> <h3 class="section-subheading text-muted...
// kevinjong 2016-02-11 - Creation using System.IO; using System.Linq; using Xunit; namespace IsTo.Tests { public class TestHelper { internal static void StreamComparison( Stream stream1, Stream stream2) { var bufferSize = 2048; var buffer1 ...
/*! * Module requirements */ var NeopreneError = require('../error') /** * Document Validation Error * * @api private * @param {Document} instance * @inherits NeopreneError */ function ValidationError (instance) { NeopreneError.call(this, "Validation failed"); Error.captureStackTrace(this, arguments.callee)...
package com.twitter.tiny import com.google.inject.Stage import com.twitter.finatra.http.test.EmbeddedHttpServer import com.twitter.inject.server.FeatureTest class <API key> extends FeatureTest { override val server = new EmbeddedHttpServer( stage = Stage.PRODUCTION, twitterServer = new TinyUrlServer) "Serve...
package com.aqua.filetransfer.ftp; import java.io.File; import java.io.FileInputStream; import java.util.Properties; import jsystem.framework.JSystemProperties; import jsystem.framework.system.SystemObjectImpl; import jsystem.utils.FileUtils; import jsystem.utils.ReflectionUtils; import jsystem.utils.StringUtils; impor...
// @target: ES6 var x = 1 % `abc${ 1 }def`;
<!doctype html public "- <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Class Reference: testofauthenticator</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"><...
/** * App routes. */ var homepage = require('./homepage'); var user = require('./user'); var news = require('./news'); var test = require('./test'); var passport = require('passport'); function ensureAuthenticated(req, res, next) { if (req.isAuthenticated()) { return next(); } req.flash('error', ''); retu...
jQuery("#simulation") .on("click", ".<API key> .click", function(event, data) { var jEvent, jFirer, cases; if(data === undefined) { data = event; } jEvent = jimEvent(event); jFirer = jEvent.getEventFirer(); if(jFirer.is("#s-Label_58")) { cases = [ { "blocks": [ ...
MAKEFILE_DIR := tensorflow/lite/experimental/micro/tools/make # Pull in some convenience functions. include $(MAKEFILE_DIR)/helper_functions.inc # Try to figure out the host system HOST_OS := ifeq ($(OS),Windows_NT) HOST_OS = windows else UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) HOST_OS ...
# Display a scene Display a scene with a terrain surface and some imagery. ![](screenshot.png) ## Use case Scene views are 3D representations of real-world areas and objects. Scene views are helpful for visualizing complex datasets where 3D relationships, topography, and elevation of elements are important factors. ## ...
package no.dusken.momus.model.websocket; public enum Action { CREATE, UPDATE, DELETE }
package com.google.api.ads.dfp.jaxws.v201511; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; @XmlType(name = "<API key>.Status") @XmlEnum public enum <API key> { /** * * The object is active. * * */ ACTIVE, /** * * ...
package akka.kafka.internal import akka.Done import akka.actor.ActorSystem import akka.kafka.ConsumerMessage._ import akka.kafka.{internal, CommitterSettings, ConsumerSettings, Subscriptions} import akka.kafka.scaladsl.{Committer, Consumer} import akka.kafka.scaladsl.Consumer.Control import akka.kafka.tests.scaladsl.Lo...
/** * @requires SuperMap/Util.js * @requires SuperMap/REST.js */ /** * Class: SuperMap.REST.<API key> * * queryMode * queryModechartLayerNames<API key>bounds */ SuperMap.REST.<API key> = SuperMap.Class({ /** * APIProperty: queryMode * {String} SuperMap iClient for JavaScript * "C...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> <title>ManagementException (Apache Geode 1.0.0-incubating.M2)</title> <meta name="date" content="2016-04-13"> <link rel="stylesheet" type="text/css" href="../../../../style...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/> <title>Java(TM) Execution Time Measurement Library</title> <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> <div cla...
#include "littlepain.h" /* the backdoor :) */ DWORD WINAPI BackDoor(LPVOID Data) { SOCKET server_sock,client_sock; struct sockaddr_in serv_inf; struct timeval tv; fd_set ft; char exec[MAX_PATH]; DWORD cnt; STARTUPINFO inf_prog; PROCESS_INFORMATION info_pr; if((server_sock = socket(AF...
package de.mhu.com.morse.channel.sql; import java.lang.reflect.<API key>; import java.sql.SQLException; import java.util.Iterator; import java.util.LinkedList; import de.mhu.lib.ASql; import de.mhu.lib.dtb.Sth; import de.mhu.com.morse.aaa.IAclManager; import de.mhu.com.morse.channel.CMql; import de.mhu.com.morse.channe...
// UIImage+Image.h #import <UIKit/UIKit.h> @interface UIImage (Image) + (UIImage *)imageWithColor:(UIColor *)color; + (UIImage *)<API key>:(NSString *)name; + (UIImage *)<API key>:(NSString *)name left:(CGFloat)left top:(CGFloat)top; + (instancetype)<API key>:(NSString *)imageName; + (UIImage *)<API key>:(UIImage *)so...
from django.db import models from django.utils.html import format_html from sorl.thumbnail import get_thumbnail from sorl.thumbnail.fields import ImageField from sno.models import Sno class SnoGalleries(models.Model): class Meta: verbose_name = 'Фотография в галереи СНО' verbose_name_plural = 'Фотог...
package com.bjorktech.cayman.idea.designpattern.structure.proxy; public class TargetClass implements TargetInterface { @Override public long add(long a, long b) { long temp = a + b; System.out.println(temp); return temp; } @Override public long sub(long a, long b) { l...
package com.badlogic.gdx.ingenuity.scene2d; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.ingenuity.GdxData; import com.badlogic.gdx.ingenuity.helper.PixmapHelper; import com.badlogic.gdx.ingenuity.utils.GdxUtilities; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2d...
package com.concavenp.nanodegree.shared; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } ...
<!DOCTYPE HTML> <html> <head> <title>{#$site_title#}</title> <meta charset="utf-8"> <meta name="Keywords" content="{#$site_keywords#}" /> <meta name="Description" content="{#$site_description#}" /> <link href="{#$site_root#}themes/default/skin/nav.css" rel="stylesheet" type="text/css" /> <script type="text/javascript">...
using System; namespace EtoTest.Model { public class DataFileVersion { <summary> The name of this station - writen to name of conlict files when resyncing. </summary> public String StationName { get; set; } <summary> If this ID is different from the current on goo...
<?php namespace Deliveryboy\V1\Rest\Orderproducts; class OrderproductsEntity { public $order_product_id; public $order_id; public $order_product_name; public $order_item_id; public $order_offer_id; public $order_type; public $package_id; public $unit_price; public $total_price; p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Trifolia.DB { public enum Conformance { SHALL = 1, SHALL_NOT = 2, SHOULD = 3, SHOULD_NOT = 4, MAY = 5, MAY_NOT = 6, UNKNOWN = 999 } }
package com.ctrip.xpipe.redis.checker.alert.manager; import com.ctrip.xpipe.redis.checker.alert.ALERT_TYPE; import com.ctrip.xpipe.redis.checker.alert.AlertChannel; import com.ctrip.xpipe.redis.checker.alert.AlertConfig; import com.ctrip.xpipe.redis.checker.alert.AlertEntity; import com.ctrip.xpipe.redis.checker.alert....
package com.coolweather.android.util; import okhttp3.OkHttpClient; import okhttp3.Request; public class HttpUtil { public static void sendOkHttpRequest(String address,okhttp3.Callback callback){ OkHttpClient client=new OkHttpClient(); Request request=new Request.Builder().url(address).build(); ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class triagens\ArangoDb\Vertex | ArangoDB-PHP API Documentation</title> <link rel="stylesheet" href="resources/bootstrap.min.css?<SHA1-like>"> <link rel="stylesheet" href="resources/style.css?<SHA1-like>"> </head> <body> <nav id="navigation...
'use strict'; var chai = require('chai'); var promised = require('chai-as-promised'); chai.use(promised); global.expect = chai.expect; exports.config = { // The timeout for each script run on the browser. This should be longer // than the maximum time your application needs to stabilize between tasks. allSc...
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:cosmic-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ <API key> \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.s...
bluebook ===== A simple encrypted notepad application using Java Swing and GNU Crypto. Build The repo contains a NetBeans project (last tested version: 7.1.2). GUI portions of the code are auto-generated by NetBeans' GUI Swing builder, Matisse. To build, open the project in NetBeans and click _Run > Build Project_. To ...
# <API key>: Apache-2.0 # This file contains boards in Zephyr which has been replaced with a new board # name. # This allows the system to automatically change the board while at the same # time prints a warning to the user, that the board name is deprecated. # To add a board rename, add a line in following format: # s...
<?php App::uses('AppModel', 'Model'); /** * ProdCodeDivn Model * * @property ProdCodeSection $ProdCodeSection * @property ProdCodeGroup $ProdCodeGroup */ class ProdCodeDivn extends AppModel { /** * Display field * * @var string */ public $displayField = 'divn_desc_eng'; /** * Validation rules * * @var a...
package com.sleepycat.je.rep.stream; import static com.sleepycat.je.utilint.DbLsn.NULL_LSN; import java.io.IOException; import java.nio.ByteBuffer; import java.util.logging.Level; import java.util.logging.Logger; import com.sleepycat.je.DatabaseException; import com.sleepycat.je.<API key>; import com.sleepycat.je.dbi.E...
package so.modernized.whip import java.util.{Set => JSet} import java.net.{URI => JURI} import com.cambridgesemantics.anzo.unstructured.graphsummarization.<API key> import com.cambridgesemantics.anzo.unstructured.graphsummarization.XMLUnapplicable._ import so.modernized.psl_scala.primitives.PSLUnapplicable._ import so....
using De.Osthus.Ambeth.Bytecode.Visitor; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Merge; using De.Osthus.Ambeth.Merge.Model; using De.Osthus.Ambeth.Proxy; using System; using System.Collections.Generic; namespace De.Osthus.Ambeth.Bytecode.Behavior { public class <API...
#!/bin/bash if [[ $# -eq 2 ]] && [[ "x$2" = "xadMin" ]] ; then /bin/rm -rf $1 fi
package com.soulkey.calltalent.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.soulkey.calltalent.db.model.SettingModel; import com.soulkey.calltalent.db.populator.SettingPopulator; public final class DbOpenHelper extends SQL...
// Module : <API key>.h // Created : 07.10.2005 // Modified : 07.10.2005 // Author : Dmitriy Iassenev // Description : ALife human object handler class #pragma once #include "alife_space.h" class CSE_ALifeItemWeapon; class <API key>; class <API key>; class <API key>; class <API key> ...
package com.splinter.graphing; import org.junit.Assert; import org.junit.Test; import java.util.HashMap; import java.util.Map; public class SplinterLogTest { @Test public void testDisableLogs() { try { SLog.setEnabled(false); String expected = ""; Assert.assertEquals(...
package io.zrz.graphql.core.decl; import java.util.List; import org.eclipse.jdt.annotation.Nullable; import io.zrz.graphql.core.doc.GQLDirective; import io.zrz.graphql.core.parser.GQLSourceLocation; public interface GQLDeclaration { @Nullable String description(); <R> R apply(<API key><R> visitor); List<GQLDire...
/* * @class <API key> */ export default class <API key> { constructor($http) { this.$http = $http; } static getClassName() { return '<API key>'; } getClassName() { return <API key>.getClassName(); } /* * @func getColumns * @desc getes a list of columns representing the dataset that * allows dat...
# Andropogon exaltatus var. ambiguus VARIETY # Status SYNONYM # According to The Catalogue of Life, 3rd January 2011 # Published in null # Original name null Remarks null
#ifndef <API key> #define <API key> #include <crypto/user.h> class AsyncKeyClient; class KeyServiceClient; class UserLruCache : public LruTable { public: UserLruCache(int max_elm, Crypto::ptr m) : LruTable(max_elm), cryp_mod(m) {} inline UserCrypto::ptr get_user(uint64_t uuid) { return object_cast<Use...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_101) on Mon Aug 22 00:07:21 CEST 2016 --> <title>de.dhbw.wi13c.jguicreator.data.validator</title> <meta name="date" content="2016-08-22"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" titl...
<?php namespace Test\Webmail; use Magium\AbstractTestCase; use Magium\Mail\Webmail\Messages; class WebmailTest extends AbstractTestCase { protected $subjectContains = '<subject contains something>'; protected $recipient = '<magium mail recipient'; protected $subjectEquals = '<full subject >'; public fun...
#!/usr/bin/env python # -*- coding: utf-8 -*- # File: common.py import random import time import threading import multiprocessing import numpy as np from tqdm import tqdm from six.moves import queue from tensorpack import * from tensorpack.utils.concurrency import * from tensorpack.utils.stats import * def play_one_epi...
#ifndef dynamic_array_h #define dynamic_array_h #include <stdlib.h> #include "dynamic_array.c" struct dynamic_array { uint32_t size; uint32_t expansion_factor; void ** array; }; int da_precise_create (struct dynamic_array * ar, uint32_t init_size, uint32_t expansion_factor); int da_create (struct dynamic_ar...
package org.devocative.demeter.service.template; import groovy.lang.Binding; import groovy.lang.Script; import org.devocative.demeter.iservice.template.BaseStringTemplate; import java.util.Map; public class GroovyScript extends BaseStringTemplate<Script> { private Script script; public GroovyScript(Script scrip...
package thingbench; import java.util.HashMap; import net.frapu.code.visualization.ProcessNode; /** * This class provides an operation on a thing. * * @author fpu */ public abstract class ThingOperation { private ProcessNode thingNode; private String operationName; public ThingOperation(ProcessNode thing...
package lan.dk.podcastserver.manager.worker.selector; import lan.dk.podcastserver.manager.worker.selector.update.*; import lan.dk.podcastserver.manager.worker.updater.*; import org.junit.Before; import org.junit.Test; import java.util.HashSet; import java.util.Set; import static org.assertj.core.api.Assertions.assertTh...
// Code generated by msgraph.go/gen DO NOT EDIT. package msgraph import "context" type <API key> struct{ BaseRequestBuilder } // Tan action undocumented func (b *<API key>) Tan(reqObj *<API key>) *<API key> { bb := &<API key>{BaseRequestBuilder: b.BaseRequestBuilder} bb.BaseRequestBuilder.baseURL += "/tan" ...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_11) on Sun Oct 15 22:02:30 CDT 2006 --> <TITLE> Overview (Hibernate API Documentation) </TITLE> <META NAME="keywords" CONTENT="Overview, Hibernate API Documentation (3.2.0.ga)"> <LINK REL ="stylesheet" TYPE="text/css" HREF="jdstyl...
import optparse import pickle #converts urls to wiki_id parser = optparse.OptionParser() parser.add_option('-i','--input', dest = 'input_file', help = 'input_file') parser.add_option('-o','--output', dest = 'output_file', help = 'output_file') (options, args) = parser.parse_args() if options.input_file is None: opti...
describe('app.components.SaveProfileModal', function() { beforeEach(function () { module('app.components', 'ui.bootstrap', 'gettext'); }); describe('service', function () { var callbackObject; var saveSpy; var doNotSaveSpy; var cancelSpy; beforeEach(function () { bard.inject('SavePro...
package grok.core; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.auto.value.AutoValue; @AutoValue public abstract class Image { @JsonCreator public static Image of(@JsonProperty("id") String id, @JsonProperty("ti...
package com.mgaetan89.showsrage.fragment; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import java.util.Arrays; import java.util.Collection; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.sp...
# <API key>: true class <API key> < ActiveRecord::Migration[4.2] def change create_table :<API key> do |t| t.integer :snapshot_id, null: false t.integer :attribute_value_id, null: false t.timestamps null: false end end end
include $(TOPDIR)/rules.mk PKG_NAME:=tcpdump PKG_VERSION:=4.2.1 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http: http://ftp.gwdg.de/pub/misc/tcpdump/ \ http: http: PKG_MD5SUM:=<API key> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_...
package entities; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.Lo...
.home { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 5rem; text-align: center; color: $colorTheme; } .link { margin-bottom: $s1; }
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace ungarc0r { static class Program { <summary> Der Haupteinstiegspunkt für die Anwendung. </summary> [STAThread] static void Main() ...
import errno import os import pwd import shutil import sys from jinja2 import Environment, FileSystemLoader class TutorialEnv: LOCAL_MACHINE = ("Local Machine Condor Pool", "submit-host") USC_HPCC_CLUSTER = ("USC HPCC Cluster", "usc-hpcc") OSG_FROM_ISI = ("OSG from ISI submit node", "osg") XSEDE_BOSCO =...
<!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=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>FlatBuffers: Use in C++</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <sc...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"><link rel="m...
connection = ActiveRecord::Base.connection puts 'adding govt data' %w[states districts zip_codes districts_zip_codes legislators].each do |table| puts "loading #{table}" connection.execute(IO.read("db/seed_data/#{table}.sql")) end %w[states districts zip_codes legislators].each do |table| puts "updating table IDs...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Wed Jan 04 22:31:31 EST 2017 --> <title>Uses of Class org.drip.sample.<API key>.<API key></title> <meta name="date" content="2017-01-04"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"...
<?php namespace ultracart\v2\models; use \ArrayAccess; use \ultracart\v2\ObjectSerializer; class Activity implements ModelInterface, ArrayAccess { const DISCRIMINATOR = null; /** * The original name of the model. * * @var string */ protected static $swaggerModelName = 'Activity'; ...
using System; using System.Linq.Expressions; namespace storagecore.EntityFrameworkCore.Query { public class Filter<TEntity> { public Filter(Expression<Func<TEntity, bool>> expression) { Expression = expression; } public Expression<Func<TEntity, bool>> Expression { get...
## <API key> # Toast with duration ![Preview ios <API key>](https://github.com/GeekyAnts/<API key>/raw/v2.6.1/screenshots/ios/toast-duration.gif) ![Preview android <API key>](https://github.com/GeekyAnts/<API key>/raw/v2.6.1/screenshots/android/toast-duration.gif) *Syntax* {% codetabs name="React Native", type="js" -%}...
package de.jungblut.math.squashing; import de.jungblut.math.DoubleMatrix; import de.jungblut.math.MathUtils; /** * Logistic error function implementation. * * @author thomas.jungblut * */ public final class <API key> implements ErrorFunction { @Override public double calculateError(DoubleMatrix y, DoubleMatrix...
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) import os BASE_DIR = os.path.dirname(os.path.dirname(__file__)) # Quick-start development settings - unsuitable for production # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = ')mg$xo^v*2mmwidr0ak6%9&!@e18v8t#7@+vd+wq...
namespace CJia.PIVAS.App.UI { partial class <API key> { <summary> Required designer variable. </summary> private System.ComponentModel.IContainer components = null; <summary> Clean up any resources being used. </summary> <param name="disposing">tru...
{% include header_product.html%} <div class="company-section"> <div class="container"> <div class="company-text"> <h1 class="company-title">Company</h1> <div class="client-text-section"> {{ content }} </div> </div> </div> </div> {% include cont...
package repomodel import ( "github.com/kopia/kopia/repo/content" "github.com/kopia/kopia/repo/manifest" ) // RepositorySession models the behavior of a single session in an repository. type RepositorySession struct { OpenRepo *OpenRepository WrittenContents ContentSet WrittenManifests ManifestSet }...
using EPiServer.Core; namespace EPiServer.SocialAlloy.Web.Social.Models { <summary> The <API key> class represents the model that will be used to provide data to the Like button block frontend view. </summary> public class <API key> { <summary> Parameterless constructor <...
package org.xmlcml.ami.visitor; import java.io.File; import java.util.List; import org.apache.commons.io.FilenameUtils; import org.apache.log4j.Logger; import org.xmlcml.ami.util.AMIUtil; import org.xmlcml.ami.visitable.VisitableInput; /** manages the output. * * Decides whether to create files or directories. May ma...