code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
# Odina malifolia Chiov. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Anacardiaceae/Odina/Odina malifolia/README.md | Markdown | apache-2.0 | 172 |
# Syngonanthus humboldtii var. orinocensis VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Eriocaulaceae/Syngonanthus/Syngonanthus humboldtii/ Syn. Syngonanthus humboldtii orinocensis/README.md | Markdown | apache-2.0 | 197 |
# Eucomis pallidiflora subsp. pole-evansii SUBSPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Eucomis pole-evansii N.E.Br.
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Asparagaceae/Eucomis/Eucomis pallidiflora/Eucomis pallidiflora pole-evansii/README.md | Markdown | apache-2.0 | 225 |
# Euphorbioides C.O. Weber in Wessel & C.O. Weber, 1855 GENUS
#### Status
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Euphorbiaceae/Euphorbioides/README.md | Markdown | apache-2.0 | 217 |
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
*
* Copyright 2021 Mozilla Foundation
*
* 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... | mozilla/pdfjs-dist | lib/core/operator_list.js | JavaScript | apache-2.0 | 18,644 |
package com.damianugalde.rubiks;
import java.awt.*;
import java.awt.image.BufferedImage;
public class CubeReader {
private Color[][][] cube;
private int nextColor;
private Cube c;
private CaptureFrame frame;
public CubeReader(Cube c){
this.cube = new Color[6][3][3];
this.nextColo... | DamianPilot382/Rubiks-Cube-Solver | src/com/damianugalde/rubiks/CubeReader.java | Java | apache-2.0 | 4,778 |
# 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 License, Version 2.0 (the
# "License"); you may not u... | dmlc/tvm | tests/python/relay/op/annotation/test_annotation.py | Python | apache-2.0 | 2,947 |
using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// AlipayTradePagePayResponse.
/// </summary>
public class AlipayTradePagePayResponse : AopResponse
{
/// <summary>
/// 商户原始订单号,最大长度限制32位
/// </summary>
[XmlElement("merchant_or... | 329277920/Snail | Snail.Pay.Ali.Sdk/Response/AlipayTradePagePayResponse.cs | C# | apache-2.0 | 1,115 |
/*
* 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 License, Version 2.0
* (the "License"); you may ... | StephanEwen/incubator-flink | flink-connectors/flink-connector-elasticsearch7/src/main/java/org/apache/flink/connector/elasticsearch/sink/FlushBackoffType.java | Java | apache-2.0 | 1,420 |
/*
Derby - Class org.apache.derbyTesting.functionTests.tests.upgradeTests.Changes10_6
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 ... | trejkaz/derby | java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/Changes10_6.java | Java | apache-2.0 | 10,867 |
package com.cloudera.integration.oracle.goldengate.ldv.mapreduce.lib;
import com.google.common.base.Preconditions;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.sql.Timestamp;
import java.util.List;
import org.apache.hadoop.io.ArrayWritable;
import org.apache.hadoop.io.Lo... | jcustenborder/hadoop-goldengate | mapreduce/src/main/java/com/cloudera/integration/oracle/goldengate/ldv/mapreduce/lib/LengthDelimitedWritable.java | Java | apache-2.0 | 2,661 |
---
title: Fluent Configuration API in V3 and V4
summary: NServiceBus Fluent Configuration API in V3 and V4
tags:
- NServiceBus
- Fluent Configuration
---
NOTE: This article refers to NServiceBus V3 and V4
NOTE: Watch the webminar recording [Mastering NServiceBus Configuration](https://particular-1.wistia.c... | SzymonPobiega/docs.particular.net | nservicebus/fluent-config-api-v3-v4.md | Markdown | apache-2.0 | 12,394 |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | JoyIfBam5/aws-sdk-cpp | aws-cpp-sdk-ssm/include/aws/ssm/model/InstanceAssociationOutputUrl.h | C | apache-2.0 | 2,717 |
#ifndef r_constantsH
#define r_constantsH
#pragma once
#include "xrcore/xr_resource.h"
#if defined(USE_DX10) || defined(USE_DX11)
#include "../xrRenderDX10/dx10ConstantBuffer.h"
#endif // USE_DX10
class ECORE_API R_constant_setup;
enum {
RC_float = 0,
RC_int = 1,
RC_bool = 2,
RC_sampler = 99, /... | Im-dex/xray-162 | code/engine/xrRenderCommon/r_constants.h | C | apache-2.0 | 5,499 |
<!---
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 License, Version 2.0 (the
"License"); you may not use thi... | lei-xia/helix | website/0.9.7/src/site/markdown/recipes/rabbitmq_consumer_group.md | Markdown | apache-2.0 | 9,217 |
package convert
import (
composetypes "github.com/docker/cli/cli/compose/types"
"github.com/docker/docker/api/types/mount"
"github.com/pkg/errors"
)
type volumes map[string]composetypes.VolumeConfig
// Volumes from compose-file types to engine api types
func Volumes(serviceVolumes []composetypes.ServiceVolumeConf... | dnephin/cli | cli/compose/convert/volume.go | GO | apache-2.0 | 3,849 |
# Vaginicola undata Dumas, 1930 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Protozoa/Ciliophora/Oligohymenophorea/Peritrichida/Vaginicolidae/Vaginicola/Vaginicola undata/README.md | Markdown | apache-2.0 | 187 |
/********************************************************************************/
/* */
/* */
/* Written by Ken Goldman */
/* IBM Thomas J. Watson Research Center */
/* $Id: CryptEccMain.c 1047 2017-07-20 18:27:34Z kgoldman $ */
/* */
/* Licenses and Not... | google/tpm-js | third_party/ibmswtpm2/src/CryptEccMain.c | C | apache-2.0 | 28,312 |
using Xunit;
using System.Linq;
using System.Data;
namespace IntegrationTestingLibraryForSqlServer.Tests
{
public class ColumnDefinitionFactoryTests
{
[Fact]
public void FromRawDateTime()
{
var source = new ColumnDefinitionRaw
{
Name = "C1",
... | andywilsonuk/IntegrationTestingLibraryForSqlServer | IntegrationTestingLibraryForSqlServer.Tests/Tables/ColumnDefinitionFactoryTests.cs | C# | apache-2.0 | 4,986 |
/**
* Copyright (C) 2016 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.pricer.capfloor;
import static com.opengamma.strata.basics.currency.Currency.EUR;
import static com.opengamma.strata.basics.index.IborIndices.EUR_EURIBO... | ChinaQuants/Strata | modules/pricer/src/test/java/com/opengamma/strata/pricer/capfloor/BlackIborCapletFloorletPeriodPricerTest.java | Java | apache-2.0 | 37,677 |
'use strict';
import moment from 'moment';
import _ from 'lodash';
import alt from '../alt';
import EntriesActions from '../actions/EntriesActions';
class EntriesStore {
constructor() {
this.entries = [];
this.id = 0;
this.loading = false;
this.load();
this.computeSelected... | cpollet/mytimesheets | src/stores/EntriesStore.js | JavaScript | apache-2.0 | 4,839 |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeQuality.CSharp.Analyzers.ApiReview;
using Microsoft.CodeQuality.VisualBasic.Analyzers.ApiReview;
using Microsoft.CodeAnalysis.Diagnostics;... | heejaechang/roslyn-analyzers | src/Microsoft.CodeQuality.Analyzers/UnitTests/ApiReview/AvoidCallingProblematicMethodsTests.cs | C# | apache-2.0 | 836 |
#ifndef BABYLON_MATHS_POSITION_NORMAL_VERTEX_H
#define BABYLON_MATHS_POSITION_NORMAL_VERTEX_H
#include <memory>
#include <ostream>
#include <babylon/babylon_api.h>
#include <babylon/maths/vector3.h>
namespace BABYLON {
/**
* @brief Contains position and normal vectors for a vertex
*/
class BABYLON_S... | samdauwe/BabylonCpp | src/BabylonCpp/include/babylon/maths/position_normal_vertex.h | C | apache-2.0 | 1,727 |
/* $NetBSD: proforma.c,v 1.3 2012/06/05 00:42:14 christos Exp $ */
/*
* Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is h... | execunix/vinos | external/bsd/bind/dist/lib/dns/rdata/generic/proforma.c | C | apache-2.0 | 4,270 |
# Antirhea rhamnoides (Baill.) Chaw SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Guettarda rhamnoides Baill.
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Antirhea/Antirhea rhamnoides/README.md | Markdown | apache-2.0 | 214 |
package com.coderwjq.shop.module.movie.movie_wait;
/**
* @Created by coderwjq on 2017/5/31 10:38.
* @Desc
*/
public interface IWaitMoviePresenter {
/**
* 获得推荐电影的预告片列表数据
*/
void getTrailerRecommendMovie();
/**
* 获取最近期望值最高的电影列表
*
* @param offset
* @param limit
*/
v... | coderwjq/ZhaZhaShop | shop/src/main/java/com/coderwjq/shop/module/movie/movie_wait/IWaitMoviePresenter.java | Java | apache-2.0 | 569 |
---
layout: post100
title: Partial Results
categories: XAP100
parent: querying-the-space.html
weight: 800
---
{% summary %}{% endsummary %}
{%comment%}
{% summary %}This page describes how you can obtain partial results when querying the Space in order to improve application performance and reduce memory footprint.{... | yuvaldori/gigaspaces-wiki-jekyll | xap100/query-partial-results.markdown | Markdown | apache-2.0 | 5,985 |
{% extends "../common/meta.html" %}
{% extends "../common/header.html" %}
{% extends "../common/footer.html" %}
{% extends "single_main.html" %} | pythonstock/stock | web/templates/layout/single_default.html | HTML | apache-2.0 | 145 |
import com.offbytwo.jenkins.JenkinsServer;
import com.offbytwo.jenkins.client.JenkinsHttpClient;
import com.offbytwo.jenkins.model.Build;
import com.offbytwo.jenkins.model.BuildResult;
import com.offbytwo.jenkins.model.BuildWithDetails;
import com.offbytwo.jenkins.model.Job;
import com.offbytwo.jenkins.model.JobWithDet... | alianza-dev/jenkins-test-job-generator | src/main/java/JenkinsHelper.java | Java | apache-2.0 | 10,857 |
/*
* Copyright 2014 - 2017 Yannick Watier
*
* 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 ... | Doi9t/facturomax | src/main/java/ca/watier/facturomax/controller/PageRedirectController.java | Java | apache-2.0 | 1,513 |
package org.gradle.test.performance.mediummonolithicjavaproject.p24;
public class Production485 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... | oehme/analysing-gradle-performance | commons/src/main/java/org/gradle/test/performance/mediummonolithicjavaproject/p24/Production485.java | Java | apache-2.0 | 1,889 |
/**
* Copyright 2015 Confluent Inc.
*
* 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 law or agreed to ... | imdark/kafka-rest | src/main/java/io/confluent/kafkarest/resources/TopicsResource.java | Java | apache-2.0 | 6,776 |
where_food(Food, Location) :- location(object(Food, _, _, _), Location), edible(object(Food, _, _, _)).
exists_food(Food) :- where_food(Food, ?).
% recursive definition of containment
% or the Object is contained in AnotherContainer, which is contained in the original Container
is_contained_in(object(Object, Color, Si... | frapontillo/adventure-in-prolog | src/rules-items.pl | Perl | apache-2.0 | 1,844 |
namespace StripeTests
{
using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using Stripe;
public class StripeMockFixture : IDisposable
{
/// <value>Minimum required version of stripe-mock.</value>
/// <remarks>
/// If you bump this, don't forget... | stripe/stripe-dotnet | src/StripeTests/StripeMockFixture.cs | C# | apache-2.0 | 5,623 |
package build.pluto.builder.factory;
import java.io.Serializable;
import build.pluto.builder.Builder;
import build.pluto.executor.InputParser;
import build.pluto.output.Output;
public class BuilderFactoryFactory {
/**
* Creates a BuilderFactory which creates a new builder by calling a unary
* constructor of ... | pluto-build/pluto | src/build/pluto/builder/factory/BuilderFactoryFactory.java | Java | apache-2.0 | 2,240 |
#include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ... | aajjbb/contest-files | HackerEarth/MancunianGoesToDerby.cpp | C++ | apache-2.0 | 1,942 |
package com.model;
import java.text.DecimalFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.Locale;
import java.util.Map;
import java.util.ResourceBundle;
import javax.servlet.http... | mingxin6/incu | inc2_tw2/src/com/model/A.java | Java | apache-2.0 | 5,114 |
<!DOCTYPE html>
<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">
<title>FST - Jennings Sessoms</title>
<meta name="description" content="Keep track of the statistics from Jennings ... | chicofilho/fst | surfers/mqs/jses.html | HTML | apache-2.0 | 11,181 |
// Copyright The OpenTelemetry Authors
//
// 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 law or ag... | open-telemetry/opentelemetry-collector-contrib | processor/groupbytraceprocessor/processor.go | GO | apache-2.0 | 8,865 |
package com.googlecode.blaisemath.graph.view;
/*
* #%L
* BlaiseGraphTheory
* --
* Copyright (C) 2009 - 2021 Elisha Peterson
* --
* 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
*
* ... | triathematician/blaisemath | blaise-graph-theory-ui/src/main/java/com/googlecode/blaisemath/graph/view/VisualGraph.java | Java | apache-2.0 | 8,606 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("UnitTest")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("microsoft")]
[assembly: Asse... | doutzen56/NTF | UnitTest/Properties/AssemblyInfo.cs | C# | apache-2.0 | 1,306 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.12.23 at 04:59:0... | intuit/QuickBooks-V3-Java-SDK | ipp-v3-java-data/src/main/java/com/intuit/ipp/data/Thresholds.java | Java | apache-2.0 | 15,294 |
<{if $aCart.object.goods}>
<{foreach from=$aCart.object.goods item=goods key=_obj_key}>
<tbody class="cart-item">
<!-- 主商品 -->
<tr class="cart-product<{if !$goods.adjunct}> last<{/if}>">
<td>
<input type="hidden" name="obj_type" value="goods">
<input type="hidden" name="goods_ident" valu... | liuguogen/Ecstore | app/b2c/view/site/cart/item/goods.html | HTML | apache-2.0 | 6,461 |
<?php
class importexport_data_b2c_members {
/**
* 导出会员数据,修改数据库已有数据
*
* @params array $row 数据库中一条会员数据
* @return array $row 修改过后的数据
*/
public function get_content_row($row){
$pam_account = kernel::single('b2c_user_object')->get_pam_data('*',$row['member_id']);
$row['mem... | liuguogen/Ecstore | app/importexport/lib/data/b2c/members.php | PHP | apache-2.0 | 586 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1502px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u23814_img {
position:absolute;
left:0px;
top:0px;
width:1283px;
height:626px;
}
#u23814 {
position:absolute;
... | yicold/axure-case | dingschool/files/金额结算表/styles.css | CSS | apache-2.0 | 39,175 |
/**
* Copyright 2010 Wealthfront Inc. 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 law
* or agreed to in wr... | wealthfront/kawala | kawala-testing/src/main/java/com/kaching/platform/testing/TestSuiteBuilder.java | Java | apache-2.0 | 4,175 |
package BlnService
import akka.actor.ActorSystem
import akka.http.scaladsl.model.StatusCodes
import akka.http.scaladsl.server.{HttpApp, Route}
class Service(config: AppConfig)(implicit s: ActorSystem) extends HttpApp {
import ApiJsonProtocol._
val dataAccess = new DataAccess(config.ignite)
override protected ... | ilysha-v/bln | src/main/scala/BlnService/Service.scala | Scala | apache-2.0 | 1,430 |
/*
* Copyright 2017 Makoto Consulting Group, Inc.
*
* 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 ... | makotogo/developerWorks | NcaaMarchMadness/src/main/java/com/makotojava/ncaabb/sqlgenerator/SqlGenerator.java | Java | apache-2.0 | 18,195 |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | redmeros/Lean | Engine/Alphas/StatisticsInsightManagerExtension.cs | C# | apache-2.0 | 7,103 |
# Scutula diaphana Lorton SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Scutula diaphana Lorton
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Ramalinaceae/Scutula/Scutula diaphana/README.md | Markdown | apache-2.0 | 175 |
// Copyright Project Harbor Authors
//
// 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 law or agreed t... | reasonerjt/harbor | src/controller/project/controller_test.go | GO | apache-2.0 | 4,896 |
# Zymodebaryomyces toletanus (Socias, C. Ramírez & Peláez) E.K. Novák & Zsolt, 1961 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Saccharomycetes/Saccharomycetales/Peterozyma/Peterozyma toletana/ Syn. Zymodebaryomyces toletanus/README.md | Markdown | apache-2.0 | 241 |
<!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 -->
<title>org.acra.log Class Hierarchy</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="tex... | ACRA/acra | web/static/javadoc/5.6.2/org/acra/log/package-tree.html | HTML | apache-2.0 | 5,108 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class SingleLineTextInput
| Sensus Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" cont... | predictive-technology-laboratory/sensus | docs/api/Sensus.UI.Inputs.SingleLineTextInput.html | HTML | apache-2.0 | 21,992 |
'use strict';
goog.provide("Entry.Collection");
/*
* Entry Collection object constructor.
*/
Entry.Collection = function(data) {
this.length = 0;
/*
* object for hashing data with id
* @private
*/
this._hashMap = {};
/*
* observers
*/
this._observers = [];
this.se... | jangmoonchul/entryjs | src/class/collection.js | JavaScript | apache-2.0 | 4,530 |
package org.alien4cloud.tosca.editor.operations.nodetemplate;
import lombok.Getter;
import lombok.Setter;
/**
* Update the deployment artifact of a node.
*/
@Getter
@Setter
public class UpdateNodeDeploymentArtifactOperation extends AbstractNodeOperation {
private String artifactName;
private String artifact... | broly-git/alien4cloud | alien4cloud-core/src/main/java/org/alien4cloud/tosca/editor/operations/nodetemplate/UpdateNodeDeploymentArtifactOperation.java | Java | apache-2.0 | 640 |
# PBAHJPlusPSAPResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ahjs** | [**PBAHJList***](PBAHJList.md) | | [optional]
**psap** | [**PBPSAPResponse***](PBPSAPResponse.md) | | [optional]
**count** | **NSNumber*** | | [optional]
[[Back to Mode... | PitneyBowes/LocationIntelligenceSDK-IOS | docs/PBAHJPlusPSAPResponse.md | Markdown | apache-2.0 | 470 |
package com.worldspotlightapp.android.maincontroller.modules.videosmodule.response;
import com.worldspotlightapp.android.maincontroller.BaseModuleResponse;
import com.worldspotlightapp.android.maincontroller.modules.ParseResponse;
import com.worldspotlightapp.android.model.Video;
import java.util.List;
/**
* Create... | jiahaoliuliu/WorldSpotlight | app/src/main/java/com/worldspotlightapp/android/maincontroller/modules/videosmodule/response/VideosModuleLikedVideosListResponse.java | Java | apache-2.0 | 915 |
/*
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 License, Version 2.0 (the... | jabelai/Neverland | NeverLand/src/org/apache/cordova/core/CameraLauncher.java | Java | apache-2.0 | 34,777 |
// -----------------------------------------------------------------------
// <copyright file="HomeController.cs" company="Nodine Legal, LLC">
// Licensed to Nodine Legal, LLC under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// rega... | NodineLegal/OpenLawOffice.Web | Controllers/SettingsController.cs | C# | apache-2.0 | 1,333 |
/*
* Copyright (c) 2010-2015 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.repo.sql.query2.hqm.condition;
import com.evolveum.midpoint.repo.sql.query2.hqm.RootHibernateQuery... | bshp/midPoint | repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/query2/hqm/condition/AndCondition.java | Java | apache-2.0 | 889 |
#
# SNMPv1 message syntax
#
# ASN.1 source from:
# http://www.ietf.org/rfc/rfc1157.txt
#
# Sample captures from:
# http://wiki.wireshark.org/SampleCaptures/
#
from pyasn1.type import univ, namedtype, namedval, tag
from pyasn1_modules import rfc1155
class Version(univ.Integer):
namedValues = namedval.NamedValues(
... | itielshwartz/BackendApi | lib/pyasn1_modules/rfc1157.py | Python | apache-2.0 | 3,309 |
/*
* 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 License, Version 2.0
* (the "License"); you may ... | jackylk/incubator-carbondata | sdk/sdk/src/test/java/org/apache/carbondata/sdk/file/AvroCarbonWriterTest.java | Java | apache-2.0 | 17,334 |
package ru.job4j.changetracker.internalclasses;
/**
* Created on 01.09.2017.
*
* @author Aleks Sidorenko (alek.sidorenko1979@gmail.com).
* @version $Id$.
* @since 0.1.
*/
public class Task extends Item {
/**
* Constructor of class Task.
*
* @param id - id Item.
* @param name - name Item... | AlSidorenko/Junior | chapter_003/src/main/java/ru/job4j/changetracker/internalclasses/Task.java | Java | apache-2.0 | 588 |
package com.twitter.finatra.benchmarks
import com.twitter.finagle.http.{Method, Request, Response}
import com.twitter.finatra.http.internal.routing.{Route, RoutingService}
import com.twitter.util.Future
import org.openjdk.jmh.annotations._
@State(Scope.Thread)
class RoutingServiceBenchmark {
def defaultCallback(re... | joecwu/finatra | benchmarks/src/main/scala/com/twitter/finatra/benchmarks/RoutingServiceBenchmark.scala | Scala | apache-2.0 | 1,122 |
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
/*
* AvaTax API Client Library
*
* (c) 2004-2019 Avalara, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @author Genevieve Conty
* @author Greg Hester... | avadev/AvaTax-REST-V2-DotNet-SDK | src/models/BatchVoidTransactionModel.cs | C# | apache-2.0 | 1,738 |
# Lankesterella salehi Pabst SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Lankesterella/Lankesterella salehi/README.md | Markdown | apache-2.0 | 184 |
/**
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... | spohnan/geowave | core/store/src/main/java/org/locationtech/geowave/core/store/base/BaseDataStore.java | Java | apache-2.0 | 69,442 |
export = function test() {
let output = add(10, 20);
console.log(`output is ${output}`);
let p1 = fn2promise(add, 10, 20);
p1.then((value) => {
console.log(`${value} received`);
});
let p2 = fn2promise(add, 1, 2);
p2.then((value) => {
console.log(`${value} received`);
... | thatseeyou/jspm-typescript-samples | docs/src-promise/app/function2promise.ts | TypeScript | apache-2.0 | 1,122 |
/**
* @license Apache-2.0
*
* Copyright (c) 2020 The Stdlib Authors.
*
* 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 a... | stdlib-js/stdlib | lib/node_modules/@stdlib/stats/base/dmskrange/test/test.ndarray.native.js | JavaScript | apache-2.0 | 5,921 |
import java.io.*;
import java.util.*;
public class Solution {
public static void main(String[] args) {
HashSet<Long> squares = new HashSet<>();
long max = (long) Math.pow(10, 9);
long n = 1, temp;
while((temp = n*n) <= max) {
squares.add(temp);
n++;
... | marcos-sb/hacker-rank | algorithms/implementation/sherlock-and-squares/Solution.java | Java | apache-2.0 | 1,027 |
import webapp2
from google.appengine.ext import db
import logging
import charbuilder
import traits
import traceback
import random
import string
instance_key = "".join(
(random.choice(string.ascii_uppercase + string.digits) for i in xrange(25)))
def getFile(_file):
with open(_file, "r") as f: return f.read().re... | jtsmith1287/gurpscg | main.py | Python | apache-2.0 | 5,971 |
const /*--- Declaring imports ---*/
_ = require('underscore');
module.exports = {
index : function(obj, is, value) {
if (typeof is == 'string')
return this.index(obj, is.split('.'), value);
else if (is.length == 1 && value !== undefined)
return obj[is[0]] = value;
else if (is.length == 0)
return obj... | jspare-framework/jsdb | jsdb-server/lib/tools/reflections.js | JavaScript | apache-2.0 | 388 |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | aws/aws-sdk-java | aws-java-sdk-cloudwatch/src/main/java/com/amazonaws/services/cloudwatch/model/transform/ListMetricStreamsRequestMarshaller.java | Java | apache-2.0 | 2,173 |
// Copyright 2012 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.
#include "cc/layers/picture_layer_impl.h"
#include <algorithm>
#include "base/time.h"
#include "cc/base/math_util.h"
#include "cc/base/util.h"
#include ... | plxaye/chromium | src/cc/layers/picture_layer_impl.cc | C++ | apache-2.0 | 33,336 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
AUTHOR : MIN
PURPOSE : the deep learning CNN model, similar as inception
VERSION : 0.1
DATE : 4.2017
"""
__author__ = 'Min'
import math
import time
import tensorflow as tf
from datetime import datetime
NUM_CLASSES = 50
slim = tf.contrib.slim
# 产生截断的正太分布
# pro... | HeavenMin/PlantImageRecognition | deepLearning/flowerNet.py | Python | apache-2.0 | 19,281 |
/*
* Copyright 2010 Andreas Brauchli, René Buffat, Florian Widmer
*
* 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 requir... | abrauchli/Footware | src/org/footware/client/dialogs/UploadTrackBox.java | Java | apache-2.0 | 3,683 |
/*
* Copyright 2008-2021 the original author or authors
*
* 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 a... | jraduget/kaleido-repository | kaleido-core/src/main/java/org/kaleidofoundry/core/persistence/PersistenceContextAspect.java | Java | apache-2.0 | 5,421 |
package com.seleniumtests.connectors.selenium.fielddetector;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import com.seleniumtests.core.SeleniumTestsContextManager;
import com.seleniumtests.customexception.ConfigurationException;
import com.seleniumtests.uti... | bhecquet/seleniumRobot | core/src/main/java/com/seleniumtests/connectors/selenium/fielddetector/ImageFieldDetector.java | Java | apache-2.0 | 3,426 |
package onlinegaming.dblayer;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
public class OnilneGameDBLayer implements IOnlineGameDBLayer {
DBManager dbManager;
... | sandeepsajiru/gmaeOlninePlat | final/OnlineGaming/src/java/onlinegaming/dblayer/OnilneGameDBLayer.java | Java | apache-2.0 | 9,915 |
/**
* @file: TestRetrieve.java
*
* @utor: Moisés Alcocer, 2016
*/
package series.test;
//imports
import series.helpers.*;
import series.model.*;
/**
* This class ...
*
*/
public class TestRetrieve {
/**********************************/
/*** Properties declaration *******/
private S... | oricis/2DAM | DI/series/src/series/test/TestRetrieve.java | Java | apache-2.0 | 1,780 |
from django.conf.urls.defaults import patterns # noqa
from django.conf.urls.defaults import url # noqa
from openstack_dashboard.dashboards.fogbow.usage import views
from openstack_dashboard.dashboards.fogbow.usage.views import IndexView
urlpatterns = patterns('',
url(r'^$', IndexView.as_view(), name='index'),
... | fogbow/fogbow-dashboard | openstack_dashboard/dashboards/fogbow/usage/urls.py | Python | apache-2.0 | 404 |
package notebook.kernel
import java.io.{StringWriter, PrintWriter, ByteArrayOutputStream}
import java.net.{URLDecoder, JarURLConnection}
import java.util.ArrayList
import org.apache.commons.lang3.exception.ExceptionUtils
import scala.collection.JavaConversions
import scala.collection.JavaConversions._
import scala.x... | radek1st/spark-notebook | modules/spark/src/main/scala_2.10/spark-last/notebook/kernel/Repl.scala | Scala | apache-2.0 | 13,005 |
/**
* UserParamsInD.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.maventa.secure.v11;
public class UserParamsInD implements java.io.Serializable {
private java.lang.String email;
private boolean notifications_disab... | AndroidConsulting/maventa-java-client | src/main/java/com/maventa/secure/v11/UserParamsInD.java | Java | apache-2.0 | 11,776 |
/**
* SIX VULN - http://code.google.com/p/six-vuln/
* Copyright (C) 2006
* National Institute of Advanced Industrial Science and Technology (AIST)
* Registration Number: H20PRO-863
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Li... | nakamura5akihito/six-vuln | src/main/java/jp/go/aist/six/vuln/model/scap/cpe/dictionary/ItemType.java | Java | apache-2.0 | 8,221 |
/*
* #%L
* mosaic-drivers-stubs-amqp
* %%
* Copyright (C) 2010 - 2013 Institute e-Austria Timisoara (Romania)
* %%
* 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... | mosaic-cloud/mosaic-java-platform | drivers-stubs/amqp/src/main/java/eu/mosaic_cloud/drivers/queue/amqp/AmqpOperationFactory.java | Java | apache-2.0 | 11,543 |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | zpao/buck | test/com/facebook/buck/features/python/PythonLibraryIntegrationTest.java | Java | apache-2.0 | 3,021 |
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../tf-imports/lodash.html">
<!--
tf-image-loader loads an individual image from the TensorBoard backend.
Right now it always loads the most recent image. We should add support in the
future for loading older images.
-->
<dom-module id="tf-ima... | DeepThoughtTeam/tensorflow | tensorflow/tensorboard/components/tf-image-dashboard/tf-image-loader.html | HTML | apache-2.0 | 1,609 |
/*
* Copyright 2001-2009 Artima, Inc.
*
* 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 law or agre... | hjuergens/date-parser | date-rule-parboiled/src/test/scala/samples/scalatest.scala | Scala | apache-2.0 | 1,675 |
/*
* 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 law or agreed to in writing, software distributed under t... | hazendaz/assertj-core | src/test/java/org/assertj/core/api/path/PathAssert_isEmptyFile_Test.java | Java | apache-2.0 | 1,258 |
English: <strong>{{ message }}</strong>,
Translation : <strong>{{ _(message) }}</strong>
| mehmetkose/tornado-localization-demo | templates/hello.html | HTML | apache-2.0 | 90 |
using Serilog;
namespace Sample
{
public class Program
{
public static void Main(string[] args)
{
var expr = "@Level = 'Information' and AppId is not null and Items[?] like 'C%'";
Log.Logger = new LoggerConfiguration()
.Enrich.WithProperty("AppId", 10)
... | serilog/serilog-filters-expressions | example/Sample/Program.cs | C# | apache-2.0 | 823 |
package org.tll.canyon.model;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
/**
* AssetType has 0 or more AssetAttribute objects associated with it.
*
*
* @author chad.lafontaine@... | clafonta/canyon | src/dao/org/tll/canyon/model/OptionValue.java | Java | apache-2.0 | 2,617 |
require 'pathname'
Puppet::Type.newtype(:dsc_xexchecpvirtualdirectory) do
require Pathname.new(__FILE__).dirname + '../../' + 'puppet/type/base_dsc'
require Pathname.new(__FILE__).dirname + '../../puppet_x/puppetlabs/dsc_type_helpers'
@doc = %q{
The DSC xExchEcpVirtualDirectory resource type.
Automatic... | t3377/MyPuppet | modules/dsc/lib/puppet/type/dsc_xexchecpvirtualdirectory.rb | Ruby | apache-2.0 | 6,726 |
<table class="wrapper" width="476" align="center" style="margin: 0 auto 25px auto;;" cellpadding="2" cellspacing="0">
<tr style="background-color: #eee; font-weight: bold;">
<td class="holder" style="min-width:100px;">Устройства</td>
<td class="holder" style="min-width:100px;">Статус</td>
</tr>
<tr>
<td class="text-0... | KeepSafe/html-structure-diff | tests/fixtures/same/inline_html.de.md | Markdown | apache-2.0 | 1,183 |
/*
* Copyright 2014-2022 Netflix, Inc.
*
* 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 law or agr... | Netflix/atlas | atlas-core/src/test/scala/com/netflix/atlas/core/util/RollingIntervalSuite.scala | Scala | apache-2.0 | 6,365 |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/enums/user_list_closing_reason.proto
package com.google.ads.googleads.v9.enums;
public interface UserListClosingReasonEnumOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.enums.Use... | googleads/google-ads-java | google-ads-stubs-v9/src/main/java/com/google/ads/googleads/v9/enums/UserListClosingReasonEnumOrBuilder.java | Java | apache-2.0 | 389 |
package org.minimalj.frontend.impl.json;
import org.minimalj.frontend.Frontend.IComponent;
import org.minimalj.frontend.Frontend.IContent;
import org.minimalj.frontend.Frontend.SwitchComponent;
import org.minimalj.frontend.Frontend.SwitchContent;
public class JsonSwitch extends JsonComponent implements SwitchContent,... | BrunoEberhard/minimal-j | src/main/java/org/minimalj/frontend/impl/json/JsonSwitch.java | Java | apache-2.0 | 912 |
package demo.meetup.hystrix.camel;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.netflix.hystrix.EnableHystrix;
@SpringBootApplicatio... | levackt/resilience-demo | camel-hystrix/src/main/java/demo/meetup/hystrix/camel/CamelHystrixApplication.java | Java | apache-2.0 | 509 |
#
# Copyright 2018 Centreon (http://www.centreon.com/)
#
# Centreon is a full-fledged industry-strength solution that meets
# the needs in IT infrastructure and application monitoring for
# service performance.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in com... | wilfriedcomte/centreon-plugins | storage/storagetek/sl/snmp/mode/components/psu.pm | Perl | apache-2.0 | 2,835 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.