text stringlengths 3 1.05M |
|---|
package com.google.cloud.vision.v1p4beta1.samples;
// [START vision_v1p4beta1_generated_productsearchclient_deletereferenceimage_referenceimagename_sync]
import com.google.cloud.vision.v1p4beta1.ProductSearchClient;
import com.google.cloud.vision.v1p4beta1.ReferenceImageName;
import com.google.protobuf.Empty;
publi... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>Uses of Class org.apache.poi.ss.formula.functions.BooleanFunction (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../style... |
/* @flow */
import type {Reporter} from '../../reporters/index.js';
import type {ReporterSelectOption} from '../../reporters/types.js';
import type {Manifest, DependencyRequestPatterns} from '../../types.js';
import type Config from '../../config.js';
import type {RegistryNames} from '../../registries/index.js';
impor... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... |
import { thermocyclerSetTargetBlockTemperature } from '../commandCreators/atomic/thermocyclerSetTargetBlockTemperature'
import { thermocyclerSetTargetLidTemperature } from '../commandCreators/atomic/thermocyclerSetTargetLidTemperature'
import { thermocyclerAwaitBlockTemperature } from '../commandCreators/atomic/thermoc... |
A simple game made by [Kesiev](http://kesiev.com).
|
jQuery(document).ready(function() {
//WOW js code
new WOW().init();
//this code is for the gmap
var map = new GMaps({
el: '#map',
lat: -12.043333,
lng: -77.028333
});
//this code is for smooth scroll and nav selector
$(document).ready(funct... |
module Azure::Synapse::Mgmt::V2019_06_01_preview
module Models
#
# Monitoring data for integration runtime node.
#
class IntegrationRuntimeNodeMonitoringData
include MsRestAzure
# @return Unmatched properties from the message are deserialized this
# collection
attr_accessor :... |
package com.simoncat.framework.graph.elements;
import java.util.Map;
import org.apache.commons.lang3.tuple.Pair;
import com.simoncat.framework.core.tuple.Couple;
public interface GraphFactory {
<V, E> Graph<V, E> createEmptyDirectedGraph();
<V, E> Graph<V, E> createDirectedGraph(Map<String, V> vertexes, Map<Pai... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>functions-in-zfc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... |
/*
* init_board.h
*
* Created: 24.8.2014 21:05:19
* Author: klaxalk
*/
#ifndef UART_DRIVER_H_
#define UART_DRIVER_H_
#include "system.h"
#include <stm32f4xx_usart.h> // under Libraries/STM32F4xx_StdPeriph_Driver/inc and src
// Must be included if using GPIO (General purpose I/O) peripheral
#include "stm32f4xx... |
package com.lmax.tool.disruptor;
public final class BatchAwareListenerImpl implements Listener, BatchListener
{
private volatile int batchCount = 0;
@Override
public void onString(final String value)
{
}
@Override
public void onFloatAndInt(final Float floatValue, final int intValue)
... |
#include <folly/ssl/detail/OpenSSLSession.h>
#include <folly/SharedMutex.h>
#include <folly/Synchronized.h>
#include <folly/portability/OpenSSL.h>
#include <folly/ssl/OpenSSLPtrTypes.h>
namespace folly {
namespace ssl {
namespace detail {
void OpenSSLSession::setActiveSession(SSLSessionUniquePtr s) {
// OpenSSLS... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Wed Jan 24 19:05:38 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.cyc.basec... |
package org.killbill.billing.payment.core.sm;
import java.math.BigDecimal;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.ExecutorService;
import javax.annotation.Nullable;
import javax.inject.Inject;
import javax.inject.Named;
import org.killbill.automaton.MissingEntryException;
import ... |
<?php
/*Tgm activation*/
require_once dirname(__FILE__) . '/tgm/class-tgm-init.php';
|
/**
* @license Highstock JS v9.1.1 (2021-06-04)
*
* Indicator series type for Highcharts Stock
*
* (c) 2010-2021 Sebastian Bochan
*
* License: www.highcharts.com/license
*/
'use strict';
(function (factory) {
if (typeof module === 'object' && module.exports) {
factory['default'] = factory;
m... |
// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.intellij.sdk.editor;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.in... |
// Copyright © 2010-2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
namespace CefSharp.Example
{
public class JsDialogHandler : IJsDialogHandler
{
public bool OnJSDialog(IWebBrowser browserControl, ... |
package com.amazonaws.services.dynamodbv2.model;
import java.io.Serializable;
/**
* <p>
* Represents <i>a single element</i> of a key schema. A key schema specifies
* the attributes that make up the primary key of a table, or the key attributes
* of an index.
* </p>
* <p>
* A <i>KeySchemaElement</i> represen... |
using System;
using Audit.Core;
#if IS_COSMOS
using Microsoft.Azure.Cosmos;
#else
using Newtonsoft.Json;
using Microsoft.Azure.Documents;
using Microsoft.Azure.Documents.Client;
#endif
namespace Audit.AzureCosmos.ConfigurationApi
{
public interface IAzureCosmosProviderConfigurator
{
/// <summary>
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2012 Research Studios Austria Forschungsges.m.b.H.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ h... |
package annis.model;
import de.hu_berlin.german.korpling.saltnpepper.salt.saltCommon.sCorpusStructure.SDocument;
import de.hu_berlin.german.korpling.saltnpepper.salt.saltCore.SAnnotation;
import de.hu_berlin.german.korpling.saltnpepper.salt.saltCore.SNode;
/**
*
* @author thomas
*/
public class AnnisConstants
{
... |
package external.org.apache.commons.lang3;
import java.io.Serializable;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.TreeS... |
"use strict";
var core_1 = require('@angular/core');
var angulartics2_1 = require('../../core/angulartics2');
var Angulartics2Segment = (function () {
function Angulartics2Segment(angulartics2) {
var _this = this;
this.angulartics2 = angulartics2;
this.angulartics2.pageTrack.subscribe(functi... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
python preprocess_audio/pos1.py 0000172.txt none enable
python preprocess_audio/grams.py 0000172.txt 3 none
python audio_features/cscore.py 0000172.txt none
python audio_features/tfidf.py "none" 3 "0000172.txt"
python audio_features/localspan.py 0000172.txt 3 "none"
python audio_features/cue.py 0000172.txt "none" 3
pyt... |
// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
package cn.nec.nlc.example.activitytest24;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
... |
package com.raoulvdberge.refinedstorage.gui.grid.view;
import com.raoulvdberge.refinedstorage.gui.grid.stack.IGridStack;
import java.util.List;
public interface IGridView {
List<IGridStack> getStacks();
void setStacks(List<IGridStack> stacks);
void postChange(IGridStack stack, int delta);
void set... |
package be.nokorbis.spigot.commandsigns.controller.executions;
import org.bukkit.entity.Player;
import org.bukkit.permissions.PermissionAttachment;
import org.bukkit.plugin.Plugin;
import java.util.List;
import java.util.concurrent.Callable;
public class TemporaryPermissionsGranter implements Callable<PermissionAtt... |
package coreapi
import (
"context"
"crypto/rand"
"fmt"
"sort"
coreiface "github.com/ipfs/go-ipfs/core/coreapi/interface"
caopts "github.com/ipfs/go-ipfs/core/coreapi/interface/options"
ipfspath "github.com/ipfs/go-ipfs/path"
peer "gx/ipfs/QmZoWKhxUmZ2seW4BzX6fJkNR8hh9PsGModr7q171yq2SS/go-libp2p-peer"
crypto... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.net.smoke;
import static junit.framework.Assert.assertTrue;
import android.os.ConditionVariable;
import org.chromium.net.CronetExc... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Apr 01 21:56:54 EDT 2013 -->
<TITLE>
PricingAdjustment (ATG Java API)
</TITLE>
<META NAME="date" CONTENT="2013-04-01">
<LINK REL ="style... |
package com.groupon.jenkins.buildtype.install_packages.buildconfiguration;
import com.groupon.jenkins.buildtype.install_packages.buildconfiguration.configvalue.ListOrSingleValue;
public class BeforeInstallSection extends SerialExecutionSection {
public static final String NAME = "before_install";
public BeforeIns... |
using Microsoft.OData;
using OdataToEntity.Parsers;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Data.Entity.Core;
using System.Data.Entity.Core.Metadata.Edm;
using System.Data.Entity.Core.Objects;
using System.Data.Entity.Infrastructure;
using System.Linq;
using System.Linq.E... |
import {EXAMPLE_ACTION} from '../../constants';
var exampleAction = data => ({
type: EXAMPLE_ACTION,
payload: data,
});
export default exampleAction;
|
/**
*
*/
package org.apache.airavata.grouper.group;
import org.apache.airavata.grouper.SubjectType;
/**
* @author vsachdeva
*
*/
public class GroupMembership {
private String groupId;
private String memberId;
private SubjectType memberType;
private GroupMembershipType groupMembershipType;
... |
package com.tianxinwei.project.nuomi.entity.tuan_all;
import java.io.Serializable;
import java.util.List;
public class TuanListFavourList implements Serializable {
private static final long serialVersionUID = -1066986716448115374L;
private String deal_id;
private int reductionAmount;
private long price;
private ... |
A Blogging Platform
|
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Telegram.Bot.Requests.Abstractions;
using Telegram.Bot.Types;
// ReSharper disable once CheckNamespace
namespace Telegram.Bot.Requests
{
/// <summary>
/// Use this method to generate a new primary invite link for a chat; any previously generated... |
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include <assert.h>
#include "fsl_device_registers.h"
#include "fsl_sim_hal.h"
#include "fsl_mcg_hal.h"
#include "fsl_osc_hal.h"
#include "fsl_lptmr_hal.h"
#include "fsl_clock_manager.h"
/********************************************************************... |
Doyo UserBundle Sandbox
========================
Doyo UserBundle Sample Application |
void (function() {
'use strict';
//Cameras service used to communicate Cameras REST endpoints
angular.module('cameras')
.factory('Cameras', Cameras)
Cameras.$inject = ['$resource']
function Cameras($resource) {
return $resource('cameras/:cameraId', { cameraId: '@_id'
}, {
update: {
method: 'PUT'
... |
require 'net/ftp'
describe "Net::FTP#debug_mode" do
it "returns true when self is in debug mode" do
ftp = Net::FTP.new
ftp.debug_mode.should be_false
ftp.debug_mode = true
ftp.debug_mode.should be_true
end
end
describe "Net::FTP#debug_mode=" do
it "sets self into debug mode when passed true" do... |
* Extend default, media and font cache TTL to 1 year [[5df6946](https://github.com/h5bp/server-configs-apache/commit/5df69464885605ded1f4b0ef04cb84f1b8bd8010)]
* Support `ETags` at server level [[7956cbc](https://github.com/h5bp/server-configs-apache/commit/7956cbcecd33c20f13357284f3f355c658755115)]
* Add `image/x-icon... |
"""
The siteinfo.py module provides site lookup and result
storage for those sites based on the sites.xml config
file and the arguments sent in to the Automater.
Class(es):
SiteFacade -- Class used to run the automation necessary to retrieve
site information and store results.
Site -- Parent Class used to store sites ... |
RSpec.describe NipposController do
describe 'GET new' do
it 'returns OK and shows template' do
get :new
expect(response).to have_http_status(:success)
expect(assigns(:nippo)).to be_present
expect(assigns(:nippo).body).to eq current_user.template.body
expect(assigns(:nippo).reported_f... |
package users
type User struct {
name string
surname string
id int64
}
type Users struct {
users []*User
index int64
}
|
#ifndef XPathParser_h
#define XPathParser_h
#include "core/xml/XPathPredicate.h"
#include "core/xml/XPathStep.h"
namespace WebCore {
class ExceptionState;
class XPathNSResolver;
namespace XPath {
class Expression;
class ParseNode;
class Predicate;
struct Token {
int type;
String str;
Step::Axis axis... |
<?php
/**
* Add payment method form form
*
* This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-add-payment-method.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* mai... |
package com.google.refine.util;
import java.io.IOException;
import java.io.Writer;
/**
* A utility for writing indented code.
*
* @author dfhuynh
*/
public class IndentWriter {
final static private int s_max = 20;
static private String[] s_indents = new String[s_max];
static {
for (int... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TUDelft.Gamygdala.Relation</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>kim • nguyen</title>
<meta charset="UTF-8">
<meta name="description" content="Portfolio Template">
<meta name="keywords" content="portfolio, UX, design, kim, nguyen">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link hr... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.github.somi92.sqldbb.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import j... |
package internal
import (
"github.com/golang/protobuf/proto"
netcontext "golang.org/x/net/context"
)
type callOverrideFunc func(ctx netcontext.Context, service, method string, in, out proto.Message) error
var callOverrideKey = "holds []callOverrideFunc"
func WithCallOverride(ctx netcontext.Context, f callOverride... |
( function() {
// Map over jQuery in case of overwrite
var _jQuery = window.jQuery,
// Map over the $ in case of overwrite
_$ = window.$;
var jQuery = window.jQuery = window.$ = function(selector, context) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.f... |
from pynpoint import client, protocol
from pynpoint.config import Config
config = Config()
host = config.server_hostname
port = config.server_port
announcement = protocol.Packet('hi!', {'host': host, 'port': port, 'addresses': [host]})
query = protocol.Packet('heard of?', {'type': 'addresses', 'value': host})
clien... |
package org.apache.poi.hwpf.usermodel;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.util.List;
import org.apache.poi.POIDataSamples;
import org.apache.p... |
@implementation IFATableCellSelectedBackgroundView {
}
#pragma mark - Private
static void addRoundedRectToPath(CGContextRef context, CGRect rect, float ovalWidth,float ovalHeight)
{
float fw, fh;
if (ovalWidth == 0 || ovalHeight == 0) {
CGContextAddRect(context, rect);
return;
}
... |
ALTER TABLE scheduled_stop_time ADD COLUMN next_stop_location GEOMETRY;
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>ESTEddystoneManagerDelegate Protocol Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<li... |
madeWith: '
Hecho con <span role="img" aria-label="love">💙</span> por
<a href="https://github.com/paypal">PayPal</a> y
<a href="https://github.com/paypal/glamorous/blob/master/README.md#contributors">los contribuidores</a>.
'
---
|
package org.bouncycastle.bcpg;
import org.bouncycastle.bcpg.sig.IssuerKeyID;
import org.bouncycastle.bcpg.sig.SignatureCreationTime;
import org.bouncycastle.util.Arrays;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Vector;
/**
* generic sign... |
package org.activiti.engine.impl.event.logger.handler;
import java.util.HashMap;
import java.util.Map;
import org.activiti.engine.impl.cfg.ProcessEngineConfigurationImpl;
import org.activiti.engine.impl.persistence.entity.TaskEntity;
/**
*/
public abstract class AbstractTaskEventHandler extends AbstractDatabaseEv... |
/**
* @author Vladimir N. Molotkov, Stepan M. Mishura
* @version $Revision$
*/
package org.apache.harmony.security.asn1;
import java.io.IOException;
import org.apache.harmony.security.internal.nls.Messages;
/**
* Implicitly tagged ASN.1 type.
*
* @see http://asn1.elibel.tm.fr/en/standards/index.htm
*/
publi... |
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bonigarcia</groupId>
<artifactId>jun... |
require 'test_helper'
class SurveySchemasControllerTest < ActionDispatch::IntegrationTest
setup do
@survey_schema = survey_schemas(:one)
end
test "should get index" do
get survey_schemas_url
assert_response :success
end
test "should get new" do
get new_survey_schema_url
assert_response ... |
#include "injectable.h"
#include "process/segment.h"
#include "process/process.h"
#include "process/thread.h"
#include "process/list.h"
#include "tree.h"
#include "util/human.h"
static tree_t injectables;
static tree_t libraries;
static tree_t bindings;
/* Next unique injectable id to assign. */
static unsigned int... |
using Accord.Imaging.Filters;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Macaw.Filtering;
namespace Macaw.Filtering.Adjustments.Thresholds
{
public class mThresholdIterative : mFilter
{
IterativeThreshold Effect = new Itera... |
<html>
<head>
<title>User agent detail - SAMSUNG-SGH-J610</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div clas... |
using UnityEngine;
public class PopupColor : EZData.Context
{
#region Property Name
private readonly EZData.Property<string> _privateNameProperty = new EZData.Property<string>();
public EZData.Property<string> NameProperty { get { return _privateNameProperty; } }
public string Name
{
get { return NameProperty... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>elpi: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
using Newtonsoft.Json;
using System.Collections;
using System.Net.Http;
using System.Threading.Tasks;
namespace KaskKiosk.Controllers
{
public class ServiceURIs
{
public static readonly string ServiceApplicantUri = "http://localhost:51309/api/Applicant";
public static reado... |
<?php
/* $Id$ */
/**
* Miscellaneous stuff for the overall behavior of PEL.
*
* @author Martin Geisler <mgeisler@users.sourceforge.net>
* @version $Revision$
* @date $Date$
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
* License (GPL)
* @package PEL
*/
/* Initiali... |
layout: page
title: About
permalink: /about/
---
# [www.guyjames.com](http://guyjames.com)
### More Information
Works with P2P Foundation, Cooperativa Integral Catalana, FairCoop, and Guerrilla Translation.
Writer and musician. Jack of all trades, master of chaos.
### Contact me
[guy@p2pfoundation.net](mailto:emai... |
package org.videolan.vlc.gui.audio.widget;
import android.content.Context;
import android.graphics.Bitmap;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import org.videolan.vlc.R;
import org.videolan.v... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for C:\projects\OpenTribes\Core/vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<l... |
package com.shejiaomao.common;
import android.widget.Adapter;
import android.widget.BaseAdapter;
import android.widget.HeaderViewListAdapter;
import com.shejiaomao.weibo.service.BaseListAdapter;
public class AdapterUtil {
public static BaseAdapter getAdapter(Adapter adapter) {
if (adapter == null) {
return nu... |
__all__ = ['E']
import operator
import sys
import threading
import numpy
# Declare a double type that does not exist in Python space
double = numpy.double
# The default kind for undeclared variables
default_kind = 'double'
int_ = numpy.int32
long_ = numpy.int64
type_to_kind = {bool: 'bool', int_: 'int', long_: 'lo... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Lenzites quercina f. trametea Bourdot & Galzin
### Remarks
null |
<!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>ClarkU CS</title>
... |
package com.naughtyzombie.calypso.maven.process;
import org.apache.commons.cli.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created with IntelliJ IDEA.
* User: Pram Attale
* Date: 05/12/12
* Time: 16:22
*/
public class CalypsoProcess implements java.io.Serializable {
private String name;
... |
class appsettings
{
public:
appsettings();
void set_includedir(QString dir);
void set_pasmo_path(QString dir);
void set_pasmo_use_syspath(bool chk);
QString includedir();
QString pasmo_path();
bool pasmo_use_syspath();
QString emu_path();
void set_emu_path(QString dir);
int emu_model();
void set_emu_model(in... |
layout: page
title: Settings
---
The settings user interface is opened from the cog button in the top right of the earth view.
### Scene downloads
These settings control what data is downloaded by ObservedEarth.

All Landsat8 scenes have an accompanying ... |
FROM node
ADD . /app
RUN cd /app; \
npm install --production
EXPOSE 8888
CMD ["node", "/app/server.js"]
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p1beta1/image_annotator.proto
package com.google.cloud.vision.v1p1beta1;
/**
*
*
* <pre>
* Rectangle determined by min and max `LatLng` pairs.
* </pre>
*
* Protobuf type {@code google.cloud.vision.v1p1beta1.LatLongRec... |
package org.elasticsearch.thrift;
import org.elasticsearch.common.netty.handler.codec.http.HttpHeaders;
import org.elasticsearch.rest.RestResponse;
import org.elasticsearch.rest.RestStatus;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.concurrent.CountDownLatch;
import java.util.concurren... |
var express = require('express');
var path = require('path');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
//var index = require('./routes/index');
//var todos = require('./routes/todos');
var app = express();
// view engine setup
app.set('vi... |
package ecommerce.shipping
import pl.newicom.dddd.actor.{Config, ConfigClass}
import pl.newicom.dddd.aggregate._
import pl.newicom.dddd.office.LocalOfficeId
import pl.newicom.dddd.office.LocalOfficeId.fromRemoteId
object Shipment extends AggregateRootSupport {
sealed trait Shipping extends Behavior[Event, Shipping... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Class: CLI::Command</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link... |
package org.apache.camel.component.metrics.messagehistory;
import com.codahale.metrics.MetricRegistry;
import org.apache.camel.CamelContext;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
import or... |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { FormsModule } from '@angular/forms';
import { FlashMessagesModule } from 'angular2-flash-messages';
import { HttpModule } from '@angular/http';
// compone... |
package validation
import (
"k8s.io/apimachinery/pkg/util/validation"
"k8s.io/apimachinery/pkg/util/validation/field"
componentbasevalidation "k8s.io/component-base/config/validation"
"k8s.io/kubernetes/pkg/scheduler/apis/config"
)
// ValidateKubeSchedulerConfiguration ensures validation of the KubeSchedulerCon... |
/**
* ag-grid-community - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v21.1.1
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extend... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smt-check: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... |
/**
* Demo App for TopcoatTouch
*/
(function() {
// Create the topcoatTouch object
var tt = new TopcoatTouch({menu: [{id: 'help', name: 'Help'}, {id: 'info', name: 'Info'}, {id: 'about', name: 'About'}]});
tt.on(tt.EVENTS.MENU_ITEM_CLICKED, function(page, id) {
if (id == 'help') {
tt.... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE PolicySet [
<!ENTITY xml "http://www.w3.org/2001/XMLSchema#">
<!ENTITY rule-combine "urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:">
<!ENTITY policy-combine "urn:oasis:names:tc:xacml:1.0:policy-combining-algorithm:">
<!ENTITY function "urn:oasis:names:tc:xacml:1... |
import time
import sys
import _mysql
import random
import string
import re
from selenium import webdriver
from selenium.webdriver.support.ui import Select
import selenium.webdriver.chrome.service as service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selen... |