repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
sczzq/symmetrical-spoon
base-usage/shell/FileInFileOut/out.html
3778
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="Author" content="Made by 'tree'"> <meta name="GENERATOR" content="$Version: $ tree v1.6.0 (c) 1996 - 2011 by Steve Baker, Thomas Moo...
unlicense
magfernandez/TIDTest
src/Network/NetworkBalancer.hpp
1492
#ifndef __NETWORKBALANCER_HPP #define __NETWORKBALANCER_HPP #include <stdlib.h> namespace Network { class NetworkBalancer { public: /** * @brief NetworkBalancer Class constructor */ NetworkBalancer(); /** * @brief sendTroughBalancer Sends a buffer throu...
unlicense
sramana/pysis
apps/passwords/tests/test_reset_password.py
1236
from djangosanetesting.cases import HttpTestCase from django.conf import settings from django.core.urlresolvers import reverse from django.core import mail from accounts.tests import testdata class TestResetPassword(HttpTestCase): def __init__(self, *args, **kwargs): super(self.__class__, self).__init__(*a...
unlicense
PatchRowcester/LearningJava
Demo/src/Demo.java
239
/** * This is a demo class * * @author Ravi */ public class Demo { /** * This is the main method * * @param args */ public static void main(String[] args) { System.out.println("This is a demo."); } }
unlicense
k0ryan/00Text
README.md
627
# 00Text [3ds Homebrew] Open Source text editor with an old mobile phone like keyboard. To use it just take the 00Text folder and put it with your other homebrews (3ds folder in your sd). # Instructions Use the different buttons to select the letters | BUTTON | USE | |---|---| | UP | A B C | | RIGHT | D E F | | DOWN...
unlicense
alkedr/reporting-matchers
src/test/java/com/github/alkedr/matchers/reporting/reporters/NoOpReportersTest.java
1403
package com.github.alkedr.matchers.reporting.reporters; import org.junit.Test; import static com.github.alkedr.matchers.reporting.reporters.Reporters.noOpSafeTreeReporter; import static com.github.alkedr.matchers.reporting.reporters.Reporters.noOpSimpleTreeReporter; public class NoOpReportersTest { @Test pub...
unlicense
andersx/s22-charmm
structures/ref.py
2038
energies = dict() energies[81] = -3.17 # Ammoniadimer.xyz energies[82] = -5.02 # Waterdimer.xyz energies[83] = -1.50 # BenzeneMethanecomplex.xyz energies[84] = -18.61 # Formicaciddimer.xyz energies[85] = -15.96 # Formamidedimer.xyz energies[86] = -20.65 # Uracildimerhbonded.xyz energies[87] ...
unlicense
dylancarlson/citplus
cfgfiles.h
4118
// -------------------------------------------------------------------------- // Citadel: CfgFiles.h // // For figuring out how to configure ourselves. #ifdef MAIN char *citfiles[] = { "GRPDATA.CIT", "EXTERNAL.CIT", "CONFIG.CIT", "CRON.CIT", "ROUTE.CIT", "HARDWARE.CIT", "NODES.CIT...
unlicense
d0n3val/programacio_2
Motor2D_1er/Docs/SDL2/SDL_CreateWindow.html
3925
<HTML> <HEAD> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <link href="layout.css" charset="utf-8" type="text/css" rel="stylesheet"></link> <TITLE>SDL_CreateWindow</TITLE> </HEAD> <BODY> <script src="menu.js"></script> <div id=pagecontent> <h1>SDL_CreateWindow</h1> <p>Use this function to create a...
unlicense
cwpc/cwpc.github.io
refs/bulfinch-1827-report-of-charles-bulfinch-on-the-subject-of-penitentiaries/index.html
9819
<!DOCTYPE html> <html lang="en-US"> <head> <base href="http://localhost/wordpress" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bulfinch-1827 Report of Charles Bulfinch on the Subject of Penitentiaries, | Communicating with Prisoners</title> <link rel='st...
unlicense
rizadh/scheduler
src/InvalidTimeValueError.ts
197
export class InvalidTimeValueError extends Error { constructor(unit: string, providedValue: number) { super(`Cannot create a valid time with provided ${unit} value: ${providedValue}`); } }
unlicense
rizsi/szakkor2014
orak/sa-23/avatar.js
3166
avatar = function(x){ this.x = x; this.y = 0; this.prevY = 0; this.velocity_x = 0; this.velocity_y = 0; this.img = loadImage("stickman.png"); this.crouch = loadImage("crouch.png"); this.width = 16; this.standingHeight=64; this.crouchHeight=44; this.height = this.standingHeight; this.collisionCheck = []; };...
unlicense
basicfreak/BOS
0.0.1/SRC/SYSTEM/FS/FAT.H
2287
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * SYSTEM/FS/FAT.H * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef FAT_H_INCLUDED #define FAT_H_INCLUDED #include <FORMATTING.H> typedef struct _FAT121632_BPB { uint8_t OEMName[8]; uint16_t BytesPerSector; uint8_t SectorsPe...
unlicense
Lyrositor/insa
3if/oo/tp-oo_4/src/Union.cpp
535
#include "Union.h" bool Union::contains(const Vector2D& point) const { for (auto&& figure : figures) if (figure->contains(point)) return true; return false; } Figure* Union::createCopy() const { return new Union(*this); } std::ostream &operator<<(std::ostream& os, const Union* un) { ...
unlicense
mssurajkaiga/mssurajkaiga.github.io
contact/index.html
205
--- title: Contact layout: blank --- <p>Contact me at <a href="mailto:mssurajkaiga@gmail.com">mssurajkaiga@gmail.com</a> or <a href="http://www.github.com/mssurajkaiga">www.github.com/mssurajkaiga</a></p>
unlicense
bitmovin/bitmovin-python
bitmovin/resources/models/encodings/live/auto_restart_configuration.py
785
from bitmovin.utils import Serializable class AutoRestartConfiguration(Serializable): def __init__(self, segments_written_timeout: float = None, bytes_written_timeout: float = None, frames_written_timeout: float = None, hls_manifests_update_timeout: float = None, dash_manifests_u...
unlicense
phwitti/cmdhere
src/base/com_object.cpp
231
#include "com_object.hpp" #include <Windows.h> namespace pw { com_object::com_object() { CoInitializeEx(nullptr, COINIT_MULTITHREADED); } com_object::~com_object() { CoUninitialize(); } }
unlicense
richardg867/CrashReporter
src/crashreporter/api/Registry.java
3754
package crashreporter.api; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Registry for API provider objects. * * @author Richard */ public class Registry { private static final Map<String, Pasteb...
unlicense
KonstantinTwardzik/Graphical-User-Interfaces
CodeExamples/src/gui/dragndrop/DragAndDrop.java
3091
package gui.dragndrop; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.input.*; import javafx.scene.layout.*; import javafx.scene.paint.Color; import javafx.stage.Stage; public class DragAndDrop extends Application { public void start(Stage stag...
unlicense
sherylpeebee/redditClone
own-playground/karma/script.js
1196
var leaderboard2 = function(data) { return data.data.sort(function(a,b){return b.points-a.points;}); }; function liCreate(name,points) { var li = $('<li>'+name+'</li>'); li.append('<span>'+points+'</span>'); } $(document).ready(function() { // var sorted = leaderboard2(data); // for (var i=0; i<sorted.leng...
unlicense
Merovius/go-misc
lcd2usb/main.go
3074
package lcd2usb import ( "errors" "fmt" "github.com/schleibinger/sio" ) type cmd byte const ( cmdPrefix cmd = 0xfe cmdBacklightOn = 0x42 cmdBacklightOff = 0x46 cmdBrightnes = 0x99 // brightnes cmdContrast = 0x50 // contrast cmdAutoscrollOn = 0x51 cmdAutoscroll...
unlicense
andreasaronsson/introduktion_till_informatik
tebrakod/Student.java
589
public class Student { private String namn; private int födelseår, status, id; public Student(){} public String getNamn() { return namn; } public void setNamn(String nyNamn) { namn=nyNamn; } public int getId() { return id; } public void setId(int nyId) { id=nyId; } public int getStatus() { ret...
apache-2.0
luoyefeiwu/learn_java
jpa/src/main/java/com/jerry/controller/BanquetController.java
840
package com.jerry.controller; import com.jerry.model.TBanquet; import com.jerry.service.BanquetService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web...
apache-2.0
istio/istio.io
content/en/docs/reference/glossary/multicluster.md
201
--- title: Multicluster test: n/a --- Multicluster is a deployment model that consists of a [mesh](/docs/reference/glossary/#service-mesh) with multiple [clusters](/docs/reference/glossary/#cluster).
apache-2.0
ahwxl/cms
icms/src/main/webapp/res/extjs/src/dd/DragTracker.js
7637
/*! * Ext JS Library 3.4.0 * Copyright(c) 2006-2011 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ /** * @class Ext.dd.DragTracker * @extends Ext.util.Observable * A DragTracker listens for drag events on an Element and fires events at the start and end of the drag, * as well a...
apache-2.0
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4953_good_b84.html
9178
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
apache-2.0
calonso-conabio/intranet
protected/humhub/modules/content/widgets/DeleteLink.php
931
<?php /** * @link https://www.humhub.org/ * @copyright Copyright (c) 2015 HumHub GmbH & Co. KG * @license https://www.humhub.com/licences */ namespace humhub\modules\content\widgets; /** * Delete Link for Wall Entries * * This widget will attached to the WallEntryControlsWidget and displays * the "Delete" Li...
apache-2.0
gcolin/jmx-web-console
jmx-embedded/src/main/java/net/gcolin/jmx/console/embedded/BootStrapJmxServlet.java
3657
/* * 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
cloudfoundry-incubator/if_warden
IronFoundry.Warden.Test/Containers/ContainerHandleTests.cs
813
using IronFoundry.Warden.Containers; using Xunit; namespace IronFoundry.Warden.Test { using System; public class ContainerHandleTests { [Theory] [InlineData(1, "idq1ypm7dyb")] [InlineData(2, "1of9dl2qia1")] public void GeneratesIdFromRandomGenerator(int input, string expec...
apache-2.0
google/pindrop
docs/src/index.md
4628
Pindrop {#pindrop_index} ======= [Pindrop][] is an audio engine designed with the needs of games in mind. It's not just an audio mixer, it also manages the prioritization, adjusts gain based distance, manages buses, and more. It is largely data-driven. The library user needs only to load a handful of configurati...
apache-2.0
DevOps-TangoMe/flume-redis
flume-redis-sink/src/main/java/com/tango/logstash/flume/redis/sink/serializer/Serializer.java
1070
/** * Copyright 2014 TangoMe 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 ag...
apache-2.0
pimtegelaar/commons-io-test3
src/main/java/org/apache/commons/io/output/TeeOutputStream.java
3320
/* * 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
bedatadriven/renjin-statet
org.renjin.core/src-gen/org/renjin/primitives/R$primitive$file$access.java
3115
package org.renjin.primitives; import org.renjin.eval.Context; import org.renjin.eval.EvalException; import org.renjin.primitives.annotations.processor.ArgumentException; import org.renjin.primitives.annotations.processor.ArgumentIterator; import org.renjin.primitives.annotations.processor.WrapperRuntime; import org....
apache-2.0
enasequence/sequencetools
src/test/java/uk/ac/ebi/embl/api/validation/check/sourcefeature/MoleculeTypeAndSourceQualifierCheckTest.java
5528
/******************************************************************************* * Copyright 2012 EMBL-EBI, Hinxton outstation * * 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 * * h...
apache-2.0
wenbinke/susucms
SusuCMS.Web/Content/DatePicker/Descriptions/ServerValidation.html
752
<p> This example shows how Telerik DatePicker for ASP.NET MVC is being validated through the built-in server-side validation capabilities of ASP.NET MVC. </p> <pre class="prettyprint"> &lt%= Html.ValidationSummary() %&gt; &lt% using (Html.BeginForm("Action", "Controller")) { %&gt &lt%= Html.Telerik().DatePick...
apache-2.0
iminto/baicai
src/main/java/com/baicai/util/help/GenModel.java
1924
package com.baicai.util.help; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import org.beetl.core.Configuration; import org.beetl.core.GroupTemplate; import org.beetl.core.Template; import org.beetl.core.resource.FileReso...
apache-2.0
laimis/lucenenet
src/Lucene.Net.TestFramework/Index/AllDeletedFilterReader.cs
1641
using System.Diagnostics; namespace Lucene.Net.Index { using Lucene.Net.Util; /* * 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. ...
apache-2.0
ketchuphq/ketchup
server/files/actions.go
2177
package files import ( "bytes" "io" "io/ioutil" "strings" "github.com/golang/protobuf/proto" "github.com/octavore/nagax/util/errors" uuid "github.com/satori/go.uuid" "github.com/willnorris/imageproxy" "github.com/ketchuphq/ketchup/proto/ketchup/models" ) func (m *Module) Upload(filename string, wr io.Reade...
apache-2.0
GoogleChrome/puppeteer
new-docs/puppeteer.protocol.systeminfo.gpuinfo.videoencoding.md
576
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [GPUInfo](./puppeteer.protocol.systeminfo.gpuinfo.md) &gt; [videoEncoding](./puppete...
apache-2.0
SAP/openui5
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/v5/status-completed.js
673
sap.ui.define(['sap/ui/webc/common/thirdparty/base/asset-registries/Icons'], function (Icons) { 'use strict'; const name = "status-completed"; const pathData = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zM128 256q-14 0-23 9t-9 ...
apache-2.0
yueny/pra
exec/src/main/java/com/yueny/demo/downlatch/holder/TransResultHolder.java
1149
package com.yueny.demo.downlatch.holder; import java.util.List; import java.util.Vector; import org.apache.commons.collections4.CollectionUtils; import com.yueny.demo.downlatch.bo.RecoverResult; /** * @author yueny09 <deep_blue_yang@163.com> * * @DATE 2016年3月22日 下午1:15:25 * */ public class Trans...
apache-2.0
jbogard/Workshop.Microservices
exercises/src/01 CompositeUI/after/Divergent.Sales.API/Controllers/OrdersController.cs
1038
using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web.Http; using Divergent.Sales.Data.Context; namespace Divergent.Sales.API.Controllers { [RoutePrefix("api/orders")] public class OrdersController : ApiController { private readonly ISalesContext _context;...
apache-2.0
0--key/lib
portfolio/2009_GoogleAppEngine/apps/0--key/models.py
651
from google.appengine.ext import db class Stuff (db.Model): owner = db.UserProperty(required=True, auto_current_user=True) pulp = db.BlobProperty() class Greeting(db.Model): author = db.UserProperty() content = db.StringProperty(multiline=True) avatar = db.BlobProperty() date = db.DateTimeProp...
apache-2.0
MaYunFei/TXLiveDemo
app/src/main/java/io/github/mayunfei/simple/OrientationUtils.java
113
package io.github.mayunfei.simple; /** * Created by mayunfei on 17-9-7. */ public class OrientationUtils { }
apache-2.0
luomingui/LCLFramework
LCLDemo/LCL.Domain/Specifications/SalesOrderIDEqualsSpecification.cs
635
using System; using System.Collections.Generic; using System.Linq; using System.Text; using LCL.Domain.Model; using LCL.Domain.Specifications; namespace LCL.Domain.Repositories.Specifications { public class SalesOrderIDEqualsSpecification : Specification<SalesOrder> { private readonly G...
apache-2.0
swift-lang/swift-k
src/org/griphyn/vdl/mapping/nodes/RootClosedMapDataNode.java
7772
/* * Swift Parallel Scripting Language (http://swift-lang.org) * Code from Java CoG Kit Project (see notice below) with modifications. * * Copyright 2005-2014 University of Chicago * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licens...
apache-2.0
ionutbarau/petstore
petstore-app/src/main/resources/static/node_modules/bower/lib/node_modules/lodash/cloneWith.js
1117
var baseClone = require('./_baseClone'); /** * This method is like `_.clone` except that it accepts `customizer` which * is invoked to produce the cloned value. If `customizer` returns `undefined`, * cloning is handled by the method instead. The `customizer` is invoked with * up to four arguments; (value [, index|...
apache-2.0
MehdiSfr/tensor-flow
tensorflow/python/kernel_tests/matmul_op_test.py
8392
# Copyright 2015 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 applicable law or a...
apache-2.0
ontopia/ontopia
ontopoly-editor/src/main/java/ontopoly/components/FieldInstanceNumberField.java
2944
/* * #! * Ontopoly Editor * #- * Copyright (C) 2001 - 2013 The Ontopia 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....
apache-2.0
BZCareer/zookeeper-quickstart
docs/api/org/apache/zookeeper/client/package-use.html
4173
<!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_45) on Tue Jul 28 00:20:21 PDT 2015 --> <title>Uses of Package org.apache.zookeeper.client (ZooKeeper 3.5.1-alpha API)</title> <meta name="date...
apache-2.0
zspitz/TypeScript-Handbook
pages/tutorials/Knockout.md
5913
This quick start guide will teach you how to wire up TypeScript with [Knockout.js](http://knockoutjs.com/). We assume that you're already using [Node.js](https://nodejs.org/) with [npm](https://www.npmjs.com/). # Lay out the project Let's start out with a new directory. We'll name it `proj` for now, but you can chan...
apache-2.0
hopecee/texsts
samples/src/java/org/jpox/samples/types/stringbuffer/StringBufferHolder.java
1432
/********************************************************************** Copyright (c) 2006 Erik Bengtson and others. 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 ht...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-importexport/src/main/java/com/amazonaws/services/importexport/model/transform/CancelJobRequestMarshaller.java
2038
/* * 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-personalize/src/main/java/com/amazonaws/services/personalize/model/DescribeAlgorithmRequest.java
3808
/* * 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
GigigoGreenLabs/gggUtilsSuite
testapplication/src/main/java/testPpermission/App.java
382
package testPpermission; import android.annotation.TargetApi; import android.app.Application; import android.os.Build; /** * Created by nubor on 13/02/2017. */ public class App extends Application { @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) @Override public void onCreate() { super.onCreate(); this.r...
apache-2.0
nitro-devs/nitro-game-engine
docs/typenum/consts/U27.t.html
293
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.U27.html"> </head> <body> <p>Redirecting to <a href="type.U27.html">type.U27.html</a>...</p> <script>location.replace("type.U27.html" + location.search + location.hash);</script> </body> </html>
apache-2.0
couchbaselabs/couchbase-lite-android-ektorp
src/instrumentTest/java/com/couchbase/lite/testapp/ektorp/tests/TestObject.java
2177
package com.couchbase.lite.testapp.ektorp.tests; import org.ektorp.support.OpenCouchDbDocument; import java.util.List; import java.util.Set; @SuppressWarnings("serial") public class TestObject extends OpenCouchDbDocument { private Integer foo; private Boolean bar; private String baz; private String ...
apache-2.0
kkirsche/gbust
libgbust/check.go
1062
package libgbust import ( "io/ioutil" "net/http" "net/url" "unicode/utf8" ) // CheckDir is used to execute a directory check func (a *Attacker) CheckDir(word string) *Result { end, err := url.Parse(word) if err != nil { return &Result{ Msg: "[!] failed to parse word", Err: err, } } fullURL := a.conf...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Palicourea/Palicourea crocea/ Syn. Uragoga erythrantha/README.md
183
# Uragoga erythrantha 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/Magnoliopsida/Magnoliales/Annonaceae/Monanthotaxis/Monanthotaxis buchananii/ Syn. Unona buchananii/README.md
179
# Unona buchananii Engl. 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/Fungi/Basidiomycota/Agaricomycetes/Russulales/Bondarzewiaceae/Wrightoporia/Wrightoporia solomonensis/ Syn. Stecchericium solomonense/README.md
259
# Stecchericium solomonense Corner, 1989 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Beih. Nova Hedwigia 96: 124 (1989) #### Original name Stecchericium solomonense Corner, 1989 ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Canellales/Winteraceae/Tasmannia/Tasmannia coriacea/README.md
184
# Tasmannia coriacea (Pulle) A.C.Sm. 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/Liliopsida/Poales/Cyperaceae/Carex/Carex gayana/ Syn. Carex diclina/README.md
176
# Carex diclina Phil. 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/Magnoliopsida/Asterales/Asteraceae/Otopappus/Otopappus pittieri/README.md
210
# Otopappus pittieri (Greenm.) B.L.Turner SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name Zexmenia pittieri Greenm. ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Theaceae/Schima/Schima beccarii/README.md
171
# Schima beccarii Warb. 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/Sapindales/Rutaceae/ Syn. Amyridaceae/README.md
158
# Amyridaceae Kunth FAMILY #### Status SYNONYM #### According to GRIN Taxonomy for Plants #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Myrtaceae/Eugenia/Eugenia turneri/README.md
181
# Eugenia turneri McVaugh 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/Magnoliopsida/Caryophyllales/Cactaceae/Mammillaria/Ebnerella moelleriana/README.md
187
# Ebnerella moelleriana (Boed.) P.Buxb. 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/Oxalidales/Oxalidaceae/Biophytum/Biophytum casiquiarense/README.md
179
# Biophytum casiquiarense Knuth SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Gigotorcya/README.md
166
# Gigotorcya Buc'hoz GENUS #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
s4/s4
s4-comm/src/main/java/org/apache/s4/comm/zk/ZkTaskManager.java
7311
/** * 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
Javaec/ChattyRus
src/chatty/util/api/StreamInfo.java
19898
package chatty.util.api; import chatty.Helper; import chatty.util.DateTime; import java.util.LinkedHashMap; import java.util.Locale; import java.util.logging.Logger; /** * Holds the current info (name, viewers, title, game) of a stream, as well * as a history of the same information and stuff like when the info wa...
apache-2.0
googleapis/google-api-java-client-services
clients/google-api-services-authorizedbuyersmarketplace/v1/1.31.0/README.md
1523
# Authorized Buyers Marketplace API Client Library for Java The Authorized Buyers Marketplace API allows buyers programmatically discover inventory; propose, retrieve and negotiate deals with publishers. This page contains information about getting started with the Authorized Buyers Marketplace API using the Google A...
apache-2.0
zhangyage/Python-oldboy
day10/meAdmin/form_layouts.html
57776
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>Bootstrap3响应式后台管理系统模版MeAdmin 表单布局</title> <link href="bootstrap/css/bootstrap.min.css" rel="style...
apache-2.0
NASA-Tournament-Lab/CoECI-OPM-Service-Credit-Redeposit-Deposit-Application
Code/SCRD_BRE/src/web/help/approvalPageSubject.html
162
To access the approval page, click on "Approval" in the main menu. It provides Interest Adjustments, Pending Payments and Payment Moves Approval for supervisors.
apache-2.0
iblsoft/iwxxm-validator
src/main/java/com/iblsoft/iwxxm/webservice/ws/internal/IwxxmWebServiceImpl.java
2770
/*********************************************************************************************** * * Copyright (C) 2016, IBL Software Engineering spol. 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 cop...
apache-2.0
hali4ka/robotframework-selenium2library
src/Selenium2Library/lib/selenium-2.8.1/py/selenium/webdriver/common/action_chains.py
7157
# Copyright 2011 WebDriver committers # Copyright 2011 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 ap...
apache-2.0
quarkusio/quarkus
independent-projects/resteasy-reactive/client/processor/src/main/java/org/jboss/resteasy/reactive/client/processor/beanparam/BeanParamParser.java
9998
package org.jboss.resteasy.reactive.client.processor.beanparam; import static org.jboss.resteasy.reactive.common.processor.ResteasyReactiveDotNames.BEAN_PARAM; import static org.jboss.resteasy.reactive.common.processor.ResteasyReactiveDotNames.COOKIE_PARAM; import static org.jboss.resteasy.reactive.common.processor.Re...
apache-2.0
blvdgroup/crater
priv/crater-web/src/components/ui/InputFeedback.tsx
479
import * as React from 'react' import styled from 'styled-components' import { colors } from 'styles/variables' interface InputFeedbackProps { className?: string valid?: boolean } const InputFeedback: React.SFC<InputFeedbackProps> = ({ className, children }) => ( <div className={className}>{children}</div> ) e...
apache-2.0
idunshee/Portfolio
Project/WPC/WPC_Viewer/src/utils/TranslationTool.js
6194
Potree.TranslationTool = function(camera) { THREE.Object3D.call( this ); var scope = this; this.camera = camera; this.geometry = new THREE.Geometry(); this.material = new THREE.MeshBasicMaterial( { color: Math.random() * 0xffffff } ); this.STATE = { DEFAULT: 0, TRANSLATE_X: 1, TRANSLATE_Y: 2, TRANSLA...
apache-2.0
liuyuanyuan/dbeaver
plugins/org.jkiss.dbeaver.ui.navigator/src/org/jkiss/dbeaver/ui/actions/GlobalPropertyTester.java
3123
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
apache-2.0
Razorphyn/Extended-Comingsoon-Countdown
admin/datacheck.php
6171
<?php /** * Razorphyn * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade the extension * to newer versions in the future. * * @copyright Copyright (c) 2013 Razorphyn * * Extended Coming Soon Countdown * * @author Razorphyn * @Site http://razorphyn.com/ */ umask(002); //RE...
apache-2.0
yogendra007/test-file
README.md
596
this is my new learning GitHub class hello how are you doing #This class is running in La Ciotat france #this is github class # this is test file Pulling changes Deepika Padukone talks about Katrina Kaif Prabhas turned down Rs 10cr ad for Baahubali Hrithik, Sussanne and Twinkle party together Week 1: Baahubali 2 (Hindi...
apache-2.0
akmacduff/akmacduff.github.io
_site/2016/03/30/blog-march/index.html
9833
<!DOCTYPE html> <html lang="en"> <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="Create a life that you love."> <title>Are you trying to squeeze more into an ...
apache-2.0
42wim/matterbridge
bridge/whatsapp/helpers.go
3689
package bwhatsapp import ( "encoding/gob" "encoding/json" "errors" "fmt" "os" "strings" qrcodeTerminal "github.com/Baozisoftware/qrcode-terminal-go" "github.com/Rhymen/go-whatsapp" ) type ProfilePicInfo struct { URL string `json:"eurl"` Tag string `json:"tag"` Status int16 `json:"status"` } func q...
apache-2.0
wildfly-security-incubator/keycloak
themes/src/main/resources/theme/base/admin/resources/js/app.js
99144
'use strict'; var consoleBaseUrl = window.location.href; consoleBaseUrl = consoleBaseUrl.substring(0, consoleBaseUrl.indexOf("/console")); consoleBaseUrl = consoleBaseUrl + "/console"; var configUrl = consoleBaseUrl + "/config"; var auth = {}; var resourceBundle; var locale = 'en'; var module = angular.module('keycl...
apache-2.0
fmaguire/BayeHem
bayehem/rsem/detonate-1.11/html/rsem-eval.html
8616
<html> <head> <title>RSEM-EVAL: A novel reference-free transcriptome assembly evaluation measure</title> <!--This file is autogenerated. Edit the template instead.--> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$']]} }); </script> <script src="http://cdn.mathjax.org/mathjax...
apache-2.0
jidol/boost-algorithms
AnyOf_test.cpp
151
/* * AnyOf_test.cpp * * Created on: Jan 30, 2016 * Author: ljeff */ #include "AnyOf.h" namespace algorithm { } /* namespace algorithm */
apache-2.0
mifos/1.5.x
application/src/test/java/org/mifos/customers/persistence/CustomerPersistenceIntegrationTest.java
73142
/* * 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 agreed to in wri...
apache-2.0
AlekseyKarpov/akarpov
chapter_001/src/test/java/ru/job4j/max/package-info.java
113
/** * * @author Alex Karpov (mailto:karpov_aleksey@mail.ru) * @version $Id$ * @since 0.1 */ package ru.job4j.max;
apache-2.0
microservices-summit-2016/resilience-demo
employer-service/src/main/java/com/capgemini/resilience/employer/service/ErrorSimulationService.java
150
package com.capgemini.resilience.employer.service; public interface ErrorSimulationService { void generateErrorDependingOnErrorPossibility(); }
apache-2.0
josejlm2/HackTx2014
Assets/Resources/Scripts/blockGenerator.cs
938
using UnityEngine; using System.Collections; public class blockGenerator : MonoBehaviour { public int spawnRate = 1; private float timeSinceLastSpawn = 0; public GameObject oneCube; public int count; // Use this for initialization void Start () { //Debug.Log("ran cube creator"); count = 0; } // U...
apache-2.0
PlayFab/consuldotnet
Consul/Interfaces/IHealthEndpoint.cs
2271
// ----------------------------------------------------------------------- // <copyright file="Health.cs" company="PlayFab Inc"> // Copyright 2015 PlayFab Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You m...
apache-2.0
m0ppers/arangodb
arangod/GeneralServer/RestHandler.cpp
3855
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
apache-2.0
shelsonjava/box-java-sdk-v2
BoxJavaLibraryV2/tst/com/box/boxjavalibv2/responseparsers/PreviewResponseParserTest.java
3189
package com.box.boxjavalibv2.responseparsers; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import junit.framework.Assert; import org.apache.commons.io.IOUtils; import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import...
apache-2.0
qtproject/qtqa-gerrit
java/com/google/gerrit/server/git/receive/ResultChangeIds.java
1920
// 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 required by applicable ...
apache-2.0
becm/meson
mesonbuild/scripts/yelphelper.py
5816
# Copyright 2016 The Meson development team # 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
Ackerm-Zed/veneweather
app/src/main/java/com/veneweather/android/ChooseAreaFragment.java
9584
package com.veneweather.android; import android.app.Fragment; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Adapte...
apache-2.0
FasterXML/jackson-modules-java8
docs/javadoc/datetime/2.9/com/fasterxml/jackson/datatype/jsr310/ser/class-use/YearMonthSerializer.html
8998
<!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_152-ea) on Sat Jul 29 21:49:13 PDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.faster...
apache-2.0
any1m1c/ipc20161
lista4/ipc_lista4.01.py
675
# #Programa Lista 4, questão 1; #Felipe Henrique Bastos Costa - 1615310032; # # # # lista = []#lista vazia; cont1 = 0#contador do indice; cont2 = 1#contador da posição do numero, se é o primeiro, segundo etc; v = 5#representaria o len da lista; while(cont1 < v): x = int(input("Informe o %dº numero inteiro para c...
apache-2.0