code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
# Semecarpus euodiifolius Kochummen SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Sapindales/Anacardiaceae/Semecarpus/Semecarpus euodiifolius/README.md | Markdown | apache-2.0 | 183 |
# Raciborskanthos minax (Rchb.f.) Szlach. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Cleisostoma/Cleisostoma minax/ Syn. Raciborskanthos minax/README.md | Markdown | apache-2.0 | 196 |
# Miltonia bismarckii (Dodson & D.E.Benn.) P.F.Hunt SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Miltoniopsis/Miltoniopsis bismarckii/ Syn. Miltonia bismarckii/README.md | Markdown | apache-2.0 | 206 |
# Termitomyces subumkowaanii Mossebo SPECIES
#### Status
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Termitomyces subumkowaanii Mossebo
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Lyophyllaceae/Termitomyces/Termitomyces subumkowaan/ Syn. Termitomyces subumkowaanii/README.md | Markdown | apache-2.0 | 196 |
# Polyblastia cinerea (A. Massal.) Jatta SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Amphoridium cinereum A. Massal.
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Eurotiomycetes/Verrucariales/Verrucariaceae/Polyblastia/Polyblastia cinerea/README.md | Markdown | apache-2.0 | 223 |
# Trachelomonas elliptica (Playfair) Deflandre SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Protozoa/Euglenozoa/Euglenida/Euglenales/Euglenaceae/Trachelomonas/Trachelomonas elliptica/README.md | Markdown | apache-2.0 | 202 |
# Pilosella flammea (Lindeb.) Norrl. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/incertae sedis/Pilosella fuscoatra/ Syn. Pilosella flammea/README.md | Markdown | apache-2.0 | 191 |
# Trametes meyenii (Klotzsch) Lloyd, 1918 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Writ. 5(no. 67): 14 (1918)
#### Original name
Polyporus meyenii Klotzsch, 1843
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Polyporaceae/Trametes/Trametes meyenii/README.md | Markdown | apache-2.0 | 254 |
/*
Copyright 2012 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, software
di... | defus/gContacts | js/app.js | JavaScript | apache-2.0 | 5,069 |
module.exports = function(req, res, log, next) {
res.json({keyWithParamPOST: 'value'});
}; | contactlab/saray | test/data/call4?param1=value1.POST.js | JavaScript | apache-2.0 | 92 |
package cn.elvea.platform.commons.user;
import java.io.Serializable;
/**
* User
*
* @author elvea
* @since 0.0.1
*/
public interface User extends Serializable {
/**
* ID
*/
Long getId();
/**
* 用户名
*/
String getUsername();
}
| elveahuang/platform | platform-commons/platform-commons-core/src/main/java/cn/elvea/platform/commons/user/User.java | Java | apache-2.0 | 276 |
/*
* 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... | cedral/aws-sdk-cpp | aws-cpp-sdk-iotanalytics/source/model/GetDatasetContentRequest.cpp | C++ | apache-2.0 | 1,384 |
package com.dt.scala.implicits
import java.io.File
import scala.io.Source
/**
* @author Wang Jialin
* Date 2015/7/20
* Contact Information:
* WeChat: 18610086859
* QQ: 1740415547
* Email: 18610086859@126.com
* Tel: 18610086859
*/
object Context_Helper{
implicit class FileEnhancer(file : ... | slieer/scala-tutorials | src/main/scala/com/dt/scala/implicits/Implicits_Class.scala | Scala | apache-2.0 | 675 |
package io.github.i49.cascade.tests;
/**
* Namespaces used in the test cases.
*/
public final class Namespaces {
public static final String XHTML = "http://www.w3.org/1999/xhtml";
public static final String SVG = "http://www.w3.org/2000/svg";
public static final String XLINK = "http://www.w... | i49/cascade | cascade/src/test/java/io/github/i49/cascade/tests/Namespaces.java | Java | apache-2.0 | 471 |
package com.github.sormuras.stash;
import java.nio.ByteBuffer;
import javax.lang.model.type.TypeMirror;
import javax.lang.model.util.Elements;
import javax.lang.model.util.Types;
public interface Stashlet {
String BUFFER = "this.buffer";
String CLOCK = "this.clock";
String DELEGATE = "this.delegate";
Class<?> ... | sormuras/treasure | stashonly/src/com/github/sormuras/stash/Stashlet.java | Java | apache-2.0 | 847 |
/*
* Copyright 2017 Mirko Sertic
*
* 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 ... | mirkosertic/Bytecoder | core/src/main/java/de/mirkosertic/bytecoder/core/BytecodeInstructionALOAD.java | Java | apache-2.0 | 973 |
//
// Copyright 2011 Jeff Verkoeyen
//
// 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 t... | 0xced/nimbus | src/collections/src/NICollectionViewModel.h | C | apache-2.0 | 6,258 |
#!/bin/sh --
mkdir -p build/debug
cd build/debug
cmake -DCMAKE_BUILD_TYPE=Debug ../..
make clean && make
| amzn/ion-c | build-debug.sh | Shell | apache-2.0 | 106 |
/*
* Copyright 2020 Nikita Shakarun
*
* 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... | nikita36078/J2ME-Loader | app/src/main/java/javax/microedition/amms/control/audio3d/MacroscopicControl.java | Java | apache-2.0 | 786 |
#!/bin/bash
source common.sh
echo "Precompiling templates"
python -c \
"from dpxdt.server import app; \
app.jinja_env.compile_templates(
'./deployment/appengine/templates_compiled.zip')"
echo "Starting deployment"
appcfg.py update ./deployment/appengine
| mabushadi/dpxdt | appengine_deploy.sh | Shell | apache-2.0 | 274 |
# - Find lzma
# Find the native lzma includes and library
#
# lzma_INCLUDE_DIR - where to find lzma.h, etc.
# lzma_LIBRARIES - List of libraries when using lzma.
# lzma_FOUND - True if lzma found.
set(lzma_NAMES lzma)
find_library(lzma_LIBRARY NAMES ${lzma_NAMES} )
if (lzma_LIBRARY)
set(lzma_FOUND TRU... | letconex/MMT | src/decoder-phrasebased/src/native/cmake_modules/Findlzma.cmake | CMake | apache-2.0 | 823 |
<!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_71) on Wed May 25 10:45:49 IRDT 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Clas... | haghighi-ahmad/gmc-hdfssim | dist/javadoc/additional/class-use/Datacenter.html | HTML | apache-2.0 | 17,900 |
# Oxytropis immersa var. jinaliensis Ali VARIETY
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Oxytropis/Oxytropis immersa/Oxytropis immersa jinaliensis/README.md | Markdown | apache-2.0 | 196 |
// Copyright 2012-2013 Samplecount S.L.
//
// 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... | samplecount/methcla | src/Methcla/Audio/Synth.cpp | C++ | apache-2.0 | 14,017 |
/*
* Copyright 2014-2019 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... | jentfoo/aws-sdk-java | aws-java-sdk-marketplacecommerceanalytics/src/main/java/com/amazonaws/services/marketplacecommerceanalytics/model/GenerateDataSetResult.java | Java | apache-2.0 | 4,956 |
#region Copyright
// Copyright 2014 Myrcon Pty. 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 appl... | phogue/Potato | src/Potato.Database.Shared/Serializers/Sql/SerializerMySql.cs | C# | apache-2.0 | 23,724 |
# Chrysophyllum roxburghii G.Don SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Sapotaceae/Chrysophyllum/Chrysophyllum roxburghii/README.md | Markdown | apache-2.0 | 188 |
/**
* @widgetClass Structure class
* @package wof.bizWidget
* @copyright author
* @Time: 13-9-21 下午08:46
*/
wof.bizWidget.ObjectInspector = function (root) {
this.getDomInstance().mousedown(function (event) {
event.stopPropagation();
});
};
wof.bizWidget.ObjectInspector.prototype =... | xlyyc/wof | src/wof/bizWidget/ObjectInspector.js | JavaScript | apache-2.0 | 3,841 |
package cmd
import (
"fmt"
"io/ioutil"
"os"
"path/filepath"
"reflect"
"sort"
"strings"
"testing"
kapi "github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/util"
buildapi "github.com/openshift/origin/pkg/build/api"
client "github.com/openshift/origin/pkg/clien... | cgwalters/origin | pkg/generate/app/cmd/newapp_test.go | GO | apache-2.0 | 20,125 |
#region Copyright
//=======================================================================================
// Microsoft Azure Customer Advisory Team
//
// This sample is supplemental to the technical guidance published on my personal
// blog at http://blogs.msdn.com/b/paolos/.
//
// Author: Paolo Salvatori
//=====... | lenardg/ServiceBusExplorer | src/ServiceBusExplorer/Forms/NewVersionAvailableForm.cs | C# | apache-2.0 | 3,865 |
/*
* Licensed to GraphHopper and Peter Karich under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper licenses this file to you under the Apache License,
* Version 2.0 (the "License"); yo... | engaric/graphhopper | core/src/main/java/com/graphhopper/reader/osgb/itn/OSITNWay.java | Java | apache-2.0 | 7,336 |
/*
* Copyright (c) 2016. All rights reserved.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS".
* IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES.
*
* Author: Florin Bogdan Balint... | e0725439/idac | prototype/ac.at.tuwien.mt.datacontract/src/test/java/ac/at/tuwien/mt/datacontract/CreateDataContractTest.java | Java | apache-2.0 | 2,835 |
package com.jdroid.android.debug;
import android.app.FragmentTransaction;
import android.os.Bundle;
import com.jdroid.android.application.AbstractApplication;
import com.jdroid.android.R;
import com.jdroid.android.activity.AbstractFragmentActivity;
import com.jdroid.android.fragment.AbstractPreferenceFragment;
import... | wskplho/jdroid | jdroid-android/src/debug/java/com/jdroid/android/debug/DebugSettingsActivity.java | Java | apache-2.0 | 1,981 |
# 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
# distributed under t... | TargetHolding/pyspark-cassandra | python/pyspark_cassandra/streaming.py | Python | apache-2.0 | 2,902 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.google.code.play2.provider.play21 (Play! 2.x Provid... | play2-maven-plugin/play2-maven-plugin.github.io | play2-maven-plugin/1.0.0-rc2/play2-providers/play2-provider-play21/apidocs/com/google/code/play2/provider/play21/package-use.html | HTML | apache-2.0 | 5,227 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>HcatException - dataworks.HcatException</title>
<meta name="description" content="HcatException - dataworks.HcatException" />
... | whlee21/docker | nable-dataworks/dataworks-core-0.1.0/share/doc/api/dataworks/HcatException.html | HTML | apache-2.0 | 33,521 |
/*
* Copyright 2014, The Sporting Exchange Limited
*
* 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 applicabl... | eswdd/disco | disco-framework/disco-core-api/src/main/java/uk/co/exemel/disco/core/api/exception/ServerFaultCode.java | Java | apache-2.0 | 7,508 |
/*
* $Id$
*
* Copyright 2009 Hiroki Ata
*
* 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 o... | hata/aexlib | aexlib-datastore/src/test/java/org/aexlib/gae/datastore/EntityBaseTest.java | Java | apache-2.0 | 4,235 |
package cn.xishan.oftenporter.oftendb.data;
import cn.xishan.oftenporter.oftendb.annotation.DBField;
import cn.xishan.oftenporter.oftendb.annotation.ExceptDBField;
import cn.xishan.oftenporter.oftendb.db.MultiNameValues;
import cn.xishan.oftenporter.oftendb.db.NameValues;
import cn.xishan.oftenporter.porter.core.JRes... | CLovinr/OftenPorter-1 | Porter-DB/src/main/java/cn/xishan/oftenporter/oftendb/data/DataUtil.java | Java | apache-2.0 | 15,368 |
/**
*
*/
package com.github.typesafe_query;
import java.util.List;
import java.util.Optional;
import java.util.function.Consumer;
import java.util.function.Predicate;
import com.github.typesafe_query.query.Exp;
import com.github.typesafe_query.query.Order;
/**
* モデルの検索を行います。
* <p>検索を行うクラスです</p>
*
* @author T... | typesafe-query/typesafe-query | typesafe-query-core/src/main/java/com/github/typesafe_query/Finder.java | Java | apache-2.0 | 3,127 |
#region License
/*
* Copyright 2010 Miloš Anđelković
*
* 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 re... | drstorm/messylab | Debugger/Target/Pico/PicoBreakpointChecker.cs | C# | apache-2.0 | 8,177 |
/*
* Copyright 2017 Zhihu 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 ... | newbieandroid/AppBase | photoselector/src/main/java/com/youquan/selector/filter/GifSizeFilter.java | Java | apache-2.0 | 2,013 |
/*
* 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 ... | altamiracorp/honeycomb | storage-engine-backends/hbase/src/main/java/com/nearinfinity/honeycomb/hbase/HBaseModule.java | Java | apache-2.0 | 3,520 |
/*
* Copyright 2002-2014 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | eddumelendez/spring-security | test/src/test/java/org/springframework/security/test/web/servlet/request/SecurityMockMvcRequestPostProcessorsAuthenticationStatelessTests.java | Java | apache-2.0 | 3,760 |
/*
* 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-lexmodelsv2/src/main/java/com/amazonaws/services/lexmodelsv2/model/CreateSlotRequest.java | Java | apache-2.0 | 26,672 |
# Codium tomentosum var. elongatum (Turner) Ardissone VARIETY
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Chlorophyta/Bryopsidophyceae/Bryopsidales/Codiaceae/Codium/Codium decorticatum/ Syn. Codium tomentosum elongatum/README.md | Markdown | apache-2.0 | 208 |
# Copyright 2018 Rackspace, US Inc.
# Copyright 2019 Red Hat, 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
#
# Unle... | openstack/octavia | octavia/api/drivers/driver_agent/driver_listener.py | Python | apache-2.0 | 5,587 |
// ERRORS_KEY = 'signinErrors'
Template.signin.onCreated(function() {
// Session.set(ERRORS_KEY, {})
});
Template.signin.helpers({
userName: function() {
// if (!$('input[name="name"]').val()) {
// return ;
// } else {
return "guest";
// }
},
avator: fun... | YY030913/start | client/templates/register/signin.js | JavaScript | apache-2.0 | 4,473 |
package com.example.pgg.weather;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.Arra... | pgga/Weather | app/src/main/java/com/example/pgg/weather/ChooseAreaFragment.java | Java | apache-2.0 | 8,707 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{fsdocs-page-title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="{{fsdocs-authors}}">
<link rel="stylesheet" id="theme_link" href="https://cdnjs.c... | tpetricek/FSharp.Formatting | docs/_template.html | HTML | apache-2.0 | 4,689 |
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.w3.org/1999/xhtml">
<head th:replace="fragments/head :: head">
<title>BioSamples < EMBL-EBI</title>
<!-- A few keywords that relate to the content of THIS PAGE (not the whole project) -->
<meta name="keywords" content="bio... | EBIBioSamples/biosamples-v4 | webapps/core/src/main/resources/templates/about.html | HTML | apache-2.0 | 5,934 |
/*
* #%L
* BroadleafCommerce Common Libraries
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* 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... | jiman94/BroadleafCommerce-BroadleafCommerce2014 | common/src/main/java/org/broadleafcommerce/common/site/dao/SiteDaoImpl.java | Java | apache-2.0 | 4,826 |
/*
* Copyright (C) 2017
* Michael Mosmann <michael@mosmann.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 at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | flapdoodle-oss/de.flapdoodle.solid | src/main/java/de/flapdoodle/solid/theme/mustache/CustomCollector.java | Java | apache-2.0 | 4,011 |
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.... | wouter1981/PortobelloController | Controller/Main.cs | C# | apache-2.0 | 32,343 |
//
// AppDelegate.h
// LZThreadPro04GCD
//
// Created by comst on 15/10/7.
// Copyright (c) 2015年 com.comst1314. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| comst007/testOC | LZThreadPro/LZThreadPro04GCD/AppDelegate.h | C | apache-2.0 | 287 |
package com.suscipio_solutions.consecro_mud.Abilities.Druid;
import java.util.List;
import java.util.Vector;
import com.suscipio_solutions.consecro_mud.Abilities.interfaces.Ability;
import com.suscipio_solutions.consecro_mud.Common.interfaces.CMMsg;
import com.suscipio_solutions.consecro_mud.Items.interfaces.Item;
imp... | ConsecroMUD/ConsecroMUD | com/suscipio_solutions/consecro_mud/Abilities/Druid/Chant_SummonSeed.java | Java | apache-2.0 | 4,149 |
/*
Copyright IBM Corp. 2016 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 applicable law or ag... | magg/fabric | protos/utils/commonutils.go | GO | apache-2.0 | 8,169 |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_ValueType3507792607.h"
// System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>
struct List_1_t2110309450;
// UnityEngine.EventSys... | BPenzar/SuperDinoBros. | Unity_Code/DinoRun_Final/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_Enumera1645039124.h | C | apache-2.0 | 2,533 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Sun Jun 06 00:15:53 JST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
クラス org.apache.mina.filter.loggin... | sardine/mina-ja | docs/apidocs/org/apache/mina/filter/logging/class-use/MdcInjectionFilter.MdcKey.html | HTML | apache-2.0 | 12,204 |
/*
Copyright 2014-2016 Intel Corporation
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, s... | multi-os-engine/moe-core | moe.apple/moe.platform.ios/src/main/java/apple/mapkit/MKRoute.java | Java | apache-2.0 | 5,698 |
using WorkingWithVisualStudio.Models;
using Xunit;
namespace WorkingWithVisualStudio.Tests
{
public class ProductTests
{
[Fact]
public void CanChangeProductName()
{
// Arrange
var p = new Product { Name = "Test", Price = 100M };
// Act
p... | Azuredrop/Pro-ASP.NET-Core-MVC | WorkingWithVisualStudio/test/WorkingWithVisualStudio.Tests/ProductTests.cs | C# | apache-2.0 | 708 |
package com.bei.androidtools;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main)... | beiliubei/androidtools | src/com/bei/androidtools/MainActivity.java | Java | apache-2.0 | 560 |
package de.philipphager.disclosure.database.util.adapters;
import android.support.annotation.NonNull;
import com.squareup.sqldelight.ColumnAdapter;
import org.threeten.bp.Instant;
import org.threeten.bp.OffsetDateTime;
import org.threeten.bp.ZoneOffset;
public class OffsetDateTimeColumnAdapter implements ColumnAdapte... | philipphager/disclosure-android-app | app/src/main/java/de/philipphager/disclosure/database/util/adapters/OffsetDateTimeColumnAdapter.java | Java | apache-2.0 | 611 |
/*
* Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* no... | le-yams/cliqui-app | src/main/java/com/mytdev/cliqui/util/ButtonTabComponent.java | Java | apache-2.0 | 4,928 |
/**
* @license
* Copyright (C) 2018 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 require... | GerritCodeReview/gerrit | polygerrit-ui/app/elements/change/gr-thread-list/gr-thread-list_test.ts | TypeScript | apache-2.0 | 18,089 |
/*
* Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | wso2/security-tools | internal/scan-manager/common/external/src/main/java/org/wso2/security/tools/scanmanager/common/external/model/ScannerField.java | Java | apache-2.0 | 4,084 |
# servkeeper
## Microservice Curator Server
Can you imagine how difficult it must be to efficiently deploy micro services with elastic scalability, continuous delivery and active monitoring?
* How will you scale up, down?
* How will you manage multiple instances?
ServKeeper is the answer to your problem!
Using the ... | neviim/servkeeper | README.md | Markdown | apache-2.0 | 5,956 |
# Embelia gamblei Kurz ex C.B.Clarke SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Primulaceae/Embelia/Embelia gamblei/README.md | Markdown | apache-2.0 | 184 |
# ipf-xsede %VER%-%REL%
# README
## Overview
The Information Publishing Framework (IPF) is a generic framework for gathering and publishing information. IPF
focuses narrowly on gatethering and publishing, and not on analyzing or visualizing information. IPF grew out of
work to publish information about TeraGrid compu... | ericblau/ipf-xsede | README.md | Markdown | apache-2.0 | 2,752 |
/*
* Copyright 2014 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 applicabl... | kidaa/kythe | kythe/cxx/indexer/cxx/KytheGraphObserver.cc | C++ | apache-2.0 | 37,465 |
# coding=utf-8
# Copyright 2018 The DisentanglementLib Authors. 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
#
# Un... | google-research/disentanglement_lib | disentanglement_lib/config/abstract_reasoning_study_v1/stage1/sweep.py | Python | apache-2.0 | 5,267 |
package edu.cmu.lti.oaqa.cse
import edu.cmu.lti.oaqa.cse.scala.configuration.Configuration._
import edu.cmu.lti.oaqa.cse.scala.configuration._
import edu.cmu.lti.oaqa.cse.scala.configuration.Parameters._
object CommonTesting {
trait yamls {
val ex0 = """
configuration:
name: oaqa-tutorial
author: oaqa
co... | oaqa/bagpipes-old | src/test/scala/edu/cmu/lti/oaqa/cse/CommonTesting.scala | Scala | apache-2.0 | 3,056 |
#!/bin/sh
python3 setup.py register sdist upload
| oxo42/FpTest | release.sh | Shell | apache-2.0 | 51 |
package com.fishercoder.solutions;
public class _471 {
public static class Solution1 {
/**
* credit: https://discuss.leetcode.com/topic/71963/accepted-solution-in-java
*/
public String encode(String s) {
String[][] dp = new String[s.length()][s.length()];
... | fishercoder1534/Leetcode | src/main/java/com/fishercoder/solutions/_471.java | Java | apache-2.0 | 2,097 |
package com.khs.sherpa.servlet;
/*
* Copyright 2012 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/LI... | in-the-keyhole/khs-sherpa | src/main/java/com/khs/sherpa/servlet/SherpaServlet.java | Java | apache-2.0 | 4,104 |
package xm.qa.sql;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import xm.qa.Evidence;
import xm.qa.Question;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* @author xuming
*/
public class SqlUtil {
private static final Logger LOG = LoggerFactory.getLogger(SqlUtil.class)... | shibing624/BlogCode | src/main/java/xm/qa/sql/SqlUtil.java | Java | apache-2.0 | 9,051 |
package org.ovirt.engine.api.restapi.resource.gluster;
import java.util.ArrayList;
import java.util.List;
import javax.ws.rs.core.Response;
import org.ovirt.engine.api.common.util.QueryHelper;
import org.ovirt.engine.api.model.Cluster;
import org.ovirt.engine.api.model.GlusterBrick;
import org.ovirt.engine.api.model.... | OpenUniversity/ovirt-engine | backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/gluster/BackendGlusterVolumesResource.java | Java | apache-2.0 | 4,866 |
const passport = require('passport');
const request = require('request');
const LocalStrategy = require('passport-local').Strategy;
const User = require('../models').User;
const INVALID_CREDENTIALS_MESSAGE = 'Invalid email and/or password.';
const UNAUTHORIZED_MESSAGE = 'You are not authorized.';
passport.serializeU... | kklisura/project-neumann | server/app/config/passport.js | JavaScript | apache-2.0 | 1,301 |
/**
* Copyright 2008 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 applicable ... | sgroschupf/katta | modules/katta-core/src/main/java/net/sf/katta/master/Master.java | Java | apache-2.0 | 6,699 |
---
title: Automatically setting up and connect Raspberry Pi to a Wifi network
description: Automatically setting up your raspberry to connect to your wifi, with a static ip or DHCP! Only via SSH tunnel!
permalink: automatically-connect-wifi-raspberry-dhcp-and-staticip
icon: 17HaOLLOXYM
date: 2017-05-17
category: raspb... | TheJoin95/thejoin95.github.io | public/articles/2017-05-17-automatically-connect-wifi-raspberry-dhcp-and-staticip.md | Markdown | apache-2.0 | 4,890 |
"hey iam there yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuyyy"
| 6mandati6/6mandati6 | tt.py | Python | apache-2.0 | 135 |
/*
* Copyright 2000-2014 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... | ernestp/consulo | platform/platform-impl/src/com/intellij/openapi/progress/util/ReadTask.java | Java | apache-2.0 | 1,616 |
/** Code generated by EriLex */
package databook.edsl.map;
public class DmapEqAxiom {
public <E,S,T> F<Dmap<S,E>,Dmap<T,E>> appl(
final F<S,T> eq) {
return ((F<Dmap<S,E>,Dmap<T,E>>) eq) ;
}
public <t,S,T> F<Dmap<t,T>,Dmap<t,T>> appr(
final F<S,T> eq) {
return ((F<Dmap<t,T>,Dmap<t,T>>) eq) ;
}
}
| DICE-UNC/indexing | src/databook/edsl/map/DmapEqAxiom.java | Java | apache-2.0 | 308 |
package com.pengrad.telegrambot.impl;
import com.google.gson.Gson;
import com.pengrad.telegrambot.Callback;
import com.pengrad.telegrambot.request.BaseRequest;
import com.pengrad.telegrambot.response.BaseResponse;
import okhttp3.Call;
import okhttp3.FormBody;
import okhttp3.MediaType;
import okhttp3.MultipartBody;
imp... | pengrad/java-telegram-bot-api | library/src/main/java/com/pengrad/telegrambot/impl/TelegramBotClient.java | Java | apache-2.0 | 5,105 |
/*
* Copyright 2013 Ray Holder
*
* 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... | rholder/gradle-view | src/main/java/com/github/rholder/gradle/log/ToolingLogger.java | Java | apache-2.0 | 906 |
// +build linux
// +build mips mipsle mips64 mips64le
package signal // import "github.com/tiborvass/docker/pkg/signal"
import (
"syscall"
"golang.org/x/sys/unix"
)
const (
sigrtmin = 34
sigrtmax = 127
)
// SignalMap is a map of Linux signals.
var SignalMap = map[string]syscall.Signal{
"ABRT": unix.SIGABR... | tiborvass/docker | pkg/signal/signal_linux_mipsx.go | GO | apache-2.0 | 2,046 |
/*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | graphhopper/graphhopper | core/src/main/java/com/graphhopper/routing/querygraph/VirtualEdgeIterator.java | Java | apache-2.0 | 8,185 |
package com.wenyu.loadingrecyclerview;
public interface LoadingEvent {
void onEventStart();
void onEventSuccess();
void onEventFailure();
void onEventNull();
}
| ChanJLee/android_live | loadingrecyclerview/src/main/java/com/wenyu/loadingrecyclerview/LoadingEvent.java | Java | apache-2.0 | 168 |
---
external help file: Microsoft.Azure.Commands.ServiceBus.dll-Help.xml
Module Name: AzureRM.ServiceBus
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.servicebus/get-azurermservicebusnamespace
schema: 2.0.0
---
# Get-AzureRmServiceBusNamespace
## SYNOPSIS
Gets a description for the specif... | AzureAutomationTeam/azure-powershell | src/ResourceManager/ServiceBus/Commands.ServiceBus/help/Get-AzureRmServiceBusNamespace.md | Markdown | apache-2.0 | 2,778 |
/*
* Copyright 2014-2019 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... | jentfoo/aws-sdk-java | aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/GetRepositoryTriggersRequest.java | Java | apache-2.0 | 3,984 |
# ./MARC21relaxed.py
# -*- coding: utf-8 -*-
# PyXB bindings for NM:5e592dacc0cf5bbbe827fb7d980f3324ca92c3dc
# Generated 2016-12-21 00:24:34.092428 by PyXB version 1.2.4 using Python 2.7.12.final.0
# Namespace http://www.loc.gov/MARC21/slim
from __future__ import unicode_literals
import pyxb
import pyxb.binding
import... | PixelDragon/pixeldragon | MARC21relaxed.py | Python | apache-2.0 | 30,253 |
package resources
import (
"fmt"
"strings"
)
// Description holds information about information of the SKU description, whith strings to be included/omitted.
type Description struct {
Contains []string
Omits []string
}
func (d *Description) fillForComputeInstance(machineType, usageType string) error {
anythi... | googleinterns/terraform-cost-estimation | resources/description.go | GO | apache-2.0 | 2,651 |
// Copyright 2015 The Bazel Authors. 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 appl... | akira-baruah/bazel | src/main/java/com/google/devtools/build/lib/skyframe/ToplevelSkylarkAspectFunction.java | Java | apache-2.0 | 3,078 |
package com.wpx.ipad_server.entity;
public class Dish {
/*
0 dish_no varchar 20 0 1 0
0 dish_name varchar 20 0 1 0
0 dish_price float 0 0 1 0 0
0 dish_class int 11 0 1 0 0 0
0 dish_discount float 0 0 1 0 0
*
*/
private String dish_no;
private String dish_name;
private double dish_price;
public ... | jhvip/iPad_Server | iPad_Server/src/com/wpx/ipad_server/entity/Dish.java | Java | apache-2.0 | 1,432 |
package com.hanyee.androidlib.widgets.recycler;
public enum SwipeRefreshLayoutDirection {
TOP(0), // 只有下拉刷新
BOTTOM(1), // 只有加载更多
BOTH(2);// 全都有
private int mValue;
SwipeRefreshLayoutDirection(int value) {
this.mValue = value;
}
public static SwipeRefreshLayoutDirection getFromIn... | HanyeeWang/GeekZone | BaseLib/src/main/java/com/hanyee/androidlib/widgets/recycler/SwipeRefreshLayoutDirection.java | Java | apache-2.0 | 608 |
# Peperomia reflexa var. coriacea C.DC. VARIETY
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Piperales/Piperaceae/Peperomia/Peperomia reflexa/Peperomia reflexa coriacea/README.md | Markdown | apache-2.0 | 187 |
package ru.spb.kpit.kivan.Parser;
import ru.spb.kpit.kivan.General.Strings.StringUtils;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Scanner;
/**
* Created with IntelliJ IDEA.
* User: Kivan
* Date: 17.03.13... | kivan-mih/generalLib | src/ru/spb/kpit/kivan/Parser/WordTypeMineStrategy.java | Java | apache-2.0 | 4,196 |
/*
Copyright 2013 Daniel Manzke (devsurf)
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 ... | manzke/common-lang | src/main/java/de/devsurf/common/lang/converter/InfoConverter.java | Java | apache-2.0 | 973 |
# Iresine hassleriana var. macrophylla (R.E.Fr.) Suess. VARIETY
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Amaranthaceae/Iresine/Iresine hassleriana/Iresine hassleriana macrophylla/README.md | Markdown | apache-2.0 | 203 |
package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.GroupData;
import ru.stqa.pft.addressbook.model.Groups;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
impo... | dmitrykustikov/java_pft | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/GroupDeletionTests.java | Java | apache-2.0 | 1,014 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.