answer stringlengths 15 1.25M |
|---|
// <API key>.h
// MongoIM
#import "<API key>.h"
#import <UIKit/UIKit.h>
#import "DFVideoDecoder.h"
@interface <API key> : <API key>
@property (nonatomic, strong) UIImage *cover;
@property (nonatomic, strong) NSString *url;
@property (nonatomic, strong) NSString *filePath;
@property (nonatomic, strong) DFVideoDecoder ... |
package com.zk.web.interceptor;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import o... |
package org.jboss.resteasy.reactive.server.vertx.test;
import static org.junit.jupiter.api.Assertions.fail;
import io.smallrye.common.annotation.Blocking;
import io.smallrye.common.annotation.NonBlocking;
import java.util.function.Supplier;
import javax.enterprise.inject.spi.DeploymentException;
import javax.ws.rs.Path... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
FOUNDATION_EXPORT double <API key>;
FOUNDATION_EXPORT const unsigned char <API key>[]; |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_111) on Mon Oct 22 12:02:26 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> com.dtstack.jlogstash.format (hdfs 1.0.0 API)</title>
<meta name="date" content="2018-10-22">
<link rel=... |
import eventlet
import gettext
import sys
from staccato.common import config
import staccato.openstack.common.wsgi as os_wsgi
import staccato.openstack.common.pastedeploy as os_pastedeploy
# Monkey patch socket and time
eventlet.patcher.monkey_patch(all=False, socket=True, time=True)
gettext.install('staccato', unicode... |
<?php
exec('"' . __DIR__ . '/vendor/bin/phinx" rollback -t=0');
exec('"' . __DIR__ . '/vendor/bin/phinx" migrate');
exec('"' . __DIR__ . '/vendor/bin/phinx" seed:run');
?> |
using System;
using System.Drawing;
using NetTopologySuite.Geometries;
namespace SharpMap
{
<summary>
Utility class that checks Viewport min/max Zoom and constraint
</summary>
[Serializable]
public class MapViewPortGuard
{
private double _minimumZoom;
private double _maximumZoom;... |
package com.noeasy.money.exception;
public class UserErrorMetadata extends BaseErrorMetadata {
public static final UserErrorMetadata USER_EXIST = new UserErrorMetadata(101, "User exit");
public static final UserErrorMetadata NULL_USER_BEAN = new UserErrorMetadata(102, "Userbean is null");
protected User... |
#!/usr/bin/env python
# Use Netmiko to execute 'show arp' on pynet-rtr1, pynet-rtr2, and juniper-srx.
from netmiko import ConnectHandler
def main():
# Definition of routers
rtr1 = {
'device_type': 'cisco_ios',
'ip': '50.76.53.27',
'username': 'pyclass',
'password': '88newclass'... |
#include "Projectile.h"
// Sets default values
AProjectile::AProjectile()
{
// Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = true;
ProjectileMovement = <API key><<API key>>(FName("Projectile Movement"));
Pro... |
.cbp,
.cbp *,
.<API key> .cbp-filter-counter:after,
.<API key> .cbp-filter-counter:after,
.<API key> .cbp-filter-counter:after,
.<API key> .cbp-filter-counter:after,
.<API key>:after,
.cbp-l-filters-text .cbp-filter-counter:after,
.<API key>:after,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-wrap:before,
.cbp:after ... |
#include "stdafx.h"
#include "NET_Common.h"
#include "net_client.h"
#include "net_server.h"
#include "net_messages.h"
#include "NET_Log.h"
#include "../xr_3da/xrGame/battleye.h"
#pragma warning(push)
#pragma warning(disable:4995)
#include <malloc.h>
#include "dxerr.h"
//#pragma warning(pop)
static INetLog* pClNetLog... |
# IOSStudyResource
IOS
#IOS
1.https://github.com/JakeLin/SwiftWeather swift
2.https://github.com/xushao1990/XTNews app
3.https://github.com/12207480/KnowingLife
#Xcode
1.https://github.com/limejelly/Backlight-for-XCode
2.https://github.com/FuzzyAutocomplete/<API key>
3.
#IOSJavamavenAndroidGradle
1.https://github.com... |
package org.deeplearning4j.nn.weights.embeddings;
import lombok.EqualsAndHashCode;
import lombok.NonNull;
import org.deeplearning4j.nn.weights.IWeightInit;
import org.nd4j.common.base.Preconditions;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.shade.jackson.annotation.<API key>;
import org.nd4j.shade.ja... |
Link analysis between john boards, dating websites, and prostitution websites to find serial/high frequency buyers. How it would work:
Comparison of writing style across websites. There are a number of ways to tell if an author is the same across many mediums. Some parts of a writers signature will vary with context... |
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My Website, improved<... |
<html>
<head>
<title>Inserir Veiculos</title>
<link rel="stylesheet" href="estilo.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script language="JavaScript" type="text/javascript" src="..\MascaraValidacao.js"></script>
<script>
function busca(){
document.form.s... |
FORMAT: 1A
# Taskify API
This is the API Blueprint file for Taskify API.
# Group Tasks
## Task Collection [/tasks]
A collection of Tasks objects
List all Tasks [GET]
Retrieve a collection of Tasks
+ Response 200 (application/json)
+ Body
[
{
"id": 1,
... |
using Google.GData.YouTube;
using NUnit.Framework;
namespace Google.GData.Client.UnitTests.YouTube
{
<summary>
This is a test class for PositionTest and is intended
to contain all PositionTest Unit Tests
</summary>
[TestFixture]
[Category("YouTube")]
public class PositionTest
{
<... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Apr 28 18:37:57 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.cql3.restrictions.<API key>.IN (apache-cassandra API)</title>
<meta name="date" content="2016-04-28">
<link rel="stylesheet" type="... |
package org.http4s
package headers
class LinkSpec extends HeaderLaws {
// checkAll(name = "Link", headerLaws(Link))
"parse" should {
"accept format RFC 5988" in {
val link = """</feed>; rel="alternate"; type="text/*"; title="main"; rev="previous""""
val parsedLinks = Link.parse(link).map(_.values)
... |
#!/usr/bin/env python
from random import choice
from python.decorators import euler_timer
SQUARES = ["GO",
"A1", "CC1", "A2", "T1", "R1", "B1", "CH1", "B2", "B3",
"JAIL",
"C1", "U1", "C2", "C3", "R2", "D1", "CC2", "D2", "D3",
"FP",
"E1", "CH2", "E2", "E3", "R3", "F... |
/*
* <API key>: 2015-2022 Espressif Systems (Shanghai) CO LTD
*
* <API key>: Apache-2.0
*/
#pragma once
#include "esp_bit_defs.h"
Mask of interrupts sending to the host.
typedef enum {
<API key> = BIT(0), ///< General purpose interrupt bit 0.
<API key> = BIT(1),
<API key> = BIT(2),
<API key> = BIT... |
import { promises as fsPromises } from 'fs';
import { expect } from 'chai';
describe('Verify stryker runs with mocha < 6', () => {
let strykerLog: string;
before(async () => {
strykerLog = await fsPromises.readFile('./stryker.log', 'utf8');
});
it('should warn about old mocha version', async () => {
exp... |
# AUTOGENERATED FILE
FROM balenalib/<API key>:34-run
ENV NODE_VERSION 16.14.0
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 keyserver.ubuntu.com --r... |
import React from 'react';
import RadioButton from '../RadioButton';
import { mount } from 'enzyme';
const render = (props) => mount(
<RadioButton
{...props}
className="extra-class"
name="test-name"
value="test-value"
/>
);
describe('RadioButton', () => {
describe('renders as expected', () => {
... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using FeedProcessor.Contrac... |
package com.webbuilder.interact;
import com.webbuilder.controls.Query;
import com.webbuilder.utils.CompressUtil;
import com.webbuilder.utils.DateUtil;
import com.webbuilder.utils.DbUtil;
import com.webbuilder.utils.FileUtil;
import com.webbuilder.utils.StringUtil;
import com.webbuilder.utils.SysUtil;
import com.webbuil... |
package org.fax4j.spi.email;
import java.io.IOException;
import javax.mail.Message;
import javax.mail.Transport;
import org.fax4j.FaxException;
import org.fax4j.FaxJob;
import org.fax4j.common.Logger;
import org.fax4j.spi.<API key>;
import org.fax4j.util.Connection;
import org.fax4j.util.ReflectionHelper;
/**
* This c... |
<html><head><title>dlib C++ Library - <API key>.h</title></head><body bgcolor='white'><pre>
<font color='
</font><font color='
</font><font color='#0000FF'>#undef</font> <API key>
<font color='#0000FF'>#ifdef</font> <API key>
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>complex<font color='#55... |
package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_1435 {
} |
package org.hibernate.validator.test.internal.engine.<API key>;
import static org.hibernate.validator.testutil.<API key>.assertThat;
import static org.hibernate.validator.testutil.<API key>.violationOf;
import static org.testng.Assert.fail;
import java.util.Enumeration;
import java.util.Locale;
import java.util.Resourc... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Cats.Helpers;
using Cats.Models;
using Cats.Models.PSNP;
using Cats.Data;
using Cats.Services.Administration;
using Cats.Services.PSNP;
using Cats.Services.Securi... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:33 EDT 2015 -->
<title>UpdateStatement (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title=... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gtk;
namespace SailorsTab.Common
{
public class UIHelper
{
public static void ShowErrorDialog(Gtk.Widget parent, string message, params object[] parameters)
{
MessageDialog messagedialog1 = ne... |
using FluentAssertions;
using Nest.Tests.MockData.Domain;
using NUnit.Framework;
namespace Nest.Tests.Integration.Template
{
[TestFixture]
public class TemplateTests : IntegrationTests
{
[Test]
public void SimplePutAndGet()
{
this.Client.DeleteTemplate("<API key>");
... |
package org.eclipse.jetty.spdy.parser;
import java.io.<API key>;
import java.nio.ByteBuffer;
import java.security.cert.Certificate;
import java.security.cert.<API key>;
import java.security.cert.CertificateFactory;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.eclipse.jetty.spdy... |
package com.ctrip.xpipe.redis.core.protocal;
/**
* @author wenchao.meng
*
* 2016324 6:27:48
*/
public interface RedisProtocol {
int REDIS_PORT_DEFAULT = 6379;
int KEEPER_PORT_DEFAULT = 6380;
int RUN_ID_LENGTH = 40;
String CRLF = "\r\n";
String OK = "OK";
String KEEPER_ROLE_PREFIX = "keeperro... |
<?
namespace CodeCraft;
use CodeCraft\Helpers\LanguageLink;
class SiteRouter
{
private $language = [];
private $defaultLanguage = 'ru';
private $languageUrlMap = [];
private $languageList = ['ru' => ['ru',
'be',
... |
// YRMConst.h
// Budejie
#import <UIKit/UIKit.h>
UIKIT_EXTERN CGFloat const YRMTitlesViewH;
UIKIT_EXTERN CGFloat const YRMTitlesViewY;
UIKIT_EXTERN CGFloat const YRMTopicCellTextY;
UIKIT_EXTERN CGFloat const <API key>;
UIKIT_EXTERN CGFloat const YRMTopicCellMargin;
UIKIT_EXTERN CGFloat const <API key>;
UIKIT_EXTERN C... |
package com.pi.xerosync.dbconnect;
public interface XeroCredentials {
String getXeroConsumerKey();
String <API key>();
String getPrivateKeyPath();
} |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Aug 28 02:24:21 PDT 2013 -->
<TITLE>
<API key>.ActivitySorter
</TITLE>
<META NAME="date" CONTENT="2013-08-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="te... |
<reference path='fourslash.ts' />
// @BaselineFile: bpSpan_interface.baseline
// @Filename: bpSpan_interface.ts
/interface I {
/ property: string;
/ method(): number;
/ (a: string): string;
/ new (a: string): I;
/ [a: number]: number;
/}
/module m {
/ interface I1 {
/ property: string;
/ ... |
package main.java;
public class SelectionSort9 {
public static <T extends Comparable<T>> void sort(final T[] a) {
for (int i = 0; i < a.length - 1; i++) {
int min = i;
for (int j = i + 1; j < a.length; j++) {
if (a[j].compareTo(a[min]) < 0) {
min =... |
package com.sequenceiq.environment.api.v1.environment.model.response;
import java.io.Serializable;
import com.sequenceiq.environment.api.doc.environment.<API key>;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel("Environment<API key>)
public class Environment<API key> i... |
# 3rd Year Main Project
# Design Document
Check out the [Wiki](https://github.com/ianburkeixiv/ThirdYearProject/wiki) for the design document
# Video
Click [here](https://youtu.be/jd0N7RG_bnA) to check out the video I uploaded on Youtube showing how to run the application.
# Installation and Configuration Manual
Downlo... |
"""
Generate a toy dataset for the matrix factorisation case, and store it.
We use dimensions 100 by 50 for the dataset, and 10 latent factors.
As the prior for U and V we take value 1 for all entries (so exp 1).
As a result, each value in R has a value of around 20, and a variance of 100-120.
For contrast, the Sanger ... |
using Artemis.System;
using IHateRectangles.Screens;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace IHateRectangles
{
public class MenuScreen : Screen
{
private SpriteBatch _spriteBatch;
... |
## Description:
## Test with ibv_rc_pingpong, perf and rping between 2 Guests on the same Hosts
## Revision:
## v1.0.0 - ldu - 12/04/2018 - Build the script
<
.Synopsis
Test with ibv_rc_pingpong, perf and rping between 2 Guests on the different Hosts
.Description
.Parameter vmName
Name of the test VM.
.Parame... |
package org.easyaccess.nist;
import java.io.File;
import java.util.HashMap;
import java.util.Locale;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import and... |
package org.gs1.source.tsd;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "<... |
<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GraphBuilder 2.0 (alpha): Class Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.cs... |
using System;
namespace Benchy.Framework
{
<summary>
Represents a breakdown of TimeSpan values.
</summary>
public interface IDataBreakout
{
<summary>
The minimum value of the breakout.
</summary>
TimeSpan RangeMinValue { get; set; }
<summary>
The maxim... |
package com.intellij.openapi.fileTypes.impl;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.fileTypes.<API key>;
import com.intellij.openapi.fileTypes.FileNameMatcher;
import com.intellij.openapi.fileTypes.FileTypeManager;
import com.intellij.openapi.util.<API key>;
import com.intellij.util.... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_11) on Fri Apr 30 11:06:46 CST 2010 -->
<TITLE>
com.siemens.cmiv.avt.mvt.io
</TITLE>
<META NAME="date" CONTENT="2010-04-30">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT ty... |
<?php include("inc_header.php"); ?>
<?php include("inc_lang_detect.php"); ?>
<!-- Inner Page 4404 Error -->
<div class="container">
<div class="inner-error">
<h3><strong>HTTP 404<strong></h3>
<?php if (getDefaultLanguage... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package beans;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
*
* @author Chema
*/
@Component
public class Persona implemen... |
import { Component } from '@angular/core';
import {ROUTER_DIRECTIVES, RouteData} from '@angular/router-deprecated';
import {TravelFormComponent} from "./travel-form.component";
import {NavbarComponent} from '../../shared/index';
@Component({
selector: "home",
templateUrl: 'app/home/components/home.component.htm... |
package com.openthinks.libs.utilities.lookup;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Optional;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.<API key>;
import com.openthinks.libs.utilities.Checker;
import com.openthinks.libs.ut... |
package com.arges.sepan.argmusicplayer.Callbacks;
import com.arges.sepan.argmusicplayer.Models.ArgAudio;
//Interfaces
public interface OnPreparedListener {
void onPrepared(ArgAudio audio, int duration);
} |
package io.monocycle.agent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.<API key>;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
impor... |
#device-check, #<API key> {
background: #000000;
}
.<API key> {
width: 100%;
height: 140px;
margin: 0 auto 10px auto;
padding-top: 15px;
background: rgba(0, 0, 0, 0.5);
}
.landing-logo {
width: 130px;
height: 125px;
}
.<API key> {
position: absolute;
display: inline-block;
wi... |
'
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.239
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerService... |
module.exports = function(fancyRequire) {
fancyRequire('merchant_row');
}; |
package fr.xebia.unittestwithdagger;
import android.widget.TextView;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.Robolectric;
import org.robolectric.<API key>;
import org.robolectric.annotation.Config;
import fr.xebia.unittestwithdagger.internal.<API key>;
imp... |
great_rsd(p1,ee1).
great_rsd(g1,dd1).
great_rsd(e1,x1).
great_rsd(e1,f1).
great_rsd(t1,m1).
great_rsd(u1,t1).
great_rsd(w1,dd1).
great_rsd(p1,m1).
great_rsd(p1,h1).
great_rsd(ee1,g1).
great_rsd(ee1,dd1).
great_rsd(f1,hh1).
great_rsd(w1,m1).
great_rsd(u1,q1).
great_rsd(q1,ee1).
great_rsd(cc1,dd1).
great_rsd(f1,g1).
grea... |
import { PluginMeta } from '@savantly/sprout-api';
export const validatePluginJson = (pluginJson: any) => {
if (!pluginJson.id) {
throw new Error('Plugin id is missing in plugin.json');
}
if (!pluginJson.info) {
throw new Error('Plugin info node is missing in plugin.json');
}
if (!pluginJson.info.vers... |
body {
color: #2a2d2b;
background-color: lightgrey;
}
h1 {
color: #2a2d2b;
}
h2 {
color: #336699;
}
h3 {
color: #2a2d2b;
}
.link {
color: #336699;
}
a:hover, .link:hover {
font-weight: bold;
text-decoration: underline;
}
ul {
padding-left: 5px;
}
div#header {
background-color: #f... |
<div id="<API key>">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="800px" height="600px" id="silverlightObject">
<param name="source" value="static/sl/Overlay.xap"/>
<param name="onError" value="onSilverlightError" />
<param name="background" value="white" />
... |
package org.politaktiv.map.model.impl;
import com.liferay.portal.kernel.util.StringBundler;
import com.liferay.portal.kernel.util.StringPool;
import com.liferay.portal.model.CacheModel;
import org.politaktiv.map.model.Layer;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import j... |
package main
import (
"encoding/json"
"fmt"
"github.com/codegangsta/cli"
"github.com/olekukonko/tablewriter"
"github.com/zero-os/0-core/base/pm"
"gopkg.in/yaml.v2"
"os"
"sort"
"strconv"
"strings"
)
type containerData struct {
Container struct {
Arguments struct {
... |
package org.poormanscastle.studies.compilers.grammar.grammar3_1.astparser.ast;
import org.poormanscastle.studies.compilers.utils.grammartools.ast.CodePosition;
public class OperatorExpression extends AbstractAstItem implements Expression {
private final Expression leftOperand, rightOperand;
private final Operat... |
using Microsoft.AspNetCore.Http;
using System.Collections.Generic;
namespace OAuth.AspNet.AuthServer
{
<summary>
Provides context information used in handling an OAuth resource owner grant.
</summary>
public class O<API key> : <API key><O<API key>>
{
<summary>
Initializes a new insta... |
# Generated by Django 2.1.7 on 2019-04-30 13:20
from django.db import migrations, models
import uuid
class Migration(migrations.Migration):
dependencies = [
('core', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='publishablemodel',
name='id',
... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Thu Mar 26 16:48:34 UTC 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.hazelcast.queue.impl.operations (Hazelcast Root 3.4.2 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-26">
<L... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="ro">
<head>
<!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:25 EEST 2014 -->
<title>Uses of Interface net.sf.jasperreports.engine.util.BigDecimalHandler (JasperReports 5.6.0 API)</title>
<meta name="date" content="2014-05-27">
<link rel="stylesheet"... |
package uk.ac.ebi.ddi.extservices.entrez.ncbiresult;
import com.fasterxml.jackson.annotation.<API key>;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author Yasset Perez-Riverol (ypriverol@gmail.com)
* @date 18/05/2015
*/
@<API key>(ignoreUnknown = true)
public class NCBITaxResult {
@JsonProperty(... |
package peng.zhang.mobilesafe01.servicer;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationListener;
import android.loc... |
package com.ty.activity;
import com.ty.app.R;
import com.ty.service.AutoUpdateService;
import com.ty.util.<API key>;
import com.ty.util.HttpUtil;
import com.ty.util.Utility;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.pre... |
// Generated from /POI/java/org/apache/poi/hssf/record/DBCellRecord.java
#pragma once
#include <fwd-POI.hpp>
#include <java/lang/fwd-POI.hpp>
#include <org/apache/poi/hssf/record/fwd-POI.hpp>
#include <org/apache/poi/util/fwd-POI.hpp>
#include <org/apache/poi/hssf/record/StandardRecord.hpp>
#include <java/lang/Cloneabl... |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Box2DLevel.engine - core</title>
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">core</a> / <a href="../index.html">io.github.restioson.kettle.level</a> / <a href="index.html">Box2DLevel</a> / <a href="... |
import { Pipe, PipeTransform } from '@angular/core';
import { Project } from 'app/models/project';
@Pipe({
name: 'operatorFilter'
})
export class OperatorFilterPipe implements PipeTransform {
transform(value: Project[], q: string) {
if (!q) {
return value;
}
return value.filter(item => -1 < item... |
// <API key>: Apache-2.0 WITH LLVM-exception
// This contains code dealing with code generation of C++ declarations
#include "CodeGenFunction.h"
#include "CGCXXABI.h"
#include "CGObjCRuntime.h"
#include "CGOpenMPRuntime.h"
#include "clang/Basic/CodeGenOptions.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/IR/Intr... |
# Builders
ARG BUNDLE_IMAGE=<API key>
ARG BUNDLE_TAG=latest
ARG <API key>=fission/builder
ARG FISSION_TAG=latest
FROM $BUNDLE_IMAGE:$BUNDLE_TAG as workflows-bundle
FROM scratch
COPY --from=workflows-bundle /<API key> /<API key>
EXPOSE 8888
EXPOSE 8080
ENV <API key> http://controller.fission
ENV <API key> http://executo... |
# Penicillium rufulum (Bainier) Sacc. SPECIES
# Status
ACCEPTED
# According to
Index Fungorum
# Published in
Syll. fung. (Abellini) 22: 1275 (1913)
# Original name
Scopulariopsis rufulus Bainier
Remarks
null |
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// all copies or substanti... |
<?php
namespace PortaText\Command\Api;
use PortaText\Command\Base;
/**
* The Campaigns endpoint. This is a campaign of type SMS.
*/
class SmsCampaign extends Campaigns
{
/**
* Specifies source sms service.
*
* @param string $serviceId SMS Service ID.
*
* @return PortaText\Command\ICommand... |
# <API key>: true
require 'github_request'
class <API key>
SUBSCRIBE_NAME = "web"
def initialize(repository, oauth_token)
@repository = repository
@oauth_token = oauth_token
@root_url = "#{repository.base_api_url}/hooks"
@hook_url = "#{repository.base_api_url}/hooks/#{repository.<API key>}"
@rec... |
package org.swtk.commons.dict.wiktionary.generated.a.u.v; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.swtk.common.dict.dto.wiktionary.Entry; import com.trimc.blogger.commons.utils.GsonUtils; public class WiktionaryAUV000 { private static Map<String, Entry> map = new ... |
# <API key>: true
# rubocop:disable Layout/LineLength
# == Schema Information
# Table name: form_items
# id :uuid not null, primary key
# all_levels_required :boolean default(FALSE), not null
# ancestry :text
# ancestry_depth ... |
package org.qcri.rheem.basic.operators;
import org.apache.commons.lang3.Validate;
import org.qcri.rheem.core.api.Configuration;
import org.qcri.rheem.core.function.<API key>;
import org.qcri.rheem.core.function.PredicateDescriptor;
import org.qcri.rheem.core.optimizer.OptimizationContext;
import org.qcri.rheem.core.opt... |
import Future = require("fibers/future");
import * as npm from "npm";
interface INpmOpts {
config?: any;
subCommandName?: string;
path?: string;
}
export class NodePackageManager implements INodePackageManager {
constructor(private $childProcess: IChildProcess,
private $logger: ILogger,
... |
package com.github.obourgain.elasticsearch.http.response.parser;
import java.io.IOException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.elasticsearch.common.xcontent.XContentParser;
import com.github.obourgain.elasticsearch.http.response.entity.Indices;
import com.github.obourgain... |
package com.camillepradel.movierecommender.utils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.sql.Connection;
import java.sql.Date;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.Statement;
import java... |
package com.turlir.abakgists.allgists.view.listing;
import androidx.recyclerview.widget.RecyclerView;
import android.view.View;
abstract class ModelViewHolder<T> extends RecyclerView.ViewHolder {
ModelViewHolder(View itemView) {
super(itemView);
}
abstract void bind(T model);
} |
package com.zuoqing.demo.entity;
/**
* http
*/
public class Result<T> {
private Integer code;
private String msg;
private T data;
public Integer getCode() {
return code;
}
public void setCode(Integer code) {
this.code = code;
}
public String getMsg() {
return ms... |
package utils
import java.io.{BufferedReader, File, InputStreamReader}
import scala.io.Source
object NextLine {
type NextLine = () => String
def fromSystemIn(): NextLine = {
val bi = new BufferedReader(new InputStreamReader(System.in))
() => bi.readLine()
}
def fromFile(file: File): NextLine = {
fro... |
package com.eric.drools_demo;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTes... |
package com.cognitionis.nlp_files;
import java.io.*;
import java.util.regex.*;
public class TreebankFile extends NLPFile {
public TreebankFile(String filename) {
super(filename);
}
@Override
public Boolean isWellFormatted() {
int par_level = 0;
try {
if (super.getFile... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.