code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 3 942 | language stringclasses 30
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
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;
}
}
| EzequielAyzenberg/proyectoOdin | src/main/java/com/thegrid/models/Etiqueta.java | Java | apache-2.0 | 289 |
# 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 ... | xhochy/arrow | java/vector/src/main/java/org/apache/arrow/vector/ipc/message/IpcOption.java | Java | apache-2.0 | 1,252 |
/*
* 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 ... | reportportal/commons-dao | src/main/java/com/epam/ta/reportportal/entity/activity/Activity.java | Java | apache-2.0 | 4,661 |
# 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 | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Polyporaceae/Cryptoporus/README.md | Markdown | apache-2.0 | 219 |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | aws/aws-sdk-java | aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/ListDocumentsRequest.java | Java | apache-2.0 | 19,461 |
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... | helena-project/beetle | controller/access/lookup.py | Python | apache-2.0 | 2,657 |
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;... | TinghuanWang/source | src/cn/jsprun/domain/Stats.java | Java | apache-2.0 | 592 |
/*
* 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... | maciej-zygmunt/unitime | JavaSource/org/unitime/timetable/onlinesectioning/OnlineSectioningServer.java | Java | apache-2.0 | 6,330 |
/*
* 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 ... | googleinterns/calcite | core/src/main/java/org/apache/calcite/rel/rules/AggregateJoinRemoveRule.java | Java | apache-2.0 | 4,852 |
(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... | davidrice/mythtv-ffmpeg-tumblr-clip | public/build/mythtv-ffmpeg-tumblr-clip.js | JavaScript | apache-2.0 | 719,858 |
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... | fernandopeinado/ora_manager | src/main/java/br/com/cas10/oraman/oracle/LockMode.java | Java | apache-2.0 | 772 |
package com.linuxtek.kona.app.util;
public interface KCallback {
public void callback(Object object);
}
| LinuxTek/kona-app-model | src/main/java/com/linuxtek/kona/app/util/KCallback.java | Java | apache-2.0 | 109 |
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 | nakamura-to/Tranq | build/rebuild.ps1 | PowerShell | apache-2.0 | 215 |
'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... | brendangregg/vector | karma.conf.js | JavaScript | apache-2.0 | 2,704 |
<!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... | Shuvayatra/shuvayatra.github.io | index.html | HTML | apache-2.0 | 11,907 |
<!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... | dsebban/orchestrate-java-client | www/source/javadoc/0.7.0/deprecated-list.html | HTML | apache-2.0 | 5,666 |
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... | racker/gutsy | lib/web/plugins/pager_duty.js | JavaScript | apache-2.0 | 1,738 |
#!/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:... | CORDEA/analysis_of_1000genomes-data | programs/machine_learning/extract_pred.py | Python | apache-2.0 | 1,133 |
# 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... | tejal29/pants | src/python/pants/backend/python/thrift_builder.py | Python | apache-2.0 | 4,568 |
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... | matinalhope/explore | spring-jdbc/src/book/java/com/matianl/explore/java8/ch9/sec02/FilesDemo.java | Java | apache-2.0 | 2,006 |
# Rubus pierrati Boutay SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Rubus/Rubus pierrati/README.md | Markdown | apache-2.0 | 171 |
//
// 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... | foursquare/fsqio | src/jvm/io/fsq/twofishes/server/resources/twofishes-static/gen-js/geocoder_types.js | JavaScript | apache-2.0 | 69,674 |
#
# 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... | dyrock/trafficserver | lib/perl/lib/Apache/TS/AdminClient.pm | Perl | apache-2.0 | 21,551 |
"""
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... | laboiteproject/laboite-erp | laboite_erp/settings.py | Python | apache-2.0 | 3,111 |
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... | paulnguyen/cmpe279 | eclipse/Roller/src/org/apache/roller/ui/authoring/struts/forms/RollerConfigForm.java | Java | apache-2.0 | 14,171 |
/*
* 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... | windbender/moquette | broker/src/main/java/io/moquette/interception/messages/InterceptConnectMessage.java | Java | apache-2.0 | 2,229 |
<!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... | YeewenTan/YeewenTan.github.io | canovadoc/org/canova/api/exceptions/package-summary.html | HTML | apache-2.0 | 4,839 |
// 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... | anfeng/CaffeOnSpark | caffe-distri/src/main/cpp/util/mini_cluster.cpp | C++ | apache-2.0 | 4,823 |
# 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... | nghiant2710/base-images | balena-base-images/python/artik533s/alpine/3.12/3.6.12/build/Dockerfile | Dockerfile | apache-2.0 | 4,838 |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | aws/aws-sdk-java | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/CreateTransitGatewayConnectRequestMarshaller.java | Java | apache-2.0 | 4,846 |
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... | jsouthron/nosql | src/nosql/Aggregation/NoSqlPipeline.cs | C# | apache-2.0 | 8,340 |
<?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'=>... | dailos/heimdal | heimdal.local/protected/views/device/view.php | PHP | apache-2.0 | 739 |
<!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"/... | tempbottle/jsimpledb | publish/reports/coverage/org.jsimpledb.util.ConvertedSet.html | HTML | apache-2.0 | 21,055 |
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)
}
};
| fangyang888/vue-project | src/store/actions.js | JavaScript | apache-2.0 | 273 |
#!/bin/bash
set -e
export PROJECT_NAME=async.single
| codetojoy/gists | csharp/async.single/setvars.sh | Shell | apache-2.0 | 56 |
require 'prime/rails/primerails' if defined?(Rails) | lazaronixon/prime-rails | lib/prime-rails.rb | Ruby | apache-2.0 | 51 |
/**
* @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 __() ... | driftyco/ionic-site | content/docs/v3/demos/src/components/item/item-reorder.ngfactory.js | JavaScript | apache-2.0 | 8,737 |
# 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
```
... | tascape/reactor-report | README.md | Markdown | apache-2.0 | 1,215 |
/*
* 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 ... | aliyun-beta/aliyun-oss-cpp-sdk | oss_sdk_cpp/message/multipart_upload.h | C | apache-2.0 | 1,418 |
# Camelina crepitans (Sinskaya) Kusn. 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/Brassicales/Brassicaceae/Camelina/Camelina sativa/ Syn. Camelina crepitans/README.md | Markdown | apache-2.0 | 192 |
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... | onosfw/apis | onos/apis/namespaceorg_1_1onosproject_1_1driver_1_1extensions.js | JavaScript | apache-2.0 | 815 |
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... | marco-c/mercurius | test/testRegister.js | JavaScript | apache-2.0 | 2,638 |
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>
//... | Tyshark9/arcgis-runtime-samples-dotnet | src/Store/ArcGISRuntimeSDKDotNet_StoreSamples/Samples/Mapping/Swipe.xaml.cs | C# | apache-2.0 | 1,647 |
//
// 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... | chhh/MSFTBX | xsd-jaxb2-maven-build/target/generated-sources/xjc/umich/ms/io/type/mzidentml/ModificationType.java | Java | apache-2.0 | 6,447 |
/**
* 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... | mihui/speech-ios-sdk | watsonsdk/SpeechUtility.h | C | apache-2.0 | 5,407 |
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() {... | atomfrede/animated-octo-adventure | jenkins.service/src/main/java/de/atomfrede/jenkins/domain/TestReport.java | Java | apache-2.0 | 838 |
/*
* 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... | consulo/consulo-python | python-impl/src/main/java/com/jetbrains/python/refactoring/PyDefUseUtil.java | Java | apache-2.0 | 6,432 |
# Cuphea petalosa Herzog SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Lythraceae/Cuphea/Cuphea petalosa/README.md | Markdown | apache-2.0 | 172 |
#!/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... | rhshah/basicfiltering | vardict/postprocess.py | Python | apache-2.0 | 1,171 |
/*
* 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... | requery/requery | requery/src/main/java/io/requery/converter/ZonedDateTimeConverter.java | Java | apache-2.0 | 1,918 |
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... | codeboyyong/hadoop-sample | wordcount_cli_yarn/src/main/java/com/codeboy/hadoop/wordcount/progressable/SlowWCTokenizerMapper.java | Java | apache-2.0 | 799 |
/*
* 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 ... | Gubancs/chess-profile | src/main/java/org/topclouders/chessprofile/component/MailProperties.java | Java | apache-2.0 | 1,441 |
# Sclerotium hysterioides Corda SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sclerotium hysterioides Corda
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Typhulaceae/Sclerotium/Sclerotium hysterioides/README.md | Markdown | apache-2.0 | 187 |
#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++) {
... | geniustanley/problem-solving | UVa/10855 - Rotated square.cpp | C++ | apache-2.0 | 1,314 |
<!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"/>
... | shizhen0632/hdcms | hd/Hdcms/Field/Tpl/Field/add.php | PHP | apache-2.0 | 3,971 |
#!/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... | blowekamp/itkSuperPixel | doc/scripts/evaluation_ski.py | Python | apache-2.0 | 1,526 |
# 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.... | nghiant2710/base-images | balena-base-images/node/nebra-hnt/fedora/32/12.22.1/run/Dockerfile | Dockerfile | apache-2.0 | 2,748 |
#!/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
| zhuwbigdata/hadoop-admin-utils | spark-utils/yarnClientSparkShell.sh | Shell | apache-2.0 | 183 |
/*
* 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... | Hack23/cia | model.external.worldbank.data.impl/src/main/java/com/hack23/cia/model/external/worldbank/data/impl/DataElement.java | Java | apache-2.0 | 6,818 |
# 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 | mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Erysiphales/Erysiphaceae/Erysiphe/Erysiphe diffusa/Microsphaera diffusa thermopsidis/README.md | Markdown | apache-2.0 | 265 |
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;... | mmmsplay10/QuizUpWinner | quizup/com/fasterxml/jackson/databind/util/EnumResolver.java | Java | apache-2.0 | 3,736 |
# Schwantesia cognata L.Bolus SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Aizoaceae/Schwantesia/Schwantesia cognata/README.md | Markdown | apache-2.0 | 177 |
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... | udotdevelopment/ATSPM | MOE.Common/Business/WCFServiceLibrary/ApproachYellowRedActivationsAggregationOptions.cs | C# | apache-2.0 | 6,335 |
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... | Pacane/gsss-documentation | src/main/java/com/arcbees/gssssite/client/application/ApplicationModule.java | Java | apache-2.0 | 395 |
<?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');
}
}
| FrenzelGmbH/company-website | modules/pages/controllers/DefaultController.php | PHP | apache-2.0 | 226 |
<!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... | Velaya/gbol_solr | docs/solr-core/org/apache/solr/search/grouping/package-use.html | HTML | apache-2.0 | 10,933 |
/**
* 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... | 0end1/code_base | Node.js_Codebase/chapter10/ServerMaxConnections/ch10.net_maxconnections_clientB.js | JavaScript | apache-2.0 | 743 |
# Phoradendron hexastichon Griseb. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Santalales/Santalaceae/Phoradendron/Phoradendron hexastichon/README.md | Markdown | apache-2.0 | 182 |
/*
*
* 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"); ... | adufilie/flex-falcon | compiler.js/src/org/apache/flex/compiler/internal/as/codegen/JSGlobalDirectiveProcessor.java | Java | apache-2.0 | 14,034 |
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,... | dsanoster/thymeleaf-template-test | src/main/java/myapp/ThymeleafTemplateTestServlet.java | Java | apache-2.0 | 947 |
# -*- 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... | guillaume-philippon/aquilon | lib/aquilon/worker/commands/add_interface_network_device.py | Python | apache-2.0 | 2,483 |
/*
* 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 ... | yongwen/teletraan | deploy-service/common/src/main/java/com/pinterest/deployservice/handler/EnvironHandler.java | Java | apache-2.0 | 20,532 |
# Naucoria pamirica Lebedeva SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Naucoria pamirica Lebedeva
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Strophariaceae/Naucoria/Naucoria pamirica/README.md | Markdown | apache-2.0 | 181 |
# -*- 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
#... | Fokko/incubator-airflow | airflow/contrib/operators/s3_list_operator.py | Python | apache-2.0 | 3,690 |
# Zonaria turneriana J. Agardh SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Dictyotales/Dictyotaceae/Zonaria/Zonaria turneriana/README.md | Markdown | apache-2.0 | 186 |
# Habenaria stenostachya subsp. buchneroides SUBSPECIES
#### 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/Orchidaceae/Peristylus/Peristylus densus/ Syn. Habenaria stenostachya buchneroides/README.md | Markdown | apache-2.0 | 202 |
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... | gextech/iptc-newsml | src/main/java/gex/newsml/g2/GeoCoordinatesType.java | Java | apache-2.0 | 10,700 |
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... | vjanmey/EpicMudfia | com/planet_ink/coffee_mud/Abilities/Spells/Spell_MarkerPortal.java | Java | apache-2.0 | 5,758 |
/*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | dagnir/aws-sdk-java | aws-java-sdk-api-gateway/src/main/java/com/amazonaws/services/apigateway/model/transform/DeploymentJsonUnmarshaller.java | Java | apache-2.0 | 3,671 |
## 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)... | common-workflow-language/cwltool | cwltool/schemas/v1.1/concepts.md | Markdown | apache-2.0 | 24,688 |
# Eugenia pleurosiphonea Diels 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/Myrtales/Myrtaceae/Eugenia/Eugenia moschata/ Syn. Eugenia pleurosiphonea/README.md | Markdown | apache-2.0 | 185 |
# animated-octo-wookie
+4cf8d4fa659f481da1d63bb2ee82af8b35ae4b6e
| ko870423/animated-octo-wookie | README.md | Markdown | apache-2.0 | 65 |
<?php
namespace Regweb\Authorization;
interface AuthSchemeInterface {
public function getAccessToken();
} | regweb/regweb-api-php | src/Regweb/Authorization/AuthSchemeInterface.php | PHP | apache-2.0 | 107 |
<?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... | arokia/oasis | source/oasis-ems/core/lib/model/doctrine/TasksPriorityTable.class.php | PHP | apache-2.0 | 1,251 |
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... | pashute/docs.particular.net | samples/saga/nh-custom-sagafinder/Version_5/Sample/Program.cs | C# | apache-2.0 | 930 |
# 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... | surfdome/twitter-cldr-rb | spec/shared/territory_spec.rb | Ruby | apache-2.0 | 1,060 |
# robotont_description
Description package for robotont that contains meshes, URDF, simulation, and relevant launch-files.
| ut-ims-robotics/robotont | robotont_description/README.md | Markdown | apache-2.0 | 123 |
/*
* 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... | androidx/media | libraries/extractor/src/main/java/androidx/media3/extractor/flac/package-info.java | Java | apache-2.0 | 720 |
// 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... | LuaExtend/LuaExtend | tools/bsdiff_bzip/android_bsdiff/file.cpp | C++ | apache-2.0 | 3,032 |
from processor import Processor
file_name = "program_samples\hello.hex"
processor = Processor(file_name)
processor.load()
processor.run()
if __name__ == '__main__':
pass
| AlexLitvino/i8080_simulator | runner.py | Python | apache-2.0 | 177 |
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... | alprise/proapps | ProApps.Web.Mvc/App_Start/BundleConfig.cs | C# | apache-2.0 | 1,579 |
/**
*
*/
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... | Ronshanlin/autor | src/autor/builder/xml/XmlDefaultHandler.java | Java | apache-2.0 | 1,091 |
/*
* 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"
"... | grafeas/client-go | 0.1.0/api_grafeas_v1_beta1.go | GO | apache-2.0 | 52,653 |
/*
* 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 ... | lorban/ehcache3 | impl/src/test/java/org/ehcache/impl/internal/store/tiering/TieredStoreSPITest.java | Java | apache-2.0 | 15,046 |
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... | danida/beadando | src/main/java/application/beadando3/view/PingView.java | Java | apache-2.0 | 4,485 |
/* (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... | laran/warehouse | warehouse/src/main/java/com/laranevans/warehouse/web/exception/JsonFriendlyErrors.java | Java | apache-2.0 | 730 |
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 ... | pehnquihn/pongmmo | Pong/src/main/SpriteSheet.java | Java | apache-2.0 | 665 |
<!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... | arnaud71/webso-db | docs/solr-dataimporthandler/org/apache/solr/handler/dataimport/class-use/BinURLDataSource.html | HTML | apache-2.0 | 5,085 |