repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
Bridg/hydra-1 | warden/warden_http.go | 2295 | package warden
import (
"net/http"
"net/url"
"github.com/ory-am/fosite"
"github.com/ory-am/hydra/firewall"
"github.com/ory-am/hydra/pkg"
"github.com/pkg/errors"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/clientcredentials"
)
type HTTPWarden struct {
Client *http.Client
Dry ... | apache-2.0 |
escapin/ElectionManager | ElectionHandler/refreshConfig.sh | 348 | #!/bin/bash
node ../sElect/tools/config2js.js config.json > webapp/js/config.js configRaw
node ../sElect/tools/config2js.js ../_configFiles_/handlerConfigFile.json > webapp/js/ElectionConfigFile.js electionConfigRaw
node ../sElect/tools/config2js.js ../_configFiles_/serverAddresses.json > webapp/js/serverAddresses.js ... | apache-2.0 |
qingyuancloud/qingyuan | release-0.19.0/docs/getting-started-guides/coreos/bare_metal_offline.md | 26138 | # Bare Metal CoreOS with QingYuan (OFFLINE)
Deploy a CoreOS running QingYuan environment. This particular guild is made to help those in an OFFLINE system, wither for testing a POC before the real deal, or you are restricted to be totally offline for your applications.
## High Level Design
1. Manage the tftp director... | apache-2.0 |
JoyIfBam5/aws-sdk-cpp | aws-cpp-sdk-sagemaker-runtime/include/aws/sagemaker-runtime/SageMakerRuntimeClient.h | 9323 | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | apache-2.0 |
XuSihan/gumtree-spoon-ast-diff | src/main/java/gumtree/spoon/diff/operations/MoveOperation.java | 211 | package gumtree.spoon.diff.operations;
import com.github.gumtreediff.actions.model.Move;
public class MoveOperation extends AdditionOperation<Move> {
public MoveOperation(Move action) {
super(action);
}
}
| apache-2.0 |
babajon/babajon.github.io | _site/_site/salg/2014/07/15/project-4/index.html | 22466 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Trondheimsveien 69</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Irfan Mirza eiendomsmegler hos DNB Eindom Rodeløkka">
<link rel="c... | apache-2.0 |
gsantovena/mesos | src/slave/flags.hpp | 7795 | // 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 |
taohungyang/cloud-custodian | tools/c7n_azure/tests/test_networksecuritygroup.py | 6524 | # Copyright 2015-2018 Capital One Services, 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed ... | apache-2.0 |
tcrognon/google-cloud-node | scripts/helpers.js | 10052 | /*!
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | apache-2.0 |
akhr/java | Spring/jars/spring-framework-5.1.18.RELEASE/docs/javadoc-api/org/springframework/http/package-tree.html | 15357 | <!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_232) on Tue Sep 15 08:52:47 UTC 2020 -->
<title>org.springframework.http Class Hierarchy (Spring Framework 5.1.18.RELEASE API)</title>
<meta na... | apache-2.0 |
dump247/aws-sdk-java | aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/model/transform/DescribeConnectionsOnInterconnectResultJsonUnmarshaller.java | 3202 | /*
* Copyright 2010-2016 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 "l... | apache-2.0 |
Laimiux/RxActivity | rxactivity/src/main/java/com/laimiux/rxactivity/LifecycleEvent.java | 495 | package com.laimiux.rxactivity;
import android.app.Activity;
public abstract class LifecycleEvent {
private final Kind kind;
private final Activity activity;
public LifecycleEvent(Kind kind, Activity activity) {
this.kind = kind;
this.activity = activity;
}
public Activity activity() {
return ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Piperales/Piperaceae/Pothomorphe/Pothomorphe alleni/README.md | 174 | # Pothomorphe alleni Trel. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
kfmaster/cicdlab | modules/docker-roundcubemail/plugins/enigma/lib/enigma_engine.php | 26398 | <?php
/*
+-------------------------------------------------------------------------+
| Engine of the Enigma Plugin |
| |
| This program is free software; you can redistribute it and/or modify |
| ... | apache-2.0 |
quantumlib/Cirq | cirq-rigetti/cirq_rigetti/sampler.py | 5548 | # Copyright 2021 The Cirq Developers
#
# 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 ... | apache-2.0 |
JohnSnowLabs/spark-nlp | docs/_posts/HashamUlHaq/2021-02-03-hindi_cc_300d_hi.md | 2029 | ---
layout: model
title: Word Embeddings for Hindi (hindi_cc_300d)
author: John Snow Labs
name: hindi_cc_300d
date: 2021-02-03
task: Embeddings
language: hi
edition: Spark NLP 2.7.2
spark_version: 2.4
tags: [embeddings, open_source, hi]
supported: true
article_header:
type: cover
use_language_switcher: "Python-Scala-... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Salicaceae/Populus/Populus inopina/README.md | 181 | # Populus inopina Eckenw. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
vesteraas/primeng | showcase/demo/responsive/responsivedemo.html | 36238 | <div>
<style type="text/css">
/** Demo **/
.ui-grid-row .ui-grid-col-2,
.ui-grid-row .ui-grid-col-10 {
padding: 0.5em 0;
}
.ui-datagrid .ui-datagrid-column {
text-align: center;
}
</style>
<div class="ContentSideSections">
<di... | apache-2.0 |
togglz/togglz-site | apidocs/2.6.1.Final/org/togglz/spring/boot/legacy/actuate/autoconfigure/package-summary.html | 6344 | <!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_172) on Wed Jul 25 07:27:33 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.togglz.spring.boot.leg... | apache-2.0 |
GitHubAFeng/AFengAndroid | app/src/main/java/com/afeng/xf/utils/AFengUtils/StatusBarUtil.java | 28369 | package com.afeng.xf.utils.AFengUtils;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.os.Build;
import android.support.annotation.ColorInt;
import android.support.design.widget.CoordinatorLayout;
import android.support.v4.... | apache-2.0 |
kopaka7/Visual-Summary | appengine-java-sdk-1.9.27/docs/javadoc/com/google/appengine/api/xmpp/PresenceBuilder.html | 14825 | <!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-google-v7) on Wed Sep 02 13:30:33 PDT 2015 -->
<title>PresenceBuilder (Google App Engine Java API)</title>
<meta name="date" content="2015-09-0... | apache-2.0 |
torrances/swtk-commons | commons-dict-wordnet-indexbyid/src/main/java/org/swtk/commons/dict/wordnet/indexbyid/instance/p0/p1/WordnetNounIndexIdInstance0161.java | 16360 | package org.swtk.commons.dict.wordnet.indexbyid.instance.p0.p1; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import java.util.TreeMap; import org.swtk.common.dict.dto.wordnet.IndexNoun; import com.trimc.blogger.commons.utils.GsonUtils; public final class WordnetNounIndexIdInstance0... | apache-2.0 |
anandaverma/NinjaParser | src/com/fiberlink/ninjaparser/output/StdOut.java | 123 | package com.fiberlink.ninjaparser.output;
public class StdOut implements Output{
public void print() {
}
}
| apache-2.0 |
adejanovski/cassandra-jdbc-wrapper | src/main/java/org/apache/cassandra2/cql/jdbc/CassandraDriver.java | 844 | /*
* Copyright (C) 2012-2015 DataStax 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 app... | apache-2.0 |
dboissier/canardpc-base | src/templates/admin/users.html | 2716 | {% extends "admin/admin_layout.html" %}
{% block page_title %}Administration : gestion des utilisateurs{% endblock %}
{% block admin_content %}
<div id="userForm">
<div class="row">
<table class="table table-striped">
<thead>
<tr>
<td>Login</td>
<td... | apache-2.0 |
dcarbone/php-fhir-generated | src/DCarbone/PHPFHIRGenerated/DSTU1/PHPFHIRTests/FHIRElement/FHIRBackboneElement/FHIRFamilyHistory/FHIRFamilyHistoryConditionTest.php | 3336 | <?php
namespace DCarbone\PHPFHIRGenerated\DSTU1\PHPFHIRTests\FHIRElement\FHIRBackboneElement\FHIRFamilyHistory;
/*!
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: December 26th,... | apache-2.0 |
genialis/resolwe-bio | resolwe_bio/processes/support_processors/seqtk_reverse_complement.py | 8764 | """Reverse complement reads with Seqtk."""
import os
from plumbum import TEE
from resolwe.process import (
Cmd,
DataField,
FileField,
FileHtmlField,
ListField,
Process,
StringField,
)
class ReverseComplementSingle(Process):
"""Reverse complement single-end FASTQ reads file using Seqt... | apache-2.0 |
kstilwell/tcex | tcex/services/common_service.py | 14584 | """TcEx Framework Service Common module"""
# standard library
import json
import threading
import time
import traceback
import uuid
from datetime import datetime
from typing import Callable, Optional, Union
from .mqtt_message_broker import MqttMessageBroker
class CommonService:
"""TcEx Framework Service Common m... | apache-2.0 |
glameyzhou/scaffold | scaffold-component/src/test/java/org/glamey/scaffold/component/store/qiniu/QiNiuStoreTemplateTest.java | 846 | package org.glamey.scaffold.component.store.qiniu;
import com.google.common.io.Files;
import org.glamey.scaffold.BaseSpringJunit;
import org.glamey.scaffold.component.store.StoreTemplate;
import org.junit.Test;
import javax.annotation.Resource;
import java.io.File;
/**
* @author zhouyang.zhou.
*/
public class QiNi... | apache-2.0 |
libris/librisxl | gui-whelktool/src/main/java/whelk/gui/ReplaceRecordsPanel.java | 3153 | package whelk.gui;
import whelk.ScriptGenerator;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
... | apache-2.0 |
mschlenstedt/Loxberry | libs/perllib/File/Samba.pm | 27073 | package File::Samba;
use strict;
use warnings;
use Carp qw(cluck croak confess);
use Data::Dump qw(dump);
require Exporter;
our @ISA = qw(Exporter);
#
# We all for several exports
#
our $VERSION = '0.03';
our (@EXPORT, @EXPORT_OK, %EXPORT_TAGS);
#
# Exported Functions by request
#
@EXPORT_OK = qw(
version
keys
valu... | apache-2.0 |
bytePassion/OpenQuoridorFramework | OpenQuoridorFramework/OQF.PlayerVsBot.GameLogic/GameService.cs | 4020 | using System;
using System.Threading;
using bytePassion.Lib.Communication.State;
using bytePassion.Lib.ConcurrencyLib;
using OQF.AnalysisAndProgress.ProgressUtils;
using OQF.Bot.Contracts;
using OQF.Bot.Contracts.Coordination;
using OQF.Bot.Contracts.GameElements;
using OQF.Bot.Contracts.Moves;
using OQF.PlayerVsBot.C... | apache-2.0 |
gocd-contrib/docker-elastic-agents | src/main/java/cd/go/contrib/elasticagents/docker/requests/JobCompletionRequest.java | 3654 | /*
* Copyright 2018 ThoughtWorks, 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 agr... | apache-2.0 |
ihr/akka-di | README.md | 186 | akka-di
=======
Dependency Injection for AKKA
A small library for bridging the gap between Dependency Injection and AKKA
There are two branches:
-) master branch with dependencies on | apache-2.0 |
rolandio/inkstand | inkstand-http-undertow/src/main/java/io/inkstand/http/undertow/AuthenticatingUndertowWebServerProvider.java | 3953 | /*
* Copyright 2015 Gerald Muecke, gerald.muecke@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | apache-2.0 |
googleapis/java-aiplatform | proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/DeleteContextRequestOrBuilder.java | 2785 | /*
* Copyright 2020 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 ... | apache-2.0 |
obulpathi/poppy | poppy/transport/validators/stoplight/helpers.py | 823 | # Copyright (c) 2014 Rackspace, 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 in wr... | apache-2.0 |
nishantmehta/mainGrokit | src/Test_DistMsg/headers/DistMsgTest.h | 1687 |
// Copyright 2013 Tera Insights, LLC. All Rights Reserved.
#ifndef _DIST_MSG_TEST_H_
#define _DIST_MSG_TEST_H_
#include "EventGenerator.h"
#include "EventGeneratorImp.h"
#include "EventProcessorImp.h"
#include "EventProcessor.h"
#include "RemoteAddress.h"
#include "ProxyEventProcessor.h"
#include "MessageMacros.h"
#... | apache-2.0 |
masukomi/mobtvse | vendor/bundle/gems/mongoid-2.4.11/CHANGELOG.md | 38657 | # Overview
For instructions on upgrading to newer versions, visit
[mongoid.org](http://mongoid.org/docs/upgrading.html).
## 2.4.11 (branch: 2.4.0-stable)
### Resolved Issues
* This release forces a cap on the mongo driver version at 1.6.2 due to
changes in the `Mongo::Connection.from_uri` API not allowing valid
... | apache-2.0 |
jaredly/pyjamas | library/pyjamas/dnd/util/CoordinateLocation.py | 1133 | """
* Copyright 2007 Fred Sauer
*
* 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 writing, so... | apache-2.0 |
tanvirehsan/TreeConstructionFromQuartets | TreeConstructionFromQuartets/Model/PartitionSet.cs | 4522 | namespace TreeConstructionFromQuartets.Model
{
using System;
using System.Collections.Generic;
using System.Linq;
public class PartitionSet
{
public PartitionSet(string PartitionSetName)
{
this._PartitionSetName = PartitionSetName;
this._Final_Score = 0;
... | apache-2.0 |
googleapis/google-api-ruby-client | google-api-client/generated/google/apis/securitycenter_v1beta1/service.rb | 66146 | # Copyright 2015 Google 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 in writing,... | apache-2.0 |
ArcherCraftStore/ArcherVMPeridot | apps/owncloud/htdocs/apps/calendar/l10n/da.php | 7568 | <?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "Ikke alle kalendere er fuldstændig cached",
"Everything seems to be completely cached" => "Alt ser ud til at være cached",
"No calendars found." => "Der blev ikke fundet nogen kalendere.",
"No events found." => "Der blev ikke fundet nogen begive... | apache-2.0 |
uwroute/study | ML/eval/auc.cpp | 2402 | #include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <fstream>
#include "gflags/gflags.h"
#include "Common/log.h"
DEFINE_string(res_file, "", "predict res");
DEFINE_int32(log_level, 2, "LogLevel :"
"0 : TRACE "
"1 : DEBUG "
"2 : INFO "
"3 : ERROR");
uint32_t log_level =... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Cortinariaceae/Cortinarius/Cortinarius lucorum/ Syn. Cortinarius impennis lucorum/README.md | 276 | # Cortinarius impennis var. lucorum Fr., 1838 VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Epicr. syst. mycol. (Upsaliae) 294 (1838)
#### Original name
Cortinarius impennis var. lucorum Fr., 1838
### Remarks
null | apache-2.0 |
Mobet/Mobet-Net | Mobet-Net/Mobet/Runtime/Cookie/CookieManager.cs | 1723 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
namespace Mobet.Runtime.Cookie
{
public static class CookieManager
{
/// <summary>
/// 创建cookie
/// </summary>
/// <param name="name">cookie名</param>
/// <param name=... | apache-2.0 |
smart-e/lifemap | plugins/lfPosPlugin/apps/pc_backend/modules/pos/templates/_googlearea.php | 520 | <tr>
<td><?php echo $area->id ?></td>
<td><?php echo $area->lat ?></td>
<td><?php echo $area->lng ?></td>
<td><?php echo $area->radius ?></td>
<td width="300px"><?php echo $area->url ?></td>
<td><?php echo $area->area ?></td>
<td><?php echo $area->min_radius_area ?></td>
<td><?php echo $... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Machaonia/Machaonia tiffina/README.md | 188 | # Machaonia tiffina Urb. & Ekman 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/Fungi/Ascomycota/Dothideomycetes/Pleosporales/Phoma/Phoma camelinae/README.md | 171 | # Phoma camelinae Sandu SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Phoma camelinae Sandu
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Laurales/Lauraceae/Borbonia/Borbonia cupularis/README.md | 180 | # Borbonia cupularis C.F.Gaertn. 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/Cactaceae/Echinocactus/Echinocactus multiflorus/Echinocactus multiflorus parisiensis/README.md | 205 | # Echinocactus multiflorus f. parisiensis (K.Schum.) Schelle FORM
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Ectocarpales/Chordariaceae/Chordaria/Chordaria flagelliformis/ Syn. Chordaria flagelliformis minor/README.md | 202 | # Chordaria flagelliformis var. minor C. Agardh 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/Magnoliophyta/Magnoliopsida/Lamiales/Orobanchaceae/Castilleja/Castilleja galehintoniae/README.md | 184 | # Castilleja galehintoniae G.L.Nesom 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/Malvales/Malvaceae/Malva/Malva trachelifolia/README.md | 174 | # Malva trachelifolia Link 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/Hypocreales/Niessliaceae/Taiwanascus/Taiwanascus tetrasporus/README.md | 278 | # Taiwanascus tetrasporus Sivan. & H.S. Chang, 1997 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Res. 101(2): 176 (1997)
#### Original name
Taiwanascus tetrasporus Sivan. & H.S. Chang, 1997
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Alismatales/Hydrocharitaceae/Vallisneria/Vallisneria anhuiensis/README.md | 189 | # Vallisneria anhuiensis X.S.Shen 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/Dactylorhiza/Dactylorhiza fuchsii/ Syn. Dactylorhiza maculata meyeri/README.md | 195 | # Dactylorhiza maculata subsp. meyeri SUBSPECIES
#### 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/Fungi/Ascomycota/Pezizomycetes/Pezizales/Pyronemataceae/Leucoloma/Leucoloma ascoboloides/README.md | 183 | # Leucoloma ascoboloides Rehm SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Leucoloma ascoboloides Rehm
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Corticiales/Corticiaceae/Corticium/Corticium jamaicensis/README.md | 212 | # Corticium jamaicensis Burt SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Ann. Mo. bot. Gdn 13(3): 273 (1926)
#### Original name
Corticium jamaicensis Burt
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Dipsacales/Dipsacaceae/Trichera/Trichera slovaca/README.md | 211 | # Trichera slovaca (Štěpánek) J.Holub SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
Knautia slovaca Štěpánek
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Miconia/Miconia paucidens/ Syn. Acinodendron paucidens/README.md | 192 | # Acinodendron paucidens (DC.) Kuntze SPECIES
#### 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/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Eulophia/Eulophia mackinnonii/README.md | 185 | # Eulophia mackinnonii Duthie SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
virtualopensystems/snabbswitch | src/lib/ipc/fs.lua | 1179 | -- Snabb Switch filesystem layout for IPC shmem files.
module(...,package.seeall)
local syscall = require("syscall")
local lib = require("core.lib")
local fs = {}
local default_root = "/var/run/snabb"
function fs:instances (root)
return lib.files_in_directory(root or default_root)
end
function fs:exists (pid, r... | apache-2.0 |
mono/roslyn | src/Features/Core/Diagnostics/EngineV2/DiagnosticIncrementalAnalyzer.cs | 9908 | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsof... | apache-2.0 |
kawatan/Milk | MNISTTest/Properties/AssemblyInfo.cs | 1389 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MNI... | apache-2.0 |
google-code/android-scripting | jruby/src/test/externals/ruby1.9/ruby/test_literal.rb | 6345 | require 'test/unit'
class TestRubyLiteral < Test::Unit::TestCase
def test_special_const
assert_equal 'true', true.inspect
assert_instance_of TrueClass, true
assert_equal 'false', false.inspect
assert_instance_of FalseClass, false
assert_equal 'nil', nil.inspect
assert_instance_of NilClass, n... | apache-2.0 |
wpxiong/beargo | util/dbutil/db_util.go | 94 | package dbutil
import (
"github.com/wpxiong/beargo/log"
)
func init() {
log.InitLog()
}
| apache-2.0 |
wittyResry/leetcode | src/main/java/WordPattern.java | 1026 | import java.util.HashMap;
import java.util.Map;
public class WordPattern {
public static boolean wordPattern(String pattern, String str) {
Map<String, String> a2b = new HashMap<String, String>();
Map<String, String> b2a = new HashMap<String, String>();
String[] tokens = str.split(" ");
... | apache-2.0 |
AKSW/R2RLint | src/main/java/org/aksw/sparqlify/qa/pinpointing/Pinpointer.java | 2208 | package org.aksw.sparqlify.qa.pinpointing;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import org.aksw.sparqlify.core.algorithms.CandidateViewSelectorImpl;
import org.aksw.sparqlify.core.algorithms.ViewQuad;
import org.aksw.sparqlify.core.domain.input.ViewDefinition;
import org.aksw.s... | apache-2.0 |
nitram509/macaroons.js | src/main/ts/MacaroonsVerifier.ts | 9915 | /*
* Copyright 2014 Martin W. Kirst
*
* 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 |
ctr-lang/ctr | lib/ctr-nodes/animation/anim-config.js | 1529 | const _ = require('lodash');
const teFlow = require('te-flow');
const AnimManager = require('./anim-manager.js');
const _H = require('./../helpers/helper-index.js');
const animConfig = function (_key, _data) {
/**
* Preps the data to be processed
* @param {str} key -> anim key
* @... | apache-2.0 |
mattiamascia/jrank | src/main/java/com/f1000/rank/helper/RankingHelper.java | 361 | /**
*
*/
package com.f1000.rank.helper;
import java.util.List;
import com.f1000.rank.journal.model.Rank;
/**
* The Interface RankingHelper.
*
* @author mattiam
*/
public interface RankingHelper {
/**
* Ranking.
*
* @param <T> the generic type
* @param list the list
*/
public <T extend... | apache-2.0 |
gsoundar/mambo-ec2-deploy | packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/util/hbck/package-use.html | 7214 | <!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_67) on Wed Oct 08 15:57:26 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org... | apache-2.0 |
JasonTsoi/Test | README.md | 42 | # Test
This is a github test.
a
brand add
| apache-2.0 |
HanderWei/ZhihuDaily | app/src/main/java/me/chen_wei/zhihu/MyApplication.java | 489 | package me.chen_wei.zhihu;
import android.app.Application;
import android.support.v7.app.AppCompatDelegate;
/**
* Created by Hander on 16/2/28.
* <p/>
* Email : hander_wei@163.com
*/
public class MyApplication extends Application {
static{
//设置DayNightTheme模式
AppCompatDelegate.setDefaultNight... | apache-2.0 |
jaredsburrows/cs-interview-questions | java/src/main/java/leetcode/Problem167TwoSumII.java | 752 | package leetcode;
/**
* https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
* https://leetcode.com/explore/learn/card/array-and-string/205/array-two-pointer-technique/1153/
*/
public final class Problem167TwoSumII {
public int[] twoSum(int[] numbers, int target) {
if (numbers == null || numb... | apache-2.0 |
consulo/consulo | modules/base/lang-impl/src/main/java/com/intellij/ide/actions/runAnything/RunAnythingContextRecentDirectoryCache.java | 1682 | /*
* Copyright 2013-2019 consulo.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 ... | apache-2.0 |
AmartC/synthea | lib/world/birth_rate.rb | 515 | module Synthea
module World
class BirthRate
def initialize
@area = Synthea::Config.population.area
@population_variance = Synthea::Config.population.birth_variance
@rate_per_sq_mile = (Synthea::Config.population.daily_births_per_square_mile * Synthea::Config.time_step)
mean ... | apache-2.0 |
Dakror/Vloxlands | core/src/de/dakror/vloxlands/generate/WorldGenerator.java | 1624 | /*******************************************************************************
* Copyright 2015 Maximilian Stark | Dakror <mail@dakror.de>
*
* 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... | apache-2.0 |
graviton57/ITArticles | app/src/main/java/com/havryliuk/itarticles/data/local/preferences/AppPreferencesHelper.java | 1546 | package com.havryliuk.itarticles.data.local.preferences;
import javax.inject.Inject;
/**
* Created by Igor Havrylyuk on 23.10.2017.
*/
public class AppPreferencesHelper implements IPreferencesHelper {
private static final String PREF_KEY_IS_LOGGED_IN = "PREF_KEY_IS_LOGGED_IN";
private static final String ... | apache-2.0 |
WilliamDo/ignite | modules/ml/src/main/java/org/apache/ignite/ml/math/impls/matrix/AbstractMatrix.java | 26094 | /*
* 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 |
markcowl/azure-sdk-for-net | sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Generated/SensitivityLabelsRestOperations.cs | 61980 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
using Azure.ResourceManager.Sql.... | apache-2.0 |
ctripcorp/x-pipe | redis/redis-proxy/src/main/java/com/ctrip/xpipe/redis/proxy/spring/Production.java | 2700 | package com.ctrip.xpipe.redis.proxy.spring;
import com.ctrip.xpipe.redis.core.proxy.endpoint.DefaultProxyEndpointManager;
import com.ctrip.xpipe.redis.core.proxy.endpoint.ProxyEndpointManager;
import com.ctrip.xpipe.redis.core.proxy.handler.NettyClientSslHandlerFactory;
import com.ctrip.xpipe.redis.core.proxy.handler.... | apache-2.0 |
mdoering/backbone | life/Fungi/Zygomycota/Mucorales/Mucoraceae/Mucor/Mucor fimeti/README.md | 169 | # Mucor fimeti Schrank SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Mucor fimeti Schrank
### Remarks
null | apache-2.0 |
holajan/dotvvm | src/DotVVM.Framework/Parser/Dothtml/Parser/DothtmlBindingNode.cs | 666 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace DotVVM.Framework.Parser.Dothtml.Parser
{
[DebuggerDisplay("{debuggerDisplay,nq}")]
public class DothtmlBindingNode : DothtmlLiteralNode
{
#region debbuger display
[DebuggerBrowsable(Debug... | apache-2.0 |
Mageswaran1989/aja | src/examples/scala/org/aja/tej/examples/ml/Pipeline.scala | 1867 | package org.aja.tej.examples.ml
import org.aja.tej.utils.TejUtils
import org.apache.spark.sql.SQLContext
import org.apache.spark.ml.Pipeline
import org.apache.spark.ml.classification.LogisticRegression
import org.apache.spark.ml.feature.{HashingTF, Tokenizer}
import org.apache.spark.mllib.linalg.Vector
import org.apac... | apache-2.0 |
Lucidastar/hodgepodgeForAndroid | app/src/main/java/com/lucidastar/hodgepodge/view/CircleProgressView.java | 22758 | package com.lucidastar.hodgepodge.view;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.os.Bundle;
import android.os... | apache-2.0 |
bowlofstew/kythe | third_party/typescript/src/server/editorServices.ts | 96179 | /// <reference path="..\compiler\commandLineParser.ts" />
/// <reference path="..\services\services.ts" />
/// <reference path="protocol.d.ts" />
/// <reference path="session.ts" />
namespace ts.server {
export interface Logger {
close(): void;
isVerbose(): boolean;
loggingEnabled(... | apache-2.0 |
treper/SlidingMenuUsage | DxStore/src/com/dxbook/ui/SearchResultActivity.java | 63 | package com.dxbook.ui;
public class SearchResultActivity {
}
| apache-2.0 |
aws/aws-sdk-java | aws-java-sdk-managedblockchain/src/main/java/com/amazonaws/services/managedblockchain/model/NetworkSummary.java | 16696 | /*
* 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 |
aws/aws-sdk-java | aws-java-sdk-servicecatalog/src/main/java/com/amazonaws/services/servicecatalog/model/DescribeTagOptionResult.java | 3915 | /*
* 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 |
Scavi/BrainSqueeze | src/main/java/com/scavi/brainsqueeze/codefight/challenge/CreditCycle.java | 923 | /*
* 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 writing, software
* distr... | apache-2.0 |
thomasdarimont/spring-data-examples | jpa/multiple-datasources/src/test/java/example/springdata/jpa/multipleds/order/OrderRepositoryTests.java | 1608 | /*
* Copyright 2015-2018 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 |
rfuertesp/pruebas2 | common/app/com/commercetools/sunrise/common/template/cms/filebased/FileBasedCmsService.java | 1294 | package com.commercetools.sunrise.common.template.cms.filebased;
import com.commercetools.sunrise.cms.CmsPage;
import com.commercetools.sunrise.cms.CmsService;
import com.commercetools.sunrise.common.template.i18n.I18nResolver;
import javax.inject.Inject;
import javax.inject.Named;
import java.util.List;
import java.... | apache-2.0 |
UKPLab/sentence-transformers | sentence_transformers/losses/DenoisingAutoEncoderLoss.py | 6700 | import torch
from torch import nn, Tensor
from typing import Iterable, Dict
from sentence_transformers import SentenceTransformer
from transformers import AutoConfig, AutoTokenizer, AutoModelForCausalLM, PreTrainedModel
import logging
logger = logging.getLogger(__name__)
class DenoisingAutoEncoderLoss(nn.Module):
... | apache-2.0 |
florian-shellfire/shellfirebox-files | files_template/usr/lib/lua/luci/controller/admin/index.lua | 2161 | -- Copyright 2008 Steven Barth <steven@midlink.org>
-- Licensed to the public under the Apache License 2.0.
module("luci.controller.admin.index", package.seeall)
local debugger = require "luci.debugger"
-- Shellfire Box modifications index function
--[[
function index()
local root = node()
if not root.target then
... | apache-2.0 |
WIgor/hadoop | hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DNConf.java | 17321 | /**
* 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 |
defuz/sublimate | src/toolkit/draw.rs | 345 | pub trait Drawing {
fn char(&self, c: char, x: usize, y: usize);
fn text(&self, s: &str, x: usize, y: usize);
fn fill_char(&self, c: char);
fn fill(&self);
}
pub trait HasSize {
fn width(&self) -> usize;
fn height(&self) -> usize;
}
pub trait HasChildren {
type Item;
fn children(&s... | apache-2.0 |
edx/repo-tools | edx_repo_tools/codemods/django2/foreignkey_on_delete_mod.py | 1718 | import sys
from typing import Optional
from bowler import Query, LN, Capture, Filename, TOKEN, SYMBOL
from fissix.pytree import Node, Leaf
from lib2to3.fixer_util import Name, KeywordArg, Dot, Comma, Newline, ArgList
def filter_print_string(node, capture, filename) -> bool:
function_name = capture.get("function_... | apache-2.0 |
xnx3/iw | doc/index-files/index-19.html | 92996 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_40) on Sat Feb 10 09:47:11 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>S - 索引</title>
<meta name="d... | apache-2.0 |