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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_12) on Sun Feb 08 17:24:27 PST 2009 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> CompilationUnit (PMD 4.2.5 A...
deleidos/digitaledge-platform
commons/buildtools/pmd/docs/apidocs/net/sourceforge/pmd/ast/CompilationUnit.html
HTML
apache-2.0
7,494
<!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 Tue Feb 06 09:38:12 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SecurityManagerSupplier (BO...
wildfly-swarm/wildfly-swarm-javadocs
2017.10.2/apidocs/org/wildfly/swarm/config/SecurityManagerSupplier.html
HTML
apache-2.0
9,099
# Aplectrum viminale Blume SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Diplectria/Aplectrum viminale/README.md
Markdown
apache-2.0
174
/* * 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...
cedral/aws-sdk-cpp
aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/model/DescribeInstanceHealthRequest.h
C
apache-2.0
5,122
/* * 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...
jentfoo/aws-sdk-java
aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/transform/GetMaintenanceWindowTaskRequestMarshaller.java
Java
apache-2.0
2,464
/****************************************************************************** * Copyright 2018 The Apollo Authors. 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 ...
wanglei828/apollo
cyber/parameter/parameter_client_test.cc
C++
apache-2.0
2,881
<?php namespace backend\models; use Yii; /** * This is the model class for table "product_origin". * * @property integer $origin_id * @property string $name * @property integer $order * @property string $disabled * * @property Product[] $products */ class ProductOrigin extends \yii\db\Activ...
n34n/nxshop
backend/models/ProductOrigin.php
PHP
apache-2.0
1,372
# Vaccinium xerampelinum Sleumer SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Ericaceae/Vaccinium/Vaccinium xerampelinum/README.md
Markdown
apache-2.0
180
/* * Copyright 2013 Henrik Baerbak Christensen, Aarhus University * * 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...
ecosense-au-dk/karibu-tutorial
test/cs/karibu/helloworld/testdoubles/NullStatisticsHandler.java
Java
apache-2.0
1,612
namespace Fabrikam.Infrastructure.Command.Interface { public interface ICommandHandler<T> where T : ICommand { void Execute(T command); } public interface ICommandHandler { void Execute(object message); } }
yuva2achieve/fabrikam-vnext
src/Fabrikam.Infrastructure.Interfaces/Command/ICommandHandler.cs
C#
apache-2.0
251
package com.xinghai.framework.utils; import android.annotation.TargetApi; import android.os.Build; import android.os.Environment; import android.os.StatFs; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.File; import java.io.InputStreamReader; /** * created at 16/10/27...
yuanbaoyu/Android-Framework
framework/src/main/java/com/xinghai/framework/utils/SDCardUtils.java
Java
apache-2.0
4,582
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Reflection; using Template10.Services.KeyboardService; using Template10.Services.NavigationService; using Template10.Utils; using Wind...
h82258652/Template10
Template10 (Library)/Controls/HamburgerMenu.xaml.cs
C#
apache-2.0
26,785
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HBase 0.98.8-hadoop2 Reference Package org.apache.hadoop.hbase.codec.prefixtree.timestamp</title> <link...
devansh2015/hbase-0.98.8
docs/xref-test/org/apache/hadoop/hbase/codec/prefixtree/timestamp/package-summary.html
HTML
apache-2.0
2,415
import { Class, Enum } from 'meteor/jagi:astronomy' import 'jagi:astronomy-timestamp-behavior' export const ApplicationStatus = Enum.create({ name: 'ApplicationStatus', identifiers: { DRAFT: 0, ACTIVE: 1, INACTIVE: 2 } }) export const Application = Class.create({ name: 'Application', collection:...
openmarketplace/openmarketplace
imports/api/applications/application-model.js
JavaScript
apache-2.0
1,262
package org.tribbloid.spookystuff.pages /** * Created by peng on 2/5/15. */ class UnknownElement( override val uri: String ) extends Unstructured { override def text: Option[String] = None override def children(selector: String) = new Elements(Seq()) override def ...
chenUT/spookystuff
core/src/main/scala/org/tribbloid/spookystuff/pages/UnknownElement.scala
Scala
apache-2.0
609
/* By: facug91 From: http://coj.uci.cu/24h/problem.xhtml?abb=1188 Name: Cow Multiplication Number: 1188 Date: 11/11/2013 */ #include <iostream> #include <cstdio> #include <string> #include <cstring> #include <list> #include <iterator> #include <cstdlib> #include <set> using namespace std; int main () { string ...
facug91/OJ-Solutions
coj.uci.cu/CowMultiplication.cpp
C++
apache-2.0
509
# ffead-cpp-plugins Language Interface plugins for ffead-cpp HTTP server
sumeetchhetri/ffead-cpp-plugins
README.md
Markdown
apache-2.0
73
<div class="modal-header"> <h1 class="modal-title">OKTA QUARANTINE GROUP</h1> </div> <div class="modal-body"> <div class="row"> <form class="config-add-form form-horizontal m-t-xs"> <div class="form-group" id="fgQuarantineGroup"> <label class="col-xs-4 control-label">QUARANTI...
fvigo/minemeld-okta
mmokta/webui/okta.output.quarantinegroup.html
HTML
apache-2.0
821
package com.alipay.api.request; import com.alipay.api.domain.AlipayOpenPublicUserFollowQueryModel; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayOpenPublicUserFollowQueryResponse; import com.alipay.api.AlipayObject; ...
wendal/alipay-sdk
src/main/java/com/alipay/api/request/AlipayOpenPublicUserFollowQueryRequest.java
Java
apache-2.0
3,025
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cluster.Names.Api { public enum NameTypes { WesternName = 1 //For illustration: //ChineseName = 2, //IndianName = 3, // IrishName = 4 } }
NakedObjectsGroup/Clusters
Cluster.Names.Api/NameTypes.cs
C#
apache-2.0
321
<!DOCTYPE html> <html class="theme-next mist use-motion" lang="zh-Hans"> <head><meta name="generator" content="Hexo 3.8.0"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="theme-color...
wuhuaroulol/wuhuaroulol.github.io
linux-useful-bits-and-pieces-01/index.html
HTML
apache-2.0
20,939
package net.floodlightcontroller.QoSPolicyManager; import java.io.IOException; import java.util.Iterator; import java.util.List; import org.codehaus.jackson.JsonParseException; import org.codehaus.jackson.JsonParser; import org.codehaus.jackson.JsonToken; import org.codehaus.jackson.map.MappingJsonFactory; import or...
jimmyoic/floodlight-qosmanager
src/main/java/net/floodlightcontroller/QoSPolicyManager/RestrictionResource.java
Java
apache-2.0
7,505
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class LancamentoDizimo extends My_controller { public function __constructor(){ parent::__constructor(); $this->load->model('admissao_model'); } public function index(){ $this->load->model('admissao_model'...
hsystemherbert/sigiad
application/controllers/financeiro/LancamentoDizimo.php
PHP
apache-2.0
4,103
package me.lake.sample; 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(Ap...
lakeinchina/Live4Danmaku
sample/src/androidTest/java/me/lake/sample/ApplicationTest.java
Java
apache-2.0
345
# Batopedina pulvinellata Robbr. 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/Magnoliopsida/Gentianales/Rubiaceae/Batopedina/Batopedina pulvinellata/README.md
Markdown
apache-2.0
188
package io.udash.logging import com.typesafe.scalalogging.Logger import org.slf4j.LoggerFactory class UdashLogger(clazz: Class[_]) extends CrossLogger { private val internalLogger = Logger(LoggerFactory.getLogger(clazz.getName)) override def debug(message: String, params: Any*): Unit = internalLogger.debug(m...
UdashFramework/udash-core
utils/.jvm/src/main/scala/io/udash/logging/UdashLogger.scala
Scala
apache-2.0
1,063
(function() { window.WallTime || (window.WallTime = {}); window.WallTime.data = { rules: {}, zones: {"Etc/GMT+10":[{"name":"Etc/GMT+10","_offset":"-10","_rule":"-","format":"GMT+10","_until":""}]} }; window.WallTime.autoinit = true; }).call(this);
badlogicmanpreet/aura
aura-resources/src/main/resources/aura/resources/walltime-js/olson/walltime-data_Etc-GMT+10.js
JavaScript
apache-2.0
280
@charset "UTF-8"; /* CSS Document */ #container { position: absolute; left: 50%; top: 0px; background-image: url(../Images/ALLPRODUCTS/backgroundallproducts.jpg); height: 2000px; width: 1676px; margin-top: 0px; margin-left: -840px; background-repeat: no-repeat; } #Table_01 { width: 960px; height: 2000px; ...
Sparring/sparring-v1.0-beta
assets/Include/athletes.css
CSS
apache-2.0
10,205
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_14) on Wed Sep 10 22:04:22 CST 2014 --> <TITLE> Àà darks.orm.core.data.tags.express.impl.AndOper µÄʹÓà </TITLE> <META NAME="date" CONTENT="2014-09-...
liulhdarks/darks-orm
doc/darks/orm/core/data/tags/express/impl/class-use/AndOper.html
HTML
apache-2.0
6,063
/** * :copyright: (c) 2014 Building Energy Inc * :license: see LICENSE for more details. */ angular.module('BE.seed.controller.dataset', []) .controller('dataset_list_controller', [ '$scope', 'datasets_payload', '$modal', 'urls', 'dataset_service', '$location', function ($scope, datasets_...
buildingenergy/buildingenergy-platform
seed/static/seed/js/controllers/dataset_list_controller.js
JavaScript
apache-2.0
5,009
using PeNet.FileParser; namespace PeNet.Header.Pe { /// <summary> /// The export directory contains all exported function, symbols etc. /// which can be used by other module. /// </summary> public class ImageExportDirectory : AbstractStructure { /// <summary> /// Cr...
secana/PeNet
src/PeNet/Header/Pe/ImageExportDirectory.cs
C#
apache-2.0
3,397
package jeffaschenk.commons.standards.statecodes; import jeffaschenk.commons.standards.CountryCode; /** * Official ISO-3166 State/Province Codes * <p/> * Country: Lao Peoples Democratic Republic * * @author jeffaschenk@gmail.com * Date: May 19, 2010 * Time: 12:12:11 PM */ @SuppressWarnings("un...
jaschenk/jeffaschenk-commons
src/main/java/jeffaschenk/commons/standards/statecodes/StateCodes_LA.java
Java
apache-2.0
3,468
/* * 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 ...
ServiceComb/java-chassis
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/ControllerImpl.java
Java
apache-2.0
3,364
# EarthquakeEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **dateTime** | [**DateTimeEarthQuake**](DateTimeEarthQuake.md) | | [optional] **seismicRegionNumber** | **Integer** | | [optional] **depth** | [**Depth**](Depth.md) | | [optional] **mag...
PitneyBowes/LocationIntelligenceSDK-Java
docs/EarthquakeEvent.md
Markdown
apache-2.0
690
/* * 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 ...
heriram/incubator-asterixdb
hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/ipc/CCNCFunctions.java
Java
apache-2.0
46,469
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
Lihuanghe/CMPPGate
src/main/java/org/marre/sms/SmsUserData.java
Java
apache-2.0
3,257
# -*- coding: utf-8 -*- __author__ = 'eveliotc' __license__ = 'See LICENSE' import alfred from alfred import Item import sys from subprocess import Popen, PIPE def json_to_obj(x): if isinstance(x, dict): return type('X', (), {k: json_to_obj(v) for k, v in x.iteritems()}) else: return x def jo...
eveliotc/gradleplease-workflow
common.py
Python
apache-2.0
1,475
/* * 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 ...
GoogleForCreators/web-stories-wp
packages/story-editor/src/utils/useDoubleClick.js
JavaScript
apache-2.0
2,991
# AUTOGENERATED FILE FROM balenalib/am571x-evm-alpine:3.13-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add...
nghiant2710/base-images
balena-base-images/python/am571x-evm/alpine/3.13/3.9.4/run/Dockerfile
Dockerfile
apache-2.0
4,130
// Copyright 2014 The Prometheus 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...
prometheus/pushgateway
storage/diskmetricstore.go
GO
apache-2.0
18,203
// // MRDPCursor.h // MacFreeRDP // // Created by Laxmikant Rashinkar // Copyright (c) 2012 FreeRDP.org All rights reserved. // #import <Cocoa/Cocoa.h> #include "freerdp/graphics.h" @interface MRDPCursor : NSObject { @public rdpPointer *pointer; uint8 *cursor_data; // bitmapped pixel d...
awakecoding/WinPR-msasn1
client/Mac/MRDPCursor.h
C
apache-2.0
425
import mx from '../../multiplex'; import * as mocks from './_mocks'; import { qmodule, qtest } from '../../qunit'; qmodule('linq-first'); function simpleNumericPredicate(t) { return t > 3; } qtest('basic "first" test', function (assert) { assert.equal(mx(mocks.array).first(), 1, 'first of an array o...
multiplex/multiplex.js
test/unit/linq/first.js
JavaScript
apache-2.0
3,479
/* * Updater.java * * Copyright 2006 The Apache Software 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
moreus/hadoop
hadoop-0.2.0/src/java/org/apache/hadoop/metrics/Updater.java
Java
apache-2.0
920
/* * 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 ...
hanahmily/sky-walking
apm-collector/apm-collector-storage/collector-storage-h2-provider/src/main/java/org/apache/skywalking/apm/collector/storage/h2/define/appcomp/ApplicationComponentDayH2TableDefine.java
Java
apache-2.0
1,394
package org.http4s package client package jetty import cats.effect._ import cats.effect.concurrent.Semaphore import cats.effect.implicits._ import cats.implicits.{catsSyntaxEither => _, _} import fs2._ import org.eclipse.jetty.client.util.DeferredContentProvider import org.eclipse.jetty.util.{Callback => JettyCallback...
aeons/http4s
jetty-client/src/main/scala/org/http4s/client/jetty/StreamRequestContentProvider.scala
Scala
apache-2.0
1,525
# Solanum ochoanum Lechn. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Solanales/Solanaceae/Solanum/Solanum tuberosum/ Syn. Solanum ochoanum/README.md
Markdown
apache-2.0
180
# Cortinarius cristatosporus Reumaux SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in in Bidaud, Carteret, Eyssartier, Moënne-Loccoz & Reumaux, Atlas des Cortinaires (Meyzieu) 14: 905 (2004) #### Original name Cortinarius cristatosporus Reumaux ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Cortinariaceae/Cortinarius/Cortinarius cristatosporus/README.md
Markdown
apache-2.0
298
# Podocarpus aspleniifolia Labill. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pinophyta/Pinopsida/Pinales/Podocarpaceae/Podocarpus/Podocarpus aspleniifolia/README.md
Markdown
apache-2.0
182
# Roegneria macroura (Turcz.) Nevski SPECIES #### 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/Poaceae/Elymus/Elymus macrourus/ Syn. Roegneria macroura/README.md
Markdown
apache-2.0
191
# Heterobasidion annosum f. incrustans (Bourdot & Galzin) Domanski, Orlos & Skirg. FORM #### Status ACCEPTED #### According to Index Fungorum #### Published in Flora Polska. Grzyby (Mycota). Podstawczaki (Basidiomycetes), Bezblaszkowce (Aphyllophorales), Skórnikowate (Stereaceae), Pucharkowate (Podoscyphaceae) (Krak...
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Russulales/Bondarzewiaceae/Heterobasidion/Heterobasidion annosum/Heterobasidion annosum incrustans/README.md
Markdown
apache-2.0
421
# Baccharis tola var. lejia (Phil.) Reiche VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Baccharis/Baccharis tola/Baccharis tola lejia/README.md
Markdown
apache-2.0
190
# Polyporus pubescens var. grayi Cooke & Ellis VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in in Ellis, N. Amer. Fung. , Ser. 2 (1888) #### Original name Polyporus pubescens var. grayi Cooke & Ellis ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Polyporaceae/Trametes/Trametes pubescens/Polyporus pubescens grayi/README.md
Markdown
apache-2.0
253
# Spermacoce remota Lam. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Tabl. encycl. 1:273. 1792 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Spermacoce/Spermacoce remota/README.md
Markdown
apache-2.0
201
# Diacheopsis laxifila Nann.-Bremek. & Hoof, 1996 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in in Hooff & Nannenga-Bremekamp, Proc. K. Ned. Akad. Wet. 99(1-2): 47 (1996) #### Original name Diacheopsis laxifila Nann.-Bremek. & Hoof, 1996 ### Remarks null
mdoering/backbone
life/Protozoa/Mycetozoa/Myxomycetes/Stemonitales/Stemonitidaceae/Diacheopsis/Diacheopsis laxifila/README.md
Markdown
apache-2.0
318
# Idanothekion M.A. Millay & D.A. Eggert, 1970 GENUS #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in American Journal of Botany 57: -. [50-61] #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Lyginopteridaceae/Idanothekion/README.md
Markdown
apache-2.0
245
# Oreocarya confertiflora var. confertiflora VARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Boraginales/Boraginaceae/Cryptantha/Cryptantha confertiflora/Oreocarya confertiflora confertiflora/README.md
Markdown
apache-2.0
184
# Oncidium hians Lindl. SPECIES #### 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/Asparagales/Orchidaceae/Grandiphyllum/Grandiphyllum hians/ Syn. Oncidium hians/README.md
Markdown
apache-2.0
178
# Bryum dunense A. J. E. Smith & H. Whitehouse, 1978 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Bryophyta/Bryopsida/Bryales/Bryaceae/Bryum/Bryum dunense/README.md
Markdown
apache-2.0
208
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
RobAltena/deeplearning4j
libnd4j/include/helpers/impl/ArrayUtils.cpp
C++
apache-2.0
1,907
--- layout: page title: Seattle Police Officer 5326 Von B. Levandowski permalink: /information/agencies/city_of_seattle/seattle_police_department/copbook/5326/ --- **Age as of Feb. 24, 2016:** 55
seattlepublicrecords/seattlepublicrecords.github.io
information/agencies/city_of_seattle/seattle_police_department/copbook/5326/index.md
Markdown
apache-2.0
197
package eu.claudiumihaila.nlp.uima; import java.util.Iterator; import org.apache.uima.aae.client.UimaAsBaseCallbackListener; import org.apache.uima.cas.CAS; import org.apache.uima.cas.CASException; import org.apache.uima.cas.CASRuntimeException; import org.apache.uima.cas.text.AnnotationIndex; import org.apache.uima....
claudiu-mihaila/uima-as-skeleton
src/main/java/eu/claudiumihaila/nlp/uima/Application.java
Java
apache-2.0
1,631
""" mbed CMSIS-DAP debugger Copyright (c) 2006-2013 ARM Limited 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 ...
geky/pyOCD
pyOCD/flash/flash_kl28z.py
Python
apache-2.0
6,139
/* * Copyright 2011 Edmunds.com, 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...
edmunds/etm-api
etm-common/src/main/java/com/edmunds/etm/common/api/UrlTokenType.java
Java
apache-2.0
721
/* * 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")...
firejack-open/Firejack-Platform
integration/src/main/java/net/firejack/platform/api/process/domain/Case.java
Java
apache-2.0
4,564
package com.u2ware.springfield.controller; import org.springframework.data.domain.Pageable; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; public interface EntityController<T,Q> { public final static String COMMAND_ID_PATH = "command_id_path"; public final static Stri...
u2ware/springfield
src/main/java/com/u2ware/springfield/controller/EntityController.java
Java
apache-2.0
1,860
# Cirsium komarovii Schischk. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cirsium komarovii/README.md
Markdown
apache-2.0
177
# Tyson & Letha's Wedding Site ## Visit the Site Visit the site [here.](http://www.tysonandletha.us) ## About This Site This site uses [Start Bootstrap](http://startbootstrap.com/) - [Agency](http://startbootstrap.com/template-overviews/agency/) as a base theme, with many modifications made. ## Creator Start Bootst...
kdmcclin/wedding-site
README.md
Markdown
apache-2.0
743
/* * Copyright 2015-2019 The OpenZipkin 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 a...
abesto/zipkin
zipkin-storage/cassandra/src/test/java/zipkin2/storage/cassandra/ITCassandraStorage.java
Java
apache-2.0
10,867
.zwartopwit { background: #fff; color: #000; }
wesleyvano/KW1C_Javascript-L1P3
Hoofdstuk 5/512/css/StyleSheet.css
CSS
apache-2.0
54
package org.genericConfig.admin.shared.configTree /** * Copyright (C) 2016 Gennadi Heimann genaheimann@gmail.com * * Created by Gennadi Heimann 02.06.2020 */ case class ConfigTreeItemConfigPropDTO ( kind : String, id : String, ...
gennadij/admin
shared/src/main/scala/org/genericConfig/admin/shared/configTree/ConfigTreeItemConfigPropDTO.scala
Scala
apache-2.0
430
sap.ui.define(["sap/ui/core/UIComponent", "sap/ui/core/mvc/XMLView"], function(UIComponent, XMLView) { 'use strict'; var Component = UIComponent.extend("sap.tnt.sample.InfoLabelInTable.Component", { metadata : { publicMethods : [ "getTable" ], dependencies : { libs : [ "sap.tnt", "sap.m...
cschuff/openui5
src/sap.tnt/test/sap/tnt/demokit/sample/InfoLabelInTable/Component.js
JavaScript
apache-2.0
768
/* * Copyright 2002-2014 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 ap...
qobel/esoguproject
spring-framework/spring-test/src/test/java/org/springframework/test/context/junit4/FailingBeforeAndAfterMethodsJUnitTests.java
Java
apache-2.0
6,904
from nativedroid.protobuf.java_signatures_pb2 import * __author__ = "Fengguo Wei" __copyright__ = "Copyright 2018, The Argus-SAF Project" __license__ = "Apache v2.0" def java_package_str(java_package_pb, delimiter): """ Return full string of a java package proto. :param JavaPackage java_package_pb: java_...
arguslab/Argus-SAF
nativedroid/nativedroid/jawa/utils.py
Python
apache-2.0
4,799
// PatternDlg.cpp : implementation file // #include "stdafx.h" #include "ColorEyeI.h" #include "PatternDlg.h" #include <cstdlib> #include <ctime> // #include "xMsrPoint.h" #include "EnterValueDlg.h" #include "ReadBarCodeDialog.h" #include "TranScripter.h" #include "MainFrm.h" #include "ColorEyeIDoc.h" #include "OmdHe...
dwatow/ColorEyeI
PatternDlg.cpp
C++
apache-2.0
14,619
'use strict'; const Q = require("q"); const util = require("util"); const https = require("https"); const http = require("http"); const fs = require("fs"); const xml2js = require("xml2js"); const paths = { "inchikey" : "inchikey", "name" : "name/startswith", "rn" : "rn" }; function ChemIDDB () { ...
timdockins/webchemjs
lib/chemid.js
JavaScript
apache-2.0
2,485
/* * (c) the authors Licensed under the Apache License, Version 2.0. */ package org.roaringbitmap; import org.roaringbitmap.buffer.MappeableBitmapContainer; import org.roaringbitmap.buffer.MappeableContainer; import java.io.*; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.LongBuffer; impor...
RoaringBitmap/RoaringBitmap
RoaringBitmap/src/main/java/org/roaringbitmap/BitmapContainer.java
Java
apache-2.0
52,906
<?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <title><?php if(!empty($seo_title)): echo ($seo_title); ?>_<?php endif; echo ($CONFIG["site"]["sitename"]); ?>会员中心</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1...
ksyydream/api_llx
Baocms/Runtime/Cache/Mcenter/6f31a81f4b54ec97d29bba4ec2dc7136.php
PHP
apache-2.0
5,602
using System; using System.Collections.Generic; using System.Text; namespace P2PCLIENT { //class Program //{ // static void Main(string[] args) // { // LogOut.Action += new ActionOutHandler(LogOut_Action); // ClientInfo client = new ClientInfo(Config.Default.ServerIP, Confi...
luyikk/ZYSOCKET
TCPP2P/P2PCLIENT/P2PCLIENT/Program.cs
C#
apache-2.0
1,764
// -*- coding: utf-8 -*- // Copyright (C) 2019 Nippon Telegraph and Telephone 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 the License at // // http://www.apache.org/licenses/LICENSE...
beluganos/beluganos
src/fabricflow/ffctl/mkpb/gobgp.go
GO
apache-2.0
3,274
<!doctype html> <html lang="en" class="fullscreen-bg"> <head> <title>登录页面</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <!-- VENDOR CSS --> ...
brainysoon/repdata
RepData/src/main/webapp/WEB-INF/templates/login.html
HTML
apache-2.0
3,462
/* * Copyright (c) 2005-2012, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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.o...
maheshika/carbon4-kernel
core/org.wso2.carbon.core/src/main/java/org/wso2/carbon/core/session/CarbonTomcatSimpleTcpCluster.java
Java
apache-2.0
3,176
<HTML> <HEAD> <meta charset="UTF-8"> <title>NicotineMethodPhrases - biomedicus-core</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">biomedicus-core</a>&nbsp;/&nbsp;<a href="../index.html">edu.umn.biomedicus.sh</a>&nbsp;/&nbsp;<a href="./index.html">NicotineMethodPhras...
NLPIE/BioMedICUS
doc/dokka/biomedicus-core/edu.umn.biomedicus.sh/-nicotine-method-phrases/index.html
HTML
apache-2.0
2,272
/*! * express * Copyright(c) 2009-2013 TJ Holowaychuk * Copyright(c) 2014-2015 Douglas Christopher Wilson * MIT Licensed */ 'use strict'; /** * Module dependencies. * @private */ var contentDisposition = require('content-disposition'); var deprecate = require('depd')('express'); var encodeUrl = require('enco...
wangweiyan0901/practiceCode
express_wwy/node_modules/express/lib/response.js
JavaScript
apache-2.0
21,341
<!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_60-ea) on Fri Nov 04 13:24:42 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
wildfly-swarm/wildfly-swarm-javadocs
2016.11.0/apidocs/org/wildfly/swarm/config/security/security_domain/class-use/ClassicIdentityTrustSupplier.html
HTML
apache-2.0
8,130
<!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_60-ea) on Tue Sep 06 12:41:43 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.config....
wildfly-swarm/wildfly-swarm-javadocs
2016.9/apidocs/org/wildfly/swarm/config/management/access/syslog_handler/protocol/package-frame.html
HTML
apache-2.0
2,434
<!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 Tue Oct 30 00:53:03 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
wildfly-swarm/wildfly-swarm-javadocs
2.2.1.Final/apidocs/org/wildfly/swarm/config/class-use/WeldSupplier.html
HTML
apache-2.0
4,806
/* * This file is part of ATLAS. It is subject to the license terms in * the LICENSE file found in the top-level directory of this distribution. * (Also available at http://www.apache.org/licenses/LICENSE-2.0.txt) * You may not use this file except in compliance with the License. */ package de.dfki.asr.atlas.cdi.a...
dfki-asr/atlas-server
src/main/java/de/dfki/asr/atlas/cdi/annotations/AtlasExporter.java
Java
apache-2.0
689
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2016 Couchbase, 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 * * h...
Chippiewill/phosphor
examples/statistics.cc
C++
apache-2.0
2,155
// ParkitectNexus.AssetMagic // Copyright 2016 Tim Potze // // 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...
ParkitectNexus/AssetMagic
src/ParkitectNexus.AssetMagic.Debug/Program.cs
C#
apache-2.0
4,586
class Solution: def uniquePathsIII(self, grid: 'List[List[int]]') -> 'int': self.res = 0 R, C, E = len(grid), len(grid[0]), 1 for i in range(R): for j in range(C): if grid[i][j] == 1: x,y = (i, j) elif grid[i][j] == 2: end = (i, j) ...
zuun77/givemegoogletshirts
leetcode/python/980_unique_paths_III.py
Python
apache-2.0
938
package com.zblog.core.lucene; import java.io.IOException; import java.io.StringReader; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Set; import org.apache.lucene.analysis.Analyzer; imp...
hawklithm/zblog
src/main/java/com/zblog/core/lucene/QueryBuilder.java
Java
apache-2.0
5,810
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="my opinion, my code, my life"> <meta name="author" content="Saquib Hafiz"> ...
saquibhafiz/personalwebsite
public_html/blog/bnt_part_1.html
HTML
apache-2.0
9,713
/* * Copyright (c) 2018 Arm Limited * * 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...
mbedmicro/FlashAlgo
source/arm/gfc100/Native_Driver/gfc100_process_spec_api.h
C
apache-2.0
2,521
var current_iframe; /** * 切换子系统界面 * @param moduleid * (1)传字符串表示子系统第一级菜单的menuid或moduleid * (2)传数字表示切换第几个子系统,从0开始 */ DM.index.module = function(moduleid){ var $a; if(typeof moduleid=='number'){ $a = $('div.menu-root li.item').eq(moduleid).children('a'); }else{ $a = $('div.menu-root li.item')....
wlzjdm/wolf
wolf-sys-manager/src/main/webapp/frame/component/js/dm-index3.js
JavaScript
apache-2.0
13,417
//---------------------------------------------------------- -*- Mode: C++ -*- // $Id: ChunkServer.h 385 2010-05-27 15:58:30Z sriramsrao $ // // Created 2006/03/16 // // Copyright 2008 Quantcast Corp. // Copyright 2006-2008 Kosmix Corp. // // This file is part of Kosmos File System (KFS). // // Licensed under the Apach...
sumedhsakdeo/zynx
src/cc/chunk/ChunkServer.h
C
apache-2.0
2,630
#include "StdAfx.h" #include <gtest/gtest.h> class PlayFabApiTestTest : public ::testing::Test { protected: void SetUp() override { } void TearDown() override { } }; TEST_F(PlayFabApiTestTest, ExampleTest) { ASSERT_TRUE(true); } GEM_IMPLEMENT_TEST_RUNNER
JoshuaStrunk/SDKGenerator
targets/LumberyardSdk/testing/TestGem/Code/Tests/PlayFabApiTestTest.cpp
C++
apache-2.0
291
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
citizenmatt/gallio
src/Gallio/Gallio/Common/Reflection/Impl/IUnresolvedCodeElement.cs
C#
apache-2.0
1,301
<!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 Dec 05 05:02:03 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LdapRealmConsumer (BOM: * ...
wildfly-swarm/wildfly-swarm-javadocs
2.6.0.Final/apidocs/org/wildfly/swarm/config/elytron/LdapRealmConsumer.html
HTML
apache-2.0
11,131
package com.example.mobilesafe.db; /** * Created by 若兰 on 2015/12/25. * 一个懂得了编程乐趣的小白,希望自己 * 能够在这个道路上走的很远,也希望自己学习到的 * 知识可以帮助更多的人,分享就是学习的一种乐趣 * QQ:1069584784 * csdn:http://blog.csdn.net/wuyinlei */ import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; /** * 归属地查询数据库 */ public class Ad...
wuyinlei/MobileSafe
src/main/java/com/example/mobilesafe/db/AddressDao.java
Java
apache-2.0
3,661
// Copyright 2012 Paolo Severini // // 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...
paolosev/cpplinq
src/cppLinqUnitTest/selectTest.cpp
C++
apache-2.0
6,181