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 |
|---|---|---|---|---|---|
/*
** Copyright 2019-2020 Centreon
**
** 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... | centreon/centreon-broker | storage/src/conflict_manager.cc | C++ | apache-2.0 | 29,683 |
/*
* 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 ... | fschueler/incubator-systemml | src/main/java/org/apache/sysml/api/mlcontext/Script.java | Java | apache-2.0 | 17,736 |
<!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="../宙/index.html">
<meta http-equiv=refresh content="0; url='../宙/index.html'">
<h1>Redirecting...</h1>
<a href="../宙/index.html">Click here if you are not redirected.</a>
<script>location='../宙/index.html'</script>
| hochanh/hochanh.github.io | rtk/v4/1109.html | HTML | apache-2.0 | 316 |
# [20170123 码农日报](http://hao.caibaojian.com/date/2017/01/23)
[前端日报](http://caibaojian.com/c/news)栏目数据来自[码农头条](http://hao.caibaojian.com/)(我开发的爬虫),每日分享前端、移动开发、设计、资源和资讯等,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/frontendDaily)
* [聊聊 SVG 基本形状转换那些事](http://hao.caibaojian.com/23230.htm... | kujian/frontendDaily | 2017/01/23.md | Markdown | apache-2.0 | 3,641 |
package org.miabis.converter.util;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.elasticsearch.client.Client;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.node.Node;
import static org.elasticsearch.node.NodeBuilder.*;
public class E... | MIABIS/miabis-converter | src/test/java/org/miabis/converter/util/EmbeddedElasticsearchServer.java | Java | apache-2.0 | 1,489 |
/*
Copyright 2016 The Rook 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 applicable law or agreed to ... | aramisjohnson/rook | pkg/model/status.go | GO | apache-2.0 | 2,015 |
<?php
/**
* ECSHOP SQL查詢語言項
* ============================================================================
* 版權所有 2005-2011 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.ecshop.com;
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對... | lvguocai/ec | languages/zh_tw/admin/sql.php | PHP | apache-2.0 | 1,091 |
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
// Copyright (c) 2011, 2012 Open Networking Foundation
// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
// This library was generated by the LoxiGen Compiler.
// See the file LICENSE.txt which should have been included in the sour... | floodlight/loxigen-artifacts | openflowj/gen-src/main/java/org/projectfloodlight/openflow/protocol/ver15/OFBsnGentableDescStatsReplyVer15.java | Java | apache-2.0 | 17,049 |
/*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* 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... | tkobayas/optaplanner | optaplanner-core/src/main/java/org/optaplanner/core/impl/heuristic/selector/IterableSelector.java | Java | apache-2.0 | 1,738 |
#!/usr/bin/env ruby
$LOAD_PATH.push(File.expand_path(File.dirname(__FILE__)))
require 'init'
require 'base64'
require 'json'
require __DIR__('helper/db_helper')
require __DIR__('../start')
describe UserController do
behaves_like :rack_test, :db_helper
before do
reset_db
end
def encode_crede... | yannbelief/escservesconfig | spec/user.rb | Ruby | apache-2.0 | 4,080 |
# AUTOGENERATED FILE
FROM balenalib/n510-tx2-debian:jessie-run
ENV GO_VERSION 1.14.14
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get... | nghiant2710/base-images | balena-base-images/golang/n510-tx2/debian/jessie/1.14.14/run/Dockerfile | Dockerfile | apache-2.0 | 2,325 |
{% load admin_list suit_list %}
{% load i18n %}
{% if cl.formset and cl.result_count %}
<input type="submit" name="_save" class="default btn btn-primary changelist-save pull-right" value="{% trans 'Save' %}"/>
{% endif %}
<div class="paginator clearfix">
{% if pagination_required %}
<div class="row">
<di... | zdw/xos | xos/templates/admin/pagination.html | HTML | apache-2.0 | 1,075 |
/***************************************************************
*
* Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Y... | djw8605/condor | src/condor_dagman/dagman_multi_dag.cpp | C++ | apache-2.0 | 6,576 |
/*
* Copyright 2009 The Closure Compiler 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... | Yannic/closure-compiler | test/com/google/javascript/jscomp/OptimizeReturnsTest.java | Java | apache-2.0 | 14,990 |
package dsmoq.controllers.json
/**
* サジェスト系検索APIのリクエストに使用するJSON型のケースクラス
*
* 具体的には、以下のAPIで使用する。
* GET /api/suggests/users
* GET /api/suggests/groups
* GET /api/suggests/attributes
*
* @param query 検索文字列
* @param limit 検索件数上限
* @param offset 検索位置
*/
case class SuggestApiParams(
query: Option[String] = None,... | nkawa/dsmoq | server/apiServer/src/main/scala/dsmoq/controllers/json/SuggestApiParams.scala | Scala | apache-2.0 | 950 |
/*
* 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-elasticinference/src/main/java/com/amazonaws/services/elasticinference/model/transform/AcceleratorTypeMarshaller.java | Java | apache-2.0 | 2,685 |
/*
Copyright (c) 2011, Siemens Corporate Research a Division of Siemens Corporation
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.... | OpenXIP/xip-libraries | src/database/overlay/SoXipManipulableShape.cpp | C++ | apache-2.0 | 17,885 |
// Copyright 2017 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... | google/eslint-closure | packages/eslint-plugin-closure/lib/rules/inline-comment-spacing.js | JavaScript | apache-2.0 | 3,337 |
/*
* 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 ... | adessaigne/camel | components/camel-aws2-eventbridge/src/main/java/org/apache/camel/component/aws2/eventbridge/EventbridgeProducer.java | Java | apache-2.0 | 10,543 |
package com.example.innf.criminalintent;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Environment;
import com.example.innf.criminalintent.database.CrimeBaseHelper;
import com.example.innf.criminal... | InnoFang/Android-Code-Demos | AndroidProgrammingDemo/CriminalIntent/app/src/main/java/com/example/innf/criminalintent/CrimeLab.java | Java | apache-2.0 | 4,061 |
Import-Module AU
Import-Module "$PSScriptRoot\..\..\scripts\au_extensions.psm1"
$domain = 'https://sourceforge.net'
$releases = "$domain/projects/pspp4windows/files/"
$softwareName = 'pspp*'
function global:au_BeforeUpdate { Get-RemoteFiles -Purge -NoSuffix -FileNameSkip 1 }
function global:au_AfterUpdate { Set-D... | octomike/chocolatey-coreteampackages | automatic/pspp/update.ps1 | PowerShell | apache-2.0 | 2,058 |
/*
* Copyright to 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 app... | dreedyman/Rio | rio-test/src/main/java/org/rioproject/test/SetTestManager.java | Java | apache-2.0 | 1,160 |
__all__ = [
'fixed_value',
'coalesce',
]
try:
from itertools import ifilter as filter
except ImportError:
pass
class _FixedValue(object):
def __init__(self, value):
self._value = value
def __call__(self, *args, **kwargs):
return self._value
def fixed_value(value):
re... | calidae/python-aeat_sii | src/pyAEATsii/callback_utils.py | Python | apache-2.0 | 918 |
<!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_131) on Mon Nov 06 19:55:11 GMT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Assets</title>
<meta name="... | katharinebeaumont/QMaze | example/javadoc/qmaze/View/Assets.html | HTML | apache-2.0 | 13,103 |
package com.iticket.service.impl;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.InitializingBean;
import org.springframework... | liqilun/iticket | src/main/java/com/iticket/service/impl/AuthServiceImpl.java | Java | apache-2.0 | 3,669 |
#include "stack.h"
#include <iostream>
using namespace std;
struct StackElement {
char value;
StackElement *next;
};
struct Stack {
StackElement *head;
};
Stack *createStack()
{
Stack *newElement = new Stack;
newElement->head = nullptr;
return newElement;
}
void push(Stack *stack, char value)
{
StackElement... | Riteyl/SPbU-Homeworks | 1 semester/6 homework/2 task/stack.cpp | C++ | apache-2.0 | 826 |
# Pasania elephantum (Hance) Hickel & A.Camus 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/Fagales/Fagaceae/Lithocarpus/Lithocarpus elephantum/ Syn. Pasania elephantum/README.md | Markdown | apache-2.0 | 200 |
package com.eworkplus.dal.core.build.io;
import java.io.InputStream;
import java.net.URL;
/**
* A class to wrap access to multiple class loaders making them work as one
*
* @author Clinton Begin
*/
public class ClassLoaderWrapper {
ClassLoader defaultClassLoader;
ClassLoader systemClassLoader;
Class... | wuditp520/Commons-Jdbc | smart-dal-core/src/main/java/com/eworkplus/dal/core/build/io/ClassLoaderWrapper.java | Java | apache-2.0 | 6,037 |
<?php
/**
* Copyright 2015 Arrogance
*
* 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 ... | Arrogance/FunXMPP-API | src/Core/Config.php | PHP | apache-2.0 | 2,677 |
<?php
class Awd_Model extends CI_Model{
//this model made by @Ahmed Awd
public function AddToDBKey($Tname,$data)
{
$this->db->insert($Tname,$data);
$insert_id = $this->db->insert_id();
return $insert_id;
}
public function AddToDB($Tname,$data)
{
$this->db->insert($Tna... | hackerghost93/ProTech | application/models_old/Awd_Model.php | PHP | apache-2.0 | 4,195 |
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2006 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe lic... | vb0067/XMPToolkitSDK | XMPFilesStatic/source/FileHandlers/TIFF_Handler.cpp | C++ | apache-2.0 | 15,862 |
/*
* Licensed to ElasticSearch and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. ElasticSearch licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may... | synhershko/elasticsearch | src/main/java/org/elasticsearch/search/facet/query/QueryFacetCollector.java | Java | apache-2.0 | 4,105 |
# Copyright (c) Facebook, Inc. and its affiliates.
#
# 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 ... | facebook/fbthrift | thrift/test/py/TestSerializationSorted.py | Python | apache-2.0 | 3,066 |
/*
Erudite v1.1.0 Copyright(c) 2013 Adam A Lara
This software is dedicated to the pursuit of knowledge, the generations before(Dad) and after (Harrison) me, and the love of my life- Jord'an <3
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compli... | adam-nnl/Erudite | v1.1.0/src/JDOMToTreeModelAdapter.java | Java | apache-2.0 | 4,525 |
<!--
~ Copyright (c) 2020 pCloud AG
~
~ 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... | pCloud/pcloud-networking-java | docs/index.html | HTML | apache-2.0 | 3,540 |
# Introduction to dda-pallet-commons
TODO: write [great documentation](http://jacobian.org/writing/what-to-write/)
| DomainDrivenArchitecture/dda-pallet-commons | doc/intro.md | Markdown | apache-2.0 | 116 |
package dao
import (
"bytes"
"context"
"fmt"
"net/http"
"strings"
"time"
"go-common/app/admin/main/cache/model"
"go-common/library/ecode"
"go-common/library/log"
)
var (
tokenURI = "http://easyst.bilibili.co/v1/token"
dataURI = "http://easyst.bilibili.co/v1/node/apptree"
authURI = "http://easyst.bilibi... | LQJJ/demo | 126-go-common-master/app/admin/main/cache/dao/tree.go | GO | apache-2.0 | 5,598 |
package dao
import (
"context"
"database/sql"
"fmt"
"go-common/library/log"
)
const (
_queryBvcResource = "select id from %s where svid = %d"
_queryCoverResource = "select cover_url,cover_width,cover_height from video_repository where svid = ?"
)
//CheckSVResource ...
func (d *Dao) CheckSVResource(c context.... | LQJJ/demo | 126-go-common-master/app/service/bbq/video/dao/check.go | GO | apache-2.0 | 883 |
## PP Comm view test bed
Setup:
Requires node, npm and bower installed globally
Also a good idea to have LiveReload chrome extension installed and running
`(sudo) npm install -g grunt-cli bower`
`npm install`
`bower install`
`grunt scaffold`
`grunt`
# Web Interface
Once you've run `nodemon server.js` you shou... | 4fthawaiian/cowgoes | README.md | Markdown | apache-2.0 | 530 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.Net;
using System.IO;
using SHDocVw;
using System.Runtime.InteropServices;
using mshtml;
public struct ... | lsamu/V5_DataCollection | V5_DataWebBrowser/frmMainBrowser.cs | C# | apache-2.0 | 13,007 |
<!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_77) on Mon May 23 19:37:25 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.luc... | YorkUIRLab/irlab | lib/lucene-6.0.1/docs/suggest/org/apache/lucene/search/suggest/fst/class-use/FSTCompletion.Completion.html | HTML | apache-2.0 | 9,460 |
#include <endian.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
union {
uint32_t u32;
uint8_t arr[4];
} x;
x.arr[0] = 0x11; /* Lowest-address byte */
x.arr[1] = 0x22;
x.arr[2] = 0x33;
x.arr[3] = 0x44; /* Highest-address... | derek-zhang/linux | byteorder.c | C | apache-2.0 | 628 |
nuget.exe pack CA.Blocks.DataAccess.csproj -Prop Platform=AnyCPU | KevinBosch/CA.Blocks.DataAccess | CA.Blocks.DataAccess/PrepNugetPackage.bat | Batchfile | apache-2.0 | 64 |
<!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_35) on Tue Dec 25 19:15:56 MSK 2012 -->
<TITLE>
Imgproc
</TITLE>
<META NAME="date" CONTENT="2012-12-25">
<LINK REL ="stylesheet" TYPE="text/css" HR... | navicore/augie | libraries/OpenCV-2.4.3.2-android-sdk/sdk/java/javadoc/org/opencv/imgproc/Imgproc.html | HTML | apache-2.0 | 797,310 |
/*
* Copyright (c) 2016-2022 GraphDefined GmbH
* This file is part of WWCP OIOI <https://github.com/OpenChargingCloud/WWCP_OIOI>
*
* 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
*
* ... | OpenChargingCloud/WWCP_OIOI | WWCP_OIOIv4.x_Adapter/CPO/CPOExtentions.cs | C# | apache-2.0 | 10,737 |
Scala Thrift Type Provider
============================
###Usage:
@fromSchema("myThrift.thrift") object ChatIDL
val msg = ChatIDL.Message("Hello")
object MyImpl extends ChatIDL.Communication {
def ping = logPingReceived()
def join(userId: ChatIDL.ID)
}
###More elaborate example
... | jedesah/thrift-scala-type-provider | README.markdown | Markdown | apache-2.0 | 1,523 |
package com.inn.trusthings.model.types;
/*
* #%L
* trusthings-model
* %%
* Copyright (C) 2015 COMPOSE 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... | vujasm/trusthings-compose | trusthings-model/src/main/java/com/inn/trusthings/model/types/USDLSecExpression.java | Java | apache-2.0 | 1,183 |
-- Licensed to the Apache Software Foundation (ASF) under one or more
-- contributor license agreements. See the NOTICE file distributed with
-- this work for additional information regarding copyright ownership.
-- The ASF licenses this file to You under the Apache License, Version 2.0
-- (the "License"); you may not... | sahilsehgal81/Sqoop | src/test/oraoop/create_users.sql | SQL | apache-2.0 | 2,840 |
package ht.pq.khanh.util;
import android.content.Context;
import android.support.design.widget.CoordinatorLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.Toolbar;
import android.util.AttributeSet;
import android.view.Vie... | khanhpq29/My-Task | app/src/main/java/ht/pq/khanh/util/ScrollFABBehaviour.java | Java | apache-2.0 | 2,446 |
// [[[[INFO>
// Copyright 2015 Epicycle (http://epicycle.org, https://github.com/open-epicycle)
//
// 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... | open-epicycle/Epicycle.Photogrammetry-cs | projects/Epicycle.Photogrammetry_cs/ImageModelUtils.cs | C# | apache-2.0 | 2,910 |
package disk_test
import (
"errors"
. "github.com/cloudfoundry/bosh-init/internal/github.com/onsi/ginkgo"
. "github.com/cloudfoundry/bosh-init/internal/github.com/onsi/gomega"
. "github.com/cloudfoundry/bosh-init/internal/github.com/cloudfoundry/bosh-agent/platform/disk"
fakesys "github.com/cloudfoundry/bosh-in... | allomov/bosh-init | internal/github.com/cloudfoundry/bosh-agent/platform/disk/proc_mounts_searcher_test.go | GO | apache-2.0 | 2,228 |
/*
* Copyright (c) "Neo4j"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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... | neo4j/neo4j-java-driver | examples/src/main/java/org/neo4j/docs/driver/ConfigConnectionPoolExample.java | Java | apache-2.0 | 1,855 |
# Carex parryana subsp. idahoa SUBSPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Carex/Carex idahoa/ Syn. Carex parryana idahoa/README.md | Markdown | apache-2.0 | 188 |
# Rhexia viminea D.Don SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Rhexia/Rhexia viminea/README.md | Markdown | apache-2.0 | 170 |
# Claoxylon rubescens var. cumingianum VARIETY
#### 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/Malpighiales/Euphorbiaceae/Claoxylon/Claoxylon albicans/ Syn. Claoxylon rubescens cumingianum/README.md | Markdown | apache-2.0 | 193 |
# Cooperia brasiliensis Traub 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/Amaryllidaceae/Zephyranthes/Zephyranthes chlorosolen/ Syn. Cooperia brasiliensis/README.md | Markdown | apache-2.0 | 184 |
# Nepenthes ×mastersiana cv. SPECIES
#### Status
ACCEPTED
#### According to
GRIN Taxonomy for Plants
#### Published in
Gard. Chron. ser. 2, 16:748, fig. 148. 1881
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Nepenthaceae/Nepenthes/Nepenthes mastersiana cv./README.md | Markdown | apache-2.0 | 209 |
# Erysiphe labiatarum f. galeopsidis (Desm.) Jacz. FORM
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Taschenbestimmb. f. Pilze 2, Erysiphaceen 158 (1926)
#### Original name
Erysiphe communis var. ptilomyiae Desm.
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Erysiphales/Erysiphaceae/Erysiphe/Erysiphe labiatarum/Erysiphe labiatarum galeopsidis/README.md | Markdown | apache-2.0 | 261 |
# Andreaea viridis C. Müller in Neumayer, 1890 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Bryophyta/Andreaeopsida/Andreaeales/Andreaeaceae/Andreaea/Andreaea viridis/README.md | Markdown | apache-2.0 | 203 |
using System;
using JetBrains.Diagnostics;
using JetBrains.Diagnostics.Internal;
using JetBrains.Lifetimes;
namespace JetBrains.Rider.Unity.Editor.Logger
{
public static class LogInitializer
{
public static void InitLog(LoggingLevel selectedLoggingLevel)
{
if (selectedLoggingLevel >... | JetBrains/resharper-unity | unity/EditorPlugin/Logger/LogInitializer.cs | C# | apache-2.0 | 1,542 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | pubcrede/Framework-for-WebAPI | src/Framework.DataAccess/CustomerInfo.cs | C# | apache-2.0 | 1,154 |
// Copyright 2018 The Grafeas 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 ap... | grafeas/grafeas | proto/v1beta1/vulnerability_go_proto/vulnerability.pb.go | GO | apache-2.0 | 49,312 |
# Pimelea williamsonii J.M.Black SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malvales/Malvaceae/Pimelea/Pimelea williamsonii/README.md | Markdown | apache-2.0 | 180 |
/*
Copyright 2012 Twitter, 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
distr... | oeddyo/scalding | scalding-date/src/test/scala/com/twitter/scalding/DateProperties.scala | Scala | apache-2.0 | 5,004 |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/enums/feed_item_target_type.proto
package com.google.ads.googleads.v9.enums;
/**
* <pre>
* Container for enum describing possible types of a feed item target.
* </pre>
*
* Protobuf type {@code google.ads.googleads.v9.e... | googleads/google-ads-java | google-ads-stubs-v9/src/main/java/com/google/ads/googleads/v9/enums/FeedItemTargetTypeEnum.java | Java | apache-2.0 | 20,725 |
# Literature Review for Tensorflow Learning on Android
# Papers
## Signal Processing and Machine Learning with Differential Privacy
By: Anand D. Sarwate and Kamalika Chaudhuri
## Crowd-ML: A Privacy-Preserving Learning Framework for a Crowd of Smart Devices
By: Jihun Hamm, Adam C. Champion, Guoxing Chen, Mikhail ... | chelexa/tensorflow-on-android | literature-review.md | Markdown | apache-2.0 | 809 |
<!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface io.permazen.Session.RetryableAction (Permazen 4.1.9-S... | permazen/permazen | site/apidocs/io/permazen/class-use/Session.RetryableAction.html | HTML | apache-2.0 | 6,507 |
package com.hiwhitley.easy.day16;
/**
* Created by hiwhitley on 2016/9/10.
*/
public class SingleNumber {
public static int singleNumber(int[] nums) {
int result = 0;
for(int i : nums) {
result ^= i;
}
return result;
}
public static void main(String[] args) {
... | hiwhitley/CodingEveryDay | src/com/hiwhitley/easy/day16/SingleNumber.java | Java | apache-2.0 | 384 |
package org.myrobotlab.service;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import org.myrobotlab.framework.Service;
import org.myrobotlab.logging.Level;
import org.myrobotlab.logging.LoggerFactory;
import org.myrobotlab.logging.Logging;
import org.myrobotla... | MyRobotLab/myrobotlab | src/main/java/org/myrobotlab/service/Lidar.java | Java | apache-2.0 | 12,290 |
package com.android.org.bouncycastle.crypto.modes;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* 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 ... | Orange-OpenSource/matos-profiles | matos-android/src/main/java/com/android/org/bouncycastle/crypto/modes/CBCBlockCipher.java | Java | apache-2.0 | 1,616 |
package io.quarkus.rest.client.reactive.runtime;
import java.io.Closeable;
import java.io.IOException;
import javax.annotation.PreDestroy;
import org.jboss.logging.Logger;
import io.quarkus.arc.NoClassInterceptors;
import io.quarkus.runtime.MockedThroughWrapper;
public abstract class RestClientReactiveCDIWrapperBa... | quarkusio/quarkus | extensions/resteasy-reactive/rest-client-reactive/runtime/src/main/java/io/quarkus/rest/client/reactive/runtime/RestClientReactiveCDIWrapperBase.java | Java | apache-2.0 | 1,476 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Tue Apr 28 18:49:25 EEST 2015 -->
<title>Generated Documentation (Untitled)</title>
<script type="text/javascript">
targetPage = "" +... | OhtuWearable/WearableDataServer | javadoc/index.html | HTML | apache-2.0 | 2,864 |
package jp.uphy.maven.svg.mojo;
import static jp.uphy.maven.svg.mojo.Constants.MOJO_NAME_RASTERIZE_DIRECTORY;
public class RasterizeDirectoryMojoTest extends AbstractRasterizeMojoTest {
public void testRasterizeDirectory() throws Exception {
executeMojo("rasterize-directory.xml", MOJO_NAME_RASTERIZE_DIRE... | Argelbargel/svg-rasterizer-maven-plugin | src/test/java/jp/uphy/maven/svg/mojo/RasterizeDirectoryMojoTest.java | Java | apache-2.0 | 2,037 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 26</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#000080" vlink="#0000CC" alink="#000080">
<c... | xunilrj/sandbox | sources/webassembly/workshop/text25.html | HTML | apache-2.0 | 4,438 |
#ifndef _FULLSIMULATOR_H_
#define _FULLSIMULATOR_H_
#include <string>
#include <assertext.h>
#include <boost/shared_ptr.hpp>
#include <eigen3/Eigen/Dense>
#include <eigen3/Eigen/Sparse>
#include <FullElasticModel.h>
#include <JsonFilePaser.h>
using namespace std;
using namespace Eigen;
namespace SIMULATOR{
/**
... | wegatron/embedded_thin_shell | src/volume_simulator/solid_elastic/ElasticModel/FullSimulator.h | C | apache-2.0 | 8,687 |
webtechWS1314
=============
Projekt für Webtechnologien
Sven Weiser
Michael Gehring
| GreatBounty/webtechWS1314 | README.md | Markdown | apache-2.0 | 87 |
#include <windows.h>
#include "class.MojaTrieda.hpp"
#include "../com.carlos.architecture/DllExports.h"
#include "../com.carlos.architecture/modules/class.ModulVypocitaniaPolohy.hpp"
#include "../com.carlos.architecture/configuration/class.Configuration.hpp"
#ifdef _DEBUG
#pragma comment(lib, "../Debug/com.carlos.arch... | sekys/Carlos | com.carlos.textPosModule/DllMain.cpp | C++ | apache-2.0 | 5,058 |
// Copyright 2009 Todd Ditchendorf
//
// 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... | thekarladam/fluidium | Fluidium/src/FUUserthingPreferences.h | C | apache-2.0 | 1,370 |
// Copyright 2019 The MediaPipe 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 law or a... | google/mediapipe | mediapipe/framework/port/port.h | C | apache-2.0 | 727 |
<!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_151) on Mon Jun 22 05:15:32 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly... | wildfly-swarm/wildfly-swarm-javadocs | 2.7.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/jca/package-use.html | HTML | apache-2.0 | 16,870 |
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | reTXT/thrift | lib/py/src/protocol/TBinaryProtocol.py | Python | apache-2.0 | 7,772 |
-- ALF implementation for ngx_lua/Kong
-- ALF version: 1.1.0
-- @version 2.0.0
-- @see https://github.com/Kong/galileo-agent-spec
--
-- Incompatibilities with ALF 1.1 and important notes
-- ==================================================
-- * The following fields cannot be retrieved as of ngx_lua 0.10.2:
-- * re... | jebenexer/kong | kong/plugins/galileo/alf.lua | Lua | apache-2.0 | 8,283 |
package jadx.core.deobf;
import org.jetbrains.annotations.*;
import org.slf4j.*;
import java.io.*;
import java.util.*;
import jadx.api.*;
import jadx.core.dex.attributes.*;
import jadx.core.dex.attributes.nodes.*;
import jadx.core.dex.info.*;
import jadx.core.dex.instructions.args.*;
import jadx.core.dex.nodes.*;
p... | nao20010128nao/show-java | app/src/main/java/jadx/core/deobf/Deobfuscator.java | Java | apache-2.0 | 14,277 |
package ru.stqa.pft.addressbook.tests;
import org.testng.annotations.Test;
import ru.stqa.pft.addressbook.model.ContactData;
import java.util.Arrays;
import java.util.stream.Collectors;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
/**
* Created by jekko on 2... | ekatanaev/java_first_lesson | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactPhoneTests.java | Java | apache-2.0 | 1,124 |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Return the number of columns present in x. — h2o.ncol • h2o</title>
<!-- jquer... | spennihana/h2o-3 | h2o-r/h2o-package/docs/reference/h2o.ncol.html | HTML | apache-2.0 | 4,155 |
# knfsd-metrics-agent
This collects various system metrics from the NFS proxy and writes them in a format suitable for collectd.
## Environment Variables
* `COLLECTD_HOSTNAME` - Overrides the default system hostname.
* `COLLECTD_INTERVAL` - Metric collection interval in seconds, defaults to 60.
* `METRICS_SOCKET... | GoogleCloudPlatform/knfsd-cache-utils | image/resources/knfsd-metrics-agent/README.md | Markdown | apache-2.0 | 1,597 |
<!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">
<title></title>
<link rel="stylesheet" href="qunit.css" type="text/css">
<script src="qunit.js"></script>
<script src="../s... | stephenlorenz/sproutstudy | sproutStudy_web/yo/node_modules/grunt-contrib-htmlmin/node_modules/html-minifier/tests/index.html | HTML | apache-2.0 | 621 |
package com.waltz3d.museum.detail;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.text.MessageFormat;
import java.util.ArrayList;
import ja... | zhangzhige/Museum | src/com/waltz3d/museum/detail/To3DHelper.java | Java | apache-2.0 | 8,148 |
/*
* Copyright 2014-2015 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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://w... | spadgett/hawkular-metrics | api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/TenantsHandler.java | Java | apache-2.0 | 4,082 |
-- phpMyAdmin SQL Dump
-- version 4.0.10deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 30, 2016 at 09:41 PM
-- Server version: 5.5.47-0ubuntu0.14.04.1
-- PHP Version: 5.5.9-1ubuntu4.14
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_C... | vdanielpop/daw | daw.sql | SQL | apache-2.0 | 4,340 |
/*
* Copyright (C) 2017 The Proteus 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 law ... | aagea/peach | peach-redis-server/src/test/scala/com/proteus/peach/redis/manager/RedisReconnectIT.scala | Scala | apache-2.0 | 2,958 |
package org.swiften.xtestkit.android.element.locator;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.android.AndroidElement;
import io.reactivex.Flowable;
import org.jetbrains.annotations.NotNull;
import org.openqa.selenium.WebElement;
import org.swiften.xtestkit.android.AndroidView;
... | protoman92/XTestKit | src/main/java/org/swiften/xtestkit/android/element/locator/AndroidLocatorType.java | Java | apache-2.0 | 2,357 |
/*
* Copyright (c) 2021, Peter Abeles. All Rights Reserved.
*
* This file is part of Efficient Java Matrix Library (EJML).
*
* 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:... | lessthanoptimal/ejml | main/ejml-ddense/test/org/ejml/dense/row/linsol/GenericSolvePseudoInverseChecks_DDRM.java | Java | apache-2.0 | 5,750 |
package us.feliscat.time.en
import us.feliscat.m17n.English
import us.feliscat.text.StringOption
import us.feliscat.time.MultiLingualTimeExtractionPreprocessor
/**
* <pre>
* Created on 2017/02/09.
* </pre>
*
* @author K.Sakamoto
*/
object EnglishTimeExtractionPreprocessor extends MultiLingualTimeExtractio... | ktr-skmt/FelisCatusZero-multilingual | libraries/src/main/scala/us/feliscat/time/en/EnglishTimeExtractionPreprocessor.scala | Scala | apache-2.0 | 429 |
# Alysicarpus varius Wall. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Alysicarpus/Alysicarpus varius/README.md | Markdown | apache-2.0 | 174 |
/**
* 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... | sonalgoyal/hiho | src/main/java/co/nubetech/hiho/mapreduce/lib/db/apache/MRJobConfig.java | Java | apache-2.0 | 11,498 |
package com.leader.spring04.autowritedtest;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Date;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class HelloWorldBean4 {
@Autowired
private HelloWorldbean another... | upup1000/spring | spring-04/src/main/java/com/leader/spring04/autowritedtest/HelloWorldBean4.java | Java | apache-2.0 | 555 |
<?php
include('../controllers/config.php');
include('../controllers/session.php');
include('head.php');
//session_start();
//call billstatuschecker
?>
<body class="mode-default colorful-enabled theme-red">
<nav class="left-menu" left-menu>
<div class="logo-container">
<a href="index.ht... | imran7128/ABCD | views/index.php | PHP | apache-2.0 | 18,104 |
/**
* ueditor完整配置项
* 可以在这里配置整个编辑器的特性
*/
/**************************提示********************************
* 所有被注释的配置项均为UEditor默认值。
* 修改默认配置请首先确保已经完全明确该参数的真实用途。
* 主要有两种修改方案,一种是取消此处注释,然后修改成对应参数;另一种是在实例化编辑器时传入对应参数。
* 当升级编辑器时,可直接使用旧版配置文件替换新版配置文件,不用担心旧版配置文件中因缺少新功能所需的参数而导致脚本报错。
**************************提示***************... | mnzero/Sdut-jsj-OA | src/main/webapp/plugins/UEditor/ueditor.config.js | JavaScript | apache-2.0 | 23,150 |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppNexusLiveDataFixture.cs" company="Rare Crowds Inc">
// Copyright 2012-2013 Rare Crowds, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// y... | chinnurtb/OpenAdStack-1 | Reporting/ReportingActivitiesIntegrationTests/AppNexusLiveDataFixture.cs | C# | apache-2.0 | 11,337 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.