text
stringlengths
3
1.05M
layout: post title: "Welcome to Jekyll!" date: 2014-10-27 12:19:18 categories: jekyll update --- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve --watch`,...
namespace crashpad { namespace test { namespace { class Annotation : public testing::Test { public: void SetUp() override { CrashpadInfo::GetCrashpadInfo()->set_annotations_list(&annotations_); } void TearDown() override { CrashpadInfo::GetCrashpadInfo()->set_annotations_list(nullptr); } size_t An...
<?php /** * WURFL XML Utilities Static Class * @package WURFL_Xml */ class WURFL_Xml_Utils { // private function __construct() {} private function __clone() {} /** * Returns the file path of the $xmlResource; if the $xmlResource is zipped it is uncompressed first * @param string $xmlResource XML Reso...
#import <HomeSharing/HSRequest.h> @interface HSRequest (HSConnectionAdditions) - (id)requestURLForConnection:(id)arg1; @end
namespace change { class ObjectVerbDelete : public Change { public: ObjectVerbDelete( Object *pObject, QString pVerbName ) : mObject( pObject ), mVerbName( pVerbName ) { mOldVerb = *mObject->verb( mVerbName ); mObject->verbDelete( mVerbName ); } // Change interface public: virtual void commit() Q_DECL_OVE...
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("4....
package com.esri.gpt.control.georss.dcatcache; import com.esri.gpt.catalog.discovery.rest.RestQuery; import com.esri.gpt.control.georss.DcatJsonFeedWriter; import com.esri.gpt.control.georss.DcatJsonFeedWriterFactory; import com.esri.gpt.control.georss.DcatJsonSearchEngine; import com.esri.gpt.control.georss.FeedLink...
package pipeline import ( "fmt" "time" "github.com/influxdata/kapacitor/tick" "github.com/influxdata/kapacitor/udf" ) // A UDFNode is a node that can run a User Defined Function (UDF) in a separate process. // // A UDF is a custom script or binary that can communicate via Kapacitor's UDF RPC protocol. // The pat...
using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; namespace AsyncRequest { public static class WebApiConfig { public static void Register(HttpConfiguration config) { config.Routes.MapHttpRoute( name: "DefaultApi", ...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="thinkbig.telefonica.eco" android:versionCode="1" android:versionName="0.0.0.1"> <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19...
package org.springside.examples.quickstart.entity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import com.google.common.collect.ImmutableList; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.builder.ToStringBuilder; import org.hi...
import React from "react"; //Component to display error page when there are no defined page for incoming route const NoMatch = () => <div className="container-fluid"> <div className = "jumbotron jumbotron-primary"> <h1>404 Page Not Found</h1> <h1> <span role="img" aria-label="...
function audioLayerControl(elementContext) { // the context of the hosting element this.elementContext = elementContext; this.elementContext.audioLayerControl = this; // HTML attributes this.title = "untitled"; // HTML subelements this.label = undefined; /** * @type AudioSeque...
package org.scalatest import scala.collection.immutable.ListSet import Suite.autoTagClassAnnotations /** * A suite of tests in which each test is represented as a function value. The &#8220;<code>Fun</code>&#8221; in <code>FunSuite</code> stands * for &#8220;function.&#8221; * * <table><tr><td class="usage"> ...
package ex2_1; public class Circle3 { /** The radius of the circle */ private double radius = 1; /** The number of the objects created */ private static int numberOfObjects = 0; /** Construct a circle with radius 1 */ public Circle3() { numberOfObjects++; } /** Construct a ci...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ArgumentHelper.Arguments.General.Operators { class AndItem : AbstractArgTreeItem { public override bool Test(ITestContext context) { foreach (var c in children) { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.securityinsights.models; import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fa...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActiveSupport::Inflector</title> <meta http-equiv="Content-Type" ...
using System; using System.Web; using SJP.Schematic.Core; using SJP.Schematic.Lint; namespace SJP.Schematic.Reporting.Html.Lint.Rules; internal sealed class NoIndexesPresentOnTableRule : Schematic.Lint.Rules.NoIndexesPresentOnTableRule { public NoIndexesPresentOnTableRule(RuleLevel level) : base(level) ...
""" Implements the elbow method for determining the optimal number of clusters. https://bl.ocks.org/rpgove/0060ff3b656618e9136b """ ########################################################################## ## Imports ########################################################################## from collections.abc impo...
var waitlist = require('./couch/waitlist.js'); module.exports = function () { return { add: waitlist.add, get: waitlist.get }; }(); // closure
<!DOCTYPE html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta charset="utf-8"/> <title>API Documentation</title> <meta name="author" content=""/> <meta name="description" content=""/> <link href="../css/...
/** */ package gluemodel.substationStandard.Dataclasses.impl; import gluemodel.substationStandard.Dataclasses.DPL; import gluemodel.substationStandard.Dataclasses.DataclassesPackage; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificat...
/* $OpenBSD: krb5_asn.c,v 1.2 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project, ** using ocsp/{*.h,*asn*.c} as a starting point */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights r...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using System.Windows.Data; using System.Windows.Media; using BattleInfoPlugin.ViewModels.Enemies; namespace BattleInfoPlugin.Views.Converters { public class FleetBackgroundConver...
namespace chatterino { enum StreamerModeSetting { Disabled = 0, Enabled = 1, DetectObs = 2 }; const QStringList &broadcastingBinaries(); bool isInStreamerMode(); } // namespace chatterino
namespace test.sacs { /// <summary> /// Tests the initial default DataWriterQos and the getting and setting /// of the default DataWriterQos in the Publisher. /// </summary> /// <remarks> /// Tests the initial default DataWriterQos and the getting and setting /// of the default DataWriterQos...
package com.melon.modules.jdk8.api.entity; public class Demo { private String name; private String content; public String getName() { return name; } public void setName(String name) { this.name = name; } public String getContent() { return content; } publ...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE806_wchar_t_alloca_ncat_72b.cpp Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE806.label.xml Template File: sources-sink-72b.tmpl.cpp */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: I...
package edu.mayo.qdm.executor.drools; import org.junit.Test; public class DroolsExecutorTest { @Test public void TestGetMeasurementPeriod() throws Exception { // } }
id: docker title: "Docker" --- <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache Licens...
import json from textstat.textstat import textstat filename = 'usertimeline.json' READ = 'rb' TEXT=1 tweets = json.load(open(filename,READ)) #Identify retweets retweets = [word for tweet in tweets for word in tweet['text'][TEXT] if 'RT' in word] print retweets #identify replies #Word count print [tweet['analysis']...
var assert = require('assert'); var guid = require('node-uuid'); // Lib includes var testutil = require('../../framework/util'); var SR = testutil.libRequire('common/util/sr'); var TestSuite = require('../../framework/test-suite'); var azure = testutil.libRequire('azure-storage'); var Constants = azure.Con...
using System.Windows; namespace OsEngine.Entity { /// <summary> /// Логика взаимодействия для AcceptDialogUi.xaml /// </summary> public partial class AcceptDialogUi { /// <summary> /// номер надписи которая будет выведена на кнопку /// </summary> private static in...
package com.aliumujib.majlis.mkan_report_app; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execu...
'use strict'; angular.module('lexCommentsModule') .directive('commentBubble', [function () { return { restrict: 'E', templateUrl: '/angular-app/languageforge/lexicon/editor/comment/comment-bubble.html', scope: { field: '=', control: '=', model: '=', parentContext...
#pragma once #include <aerospike/as_hashmap.h> #include <aerospike/as_iterator.h> #include <aerospike/as_pair.h> #include <stdbool.h> #include <stdint.h> /****************************************************************************** * TYPES ***********************************************************************...
package org.hisp.dhis.android.core.category.internal; import org.hisp.dhis.android.core.category.CategoryCollectionRepository; import org.hisp.dhis.android.core.category.CategoryComboCollectionRepository; import org.hisp.dhis.android.core.category.CategoryModule; import org.hisp.dhis.android.core.category.CategoryOpt...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package builtin_md; public class builtin_concurrent_Timeout extends builtin.reflect.Class implements io.datawire.quark.runtime.QObject { public static builtin.reflect.Class singleton = new builtin_concurrent_Timeout(); public builtin_concurrent_Timeout() { super("builtin.concurrent.Timeout"); (...
package com.github.thorbenkuck.netcom2.interfaces; import com.github.thorbenkuck.netcom2.logging.Logging; /** * This interface describes, that the internally set {@link Logging} instance may be overridden separately. * * @version 1.0 * @since 1.0 */ public interface Loggable { /** * Allows to override intern...
import time import pdb import json from tempest import clients from tempest.common.utils import data_utils from tempest.openstack.common import log as logging import tempest.test LOG = logging.getLogger(__name__) class BaseOrchestrationTest(tempest.test.BaseTestCase): """Base test case class for all Orchestrati...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>File Otros/Agregador_Tiendas/system/database/drivers/sqlsrv/sqlsrv_result.php | Practica2_Servidor</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body>...
#ifndef GCC_HW_DOLOOP_H #define GCC_HW_DOLOOP_H /* We need to keep a vector of loops */ typedef struct hwloop_info_d *hwloop_info; /* Information about a loop we have found (or are in the process of finding). */ struct GTY (()) hwloop_info_d { /* loop number, for dumps */ int loop_no; /* Next loop in the...
from google.analytics import admin_v1beta def sample_list_account_summaries(): # Create a client client = admin_v1beta.AnalyticsAdminServiceClient() # Initialize request argument(s) request = admin_v1beta.ListAccountSummariesRequest( ) # Make the request page_result = client.list_account...
define({toggle:"Veksle for å panorere eller rotere i 3D"});
import caffe import numpy as np from random import randint class WebAccuracyLayer(caffe.Layer): def setup(self, bottom, top): #print '== setup ==' #print 'bottom 0 shape', bottom[0].data.shape #print 'bottom 1 shape', bottom[1].data.shape #print 'bottom 2 shape', bottom[2]...
package org.apache.beam.sdk.extensions.sql.meta.provider.test; import static org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlKind.COMPARISON; import static org.apache.beam.vendor.calcite.v1_20_0.org.apache.calcite.sql.SqlKind.IN; import java.util.ArrayList; import java.util.List; import java.util.st...
package org.apache.camel.throttling; import java.util.LinkedHashSet; import java.util.Set; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import org.apache.camel.CamelContext; import org.apache.camel.CamelContextAware; import org.apache.camel.Consumer; import org.apache.came...
package org.sagebionetworks.web.client.widget.provenance.v2; import java.util.List; import org.sagebionetworks.repo.model.Reference; import com.google.gwt.user.client.ui.IsWidget; public interface ProvenanceWidgetView extends IsWidget { void configure(List<Reference> refs, String containerHeight); }
/* This demo visualises the railway stations in Tokyo (東京) as a graph. This demo gives examples of - loading elements via http request - loading style via http request - using the preset layout with predefined positions in each element - using motion blur for smoother viewport experience - using `min-zoomed-font-size...
<?php /** * TransactionCreateResponse * * PHP version 5 * * @category Class * @package BumbalClient * @author Swaagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * Bumbal Client Api * * Bumbal API documentation * * OpenAPI spec version: 2.0 * Contact: gerb@bumbal.e...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
/*jslint indent: 4, maxlen: 80, devel: true*/ var myCanvas; var myCanvasContext; var fps = 60; var SCREEN_LEFT = 0; var viewport = {}; viewport.width = 0; viewport.height = 0; // Ball Variables var ballX = 50; var ballY = 100; var ballRadius = 10; var ballColor = 'white'; var ballSpeedX = 6; var ballSpeedY = 4; /* * I...
/* * This is an implementation of the Hosted Driver Provider. * It is responsible for setting up the account object, tearing * it down, and setting up the driver correctly. */ import {Config} from '../config'; import {Logger} from '../logger'; import {DriverProvider} from './driverProvider'; let logger = new L...
package com.github.anba.es6draft.runtime.objects.bigint; import static com.github.anba.es6draft.runtime.AbstractOperations.ToPrimitive; import static com.github.anba.es6draft.runtime.internal.Errors.newRangeError; import static com.github.anba.es6draft.runtime.internal.Errors.newSyntaxError; import static com.github....
Rocket.Chat single-signon integration with Discourse Allow your Discourse users access to a Rocket.Chat instance using their same identity, avatar, etc. A toolbar icon provides easy access to open a new browser tab to the chat system. ## Discourse Configuration ### Install the plugin Add this plug-in using the norm...
@interface MasterViewController : UITableViewController @end
using System; using System.IO; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; namespace NuGet.VisualStudio.Test { using PackageUtility = NuGet.Test.PackageUtility; [TestClass] public class RecentPackageTest { [TestMethod] public void ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
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("No...
function [reorganizedGroups] = CovarianceClean2(groupsInFile) reorganizedGroups.ColNames = groupsInFile{1}.ColNames; controlTable.ColNames = groupsInFile{1}.ColNames; controlTable.Peaks=[]; %build an average covariance table for the experiments covar = zeros(size( groupsInFile{1}.WorkingDataset,2)); for I=1:length(gro...
<!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 (version 1.7.0_21) on Tue May 07 21:03:38 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.g...
package cyclops.control; import com.oath.cyclops.hkt.Higher; import com.oath.cyclops.matching.Deconstruct.Deconstruct1; import com.oath.cyclops.types.MonadicValue; import com.oath.cyclops.types.foldable.To; import com.oath.cyclops.types.reactive.Completable; import com.oath.cyclops.util.ExceptionSoftener; import com.o...
class Terminal attr_accessor :terminal def initialize param unless %w{Regexp String}.include? param.class.name raise ArgumentError.new("expected Regular Expression or String; got #{param.class.name}") end param = param.class == String ? Regexp.escape(param) : param.sou...
package com.amazonaws.services.pinpoint.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.pinpoint.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import static ...
package io.soliton.protobuf; import com.google.common.util.concurrent.*; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.Channel; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.EventLoopGroup; import io.netty.channel.ServerChannel; import...
<!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 (version 1.7.0_55) on Tue Aug 05 23:53:17 NZST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.avaje.metric.a...
<!DOCTYPE html> <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="This is just a sample topic..."> <meta name="keywords" content=" sample"> <title>Sample 1 Topic (Product 1) | Je...
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef _BITCOINRPC_H_ #define _BITCOINRPC_H_ 1 #include <string> #include <list> #inc...
 namespace Serenity.Data.Mapping { /// <summary> /// Specifies that this property is not mapped to an SQL column/expression /// </summary> public class NotMappedAttribute : SetFieldFlagsAttribute { /// <summary> /// Initializes a new instance of the <see cref="NotMappedAttr...
<?php namespace PHPExiftool\Driver\Tag\QuickTime; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class AudioFormat extends AbstractTag { protected $Id = 4; protected $Name = 'AudioFormat'; protected $FullName = 'QuickTime::AudioS...
package com.tle.webtests.rewrite; import com.tle.webtests.framework.TestInstitution; import com.tle.webtests.pageobject.searching.FavouriteSearchesPage; import com.tle.webtests.pageobject.searching.FavouritesPage; import com.tle.webtests.pageobject.searching.PowerSearchPage; import com.tle.webtests.pageobject.searchin...
package core; public class Attaque { private String nom; // nom de l'attaque private int portee; // portée de l'attaque /** * @return the celeste */ public boolean isCeleste() { return celeste; } /** * @param celeste the celeste to set */ public void setCeleste(boolean celeste) { this.celeste = ce...
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { SieveEratosthenesComponent } from './sieve-eratosthenes.component'; describe('SieveEratosthenesComponent', () => { let component: SieveEratosthenesComponent; let fixture: ComponentFixture<SieveEratosthenesComponent>; beforeEach(...
package controllers import ( "context" "encoding/json" "fmt" "reflect" "sort" "github.com/go-logr/logr" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/types" "k8s.io/client-go/util/retry" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/controller-runtime...
require 'net/http' require 'json' #The Internet Chuck Norris Database server = "http://api.icndb.com" #Id of the widget id = "chuck" #Proxy details if you need them - see below proxy_host = 'XXXXXXX' proxy_port = 8080 proxy_user = 'XXXXXXX' proxy_pass = 'XXXXXXX' #The Array to take the names from teammembers = JSON...
class RiftDisplay : public GlfwApp { glm::uvec2 eyeSize; ovrHmd hmd; public: RiftDisplay() { hmd = ovrHmd_Create(0); if (!hmd) { FAIL("Unable to detect Rift display"); } ovrHmdDesc hmdDesc; ovrHmd_GetDesc(hmd, &hmdDesc); windowPosition = glm::ivec2( hmdDesc.WindowsPos.x, hmdDesc.WindowsPo...
package me.ellios.hedwig.rpc.loadbalancer; import com.google.common.annotations.GwtCompatible; /** * Determines an output value based on two input values. * Specified for load balancer. * <p/> * <p>See the Guava User Guide article on <a href= * "http://code.google.com/p/guava-libraries/wiki/FunctionalExplained">...
<?php class Core_Form_User_ForgotPassword extends Zend_Form { public function init() { $this->setMethod('post'); $username = $this->createElement('text', 'username'); $username->setLabel('Your e-mail address'); $username->setRequired(true); $username->addValidator(new...
/* global XMLHttpRequest, localStorage, fetch */ export { apiKey } from './common.js' export const firstDay = '2021-08-11T00:00:00.000-07:00' export const lastDay = '2022-06-02T23:59:59.999-07:00' export const ALT_KEY = '[gunn-web-app] alts.2021-22' export const LAST_YEARS_ALT_KEY = '[gunn-web-app] alts.2020-21.v3' e...
<?php use Base\TournamentQuery as BaseTournamentQuery; /** * Skeleton subclass for performing query and update operations on the 'tournament' table. * * * * You should add additional methods to this class to meet the * application requirements. This class will only be generated as * long as it does not alread...
<?xml version='1.0' encoding='UTF-8'?> <?artifactRepository version='1.1.0'?> <repository name='update site: file:/D:/vms/django-rdp/packages/eclipse/p2/org.eclipse.equinox.p2.core/cache/' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'> <properties size='2'> <property name='p2.time...
<?php namespace SimpleHash; use SimpleHash\Exception\SimpleHashException; class Hash { /** * Facade interface method * * @param string $name * @param array $arguments * @return \SimpleHash\Container\HashContainer * @throws \SimpleHash\Exception\SimpleHashException ...
use index::Index; use index_builder::{FromId, IndexBuilder, Untracked}; use isolated_encoder::IsolatedEncoder; use schema::*; use rustc::middle::cstore::{LinkagePreference, NativeLibrary, EncodedMetadata, ForeignModule}; use rustc::hir::def::CtorKind; use rustc::hir::def_id::{CrateNum, CRAT...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
ACCEPTED #### According to Index Fungorum #### Published in Annls mycol. 40(3/4): 170 (1942) #### Original name Didymella punctiformis var. contraria Erichsen ### Remarks null
using namespace Common; TEST(StringBufferTests, defaultConstructor) { const StringBuffer<16> buffer; static_assert(buffer.MAXIMUM_SIZE == 16, "Wrong MAXIMUM_SIZE"); ASSERT_LE(static_cast<const void*>(&buffer), static_cast<const void*>(buffer.getData())); ASSERT_GE(static_cast<const void*>(&buffer + 1), static_...
#include <sstream> #include <stdlib.h> #include <stdint.h> #include <errno.h> #include <unistd.h> #include "utils/logger.h" #include "utils/date_time.h" #include "utils/sqlite_wrapper/sql_database.h" #include "utils/file_system.h" #include "utils/gen_hash.h" #include "policy/sql_pt_representation.h" #include "policy...
using UISleuth.Messages; namespace UISleuth.Messages { internal class PageChanged : UIMessage {} }
import Inferno from 'inferno'; import {Route, IndexRoute, IndexLink} from 'inferno-router'; import App from './components/App'; import Polls from './components/Polls'; import PollPage from './components/PollPage'; import UserPage from './components/UserPage'; //import NotFound from './components/NotFound'; export def...
package unnamed.datastore; import java.io.DataInput; import java.io.IOException; import java.util.Map; import unnamed.utils.ByteUtils; import unnamed.utils.io.IStreamReader; import com.google.common.collect.Maps; public class DataStoreReader<K, V> { private final IStreamReader<K> keyReader; private final I...
package org.jbehave.examples.core.spring; import org.jbehave.core.steps.InjectableStepsFactory; import org.jbehave.core.steps.spring.SpringApplicationContextFactory; import org.jbehave.core.steps.spring.SpringStepsFactory; import org.jbehave.examples.core.CoreStories; import org.springframework.context.ApplicationCont...
import MongoBase from './mongoBase' import {demoModel} from './model' export default new MongoBase(demoModel)
package es.sandbox.ui.messages; import nl.jqno.equalsverifier.EqualsVerifier; import org.joda.time.DateTime; import org.junit.Before; import org.junit.Test; import org.junit.experimental.runners.Enclosed; import org.junit.runner.RunWith; import static es.sandbox.ui.messages.MessageFixturer.fixturer; import static org...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18052 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
CREATE OR REPLACE PACKAGE UT_PTP_TEST_PACKAGE_GENERATOR IS -- -- Automated tests package -- -- -- Hook method - runs once before all test procedures and other hook methods -- PROCEDURE before_all; -- -- Hook method - runs once before each test procedure -- PROCEDURE b...
package rbd import ( "testing" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) func TestGroupSnapshots(t *testing.T) { // tests are done as subtests to avoid creating pools, images, etc // over and over again. conn := radosConnect(t) require.NotNil(t, conn) defer conn.Shutdown() ...
#ifndef SkTDynamicHash_DEFINED # define SkTDynamicHash_DEFINED # include "include/core/SkMath.h" # include "include/core/SkTypes.h" # include "include/private/SkTemplates.h" // Traits requires: // static const Key& GetKey(const T&) { ... } // static uint32_t Hash(const Key&) { ... } // We'll look on T for thes...
package aws import ( "bytes" "crypto/sha1" "encoding/base64" "encoding/hex" "fmt" "log" "strings" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/service/ec2" "github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/helper/r...