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/Magnoliopsida/Piperales/Aristolochiaceae/Asarum/Asarum nipponicum/Asarum nipponicum nipponicum/README.md
175
# Asarum nipponicum var. nipponicum VARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
apache-2.0
google-research/federated
fedopt_guide/cifar10_resnet/federated_cifar10.py
5796
# Copyright 2021, 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 writing...
apache-2.0
Mikuz/Boarder
src/fi/mikuz/boarder/util/ContextUtils.java
2556
/* ========================================================================= * * Boarder * * http://boarder.mikuz.org/ * * ========================================================================= * ...
apache-2.0
dmilos/color
example/less-than-1k/trait/component/gray.cpp
928
#include <iostream> #include <iomanip> #include <cstdint> #include <typeinfo> #include "color/color.hpp" int main( int argc, char *argv[] ) { using namespace color; using namespace std; cout << "gray<std::uint8_t > is: " << typeid( trait::component< gray< std::uint8_t >::category_type >::instance...
apache-2.0
nghiant2710/base-images
balena-base-images/node/nanopi-neo-air/alpine/3.10/14.16.1/build/Dockerfile
2961
# AUTOGENERATED FILE FROM balenalib/nanopi-neo-air-alpine:3.10-build ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ;...
apache-2.0
kunickiaj/datacollector
sdc-kafka_0_8/src/main/java/com/streamsets/pipeline/kafka/impl/KafkaProducer08.java
6836
/* * Copyright 2017 StreamSets 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...
apache-2.0
jentfoo/aws-sdk-java
aws-java-sdk-docdb/src/main/java/com/amazonaws/services/docdb/model/transform/EventStaxUnmarshaller.java
3623
/* * Copyright 2014-2019 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
gentics/mesh
changelog-system/src/main/java/com/gentics/mesh/changelog/changes/ReplaceSchemaVersionEdges.java
877
package com.gentics.mesh.changelog.changes; import static com.gentics.mesh.core.data.relationship.GraphRelationships.SCHEMA_CONTAINER_VERSION_KEY_PROPERTY; import com.gentics.mesh.changelog.AbstractChange; import com.tinkerpop.blueprints.Direction; /** * Changelog entry which removed the schema version edges with p...
apache-2.0
862573026/SchoolHRProj
Android/HRAM_SNU_App/hr-client/src/androidTest/java/sl/hr_client/ApplicationTest.java
343
package sl.hr_client; 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() { super(Appl...
apache-2.0
dlemstra/Magick.NET
src/Magick.NET/Colors/ColorHSV.cs
5867
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET. // Licensed under the Apache License, Version 2.0. using System; #if Q8 using QuantumType = System.Byte; #elif Q16 using QuantumType = System.UInt16; #elif Q16HDRI using QuantumType = System.Single; #else #error Not implemented! #endif namespace Imag...
apache-2.0
UnsupervisedOntologyLearning/hrLDA
hrLDA/src/cc/mallet/util/Strings.java
1930
package cc.mallet.util; /** * Static utility methods for Strings */ final public class Strings { public static int commonPrefixIndex (String[] strings) { int prefixLen = strings[0].length(); for (int i = 1; i < strings.length; i++) { if (strings[i].length() < prefixLen) prefixLen = strin...
apache-2.0
ChrisLMerrill/muse
core/src/main/java/org/museautomation/core/step/CallMacroStep.java
3625
package org.museautomation.core.step; import org.jetbrains.annotations.*; import org.museautomation.core.*; import org.museautomation.core.context.*; import org.museautomation.core.step.descriptor.*; import org.museautomation.core.steptask.*; import org.museautomation.core.values.*; import org.museautomation.core.valu...
apache-2.0
goodwinnk/intellij-community
platform/vcs-impl/src/com/intellij/openapi/diff/impl/patch/formove/PathsVerifier.java
23092
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.diff.impl.patch.formove; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.diff.impl.patch.FilePatch; import co...
apache-2.0
nanmar/f-
README.md
11
f- == fő
apache-2.0
GregSaintJean/Beacon
src/com/therabbitmage/android/beacon/network/URLShortenerAPI.java
2158
package com.therabbitmage.android.beacon.network; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URISyntaxException; import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; i...
apache-2.0
timperrett/envoy
source/common/common/version.cc
238
#include "common/common/version.h" std::string VersionInfo::version() { return fmt::format("{}/{}", GIT_SHA.substr(0, 6), #ifdef NDEBUG "RELEASE" #else "DEBUG" #endif ); }
apache-2.0
jmnarloch/spring-jax-rs-client-proxy
src/test/java/com/github/jmnarloch/spring/jaxrs/client/support/JaxRsClientProxyFactorySupportTest.java
2921
/** * Copyright (c) 2015 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 appli...
apache-2.0
CruorVolt/mu_bbmap
src/bbmap/crosscontaminate.sh
2864
#!/bin/bash #crosscontaminate in=<file,file,...> out=<file,file,...> usage(){ echo " Written by Brian Bushnell Last modified February 17, 2015 Description: Generates synthetic cross-contaminated files from clean files. Intended for use with synthetic reads generated by SynthMDA or RandomReads. Usage: crossco...
apache-2.0
mdoering/backbone
life/Protozoa/Ciliophora/Hypotrichea/Oxytrichida/Oxytrichidae/Stylonychia/Stylonychia dupla/README.md
181
# Stylonychia dupla Dumas SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
lmu-bioinformatics/ucanaccess
src/test/java/net/ucanaccess/test/PasswordTest.java
1516
/* Copyright (c) 2012 Marco Amadei. 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/Hysteriales/Parmulariaceae/Parmularia/Parmularia novomexicana/README.md
199
# Parmularia novomexicana B. de Lesd. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Parmularia novomexicana B. de Lesd. ### Remarks null
apache-2.0
vietor/NextPHP
system/NpConfig.php
3541
<?php /*! * @mainpage Configuration * * @section intro Introduction * * You can create file <b>application/config.php</b> for configuration. * * @section intro Configuration items * * @subsection encryptor Encrypt * For NpFactory::getEncryptor, $_CONFIG['encryptor'] * @param mode encrypt mode, support ae...
apache-2.0
OpenXIP/xip-libraries
src/extern/tiff-3.7.4/contrib/pds/tif_pdsdirread.c
31914
/* $Header: /cvs/maptools/cvsroot/libtiff/contrib/pds/tif_pdsdirread.c,v 1.2 2003/11/17 15:09:39 dron Exp $ */ /* * Copyright (c) 1988-1996 Sam Leffler * Copyright (c) 1991-1996 Silicon Graphics, Inc. * Copyright (c( 1996 USAF Phillips Laboratory * * Permission to use, copy, modify, distribute, and sell this soft...
apache-2.0
KernelHaven/KernelHaven
src/net/ssehub/kernel_haven/code_model/CodeModelProvider.java
3998
/* * Copyright 2017-2019 University of Hildesheim, Software Systems Engineering * * 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 * ...
apache-2.0
sbower/kuali-rice-1
it/kew/src/test/java/org/kuali/rice/edl/impl/TestConfigProcessor.java
734
/* * Copyright 2005-2008 The Kuali Foundation * * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless require...
apache-2.0
HiveKa/HiveKa
src/main/java/org/apache/hadoop/hive/kafka/camus/KafkaKey.java
6733
package org.apache.hadoop.hive.kafka.camus; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.MapWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.io.UTF8; import org.apache.hadoop.io.Writable; import org.apache.hadoop.io.WritableComparable; import java.io.DataInput; import java...
apache-2.0
BladeRunnerJS/brjs-JsTestDriver
JsTestDriver/src/com/google/jstestdriver/output/FileNameFormatter.java
1271
/* * Copyright 2011 Google 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 i...
apache-2.0
troggy/bitcoinj
core/src/main/java/com/google/bitcoin/wallet/DeterministicSeed.java
9791
/** * Copyright 2014 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 req...
apache-2.0
mateuszboryn/data-model-generator
src/main/scala/com/datawizards/dmg/service/AvroSchemaRegistryServiceImpl.scala
406
package com.datawizards.dmg.service import com.datawizards.dmg.repository.{AvroSchemaRegistryRepository, AvroSchemaRegistryRepositoryImpl} class AvroSchemaRegistryServiceImpl(url: String) extends AvroSchemaRegistryService { override protected val repository: AvroSchemaRegistryRepository = new AvroSchemaRegistryRepo...
apache-2.0
ReactiveX/RxJava
src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableMaterializeTest.java
10356
/* * Copyright (c) 2016-present, RxJava Contributors. * * 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 la...
apache-2.0
Unicon/cas-addons
src/main/java/net/unicon/cas/addons/serviceregistry/RegisteredServicesReloadDisablingBeanFactoryPostProcessor.java
2060
package net.unicon.cas.addons.serviceregistry; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanFactoryPostProcessor; import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org....
apache-2.0
dhgarrette/low-resource-pos-tagging-2013
src/main/scala/dhg/util/Pattern.scala
2296
package dhg.util import scala.collection.generic.CanBuildFrom object Pattern { object UInt { val IntRE = """^(-?\d+)$""".r def unapply(v: String): Option[Int] = v match { case IntRE(s) => Some(s.toInt) case _ => None } } // implicit def int2unapplyInt(objA: Int.type) = UInt object U...
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Mycenaceae/Xeromphalina/Xeromphalina leonina/ Syn. Omphalia epichysium/README.md
256
# Omphalia epichysium (Pers.) P. Kumm., 1871 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Führ. Pilzk. (Zwickau) 107 (1871) #### Original name Agaricus epichysium Pers., 1794 ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Achillea lereschei/README.md
177
# Achillea lereschei Sch.Bip. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
clementhouillere/Pokemon_IMIE
app/Pokemon_IMIE/Pokemon_IMIE/usercontrols/PokemonStatus.xaml.cs
1107
using ClassLibrary; using Pokemon_IMIE.Model; using Pokemon_IMIE.usercontrols; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI...
apache-2.0
Moonshile/goondream
src/desserts/models.py
376
#coding=utf-8 from django.db import models from django.contrib.auth.models import User class Activity(models.Model): owner = models.ForeignKey(User, null=False) text = models.CharField(max_length=20, unique=True) class Dessert(models.Model): activity = models.ForeignKey(Activity, null=False) descripti...
apache-2.0
VirtualLayout/360sites
day57-vlVibesSwitch.html
7334
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Day57-vlvibesSwitch</title> <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script> <script src="https://rawgit.com/ngokevin/aframe-text-component/master/dist/aframe-text-component.min.js"></script> <script src="https://code....
apache-2.0
c2611261/zaozao2
public/js/article_detail.js
8955
var angularjs = angular.module('articleDetailModule', ['courseTagServiceModule', 'ngCookies', 'ngVideo']); angularjs.controller('ArticleDetailController', ['$rootScope', '$scope', '$http', '$stateParams', '$state', '$location', 'CourseTagService', '$sce', '$cookies', '$httpParamSerializer', 'video', '$route', functi...
apache-2.0
TheSolvingMachine/kangrouter-py
kangrouter.py
3278
import time from tsm.common.app import exception import requests import json from requests.packages.urllib3.util.retry import Retry from requests.adapters import HTTPAdapter KANGROUTER_WEBSERVICE_APPLICATION_ROOT="/kangrouter/srv/v1" class KangRouterClient: pathbase = "https://thesolvingmachine.com/kangrouter/srv...
apache-2.0
CPoirot3/OWL-Reasoner
project/src/org/semanticweb/HermiT/datatypes/owlreal/NumberRange.java
1986
/* Copyright 2008, 2009, 2010 by the Oxford University Computing Laboratory This file is part of HermiT. HermiT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-lookoutequipment/src/main/java/com/amazonaws/services/lookoutequipment/model/transform/CreateDatasetResultJsonUnmarshaller.java
3307
/* * 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
daprlabs/ForkTip
ForkTip/Models/Recipe.cs
1399
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Recipe.cs" company="Dapr Labs"> // Copyright 2014, Dapr Labs Pty. Ltd. // </copyright> // <summary> // Describes a recipe. // </summary> // -----------------------------------...
apache-2.0
tyybjcc/Design-Patterns-in-java
DesignPatterns/src/com/designpattern/structural/facade/Facade.java
649
package com.designpattern.structural.facade; public class Facade { SystemOne system1 = new SystemOne(); SystemTwo system2 = new SystemTwo(); SystemThree system3 = new SystemThree(); SystemFour system4 = new SystemFour(); public void facadeFunction1() { System.out.println("---- facade function 1"); ...
apache-2.0
jasonwee/videoOnCloud
pmd/pmd-doc-5.5.1/pmd-python/apidocs/net/sourceforge/pmd/lang/python/ast/PythonParserConstants.html
95162
<!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_92) on Wed Jul 27 21:27:29 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PythonParserConstants (PMD ...
apache-2.0
rots87/Slime
SLIME/app/Persona.php
192
<?php namespace Slime; use Illuminate\Database\Eloquent\Model; class Persona extends Model { protected $table = "Persona"; protected $fillable = ['nombre','apellido','Cargo_id']; }
apache-2.0
xamarin/MyCompany
MyCompany.Visitors.Client.Droid/Extensions/RobotoTextView.cs
7655
/* * Copyright (C) 2013 @JamesMontemagno http://www.montemagno.com http://www.refractored.com * * 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...
apache-2.0
ambasta/aws-sdk-cpp
aws-cpp-sdk-dms/include/aws/dms/model/CreateReplicationSubnetGroupRequest.h
9707
/* * 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 "license" fil...
apache-2.0
textbookmania/SkyBlue
app/client/templates/pages/Student/ListStudent.html
1610
<template name="ListStudent"> {{#IfLoggedIn}} <div class="row" style="background-image: url('/images/textbookheader.png'); background-size: cover;"> <div class="col-md-10"> <div class="bumper"> <table class="table table-hover" style="background-color: white; border-top: 5px solid #00AFDD;"> ...
apache-2.0
hlkzmy/evaluation-system
vendor/composer/autoload_namespaces.php
1967
<?php // autoload_namespaces.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'Twig_' => array($vendorDir . '/twig/twig/lib'), 'Symfony\\Component\\Icu\\' => array($vendorDir . '/symfony/icu'), 'Symfony\\Bundle\\SwiftmailerBundle' => array(...
apache-2.0
stephanenicolas/toothpick
toothpick-runtime/src/test/java/toothpick/getInstance/CycleCheckTest.java
3214
/* * Copyright 2019 Stephane Nicolas * Copyright 2019 Daniel Molinero Reguera * * 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 * ...
apache-2.0
yeungalan/oauth_project
lib/dbip.php
959
<?php function geoip($dbipcsv, $ip){ $csvData = file_get_contents("/lib/".$dbipcsv); $lines = explode(PHP_EOL, $csvData); $rangeArray = array(); foreach ($lines as $line) { $rangeArray[] = str_getcsv($line); } $input = $ip; $array_input = explode(".", $input); foreach($rangeArray as $current) { ...
apache-2.0
KitwareMedical/SlicerITKUltrasound
CONTRIBUTING.md
642
# Contributing to SlicerITKUltrasound Contributions are welcome and encouraged. To contribute, create a pull request on the [project's GitHub repository](https://github.com/KitwareMedical/SlicerITKUltrasound). Respectful and collaborative discourse is appreciated and expected. Please patiently address all automated b...
apache-2.0
andreiHi/hincuA
internet_shop/src/test/java/ru/job4j/shop/test/test.html
762
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ttt</title> <link rel="stylesheet" href="style.css"> </head> <body> <div> <form method="post" action="/shop/register"> </form> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script typ...
apache-2.0
bplower/legendary-waffle-lib
test/test_universe_create.py
2904
#!/usr/bin/env python """ This pretty much just tests creating a user, a universe, a planet, a building type name, a building type, and a building. """ import os import sys import sqlalchemy sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) import legendary_waffle # Database setup ...
apache-2.0
magnusart/taric.io
taric-import/src/main/scala/io/taric/domains/LocatingTaricFiles.scala
1172
package io.taric.domains import concurrent.Future import io.taric.services.FlatFileRecord /** * File created: 2013-01-13 18:46 * * Copyright Solvies AB 2013 * For licensing information see LICENSE file */ object LocatingTaricFiles { private[this] def fNum( f: String ): Int = f.take( 4 ).toInt def latestFil...
apache-2.0
adrian-wang/project-panthera-skin
src/main/java/com/intel/ssg/dcst/panthera/parse/sql/transformer/fb/AndFilterBlock.java
8205
/* * 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
pulsarIO/pulsar-reporting-ui
app/src/prReporting/prDashboardWidgets/stack/view.html
101
<pr-stack-widget options="widget.options" params="widget.params" filters="filters"></pr-stack-widget>
apache-2.0
padurean/elm-a-book
src/css/css.css
462
body { font-size: 1rem; font-weight: 300; background-color: #292B36; color: #d0d0d0; font-family: "Roboto", "sans-serif"; width: 100%; } header, main, footer { margin: 3rem; } pre { margin-top: 1.75rem; } pre, code { font-family: "Hack", "monospace"; font-size: .75rem; } a { ...
apache-2.0
jsodini/CodeSnip
sdk/java/src/main/java/io/swagger/client/api/DefaultApi.java
8599
package io.swagger.client.api; import com.sun.jersey.api.client.GenericType; import io.swagger.client.ApiException; import io.swagger.client.ApiClient; import io.swagger.client.Configuration; import io.swagger.client.Pair; import io.swagger.client.model.CodeSnippet; import io.swagger.client.model.CodeSnippetList; i...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Epipactis/Epipactis leptochila/Epipactis leptochila naousaensis/README.md
226
# Epipactis leptochila subsp. naousaensis SUBSPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name Epipactis naousaensis Robatsch ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Meliaceae/Hartighsea/Hartighsea alliaria/README.md
190
# Hartighsea alliaria Arn. ex Wight & Arn. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
sacloud/libsacloud
v2/helper/service/icon/update_request.go
1414
// Copyright 2016-2022 The Libsacloud 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...
apache-2.0
blackducksoftware/common-framework
src/test/java/com/blackducksoftware/tools/commonframework/standard/protex/report/template/TestPojoPageTwo.java
2010
/** * CommonFramework * * Copyright (C) 2017 Black Duck Software, Inc. * http://www.blackducksoftware.com/ * * 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 o...
apache-2.0
cping/LGame
Java/Examples/cannonblast(0.5)/src/org/test/JavaSEMain.java
744
package org.test; import org.test.act.MainGame; import loon.LSetting; import loon.LSystem; import loon.LazyLoading; import loon.Screen; import loon.javase.Loon; public class JavaSEMain { public static void main(String[]args){ LSetting setting = new LSetting(); setting.isFPS = true; setting.isLogo = false; ...
apache-2.0
p473lr/i-urge-mafia-gear
HP Code Wars Documents/2015/Solutions/prob11_DiamondInTheRough-lee.js
3164
// Diamond-in-the-Rough // Code Wars program written in JavaScript for the RingoJS environment // // The MIT License (MIT) // // Copyright (c) 2015 Lee Jenkins // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software...
apache-2.0
Sellegit/j2objc
runtime/src/main/java/apple/uikit/UIMenuControllerArrowDirection.java
1076
package apple.uikit; 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.*; impo...
apache-2.0
droibit/react-native-custom-tabs
src/CustomTabsAndroid.js
701
/** * @private * @providesModule CustomTabsAndroid * @flow */ 'use strict'; import { NativeModules } from 'react-native'; import type { TabOption } from './TabOption'; const CustomTabsManager = NativeModules.CustomTabsManager; /** * To open the URL of the http or https in Chrome Custom Tabs. * If Chrome is not...
apache-2.0
hanyahui88/swifts
src/main/java/com/swifts/frame/modules/wx/fastweixin/company/message/req/QYBatchJobType.java
754
package com.swifts.frame.modules.wx.fastweixin.company.message.req; /** * 微信企业号异步任务类型 * ==================================================================== * * -------------------------------------------------------------------- * @author Nottyjay * @version 1.0.beta * @since 1.3.6 * ===================...
apache-2.0
anjuncc/hadoop
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/erasurecode/coder/TestErasureCoderBase.java
9576
/** * 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
Pardus-Engerek/engerek
model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/rbac/TestRbacDeprecated.java
1603
/* * Copyright (c) 2010-2017 Evolveum * * 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...
apache-2.0
Dennis-Koch/ambeth
jambeth/jambeth-ioc-test/src/test/java/com/koch/ambeth/util/ImmutableTypeSetTest.java
677
package com.koch.ambeth.util; import org.junit.Assert; import org.junit.Test; import com.koch.ambeth.ioc.util.ImmutableTypeSet; public class ImmutableTypeSetTest { public interface MyType { // intended blank } public class MyClass implements MyType { // intended blank } @Test public void...
apache-2.0
Activiti/Activiti
activiti-core/activiti-bpmn-model/src/main/java/org/activiti/bpmn/model/EventGateway.java
912
/* * Copyright 2010-2020 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 ...
apache-2.0
VHAINNOVATIONS/Maternity-Tracker
Dashboard/va.gov.artemis.vista/Broker/RpcMessageStatus.cs
316
// Originally submitted to OSEHRA 2/21/2017 by DSS, Inc. // Authored by DSS, Inc. 2014-2017 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VA.Gov.Artemis.Vista.Broker { internal enum RpcMessageStatus { Uknown, Ready, Error } }
apache-2.0
shybovycha/buck
src/com/facebook/buck/skylark/io/impl/SimpleGlobber.java
3622
/* * Copyright 2017-present Facebook, 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
renhui/android_career
business/android_testsuite/android_testsuite/android_testsuite/src/main/java/android_testsuite/GuideActivity.java
5130
package android_testsuite; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android_testsuite.mytest.application_search.AppSearchActivity; import android_testsuite.mytest.application_search.UidActivity; import android_...
apache-2.0
ppatierno/mfweatherstation
WeatherStation/WebServer/HttpBase.cs
1574
using System; using Microsoft.SPOT; namespace WeatherStation.WebServer { /// <summary> /// Base class for HTTP object (request/response) /// </summary> public class HttpBase { #region Constants ... // const string separator protected const char CR = '\r'; protected ...
apache-2.0
jcshen007/cloudstack
api/src/org/apache/cloudstack/api/command/user/loadbalancer/UploadSslCertCmd.java
5159
// 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
Moritz30-Projects/CyanAC-Plugin
src/info/cyanac/plugin/bukkit/CyanACTabCompleter.java
675
package info.cyanac.plugin.bukkit; import java.util.ArrayList; import java.util.List; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.command.TabCompleter; public class CyanACTabCompleter implements TabCompleter { @Override public List<String> onTabComplete(CommandSen...
apache-2.0
RyanWinchester/netsuite-php
src/Classes/FolderFolderType.php
1641
<?php /** * This file is part of the SevenShores/NetSuite library * AND originally from the NetSuite PHP Toolkit. * * New content: * @package ryanwinchester/netsuite-php * @copyright Copyright (c) Ryan Winchester * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 * @link https://githu...
apache-2.0
snett/Franklin
Modules/Component/Menu.php
375
<?php /** * Menu Module * * @author Bálint Horváth <balint@snett.net> */ namespace Franklin\Component; class Menu extends \Franklin\System\Object{ public $Id; public $Name; public $Status; public $CleanURL; public function __construct($Parent) { parent::__construct($Parent); ...
apache-2.0
JR-CCPL87/ccpl-affirmation
src/main/java/pe/com/ccpl/siconc/web/service/RoleService.java
150
package pe.com.ccpl.siconc.web.service; import pe.com.ccpl.siconc.web.model.Role; public interface RoleService { public Role getRole(int id); }
apache-2.0
uvalib/avalon
config/initializers/dropbox_context.rb
220
BrowseEverythingController.before_filter do if params[:context] collection = Admin::Collection.find(params[:context]) browser.providers['file_system'].config[:home] = collection.dropbox_absolute_path end end
apache-2.0
Okisa/heroes-card
views/index.html
2563
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hello Wooorld</title> <!-- Bootstrap --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/...
apache-2.0
idigbio-citsci-hackathon/carrotFacetNgram
carrot2-webapp-3.8.1/herballsilvertrigram/00198996.txt.html
2934
<html> <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <span class='rank5 5.23758013687111'>?NEW</span> <span class='rank5 5.092407184714711'>YORK</span> <span class='rank4 4.3452095742978045'>BOTANICAL</span> <span class='rank5 4.836230413135688'>GARDEN</span> </br> <span class='rank24 2...
apache-2.0
prabushi/devstudio-tooling-esb
plugins/org.wso2.developerstudio.eclipse.artifact.proxyservice/src/org/wso2/developerstudio/eclipse/artifact/proxyservice/validators/ProxyServiceProjectFieldController.java
8585
/* * Copyright (c) 2011, WSO2 Inc. (http://www.wso2.org) 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 * * Un...
apache-2.0
rlopezdiez/RLDTableViewSuite
Classes/RLDTableViewEventHandlerProtocol.h
1662
#import "RLDTableViewModelProtocol.h" #pragma mark - RLDTableViewGenericEventHandler protocol @protocol RLDTableViewGenericEventHandler <NSObject> // Suitability checking + (BOOL)canHandleTableView:(UITableView *)tableView viewModel:(id<RLDTableViewReusableViewModel>)viewModel view:(UIView *)view; // Collaborators ...
apache-2.0
great-expectations/great_expectations
docs/contributing/contributing_misc.md
7201
--- title: Contributing Misc and CLA --- ### Miscellaneous #### Contributor license agreement (CLA) *When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project’s open source license. Whether or not you state this explicitly, by sub...
apache-2.0
WindFromFarEast/SmartButler
libzxing/src/main/java/com/xys/libzxing/zxing/activity/CaptureActivity.java
10672
/* * Copyright (C) 2008 ZXing 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 l...
apache-2.0
huxh10/iSDX
aby/src/abycore/util/parse_options.cpp
4288
/** \file parse_options.cpp \author michael.zohner@ec-spride.de \copyright ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation Copyright (C) 2015 Engineering Cryptographic Protocols Group, TU Darmstadt This program is free software: you can redistribute it and/or modify it under t...
apache-2.0
nickgaski/docs
services/mobilepush/nl/ko/t_android_install_sdk.md
10649
--- copyright: years: 2015, 2016 --- # Gradle을 사용하여 클라이언트 푸시 SDK 설치 {: #android_install} 이 섹션에서는 클라이언트 푸시 SDK를 설치하고 이를 사용하여 추가적으로 Android 애플리케이션을 개발하는 방법에 대해 설명합니다. Gradle을 사용하여 Bluemix® 모바일 서비스 푸시 SDK를 추가할 수 있습니다. Gradle은 저장소에서 아티팩트를 자동으로 다운로드하여 Android 애플리케이션에 제공합니다. Android Studio 및 Android Studio ...
apache-2.0
barbossa/django-heroku-blog
heroku_blog/urls.py
1004
"""heroku_blog URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.11/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') Clas...
apache-2.0
yangb0/spinach
spinach/spinach-web/src/main/java/com/yang/spinach/common/utils/spring/SpringCacheManagerWrapper.java
3363
/** * Copyright (c) 2005-2012 https://github.com/zhangkaitao Licensed under the Apache License, Version 2.0 (the * "License"); */ package com.yang.spinach.common.utils.spring; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.List; impo...
apache-2.0
tzpBingo/java-example
src/main/java/org/javacore/io/zip/ZipCompress.java
4471
package org.javacore.io.zip; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import ...
apache-2.0
chubbz327/Zoe
lib/Zoe/Runtime/Database.pm
2612
package Zoe::Runtime::Database; use Mojo::Base 'Zoe::Runtime'; sub new { my $class = shift; my %arg = @_; my $self = { type => undef, #database type (mysql | sqlite| perl DBD driver name]) dbfile => undef, #path to database # required if type is ...
apache-2.0
Flowdalic/java-pinning
java-pinning-core/src/main/java/eu/geekplace/javapinning/pin/Pin.java
3689
/** * * Copyright 2014-2017 Florian Schmaus * * 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 ...
apache-2.0
yicold/axure-case
xinteyao/新特药电商平台_Server端_UE终版xxx_V1/files/p2-5医院管理/styles.css
62114
body { margin:0px; background-image:none; position:relative; left:-0px; width:1074px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u6641 { position:absolute; left:0px; top:63px; width:128px; height:320px; } #u6641_menu { position:absol...
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Russulales/Russulaceae/Lactarius/Lactarius peckii/Lactarius peckii peckii/README.md
216
# Lactarius peckii var. peckii VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in Mem. Torrey bot. Club 14: 76 (1908) #### Original name Lactarius peckii var. peckii ### Remarks null
apache-2.0
Jukkorsis/Hadrian
src/main/java/com/northernwall/hadrian/handlers/service/dao/GetAuditData.java
840
/* * Copyright 2014 Richard Thurston. * * 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...
apache-2.0
mat-mo/miniflux_ynh
sources/themes/copper/css/app.css
5154
@import url('../../../assets/css/app.css'); @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; src: local('Muli'), url(../fonts/Muli.woff) format('woff'); } body { background-color: #e7a279; color: #434343; font-family: 'Muli', sans-serif; font-size: 14px; max-...
apache-2.0
marcelog/AsterTrace
src/mg/AsterTrace/EventHandlers/NewExtenListener.php
1505
<?php /** * NewExten listener, will capture extensions as channels step by them. * * PHP Version 5 * * @category AsterTrace * @package EventHandlers * @author Marcelo Gornstein <marcelog@gmail.com> * @license http://marcelog.github.com/ Apache License 2.0 * @version SVN: $Id$ * @link http://marcelog....
apache-2.0