repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Carex/Carex winkelmannii/ Syn. Carex sabauda/README.md
179
# Carex sabauda Beauverd SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Brassicaceae/Lepidium/Lepidium tayloriae/README.md
187
# Lepidium tayloriae Al-Shehbaz SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Plantaginaceae/Penstemon/Penstemon rhizomatosus/README.md
194
# Penstemon rhizomatosus N.H. Holmgren SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
adihubba/javafx-3d-surface-chart
src/main/java/de/adihubba/ObjectUtils.java
3433
package de.adihubba; import java.util.Arrays; import java.util.Collections; import java.util.List; public class ObjectUtils { private static final int DEFAULT_DOUBLE_PRECISION = 8; private static final double[] POWER_OF_TEN = new double[15]; static { for (int i =...
apache-2.0
jimmidyson/kubernetes-client
kubernetes-tests/src/test/java/io/fabric8/kubernetes/client/mock/DeploymentTest.java
10860
/** * Copyright (C) 2015 Red Hat, 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...
apache-2.0
knative/build
vendor/github.com/knative/pkg/client/injection/informers/authentication/v1alpha1/policy/fake/fake.go
1229
/* Copyright 2019 The Knative 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 to in writing, soft...
apache-2.0
wayshall/onetwo
core/modules/common/src/main/java/org/onetwo/common/data/ValueWrapper.java
602
package org.onetwo.common.data; import java.io.Serializable; /***** * @author wayshall * */ @SuppressWarnings("serial") public class ValueWrapper<T> implements Serializable{ public static <E> ValueWrapper<E> wrap(E value){ return new ValueWrapper<E>(value); } public static <E> ValueWrapper<E> create(){ re...
apache-2.0
glycerine/vj
src/veracity/src/libraries/ut/sg_rbtree.c
37138
/* Copyright 2010-2013 SourceGear, LLC 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, softwar...
apache-2.0
NationalSecurityAgency/ghidra
Ghidra/Features/Base/src/main/java/ghidra/app/util/viewer/field/SpacerFieldFactory.java
5415
/* ### * IP: GHIDRA * * 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 writin...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Botryosphaeriales/Botryosphaeriaceae/Diplodia/Holcomyces exiguus/README.md
227
# Holcomyces exiguus J. Lindau SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Verh. bot. Ver. Prov. Brandenb. 45: 155 (1904) #### Original name Holcomyces exiguus J. Lindau ### Remarks null
apache-2.0
googleapis/java-pubsublite
samples/snippets/src/test/java/pubsublite/QuickStartIT.java
15069
/* * Copyright 2020 Google LLC * * 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...
apache-2.0
gosu-lang/gosu-lang
gosu-core/src/main/java/gw/internal/gosu/ir/nodes/IRMethodFactory.java
4548
/* * Copyright 2014 Guidewire Software, Inc. */ package gw.internal.gosu.ir.nodes; import gw.lang.reflect.IMethodInfo; import gw.lang.reflect.IType; import gw.lang.reflect.IRelativeTypeInfo; import gw.lang.reflect.IFunctionType; import gw.lang.reflect.IConstructorInfo; import gw.lang.ir.IRType; import gw.lang.ir.IR...
apache-2.0
plutext/ae-xmlgraphics-commons
src/java/org/apache/xmlgraphics/xmp/XMPSerializer.java
4720
/* * 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 ...
apache-2.0
Ramzi-Alqrainy/SELK
apache-nutch-1.9.0/docs/api/org/apache/nutch/util/class-use/TrieStringMatcher.TrieNode.html
12193
<!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 12 22:12:20 PDT 2014 --> <title>Uses of Class org.apache.nutch.util.TrieStringMatcher.TrieNode (apache-nutch 1.9 API)</t...
apache-2.0
kaneg/JFlask
src/main/java/gz/jflask/template/TemplateEngines.java
1391
package gz.jflask.template; import gz.jflask.FlaskException; import gz.jflask.InternalServerException; import gz.jflask.config.Config; import gz.jflask.config.ConfigHelper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Map; /** * Created by IntelliJ IDEA. * User: kaneg * Date: 6/22/15 ...
apache-2.0
IMCG/nativetask
src/main/native/src/handler/MMapperHandler.cc
6215
/* * 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 ...
apache-2.0
McSherry/AppsAgainstHumanity
Server/UI/expansionPackForm.Designer.cs
4820
namespace AppsAgainstHumanity.Server.UI { partial class expansionPackForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// ...
apache-2.0
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/config/class-use/TriggerDefinition.html
12525
<!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_80) on Thu Jun 18 14:08:47 EDT 2015 --> <title>Uses of Class org.apache.cassandra.config.TriggerDefinition (apache-cassandra API)</titl...
apache-2.0
nhr/origin
vendor/k8s.io/kubernetes/cmd/kube-controller-manager/app/controllermanager.go
20478
/* Copyright 2014 The Kubernetes 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 to in writing, ...
apache-2.0
google/web-prototyping-tool
src/app/routes/dashboard/components/projects-tab/projects-tab.component.html
4917
<ng-container *ngIf="searchString; else default"> <div class="no-results" *ngIf="showEmptySearchResultsState"> <span class="no-results-title">We couldn't find any projects for</span> <span>{{ searchString }}</span> </div> <!-- Found Users --> <ng-container *ngIf="foundUsers$ | async as foundUsers"> ...
apache-2.0
nttdots/go-dots
Dockerfile
1229
FROM ubuntu:trusty USER root ENV HOME /root # install packages RUN apt-get update && apt-get -y install wget curl git build-essential libtool autoconf pkgconf RUN apt-get install -q -y mysql-server libmysqld-dev # install go1.9.3 RUN wget https://dl.google.com/go/go1.9.3.linux-amd64.tar.gz RUN tar -C /usr/local -xzf...
apache-2.0
beobal/cassandra-dtest
CONTRIBUTING.md
7214
## Style We plan to move to Python 3 in the near future. Where possible, new code should be Python 3-compatible. In particular: - favor `format` over `%` for formatting strings. - use the `/` on numbers in a Python 3-compatible way. In particular, if you want floor division (which is the behavior of `/` in Python 2),...
apache-2.0
mav-im/orientdb-debian-packager
debian/postinst.tpl.sh
2625
#!/bin/sh set -e if [ "$1" = "configure" ]; then if [ ! -f "/etc/orientdb/orientdb-server-log.properties" ] then # The configuration file /etc/orientdb/orientdb-server-log.properties does not already exist cat /usr/share/doc/orientdb/examples/orientdb-server-log.properties.gz | gunzip > /etc/orientdb/orientdb-se...
apache-2.0
rubik951/Neat-Team-1943
Documentation/WPILib-doxygen/html/structLCDSegments__struct.html
9127
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>WPILIB: LCDSegments_struct Struct Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </h...
apache-2.0
qiao4/AndroidLearn
app/src/androidTest/java/android/qiao/androidlearn/ApplicationTest.java
368
package android.qiao.androidlearn; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest(...
apache-2.0
kdgregory/pathfinder
lib-spring/src/main/java/com/kdgregory/pathfinder/spring/context/SpringConstants.java
1960
// Copyright (c) Keith D Gregory // // 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 ...
apache-2.0
play1-maven-plugin/play1-maven-plugin.github.io
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.4.5/play/db/jpa/class-use/JPA.JPAContext.html
6477
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc (1.8.0_111) on Mon Oct 16 21:56:29 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class play.db.jpa....
apache-2.0
phac-nml/irida
src/main/java/ca/corefacility/bioinformatics/irida/ria/web/exceptions/UIConstraintViolationException.java
432
package ca.corefacility.bioinformatics.irida.ria.web.exceptions; import java.util.Map; /** * Used by UI to contain internationalized constraint violations. */ public class UIConstraintViolationException extends Exception { private final Map<String, String> errors; public UIConstraintViolationException(Map<String...
apache-2.0
cping/LGame
Java/Loon-Neo/src/loon/action/sprite/effect/FadeEffect.java
3402
/** * Copyright 2008 - 2010 * * 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...
apache-2.0
IIC3143-Equipo1/angularJS
app/scripts/services/student.js
1586
'use strict'; //https://evaluat-e-api.herokuapp.com angular.module('evaluateApp').factory('Student',function($resource,$cookieStore,$http,url_api){ var interface_api = { resource: $resource(url_api+'api/student/:id',{id:'@id','csrf_token' :$cookieStore._csrf, page: 1 },{ update: { method:'PUT'}, d...
apache-2.0
SeekingAlone/AndroidWheel
data/src/main/java/com/fernandocejas/android10/sample/data/cache/UserCacheImpl.java
6364
/** * Copyright (C) 2015 Fernando Cejas Open Source Project * * 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...
apache-2.0
dflemstr/docker-java
src/main/java/com/github/dockerjava/client/command/TopContainerResponse.java
983
package com.github.dockerjava.client.command; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.base.Joiner; /** * * @author marcus * */ @JsonIgnoreProperties(ignoreUnknown = true) public class TopContainerResponse { @Jso...
apache-2.0
arcgistask/arcgistask.github.io
src/kremenchugskiy/htmls/kremenchugskiy-tabl-1.html
6817
<table border="1" cellspacing="0" cellpadding="0" width="100%"> <tbody> <tr> <td width="100%" colspan="3" valign="top"> <p align="center"> <strong>Загальна інформація</strong> </p> </td> </tr> <tr> <td wi...
apache-2.0
SnorMagazine/Website
php/site/panel/blueprints/link.php
181
<?php if(!defined('KIRBY')) exit ?> # default Link title: Link pages: false files: false fields: title: label: Text type: text website: label: Link type: text
apache-2.0
djudd/human-name-py
setup.py
2800
from setuptools import setup, find_packages from codecs import open from os import path here = path.abspath(path.dirname(__file__)) # Get the version from version.py with open('humanname/version.py') as f: exec(f.read(), globals(), locals()) setup( name='humanname', version=__version__, description='...
apache-2.0
Syn-Flow/Controller
src/main/java/net/floodlightcontroller/topology/TopologyManager.java
56882
/** * Copyright 2013, Big Switch Networks, 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 requi...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Ostropales/Graphidaceae/Stegobolus/Stegobolus polillensis/README.md
265
# Stegobolus polillensis (Vain.) Frisch SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in in Frisch & Kalb, Biblthca Lichenol. 92: 476 (2006) #### Original name Thelotrema polillense Vain. ### Remarks null
apache-2.0
wildfly-swarm/wildfly-swarm-javadocs
2018.2.0/apidocs/org/wildfly/swarm/config/security/class-use/ElytronRealmConsumer.html
11624
<!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_151) on Thu Feb 08 09:04:08 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
apache-2.0
wildfly-swarm/wildfly-swarm-javadocs
2.7.0.Final/apidocs/org/wildfly/swarm/config/undertow/configuration/package-tree.html
16188
<!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_151) on Wed Jun 10 13:52:57 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config.un...
apache-2.0
DavidMoore/Foundation
Code/Foundation/StateMachine/ValueStateTransition.cs
759
namespace Foundation.StateMachine { public class ValueStateTransition<TStateType, TInputType> : StateTransition<TStateType, TInputType> { public ValueStateTransition(TStateType fromState, TStateType toState, TInputType input) { FromState = fromState; ToState = toSt...
apache-2.0
germanosk/machampgate
README.md
100
# Machamp Giveaway Tool Enhanced (machampgate) Is a tool to help pokemon's giveaways on Reddit
apache-2.0
otto-de/jellyfish
app/static/css/footer_day.css
688
footer { background-color: #eee; border-top: 4px solid #ddd; color: #777; font-size: 14px; display: block; } footer .subFooter { color: #777777; font-size: 12px; padding: 12px 0; background-color: #e5e5e5; border-top: 1px solid #ddd; } .list-unstyled { padding-left: 0; ...
apache-2.0
Esri/arcgis-runtime-samples-android
java/authenticate-with-oauth/src/main/java/com/esri/arcgisruntime/sample/authenticatewithoauth/MainActivity.java
3517
/* * Copyright 2019 Esri * * 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 wri...
apache-2.0
CognizantQAHub/Cognizant-Intelligent-Test-Scripter
QcConnection/src/main/java/com/cognizant/cognizantits/qcconnection/qcupdation/IHierarchySupportList.java
456
package com.cognizant.cognizantits.qcconnection.qcupdation; import com4j.DISPID; import com4j.IID; import com4j.VTID; @IID("{DDE517F0-AF73-4327-A1BD-403E6A047B0A}") public abstract interface IHierarchySupportList extends IFactoryList { @DISPID(12) @VTID(19) public abstract boolean isInFilter(int paramInt); } ...
apache-2.0
nghiant2710/base-images
balena-base-images/dotnet/amd64/debian/bullseye/5.0-sdk/run/Dockerfile
2953
# AUTOGENERATED FILE FROM balenalib/amd64-debian:bullseye-run RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu63 \ libssl1.1 \ ...
apache-2.0
mhurne/aws-sdk-java
aws-java-sdk-waf/src/main/java/com/amazonaws/services/waf/model/transform/DeleteIPSetRequestMarshaller.java
3111
/* * Copyright 2010-2016 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 "l...
apache-2.0
Adeptions/CLArguments
src/main/java/com/adeptions/clarguments/validators/DisallowMultiplesValueValidator.java
893
package com.adeptions.clarguments.validators; import com.adeptions.clarguments.ArgumentName; import com.adeptions.clarguments.BadArgumentException; import com.adeptions.clarguments.arguments.Argument; import static com.adeptions.clarguments.PredefinedBadArgumentReasons.MULTIPLE_ARGUMENT_NOT_ALLOWED; public class Dis...
apache-2.0
H-Hoffmann/Term_Project_Simulation
README.md
4708
## Readme for Term_Project_Simulation ## Introduction This is a project to pass the computer science exam of the University of Applied Sciences "TH-Bingen", where we have to simulate some further programming tasks using Kotlin and IntelliJ IDEA, Git and GitHub, as well as Maven and Travis. The Project started on July...
apache-2.0
Sellegit/j2objc
runtime/src/main/java/apple/mapkit/MKOverlayLevel.java
769
package apple.mapkit; import java.io.*; import java.nio.*; import java.util.*; import com.google.j2objc.annotations.*; import com.google.j2objc.runtime.*; import com.google.j2objc.runtime.block.*; import apple.audiotoolbox.*; import apple.corefoundation.*; import apple.coregraphics.*; import apple.coreservices.*; imp...
apache-2.0
BIDS-projects/aggregator
bidsaggregator/utils/config.py
209
""" Configuration file for database connections """ class MySQLConfig: """configuration for MySQL""" username = 'root' password = 'root' host = 'localhost' database = 'ecosystem_mapping'
apache-2.0
FasterXML/jackson-jr
docs/javadoc/jr-all/2.9/com/fasterxml/jackson/jr/type/class-use/TypeResolver.html
6677
<!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_79) on Sat Jul 29 21:10:44 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fa...
apache-2.0
kinetichorizons/Devotions
Kinetic Horizons/www/dev/03/23.html
4892
<html> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=Generator content="Microsoft Word 15 (filtered)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:"Century Gothic"; panose-1:2 11 5 ...
apache-2.0
haensel-ams/snowplow
4-storage/storage-loader/lib/snowplow-storage-loader.rb
1676
# Copyright (c) 2012-2015 Snowplow Analytics Ltd. All rights reserved. # # This program is licensed to you under the Apache License Version 2.0, # and you may not use this file except in compliance with the Apache License Version 2.0. # You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/li...
apache-2.0
cedral/aws-sdk-cpp
aws-cpp-sdk-robomaker/source/model/RobotSoftwareSuite.cpp
2203
/* * 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...
apache-2.0
play2-maven-plugin/play2-maven-plugin.github.io
play2-maven-plugin/1.0.0-alpha8/play2-providers/play2-provider-play21/dependency-info.html
9271
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-08-25 | Rendered using Apache Maven Fluido Skin 1.3.1 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta nam...
apache-2.0
lstav/accumulo
server/tserver/src/test/java/org/apache/accumulo/tserver/compaction/strategies/ConfigurableCompactionStrategyTest.java
3721
/* * 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 ...
apache-2.0
larsbutler/chessboard
setup.py
1395
"""Chessboard: Describe an application once, deploy and manage it anywhere. Chessboard includes utilities for modeling application topologies and deploying/managing applications in a provider-agnostic way. """ import setuptools VERSION = '0.1.0' setuptools.setup( name='chessboard', version=VERSION, mai...
apache-2.0
mosaic-cloud/mosaic-java-platform
drivers-core/src/main/java/eu/mosaic_cloud/drivers/exceptions/NullCompletionCallback.java
2985
/* * #%L * mosaic-platform-core * %% * 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.apac...
apache-2.0
gastrodia/hot-csv
test.js
619
/** * Created by yang on 14/12/8. */ var SimpleHotCSV = require('./index').SimpleHotCSV; var HotCSV = require('./index').HotCSV; var path = require('path'); var hostCityList = path.join(__dirname,'./whiteCityList.csv'); var hotCity1 = new SimpleHotCSV(hostCityList); hotCity1.init(function(){ setInterval(function...
apache-2.0
nbargnesi/bel-parser
lib/bel_parser/language/version2_0/relationships/biomarker_for.rb
1152
require_relative '../../version2_0' require_relative '../../relationship' module BELParser module Language module Version2_0 module Relationships # BiomarkerFor: +A biomarkerFor P+ - For term A and process term # P, +A biomarkerFor P+ indicates that changes in or detection # of A ...
apache-2.0
runfriends/PurchaseNear
purchasenear/purchasenear-goods/src/main/java/cn/purchasenear/v1/goods/domain/Brand.java
66
package cn.purchasenear.v1.goods.domain; public class Brand { }
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Cactaceae/Mammillaria/Mammillaria melanacantha/README.md
191
# Mammillaria melanacantha Hort. ex Foerst. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
yprokule/learn-ruby
random_number.rb
709
#!/bin/env ruby my_rand = rand(100) attempts = 10 print "Please enter your name: " # read the inpute and remove trailing 'newline' gamer = gets.chomp while attempts >= 1 puts "#{gamer} - You have #{attempts} attempts left" puts "Please make your choice" user_choice = gets.to_i if user_choice > my...
apache-2.0
Patschke/dsworkbench
Core/src/main/java/de/tor/tribes/ui/components/FillingLabel.java
2819
/* * Copyright 2015 Torridity. * * 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...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Sclerotiniaceae/Ciboria/Ciboria poronioides/README.md
221
# Ciboria poronioides Speg. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Anal. Mus. nac. B. Aires, Ser. 2 6: 305 (1899) #### Original name Ciboria poronioides Speg. ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Pucciniaceae/Rostrupia/README.md
140
# Rostrupia GENUS #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Crossosomatales/Staphyleaceae/Euscaphis/Euscaphis japonica/Euscaphis japonica japonica/README.md
169
# Euscaphis japonica f. japonica FORM #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
calvera/admingenerator-template
symfony_facl.sh
526
#!/bin/bash sudo rm -rf var/cache/* sudo rm -rf var/logs/* sudo rm -rf var/sessions/* mkdir -p var/cache var/logs var/sessions web/cache HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1` if [ "$1" ]; then ME=$1; else ME=`whoami`; fi sudo setfacl -R -m...
apache-2.0
wiacekm/gatling
gatling-http/src/test/scala/io/gatling/http/config/HttpProtocolBuilderSpec.scala
1833
/* * Copyright 2011-2018 GatlingCorp (http://gatling.io) * * 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...
apache-2.0
crazy1235/BaseJavaProject
BaseJavaProject/src/com/jacksen/java/leetcode/ReverseString.java
2437
package com.jacksen.java.leetcode; import java.util.Stack; /** * 字符串翻转 * * @author jacksen * */ public class ReverseString { public static void main(String[] args) { System.out.println(reverseString7("yansen")); } /** * 时间复杂度 o(n) * * @param s * @return */ public static String reverseString(S...
apache-2.0
iantalarico/google-cloud-dotnet
apis/Google.Cloud.BigQuery.V2/Google.Cloud.BigQuery.V2.Tests/ListJobsOptionsTest.cs
1544
// Copyright 2016 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 applic...
apache-2.0
phoswald/annotation-printer
src/test/java/phoswald/annotation/printer/annotations/MyEnum.java
94
package phoswald.annotation.printer.annotations; public enum MyEnum { VALUE_1, VALUE_2 }
apache-2.0
julianhyde/calcite
core/src/main/java/org/apache/calcite/rex/RexSubQuery.java
5459
/* * 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 ...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Bruniales/Bruniaceae/Berzelia/Berzelia alopecurioides/README.md
179
# Berzelia alopecurioides Sond. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
yasenagat/AndroidTest
VolleyTest/src/main/java/com/dgcy/http/msg/INF1000_Res.java
4492
package com.dgcy.http.msg; import com.google.gson.annotations.Expose; import com.dgcy.http.base.AbstractResponseBody; import com.dgcy.http.base.AbstractResponseMsg; import java.io.Serializable; import java.util.ArrayList; import java.util.List; public class INF1000_Res extends AbstractResponseMsg<INF1000_Res.INF100...
apache-2.0
Hexworks/zircon
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.internal.component.data/-common-component-properties/component12.html
5261
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>component12</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/...
apache-2.0
scorpionvicky/elasticsearch
x-pack/plugin/mapper-unsigned-long/src/main/java/org/elasticsearch/xpack/unsignedlong/DocValuesWhitelistExtension.java
1850
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.unsignedlong; import org.elasticsearch.painl...
apache-2.0
googleapis/nodejs-billing-budgets
src/index.ts
1081
// Copyright 2020 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
apache-2.0
hanya/MRI
pythonpath/mytools_Mri/ui/tools.py
2328
# Copyright 2011 Tsutomu Uchino # # 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 agree...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-cognitoidp/src/main/java/com/amazonaws/services/cognitoidp/model/AdminDisableProviderForUserResult.java
2427
/* * 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...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Lotus/Lotus maritimus/Tetragonolobus maritimus maritimus/README.md
181
# Tetragonolobus maritimus var. maritimus VARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
julianhyde/foodmart-data-json
HISTORY.md
1046
# Foodmart data for JSON release history and change log For a full list of releases, see <a href="https://github.com/julianhyde/foodmart-data-json/releases">github</a>. ## <a href="https://github.com/julianhyde/foodmart-data-json/releases/tag/foodmart-data-json-0.4">0.4</a> / 2015-03-06 * [<a href="https://issues.ap...
apache-2.0
allanbank/mongodb-async-driver
src/main/java/com/allanbank/mongodb/client/metrics/basic/package-info.java
1122
/* * #%L * package-info.java - mongodb-async-driver - Allanbank Consulting, Inc. * %% * Copyright (C) 2011 - 2014 Allanbank Consulting, 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 Li...
apache-2.0
ankuradhey/dealtrip
js/general.js
7612
// JavaScript Document function run_timer() { var today = new Date(); var ndate=today.toString(); //April 23, 2009, 02:04:25 pm ndate=ndate.split('GMT'); document.getElementById("TimeDiv").style.border='transparent'; document.getElementById("TimeDiv").innerHTML=ndate[0]; setTimeout(run_timer,10...
apache-2.0
mariofusco/lambdaj
html/apidocs/ch/lambdaj/function/convert/class-use/StringPropertyExtractor.html
4493
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_01) on Sun Feb 12 22:30:27 CET 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class ch.la...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Sideritis/Sideritis arborescens/Sideritis arborescens maireana/README.md
263
# Sideritis arborescens subsp. maireana (Font Quer & Pau) O.Socorro & M.L.Arrebola SUBSPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name Sideritis maireana Font Quer & Pau ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Loculohypoxylon/Loculohypoxylon grandineum/ Syn. Hypoxylon grandineum/README.md
239
# Hypoxylon grandineum (Berk. & Ravenel) J.H. Mill. SPECIES #### Status SYNONYM #### According to Index Fungorum #### Published in Mycologia 33(1): 74 (1941) #### Original name Diatrype grandinea Berk. & Ravenel, 1876 ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Chlorophyta/Zygnematophyceae/Zygnematales/Desmidiaceae/Cosmarium/Cosmarium quadrifarium/Cosmarium quadrifarium hexasticha/README.md
211
# Cosmarium quadrifarium hexasticha (Lundell) Nordstedt VARIETY #### Status ACCEPTED #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Eriochloa/Eriochloa acuminata/ Syn. Eriochloa lemmonii minor/README.md
186
# Eriochloa lemmonii var. minor VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Aizoaceae/Mesembryanthemum/Mesembryanthemum theris/README.md
179
# Mesembryanthemum theris Perr. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Sclerotiniaceae/Ramularites/Ramularites oblongisporus/README.md
247
# Ramularites oblongisporus (Casp.) Pia SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in in Hirmer, Handbuch der Paläobotanik (Berlin) 122 (1927) #### Original name Ramularia oblongispora Casp. ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Prosthechea/Prosthechea aemula/ Syn. Epidendrum fragrans alticallum/README.md
192
# Epidendrum fragrans var. alticallum VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Rutaceae/Glycosmis/Glycosmis cambodiana/README.md
177
# Glycosmis cambodiana Pierre SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Glomeromycota/Glomeromycetes/Diversisporales/Acaulosporaceae/Entrophospora/Entrophospora infrequens/ Syn. Glomus infrequens/README.md
255
# Glomus infrequens I.R. Hall, 1977 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Trans. Br. mycol. Soc. 68(3): 345 (1977) #### Original name Glomus infrequens I.R. Hall, 1977 ### Remarks null
apache-2.0
nextreports/nextreports-server
src/ro/nextreports/server/web/schedule/ScheduleWizard$ScheduleBatchStep.html
69
<wicket:panel> <div wicket:id="batchPanel"></div> </wicket:panel>
apache-2.0
adbrucker/SecureBPMN
runtime/src/modules/activiti-engine/src/main/java/org/activiti/engine/impl/context/Context.java
2992
/* 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 * distribut...
apache-2.0
marcus-nl/flowable-engine
modules/flowable-ui-admin/flowable-ui-admin-app/src/main/webapp/scripts/process-instance-controllers.js
29675
/* Copyright 2005-2015 Alfresco Software, Ltd. * * 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 l...
apache-2.0
erupakov/legacy
Core/Cryptany.Core.ConfigOM/CashChannel.cs
979
/* Copyright 2006-2017 Cryptany, 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...
apache-2.0
emcvipr/dataservices-sdk-dotnet
AWSSDK/Amazon.SimpleWorkflow/Model/Internal/MarshallTransformations/StartWorkflowExecutionRequestMarshaller.cs
7086
/* * Copyright 2010-2013 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 "l...
apache-2.0
metatron-app/metatron-discovery
discovery-server/src/main/java/app/metatron/discovery/domain/datasource/DataSourceFilterRequest.java
2116
/* * 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 * distribu...
apache-2.0