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 |
|---|---|---|---|---|---|
using java.lang;
using loon.utils;
namespace loon.geom
{
public class AABB : XY, BoxSize {
public static AABB At(string v)
{
if (StringUtils.IsEmpty(v))
{
return new AABB();
}
string[] result = StringUtils.Split(v, ',');
int len = result.Length;
if (len > 3)
{
try
{
float x = Float.Pars... | cping/LGame | C#/Loon2MonoGame/LoonMonoGame-Lib/loon/geom/AABB.cs | C# | apache-2.0 | 6,235 |
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Text;
namespace FineUI.Examples.grid
{
public partial class grid_rownumber_align : PageBase
{
protected void Page_Load(object sender, Even... | u0hz/FineUI | src/FineUI.Examples/grid/grid_rownumber_align.aspx.cs | C# | apache-2.0 | 2,206 |
# Korovinia ferganensis Korovin SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Apiales/Apiaceae/Galagania/Galagania ferganensis/ Syn. Korovinia ferganensis/README.md | Markdown | apache-2.0 | 186 |
package com.joypupil.study.tools.验证码生成;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.Random;
import javax.imageio.ImageIO;
/**
... | joypupil/study | study/src/main/java/com/joypupil/study/tools/验证码生成/MakeCertPic.java | Java | apache-2.0 | 2,430 |
player_manager.AddValidModel( "PMC5_13", "models/player/PMC_5/PMC__13.mdl" ) list.Set( "PlayerOptionsModel", "PMC5_13", "models/player/PMC_5/PMC__13.mdl" ) | FluffyGods/IBG-Afghan-War-TDM-Content | IBG Afghan War TDM Content/lua/autorun/pmc5_pmc__13.lua | Lua | apache-2.0 | 197 |
/**
* Copyright 2016 Milinda Pathirage
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable la... | milinda/Freshet | freshet-core/src/main/java/org/pathirage/freshet/api/data/Type.java | Java | apache-2.0 | 1,123 |
from .test_antivirus import AbstractTests
import modules.antivirus.avg.avg as module
import modules.antivirus.base as base
from mock import patch
from pathlib import Path
class TestAvg(AbstractTests.TestAntivirus):
name = "AVG AntiVirus Free (Linux)"
scan_path = Path("/usr/bin/avgscan")
scan_args = ('--he... | quarkslab/irma | probe/tests/modules/antivirus/test_avg.py | Python | apache-2.0 | 4,618 |
'use strict';
describe('Service: solvice', function () {
// load the service's module
beforeEach(module('vcPlannerApp'));
// instantiate service
var solvice;
beforeEach(inject(function (_solvice_) {
solvice = _solvice_;
}));
it('should do something', function () {
expect(!!solvice).toBe(true);... | truemath/vc-planner | test/spec/services/solvice.js | JavaScript | apache-2.0 | 332 |
import {action} from "mobx";
import MainStore from "../common/MainStore";
import ToastStore from "../toast/ToastStore";
import commonActions from "../common/commonActions";
import "whatwg-fetch";
// TODO: ES2015
module.exports = {
saveDownloadList: action(saveDownloadList),
hideDownloadCard: action(hideDown... | kabir-plod/spoiler-blocker | src/panel/download_card/downloadActions.js | JavaScript | apache-2.0 | 1,173 |
//--------------------------------------------------------------------------
// <copyright file="IRasHelper.cs" company="Jeff Winn">
// Copyright (c) Jeff Winn. All rights reserved.
//
// The use and distribution terms for this software is covered by the
// GNU Library General Public License (LGPL) v2.1... | kangwl/xk | DotRas/Internal/IRasHelper.cs | C# | apache-2.0 | 24,454 |
/*
* Copyright (C) 2011 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... | soeminnminn/LatinIME_ICS_ported | src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java | Java | apache-2.0 | 24,716 |
/**
* 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... | SarahMehddi/HelloWorld | typesystem/src/main/java/org/apache/atlas/typesystem/types/HierarchicalTypeDefinition.java | Java | apache-2.0 | 3,008 |
package com.lingganhezi.myapp;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DBManager extends SQLiteOpenHelper {
private static final String DBName = "data.db";
private final static int version = 1;
public DBManager(C... | lingganhezi/dedecmsapp | android/myapp/src/com/lingganhezi/myapp/DBManager.java | Java | apache-2.0 | 727 |
package es.boart.rest;
import static org.hamcrest.Matchers.containsString;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;
import static org.springframework.test.web.servlet.result.MockMvcResu... | priverop/boart | boart-back/src/test/java/es/boart/rest/PublicationTest.java | Java | apache-2.0 | 2,813 |
# Omphalocarpum brieyi De Wild. 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/Omphalocarpum/Omphalocarpum brieyi/README.md | Markdown | apache-2.0 | 187 |
# Dryopteris taiwanensis C.Chr. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Dryopteridaceae/Dryopteris/Dryopteris taiwanensis/README.md | Markdown | apache-2.0 | 179 |
# Parmelia soredica var. neghelliensis Sambo VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Parmelia soredica var. neghelliensis Sambo
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Parmeliaceae/Flavopunctelia/Flavopunctelia soredica/Parmelia soredica neghelliensis/README.md | Markdown | apache-2.0 | 213 |
# Erica viminalis Salisb. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Ericaceae/Erica/Erica viminalis/README.md | Markdown | apache-2.0 | 173 |
# Microporus confertus (Lév.) Kuntze, 1898 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Revis. gen. pl. (Leipzig) 3(2): 495 (1898)
#### Original name
Polyporus confertus Lév., 1844
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Polyporaceae/Coriolopsis/Coriolopsis aspera/ Syn. Microporus confertus/README.md | Markdown | apache-2.0 | 263 |
# Hosta tsushimensis var. tibae 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/Liliopsida/Asparagales/Asparagaceae/Hosta/Hosta tsushimensis/Hosta tsushimensis tibae/README.md | Markdown | apache-2.0 | 187 |
# Diplotaxis viminea var. integrifolia Guss. 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/Brassicales/Brassicaceae/Diplotaxis/Diplotaxis viminea/Diplotaxis viminea integrifolia/README.md | Markdown | apache-2.0 | 200 |
# Protoperidinium obtusum (Karsten) Parke & Dodge SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Protozoa/Dinophyta/Dinophyceae/Peridiniales/Protoperidiniaceae/Protoperidinium/Protoperidinium obtusum/README.md | Markdown | apache-2.0 | 205 |
# Azospirillum melinis Peng et al., 2006 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Bacteria/Proteobacteria/Alphaproteobacteria/Rhodospirillales/Rhodospirillaceae/Azospirillum/Azospirillum melinis/README.md | Markdown | apache-2.0 | 196 |
# Gibellula globosa Kobayasi & Shimizu SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Bull. natn. Sci. Mus. , Tokyo, B 8(2): 45 (1982)
#### Original name
Gibellula globosa Kobayasi & Shimizu
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Cordycipitaceae/Gibellula/Gibellula globosa/README.md | Markdown | apache-2.0 | 245 |
# Pteridium revolutum (Blume) Nakai SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Polypodiales/Dennstaedtiaceae/Pteridium/Pteridium revolutum/README.md | Markdown | apache-2.0 | 183 |
# Chylocladia schneideri D.L.Ballantine, 2004 SPECIES
#### Status
ACCEPTED
#### According to
World Register of Marine Species
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Rhodophyta/Florideophyceae/Rhodymeniales/Champiaceae/Chylocladia/Chylocladia schneideri/README.md | Markdown | apache-2.0 | 194 |
{% extends "base.html" %}
{% block body %}
<h2>Playlists</h2>
<table>
<thead>
<tr>
<th>Name</th>
<th>Owner</th>
</tr>
</thead>
<tbody>
{% for playlist in playlists %}
<tr>
<td>{{ name... | disqus/playa | playa/templates/playlists/index.html | HTML | apache-2.0 | 461 |
#!/bin/bash
echo 'Sharing PDF books...'
mkdir -p /cygdrive/d/Todd/pdf
mkdir -p /tmp/Todd/pdf
rm -rf /tmp/ronbo/pdf
mkdir -p /tmp/ronbo/pdf
rsync --verbose --recursive --times --checksum --delete --prune-empty-dirs --human-readable --progress --include='*/' --include='*.pdf' --exclude='*' '/cygdrive/g/Users/TLougee/Bo... | kurron/scripts | share-todd-books.sh | Shell | apache-2.0 | 2,601 |
/*
* 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 ... | vladisav/ignite | modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteClientDataStructuresAbstractTest.java | Java | apache-2.0 | 15,788 |
# Dalbergia pervillei Vatke 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/Fabales/Fabaceae/Dalbergia/Dalbergia pervillei/README.md | Markdown | apache-2.0 | 183 |
# twilight-poj-solution
POJ (http://poj.org/) solution by twilight
想当年要找一题的分析, 解答实在太难了
现在都是开源的时代了, 干脆把Archive放到GitHub上, 供后来人参考.
POJ ID: http://poj.org/userstatus?user_id=twilight
部分题解: http://blog.csdn.net/twilightgod
转载请注明出处~
| twilightgod/twilight-poj-solution | README.md | Markdown | apache-2.0 | 332 |
package net.swiftos.common.presenter;
import rx.subscriptions.CompositeSubscription;
import rx.Subscription;
/**
* Created by ganyao on 2017/3/9.
*/
public class RxAsyncSubjectsQueue implements IAsyncSubjectsQueue<Subscription> {
private CompositeSubscription compositeSubscription;
@Override
public v... | ganyao114/SwiftAndroid | common/src/main/java/net/swiftos/common/presenter/RxAsyncSubjectsQueue.java | Java | apache-2.0 | 973 |
/*
* Copyright 2016-2020 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... | spencergibb/spring-cloud-vault-config | spring-cloud-vault-config-databases/src/test/java/org/springframework/cloud/vault/config/databases/VaultConfigCassandraTests.java | Java | apache-2.0 | 4,425 |
---
title: Work with GitHub
description: Shows you how to use GitHub to contribute to the Istio documentation.
weight: 2
aliases:
- /docs/welcome/contribute/creating-a-pull-request.html
- /docs/welcome/contribute/staging-your-changes.html
- /docs/welcome/contribute/editing.html
- /about/contribute/creat... | istio/istio.io | content/en/docs/releases/contribute/github/index.md | Markdown | apache-2.0 | 5,552 |
/**
* Copyright (C) 2009-2012 the original author or authors.
* See the notice.md file distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | resty-gwt/resty-gwt | restygwt/src/test/java/org/fusesource/restygwt/client/codec/CredentialsWithProperty.java | Java | apache-2.0 | 1,603 |
#ifndef GraphicsJNI_DEFINED
#define GraphicsJNI_DEFINED
#include "SkBitmap.h"
#include "SkDevice.h"
#include "SkPixelRef.h"
#include "SkMallocPixelRef.h"
#include "SkPoint.h"
#include "SkRect.h"
#include "SkImageDecoder.h"
#include <jni.h>
class SkBitmapRegionDecoder;
class SkCanvas;
class SkPaint;
class SkPicture;
... | indashnet/InDashNet.Open.UN2000 | android/frameworks/base/core/jni/android/graphics/GraphicsJNI.h | C | apache-2.0 | 8,758 |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class GenerationPickUp : MonoBehaviour {
public GameObject panneauPickUp;
public Material[] typePanneau;
private bool canCreate = true;
public static int cptPlateforme = 0;
private int[] panneauPosition = {... | Reiaka/permispieton | Assets/Runner3DNew/Scripts/GenerationPickUp.cs | C# | apache-2.0 | 858 |
---
title: Integrating Virtual Machines
description: This sample deploys the Bookinfo services across Kubernetes and a set of virtual machines, and illustrates how to use the Istio service mesh to control this infrastructure as a single mesh.
weight: 60
---
This sample deploys the Bookinfo services across Kubernetes a... | ZackButcher/istio.github.io | content/docs/guides/integrating-vms.md | Markdown | apache-2.0 | 4,945 |
/*!
* STAN Loader 1.1.0
* Copyright 2015 Andrew Womersley
*/
!function(a,b){function c(c,d,e,j){g=c,h=d,i=e,b.addEventListener?b.addEventListener("DOMContentLoaded",f):a.attachEvent("onload",f),"undefined"!=typeof j&&f()}function d(){j++,g[j]?f():"function"==typeof h&&h()}function e(){"function"==typeof i&&i()}funct... | awomersley/stan-loader | stan-loader.min.js | JavaScript | apache-2.0 | 638 |
<?php
require_once('../../includes/config.inc.php');
$link = mysqli_connect(DB_HOSTNAME, DB_USERNAME, DB_PASSWORD) or die("could not connect to host.");
mysqli_select_db($link, DB_DATABASE) or die("could not find db.");
$sellno = $_POST['sellerno'];
$product = $_POST['product'];
$price = $_POST[... | ripzery/WebDatabase | custom/menus/php_database/savecard.php | PHP | apache-2.0 | 671 |
import React, { Component } from "react";
import { ReactiveBase, MultiList, ReactiveElement } from "../../app.js";
import { combineStreamData } from "../../middleware/helper.js";
import ResponsiveStory from "./ResponsiveStory";
import { GetTopTopics } from "./helper";
import { Img } from "../Img.js";
require("../list.... | appbaseio/reactivebase | app/stories/ReactiveElement/WithTheme.js | JavaScript | apache-2.0 | 2,846 |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="modulin.css">
<title>Modul.in</title>
</head>
<body>
<div class="button" data-module=linkButton>
<a href="#" class="link link__button">
Click me
</a>
</div>
<div class="menu" data-module=menu>
<div class="button button__menu" data-module=linkBut... | Modulin/Modulin | src/index.html | HTML | apache-2.0 | 1,597 |
package wzp.project.android.elvtmtn.biz.listener;
import java.util.Date;
import wzp.project.android.elvtmtn.biz.listener.base.IBaseListener;
public interface IWorkOrderReceiveListener extends IBaseListener {
void onReceiveSuccess(Date receivingTime);
void onReceiveFailure(String tipInfo);
}
| zippenwang/ElevatorMaintenance | src/wzp/project/android/elvtmtn/biz/listener/IWorkOrderReceiveListener.java | Java | apache-2.0 | 300 |
/*
* Copyright 2015-2019 the original author or authors.
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v2.0 which
* accompanies this distribution and is available at
*
* http://www.eclipse.org/legal/epl-v20.html
*/
packag... | sbrannen/junit5-demo | src/main/java/org/junit/jupiter/api/condition/DisabledOnDayOfWeek.java | Java | apache-2.0 | 924 |
using System.Windows.Automation;
namespace aQuery
{
public interface ICustomCondition
{
bool IsMatch(AutomationElement element);
}
} | Soul-Master/aQuery | aQuery/ICustomCondition.cs | C# | apache-2.0 | 156 |
/*global defineSuite*/
defineSuite([
'Widgets/Geocoder/GeocoderViewModel',
'Core/Cartesian3',
'Specs/createScene',
'Specs/pollToPromise',
'ThirdParty/when'
], function(
GeocoderViewModel,
Cartesian3,
createScene,
pollToPromise,
... | atrawog/360-flight-explorer | Specs/Widgets/Geocoder/GeocoderViewModelSpec.js | JavaScript | apache-2.0 | 6,981 |
/*
* Licensed to the University of California, Berkeley 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 no... | ooq/memory | core/src/test/java/tachyon/worker/WorkerServiceHandlerTest.java | Java | apache-2.0 | 8,284 |
#!/bin/sh
cd $(dirname $0)
../tools/minify.sh package.js -no-alias -output ../../build/enyo
| rwadkins/EnyoJS-NYC-Subway-Status | framework/js/enyo/minify/minify.sh | Shell | apache-2.0 | 95 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TobascoTest.GeneratedEntity
{
public class DifferentBase : EntityBase
{
}
}
| VictordeBaare/Tobasco | TobascoTest/GeneratedEntity/DifferentBase.cs | C# | apache-2.0 | 218 |
/*!
@file
Defines `boost::hana::none`.
@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_NONE_HPP
#define BOOST_HANA_NONE_HPP
#include <boost/hana/fwd/none.hpp>... | Owldream/Ginseng | include/ginseng/3rd-party/boost/hana/none.hpp | C++ | apache-2.0 | 1,388 |
---
title: "Instalación del servidor Standalone"
weight: 3
---
Si planeas usar [Grid]({{< ref "/grid/_index.md" >}}) debes descargar el fichero
[selenium-server-standalone JAR](//www.seleniumhq.org/download/).
El jar _selenium-server-standalone_ nunca se carga, pero todos los componentes están disponibles a través de... | SeleniumHQ/docs | docs_source_files/content/selenium_installation/installing_standalone_server.es.md | Markdown | apache-2.0 | 828 |
# Copyright 2014 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, ... | tartavull/google-cloud-python | datastore/tests/unit/test_query.py | Python | apache-2.0 | 26,883 |
/*
* 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 ... | robertgeiger/incubator-geode | gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/ShellCommands.java | Java | apache-2.0 | 49,854 |
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2008-2022 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/license... | griffon/griffon | subprojects/griffon-converter-impl/src/test/java/org/codehaus/griffon/converter/LocaleConverterTest.java | Java | apache-2.0 | 2,754 |
#ifndef PYIU_PACKED_H
#define PYIU_PACKED_H
#ifdef __cplusplus
extern "C" {
#endif
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "helpercompat.h"
typedef struct {
PyObject_HEAD
PyObject *func;
#if PyIU_USE_VECTORCALL
vectorcallfunc vectorcall;
#endif
} PyIUObject_Packed;
extern PyTypeObject PyIU... | MSeifert04/iteration_utilities | src/iteration_utilities/_iteration_utilities/packed.h | C | apache-2.0 | 370 |
/*
ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
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 ... | marcoveeneman/ChibiOS-Tiva | testhal/KINETIS/I2C/halconf.h | C | apache-2.0 | 9,296 |
<!---
Copyright 2015 Karl Bennett
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... | shiver-me-timbers/smt-waiting-parent | smt-waiting-spring/README.md | Markdown | apache-2.0 | 2,883 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>DAP_JTAG_Configure<... | STMicroelectronics/cmsis_core | docs/DAP/html/group__DAP__JTAG__Configure.html | HTML | apache-2.0 | 6,500 |
package com.example.android.miwok;
import android.os.NetworkOnMainThreadException;
import static android.os.Build.VERSION_CODES.N;
public class Word {
// providing default translation
private String mDefaultTranslation = null;
// providing miwok word
private String mMiwokTranslation = null;
// pr... | vishwaprakashmishra/Miwok | app/src/main/java/com/example/android/miwok/Word.java | Java | apache-2.0 | 3,799 |
<!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_45) on Fri Mar 06 22:14:52 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.y... | jsrudani/HadoopHDFSProject | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/target/org/apache/hadoop/yarn/util/class-use/SystemClock.html | HTML | apache-2.0 | 6,201 |
# Copyright 2018 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | kubeflow/kfp-tekton-backend | components/gcp/container/component_sdk/python/kfp_component/google/bigquery/__init__.py | Python | apache-2.0 | 601 |
//
// ParseHelper.h
// NinjaRunner
//
// Created by Nikola Bozhkov on 11/8/14.
// Copyright (c) 2014 TeamOnaga. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Parse/Parse.h>
#import "Util.h"
#import "PlayerScore.h"
@interface ParseHelper : NSObject
+ (PlayerScore *) getPlayerScore;
+ (void) s... | NikolaBozhkov/NinjaRunner | NinjaRunner/NinjaRunner/ParseHelper.h | C | apache-2.0 | 499 |
## mako
<%! from django.core.urlresolvers import reverse %>
<%namespace name='static' file='/static_content.html'/>
<%inherit file="/navigation.html"/>
## TODO: this will eventually be moved to the Sass
<%block name="navigation_logo">
<img src="${static.url('themes/gatherworkshops/images/gw_icon.svg')}" height="30" ... | gileslauw/edx-theme-1 | templates/theme-header.html | HTML | apache-2.0 | 382 |
'use strict';
const React = require('react');
const rB = require('react-bootstrap');
const AppActions = require('../actions/AppActions');
const ListNotif = require('./ListNotif');
const AppStatus = require('./AppStatus');
const Counter = require('./Counter');
const Follow = require('./Follow');
const DisplayError = re... | cafjs/caf_helloworld | public/js/components/MyApp.js | JavaScript | apache-2.0 | 4,081 |
<!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... | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_14_testAbaNumberCheck_31982_bad_cyz.html | HTML | apache-2.0 | 10,987 |
/**
* Copyright 2017 The GreyCat Authors. All rights reserved.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless ... | Neoskai/greycat | plugins/backup/src/main/web/src/Snapshot.css | CSS | apache-2.0 | 1,226 |
/*
* This code is subject to the HIEOS License, Version 1.0
*
* Copyright(c) 2008-2009 Vangent, Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY K... | kef/hieos | src/xutil/src/com/vangent/hieos/xutil/response/XCAAdhocQueryResponse.java | Java | apache-2.0 | 2,171 |
/*
* =====================================================================================
*
* Filename: weixin.c
*
* Description: Function of weixin
*
* Version: 0.0.1
* Created: 2015/2/4 10:57:58
* Revision: none
*
* Author: Lin Hui (Link), linhui.568@1... | NufrontIOT/NL6621-Yeelink | NL6621-Dev/Source/App/NuAgent/Sample/aesdemo.c | C | apache-2.0 | 3,272 |
#!/usr/bin/python
#
# Script to determine the performance statistics and other information
# related to libvirt guests
# https://github.com/odyssey4me/monitoring-scripts
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may o... | odyssey4me/monitoring-scripts | check_virsh_domains.py | Python | apache-2.0 | 18,638 |
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
<h1>*** PLEASE NOTE: This document applies to the HEAD of the source
tree only. If you are using a released version of Kubernetes, you almost
certainly want the docs that go with that version.</h1>
<strong>Documentation for specific releases ... | zvbuhl/kubernetes | docs/sharing-clusters.md | Markdown | apache-2.0 | 4,155 |
'use strict';
/**
* @ngdoc overview
* @name tryingAngularJsApp
* @description
* # tryingAngularJsApp
*
* Main module of the application.
*/
angular
.module('tryingAngularJsApp', [
'ngAnimate',
'ngAria',
'ngCookies',
'ngMessages',
'ngResource',
'ngRoute',
'ngSanitize',
'ngTouch'... | JArandaIzquierdo/TryingAngularJS | YO/app/scripts/app.js | JavaScript | apache-2.0 | 708 |
/*
* Copyright (c) 2012, Stephen Colebourne & Michael Nascimento Santos
*
* 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 copyri... | m-m-m/java8-backports | mmm-util-backport-java.time/src/test/java/javax/time/calendrical/TestChronoUnit.java | Java | apache-2.0 | 13,228 |
package example.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Customer497 {
@Id @GeneratedValue(strategy = GenerationType.AUTO) private long id;
private String firstName;
private String la... | spring-projects/spring-data-examples | jpa/deferred/src/main/java/example/model/Customer497.java | Java | apache-2.0 | 624 |
/****************¡¶51µ¥Æ¬»úÇáËÉÈëÃÅ-»ùÓÚSTC15W4KϵÁС·ÅäÌ×Àý³Ì *************
¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï¡ï
¡¶51µ¥Æ¬»úÇáËÉÈëÃÅ-»ùÓÚSTC15W4KϵÁС· Ò»ÊéÒѾÓɱ±º½³ö°æÉçÕýʽ³ö°æ·¢ÐС£
×÷ÕßÇ×ÊÖ´´×÷µÄÓë½Ì²ÄÅäÌ×µÄ51Ë«ºËʵÑé°å(2¸öMCU)¶Ô³ÌÐòÏÂÔØ¡¢µ÷ÊÔ¡¢·ÂÕæ·½±ã£¬²»ÐèÒªÍⲿ
·ÂÕæÆ÷Óë±à³ÌÆ÷£¬ÕâÖÖÉè¼Æ·½Ê½³¹... | blacksea3/STC_mainkab | STC15W4K32LCD1602/myfun.c | C | apache-2.0 | 1,772 |
/**
* Most of the code in the Qalingo project is copyrighted Hoteia and licensed
* under the Apache License Version 2.0 (release version 0.8.0)
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright (c) Hoteia, 2012-2014
* http://www.hoteia.com - http://twitter.com/hoteia - contact@h... | qalingo/qalingo-engine | apis/api-core/api-core-common/src/main/java/org/hoteia/qalingo/core/web/mvc/viewbean/CustomerViewBean.java | Java | apache-2.0 | 8,590 |
package com.akjava.gwt.modelweight.client;
import com.akjava.gwt.three.client.gwt.GWTParamUtils;
import com.akjava.gwt.three.client.gwt.core.Intersect;
import com.akjava.gwt.three.client.java.ThreeLog;
import com.akjava.gwt.three.client.js.THREE;
import com.akjava.gwt.three.client.js.cameras.Camera;
import com.... | akjava/GWTModelWeight | src/com/akjava/gwt/modelweight/client/MeshVertexSelector.java | Java | apache-2.0 | 5,810 |
<!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_65) on Wed Sep 03 20:03:06 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>MasterProtos.Enable... | lshain/hbase-0.98.6-hadoop2 | docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/MasterProtos.EnableTableRequestOrBuilder.html | HTML | apache-2.0 | 11,336 |
package org.cam.geo.sink
import java.net.URL
import org.apache.commons.codec.binary.Base64
import org.apache.http.{HttpHeaders, HttpStatus}
import org.apache.http.client.methods.{HttpGet, _}
import org.apache.http.entity.{ContentType, StringEntity}
import org.apache.http.impl.client.HttpClients
import org.apache.http... | amollenkopf/dcos-iot-demo | spatiotemporal-esri-analytics/src/main/scala/org/cam/geo/sink/ElasticsearchUtils.scala | Scala | apache-2.0 | 9,036 |
# Colletotrichum peckii (Sacc.) Davis SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Trans. Wis. Acad. Sci. Arts Lett. 24: 296 (1929)
#### Original name
Vermicularia peckii Sacc.
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Glomerellaceae/Colletotrichum/Colletotrichum peckii/README.md | Markdown | apache-2.0 | 233 |
testDenormedIndexFungorumSmall | Sp2000/colplus-backend | colplus-ws/src/test/resources/dwca/20/README.md | Markdown | apache-2.0 | 30 |
package com.nowcoder.interview;
import java.util.Arrays;
/*
* 现在有一个数组,请找出数组中每个元素的后面比它大的最小的元素,若不存在则为-1。
给定一个int数组A及数组的大小n,请返回每个元素所求的值组成的数组。保证A中元素为正整数,且n小于等于1000。
测试样例:
[11,13,10,5,12,21,3],7
[12,21,12,12,21,-1,-1]
*/
public class NextBiggerElementII {
public int[] findNext(int[] A, int n) {
if(A==null||n<=0)
... | pengood/CodeInterview | src/com/nowcoder/interview/NextBiggerElementII.java | Java | apache-2.0 | 1,030 |
# Wahlenbergia larraini Skottsb. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Campanulaceae/Wahlenbergia/Wahlenbergia larraini/README.md | Markdown | apache-2.0 | 180 |
---
layout: post
title: "Figure Checklist"
date: 2018-09-08 14:27:57 -0400
tags: [writing, checklist]
author: Joshua Vogelstein
---
The following is the checklist I use when making *explanatory figures* (including tables), which is a special class of figures. Other kinds of figures include "exploratory" and "schem... | neurodata/blog.neurodata.io | _posts/2018-09-08-figures.md | Markdown | apache-2.0 | 6,170 |
<!DOCTYPE html>
<html>
<head>
<title>Auction Monitor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
... | bridgeit/edge | auctionMonitor.html | HTML | apache-2.0 | 8,843 |
# frozen_string_literal: true
# Copyright 2016-2021 Copado NCS 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 a... | newcontext-oss/kitchen-terraform | lib/kitchen/terraform/debug_logger.rb | Ruby | apache-2.0 | 1,203 |
#include <stdio.h>
#include <setjmp.h>
#include <coroutine.h>
//#include <call_in_stack.h>
#include <gc.h>
#undef GC_LOG_BRIEF
#define GC_LOG_BRIEF false
static jmp_buf buf;
void second(void) {
xgc_debug("second\n");
longjmp(buf,1); // 跳回setjmp的调用处 - 使得setjmp返回值为1
}
void first(void) { ... | ncisoft/cgc-lib | test/setjump-test.c | C | apache-2.0 | 1,612 |
<!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_20) on Wed Sep 24 10:02:06 EDT 2014 -->
<title>Uses of Class org.openntf.domino.nsfdata.structs.cd.CDLSOBJECT</title>
<meta name="date" c... | mariusj/org.openntf.domino | domino/core/javadoc/org/openntf/domino/nsfdata/structs/cd/class-use/CDLSOBJECT.html | HTML | apache-2.0 | 4,728 |
package org.openestate.io.immobiliare_it.xml;
import java.io.Serializable;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_... | OpenEstate/OpenEstate-IO | ImmobiliareIT/src/main/jaxb/org/openestate/io/immobiliare_it/xml/FeaturesProperty.java | Java | apache-2.0 | 16,285 |
/* ++++++++++++++++
++++++BASICS+++++++
+++++++++++++++++*/
/*---------------- adjust fonts ----------------*/
@font-face {
font-family: "railway";
src: url("fonts/railway/Raleway-Regular.ttf"); }
.aui body {
font-size: 14px;
max-width: 1440px;
font-family: railway, sans-serif; }
.aui {
font-family: rail... | PolitAktiv/politaktiv-standard3-theme-startseite | docroot/css/.sass-cache/custom_pa.css | CSS | apache-2.0 | 8,960 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" />
<title>Coverage for /Users/ramonserranolopez/SourceTree/PracticaVerificacion/venv/lib/python2.7/site-packages/oauthlib/oauth2/rfc6749/e... | rslnautic/practica-verificacion | coverage/_Users_ramonserranolopez_SourceTree_PracticaVerificacion_venv_lib_python2_7_site-packages_oauthlib_oauth2_rfc6749_endpoints_authorization_py.html | HTML | apache-2.0 | 30,960 |
/*
Copyright 2011, 2014 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, softw... | zombiezen/cardcpx | netutil/ident.go | GO | apache-2.0 | 7,775 |
## Bloc-Jams Angular
A student project from Bloc's [Frontend Web Development Course](https://www.bloc.io/frontend-development-bootcamp).
Allows you to play music and select songs from a library.
## Features
- Plays, pauses and skips songs
- A player bar that allows you to continue listening while navigating through p... | JDT4/bloc-jams-angular | README.md | Markdown | apache-2.0 | 342 |
/* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... | talsma-ict/umldoclet | src/plantuml-asl/src/net/sourceforge/plantuml/sequencediagram/command/CommandAutoNewpage.java | Java | apache-2.0 | 2,240 |
/*******************************************************************************
* $FILE: main.c
* Atmel Corporation: http://www.atmel.com \n
* Support email: touch@atmel.com
******************************************************************************/
/* License
* Copyright (c) 2010, Atmel Corpor... | GordonMcGregor/luminous | qtouchlib/thirdparty/qtouch/generic/avr8/qtouch/examples/avr4g1_qt_example/main_atmega8515.c | C | apache-2.0 | 20,824 |
/**************************************************************************************************
* File name : test.h
* Description : Perform the test cases here.
* Creator : Frederick Hsu
* Creation date: Wed. 28 Dec. 2016
* Copyright(C) 2016 All rights reserved.
*
******************************... | Frederick-Hsu/iOS_Objective_C_Development | Objective_C_Foundation/Foundation_Framework/Foundation_Framework/test.h | C | apache-2.0 | 660 |
/*
* (c) 2005 David B. Bracewell
*
* 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, Ve... | dbracewell/mango | src/main/java/com/davidbracewell/function/SerializableConsumer.java | Java | apache-2.0 | 1,167 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.IO
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.SpecialType
Imports Microsoft.CodeAnalysis.Test.Utilit... | ManishJayaswal/roslyn | src/Compilers/VisualBasic/Test/Semantic/Semantics/Conversions.vb | Visual Basic | apache-2.0 | 285,552 |
function Controller() {
require("alloy/controllers/BaseController").apply(this, Array.prototype.slice.call(arguments));
$model = arguments[0] ? arguments[0].$model : null;
var $ = this, exports = {};
Alloy.Models.instance("user");
_.extend($, $.__views);
var user = Alloy.Models.user;
user.se... | antoniokaplan/Alloy-Widgets | Resources/alloy/controllers/index.js | JavaScript | apache-2.0 | 601 |
<!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_13) on Thu May 08 00:26:51 PDT 2014 -->
<title>T-Index</title>
<meta name="date" content="2014-05-08">
<link rel="stylesheet" type="tex... | orsonteodoro/gpsdraw | gpsdrawupload/doc/index-files/index-10.html | HTML | apache-2.0 | 4,531 |
#ifndef _STRUCT_H_
#define _STRUCT_H_
#include <stdlib.h>
#include <cJSON.h>
#include "str.h"
typedef struct
{
str_t data;
size_t capacity;
} curl_data_t;
#define empty_curl_data {empty_str, 0}
extern void curl_data_free(curl_data_t* data);
typedef struct pair_array_s curl_header_t;
#define empty_curl_... | lwch/QQRobot | src/struct.h | C | apache-2.0 | 1,834 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.