repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
cevaris/pants | contrib/go/src/python/pants/contrib/go/tasks/go_thrift_gen.py | 5677 | # 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
... | apache-2.0 |
corgrath/osbcp-css-parser | doc/javadoc/index-files/index-9.html | 6207 | <!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... | apache-2.0 |
DHGMS-Solutions/dhgms-solutions.github.io | README.md | 827 | # 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... | apache-2.0 |
iresium/apprater | scraper.js | 764 | 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... | apache-2.0 |
ebbkrdrcn/rexp | test/compiler.py | 790 | 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:... | apache-2.0 |
TitasNandi/Summer_Project | solr-5.3.1/docs/solr-solrj/org/apache/solr/client/solrj/request/class-use/CoreAdminRequest.RequestRecovery.html | 5193 | <!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... | apache-2.0 |
GOPINATH-GS4/stock | public/lib/cards.js | 1119 | // 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()... | apache-2.0 |
Zering/Zering.github.io | _posts/2016-09-13-Ransom-Note.md | 4398 | ---
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... | apache-2.0 |
yuzhou2/android_02_grid_image_search | app/src/main/java/com/yuzhou/viewer/service/GoogleApiTask.java | 3730 | 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... | apache-2.0 |
slayerhover/yaf-cms-backoffice | library/Smarty/sysplugins/smarty_internal_compile_insert.php | 4415 | <?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... | apache-2.0 |
jromer94/ChromeTabDisguise | README.md | 95 | ChromeTabDisguise
=================
A simple tool to disguise Chrome Tab's favicon and title.
| apache-2.0 |
genedelisa/rockymusic | rockymusic-fx/src/main/java/com/rockhoppertech/music/fx/cmn/GrandStaffApp.java | 3230 | 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
*
* ... | apache-2.0 |
bizoru/assets-oas | js/app.js | 510 | 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));
... | apache-2.0 |
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 | 765 | 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... | apache-2.0 |
oprohonnyi/php_trn | 5_dev_tools/scriptcase/PHPTrn/_lib/lang/lang_config_region.php | 289 | <?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);
?> | apache-2.0 |
stoffels-it/joomla-extensions-examples | insert-cat-example.php | 4296 | <?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... | apache-2.0 |
canhnt/ingress | docs/user-guide/nginx-configuration/annotations.md | 61451 | # 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 ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Bidens schaffneri/README.md | 174 | # Bidens schaffneri Sherff SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mbryzek/schema-evolution-manager | lib/schema-evolution-manager/args.rb | 5648 | 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... | apache-2.0 |
phpMv/phpMv-UI | Ajax/semantic/components/validation/Rule.php | 4448 | <?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;... | apache-2.0 |
google/deluca-lung | deluca/lung/experimental/controllers/_pid_correction.py | 874 | 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
... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Sphaeria/Sphaeria eckfeldtii/README.md | 210 | # 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 | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Heliopsis/Heliopsis patula/README.md | 174 | # Heliopsis patula Wender. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Xylariales/Xylariaceae/Camillea/Camillea mucronata/ Syn. Numulariola mucronata/README.md | 260 | # 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 | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Asparagaceae/Agave/Agave parryi/ Syn. Agave applanata parryi/README.md | 184 | # Agave applanata var. parryi VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Prasinophyta/Prasinophyceae/Mamiellales/Pycnococcaceae/Duvernaysphaera/Duvernaysphaera oa/README.md | 210 | # 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 | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Memecylon/Memecylon perakense/README.md | 175 | # Memecylon perakense Merr. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Pucciniaceae/Puccinia/Puccinia spreta/README.md | 217 | # 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 | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Euphorbiaceae/Croton/Croton uruguayensis/README.md | 184 | # Croton uruguayensis Baill. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Leymus/Leymus divaricatus/README.md | 262 | # 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 | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Euphorbiaceae/Mallotus/Rottlera lappacea/README.md | 173 | # Rottlera lappacea Wall. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Malpighiaceae/Heteropterys/Heteropterys candolleana/README.md | 182 | # Heteropterys candolleana A.Juss. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Caryophyllaceae/Dianthus/Dianthus gasparrini/README.md | 175 | # Dianthus gasparrini Guss. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Schistophyllidium/Schistophyllidium imbricatum/README.md | 207 | # 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 | apache-2.0 |
gregberns/ZipRdlProjectDev410 | src/RdlDesign/DialogValidValues.cs | 7188 | /* ====================================================================
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.
... | apache-2.0 |
naver/ngrinder | ngrinder-controller/src/main/java/org/ngrinder/home/controller/HomeApiController.java | 4677 | 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... | apache-2.0 |
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 | 571 | 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... | apache-2.0 |
milouk/Web_Crawler | doc/com/complet/class-use/DatabaseConnection.html | 4246 | <!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... | apache-2.0 |
eENVplus/tf-exploitation-server | TF_Exploitation_Server_modules/src/main/java/net/disy/eenvplus/tfes/modules/sparql/expression/SparqlExpressionBuilder.java | 1223 | //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... | apache-2.0 |
reaktor/jquery.spinner | test/chai-jquery-1.0.0.js | 6187 | (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... | apache-2.0 |
deejross/dep-registry | util/errors.go | 441 | 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... | apache-2.0 |
ros-industrial-consortium/descartes | descartes_core/include/descartes_core/robot_model.h | 5644 | /*
* 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... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Elymus/Elymus mutabilis/ Syn. Agropyron transiliense/README.md | 185 | # Agropyron transiliense Popov SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
IllyriadGames/ByteArrayExtensions | src/IllyriadGames.ByteArrayExtensions/VectorizedCopyExtension.cs | 7465 | // 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
{
... | apache-2.0 |
fastquant/fastquant.dll | test/FastQuant.Tests.Shared/TickSeriesTest.cs | 2582 | 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... | apache-2.0 |
xaioyi/yidongyiljwj | src/main/java/com/sectong/util/HttpUtil.java | 1988 | 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... | apache-2.0 |
ICTU/docker-dashboard-agent-compose | run-dev.bat | 310 | 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
| apache-2.0 |
nghiant2710/base-images | balena-base-images/golang/qemux86-64/alpine/3.13/1.16.3/run/Dockerfile | 2474 | # 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... | apache-2.0 |
eaciit/windapp | web/assets/core/js/page-monitoring/monitoring-alarm.js | 14310 | '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(... | apache-2.0 |
6thsolution/ApexNLP | dfalex/src/main/java/com/nobigsoftware/dfalex/DfaFromNfa.java | 9517 | /*
* 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 ... | apache-2.0 |
emccode/ecs-cf-service-broker | src/main/java/com/emc/ecs/servicebroker/repository/ServiceInstanceBindingRepository.java | 6740 | 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;... | apache-2.0 |
gersonkurz/manualisator | manualisator/log4net-1.2.13/doc/release/sdk/log4net.Config.RepositoryAttributeConstructor2.html | 2398 | <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="... | apache-2.0 |
dawncold/expenditure-application | expenditure_application/__init__.py | 90 | # -*- coding: UTF-8 -*-
from __future__ import unicode_literals, print_function, division
| apache-2.0 |
snowplow/kinesis-tee | src/test/scala/com/snowplowanalytics/kinesistee/config/ConfigurationBuilderSpec.scala | 4846 | /*
* 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... | apache-2.0 |
roboknight/chibios-lpc43xx | os/rt/src/chheap.c | 9017 | /*
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 ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Magnoliales/Annonaceae/Unona/Unona fulva/README.md | 167 | # Unona fulva Wall. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
resin-io-library/base-images | balena-base-images/python/jetson-tx1/debian/bullseye/3.8.12/run/Dockerfile | 4095 | # 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... | apache-2.0 |
Yunori/Fridge-menu | functions/my_strcpy.c | 138 | char *my_strcpy(char *dest, char *src)
{
char *adrr;
for (adrr = dest; *src; *dest++ = *src++);
*dest++ = '\0';
return (adrr);
}
| apache-2.0 |
resin-io-library/base-images | balena-base-images/node/surface-go/debian/bullseye/17.6.0/build/Dockerfile | 2786 | # 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" || \
... | apache-2.0 |
jmillikin/haskell-dbus | tests/DBusTests/Signature.hs | 4901 | {-# 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... | apache-2.0 |
gisfromscratch/windowsappsamples | Windows account authorization sample/C++/Shared/pch.h | 624 | //*********************************************************
//
// 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.
... | apache-2.0 |
stuebersystems/gitbook-plugin-simple-page-toc | README.md | 1312 | # Gitbook Simple Page TOC Plugin [](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... | apache-2.0 |
kwakutwumasi/Quakearts-JSF-Webtools | qa-boot/src/main/java/com/quakearts/webapp/facelets/bootstrap/renderers/BootTableRenderer.java | 15874 | /*******************************************************************************
* 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... | apache-2.0 |
freightlive/bumbal-client-api-php | test/Model/SystemProviderListResponseTest.php | 1978 | <?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... | apache-2.0 |
DavidMoore/Foundation | Tests/UnitTests/Foundation.Tests/Data/Hibernate/HibernateUnitOfWorkTests.cs | 5383 | 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... | apache-2.0 |
PUPInitiative/pup-code-poc | pup-code-domain/src/test/java/info/pupcode/model/repo/test/AbstractConcordionFixture.java | 658 | 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... | apache-2.0 |
spring-projects/spring-net | src/Spring/Spring.Core/Objects/Factory/Support/ObjectDefinitionBuilder.cs | 17503 | /*
* 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... | apache-2.0 |
xiaozhu36/terraform-provider | alicloud/resource_alicloud_ssl_vpn_client_cert_test.go | 5719 | 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) {
... | apache-2.0 |
iluminati182006/ReutersSolr | docs/solr-core/org/apache/solr/cloud/class-use/Overseer.html | 8149 | <!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... | apache-2.0 |
ankor-io/ankor-framework | website/ankorsite/static/javadoc/apidocs-0.2/at/irian/ankor/big/json/class-use/BigListSerializer.html | 4445 | <!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... | apache-2.0 |
OkraFramework/Okra.Data | src/Okra.Data/Helpers/ResourceHelper.cs | 1010 | 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... | apache-2.0 |
ayaseruri/luxunPro | app/src/main/java/pro/luxun/luxunanimation/presenter/adapter/BaseRecyclerAdapter.java | 1444 | 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... | apache-2.0 |
google/go-cloud | internal/website/content/internal/testing/terraform/_index.md | 64 | ---
title: gocloud.dev/internal/testing/terraform
type: pkg
---
| apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Tragopogon/Tragopogon porrifolius/ Syn. Tragopogon dshimilensis/README.md | 187 | # Tragopogon dshimilensis K.Koch SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
bingoogolapple/J2EENote | experiment/src/cn/xmut/experiment/service/impl/ExperimentServiceImpl.java | 1988 | 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... | apache-2.0 |
SparklingComet/FakeTrollPlus | doc/overview-tree.html | 6781 | <!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... | apache-2.0 |
Pathfinder-Fr/YAFNET | yafsrc/YAF.Utils/Helpers/UrlHelper.cs | 1676 | /* 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... | apache-2.0 |
indashnet/InDashNet.Open.UN2000 | android/external/icu4c/layout/SubtableProcessor2.h | 894 | /*
*
* (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:
... | apache-2.0 |
babybunny/rebuildingtogethercaptain | gae/room/templates/site_list_attachments.html | 520 | {%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... | apache-2.0 |
hichamidiomas/hichamidiomas.github.io | css/_pgbackup/agency_1424038683.css | 20625 | /*!
* 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... | apache-2.0 |
peterhuene/puppetcpp | lib/include/puppet/runtime/types/any.hpp | 2856 | /**
* @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
{
... | apache-2.0 |
alltonp/jetboot | src/main/scala/im/mange/jetpac/html/ClickableRow.scala | 575 | 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... | apache-2.0 |
inputx/code-ref-doc | bonfire/_functions/testsetfieldasstring.html | 4787 | <!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... | apache-2.0 |
gogap/go-wkhtmltox | server/server.go | 8166 | 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... | apache-2.0 |
HuangLS/neo4j | community/primitive-collections/src/main/java/org/neo4j/collection/primitive/PrimitiveLongIntVisitor.java | 1354 | /*
* 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... | apache-2.0 |
anylineorg/anyline | anyline-core/src/main/java/org/anyline/entity/DataSet.java | 115477 | 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... | apache-2.0 |
epidataio/epidata-community | play/app/controllers/Notebook.scala | 320 | /*
* 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())
}
}
| apache-2.0 |
Krok3/junior | chapter_001/src/main/java/ua/job4j/loop/Factorial.java | 728 | package ua.job4j.loop;
/**
* Class Класс для вычисления факториала заданного числа.
* @author vfrundin
* @since 05.11.2017
* @version 1.0
*/
public class Factorial {
/**
* Метод должен вычислять факториал поданного на вход числа.
* @param n Число для которого нужно определить факториал.
* @ret... | apache-2.0 |
mhidaka/playgroundthon | Engine/source/UISystem/CKLBUIDebugItem.h | 3395 | /*
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 ... | apache-2.0 |
LearnLib/automatalib | core/src/main/java/net/automatalib/graphs/base/compact/CompactBidiGraph.java | 1632 | /* 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... | apache-2.0 |
Wechat-Group/WxJava | weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/WxEntrustPapServiceTest.java | 7346 | 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... | apache-2.0 |
Clinical3PO/Platform | dev/clinical3PO/app/src/main/java/org/clinical3PO/common/security/CustomAuthenticationProvider.java | 1572 | 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... | apache-2.0 |
Wichitalks/wichitalks.github.io | _posts/20160607-Wichitalks/2016-06-07-Alex-Pemberton.md | 1321 | ---
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... | apache-2.0 |
RyanWinchester/netsuite-php | src/Classes/NSSoapFault.php | 1021 | <?php
/**
* This file is part of the SevenShores/NetSuite library
* AND originally from the NetSuite PHP Toolkit.
*
* New content:
* @package ryanwinchester/netsuite-php
* @copyright Copyright (c) Ryan Winchester
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0
* @link https://githu... | apache-2.0 |
anandsubbu/incubator-metron | metron-interface/metron-alerts/src/app/alerts/configure-rows/configure-rows.module.ts | 1591 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | apache-2.0 |
dzhiqin/MyWeChat | src/com/example/mywechat/utils/ActivityCollector.java | 697 | 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... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Lecanoromycetes/Teloschistales/Teloschistaceae/Teloschistes/Teloschistes flavicans/Teloschistes flavicans pallidus/README.md | 213 | # Teloschistes flavicans var. pallidus Sambo VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Teloschistes flavicans var. pallidus Sambo
### Remarks
null | apache-2.0 |
googleapis/python-bigquery | samples/magics/_helpers.py | 823 | # 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, ... | apache-2.0 |
cleidimarviana/Tabs-Material | app/src/main/java/com/seamusdawkins/tablayout/fragments/FirstFragment.java | 1928 | /*
* 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
* ... | apache-2.0 |
BigBlueHat/atmailopen | html/french/msg/poprelogin.html | 57 | <font class='sw'>Connexion ($var['msize'] bytes).</font>
| apache-2.0 |