code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
#ifndef /*PORT_NAME*/_PosixWebsocketForward_h #define /*PORT_NAME*/_PosixWebsocketForward_h #include "lws_config.h" #include <stdio.h> #include <stdlib.h> #include <libwebsockets.h> #include "/*PATH_TO_C*/" /*PORT_NAME*/_instance; struct /*PORT_NAME*/_instance_type /*PORT_NAME*/_instance; void /*PORT_NAME*/_set...
TelluIoT/ThingML
compilers/official-network-plugins/src/main/resources/templates/PosixWebsocketPlugin.h
C
apache-2.0
507
package org.agilewiki.jactor2.core.impl; import java.util.Timer; import java.util.concurrent.ExecutionException; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import com.blockwithme.util.base.SystemUtils; /** * A scheduler for Plant,...
skunkiferous/Util
jactor2-coreSt/src/test/java/org/agilewiki/jactor2/core/impl/JActorStTestPlantScheduler.java
Java
apache-2.0
5,403
package licenseutils import ( "context" "github.com/docker/licensing" "github.com/docker/licensing/model" ) type ( fakeLicensingClient struct { loginViaAuthFunc func(ctx context.Context, username, password string) (authToken string, err error) getHubUserOrgsFunc func(ctx context...
cpuguy83/cli
internal/licenseutils/client_test.go
GO
apache-2.0
4,580
/* global QUnit */ sap.ui.define([ "sap/ui/core/Control", "sap/ui/fl/write/api/SmartVariantManagementWriteAPI", "sap/ui/fl/Layer", "sap/ui/rta/command/CommandFactory", "sap/ui/thirdparty/sinon-4" ], function( Control, SmartVariantManagementWriteAPI, Layer, CommandFactory, sinon ) { "use strict"; var sandbo...
SAP/openui5
src/sap.ui.rta/test/sap/ui/rta/qunit/command/compVariant/CompVariantUpdate.qunit.js
JavaScript
apache-2.0
8,251
# Network Setup TBD
cloudmesh/book
section/cluster/pi/pi_network_setup.md
Markdown
apache-2.0
21
#!/astro/apps/pkg/python/bin/python import pyfits import SDSSfits import numpy from tools import create_fits import os def main(OUT_DIR = "/astro/net/scratch1/vanderplas/SDSS_GAL_RESTFRAME/", DIR_ROOT = "/astro/net/scratch1/sdssspec/spectro/1d_26/*/1d", LINES_FILE = "LINES_SHORT.TXT", ...
excelly/xpy-ml
sdss/jake_lib/make_condensed_fits.py
Python
apache-2.0
4,199
#set JAVA_HOME echo "Exporting JAVA_HOME path after JAVA's JRE 1.7 was installed !" export JAVA_HOME=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64 sudo echo "export JAVA_HOME=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64" >> /etc/environment sudo echo "Saving JAVA_HOME variable so it doesn't get affected from system REBOOT !" sudo ec...
krakky/market
coopr_standalone/bin/centos/3_set_java_home.sh
Shell
apache-2.0
585
# -*- coding: utf-8 -*- ''' 部分通用的数据结构 container.py : NetInterface : 描述容器的一个虚拟网卡 -name : 虚拟网卡名称 -hostVeth : 虚拟网卡对应的主机veth名称 -ip : IP地址 -mac : mac地址 -vethMac : 主机veth的mac地址 + NetInterface::create : 创建一个虚拟网卡,返回NetInterface对象 container : 目标容器 vName : 容器端peer名字 h_vName : 主机端peer的名字 Container : 描述一个...
onlysheep5200/NetnsEx
lib/__init__.py
Python
apache-2.0
2,175
# Setaria affinis Schult. 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/Setaria/Setaria parviflora/ Syn. Setaria affinis/README.md
Markdown
apache-2.0
180
package com.example.android.sunshine.app.widget; import android.annotation.TargetApi; import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProvider; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import andr...
chayoungrock/weather
app/src/main/java/com/example/android/sunshine/app/widget/DetailWidgetProvider.java
Java
apache-2.0
4,337
ChangeLog ========= ## In current master - Attach metadata derived from H2OFrame to Spark DataFrame - Improved logging subsystem - Expose new REST end-points - to interpret Scala code - to perform transformation between Spark DataFrame and H2O Frame - Fix all scripts and create automatic tests for them...
nilbody/sparkling-water
CHANGELOG.md
Markdown
apache-2.0
4,219
/* * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
gravitee-io/graviteeio-access-management
gravitee-am-ui/protractor.conf.js
JavaScript
apache-2.0
1,386
# Cineraria lacinata Sw. 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/Cineraria/Cineraria lacinata/README.md
Markdown
apache-2.0
172
package com.myweather.app.activity; import com.myweather.app.R; import android.content.Context; import android.view.LayoutInflater; import android.widget.LinearLayout; public class BottomLayout extends LinearLayout{ public BottomLayout(Context context) { super(context); LayoutInflater.from(contex...
taohaox/MyWeather
src/com/myweather/app/activity/BottomLayout.java
Java
apache-2.0
370
package org.jasig.cas.ticket.registry.support; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.orm.jpa.Shared...
moghaddam/cas
cas-server-support-jpa-ticket-registry/src/test/java/org/jasig/cas/ticket/registry/support/JpaLockingStrategyTests.java
Java
apache-2.0
10,675
/* * Copyright 2005-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * * In applying this licence, ECMWF does not waive the privileges and immunities granted to it by * virtue of its status as an int...
weathersource/grib_api
src/grib_accessor_class_codetable.c
C
apache-2.0
22,574
/** Copyright (C) 2011-2014 beamly Ltd. http://beamly.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 applica...
beamly/beamly.core.lang
src/test/scala/beamly/core/lang/MapWTest.scala
Scala
apache-2.0
1,051
package com.planet_ink.coffee_mud.MOBS; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_...
bozimmerman/CoffeeMud
com/planet_ink/coffee_mud/MOBS/DrowElf.java
Java
apache-2.0
4,315
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
gravitee-io/graviteeio-access-management
gravitee-am-common/src/main/java/io/gravitee/am/common/event/AlertEventKeys.java
Java
apache-2.0
1,476
window.onload = function() { var Synth = function(audiolet) { AudioletGroup.apply(this, [audiolet, 0, 1]); // Basic wave this.saw = new Saw(audiolet, 100); // Frequency LFO this.frequencyLFO = new Sine(audiolet, 2); this.frequencyMA = new MulAdd(audiolet, 10, 100); ...
accraze/Audiolet
examples/synth/js/synth.js
JavaScript
apache-2.0
2,107
<html> <!-- 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 ...
ripdajacker/commons-betwixt
src/java/org/apache/commons/betwixt/digester/package.html
HTML
apache-2.0
989
package com.twu.biblioteca; import org.junit.Test; import static org.junit.Assert.*; public class MovieTest { String title = "random title"; int year = 2042; String director = "random author"; int rating = 6; Movie testMovie = new Movie(title,year,director,rating); @Test ...
Sebastian-henn/twu-biblioteca-sebastian-henn
test/com/twu/biblioteca/MovieTest.java
Java
apache-2.0
815
<!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) on Tue Mar 08 13:38:45 EST 2016 --> <title>Openchain.Response.Builder</title> <meta name="date" content="2016-03-08"> <link rel="stylesheet...
quentinlesceller/OBC4J
doc/protos/Openchain.Response.Builder.html
HTML
apache-2.0
30,767
package com.twu.biblioteca.menus; import com.twu.biblioteca.options.*; import java.util.ArrayList; /** * Created by aloysiusang on 17/6/15. */ public class UserMainMenu extends MainMenu { public UserMainMenu() { super(new ArrayList<MainMenuOption>() {{ add(new ListBooksOption()); ...
aloysiusang/twu-biblioteca-aloysiusang
src/com/twu/biblioteca/menus/UserMainMenu.java
Java
apache-2.0
624
package com.lzh.mdzhihudaily_mvp.presenter; import android.support.annotation.NonNull; import com.lzh.mdzhihudaily_mvp.contract.ThemeDailyContract; import com.lzh.mdzhihudaily_mvp.model.DataRepository; import com.lzh.mdzhihudaily_mvp.model.Entity.ThemeNews; import rx.Subscriber; import rx.Subscription; /** * @auth...
lisuperhong/MDZhihuDaily
app/src/main/java/com/lzh/mdzhihudaily_mvp/presenter/ThemeDailyPresenter.java
Java
apache-2.0
2,219
/* * ****************************************************************************** * Copyright 2014-2016 Spectra Logic Corporation. 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 ...
rpmoore/ds3_net_sdk
Ds3/Runtime/Ds3RequestException.cs
C#
apache-2.0
1,105
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MI...
pczarn/rust
src/libsemver/lib.rs
Rust
apache-2.0
14,044
# # 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 us...
eljefe6a/incubator-beam
sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
Python
apache-2.0
2,196
using JetBrains.Annotations; using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AnimationEventsUsages; using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.References; using JetBrains.ReSharper.Psi; namespace JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.Search { public class Un...
JetBrains/resharper-unity
resharper/resharper-unity/src/Unity/Yaml/Psi/Search/UnityAnimationEventFindResults.cs
C#
apache-2.0
1,533
<h1 id="iscollection">isCollection</h1><blockquote><p>Test if a value is a collection.</p></blockquote><section class="intro"><p>A collection is defined as either an <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"><code>Array</code></a>, <a href="https://developer.mozill...
stdlib-js/www
public/docs/api/latest/@stdlib/assert/is-collection/index.html
HTML
apache-2.0
6,258
(function ($) { "use strict"; /*---------------------------- price-slider active ------------------------------ */ var range = $('#slider-range'); var amount = $('#amount'); range.slider({ range: true, min: 2, max: 300, values: [ 2, 300 ], slide: function( event, ui ) { amoun...
TZClub/OMIPlatform
shopping-platfrom/src/main/webapp/resources/js/main.js
JavaScript
apache-2.0
10,332
/* * Copyright (c) 2010, Christophe Souvignier. * Copyright (c) 2010, Paul Merlin. * * 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 r...
eskatos/asadmin
asadmin-maven-plugin/src/main/java/org/n0pe/mojo/asadmin/CreateJdbcConnectionPoolMojo.java
Java
apache-2.0
2,248
<!DOCTYPE html> <html> <head> <title>Redirecting&hellip;</title> <link rel="canonical" href="/v0.8/docs/tasks/traffic-management/traffic-shifting/"> <meta name="robots" content="noindex"> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta http-equiv="r...
istio/istio.io
archive/v0.8/docs/tasks/traffic-management/version-migration.html
HTML
apache-2.0
594
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/imagebuilder/model/ComponentState.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { n...
aws/aws-sdk-cpp
aws-cpp-sdk-imagebuilder/source/model/ComponentState.cpp
C++
apache-2.0
1,432
/* * Licensed to the Technische Universität Darmstadt under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The Technische Universität Darmstadt * licenses this file to you under the Apache License, Versio...
webanno/webanno
webanno-api-dao/src/main/java/de/tudarmstadt/ukp/clarin/webanno/api/dao/export/exporters/GuildelinesExporter.java
Java
apache-2.0
4,420
--- copyright: years: 2014, 2017 lastupdated: "2017-02-10" --- {:new_window: target="_blank"} {:shortdesc: .shortdesc} {:codeblock: .codeblock} {:screen: .screen} {:pre: .pre} # 移除存取權 您可以利用存取控制清單,移除容器或物件的存取權。 {: shortdesc} 若要從容器中移除讀取 ACL,請執行下列其中一個指令。 * Swift 指令: ``` swift post <container_name> --read-acl "...
nickgaski/docs
services/ObjectStorage/nl/zh/TW/os_remove_access.md
Markdown
apache-2.0
1,726
# Copyright (c) 2016. Mount Sinai School of Medicine # # 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...
hammerlab/varcode
varcode/effects/__init__.py
Python
apache-2.0
2,401
# Boast Library to easily create and modify Toast messages. ## Overview **Boast** is a class that can be used by Android developers that feel the need for an **alternative to [Toast](http://developer.android.com/reference/android/widget/Toast.html)**. A Boast will be displayed at the position of standard Toasts. Yo...
Moonbloom/Boast
README.md
Markdown
apache-2.0
1,645
using System.Data.Common; using System.Data.Entity.Infrastructure.Interception; namespace Advertise.Utility.Persians { /// <summary> /// </summary> public class PersianYeKeInterceptor : IDbCommandInterceptor { /// <summary> /// </summary> /// <param name="command"></param> ...
imangit/Advertise
Advertise/Advertise.Utility/Persians/PersianYeKeInterceptor.cs
C#
apache-2.0
2,025
package org.wikipedia.edit; import android.support.annotation.Nullable; import org.wikipedia.dataclient.mwapi.MwPostResponse; class Edit extends MwPostResponse { @SuppressWarnings("unused,") @Nullable private Result edit; @Nullable Result edit() { return edit; } boolean hasEditResult() { ...
anirudh24seven/apps-android-wikipedia
app/src/main/java/org/wikipedia/edit/Edit.java
Java
apache-2.0
1,491
<p><b>Como é calculado o tempo de espera?</b><p> <p>Resposta...</p> <p><a href="help:faq-underlx-2">Dá para pôr links para outras questões e páginas da ajuda</a></p> <p><a href="http://sapo.pt">Dá para pôr links para sites externos</a></p>
gbl08ma/underlx
app/src/main/assets/help/pt/faq-underlx-5.html
HTML
apache-2.0
251
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>AWord - ScalaTest 2.1.5 - org.scalatest.Matchers.AWord</title> <meta name="description" content="AWord - ScalaTest 2.1.5 - org.scalate...
scalatest/scalatest-website
public/scaladoc/2.1.5/org/scalatest/Matchers$AWord.html
HTML
apache-2.0
28,012
require('./second.js'); var i = 0; console.log('Hello Webpack!'); console.log('Webpack is cool.');
jitendraag/webpack-2-examples
example2/input.js
JavaScript
apache-2.0
99
CONTACT_HANDLE = 'contact' NEW_CONTACT_HANDLE = 'new_contact' OTHER_CONTACT_HANDLE = 'other_contact' BLANK_CONTACT_HANDLE = '' NON_EXISTING_CONTACT_HANDLE = 'non_existing' def contact_does_not_exist handle = CONTACT_HANDLE contact = Contact.find_by(handle: handle) contact.delete if contact end def contact_exists ...
dotph/registry
features/services/contact_service.rb
Ruby
apache-2.0
6,724
/* * Copyright 2014-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 app...
dbflute-test/dbflute-test-active-dockside
src/main/java/org/docksidestage/dockside/dbflute/bsbhv/pmbean/BsPurchaseMaxPriceMemberPmb.java
Java
apache-2.0
9,658
package com.annimon.stream.longstreamtests; import com.annimon.stream.LongStream; import org.junit.Test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; public final class SumTest { @Test public void testSum() { assertThat(LongStream.of(100, 20, 3).sum(), ...
aNNiMON/Lightweight-Stream-API
stream/src/test/java/com/annimon/stream/longstreamtests/SumTest.java
Java
apache-2.0
393
package de.fhg.iais.cortex.services.institution; import java.util.LinkedList; import java.util.List; import org.codehaus.jackson.annotate.JsonProperty; import org.codehaus.jackson.annotate.JsonPropertyOrder; import org.codehaus.jackson.map.annotate.JsonSerialize; @JsonPropertyOrder({ "id", "name", "sector", "lat...
Deutsche-Digitale-Bibliothek/ddb-backend
CoreServices/src/main/java/de/fhg/iais/cortex/services/institution/Institution.java
Java
apache-2.0
7,623
# Nitella pseudoflabellata f. elegans (B.P.Pal) R.D.Wood, 1962 FORM #### Status SYNONYM #### According to World Register of Marine Species #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Chlorophyta/Charophyceae/Charales/Characeae/Nitella/Nitella elegans/ Syn. Nitella pseudoflabellata elegans/README.md
Markdown
apache-2.0
207
# Sphaeria concrescens Schwein. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Sphaeria concrescens Schwein. ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Sphaeria/Sphaeria concrescens/README.md
Markdown
apache-2.0
187
package com.rasterfoundry.backsplash import com.rasterfoundry.backsplash.color._ import com.rasterfoundry.backsplash.error._ import com.rasterfoundry.backsplash.HistogramStore.ToHistogramStoreOps import geotrellis.proj4.WebMercator import geotrellis.vector._ import geotrellis.raster._ import geotrellis.raster.histogra...
aaronxsu/raster-foundry
app-backend/backsplash-core/src/main/scala/com/rasterfoundry/backsplash/MosaicImplicits.scala
Scala
apache-2.0
22,604
# -*- coding: utf-8 -*- from __future__ import absolute_import from ... import * from talon.signature.learning import featurespace as fs def test_apply_features(): s = '''This is John Doe Tuesday @3pm suits. I'll chat to you then. VP Research and Development, Xxxx Xxxx Xxxxx 555-226-2345 john@example.com'''...
mailgun/talon
tests/signature/learning/featurespace_test.py
Python
apache-2.0
1,402
#!/usr/bin/env python3 """Generate an updated requirements_all.txt.""" import importlib import os import pathlib import pkgutil import re import sys from script.hassfest.model import Integration COMMENT_REQUIREMENTS = ( "Adafruit-DHT", "Adafruit_BBIO", "avion", "beacontools", "blinkt", "bluepy...
fbradyirl/home-assistant
script/gen_requirements_all.py
Python
apache-2.0
11,383
/** * */ package me.learn.personal.month2; /** * Title 1252 : * * Given n and m which are the dimensions of a matrix initialized by zeros and * given an array indices where indices[i] = [ri, ci]. For each pair of [ri, ci] * you have to increment all cells in row ri and column ci by 1. * * Return the number...
balajiboggaram/algorithms
src/me/learn/personal/month2/CellsWithOddValuesInMatrix.java
Java
apache-2.0
1,601
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.11.29 at 12:35...
ryandcarter/hybris-connector
src/main/java/org/mule/modules/hybris/model/VariantTypeDTO.java
Java
apache-2.0
1,073
# vim: ft=make ts=4 sw=4 noet # # The contents of this file are subject to the Apache 2.0 license you may not # use this file except in compliance with the License. # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License ...
wbonnet/pg-compile
postgresql/8.0.6/Makefile
Makefile
apache-2.0
1,333
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Fri Jan 09 00:43:08 PST 2015 --> <title>org.apache.nutch.protocol.http.api (apache-nutch 2.3 API)</title> <meta name="date" cont...
zouzias/apache-nutch-2.3
nutch/docs/api/org/apache/nutch/protocol/http/api/package-summary.html
HTML
apache-2.0
7,010
--- copyright: years: 2016, 2017 lastupdated: "2016-04-10" --- {:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre} {:note:.deprecated} # クラウド・ネイティブ・プロジェクトの構築 {: #web-mobile} {{site.data.keyword.Bluemix}} {{site.data.keyword.dev_console}...
nickgaski/docs
cloudnative/nl/ja/index.md
Markdown
apache-2.0
18,733
/** * @license Copyright 2020 The Lighthouse 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 http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applica...
ev1stensberg/lighthouse
lighthouse-core/audits/third-party-facades.js
JavaScript
apache-2.0
11,065
/* * Copyright 2012 LBi Netherlands B.V. * * 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...
LBiNetherlands/LBi.Cli.Arguments
LBi.Cli.Arguments/Parsing/Ast/LiteralValueType.cs
C#
apache-2.0
759
/** * Copyright 2015 Groupon.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 applicable law or agreed to...
groupon/promise
src/main/java/com/groupon/promise/function/PromiseFunctionResult.java
Java
apache-2.0
1,887
package com.neilren.neilren4j.dao; import com.neilren.neilren4j.dbentity.TLogSendEmail; import java.util.List; public interface TLogSendEmailMapper { int deleteByPrimaryKey(Long id); int insert(TLogSendEmail record); TLogSendEmail selectByPrimaryKey(Long id); List<TLogSendEmail> selectAll(); i...
NeilRen/NEILREN4J
src/main/java/com/neilren/neilren4j/dao/TLogSendEmailMapper.java
Java
apache-2.0
366
package com.myapp.demo.spring.proxy; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; /** * Created by Zhourl on 2017/8/11. */ public class PerformanceHandler implements InvocationHandler {//①实现InvocationHandler private Object target; public PerformanceHandler(Object target) {//...
zhouronglv/myapp
myapp-demo/src/main/java/com/myapp/demo/spring/proxy/PerformanceHandler.java
Java
apache-2.0
696
# Calonectria parasitica Saccas SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Étude de la Flore Cryptogamique des Caféirs en Afrique Centrale, (Bulletin IFCC <b>16</b>) 44 (1981) #### Original name Calonectria parasitica Saccas ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Nectriaceae/Calonectria/Calonectria parasitica/README.md
Markdown
apache-2.0
285
FROM registry.access.redhat.com/ubi8/nodejs-12 # Add application sources ADD app-src . # Install the dependencies RUN npm install # Run script uses standard ways to run the application CMD npm run -d start
openshift/sti-nodejs
examples/from-dockerfile/Dockerfile
Dockerfile
apache-2.0
209
package io.github.suxil.service; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cl...
suxi-lu/learn
learn-service/src/main/java/io/github/suxil/service/LearnServiceApplication.java
Java
apache-2.0
1,309
package b2 import ( "math/rand" "os" "strings" "testing" "time" isi "github.com/cheekybits/is" "github.com/graymeta/stow" "github.com/graymeta/stow/test" ) func TestStow(t *testing.T) { is := isi.New(t) accountID := os.Getenv("B2_ACCOUNT_ID") applicationKey := os.Getenv("B2_APPLICATION_KEY") if accountI...
graymeta/stow
b2/stow_test.go
GO
apache-2.0
3,088
package marki.at.Client.events; import marki.at.Client.utils.Message; /** * Created by marki on 29.10.13. */ public class newMessageEvent { public final Message message; public newMessageEvent(Message message) { this.message = message; } }
markini/ServiceMonitoringTestSystem
Client/src/main/java/marki/at/Client/events/newMessageEvent.java
Java
apache-2.0
266
{literal} <!--script type="text/javascript" src="./libs/js/multiple-file-upload/jquery.MultiFile.pack.js"></script--> <script type="text/javascript" src="./libs/php/tags/src/jquery.tagsinput.js"></script> <link rel="stylesheet" type="text/css" href="./libs/php/tags/src/jquery.tagsinput.css" /> <script type="text/javasc...
maloteiro/hermes
base/html/processo/processo_formCadastro.html
HTML
apache-2.0
6,273
/* * 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-waf/include/aws/waf/model/ListLoggingConfigurationsRequest.h
C
apache-2.0
8,038
# Dendrobium hamiferum P.J.Cribb SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Dendrobium/Dendrobium hamiferum/README.md
Markdown
apache-2.0
188
using System; using System.Collections.Generic; using System.Text; using WikiClientLibrary.Client; namespace WikiClientLibrary.Sites { /// <summary> /// Represents a token placeholder in the <see cref="MediaWikiFormRequestMessage"/>. /// This enables <see cref="WikiSite"/> to detect bad tokens. /// </...
CXuesong/WikiClientLibrary
WikiClientLibrary/Sites/WikiSiteToken.cs
C#
apache-2.0
850
# Psilocybe peladae Singer SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Nova Hedwigia, Beih. 29: 254 (1969) #### Original name Psilocybe peladae Singer ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Strophariaceae/Psilocybe/Psilocybe peladae/README.md
Markdown
apache-2.0
208
/** * Code contributed to the Learning Layers project * http://www.learning-layers.eu * Development is partly funded by the FP7 Programme of the European Commission under * Grant Agreement FP7-ICT-318209. * Copyright (c) 2016, Graz University of Technology - KTI (Knowledge Technologies Institute). * For a list of...
learning-layers/SocialSemanticServer
servs/livingdocument/livingdocument.datatype/src/main/java/at/tugraz/sss/servs/livingdocument/datatype/SSLivingDocSQLTableE.java
Java
apache-2.0
1,146
/* @flow */ import Crypto from '../components/cryptography'; import Config from '../components/config'; import ListenerManager from '../components/listener_manager'; import ReconnectionManager from '../components/reconnection_manager'; import utils from '../utils'; import { MessageAnnouncement, SubscribeEnvelope, Statu...
amriteshkumar1/sales-service
node_modules/pubnub/src/core/components/subscription_manager.js
JavaScript
apache-2.0
10,768
# Mollisia sphaeroides (Desm.) W. Phillips, 1887 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Man. Brit. Discomyc. (London) 187 (1887) #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Dermateaceae/Mollisia/Mollisia sphaeroides/README.md
Markdown
apache-2.0
240
package com.antarescraft.kloudy.slots.events; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import com.antarescraft.kloudy.hologuiapi.plugincore.command.CommandHandler; import com.antarescraft.kloudy.hologuiapi.p...
Kloudy/Slots
src/com/antarescraft/kloudy/slots/events/CommandEvent.java
Java
apache-2.0
1,946
package com.vmware.vim25; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for AnswerFileSerializedCreateSpec complex type. * * <p>The following...
jdgwartney/vsphere-ws
java/JAXWS/samples/com/vmware/vim25/AnswerFileSerializedCreateSpec.java
Java
apache-2.0
1,691
/******************************************************************************* * 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. * *...
deeplearning4j/deeplearning4j
deeplearning4j/deeplearning4j-core/src/main/java/org/deeplearning4j/core/loader/impl/SerializedDataSetLoader.java
Java
apache-2.0
1,380
/* * $Id$ * * SARL is an general-purpose agent programming language. * More details on http://www.sarl.io * * Copyright (C) 2014-2021 the original authors 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 ma...
sarl/sarl
main/coreplugins/io.sarl.lang/src/io/sarl/lang/sarl/actionprototype/FormalParameterProvider.java
Java
apache-2.0
3,887
/* * Copyright 2016 Open Networking Laboratory * * 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...
sonu283304/onos
drivers/lumentum/src/main/java/org/onosproject/drivers/lumentum/LumentumFlowRuleDriver.java
Java
apache-2.0
16,751
/* * Copyright (C) 2017 Circulo Odontologico del Chaco * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
jorgevillaverde/co
src/main/java/ar/com/circuloodontochaco/co/model/contraints/RemesaValidator.java
Java
apache-2.0
2,000
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/06_Customer_Center/10_Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized re...
sugarcrmlabs/AdminSudo
SudoAudit2016_11_08_114528/SugarModules/modules/sa_SudoAudit/clients/base/views/search-list/search-list.php
PHP
apache-2.0
1,127
package com.wonders.alpha.bo; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name="alpha") public class Alpha implements Serializable{ private String id; @Id @Column(name="ID") public S...
LotteryOne/tools
src/com/wonders/alpha/bo/Alpha.java
Java
apache-2.0
409
package de.undercouch.citeproc; import de.undercouch.citeproc.helper.CSLUtils; import java.io.IOException; import java.net.URL; import java.util.HashMap; import java.util.Map; /** * Default implementation of {@link LocaleProvider}. Loads locales from * the classpath. * @author Michel Kraemer */ public class Defa...
michel-kraemer/citeproc-java
citeproc-java/src/main/java/de/undercouch/citeproc/DefaultLocaleProvider.java
Java
apache-2.0
1,590
'use strict'; /** * Requirements * @ignore */ const BaseValueObject = require('../BaseValueObject.js').BaseValueObject; const Entity = require('./Entity.js').Entity; const Site = require('../site/Site.js').Site; const ContentKind = require('../ContentKind.js'); const BaseMap = require('../../base/BaseMap.js').BaseM...
entoj/entoj-core
source/model/entity/EntityAspect.js
JavaScript
apache-2.0
4,718
# Mycena alphitophora var. distincta Manim. & Leelav. VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in Mycol. Res. 93(1): 118 (1989) #### Original name Mycena alphitophora var. distincta Manim. & Leelav. ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Mycenaceae/Mycena/Mycena alphitophora/Mycena alphitophora distincta/README.md
Markdown
apache-2.0
256
# Grindelia scorzonerifolia var. pectinata (Baker) Hassl. VARIETY #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Grindelia scorzonerifolia/ Syn. Grindelia scorzonerifolia pectinata/README.md
Markdown
apache-2.0
212
// // Student.h // @class // // Created by pcbeta on 15-4-12. // Copyright (c) 2015年 pcbeta. All rights reserved. // #import <Foundation/Foundation.h> @class Book; @interface Student : NSObject @property (nonatomic,assign) int age; @property (nonatomic,retain) Book *book; //-(void)setBook:(Book *)book; //-(Book...
siqinbateer/myTestPro
my project/oc/@class/@class/Student.h
C
apache-2.0
381
/* * 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 may...
rafati/unitime
JavaSource/org/unitime/timetable/onlinesectioning/custom/purdue/XEInterface.java
Java
apache-2.0
8,329
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build SPHINXPROJ = PyBBN SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURC...
vangj/py-bbn
docs/Makefile
Makefile
apache-2.0
606
* { box-sizing: border-box; } body { padding: 0; margin: 0; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #354759; } a { color: #1e6bb8; text-decoration: none; } a:hover { text-decoration: underline; } .btn { display: inl...
rsk-mind/rsk-mind.github.com
stylesheets/stylesheet.css
CSS
apache-2.0
5,784
/* * Copyright 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...
blox/blox
end-to-end-tests/src/main/java/com/amazonaws/blox/integ/ECSClusterWrapper.java
Java
apache-2.0
2,607
# Apioplagiostoma populi (E.K. Cash & Waterman) M.E. Barr, 1978 SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Mycol. Mem. 7: 102 (1978) #### Original name Plagiostoma populi E.K. Cash & Waterman, 1957 ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Gnomoniaceae/Apioplagiostoma/Apioplagiostoma populi/README.md
Markdown
apache-2.0
281
function swl_scrollStopExtend() { var a = SWL.$.event.special, b = "D" + +new Date, c = "D" + (+new Date + 1); a.scrollstart = { setup : function() { var c, d = function(b) { var d = this, e = arguments; c ? clearTimeout(c) : (b.type = "scrollstart", SWL.$.event.handle.apply(d, e)), c = setTimeout(functi...
EZWebvietnam/vieclam24h
template/home/js/jquery.scrollstore.js
JavaScript
apache-2.0
1,126
/** * (C) Copyright 2016-2019 teecube * (https://teecu.be) and others. * * 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 ...
teecube/t3
t3-site-enhancer/src/main/java/t3/site/gitlab/tags/Release.java
Java
apache-2.0
2,129
<!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_45) on Fri May 31 12:12:37 WEST 2013 --> <TITLE> Uses of Class net.floodlightcontroller.topology.OrderedNodePair </TITLE> <META NAME="date" CONTENT=...
fbotelho-university-code/poseidon
target/docs/net/floodlightcontroller/topology/class-use/OrderedNodePair.html
HTML
apache-2.0
5,984
package com.example.android.sunshine.app.sync; import android.accounts.Account; import android.accounts.AccountManager; import android.annotation.SuppressLint; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.AbstractThreadedSyncAdapter; import android.content.ContentPro...
dconz13/MySunshine-Watch-Face
app/src/main/java/com/example/android/sunshine/app/sync/SunshineSyncAdapter.java
Java
apache-2.0
29,790
<!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 Thu Dec 15 09:48:31 EST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>WebservicesConsumer (Publ...
wildfly-swarm/wildfly-swarm-javadocs
2016.12.1/apidocs/org/wildfly/swarm/config/WebservicesConsumer.html
HTML
apache-2.0
10,886
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Versionr.Objects { [ProtoBuf.ProtoContract] public class VaultLock { [ProtoBuf.ProtoMember(1)] [SQLite.PrimaryKey] public Guid ID { get; set; }...
eatplayhate/versionr
VersionrCore/Objects/VaultLock.cs
C#
apache-2.0
566
<a href="{{link}}"><li class='{{sustainable}}'>{{name}}{{inSeason}}{{mercury}}</li></a>
Zarkonnen/whichfish
templates/entry.html
HTML
apache-2.0
87