answer
stringlengths
15
1.25M
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:19:21 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>net.sourceforge.pmd.lang.java.typeresolution Class Hierarchy (PMD 5.5.1 API)</title> <meta name="date" co...
drop table if exists onlineddl_test; create table onlineddl_test ( id int auto_increment, c1 int not null default 0, c2 int not null default 0, primary key (id) ) auto_increment=1; insert into onlineddl_test values (97, 7, 23); drop event if exists onlineddl_test; delimiter ;; create event onlineddl_test on s...
package com.airhacks.hello.business.order.boundary; import javax.ejb.Stateless; import javax.inject.Inject; import javax.json.JsonObject; import javax.ws.rs.POST; import javax.ws.rs.Path; /** * * @author airhacks.com */ @Stateless @Path("orders") public class OrdersResource { @Inject OrderProcessor processor...
Foosball::Application.routes.draw do resources :bagels resources :players root :to => "bagels#home" get "sign_in" => "sign_in#index" post "sign_in" => "sign_in#create" get "home" => "bagels#home" end
// Push notifications var deviceToken = null; // Initialize PushNotification for Android // and Obtaining a device token function <API key>(){ // Require the module var CloudPush = require('ti.cloudpush'); CloudPush.debug = true; CloudPush.enabled = true; CloudPush.<API key> = true; CloudPush.<API key> = tr...
<h1>Issue Dashboard</h1> <hr/> <div class="row"> <div class="col-md-4 chart-container"> <it-bar-chart data="dataPoints.values"></it-bar-chart> </div> <div class="col-md-4 chart-container"> <it-bar-chart data="[5, 8, 53, 16, 23, 42]"></it-bar-chart> </div> <div class="col-md-4 chart-c...
package com.etapps.trovenla.models.libraries; import javax.annotation.Generated; import com.google.gson.annotations.Expose; @Generated("org.jsonschema2pojo") public class Libraries { @Expose private Response response; /** * * @return * The response */ public Response getResponse(...
var searchData= [ ['handleinput',['HandleInput',['../<API key>.html#<API key>',1,'ScreenManager.MenuScren.BaseMenuScreen.HandleInput()'],['../<API key>.html#<API key>',1,'ScreenManager.PantallasBases.PopupScreen.HandleInput()'],['../<API key>.html#<API key>',1,'ScreenManager.StateControl.GameScreen.HandleInput()']]] ...
<!DOCTYPE html> <html lang="en"> <head> <title>JSHint Report</title> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> </head> <body> <div class="container-fluid"> <table class="table table-hover"> <tr> <th class="text-center">Code</th> ...
-- Quick pex importer for Corona local M = {} local function getFile( filename, base ) if not base then base = system.ResourceDirectory; end local path = system.pathForFile( filename, base ) local contents local file = io.open( path, "r" ) if file then contents = file:read( "*a" ) io.close( file ) ...
package galaxyspace.systems.SolarSystem.planets.overworld.items; import galaxyspace.core.prefab.items.GSItemBlockDesc; import galaxyspace.systems.SolarSystem.planets.overworld.blocks.BlockOres; import net.minecraft.block.Block; import net.minecraft.item.ItemStack; public class ItemBlocksOres extends GSItemBlockDesc { ...
layout: post title: "10ChromeFireFox" date: 2009-12-01 02:06 author: Eyon comments: true tags: [Chrome, chrome autocopy, Chrome IE tab, Chrome, Chrome] Google[](http: **** <a href="http: **IE-Tab**ChromeIEChromeChrome[ChromePlus](http: **TwitterBar**Twitter <a href="http: **ScribeFire**WordpressWindows Live SpaceDrupal...
/* 7zCrc.c -- CRC32 init 2015-03-10 : Igor Pavlov : Public domain */ #include <LZMA/Precomp.h> #include <LZMA/7zCrc.h> #include <LZMA/CpuArch.h> #define kCrcPoly 0xEDB88320 #ifdef MY_CPU_LE #define CRC_NUM_TABLES 8 #else #define CRC_NUM_TABLES 9 #define CRC_UINT32_SWAP(v) ((v >> 24) | ((v >> 8) & 0xFF00) | ((v <<...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ModelCantina { public class Funcionario { public int IdFuncionario { get; set; } public string Nome { get; set; } public string Matricula { get; set; } pu...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/privacy/dlp/v2/dlp.proto package com.google.privacy.dlp.v2; public interface <API key> extends // @@<API key>(interface_extends:google.privacy.dlp.v2.KmsWrappedCryptoKey) com.google.protobuf.MessageOrBuilder { /** * * *...
package cs.si.stavor.web; import org.xwalk.core.XWalkResourceClient; import org.xwalk.core.XWalkView; /** * XWalk client class * @author Xavier Gibert * */ public class MyResourceClient extends XWalkResourceClient { public MyResourceClient(XWalkView view) { super(view); ...
package kr.lul.kobalttown.account.domain; import kr.lul.common.util.ValidationException; import org.junit.Test; import org.slf4j.Logger; import java.time.Instant; import static java.util.concurrent.ThreadLocalRandom.current; import static kr.lul.kobalttown.account.domain.Credential.*; import static org.apache.commons.l...
package org.myrobotlab.opencv; import static com.googlecode.javacv.cpp.opencv_imgproc.cvDilate; import org.myrobotlab.logging.LoggerFactory; import org.slf4j.Logger; import com.googlecode.javacv.cpp.opencv_core.IplImage; public class OpenCVFilterDilate extends OpenCVFilter { private static final long serialVersionU...
#pragma once #include <aws/kafka/Kafka_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class <API key>; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Kafka { namespace Model { class...
package consulo.fantom.module.extension; import consulo.module.extension.<API key>; /** * @author VISTALL * @since 03.02.14 */ public interface FanModuleExtension<T extends FanModuleExtension<T>> extends <API key><T> { }
<?php require_once 'sdkazure\vendor\microsoft\windowsazure\WindowsAzure\WindowsAzure.php'; require_once 'sdkazure\vendor\autoload.php'; use WindowsAzure\Common\ServicesBuilder; use WindowsAzure\Common\ServiceException; use windowsAzure\blob\models\<API key>; use windowsAzure\blob\models\PublicAc...
package org.http4s package server package blaze import cats.effect.{CancelToken, ConcurrentEffect, IO, Sync, Timer} import cats.implicits._ import java.nio.ByteBuffer import java.util.concurrent.TimeoutException import org.http4s.blaze.http.parser.BaseExceptions.{BadMessage, ParserException} import org.http4s.blaze.pip...
package vandy.mooc.provider; import android.content.ContentProvider; import android.content.ContentValues; import android.database.Cursor; import android.net.Uri; /** * Content Provider interface used to manage Hobbit characters. This * class plays the role of the "Abstraction" in the Bridge pattern. * It and the h...
#!/bin/bash # must have rename (sudo apt-get install rename) # expedia languages declare -a expedia_languages=("en_US" "ar_SA" "da_DK" "de_DE" "el_GR" "fi_FI" "fr_FR" "hu_HU" "in_ID" "it_IT" "ja_JP" "ko_KR" "ms_MY" "nl_NL" "no_NO" "pl_PL" "pt_BR" "ru_RU" "es_ES" "sv_SE" "th_TH" "tr_TR" "zh_TW" "zh_CN") # download the e...
package com.shunwang.api; import com.shunwang.api.request.pay.<API key>; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; /** * @author min.da * @since 2015-12-30 */ public class SWMain { public static void main(String[] args) { <API key>(); } public static voi...
from django.db import models class Store(models.Model): name = models.CharField(max_length=200, unique=True) desc = models.TextField('description') link = models.URLField() slug = models.SlugField(max_length=200, unique=True) status = models.BooleanField(default=True) ishot = models.BooleanField...
package com.linkedin.thirdeye.anomalydetection.model.transform; import com.linkedin.thirdeye.anomalydetection.context.<API key>; import com.linkedin.thirdeye.anomalydetection.context.TimeSeries; import com.linkedin.thirdeye.api.DimensionMap; import org.joda.time.Interval; import org.slf4j.Logger; import org.slf4j.Logge...
<div id="<API key>" class="modal fade modal-wide"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 cl...
package org.swtk.common.dict.iso639.generated; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.swtk.common.dict.dto.iso639.Language; import org.swtk.common.dict.dto.iso639.adapter.LanguageAdapter; import org.swtk.common.dict.iso639.utils.Iso639Utils; public final class Iso639_T1 ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="generator" content="HelpNDoc Professional Edition 6.8.0.521"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" href="favicon.ico"/> <tit...
#ifndef __FWBASE_H__ #define __FWBASE_H__ #ifndef OPT_PREFIX #define OPT_PREFIX #endif #ifndef OPT_LEVEL #define OPT_LEVEL SSE2 #endif //#if (OPT_LEVEL==1) //#undef OPT_LEVEL //#define OPT_LEVEL SSE2 //#endif #if defined (OPT_F10H) #define CBL_OPTLEVEL CBL_GH #elif defined (OPT_SSE3...
var painter = require('services/painter') var types = require('base/types') module.exports = class Shader extends require('base/glslcompiler'){ prototype() { // default shader properties this.props = { // painter uniforms time :{kind:'uniform', block:'painter', val...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ProcessTraceEvent (Apache UIMA Java SDK 2.8.1 User-Level API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head>...
package com.litesuits.orm.test; import com.litesuits.orm.db.annotation.MapCollection; import com.litesuits.orm.db.utils.ClassUtil; import java.lang.reflect.*; import java.util.*; import java.util.concurrent.<API key>; import java.util.concurrent.LinkedBlockingDeque; /** * @author MaTianyu * @date 14-4-29 */ public c...
.score { position: fixed; right: 2em; bottom: 2em; width: 100px; font-size: 24px; }
package org.spincast.plugins.dateformatter.tests; import static org.junit.Assert.assertEquals; import java.time.Instant; import java.time.temporal.ChronoUnit; import java.util.Locale; import org.junit.Test; import org.spincast.plugins.dateformatter.<API key>; import org.spincast.plugins.dateformatter.<API key>; public ...
#ifndef <API key> #define <API key> #include "ZBE/core/system/system.h" namespace zbe { /** @brief Interface of an archetype that has an area. */ class Area { public: /** \brief Virtual destructor. */ virtual ~Area() {} /** \brief Set area height * \param height */ virtual void setHeight(double height...
package com.salesforce.androidsdk.phonegap.ui; import com.salesforce.androidsdk.app.<API key>; import com.salesforce.androidsdk.rest.ClientManager; import com.salesforce.androidsdk.rest.ClientManager.LoginOptions; /** * Sub-class of <API key> that authenticates using hard-coded credentials * */ public class <API key...
<?php define ('DB_USER', "root"); define ('DB_PASS', ""); define ('DB_NAME', "STE_db"); define ('DB_HOST', "localhost"); ?>
package orm.components; import orm.connection.IConnection; import orm.entity.IEntity; import java.io.File; import java.lang.reflect.<API key>; import java.net.URL; import java.sql.ResultSet; import java.sql.SQLException; import java.util.*; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.ut...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="de"> <head> <title>Uses of Class org.deidentifier.arx.certificate.elements.ElementNewLine (ARX API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><! ...
package after import ( "strconv" ) type order struct { pid productId cid customerId } type productId struct { id int64 } // some methods on productId struct type customerId struct { id int64 } // some methods on customerId struct type orderId struct { id int64 } func (oid orderId) String() strin...
package no.kantega.security.api.impl.dbuser.profile; import org.apache.commons.lang.StringUtils; public class DbNameQuerier extends <API key> { private String stdQuery = " (GivenName LIKE ? OR Surname LIKE ?)"; @Override public String <API key>() { return stdQuery; } @Override public int...
# AUTOGENERATED FILE FROM balenalib/raspberrypi-alpine:3.10-build # remove several traces of python RUN apk del python* # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <smcv@pseudorandom.co.uk>" importe...
package tree import ( "errors" "strings" "sync" cry "github.com/rigelrozanski/passwerk/crypto" ) type PwkTreeReader struct { mtx *sync.Mutex tree TreeReading rVar ReaderVariables } type ReaderVariables struct { usernameHashed string cIdNameUnencrypted string ...
#ifndef <API key> #define <API key> #include <cstdio> #include <cctype> #include <cstdint> #include <cstring> #include "float_common.h" namespace arrow_vendored { namespace fast_float { // Next function can be micro-optimized, but compilers are entirely // able to optimize it well. <API key> bool is_integer(char c) no...
var redis = require('redis'); var express = require('express'); var app = express(); app.get('/', function (req, res) { res.send('Hello World!'); }); app.get('/event/:event/:period', function (req, res) { var client = redis.createClient(6379, 'localhost'); var event = req.params.event; var period = req....
package ru.job4j.threads; import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.shape.Rectangle; import javafx.stage.Stage; public class PingPong extends Application { private static final String JOB4J = "Пинг-понг www.job4j.ru"; @Override public vo...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
#!/bin/bash # sets property sonar.web.javaAdditionalOpts in sonar.properties to activate debug set -euo pipefail source scripts/property_utils.sh SQ_HOME=$1 echo "enabling SQL TRACE Logs in CE" set_property sonar.log.level.ce.sql TRACE $SQ_HOME/conf/sonar.properties
/* Global Styles */ html, body { height: 100%; } body { padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ } .img-portfolio { margin-bottom: 30px; } .img-hover:hover { opacity: 0.8; } /* Home Page Carousel */ heade...
namespace android { /* JNI Helpers for wifi_hal to WifiNative bridge implementation */ void throwException( JNIEnv *env, const char *message, int line ); jboolean getBoolField(JNIEnv *env, jobject obj, const char *name); jint getIntField(JNIEnv *env, jobject obj, const char *name); jlong getLongField(JNIEnv *env, job...
#pragma once #include <aws/kendra/Kendra_EXPORTS.h> #include <aws/kendra/model/SharePointVersion.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/kendra/model/<API key>.h> #include <aws/kendra/model/S3Path.h> #include <aws/kendra/model/<API key>.h> #incl...
// $(".mainContainer").css("height",$(window).height()); Jquery method of getting container to fill entire screen, also solved this via CSS $("#findMyWeather").click(function(event) { event.preventDefault(); $(".alert").hide(); if ($("#city").val()!="") { // if users input a city, then we run the get...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Tree Lines - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="../demo...
<!DOCTYPE html> <html lang="en"> <head th:substituteby="fragments/headTag :: headTag"> <!-- This <head> is only used for static prototyping purposes (natural templates) --> <!-- and is therefore entirely optionl, as this markup fragment will be included --> <!-- from "fragments.html" at runtime. ...
import sys from functions import * word_counts = count_words(sys.stdin) for word, count in word_counts.iteritems(): print '%s,%i' % (word, count)
.<API key> .actions-top { height: 70px; } .<API key> .actions-top .el-button { float: right; background-color: #0287fe; font-size: 14px; margin: 15px 0; } .<API key> .type_formore { color: #3a8dff; text-decoration: underline; } .<API key> .type_label { display: block; text-align: left; font-size: 12...
package com.graduation.yinhua.maleambry.view.activity; import android.annotation.SuppressLint; import android.content.Intent; import android.net.http.SslError; import android.os.Build; import android.text.TextUtils; import android.view.KeyEvent; import android.view.View; import android.view.ViewGroup; import android.we...
<!DOCTYPE html PUBLIC "- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Indian-books</title> <link rel="stylesheet" href="css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="css/bootstrap-them...
using System; using System.ComponentModel; using DesktopWidgets.WidgetBase.Settings; namespace DesktopWidgets.Widgets.Weather { public class Settings : WidgetSettingsBase { public Settings() { Style.FontSettings.FontSize = 16; } [Category("Style")] [DisplayNam...
package kvledger import ( "time" "github.com/hyperledger/fabric/common/metrics" "github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr" ) type stats struct { blockProcessingTime metrics.Histogram <API key> metrics.Histogram statedbCommitTime metrics.Histogram ...
/** * @fileoverview Alphabetizes static class names. * @author Maciej Chmurski */ 'use strict' // Requirements const { <API key> } = require('../utils') // Rule Definition module.exports = { meta: { type: 'suggestion', docs: { url: 'https://eslint.vuejs.org/rules/<API key>.html', description: 'enf...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>D3: Using radio buttons to trigger different combinations of filters</title> <script type="text/javascript" src="../d3.js"></script> <style type="text/css"> p { font-family: Helvetica, s...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using DevExpress.XtraReports.UI; <summary> Summary description for <API key> </summary> public class <API key> : DevExpress.XtraReports.UI.XtraReport { private DevExpress.XtraReports.UI.DetailBand Detail; private DevExpre...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="sv"> <head> <!-- Generated by javadoc (1.8.0_65) on Tue Feb 02 23:10:16 CET 2016 --> <title>Deprecated List</title> <meta name="date" content="2016-02-02"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src...
package org.webrtc.kite.config.media; import io.cosmosoftware.kite.config.KiteEntity; import io.cosmosoftware.kite.interfaces.JsonBuilder; import org.hibernate.annotations.GenericGenerator; import org.hibernate.annotations.Parameter; import javax.json.Json; import javax.json.JsonObject; import javax.json.JsonObjectBuil...
#!/bin/bash # Install files: function install() { echo "Installing into “${1}” …" # Create installation folder: mkdir -pv $1 cd $1 # Remote repo zip file: SOURCE_ZIP="https://github.com/mhulse/bootgeoisie/tarball/master" # Get the zip file and extract all files: curl -sS -#L "$SOURCE_ZIP...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\MerchantData\Types; /** * * @property string $ItemID * @property string $SKU * @property...
<?php /** * XmlConnect controller abstract * * @category Mage * @package Mage_XmlConnect * @author Magento Core Team <core@magentocommerce.com> */ abstract class <API key> extends <API key> { /** * Message status `error` */ const <API key> = 'error'; /** * Message statu...
<!DOCTYPE html PUBLIC "- <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>Play! 2.x Provider for Play! 2.4.x 1.0.0-beta1 Reference Package com.google.code.play2.provider.play24</title> <link rel="stylesheet" type="text/css" hr...
/** * * @type {widthDefault} */ var widthDefault = null; /** * * @constructor */ var ObjectOpenAlign = function () { }; /** * @type {Align} */ ObjectOpenAlign.Align = function () { }; /** * * @type {{name: string, connect: null, node: null, nodeBack: null, dataRetorn: null, result: null}} */ ObjectOpenAlign....
package com.luoruiyong.weblog.ui; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; impo...
<!doctype html> <html lang="pt-BR"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"> <link rel="style...
package com.dmart.objectnosql; import java.lang.reflect.Type; public interface ISerializer { String serialize(Object obj, Type type); Object deserialize(String json, Type type); }
package org.axway.grapes.server.reports.models; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.*; import java.util.stream.Collectors; public class ReportExecution { private static final Logger LOG = LoggerFactory.getLogger(ReportExecution.class...
package no.digipost.api.exceptions; import org.springframework.ws.soap.SoapBody; import org.springframework.ws.soap.SoapFault; import org.springframework.ws.soap.SoapMessage; public class <API key> extends <API key> { private final SoapMessage soapMessage; private final SoapFault soapFault; public <API key>...
<?php class MailEventObserver implements <API key> { private $Mailer; private $Config; public $ObserverName = 'Mail'; function __construct() { $this->Mailer = Core::<API key>(); $this->Mailer->From = CONFIG::$EMAIL_ADDRESS; $thi...
'use strict'; var moment = require("moment"); var pipesSDK = require('<API key>'); var pipesDb = pipesSDK.pipesDb; var _ = require("lodash"); var global = require("<API key>").global; /** * PipeRunStats class * encapsulate the stats for a particular run */ function pipeRunStats(pipe, steps, callback){ this.pipe ...
# todo: self.instances and self.prefetch not yet implemented. # Currently this provider compares the MD5 hash of the S3 and the local file system file, if that comparison returns # false then the S3 object is pulled and written to the :path on the filesystem. # Example: # s3 { '/path/to/my/filesystem': # ensure...
package com.twu.biblioteca.commands; public class CommandListBook extends Command { private volatile static CommandListBook listBookCommand; private CommandListBook(String name) { this.name = name; } public static CommandListBook getInstance() { if(listBookCommand == null) { ...
package jp.troter.servlet.httpsession.spi.memcached; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeoutException; import jp.troter.servlet.httpsession.spi.memcached.initializer.<API key>; import jp.troter.servlet.httpsession.spi.support.<API key>; import jp...
var jiraOptions = { project : "", base : "" }
class Solution: def convertToTitle(self, n): """ :type n: int :rtype: str """ ret = '' while n / 26 > 1: temp = n % 26 n = n print(n) print(temp) if temp == 0: temp = 26 n -= 1...
package com.fska.swarm.screens; import com.badlogic.gdx.Game; import com.badlogic.gdx.Screen; import com.badlogic.gdx.utils.IntMap; public final class ScreenManager { private static ScreenManager instance; private Game game; private IntMap<Screen> screens; public ScreenManager(){ screens = new I...
package org.enner.flatbuffers.test; import org.enner.flatbuffers.Struct; import java.nio.ByteBuffer; import static org.enner.flatbuffers.Primitives.*; import static org.enner.flatbuffers.Utilities.*; /** * Struct for unit and syntax tests for the various possible * combinations. This is the manually written represent...
package org.pjay; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class <API key> { @Test public void contextLoads() { } }
#!/usr/bin/python import json import subprocess import unicodedata def execute(cmd): p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE) p.wait() return (p.stdout.readlines(), p.returncode) def runcmd(cmd): obj = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, ...
/** * <API key>.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter. */ package com.google.api.ads.dfp.axis.v201511; /** * This represents an entry in a map with a key of type ConversionEvent * and value of type TrackingUrls. */ public class <AP...
package com.cdc.androidsamples.widget.entity; /** * @author Charlie Zheng on 2017/5/6. */ public class MyHistogramEntity { private String keyName; private float blueValue; private float blueValuePercent; private float averageValue; private float highestValue; private int rank; public MyHis...
#!/usr/bin/env bash # Script to start hazelcast on docker # Here we eval if some variables exists on the environment if they dont then we set them MIN_HEAP=${MIN_HEAP:=1G} MAX_HEAP=${MAX_HEAP:=1G} GROUP_NAME=${GROUP_NAME=dev} GROUP_PASS=${GROUP_PASS=devpass} # Add docker gateway by default for the case of cassandra run...
'use strict'; var express = require('express'); var conf = require('./conf'); var request = require('request'); var url = require('url'); module.exports = function reportsMiddleware () { var app = express(); app.get('/:name', function (req, res) { var token = req.user.doc.tokens[0]; var phantomUrl = url.par...
/* eslint-disable i18next/no-literal-string */ import {css, cx} from "@emotion/css" import {WindowContentProps} from "@touk/window-manager" import _ from "lodash" import React from "react" import {connect} from "react-redux" import {formatAbsolutely} from "../../common/DateUtils" import * as JsonUtils from "../../commo...
#!/usr/bin/python # -*- coding: utf-8 -*- import os import urllib import zlib import zipfile import math import sys from subprocess import * import subprocess # This script will: # 1. Download the public database from the broad institute # 2. Generate random vcf files thanks to the previous file thanks to databaseExpan...
package org.adligo.fabricate.depot; import org.adligo.fabricate.common.util.StringUtils; public class ArtifactKey { private final String projectName_; private final String artifactType_; private final String platformName_; public ArtifactKey(String projectName, String artifactType, String platformName) { if...
# coding=utf-8 from flask import g from mongoengine.connection import get_db from .model_document import ModelDocument, ModelQuerySet __all__ = ('<API key>',) class <API key>(ModelQuerySet): def __init__(self, document, collection): # make a local copy of the Document class for this QuerySet, to prevent ...
require 'spec_helper' describe Trakio do subject { Trakio } after { Trakio.default_instance = nil } describe '#identify' do context "when a distinct_id is provided" do context "when properties are provided" do it "sends an identify request" do stub = stub_request(:post, "https://...
#Swagger to JS Codegen [![Build Status](http: This package generates a nodejs or angularjs class from a [swagger specification file](https: ##Installation bash npm install swagger-js-codegen ##Example javascript var fs = require('fs'); var CodeGen = require('swagger-js-codegen').CodeGen; var file = 'swagger/spec.json';...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Tue Apr 22 01:43:54 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmplImpl (HBase 0.94.19 API) </TITLE> <META NAME="...