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
# coding=utf-8 # Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) import os import re ...
cevaris/pants
contrib/go/src/python/pants/contrib/go/tasks/go_thrift_gen.py
Python
apache-2.0
5,677
<!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_25) on Tue Feb 07 22:52:55 CET 2012 --> <TITLE> S-Index </TITLE> <META NAME="date" CONTENT="2012-02-07"> <LINK REL ="stylesheet" TYPE="text/css" HR...
corgrath/osbcp-css-parser
doc/javadoc/index-files/index-9.html
HTML
apache-2.0
6,207
# Github pages for DHGMS Solutions ## Introduction This is the branch for the [Github pages for the DHGMS Solutions project documentation](http://dhgms-solutions.github.io/). ## Viewing the documentation The documentation can be found at http://dhgms-solutions.github.io/ ## Contributing to the documentation It is...
DHGMS-Solutions/dhgms-solutions.github.io
README.md
Markdown
apache-2.0
827
var gplay = require('google-play-scraper'); var fs = require('fs') var Promise = require('promise'); var myArgs = process.argv.slice(2); var passed_appid = myArgs[0]; var passed_appcount = myArgs[1]; console.log(passed_appid); var read = Promise.denodeify(fs.readFile); var write = Promise.denodeify(fs.writeFile); var d...
iresium/apprater
scraper.js
JavaScript
apache-2.0
764
import unittest, re from rexp.compiler import PatternCompiler class CompilerTestMethods(unittest.TestCase): def test_compile_1(self): compiler = PatternCompiler(pattern_set=dict( TEST=r'\w+' )) try: c1 = compiler.compile('$1{TEST}') except Exception as exc:...
ebbkrdrcn/rexp
test/compiler.py
Python
apache-2.0
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 (version 1.7.0_79) on Thu Sep 17 01:48:29 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.ap...
TitasNandi/Summer_Project
solr-5.3.1/docs/solr-solrj/org/apache/solr/client/solrj/request/class-use/CoreAdminRequest.RequestRecovery.html
HTML
apache-2.0
5,193
// Models app.SearchModel = Backbone.Model.extend({ idAttribute: "session_token", urlRoot: function() { var u = '/search/' + this.id; return u; } }); // Collections app.SearchCollection = Backbone.Collection.extend({ model: app.SearchModel, url: function()...
GOPINATH-GS4/stock
public/lib/cards.js
JavaScript
apache-2.0
1,119
--- layout: post title: "383. Ransom Note-勒索信" subtitle: " \"LeetCode\"" date: 2016-9-13 10:08:36 author: "Zering" header-img: "img/road.jpg" catalog: true tags: - LeetCode --- ### 问题 问题地址:https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string conta...
Zering/Zering.github.io
_posts/2016-09-13-Ransom-Note.md
Markdown
apache-2.0
4,398
package com.yuzhou.viewer.service; import android.content.Context; import android.os.AsyncTask; import android.util.Log; import android.widget.Toast; import com.google.common.eventbus.EventBus; import com.loopj.android.http.JsonHttpResponseHandler; import com.loopj.android.http.SyncHttpClient; import com.yuzhou.viewe...
yuzhou2/android_02_grid_image_search
app/src/main/java/com/yuzhou/viewer/service/GoogleApiTask.java
Java
apache-2.0
3,730
<?php /** * Smarty Internal Plugin Compile Insert * * Compiles the {insert} tag * * @package Smarty * @subpackage Compiler * @author Uwe Tews */ /** * Smarty Internal Plugin Compile Insert Class * * @package Smarty * @subpackage Compiler */ class Smarty_Internal_Compile_Insert extends Smarty_In...
slayerhover/yaf-cms-backoffice
library/Smarty/sysplugins/smarty_internal_compile_insert.php
PHP
apache-2.0
4,415
ChromeTabDisguise ================= A simple tool to disguise Chrome Tab's favicon and title.
jromer94/ChromeTabDisguise
README.md
Markdown
apache-2.0
95
package com.rockhoppertech.music.fx.cmn; /* * #%L * rockymusic-fx * %% * Copyright (C) 1996 - 2013 Rockhopper Technologies * %% * 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 * * ...
genedelisa/rockymusic
rockymusic-fx/src/main/java/com/rockhoppertech/music/fx/cmn/GrandStaffApp.java
Java
apache-2.0
3,230
function htmlEncode(value){ return $('<div/>').text(value).html(); } var app = angular.module("oasassets",[]).controller("snippetsController",function($scope){ $scope.snippet = function(item){ var elem = $("#"+item); var contents = elem.html().trim(); elem.html(htmlEncode(contents)); ...
bizoru/assets-oas
js/app.js
JavaScript
apache-2.0
510
package org.tuxdevelop.spring.batch.lightmin.server.cluster.configuration; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.NestedConfigurationProperty; @Data @ConfigurationProperties(prefix = "spring.batch.lightmin.serv...
tuxdevelop/spring-batch-lightmin
spring-batch-lightmin-server/spring-batch-lightmin-server-cluster/spring-batch-lightmin-server-cluster-infinispan/src/main/java/org/tuxdevelop/spring/batch/lightmin/server/cluster/configuration/InfinispanServerClusterConfigurationProperties.java
Java
apache-2.0
765
<?php $this->Nm_lang_conf_region = array(); $this->Nm_lang_conf_region['en_us;en_us'] = "English (United States)"; $this->Nm_lang_conf_region['es;es_es'] = "Spanish (Spain)"; $this->Nm_lang_conf_region['pt_br;pt_br'] = "Portuguese (Brazil)"; ksort($this->Nm_lang_conf_region); ?>
oprohonnyi/php_trn
5_dev_tools/scriptcase/PHPTrn/_lib/lang/lang_config_region.php
PHP
apache-2.0
289
<?php /************************ Example Client App for inserting categories *************************/ // Make sure we're being called from the command line, not a web interface if (PHP_SAPI !== 'cli') { die('This is a command line only application.'); } // We are a valid entry point. const _JEXEC = 1; error_re...
stoffels-it/joomla-extensions-examples
insert-cat-example.php
PHP
apache-2.0
4,296
# Annotations You can add these Kubernetes annotations to specific Ingress objects to customize their behavior. !!! tip Annotation keys and values can only be strings. Other types, such as boolean or numeric values must be quoted, i.e. `"true"`, `"false"`, `"100"`. !!! note The annotation prefix can ...
canhnt/ingress
docs/user-guide/nginx-configuration/annotations.md
Markdown
apache-2.0
61,451
# Bidens schaffneri Sherff 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/Bidens schaffneri/README.md
Markdown
apache-2.0
174
module SchemaEvolutionManager # Container for common args, mainly to have stricter validation on # inputs. Tried to use GetoptLong but could not write solid unit # tests around it... so we have our own internal simple implementation. class Args if !defined?(FLAGS_WITH_ARGUMENTS) FLAGS_WITH_ARGUMENTS...
mbryzek/schema-evolution-manager
lib/schema-evolution-manager/args.rb
Ruby
apache-2.0
5,648
<?php namespace Ajax\semantic\components\validation; use Ajax\service\AjaxCall; use Ajax\JsUtils; /** * @author jc * @version 1.001 * Generates a JSON Rule for the validation of a field */ class Rule implements \JsonSerializable{ /** * @var string */ private $type; /** * @var string */ private $prompt;...
phpMv/phpMv-UI
Ajax/semantic/components/validation/Rule.php
PHP
apache-2.0
4,448
import torch from deluca.lung.core import Controller, LungEnv class PIDCorrection(Controller): def __init__(self, base_controller: Controller, sim: LungEnv, pid_K=[0.0, 0.0], decay=0.1, **kwargs): self.base_controller = base_controller self.sim = sim self.I = 0.0 self.K = pid_K ...
google/deluca-lung
deluca/lung/experimental/controllers/_pid_correction.py
Python
apache-2.0
874
# Sphaeria eckfeldtii Ellis SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Bull. Torrey bot. Club 8: 91 (1881) #### Original name Sphaeria eckfeldtii Ellis ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Sphaeria/Sphaeria eckfeldtii/README.md
Markdown
apache-2.0
210
# Heliopsis patula Wender. 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/Heliopsis/Heliopsis patula/README.md
Markdown
apache-2.0
174
# Numulariola mucronata (Mont.) P.M.D. Martin, 1976 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in S. Afr. J. Bot. 42(1): 78 (1976) #### Original name Camillea mucronata Mont., 1855 ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Camillea/Camillea mucronata/ Syn. Numulariola mucronata/README.md
Markdown
apache-2.0
260
# Agave applanata var. parryi 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/Liliopsida/Asparagales/Asparagaceae/Agave/Agave parryi/ Syn. Agave applanata parryi/README.md
Markdown
apache-2.0
184
# Duvernaysphaera oa Loeblich & Wicander, 1976 SPECIES #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Prasinophyta/Prasinophyceae/Mamiellales/Pycnococcaceae/Duvernaysphaera/Duvernaysphaera oa/README.md
Markdown
apache-2.0
210
# Memecylon perakense Merr. 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/Memecylon/Memecylon perakense/README.md
Markdown
apache-2.0
175
# Puccinia spreta Peck SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Ann. Rep. N. Y. St. Mus. nat. Hist. 29: 67 (1878) #### Original name Puccinia tiarellae Peck ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Pucciniaceae/Puccinia/Puccinia spreta/README.md
Markdown
apache-2.0
217
# Croton uruguayensis Baill. 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/Malpighiales/Euphorbiaceae/Croton/Croton uruguayensis/README.md
Markdown
apache-2.0
184
# Leymus divaricatus (Drobow) Tzvelev SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bot. Mater. Gerb. Bot. Inst. Komarova Akad. Nauk S. S. S. R. 20:430. 1960 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Leymus/Leymus divaricatus/README.md
Markdown
apache-2.0
262
# Rottlera lappacea Wall. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Euphorbiaceae/Mallotus/Rottlera lappacea/README.md
Markdown
apache-2.0
173
# Heteropterys candolleana A.Juss. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Malpighiaceae/Heteropterys/Heteropterys candolleana/README.md
Markdown
apache-2.0
182
# Dianthus gasparrini Guss. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Caryophyllaceae/Dianthus/Dianthus gasparrini/README.md
Markdown
apache-2.0
175
# Schistophyllidium imbricatum (Kar. & Kir.) Soják SPECIES #### Status DOUBTFUL #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Schistophyllidium/Schistophyllidium imbricatum/README.md
Markdown
apache-2.0
207
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
gregberns/ZipRdlProjectDev410
src/RdlDesign/DialogValidValues.cs
C#
apache-2.0
7,188
package org.ngrinder.home.controller; import lombok.RequiredArgsConstructor; import org.ngrinder.common.constant.ControllerConstants; import org.ngrinder.home.model.PanelEntry; import org.ngrinder.home.service.HomeService; import org.ngrinder.infra.config.Config; import org.ngrinder.script.handler.ScriptHandler; impor...
naver/ngrinder
ngrinder-controller/src/main/java/org/ngrinder/home/controller/HomeApiController.java
Java
apache-2.0
4,677
package com.huawei.esdk.fusionmanager.local.model.system; import com.huawei.esdk.fusionmanager.local.model.FMSDKResponse; /** * 查询计划任务详情返回信息。 * <p> * @since eSDK Cloud V100R003C30 */ public class QueryScheduleTaskDetailResp extends FMSDKResponse { /** * 计划任务。 */ private ScheduleTask scheduleTask...
eSDK/esdk_cloud_fm_r3_native_java
source/FM/V1R5/esdk_fm_neadp_1.5_native_java/src/main/java/com/huawei/esdk/fusionmanager/local/model/system/QueryScheduleTaskDetailResp.java
Java
apache-2.0
571
<!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_74) on Mon Jan 02 20:06:46 EET 2017 --> <title>Uses of Class com.complet.DatabaseConnection</title> <meta name="date" content="2017-01-02...
milouk/Web_Crawler
doc/com/complet/class-use/DatabaseConnection.html
HTML
apache-2.0
4,246
//Copyright (c) 2014 by Disy Informationssysteme GmbH package net.disy.eenvplus.tfes.modules.sparql.expression; import com.hp.hpl.jena.sparql.expr.E_LogicalAnd; import com.hp.hpl.jena.sparql.expr.E_LogicalOr; import com.hp.hpl.jena.sparql.expr.Expr; import com.hp.hpl.jena.sparql.syntax.ElementFilter; // NOT_PUBLISHED...
eENVplus/tf-exploitation-server
TF_Exploitation_Server_modules/src/main/java/net/disy/eenvplus/tfes/modules/sparql/expression/SparqlExpressionBuilder.java
Java
apache-2.0
1,223
(function (chaiJquery) { // Module systems magic dance. if (typeof require === "function" && typeof exports === "object" && typeof module === "object") { // NodeJS module.exports = chaiJquery; } else if (typeof define === "function" && define.amd) { // AMD define(function () { return chaiJqu...
reaktor/jquery.spinner
test/chai-jquery-1.0.0.js
JavaScript
apache-2.0
6,187
package util import "errors" var ( // ErrNotFound Import or Version was not found. ErrNotFound = errors.New("Requested resource was not found") // ErrAlreadyExists Import or Version already exists and cannot be overwritten. ErrAlreadyExists = errors.New("Resource already exists and cannot be overritten") // Er...
deejross/dep-registry
util/errors.go
GO
apache-2.0
441
/* * Software License Agreement (Apache License) * * Copyright (c) 2014, Southwest Research Institute * * 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/licens...
ros-industrial-consortium/descartes
descartes_core/include/descartes_core/robot_model.h
C
apache-2.0
5,644
# Agropyron transiliense Popov 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 mutabilis/ Syn. Agropyron transiliense/README.md
Markdown
apache-2.0
185
// Copyright (c) 2015 Illyriad Games Ltd. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.md in the project root for license information. using System; using System.Numerics; namespace IllyriadGames.ByteArrayExtensions { public static class VectorizedCopyExtension { ...
IllyriadGames/ByteArrayExtensions
src/IllyriadGames.ByteArrayExtensions/VectorizedCopyExtension.cs
C#
apache-2.0
7,465
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; #if USE_FASTQUANT namespace FastQuant.Tests #else namespace SmartQuant.Tests #endif { public class TickSeriesTest { [Fact] public void TestGetIndex() { var ts = new...
fastquant/fastquant.dll
test/FastQuant.Tests.Shared/TickSeriesTest.cs
C#
apache-2.0
2,582
package com.sectong.util; import org.apache.log4j.Logger; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.URL; import java.net.URLConnection; public class HttpUtil { private static Logger logger = Logger.getLogger(Ht...
xaioyi/yidongyiljwj
src/main/java/com/sectong/util/HttpUtil.java
Java
apache-2.0
1,988
set AUTH_TOKEN=123456& ^ set HTTP_PORT=8080& ^ set MQTT_URL=mqtt://localhost& ^ set MQTT_USER=user ^ set MQTT_PASS=pass ^ set DOMAIN=infra& ^ set TLD=ictu& ^ set SCRIPT_BASE_DIR=X:\mnt\data\scripts& ^ set DATA_DIR=X:\mnt\data& ^ set PIPEWORKS_CMD=eth0 -i eth0 @CONTAINER_NAME@ dhclient& ^ nodemon index.coffee
ICTU/docker-dashboard-agent-compose
run-dev.bat
Batchfile
apache-2.0
310
# AUTOGENERATED FILE FROM balenalib/qemux86-64-alpine:3.13-run ENV GO_VERSION 1.16.3 # set up nsswitch.conf for Go's "netgo" implementation # - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275 # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && ec...
nghiant2710/base-images
balena-base-images/golang/qemux86-64/alpine/3.13/1.16.3/run/Dockerfile
Dockerfile
apache-2.0
2,474
'use strict'; viewModel.MonitoringAlarm = new Object(); var ma = viewModel.MonitoringAlarm; ma.minDatetemp = new Date(); ma.maxDatetemp = new Date(); ma.minDateRet = new Date(); ma.maxDateRet = new Date(); vm.currentMenu('Alarm Data'); vm.currentTitle('Alarm Data'); vm.isShowDataAvailability(false); vm.breadcrumb(...
eaciit/windapp
web/assets/core/js/page-monitoring/monitoring-alarm.js
JavaScript
apache-2.0
14,310
/* * Copyright 2015 Matthew Timmermans * * 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 ...
6thsolution/ApexNLP
dfalex/src/main/java/com/nobigsoftware/dfalex/DfaFromNfa.java
Java
apache-2.0
9,517
package com.emc.ecs.servicebroker.repository; import com.emc.ecs.servicebroker.exception.EcsManagementClientException; import com.emc.ecs.servicebroker.service.s3.S3Service; import com.emc.ecs.servicebroker.model.Constants; import com.emc.object.s3.bean.GetObjectResult; import com.emc.object.s3.bean.ListObjectsResult;...
emccode/ecs-cf-service-broker
src/main/java/com/emc/ecs/servicebroker/repository/ServiceInstanceBindingRepository.java
Java
apache-2.0
6,740
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>RepositoryAttribute Constructor (String)</title> <xml> </xml> <link rel="stylesheet" type="...
gersonkurz/manualisator
manualisator/log4net-1.2.13/doc/release/sdk/log4net.Config.RepositoryAttributeConstructor2.html
HTML
apache-2.0
2,398
# -*- coding: UTF-8 -*- from __future__ import unicode_literals, print_function, division
dawncold/expenditure-application
expenditure_application/__init__.py
Python
apache-2.0
90
/* * Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org...
snowplow/kinesis-tee
src/test/scala/com/snowplowanalytics/kinesistee/config/ConfigurationBuilderSpec.scala
Scala
apache-2.0
4,846
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012,2013,2014 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free ...
roboknight/chibios-lpc43xx
os/rt/src/chheap.c
C
apache-2.0
9,017
# Unona fulva Wall. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Magnoliales/Annonaceae/Unona/Unona fulva/README.md
Markdown
apache-2.0
167
# AUTOGENERATED FILE FROM balenalib/jetson-tx1-debian:bullseye-run # remove several traces of debian python RUN apt-get purge -y 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 dep...
resin-io-library/base-images
balena-base-images/python/jetson-tx1/debian/bullseye/3.8.12/run/Dockerfile
Dockerfile
apache-2.0
4,095
char *my_strcpy(char *dest, char *src) { char *adrr; for (adrr = dest; *src; *dest++ = *src++); *dest++ = '\0'; return (adrr); }
Yunori/Fridge-menu
functions/my_strcpy.c
C
apache-2.0
138
# AUTOGENERATED FILE FROM balenalib/surface-go-debian:bullseye-build ENV NODE_VERSION 17.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ ...
resin-io-library/base-images
balena-base-images/node/surface-go/debian/bullseye/17.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,786
{-# LANGUAGE TemplateHaskell #-} -- Copyright (C) 2010-2012 John Millikin <john@john-millikin.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/license...
jmillikin/haskell-dbus
tests/DBusTests/Signature.hs
Haskell
apache-2.0
4,901
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
gisfromscratch/windowsappsamples
Windows account authorization sample/C++/Shared/pch.h
C
apache-2.0
624
# Gitbook Simple Page TOC Plugin [![npm version](https://badge.fury.io/js/gitbook-plugin-simple-page-toc.svg)](https://badge.fury.io/js/gitbook-plugin-simple-page-toc) This plugin inserts a table of content (TOC) section into your GitBook page. It is powered by the [markdown-toc](https://github.com/jonschlinkert/mark...
stuebersystems/gitbook-plugin-simple-page-toc
README.md
Markdown
apache-2.0
1,312
/******************************************************************************* * Copyright (C) 2016 Kwaku Twumasi-Afriyie <kwaku.twumasi@quakearts.com>. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies...
kwakutwumasi/Quakearts-JSF-Webtools
qa-boot/src/main/java/com/quakearts/webapp/facelets/bootstrap/renderers/BootTableRenderer.java
Java
apache-2.0
15,874
<?php /** * SystemProviderListResponseTest * * PHP version 5 * * @category Class * @package BumbalClient * @author Swagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * Bumbal Client Api * * Bumbal API documentation * * OpenAPI spec version: 2.0 * Contact: gerb@bumb...
freightlive/bumbal-client-api-php
test/Model/SystemProviderListResponseTest.php
PHP
apache-2.0
1,978
using Foundation.Data.Hibernate; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using NHibernate; using NHibernate.Context; using NHibernate.Engine; namespace Foundation.Tests.Data.Hibernate { [TestClass] public class HibernateUnitOfWorkTests { [TestMethod] pub...
DavidMoore/Foundation
Tests/UnitTests/Foundation.Tests/Data/Hibernate/HibernateUnitOfWorkTests.cs
C#
apache-2.0
5,383
package info.pupcode.model.repo.test; import org.junit.Before; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * Created by fabientronche1 on 08.11.15. */ public class AbstractConcordionFixture { protected SpringConfigTest springConfigTest; protected ClassPathXmlApplicationCo...
PUPInitiative/pup-code-poc
pup-code-domain/src/test/java/info/pupcode/model/repo/test/AbstractConcordionFixture.java
Java
apache-2.0
658
/* * Copyright 2002-2010 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...
spring-projects/spring-net
src/Spring/Spring.Core/Objects/Factory/Support/ObjectDefinitionBuilder.cs
C#
apache-2.0
17,503
package alicloud import ( "fmt" "testing" "github.com/alibaba/terraform-provider/alicloud/connectivity" "github.com/aliyun/alibaba-cloud-sdk-go/services/vpc" "github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/terraform" ) func TestAccAlicloudSslVpnClientCert_basic(t *testing.T) { ...
xiaozhu36/terraform-provider
alicloud/resource_alicloud_ssl_vpn_client_cert_test.go
GO
apache-2.0
5,719
<!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 Mon Apr 29 15:10:36 CEST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Class org.apache.solr.cl...
iluminati182006/ReutersSolr
docs/solr-core/org/apache/solr/cloud/class-use/Overseer.html
HTML
apache-2.0
8,149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_11) on Mon Apr 07 19:10:16 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class at.i...
ankor-io/ankor-framework
website/ankorsite/static/javadoc/apidocs-0.2/at/irian/ankor/big/json/class-use/BigListSerializer.html
HTML
apache-2.0
4,445
using System; using Windows.ApplicationModel.Resources; namespace Okra.Data.Helpers { internal static class ResourceHelper { // *** Constants *** private const string RESOURCEMAP_ERROR = "Okra.Data/Errors"; private const string RESOURCE_NOT_FOUND_ERROR = "Exception_ArgumentException_R...
OkraFramework/Okra.Data
src/Okra.Data/Helpers/ResourceHelper.cs
C#
apache-2.0
1,010
package pro.luxun.luxunanimation.presenter.adapter; import android.support.annotation.UiThread; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; import java.util.List; /** * Created by wufeiyang on 16/5/7. */ public abstract class B...
ayaseruri/luxunPro
app/src/main/java/pro/luxun/luxunanimation/presenter/adapter/BaseRecyclerAdapter.java
Java
apache-2.0
1,444
--- title: gocloud.dev/internal/testing/terraform type: pkg ---
google/go-cloud
internal/website/content/internal/testing/terraform/_index.md
Markdown
apache-2.0
64
# Tragopogon dshimilensis K.Koch 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/Asterales/Asteraceae/Tragopogon/Tragopogon porrifolius/ Syn. Tragopogon dshimilensis/README.md
Markdown
apache-2.0
187
package cn.xmut.experiment.service.impl; import java.util.List; import org.apache.commons.fileupload.FileItem; import cn.xmut.experiment.dao.IExperimentDao; import cn.xmut.experiment.dao.impl.jdbc.ExperimentDaoImpl; import cn.xmut.experiment.domain.Experiment; import cn.xmut.experiment.domain.ShowExperiment...
bingoogolapple/J2EENote
experiment/src/cn/xmut/experiment/service/impl/ExperimentServiceImpl.java
Java
apache-2.0
1,988
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_121) on Sun Oct 15 23:06:23 CEST 2017 --> <title>Class Hierarchy</title> <meta name="date" content="2017-10-15"> <link rel="stylesheet" type="t...
SparklingComet/FakeTrollPlus
doc/overview-tree.html
HTML
apache-2.0
6,781
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * di...
Pathfinder-Fr/YAFNET
yafsrc/YAF.Utils/Helpers/UrlHelper.cs
C#
apache-2.0
1,676
/* * * (C) Copyright IBM Corp. and others 1998-2013 - All Rights Reserved * */ #ifndef __SUBTABLEPROCESSOR2_H #define __SUBTABLEPROCESSOR2_H /** * \file * \internal */ #include "LETypes.h" #include "MorphTables.h" U_NAMESPACE_BEGIN class LEGlyphStorage; class SubtableProcessor2 : public UMemory { public: ...
indashnet/InDashNet.Open.UN2000
android/external/icu4c/layout/SubtableProcessor2.h
C
apache-2.0
894
{%extends "base.html"%} {% block breadcrumb %} {% endblock %} {%block about_this_page %} <h2>Attachments for Site {{site.number}}</h2> {% if user.staff %} <p> <a href="{{ webapp2.uri_for('SiteView', id=site.key.integer_id()) }}"> Go back to Site #{{ site.number }}. </a> </p> {% endif %} {% if user.captain %} <p...
babybunny/rebuildingtogethercaptain
gae/room/templates/site_list_attachments.html
HTML
apache-2.0
520
/*! * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } .text-muted { col...
hichamidiomas/hichamidiomas.github.io
css/_pgbackup/agency_1424038683.css
CSS
apache-2.0
20,625
/** * @file * Declares the any type. */ #pragma once #include "../values/forward.hpp" #include <ostream> namespace puppet { namespace runtime { namespace types { // Forward declaration of recursion_guard struct recursion_guard; /** * Represents the Puppet Any type. */ struct any { ...
peterhuene/puppetcpp
lib/include/puppet/runtime/types/any.hpp
C++
apache-2.0
2,856
package im.mange.jetpac.html import im.mange.jetpac.{Styleable, Renderable, R} import net.liftweb.http.SHtml.ajaxInvoke import net.liftweb.http.js.JsCmd //TODO: ultimately Tr or ClickableTr //TODO: do the style in the same way as the inputs onClick etc ... @deprecated("Use Tr instead", "28/08/2015") case class Clicka...
alltonp/jetboot
src/main/scala/im/mange/jetpac/html/ClickableRow.scala
Scala
apache-2.0
575
<!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 : Function Reference: testsetfieldasstring()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sa...
inputx/code-ref-doc
bonfire/_functions/testsetfieldasstring.html
HTML
apache-2.0
4,787
package server import ( "bytes" "context" "encoding/json" "io/ioutil" "log" "net/http" "strings" "sync" "sync/atomic" "text/template" "time" "github.com/TV4/graceful" "github.com/gogap/config" "github.com/gogap/go-wkhtmltox/wkhtmltox" "github.com/gorilla/mux" "github.com/phyber/negroni-gzip/gzip" "gi...
gogap/go-wkhtmltox
server/server.go
GO
apache-2.0
8,166
/* * Copyright (c) 2002-2018 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
HuangLS/neo4j
community/primitive-collections/src/main/java/org/neo4j/collection/primitive/PrimitiveLongIntVisitor.java
Java
apache-2.0
1,354
package org.anyline.entity; import com.fasterxml.jackson.databind.JsonNode; import org.anyline.util.*; import org.anyline.util.regular.Regular; import org.anyline.util.regular.RegularUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.Serializable; import java.math.BigDecimal; import java.ut...
anylineorg/anyline
anyline-core/src/main/java/org/anyline/entity/DataSet.java
Java
apache-2.0
115,477
/* * Copyright (c) 2015-2017 EpiData, Inc. */ package controllers import play.api.mvc._ import securesocial.core.SecureSocial /** Controller to display the Notebook. */ object Notebook extends Controller with SecureSocial { def show = SecuredAction { implicit request => Ok(views.html.Notebook.show()) } }
epidataio/epidata-community
play/app/controllers/Notebook.scala
Scala
apache-2.0
320
package ua.job4j.loop; /** * Class Класс для вычисления факториала заданного числа. * @author vfrundin * @since 05.11.2017 * @version 1.0 */ public class Factorial { /** * Метод должен вычислять факториал поданного на вход числа. * @param n Число для которого нужно определить факториал. * @ret...
Krok3/junior
chapter_001/src/main/java/ua/job4j/loop/Factorial.java
Java
apache-2.0
728
/* Copyright 2013 KLab 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 ...
mhidaka/playgroundthon
Engine/source/UISystem/CKLBUIDebugItem.h
C
apache-2.0
3,395
/* Copyright (C) 2013-2022 TU Dortmund * This file is part of AutomataLib, http://www.automatalib.net/. * * 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/li...
LearnLib/automatalib
core/src/main/java/net/automatalib/graphs/base/compact/CompactBidiGraph.java
Java
apache-2.0
1,632
package com.github.binarywang.wxpay.service.impl; import com.github.binarywang.wxpay.bean.request.*; import com.github.binarywang.wxpay.bean.result.*; import com.github.binarywang.wxpay.exception.WxPayException; import com.github.binarywang.wxpay.service.WxPayService; import com.github.binarywang.wxpay.testbase.ApiTes...
Wechat-Group/WxJava
weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/WxEntrustPapServiceTest.java
Java
apache-2.0
7,346
package org.clinical3PO.common.security; import java.util.Collection; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationProvider; import org.springframework.security.authentication.BadCredentialsException; import org.springframework.securit...
Clinical3PO/Platform
dev/clinical3PO/app/src/main/java/org/clinical3PO/common/security/CustomAuthenticationProvider.java
Java
apache-2.0
1,572
--- layout: interior title: The Heart of Wichita speaker: Alex Pemberton permalink: alex-pemberton image: img/20160607/alex_pemberton.jpg event: 20160607 video: ctGrTBgGcN0 favorite: The prominent and hidden architectural gems, such as The Orpheum, the Kress building, Carthalite, Proudfoot & Bird buildings, and Frank L...
Wichitalks/wichitalks.github.io
_posts/20160607-Wichitalks/2016-06-07-Alex-Pemberton.md
Markdown
apache-2.0
1,321
<?php /** * This file is part of the SevenShores/NetSuite library * AND originally from the NetSuite PHP Toolkit. * * New content: * @package ryanwinchester/netsuite-php * @copyright Copyright (c) Ryan Winchester * @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 * @link https://githu...
RyanWinchester/netsuite-php
src/Classes/NSSoapFault.php
PHP
apache-2.0
1,021
/** * 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...
anandsubbu/incubator-metron
metron-interface/metron-alerts/src/app/alerts/configure-rows/configure-rows.module.ts
TypeScript
apache-2.0
1,591
package com.example.mywechat.utils; import java.util.ArrayList; import java.util.List; import android.app.Activity; /** * ActivityCollector ÀàÓÃÓÚ¹ÜÀíËùÓеĻ * @author dzhiqin * */ public class ActivityCollector { public static List<Activity> activities=new ArrayList<Activity>(); public static void addActiv...
dzhiqin/MyWeChat
src/com/example/mywechat/utils/ActivityCollector.java
Java
apache-2.0
697
# Teloschistes flavicans var. pallidus Sambo VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Teloschistes flavicans var. pallidus Sambo ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Teloschistales/Teloschistaceae/Teloschistes/Teloschistes flavicans/Teloschistes flavicans pallidus/README.md
Markdown
apache-2.0
213
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
googleapis/python-bigquery
samples/magics/_helpers.py
Python
apache-2.0
823
/* * The MIT License (MIT) * * Copyright (c) 2015 Cleidimar Viana * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
cleidimarviana/Tabs-Material
app/src/main/java/com/seamusdawkins/tablayout/fragments/FirstFragment.java
Java
apache-2.0
1,928
<font class='sw'>Connexion ($var['msize'] bytes).</font>
BigBlueHat/atmailopen
html/french/msg/poprelogin.html
HTML
apache-2.0
57