answer stringlengths 15 1.25M |
|---|
# Puccinia delicatula (Arthur) Sacc. & Trotter SPECIES
# Status
ACCEPTED
# According to
Index Fungorum
# Published in
in Saccardo, Syll. fung. (Abellini) 21: 657 (1912)
# Original name
Polioma delicatula Arthur
Remarks
null |
/ [<API key>.ts]
module P {
{
module M { }
export namespace N {
export interface I { }
}
namespace Q.K { }
declare module "ambient" {
}
export = M;
var v;
function foo() { }
export * from "ambient";
export { foo };
... |
package pl.setblack.airomem.chatsample.data;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import pl.setblack.airomem.chatsample.view.AuthorView;
/**
*
* @author jarekr
*/
@XmlRootElement
publi... |
package com.opengamma.strata.collect.io;
import static com.google.common.base.Preconditions.checkArgument;
import java.io.<API key>;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.Serializable;
import java.io.<API key>;
import java.lang.annotation.Annotation;
import ... |
package com.alamkanak.weekview;
import android.content.Context;
import com.adtech.webservice.daomain.Doctor;
import com.adtech.webservice.daomain.WorkSchedule;
import java.lang.annotation.Documented;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
public class ... |
package com.sun.corba.se.<API key>;
/**
* com/sun/corba/se/<API key>/ORBProxyOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/<API key>/jdk8u72/5732/corba/src/share/classes/com/sun/corba/se/<API key>/activation.idl
* Tuesday, December 22, 2015 7:17:37 PM PST
*/
... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1/image_annotator.proto
package com.google.cloud.vision.v1;
/**
*
*
* <pre>
* Parameters for web detection request.
* </pre>
*
* Protobuf type {@code google.cloud.vision.v1.WebDetectionParams}
*/
public final class WebDe... |
class <API key> < <API key>
def new_download
@system_security_key = SystemSecurityKey.new
end
def download
if current_user.valid_password?(<API key>[:admin_password])
result = Engines::ApiLoader.instance.engines_api.<API key>
if result.is_a? EnginesOSapiResult
redirect_to <API key>, al... |
package server
//go:generate counterfeiter -o mock/signer_identity.go -fake-name SignerIdentity . SignerIdentity
type Signer interface {
// Sign signs the given payload and returns a signature
Sign([]byte) ([]byte, error)
}
// SignerIdentity signs messages and serializes its public identity to bytes
type Signer... |
package org.tanmayra.multitenant;
import java.io.IOException;
import java.io.InputStream;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.faces.context.FacesContext;
import javax.servlet.ServletContext;
import org.tanmayra.multitenant.WebTenantResolver.TenantResolver;
/**
*
* @author pra... |
// <auto-generated />
// This file was generated by a T4 template.
// Don't change it directly as your change would get overwritten. Instead, make changes
// to the .tt file (i.e. the T4 template) and save it to regenerate this file.
// Make sure the compiler doesn't complain about missing Xml comments and CLS complia... |
package galaxyspace.systems.SolarSystem.planets.overworld.items;
import java.util.List;
import javax.annotation.Nullable;
import galaxyspace.core.util.GSCreativeTabs;
import micdoodle8.mods.galacticraft.core.items.ISortableItem;
import micdoodle8.mods.galacticraft.core.util.<API key>;
import micdoodle8.mods.galacticraf... |
package com.anttoolkit.aws.ec2.tasks.securitygroup.util;
import java.util.*;
import com.amazonaws.services.ec2.*;
import com.amazonaws.services.ec2.model.*;
import org.apache.tools.ant.*;
public class Revoke
{
private List<InboundRequest> inbounds = new LinkedList<InboundRequest>();
private List<OutboundRequest... |
using System;
using OpenTK;
using OpenTK.Graphics;
using OpenTK.Graphics.OpenGL;
using OpenTK.Audio;
using OpenTK.Audio.OpenAL;
using OpenTK.Input;
using SimpleScene;
namespace Example2DTileGame
{
partial class Example2DTileGame : OpenTK.GameWindow
{
FPSCalculator fpsCalc = new FPSCalculator();
... |
package com.digitaslbi.selenium.common.selectables;
import org.openqa.selenium.By;
public interface Dismissible extends Selectable{
By getDismissBy();
} |
package com.thingtrack.konekti.service.impl.internal;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import com.thingtrack.konekti.dao.api.JobDao;
import com.thingtrack.konekti.domain.Area;
import com.thingtrack.konekti.domain.Job;
import com.thingtrack.kone... |
# Unless required by applicable law or agreed to in writing, software
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
import mock
import unittest
from google.cloud import bigquery
from google.cloud.bigquery.job import ExtractJobConfig, DestinationFormat
from google.api_core import exceptions
... |
<?php
class MapController extends Controller {
public function indexAction() {
$this->view->setTitle('Карты миграции данных');
if (!empty($_POST['type'])) {
foreach ($_POST['type'] as $pathId => $objectType) {
$mapPath = Migrations\Migration\Map\Path::get($pathId);
... |
<?php
namespace Swagger\Client;
/**
* CardInfoTest Class Doc Comment
*
* @category Class */
// * @description CardInfo
class CardInfoTest extends \<API key>
{
/**
* Setup before running any test case
*/
public static function setUpBeforeClass()
{
}
/**
* Setup before running eac... |
package com.example.administrator.zhihuidianti.activity.other;
import android.app.Dialog;
import android.content.Context;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.WindowManager.LayoutParams;
import android.widget.TextView;
import com.example.administ... |
import queue
import sys
import threading
import traceback
from halocoin import tools
from halocoin.ntwrk.message import Order
class NoExceptionQueue(queue.Queue):
"""
In some cases, queue overflow is ignored. Necessary try, except blocks
make the code less readable. This is a special queue class that
si... |
//
//
// If it's not then please replace this with with your hosting url.
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://localhost/file/upload/get-presigned-url?name=test.pdf&encrypt=true',
'headers': {
'x-api-key': '{{x-api-key}}'
},
formData: {
}
};
request(options,... |
using System;
using UnityEngine;
using System.Collections;
using System.IO;
using KEngine;
<summary>
</summary>
public class TextureHelper
{
<summary>
IO
</summary>
public static void LoadByIO(string fullFilePath, Action<Texture2D> callback, int width, int height)
{
if (string.IsNullOrEmpty(... |
+function(c){function h(a){var b;a=a.attr("data-target")||(b=a.attr("href"))&&b.replace(/.*(?=#[^\s]+$)/,"");return c(a)}function g(a){return this.each(function(){var b=c(this),f=b.data("bs.collapse"),e=c.extend({},d.DEFAULTS,b.data(),"object"==typeof a&&a);!f&&e.toggle&&/show|hide/.test(a)&&(e.toggle=!1);f||b.data("bs... |
import numpy as np
def get_triangles(npimage, depth=10):
"""
Makes upper left and lower right triangles. Takes in numpy array, returns array of triangles. Automatically
excludes invalid triangles (triangles with one vertex off the edge)
"""
npimage = npimage + depth
h, w = npimage.shape
y, x... |
package cn.ian2018.whattoeat.bean;
import cn.bmob.v3.BmobObject;
public class Feedback extends BmobObject {
private String info;
private String phoneBrand;
private String phoneBrandType;
private String androidVersion;
public String getInfo() {
return info;
}
public void setInfo(Strin... |
from enum import IntEnum
class FingerPosition(IntEnum):
VerticalUp = 0
VerticalDown = 1
HorizontalLeft = 2
HorizontalRight = 3
DiagonalUpRight = 4
DiagonalUpLeft = 5
DiagonalDownRight = 6
DiagonalDownLeft = 7
@staticmethod
def <API key>(finger_position):
if finger_positio... |
var express = require('express');
var router = express.Router();
// Users
var userController = require("../../controllers/api/Users/UserController.js");
router.get('/users', userController.getAll);
router.get('/users/me', userController.getMe);
router.post('/users', userController.signIn);
router.post('/users/signOut',... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 19 23:14:39 CEST 2011 -->
<TITLE>
EjbLocalRefTypeImpl
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="tex... |
jetta.urlParser `FUNCTION`
- A utility for parsing and validating URLs
- Provides options for strict and lax validation
- Example:
js
const urlResults = jetta.urlParser('example.com/about/', {addMissingProtocol: true})
urlResults.isLocalhost // false
urlResults.isValid // true
urlResults.parsedURL.proto... |
package us.dot.its.jpo.ode.plugin.j2735;
public enum <API key> {
<API key>,
bicyleUseAllowed,
isXwalkFlyOverLane,
fixedCycleTime,
<API key>,
hasPushToWalkButton,
audioSupport,
<API key>,
<API key>
} |
#!/usr/bin/ruby
# Excerpted from "Programming Ruby 1.9",
# published by The Pragmatic Bookshelf.
# courses, books, articles, and the like. Contact us if you are in doubt.
# We make no guarantees that this code is fit for any purpose.
require 'webrick'
include WEBrick
s = HTTPServer.new(Port: 2000)
class HelloServlet < ... |
package cn.edu.kmust.seanlp.extractor.textrank;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
/**
*
*
* @author Zhao Shiyu
*
*/
public class BM25 {
int docSentenceNum;
double sentAvgLength;
List<List<String>> docs;
Map<String, Integer>[] wordFreq;
Map<String, Integer> ... |
import pdb
def calc(i, n):
j = i * n
return j
def f(n):
for i in range(n):
j = calc(i, n)
print(i, j)
return
if __name__ == '__main__':
pdb.set_trace()
f(5) |
#!/usr/bin/env python
if __name__ == '__main__':
from gevent import monkey
monkey.patch_all()
import redis
import json
import pprint
import argparse
import mturk_vision
import base64
import uuid
import pickle
import time
import databases
from hadoop_parse import scrape_hadoop_jobs
class <API key>(Exception):
... |
// NSObject+Common.h
// Clan
#import <Foundation/Foundation.h>
@interface NSObject (Common)
+ (BOOL)<API key>:(NSString *)folderName fileName:(NSString *)fileName;
//plist
+ (NSString *)<API key>:(NSString *)key;
//plist
+ (void)updatePlistWithName:(NSString *)name andString:(NSString *)string;
//fileName
+ (NSString... |
package com.pinterest.rocksplicator.monitoring.mbeans;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.management.ManagementFactory;
import java.net.InetAddress;
import java.net.<API key>;
import javax.management.MBeanServer;
import javax.management.<API key>;
import javax.management.ObjectNam... |
<?php
namespace Contentinum\Entity;
use Doctrine\ORM\Mapping as ORM;
use <API key>\Entity\AbstractEntity;
/**
* WebMediaGroup
*
* @ORM\Table(name="web_media_groups", uniqueConstraints={@ORM\UniqueConstraint(name="MEDIAGROUPS", columns={"groups_name"})})
* @ORM\Entity
*/
class WebMediaGroups extends AbstractEntity
... |
package org.gradle.test.performance.<API key>.p25;
public class Production509 {
private Production506 property0;
public Production506 getProperty0() {
return property0;
}
public void setProperty0(Production506 value) {
property0 = value;
}
private Production507 property1;
pub... |
#include <gtest/gtest.h>
#include <sys/wait.h>
#include <algorithm>
#include <string>
#include <vector>
#include <boost/filesystem.hpp>
#include <boost/scope_exit.hpp>
#include <driver.h>
using namespace mhc;
using namespace std;
#if 0
// Unit test helpers
namespace {
const string g_outputBitCode = "output.bc";
... |
import { color, select } from "@storybook/addon-knobs/react";
import { availableSizes, availableSurfaces } from "../constants";
const knobGroupIds = {
basic: "Basic"
};
export default function getKnobs(props) {
return {
props,
size: select("Size", availableSizes, "m", knobGroupIds.basic),
surface: selec... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Bárbara Piñeiro Pessoa</title>
<link href="c... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using KFSoft.CommonLib;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using System.Threading;
namespace RawDataCollect
{
<su... |
/**
* @requires SuperMap/Renderer.js
*/
/**
* SuperMap.Renderer.Canvas
* A renderer based on the 2D 'canvas' drawing element.
*
* Inherits:
* - <SuperMap.Renderer>
*/
SuperMap.Renderer.Canvas = SuperMap.Class(SuperMap.Renderer, {
//{src:src, img:img}
//srcArr:[],
// imgArr: {},
/**
* APIPro... |
package com.whitney.support.service;
import com.whitney.support.domain.Support;
public interface SupportService {
Support get(Long id);
Support create(Support support);
} |
package com.example.learn_camera;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import android.media.ThumbnailUtils;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;... |
# Stackoverflow collection script
To collect data run the script with
js
node index.js -f
This will save the current snapshot to the ./data directory in json and also in an import format for copy and paste into google spreadsheet.
To calculate all the deltas and generate the deltas between each collected data point do.... |
<html>
<head>
<title>Acoustical Gallery from SonexAcoustics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="keywords" content="sonex one, sonex classic, studio foam, sonex valueline, acoustical foam, sonex foam">
<meta name="description" content="Sonex acoustical foam panel... |
// Image like buttons
function <API key> (url, message) {
$.ajax({
url: url,
type: 'PUT'
}).done(function(resp) {
console.log(message);
console.log(resp);
});
}
$(function() {
$('.like').on('click', function () {
event.preventDefault();
<API key>(document.location.pathname+'/like', ... |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, t... |
# go-tools
Collection of tools I've written in golang
- **did**: A simple, cli-based task logger. Mainly intended for multi-admin environments.
- **kahin**: A tool to find which directory fills the given disk, with a somewhat unique algorithm.
- **mprun**: Miserable parallel script runner
- **sshit**: Parallel ssh runn... |
#!/bin/bash -x
set -o errexit
set -o errtrace
set -o nounset
set -o pipefail
export ROOT="${ROOT:-`pwd`}"
export PARALLEL="${PARALLEL:-false}"
export KILL_JAVA="${KILL_JAVA:-false}"
function setup_git() {
local git_name
git_name="${1}"
echo -e "\n\nCopying git repo to ${ROOT}/target/${git_name}\n\n"
mkd... |
package guice.config;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* @author <a href="mailto:kiminotes.lv@gmail.com">kimi</a> 2017-07-20
*/
class Util {
public static final String NL = System.getProperty("line.separator");
public static String <API key>(final List<BindingConfig... |
using Solid.Core;
using Solid.Practices.Composition;
namespace Common.Bootstrapping
{
public static class <API key>
{
public static void UseDynamicLoad(this IInitializable initializable)
{
AssemblyLoader.<API key> = <API key>.Get;
}
}
} |
# -*- coding: utf-8 -*-
"""
Base settings file, common to all environments.
These settings can be overridden in local.py.
"""
import datetime
import os
import json
import hashlib
import logging
from datetime import timedelta
from collections import OrderedDict
os_env = os.environ
def parent_dir(path):
'''Return the... |
'use strict';
const Base = require('../../base/Component');
module.exports = class FilePacker extends Base {
constructor (config) {
super({
active: true,
packs: [],
Minifier: require('./Minifier'),
config
});
}
async init () {
this.crea... |
package org.jdesktop.dom;
import org.jdesktop.xpath.XPathUtils;
import org.w3c.dom.*;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathExpression;
import javax.xml.xpath.<API key>;
import java.lang.ref.SoftReference;
import java.util.HashMap;
import java.util.Map;
/**
* <p>A DOM {@link org.w3c.dom.Document} t... |
#!/usr/bin/env python
"""settings.py
Udacity conference server-side Python App Engine app user settings
$Id$
created/forked from conference.py by wesc on 2014 may 24
"""
# Replace the following lines with client IDs obtained from the APIs
# Console or Cloud Console.
WEB_CLIENT_ID = '<API key>.apps.googleusercontent.com... |
package com.nuvola.myproject.server.security;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.be... |
create table ODE_SCHEMA_VERSION (VERSION integer);
insert into ODE_SCHEMA_VERSION values (5); |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/endpoint.proto
package com.google.api;
public final class EndpointProto {
private EndpointProto() {}
public static void <API key>(
com.google.protobuf.<API key> registry) {
}
public static void <API key>(
com.google.pr... |
package org.oep.usermgt.service.http;
public class <API key> {
} |
// This program is free software; you can redistribute it and/or
// as published by the Free Software Foundation; either version 2
// This program is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
#ifndef __INET_ILISTENING_H
#define __INET_ILISTENING_H
#... |
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<?php do_action( '<API key>' ); ?>
<div class="grid-row table-row cart-subtotal padding-top-small <API key>">
<div class="grid-item item-s-6 font-bold font-uppercase"><?php _e( 'Subtotal', 'woocommerce' ); ?></div>
<div class="grid... |
#include "map/framework_light.hpp"
#include "map/<API key>.hpp"
#include "map/local_ads_manager.hpp"
#include "base/assert.hpp"
#include "com/mapswithme/maps/Framework.hpp"
#include "com/mapswithme/core/jni_helper.hpp"
extern "C"
{
JNIEXPORT jboolean JNICALL
<API key>(JNIEnv * env, jclass clazz)
{
lightweight::Framew... |
package com.waydrow.coolweather;
import android.content.Context;
import android.support.test.<API key>;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
@RunWith(AndroidJUnit4.class)
public class <API key> {
@Test
public ... |
package bl.beans;
import org.mongodb.morphia.annotations.Entity;
import org.mongodb.morphia.annotations.Transient;
import policy.PolicyObject;
import java.util.List;
@Entity(value = "task_entity")
public class TaskEntityBean extends Bean{
private String description;
private int type;
private int dispatchTyp... |
# Disanthaceae Nakai FAMILY
# Status
SYNONYM
# According to
GRIN Taxonomy for Plants
# Published in
null
# Original name
null
Remarks
null |
//Factor Controller handle all Factor changes
function FactorCtrl($scope,FactorService){
$scope.Factors = new ItemController(Factor);
$scope.GetNewFactor = function(){
return new Factor({Description:"",ID:$scope.Factors.IDs.add()});
};
$scope.CountFactors = function(){
return $scope.Fact... |
(function () {
'use strict';
angular
.module('fitappApp')
.constant('LANGUAGES', [
'en',
'pl'
// <API key> - JHipster will add/remove languages in this array
]
);
})(); |
#pragma once
#include <iostream>
#include "DataSet\MessageQueueData.h"
#include "Config.h"
#include "Json.h"
#include <Shlwapi.h>
#include <fstream>
using namespace std;
class MessageQueue
{
private:
static MessageQueue *instance;
bool isUsable();
void lockFile();
void unLockFile();
bool isEmpty(ifs... |
// HyperlinksButton.h
// shuaidanbao
#import <UIKit/UIKit.h>
@interface HyperlinksButton : UIButton
@property (strong, nonatomic) UIColor *lineColor;
@end |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "<API key>.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// U... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json.Linq;
namespace Microsoft.WindowsAzure.MobileServices.Sync
{
<summary>
Responsible for executing a batch of operations from queue until bookmark is fou... |
package co.haptik.windowjobscheduler;
import org.junit.Test;
import java.util.Calendar;
import static org.junit.Assert.*;
public class WindowTaskTest {
@Test
public void testGetPeriod() throws Exception {
Calendar now = Calendar.getInstance();
now.setLenient(true);
WindowTask task = new ... |
package com.chr.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.spring... |
<?php
namespace Phine\Bundles\Core\Snippets\FormFields;
use Phine\Framework\FormElements\Fields\Input;
use Phine\Bundles\Core\Logic\Snippet\TemplateSnippet;
/**
* Renders an input field of type text and its label before
*/
class HiddenInputField extends TemplateSnippet
{
protected $field;
protected $attribs;
... |
require 'spec_helper'
describe 'Drawing tasks' do
let(:record) do
{
"source"=>"panoptes",
"type"=>"classification",
"version"=>"1.0.0",
"timestamp"=>"2016-02-29T11:02:46Z",
"data"=>{
"id"=>"10178511",
"created_at"=>"2016-02-29T11:02:46.353Z",
"updated_at"=>"20... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<meta property="wb:webmaster" content="e635a420782119b7" />
<meta name="keywords" content=",,,,,,,,,,,
,,,,dulife,dulife,,,360,,,,,,,
,,,">
<meta na... |
package grapecity.fitnessexplorer.ui.base;
import android.os.Bundle;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import com.fitnessexplorer.ui.rawdata.IRawDataController;
import grapecity.fitnessexplorer.R;
public cla... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><API key> (Kurento Client API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javasc... |
class UNA(object):
"""Wrapper class for UNA (Service String Advice) components."""
<API key> = ':'
<API key> = '+'
decimal_mark = ','
release_character = '?'
segment_terminator = '\''
@staticmethod
def is_valid_una_string(input_string):
"""Return True if input_string is valid, Fa... |
if(number!=null){
var width = 500;
var height = 450;
var svg = d3.select("body").select(".d3").append("svg")
.attr("width",width)
.attr("height",height);
var pie = d3.layout.pie();
var outerRadius = width / 4;
va... |
package main
import (
"fmt"
"log"
"net/http"
)
// Custom HandlerFunc that returns the status code and any errors
type HandlerFunc func(http.ResponseWriter, *http.Request) (int, error)
// routes() holds all of the server routes
func (s *server) routes(mux *http.ServeMux) {
mux.HandleFunc("/", s.handlerWr... |
assignees:
- mikedanese
- luxas
- errordeveloper
- jbeda
<style>
li>.highlighter-rouge {position:relative; top:3px;}
</style>
## Overview
This quickstart shows you how to easily install a secure Kubernetes cluster on machines running Ubuntu 16.04, CentOS 7 or HypriotOS v1.0.1+.
The installation uses a tool called `kube... |
package networkmonitor.bolts.<API key>.tools;
import backtype.storm.Config;
import backtype.storm.task.OutputCollector;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.<API key>;
import backtype.storm.topology.base.BaseRichBolt;
import backtype.storm.tuple.Fields;
import backtype.storm.tuple.... |
use graph::*;
use errors::*;
use ops::interface::default::*;
use super::super::ids;
use std::convert::AsRef;
use std::ops::DerefMut;
//use std::borrow::Borrow;
pub fn mat_mul<T1: AsRef<Expr>, T2: AsRef<Expr>>(arg0: T1, arg1: T2) -> Result<Expr> {
let arg0 = arg0.as_ref();
let arg1 = arg1.as_ref();
same_grap... |
package be.seriousbusiness.xml_modifier.document;
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
import be.seriousbusiness.xml_modifier.node.NodeUtils;
public class DocumentUtils {
/**
* Replace the value of all attributes with a given name.
* @param document
* @param name
* @param value
... |
// Peloton
// skip_list_index.cpp
// Identification: src/index/skip_list_index.cpp
#include "index/skip_list_index.h"
#include "index/index_key.h"
#include "index/index_util.h"
#include "common/logger.h"
#include "storage/tuple.h"
namespace peloton {
namespace index {
template <typename KeyType,... |
var seq_8c =
[
[ "seq", "structseq.html", "structseq" ],
[ "seq_waiter", "structseq__waiter.html", "structseq__waiter" ],
[ "seq_thread", "structseq__thread.html", "structseq__thread" ],
[ "OVS_GUARDED_BY", "seq_8c.html#<API key>", null ],
[ "seq_change", "seq_8c.html#<API key>", null ],
[ "seq_... |
require 'minitest/spec'
describe_recipe 'my_cookbook::default' do
describe "greeting file" do
it "creates the greeting file" do
file("/tmp/greeting.txt").must_exist
end
it "contains what's stored in the 'greeting' node attribute" do
file('/tmp/greeting.txt').must_incl... |
package org.robbins.flashcards.client.activity;
import java.util.ArrayList;
import java.util.List;
import org.robbins.flashcards.client.factory.ClientFactory;
import org.robbins.flashcards.client.ui.AppConstants;
import org.robbins.flashcards.client.ui.RequiresLogin;
import org.robbins.flashcards.model.UserDto;
import ... |
class List<T> {
public Blah() {
this.Foo(); // no error
List.Foo();
}
public static Foo() { }
} |
// <auto-generated />
namespace AkureTraining.Core.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.0-30225")]
public sealed partial class... |
/*!
** @file DataUart.c
** @version 01.00
*/
/*!
** @addtogroup DataUart_module DataUart module documentation
** @{
*/
/* MODULE DataUart. */
#include "DataUart.h"
/*! DataUart configuration structure */
const <API key> <API key> = {
.clockSource = <API key>,
.baudRate = 921600,
.parityMode = <API key>,
.stop... |
<?php
defined('<API key>') or die('Direct Access to this location is not allowed.');
$option = $processPage->getVar('option');
$categoryId = $processPage->getVar('categoryId');
$category = $processPage->getVar('category');
$task = $processPage->getVar('task');
jimport( 'joomla.html.editor' );
... |
#define ICONV_INTERNAL
#include "iconv.h"
static const <API key> to_ucs = { {
0x0000, 0x0001, 0x0002, 0x0003, 0x0085, 0x0009, 0x0086, 0x007f,
0x0087, 0x008d, 0x008e, 0x000b, 0x000c, 0x000d, 0x000e, 0x000f,
0x0010, 0x0011, 0x0012, 0x0013, 0x008f, 0x000a, 0x0008, 0x0097,
0x0018, 0x0019, 0x009c, 0x009d, 0x... |
package com.quollwriter.ui.panels;
import java.awt.*;
import java.awt.event.*;
import java.awt.font.*;
import java.io.*;
import java.text.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Random;
import java.util.Timer;
import java.util.Set;
import javax.swing.*;
import javax.... |
<?php
$cssAndScriptFiles = array(
//dropzone
'/plugins/dropzone/downloads/css/ph.css',
'/plugins/dropzone/downloads/dropzone.min.js',
//lightbox
'/plugins/lightbox2/css/lightbox.css',
'/plugins/lightbox2/js/lightbox.min.js'
);
HtmlHelper::<API key>( $cssAndScriptFiles ,Yii::app()->theme->baseUrl... |
package component
import core.BaseFormats
import org.json4s.jackson.Serialization.{ read, writePretty }
import org.json4s.{ DefaultFormats, Formats }
import org.joda.time.DateTime
import akka.http.scaladsl.model._
import akka.http.scaladsl.marshalling._
import akka.http.scaladsl.unmarshalling._
case class User(id: Stri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.