repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
EzequielAyzenberg/proyectoOdin | src/main/java/com/thegrid/models/Etiqueta.java | 289 | package com.thegrid.models;
import com.google.api.server.spi.config.ApiResourceProperty;
public class Etiqueta {
@ApiResourceProperty(name = "nombre")
private String _nombre;
public Etiqueta() {
}
public Etiqueta(String nombre){
_nombre = nombre;
}
}
| apache-2.0 |
NOX73/chef-golang | README.md | 2993 | # Golang (Go) Cookbook
[](https://supermarket.chef.io/cookbooks/golang)
[](https://github.com/sous-chefs/golang/actions?query=workflow%3Aci)
[ 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 ... | apache-2.0 |
reportportal/commons-dao | src/main/java/com/epam/ta/reportportal/entity/activity/Activity.java | 4661 | /*
* Copyright 2019 EPAM Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Polyporaceae/Cryptoporus/README.md | 219 | # Cryptoporus (Peck) Shear, 1902 GENUS
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Bull. Torrey bot. Club 29: 450 (1902)
#### Original name
null
### Remarks
null | apache-2.0 |
aws/aws-sdk-java | aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/ListDocumentsRequest.java | 19461 | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | apache-2.0 |
helena-project/beetle | controller/access/lookup.py | 2657 | from django.db.models import Q
from beetle.models import PrincipalGroup, GatewayGroup
from .models import Rule, RuleException
def __get_applicable_rules(from_gateway, from_principal, to_gateway,
to_principal, timestamp=None):
"""Get the queryset of rules that apply for the mapping."""
to_principal_groups = Princ... | apache-2.0 |
TinghuanWang/source | src/cn/jsprun/domain/Stats.java | 592 | package cn.jsprun.domain;
public class Stats implements java.io.Serializable {
private static final long serialVersionUID = -723349003919829228L;
private StatsId id;
private Integer count;
public Stats() {
}
public Stats(StatsId id, Integer count) {
this.id = id;
this.count = count;... | apache-2.0 |
maciej-zygmunt/unitime | JavaSource/org/unitime/timetable/onlinesectioning/OnlineSectioningServer.java | 6330 | /*
* 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... | apache-2.0 |
googleinterns/calcite | core/src/main/java/org/apache/calcite/rel/rules/AggregateJoinRemoveRule.java | 4852 | /*
* 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 ... | apache-2.0 |
davidrice/mythtv-ffmpeg-tumblr-clip | public/build/mythtv-ffmpeg-tumblr-clip.js | 719858 | (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex... | apache-2.0 |
fernandopeinado/ora_manager | src/main/java/br/com/cas10/oraman/oracle/LockMode.java | 772 | package br.com.cas10.oraman.oracle;
import com.google.common.collect.ImmutableList;
import java.util.List;
public enum LockMode {
NONE(0, "none"),
NULL(1, "null (NULL)"),
SS(2, "row-S (SS)"),
SX(3, "row-X (SX)"),
S(4, "share (S)"),
SSX(5, "S/Row-X (SSX)"),
X(6, "exclusive (X)");
private static... | apache-2.0 |
LinuxTek/kona-app-model | src/main/java/com/linuxtek/kona/app/util/KCallback.java | 109 | package com.linuxtek.kona.app.util;
public interface KCallback {
public void callback(Object object);
}
| apache-2.0 |
nakamura-to/Tranq | build/rebuild.ps1 | 215 | param($assemblyVersionNumber)
cls
Import-Module '..\tools\psake-4.1.0\psake.psm1'
Invoke-psake '.\build.ps1' -framework 4.0 -properties @{"assemblyVersionNumber" = $assemblyVersionNumber} NuGet
Remove-Module psake | apache-2.0 |
brendangregg/vector | karma.conf.js | 2704 | 'use strict';
var path = require('path');
var conf = require('./gulp/conf');
var _ = require('lodash');
var wiredep = require('wiredep');
var pathSrcHtml = [
path.join(conf.paths.src, '/**/*.html')
];
function listFiles() {
var wiredepOptions = _.extend({}, conf.wiredep, {
dependencies: true,
devDepende... | apache-2.0 |
Shuvayatra/shuvayatra.github.io | index.html | 11907 | <!DOCTYPE html>
<html lang="en,ne">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Shuvayatra mobile app makes the process of labor migration safer and more se... | apache-2.0 |
dsebban/orchestrate-java-client | www/source/javadoc/0.7.0/deprecated-list.html | 5666 | <!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_25) on Tue Dec 16 19:58:07 GMT 2014 -->
<title>Deprecated List (orchestrate-java-client 0.7.0 API)</title>
<meta name="date" content="2014-12-1... | apache-2.0 |
racker/gutsy | lib/web/plugins/pager_duty.js | 1738 | var utils = require('../../utils').common;
var _ = require('underscore');
/** Adds pagerduty field to devops if pagerduty related api is present
* @param {string} devops_filename the filename of the devopsjson file relative to the fixtures directory
* @param {fn} request_maker A function that takes two arguments, op... | apache-2.0 |
CORDEA/analysis_of_1000genomes-data | programs/machine_learning/extract_pred.py | 1133 | #!/bin/env python
# encoding:utf-8
#
#
#
__Author__ = "CORDEA"
__date__ = "2014-08-21"
from collections import Counter
infile = open("pred_info.vcf", "r")
lines = infile.readlines()
infile.close()
# 0001a56c,chr1,5088617,2169089,44.2448979592,G,092a8efa7cd6427c91900bded95cab33,A,4:37:7:12,14:36:24:23,0:54:5:2,0:... | apache-2.0 |
tejal29/pants | src/python/pants/backend/python/thrift_builder.py | 4568 | # 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 functools
imp... | apache-2.0 |
matinalhope/explore | spring-jdbc/src/book/java/com/matianl/explore/java8/ch9/sec02/FilesDemo.java | 2006 | package com.matianl.explore.java8.ch9.sec02;
import java.io.*;
import java.net.*;
import java.nio.charset.*;
import java.nio.file.*;
import java.util.*;
public class FilesDemo {
public static void main(String[] args) throws IOException {
Path path = Paths.get("FilesDemo.java");
byte[] bytes = Files.rea... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Rubus/Rubus pierrati/README.md | 171 | # Rubus pierrati Boutay SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
foursquare/fsqio | src/jvm/io/fsq/twofishes/server/resources/twofishes-static/gen-js/geocoder_types.js | 69674 | //
// Autogenerated by Thrift
//
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
//
YahooWoeType = {
'UNKNOWN' : 0
,'TOWN' : 7
,'ADMIN1' : 8
,'ADMIN2' : 9
,'ADMIN3' : 10
,'POSTAL_CODE' : 11
,'COUNTRY' : 12
,'ISLAND' : 13
,'AIRPORT' : 14
,'DRAINAGE' : 15
,'PARK' : 16
,'POI' : 20
,'SUBURB' : 22
,'SPO... | apache-2.0 |
dyrock/trafficserver | lib/perl/lib/Apache/TS/AdminClient.pm | 21551 | #
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not... | apache-2.0 |
laboiteproject/laboite-erp | laboite_erp/settings.py | 3111 | """
Django settings for laboite_erp project.
Generated by 'django-admin startproject' using Django 1.10.5.
For more information on this file, see
https://docs.djangoproject.com/en/1.10/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.10/ref/settings/
"""
impor... | apache-2.0 |
paulnguyen/cmpe279 | eclipse/Roller/src/org/apache/roller/ui/authoring/struts/forms/RollerConfigForm.java | 14171 | package org.apache.roller.ui.authoring.struts.forms;
import org.apache.roller.RollerException;
import java.util.Locale;
/**
* Generated by XDoclet/ejbdoclet/strutsform. This class can be further processed with XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml.
*
* @struts.form name="rolle... | apache-2.0 |
windbender/moquette | broker/src/main/java/io/moquette/interception/messages/InterceptConnectMessage.java | 2229 | /*
* Copyright (c) 2012-2017 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... | apache-2.0 |
YeewenTan/YeewenTan.github.io | canovadoc/org/canova/api/exceptions/package-summary.html | 4839 | <!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_60) on Sun Jun 19 15:23:08 PDT 2016 -->
<title>org.canova.api.exceptions</title>
<meta name="date" content="2016-06-19">
<link rel="sty... | apache-2.0 |
anfeng/CaffeOnSpark | caffe-distri/src/main/cpp/util/mini_cluster.cpp | 4823 | // Copyright 2016 Yahoo Inc.
// Licensed under the terms of the Apache 2.0 license.
// Please see LICENSE file in the project root for terms.
#include <string>
#include <vector>
#include "caffe/caffe.hpp"
#ifndef CPU_ONLY
#include "caffe/parallel.hpp"
#include "util/socket_sync.hpp"
#else
#include "util/parallel_cpu.h... | apache-2.0 |
nghiant2710/base-images | balena-base-images/python/artik533s/alpine/3.12/3.6.12/build/Dockerfile | 4838 | # AUTOGENERATED FILE
FROM balenalib/artik533s-alpine:3.12-build
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVitt... | apache-2.0 |
aws/aws-sdk-java | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/CreateTransitGatewayConnectRequestMarshaller.java | 4846 | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | apache-2.0 |
jsouthron/nosql | src/nosql/Aggregation/NoSqlPipeline.cs | 8340 | namespace nosql.Aggregation
{
using System;
using System.Collections.Generic;
using System.Linq;
using MongoDB.Bson;
using MongoDB.Driver;
public class NoSqlPipeline
{
public string Database { get; set; }
public string Collection { get; set; }
public L... | apache-2.0 |
dailos/heimdal | heimdal.local/protected/views/device/view.php | 739 | <?php
$this->breadcrumbs=array(
'Devices'=>array('index'),
$model->id,
);
$this->menu=array(
array('label'=>'List Device','url'=>array('index')),
array('label'=>'Create Device','url'=>array('create')),
array('label'=>'Update Device','url'=>array('update','id'=>$model->id)),
array('label'=>'Delete Device','url'=>... | apache-2.0 |
tempbottle/jsimpledb | publish/reports/coverage/org.jsimpledb.util.ConvertedSet.html | 21055 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Coverage Report</title>
<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/... | apache-2.0 |
fangyang888/vue-project | src/store/actions.js | 273 |
import * as types from '../mutation_types'
const initTime = {
time: new Date().getDate()
};
export default {
repositoryList({ commit },data) {
commit(types.REPOSITORY_LIST, data)
},
updateList({commit},list){
commit(types.UPDATE_LIST,list)
}
};
| apache-2.0 |
codetojoy/gists | csharp/async.single/setvars.sh | 56 | #!/bin/bash
set -e
export PROJECT_NAME=async.single
| apache-2.0 |
lazaronixon/prime-rails | lib/prime-rails.rb | 51 | require 'prime/rails/primerails' if defined?(Rails) | apache-2.0 |
driftyco/ionic-site | content/docs/v3/demos/src/components/item/item-reorder.ngfactory.js | 8737 | /**
* @fileoverview This file is generated by the Angular 2 template compiler.
* Do not edit.
* @suppress {suspiciousCode,uselessCode,missingProperties}
*/
/* tslint:disable */
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() ... | apache-2.0 |
tascape/reactor-report | README.md | 1215 | # reactor-report
Reactor report web app (deployed in single-node docker swarm)
Install the latest [Docker CE](https://store.docker.com/editions/community/docker-ce-desktop-mac), and run ```docker swarm init``` to enable swarm mode.
## 1. deploy with source code
clone repo, run
```
./build.sh && ./deploy.sh
```
... | apache-2.0 |
aliyun-beta/aliyun-oss-cpp-sdk | oss_sdk_cpp/message/multipart_upload.h | 1418 | /*
* 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 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Brassicaceae/Camelina/Camelina sativa/ Syn. Camelina crepitans/README.md | 192 | # Camelina crepitans (Sinskaya) Kusn. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
onosfw/apis | onos/apis/namespaceorg_1_1onosproject_1_1driver_1_1extensions.js | 815 | var namespaceorg_1_1onosproject_1_1driver_1_1extensions =
[
[ "NiciraExtensionTreatmentInterpreter", "classorg_1_1onosproject_1_1driver_1_1extensions_1_1NiciraExtensionTreatmentInterpreter.html", "classorg_1_1onosproject_1_1driver_1_1extensions_1_1NiciraExtensionTreatmentInterpreter" ],
[ "NiciraResubmit", "cla... | apache-2.0 |
marco-c/mercurius | test/testRegister.js | 2638 | var mercurius = require('../index.js');
var request = require('supertest');
var crypto = require('crypto');
var should = require('chai').should();
var redis = require('../redis.js');
describe('mercurius register', function() {
var token;
before(function() {
return mercurius.ready;
});
var origRandomBytes... | apache-2.0 |
Tyshark9/arcgis-runtime-samples-dotnet | src/Store/ArcGISRuntimeSDKDotNet_StoreSamples/Samples/Mapping/Swipe.xaml.cs | 1647 | using System;
using System.Diagnostics;
using Windows.Foundation;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Media;
namespace ArcGISRuntimeSDKDotNet_StoreSamples.Samples
{
/// <summary>
/// Shows how to swipe one map over another.
/// </summary>
//... | apache-2.0 |
chhh/MSFTBX | xsd-jaxb2-maven-build/target/generated-sources/xjc/umich/ms/io/type/mzidentml/ModificationType.java | 6447 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// 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: 2017.08.18 at 01... | apache-2.0 |
mihui/speech-ios-sdk | watsonsdk/SpeechUtility.h | 5407 | /**
* Copyright IBM Corporation 2017
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | apache-2.0 |
atomfrede/animated-octo-adventure | jenkins.service/src/main/java/de/atomfrede/jenkins/domain/TestReport.java | 838 | package de.atomfrede.jenkins.domain;
import java.io.Serializable;
import com.google.gson.Gson;
public class TestReport implements Serializable {
private static final long serialVersionUID = -974641584792263440L;
private int failCount;
private int skipCount;
private int totalCount;
public int getFailCount() {... | apache-2.0 |
consulo/consulo-python | python-impl/src/main/java/com/jetbrains/python/refactoring/PyDefUseUtil.java | 6432 | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Lythraceae/Cuphea/Cuphea petalosa/README.md | 172 | # Cuphea petalosa Herzog SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
rhshah/basicfiltering | vardict/postprocess.py | 1171 | #!/usr/bin/python
"""postprocess"""
import argparse
import ruamel.yaml
import os
def read(filename):
"""return file contents"""
with open(filename, 'r') as file_in:
return file_in.read()
def write(filename, cwl):
"""write to file"""
with open(filename, 'w') as file_out:
file_out.wr... | apache-2.0 |
requery/requery | requery/src/main/java/io/requery/converter/ZonedDateTimeConverter.java | 1918 | /*
* Copyright 2017 requery.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 required by applicable law or agreed to i... | apache-2.0 |
codeboyyong/hadoop-sample | wordcount_cli_yarn/src/main/java/com/codeboy/hadoop/wordcount/progressable/SlowWCTokenizerMapper.java | 799 | package com.codeboy.hadoop.wordcount.progressable;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
/***
* take a simple test and split by token
* @author codeboyyong
*
*/
public cla... | apache-2.0 |
Gubancs/chess-profile | src/main/java/org/topclouders/chessprofile/component/MailProperties.java | 1441 | /*
* Copyright 2016 TopClouders Hungary Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Typhulaceae/Sclerotium/Sclerotium hysterioides/README.md | 187 | # Sclerotium hysterioides Corda SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sclerotium hysterioides Corda
### Remarks
null | apache-2.0 |
geniustanley/problem-solving | UVa/10855 - Rotated square.cpp | 1314 | #include <stdio.h>
int main(void)
{
int N, n, cnt;
char tmp;
char big[105][105], small[4][105][105];
while (EOF != scanf("%d %d\n", &N, &n) && N && n) {
for (int i = 0; i < N; i++) {
for (int j = 0; j < N; j++) {
scanf(" %c", &big[i][j]);
}
}
for (int i = 0; i < n; i++) {
... | apache-2.0 |
shizhen0632/hdcms | hd/Hdcms/Field/Tpl/Field/add.php | 3971 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>添加字段</title>
<hdui bootstrap="true"/>
... | apache-2.0 |
blowekamp/itkSuperPixel | doc/scripts/evaluation_ski.py | 1526 | #!/usr/bin/env python
import SimpleITK as sitk
import skimage as ski
import skimage.segmentation
import numpy as np
import timeit
def mask_label_contour(image, seg):
"""Combine an image and segmentation by masking the segmentation contour.
For an input image (scalar or vector), and a multi-label
segmentati... | apache-2.0 |
nghiant2710/base-images | balena-base-images/node/nebra-hnt/fedora/32/12.22.1/run/Dockerfile | 2748 | # AUTOGENERATED FILE
FROM balenalib/nebra-hnt-fedora:32-run
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --keyserver ha.pool.... | apache-2.0 |
zhuwbigdata/hadoop-admin-utils | spark-utils/yarnClientSparkShell.sh | 183 | #!/bin/bash
BASE_DIR=$(dirname $0)
#source $BASE_DIR/../bin/setenv.sh
#$SPARK_HOME/bin/spark-shell --master yarn --deploy-mode client
spark-shell --master yarn --deploy-mode client
| apache-2.0 |
Hack23/cia | model.external.worldbank.data.impl/src/main/java/com/hack23/cia/model/external/worldbank/data/impl/DataElement.java | 6818 | /*
* Copyright 2010 James Pether Sörling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Erysiphales/Erysiphaceae/Erysiphe/Erysiphe diffusa/Microsphaera diffusa thermopsidis/README.md | 265 | # Microsphaera diffusa var. thermopsidis (Jacz.) T.Z. Liu VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
in Liu & Zhu, Mycosystema 17(4): 299 (1998)
#### Original name
Trichocladia diffusa f. thermopsidis Jacz.
### Remarks
null | apache-2.0 |
mmmsplay10/QuizUpWinner | quizup/com/fasterxml/jackson/databind/util/EnumResolver.java | 3736 | package com.fasterxml.jackson.databind.util;
import com.fasterxml.jackson.databind.AnnotationIntrospector;
import java.io.Serializable;
import java.lang.reflect.Method;
import java.util.HashMap;
public class EnumResolver<T extends Enum<T>>
implements Serializable
{
private static final long serialVersionUID = 1L;... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Aizoaceae/Schwantesia/Schwantesia cognata/README.md | 177 | # Schwantesia cognata L.Bolus SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
udotdevelopment/ATSPM | MOE.Common/Business/WCFServiceLibrary/ApproachYellowRedActivationsAggregationOptions.cs | 6335 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using MOE.Common.Business.Bins;
using MOE.Common.Business.DataAggregation;
using MOE.Common.Models;
namespace MOE.Common.Business... | apache-2.0 |
Pacane/gsss-documentation | src/main/java/com/arcbees/gssssite/client/application/ApplicationModule.java | 395 | package com.arcbees.gssssite.client.application;
import com.gwtplatform.mvp.client.gin.AbstractPresenterModule;
public class ApplicationModule extends AbstractPresenterModule {
@Override
protected void configure() {
bindPresenter(ApplicationPresenter.class, ApplicationPresenter.MyView.class, Applicati... | apache-2.0 |
FrenzelGmbH/company-website | modules/pages/controllers/DefaultController.php | 226 | <?php
namespace app\modules\pages\controllers;
use Yii;
use app\modules\app\controllers\AppController;
class DefaultController extends AppController
{
public function actionIndex()
{
return $this->render('index');
}
}
| apache-2.0 |
Velaya/gbol_solr | docs/solr-core/org/apache/solr/search/grouping/package-use.html | 10933 | <!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 Fri Apr 01 14:42:07 CDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Package org.apache.s... | apache-2.0 |
0end1/code_base | Node.js_Codebase/chapter10/ServerMaxConnections/ch10.net_maxconnections_clientB.js | 743 | /**
* Created by king on 15-5-20.
*
* ch10.net_maxconnections_clientB.js
*/
console.info("------ net getconnections() ------");
console.info();
var net = require("net"); // TODO: 引入网络(Net)模块
var HOST = '127.0.0.1'; // TODO: 定义服务器地址
var PORT = 8877; // TODO: 定义端口号
/**
* 使用net.connect()函数方法创建一个T... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Santalales/Santalaceae/Phoradendron/Phoradendron hexastichon/README.md | 182 | # Phoradendron hexastichon Griseb. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
adufilie/flex-falcon | compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGlobalDirectiveProcessor.java | 14034 | /*
*
* 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"); ... | apache-2.0 |
dsanoster/thymeleaf-template-test | src/main/java/myapp/ThymeleafTemplateTestServlet.java | 947 | package myapp;
import java.io.IOException;
import java.util.Date;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class ThymeleafTemplateTestServlet extends HttpServlet {
@Override
public void doGet(HttpServletRequest req,... | apache-2.0 |
guillaume-philippon/aquilon | lib/aquilon/worker/commands/add_interface_network_device.py | 2483 | # -*- cpy-indent-level: 4; indent-tabs-mode: nil -*-
# ex: set expandtab softtabstop=4 shiftwidth=4:
#
# Copyright (C) 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Contributor
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# Y... | apache-2.0 |
yongwen/teletraan | deploy-service/common/src/main/java/com/pinterest/deployservice/handler/EnvironHandler.java | 20532 | /*
* Copyright 2016 Pinterest, 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 ... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Strophariaceae/Naucoria/Naucoria pamirica/README.md | 181 | # Naucoria pamirica Lebedeva SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Naucoria pamirica Lebedeva
### Remarks
null | apache-2.0 |
Fokko/incubator-airflow | airflow/contrib/operators/s3_list_operator.py | 3690 | # -*- coding: utf-8 -*-
#
# 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
#... | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Dictyotales/Dictyotaceae/Zonaria/Zonaria turneriana/README.md | 186 | # Zonaria turneriana J. Agardh 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/Asparagales/Orchidaceae/Peristylus/Peristylus densus/ Syn. Habenaria stenostachya buchneroides/README.md | 202 | # Habenaria stenostachya subsp. buchneroides SUBSPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
gextech/iptc-newsml | src/main/java/gex/newsml/g2/GeoCoordinatesType.java | 10700 |
package gex.newsml.g2;
import lombok.ToString;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xm... | apache-2.0 |
vjanmey/EpicMudfia | com/planet_ink/coffee_mud/Abilities/Spells/Spell_MarkerPortal.java | 5758 | package com.planet_ink.coffee_mud.Abilities.Spells;
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.p... | apache-2.0 |
dagnir/aws-sdk-java | aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/transform/DeploymentJsonUnmarshaller.java | 3671 | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | apache-2.0 |
common-workflow-language/cwltool | cwltool/schemas/v1.1/concepts.md | 24688 | ## References to other specifications
**Javascript Object Notation (JSON)**: http://json.org
**JSON Linked Data (JSON-LD)**: http://json-ld.org
**YAML**: http://yaml.org
**Avro**: https://avro.apache.org/docs/1.8.1/spec.html
**Uniform Resource Identifier (URI) Generic Syntax**: https://tools.ietf.org/html/rfc3986)... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Myrtaceae/Eugenia/Eugenia moschata/ Syn. Eugenia pleurosiphonea/README.md | 185 | # Eugenia pleurosiphonea Diels SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
ko870423/animated-octo-wookie | README.md | 65 | # animated-octo-wookie
+4cf8d4fa659f481da1d63bb2ee82af8b35ae4b6e
| apache-2.0 |
regweb/regweb-api-php | src/Regweb/Authorization/AuthSchemeInterface.php | 107 | <?php
namespace Regweb\Authorization;
interface AuthSchemeInterface {
public function getAccessToken();
} | apache-2.0 |
arokia/oasis | source/oasis-ems/core/lib/model/doctrine/TasksPriorityTable.class.php | 1251 | <?php
/**
*qdPM
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the lic... | apache-2.0 |
pashute/docs.particular.net | samples/saga/nh-custom-sagafinder/Version_5/Sample/Program.cs | 930 | using System;
using NServiceBus;
using NServiceBus.Persistence;
class Program
{
static void Main()
{
BusConfiguration busConfig = new BusConfiguration();
busConfig.EndpointName("Samples.NHibernateCustomSagaFinder");
busConfig.UseSerialization<JsonSerializer>();
busConfig.Enabl... | apache-2.0 |
surfdome/twitter-cldr-rb | spec/shared/territory_spec.rb | 1060 | # encoding: UTF-8
# Copyright 2012 Twitter, Inc
# http://www.apache.org/licenses/LICENSE-2.0
require 'spec_helper'
include TwitterCldr::Shared
describe Territory do
let(:code) { '013' }
let(:territory) { Territory.new(code) }
describe '#parents' do
let(:parents) { %w[013 territory parents] }
it 'del... | apache-2.0 |
ut-ims-robotics/robotont | robotont_description/README.md | 123 | # robotont_description
Description package for robotont that contains meshes, URDF, simulation, and relevant launch-files.
| apache-2.0 |
androidx/media | libraries/extractor/src/main/java/androidx/media3/extractor/flac/package-info.java | 720 | /*
* Copyright (C) 2019 The Android Open Source Project
*
* 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... | apache-2.0 |
LuaExtend/LuaExtend | tools/bsdiff_bzip/android_bsdiff/file.cpp | 3032 | // Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "file.h"
#include <errno.h>
#include <fcntl.h>
#ifdef __linux__
#include <linux/fs.h>
#endif // __linux__
#include <string.h>
#include <sys... | apache-2.0 |
AlexLitvino/i8080_simulator | runner.py | 177 | from processor import Processor
file_name = "program_samples\hello.hex"
processor = Processor(file_name)
processor.load()
processor.run()
if __name__ == '__main__':
pass
| apache-2.0 |
alprise/proapps | ProApps.Web.Mvc/App_Start/BundleConfig.cs | 1579 | using System.Web;
using System.Web.Optimization;
namespace ProApps.Web.Mvc
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new S... | apache-2.0 |
Ronshanlin/autor | src/autor/builder/xml/XmlDefaultHandler.java | 1091 | /**
*
*/
package autor.builder.xml;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IMarker;
import org.eclipse.core.runtime.CoreException;
import org.xml.sax.helpers.DefaultHandler;
import autor.builder.message.ConsoleHelper;
import autor.builder.utils.ConsoLevel;
/**
* @author shanli... | apache-2.0 |
grafeas/client-go | 0.1.0/api_grafeas_v1_beta1.go | 52653 | /*
* proto/v1beta1/grafeas.proto
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: version not set
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package grafeas
import (
"context"
"io/ioutil"
"... | apache-2.0 |
lorban/ehcache3 | impl/src/test/java/org/ehcache/impl/internal/store/tiering/TieredStoreSPITest.java | 15046 | /*
* Copyright Terracotta, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | apache-2.0 |
danida/beadando | src/main/java/application/beadando3/view/PingView.java | 4485 | package application.beadando3.view;
import application.beadando3.services.implementations.PingModelServiceImplementation;
import java.time.LocalDateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import application.beadando3.Main;
import application.beadando3.DAO.PingModelDAO;
import application.bea... | apache-2.0 |
laran/warehouse | warehouse/src/main/java/com/laranevans/warehouse/web/exception/JsonFriendlyErrors.java | 730 | /* (C) Copyright 2015 Laran Evans */
package com.laranevans.warehouse.web.exception;
import java.util.ArrayList;
import java.util.List;
public class JsonFriendlyErrors {
private List<JsonFriendlyError> errors = new ArrayList<>();
public JsonFriendlyErrors(){}
public JsonFriendlyErrors(List<JsonFriendlyEr... | apache-2.0 |
pehnquihn/pongmmo | Pong/src/main/SpriteSheet.java | 665 | package main;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import javax.imageio.ImageIO;
public class SpriteSheet {
private ArrayList<BufferedImage> subImages = new ArrayList<BufferedImage>();
public SpriteSheet(String imgStr, int index, int ... | apache-2.0 |
arnaud71/webso-db | docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/BinURLDataSource.html | 5085 | <!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.6.0_27) on Thu Jan 23 20:22:41 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... | apache-2.0 |