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 FluentCassandra.Apache.Cassandra;
using System;
using System.Collections.Generic;
namespace FluentCassandra.Connections
{
public interface IConnectionBuilder
{
string Keyspace { get; }
IList<Server> Servers { get; }
bool Pooling { get; }
int MinPoolSize { get; }
int MaxPoolSize { get; }
int MaxRe... | fluentcassandra/fluentcassandra | src/Connections/IConnectionBuilder.cs | C# | apache-2.0 | 762 |
rem @ECHO OFF
set COPYRIGHT="Copyright 2012 GWTAO"
set LICENSE="APACHE"
set ROOT=%~dp0..
set GEN="%~dp0\genheader.pl"
FOR /f %%a in ('dir /B /A:D %ROOT%\gwtao-*') do %GEN% -M %ROOT%\%%a\src -R -C %COPYRIGHT% -L %LICENSE%
set ROOT=
set GEN=
set COPYRIGHT=
set LICENSE=
pause | mhueb/gwtao | etc/genheader.cmd | Batchfile | apache-2.0 | 292 |
package com.topie.security.perm;
public class PermissionMatcher {
private boolean readOnly;
public boolean match(String want, String have) {
Permission wantPermission = new Permission(want);
Permission havePermission = new Permission(have);
// if this.resource is *, it will match all ... | topie/topie-oa | src/main/java/com/topie/security/perm/PermissionMatcher.java | Java | apache-2.0 | 1,260 |
/*
* ********************************************************************
* Copyright (C) 2017 e-Spirit 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.... | e-Spirit/FSTestTools | rules/src/main/java/com/espirit/moddev/fstesttools/rules/firstspirit/utils/context/TestContext.java | Java | apache-2.0 | 2,600 |
//= template/head.html
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
//= template/head-end.html
<body class="with-side-menu theme-picton-blue">
//= template/header-logo-inverse.html
//= template/side-menu.html
//= template/dashboard.html
//= template/footer.html
//= t... | samarti/ConstruyamosClase | app/views/layouts/theme-picton-blue.html | HTML | apache-2.0 | 341 |
//新人有礼页
// 初始化
var common = require('../common/common.js');
$(document).on('pageInit','.gift_for_new', function(e, id, page) {
if (page.selector == '.page') {
return false;
}
document.title = '新人有礼';
var init = new common(page);
var lazyload = init.lazyLoad;
var ApiBaseUrl = init.ge... | psychokiller666/heishi | app/modules/components/gift_for_new/gift_for_new.js | JavaScript | apache-2.0 | 12,382 |
/*
* Copyright (C) 2016 Andriy Druk
*
* 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 agree... | andriydruk/RxDNSSD | rx2dnssd/src/main/java/com/github/druk/rx2dnssd/BonjourService.java | Java | apache-2.0 | 11,911 |
<!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 -->
<title>nl.esciencecenter.xenon.adaptors.shared.ssh (xenon-2.3.0 2.6.2 API for Xenon developers)</title>
<link rel="stylesheet" type="text/css" hre... | NLeSC/Xenon | docs/versions/2.6.2/javadoc-devel/nl/esciencecenter/xenon/adaptors/shared/ssh/package-summary.html | HTML | apache-2.0 | 6,983 |
# chclibs
Constrained Horn clause libraries
| bishoksan/chclibs | README.md | Markdown | apache-2.0 | 44 |
# SeizeRecyclerView
### Use multiple adapters for a single RecyclerView.
<img src='screenshot/basic.gif' height='500px'/> <img src='screenshot/multi_type.gif' height='500px'/>
## How to use
```java
feedRv = (RecyclerView) findViewById(R.id.activity_main_rv);
// The whole origin adapter of RecyclerView
adapter = ne... | wangjiegulu/SeizeRecyclerView | README.md | Markdown | apache-2.0 | 2,676 |
namespace netDumbster.smtp.Logging
{
using System;
public interface ILog
{
void Debug(object message);
void Debug(object message, Exception exception);
void DebugFormat(string format, params object[] args);
void DebugFormat(IFormatProvider provider, string format, params... | YAFNET/YAFNET-UnitTests | YAF.UnitTests/Externals/netDumbster/Logging/ILog.cs | C# | apache-2.0 | 1,334 |
/*
* BottomBar library for Xamarin Android
* Copyright (c) 2017 Alírio Mendes (http://github.com/aliriomendes).
*
* 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.... | aliriomendes/BottomBar | BottomBar/BottomNavigationBar/OnTabReselectListener.cs | C# | apache-2.0 | 779 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: replace()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.cs... | inputx/code-ref-doc | rebbit/_functions/replace.html | HTML | apache-2.0 | 80,188 |
/*******************************************************************************
* Copyright (c) 2017-11-09 @author <a href="mailto:iffiff1@gmail.com">Tyler Chen</a>.
* All rights reserved.
*
* Contributors:
* <a href="mailto:iffiff1@gmail.com">Tyler Chen</a> - initial API and implementation.
* Auto Gen... | tylerchen/foss-qdp-project-v4 | src/test/java/com/foreveross/qdp/application/system/log/LogAccessApplicationTest.java | Java | apache-2.0 | 2,685 |
/**
* Integration test for REST controller using Jetty
*/
package com.sawert.sandbox.spring.mvc.controller;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
import java.util.List;
import javax... | bsawert/spring-sandbox | spring-mvc/mvc-webapp/src/test/java/com/sawert/sandbox/spring/mvc/controller/TestRestControllerIT.java | Java | apache-2.0 | 8,537 |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n... | LADOSSIFPB/nutrif | nutrif-web/lib/angular/i18n/angular-locale_en-lc.js | JavaScript | apache-2.0 | 2,590 |
/*
* Copyright 2015 AVAST Software s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | juanpabloprado/sms-ticket | mobile/src/main/java/eu/inmite/apps/smsjizdenka/util/NotificationUtil.java | Java | apache-2.0 | 9,378 |
# Crotalaria jamesii Oliv. 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/Crotalaria/Crotalaria jamesii/README.md | Markdown | apache-2.0 | 174 |
#ifndef MUTEX_H_
#define MUTEX_H_
#include <pthread.h>
namespace PThread {
/**
* @brief Clase para manejar los mutex de POSIX threads. Tiene una interfaz muy
* simple, con los métodos básicos y solo se manejan mutex creados con los
* atributos por defecto
*/
class Mutex {
public:
/**
* @brief Instancia un m... | mlucero88/Fwk_Cliente_Servidor | Pthread/src/Mutex.h | C | apache-2.0 | 2,917 |
/*******************************************************************************
* Copyright 2006 - 2012 Vienna University of Technology,
* Department of Software Technology and Interactive Systems, IFS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compl... | openpreserve/plato | planning-core/src/main/java/eu/scape_project/planning/xml/ProjectExportAction.java | Java | apache-2.0 | 20,075 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fr.penet.dao;
import java.io.Serializable;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.Resu... | lpenet/appengine-crawl-mapreduce-test | crawldb/src/main/java/fr/penet/dao/CrawlWordPage.java | Java | apache-2.0 | 2,448 |
package org.openestate.is24.restapi.xml.common;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for MarketingType.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
*... | OpenEstate/OpenEstate-IS24-REST | Core/src/main/jaxb/org/openestate/is24/restapi/xml/common/MarketingType.java | Java | apache-2.0 | 1,845 |
package apple.phase;
import apple.NSObject;
import apple.avfaudio.AVAudioChannelLayout;
import apple.avfaudio.AVAudioFormat;
import apple.foundation.NSArray;
import apple.foundation.NSData;
import apple.foundation.NSDictionary;
import apple.foundation.NSError;
import apple.foundation.NSMethodSignature;
import apple.fo... | multi-os-engine/moe-core | moe.apple/moe.platform.ios/src/main/java/apple/phase/PHASEAssetRegistry.java | Java | apache-2.0 | 11,097 |
package info.spielproject.spiel
import collection.JavaConversions._
import android.os.Build.VERSION
import android.util.Log
import android.view.accessibility.AccessibilityEvent
class RichEvent(e:AccessibilityEvent) {
lazy val records =
(for(r <- 0 to e.getRecordCount-1)
yield(e.getRecord(r))
).toLis... | bramd/spiel | src/main/scala/RichEvent.scala | Scala | apache-2.0 | 2,174 |
package scalan.collections
import java.lang.reflect.Method
import scala.annotation.unchecked.uncheckedVariance
import scalan._
import scalan.arrays.ArrayOps
import scalan.common.OverloadHack.Overloaded1
import scala.collection.mutable
import scala.annotation.tailrec
import scala.reflect.runtime.universe._
trait Coll... | PCMNN/scalan-ce | collections/src/main/scala/scalan/collections/Collections.scala | Scala | apache-2.0 | 35,327 |
# Bigelowia cooperi A.Gray 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/Asterales/Asteraceae/Ericameria/Ericameria cooperi/ Syn. Bigelowia cooperi/README.md | Markdown | apache-2.0 | 181 |
# Copyright 2017, OpenCensus 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 agreed to in w... | census-instrumentation/opencensus-python | opencensus/trace/attributes.py | Python | apache-2.0 | 2,383 |
package name.falgout.jeffrey.stream.future.adapter;
import java.util.Optional;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executor;
import java.util.concurrent.Future;
import java.util.function.Function;
import java.util.function.IntFunction;
import name.falgout.jeffrey.stream.future.... | JeffreyFalgout/completable-futures | src/main/java/name/falgout/jeffrey/stream/future/adapter/FutureStreamAdapter.java | Java | apache-2.0 | 7,069 |
#!/usr/bin/python
# 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
# ... | nathanbjenx/cairis | cairis/bin/at2om.py | Python | apache-2.0 | 5,006 |
package app.logic.controller;
import java.io.File;
import java.io.IOException;
import java.nio.charset.Charset;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.QLConstant;
import org.apache.http.Htt... | Zhangsongsong/GraduationPro | 毕业设计/code/android/YYFramework/src/app/logic/controller/UserManagerController.java | Java | apache-2.0 | 78,338 |
<!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/html; charset=utf-8" />
<title>Scaling Across Multiple Machines — ownCloud ... | kebenxiaoming/owncloudRedis | core/doc/admin/operations/scaling_multiple_machines.html | HTML | apache-2.0 | 13,814 |
import stainless.lang._
import stainless.collection._
import stainless.annotation._
object Counter {
import Actors._
case class PrimBehav(backup: ActorRef, counter: Counter) extends Behavior {
require(backup.name == "backup")
override
def processMsg(msg: Msg)(implicit ctx: ActorContext): Behavior = ... | epfl-lara/stainless | sbt-plugin/src/sbt-test/sbt-plugin/ghost/actor-tests/src/main/scala/Counter.scala | Scala | apache-2.0 | 2,547 |
/*
Copyright 2021 The Kubernetes 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 agreed to in writing, softwar... | kubernetes-client/java | kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1EndpointHints.java | Java | apache-2.0 | 3,081 |
package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.open.public.topic.delete response.
*
* @author auto create
* @since 1.0, 2018-01-05 15:03:11
*/
public class AlipayOpenPublicTopicDeleteResponse extends AlipayResponse {
private static final long serialVersionUID ... | wendal/alipay-sdk | src/main/java/com/alipay/api/response/AlipayOpenPublicTopicDeleteResponse.java | Java | apache-2.0 | 353 |
/*
* Copyright 2017 enocean4j development teams
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | steveohara/enocean4j | src/main/java/uk/co/_4ng/enocean/protocol/serial/v3/network/packet/commoncommand/CoRdIdbase.java | Java | apache-2.0 | 1,032 |
package com.saasovation.agilepm.domain.model.product.backlogitem;
public class CommittedBacklogItem {
}
| yangcy2016/saasovation-all | agilepm-core/src/main/java/com/saasovation/agilepm/domain/model/product/backlogitem/CommittedBacklogItem.java | Java | apache-2.0 | 106 |
/*
* Copyright 2017 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | GoogleCloudDataproc/hadoop-connectors | bigquery/src/main/java/com/google/cloud/hadoop/io/bigquery/NoopFederatedExportToCloudStorage.java | Java | apache-2.0 | 3,304 |
/*
* Copyright 2013 Thomas Hoffmann
*
* 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... | j4velin/Pedometer | src/main/java/de/j4velin/pedometer/ShutdownRecevier.java | Java | apache-2.0 | 1,958 |
/**
* DynamicSearchAd.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.adwords.axis.v201402.cm;
/**
* Represents a dynamic search ad. This ad will have its headline
* and
* destination URL auto-ge... | nafae/developer | modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201402/cm/DynamicSearchAd.java | Java | apache-2.0 | 9,908 |
package com.examw.collector.service;
import java.util.List;
import com.examw.collector.model.SubjectInfo;
import com.examw.model.DataGrid;
/**
* 科目数据更新服务接口
* @author fengwei.
* @since 2014年7月9日 下午4:46:19.
*/
public interface ISubjectUpdateService {
/**
* 数据更新
* @param subjects
*/
List<SubjectInfo> update... | jeasonyoung/examw-collector | src/main/java/com/examw/collector/service/ISubjectUpdateService.java | Java | apache-2.0 | 626 |
/*
* Copyright 2014-present Facebook, 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... | k21/buck | src/com/facebook/buck/python/CxxPythonExtension.java | Java | apache-2.0 | 1,856 |
/*
* Copyright DataStax, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | datastax/java-driver | integration-tests/src/test/java/com/datastax/oss/driver/mapper/InsertIT.java | Java | apache-2.0 | 12,222 |
console.warn( "THREE.Reflector: As part of the transition to ES6 Modules, the files in 'examples/js' were deprecated in May 2020 (r117) and will be deleted in December 2020 (r124). You can find more information about developing using ES6 Modules in https://threejs.org/docs/index.html#manual/en/introduction/Import-via-m... | webmaster444/webmaster444.github.io | other/mypointcloud/three/examples/js/objects/Reflector.js | JavaScript | apache-2.0 | 7,153 |
////////////////////////////////////////////////////////////////////////////
// Module : alife_space.h
// Created : 08.01.2002
// Modified : 08.01.2003
// Author : Dmitriy Iassenev
// Description : ALife space
////////////////////////////////////////////////////////////////////////////
#ifndef XRAY_ALIFE_SPACE
#... | Im-dex/xray-162 | code/engine/xrServerEntities/alife_space.h | C | apache-2.0 | 5,300 |
// Package gotocol provides protocol support to send a variety of commands
// listener channels and types over a single channel type
package gotocol
import (
"fmt"
"github.com/adrianco/spigo/names"
"log"
"time"
)
// Impositions is the promise theory term for requests made to a service
type Impositions int
// Con... | dwbconsulting/spigo | gotocol/gotocol.go | GO | apache-2.0 | 4,686 |
/*
* Copyright (C) 2015 Red Hat, Inc.
*
* 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 Licens... | redhat-cip/skydive | topology/graph/graph.go | GO | apache-2.0 | 21,052 |
/*
* 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-connectwisdom/src/main/java/com/amazonaws/services/connectwisdom/model/transform/CreateContentResultJsonUnmarshaller.java | Java | apache-2.0 | 2,813 |
package com.itracker.android.ui.gles.programs;
import android.content.Context;
import com.itracker.android.R;
import static android.opengl.GLES20.GL_TEXTURE0;
import static android.opengl.GLES20.GL_TEXTURE_2D;
import static android.opengl.GLES20.glActiveTexture;
import static android.opengl.GLES20.glBindTexture;
imp... | bigbugbb/iTracker | app/src/main/java/com/itracker/android/ui/gles/programs/TextureShaderProgram.java | Java | apache-2.0 | 2,157 |
# Puccinia caricis urticae-inflatae Hasler, 1925 INFRASPECIFIC_NAME
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Pucciniomycetes/Pucciniales/Pucciniaceae/Puccinia/Puccinia urticata/ Syn. Puccinia caricis urticae-inflatae/README.md | Markdown | apache-2.0 | 214 |
# Gentiana yakumontana Masam. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Gentianaceae/Gentiana/Gentiana yakumontana/README.md | Markdown | apache-2.0 | 177 |
# Diplochytridium cejpii (Fott) Karling SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Arch. Mikrobiol. 76(2): 129 (1971)
#### Original name
Chytridium cejpii Fott
### Remarks
null | mdoering/backbone | life/Fungi/Chytridiomycota/Chytridiomycetes/Chytridiales/Chytridiaceae/Diplochytridium/Diplochytridium cejpii/README.md | Markdown | apache-2.0 | 218 |
ubuntu-apache
=============
Ubuntu Box with Apache HTTP Server vagrant file
###Requirements
* VirtualBox or VMware
* Vagrant
###Installation
In command line:
git clone https://github.com/buonzz/ubuntu-apache.git
cd ubuntu-apache
vagrant up
Wait until the installation is finish. Then login... | buonzz-systems/ubuntu-apache | README.md | Markdown | apache-2.0 | 547 |
/* ========================================================================
* 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/statediagram/command/CommandCreateState.java | Java | apache-2.0 | 6,894 |
# coding=utf-8
#
# Copyright 2016 F5 Networks 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 a... | F5Networks/f5-common-python | f5/bigip/tm/net/tunnels.py | Python | apache-2.0 | 3,153 |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | trasa/aws-sdk-java | aws-java-sdk-elasticloadbalancing/src/main/java/com/amazonaws/services/elasticloadbalancing/model/LoadBalancerAttributes.java | Java | apache-2.0 | 24,010 |
/*
* 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 ... | growingio/phoenix | phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinCacheIT.java | Java | apache-2.0 | 4,581 |
/*
* Copyright 2013-2017 Grzegorz Ligas <ligasgr@gmail.com> and other contributors
* (see the CONTRIBUTORS file).
*
* 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... | ligasgr/intellij-xquery | gen/org/intellij/xquery/psi/XQueryCDataSectionContents.java | Java | apache-2.0 | 941 |
import React, { Component } from 'react';
import {
Modal,
Row,
Col,
FormGroup,
FormControl,
Button
} from 'react-bootstrap';
import md5 from 'md5';
import api from './../api';
import Error from './../Error';
export default class Login extends Component {
constructor(props) {
super(props);
t... | MarceloProjetos/react-router-node-red | src/login/index.js | JavaScript | apache-2.0 | 2,549 |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | ambasta/aws-sdk-cpp | aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/CustomOriginConfig.h | C | apache-2.0 | 4,856 |
/*
* Licensed to Elasticsearch 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
* not use this fi... | jprante/elasticsearch-server | server/src/test/java/org/elasticsearch/test/action/index/IndexRequestBuilderTests.java | Java | apache-2.0 | 3,756 |
#region Apache License Notice
// Copyright © 2014, Silverlake Software 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
//
// ... | ProxyFoo/ProxyFoo | source/ProxyFoo/Core/Foo/FooTypeFromTypeBuilder.cs | C# | apache-2.0 | 3,553 |
var searchData=
[
['call',['call',['../select2_8js.html#aed63747d658b9ef1878fda471c519855',1,'select2.js']]],
['cleardropdownalignmentpreference',['clearDropdownAlignmentPreference',['../select2_8js.html#a720684602e142b73d3f2c3bc8a9abfa6',1,'select2.js']]],
['clearsearch',['clearSearch',['../select2_8js.html#a0da... | zwmcfarland/MSEF | doxygen documentation/search/functions_3.js | JavaScript | apache-2.0 | 1,310 |
/*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | dagnir/aws-sdk-java | aws-java-sdk-polly/src/main/java/com/amazonaws/services/polly/model/transform/ListLexiconsRequestMarshaller.java | Java | apache-2.0 | 1,992 |
#!/usr/bin/env python
'''
Extract reads which aren't mapped from a SAM or SAM.gz file.
Behavior for PE:
-Write out PE only if both do not map (if either of the pair maps, neither is retained)
Behavior for SE:
-Write out SE if they don't map
Iterate over a SAM or SAM.gz file. take everything where the 3rd and
4th ... | msettles/expHTS | expHTS/extract_unmapped_reads.py | Python | apache-2.0 | 7,685 |
/**
* Copyright 2016 Lucio Benfante <lucio.benfante@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | benfante/FrontendToolsExample | src/main/styles/offcanvas.css | CSS | apache-2.0 | 1,612 |
/**
* Copyright (C) 2015 Red Hat, 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... | fabric8io/kubernetes-client | kubernetes-model-generator/kubernetes-model-admissionregistration/src/test/java/io/fabric8/kubernetes/api/model/admissionregistration/ValidatingWebhookConfigurationTest.java | Java | apache-2.0 | 1,867 |
#
# 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... | yahoo/pulsar | tests/docker-images/java-test-image/Dockerfile | Dockerfile | apache-2.0 | 2,219 |
package restaurant.mcneal.roles;
import restaurant.mcneal.interfaces.McNealWaiter;
import interfaces.Building;
//import restaurant.mcneal.gui.RestaurantPanel;
public class McNealWaiterRole extends WaiterAgent {
public McNealWaiterRole() {
super();
}
public void taketoCook(myCustomer cust) ... | Yunying/SimCity | src/restaurant/mcneal/roles/McNealWaiterRole.java | Java | apache-2.0 | 1,336 |
docsearch({
apiKey: '6c42f30d9669d8e42f6fc92f44028596',
indexName: 'docs-ray',
appId: 'LBHF0PABBL',
inputSelector: '#search-input',
debug: false,
}); | ray-project/ray | doc/source/_static/js/docsearch.js | JavaScript | apache-2.0 | 169 |
/**
* Copyright(C) 2009-2012
* @author Jing HUANG
* @file ComputeShader.cpp
* @brief
* @date 1/2/2011
*/
#include "ComputeShader.h"
#include <vector>
/**
* @brief For tracking memory leaks under windows using the crtdbg
*/
#if ( defined( _DEBUG ) || defined( DEBUG ) ) && defined( _MSC_VER )
#define _... | billhj/Etoile2015 | auxiliary/renderer/OpenGL/ComputeShader.cpp | C++ | apache-2.0 | 1,602 |
FROM eu.gcr.io/peopledata-product-team/td.nodejs:latest
ENV APP_ENV docker
COPY package.json /app/
RUN npm install
COPY . /app/
| techops-peopledata/td.core | Dockerfile | Dockerfile | apache-2.0 | 131 |
package com.zombie.controller;
import java.io.IOException;
import java.security.Principal;
import java.sql.Timestamp;
import java.text.DecimalFormat;
import java.util.List;
import java.util.Random;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import or... | freshmanken/zombie-hunter | src/main/java/com/zombie/controller/PlayerController.java | Java | apache-2.0 | 4,444 |
/*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | dagnir/aws-sdk-java | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/ReservedInstancesModificationStaxUnmarshaller.java | Java | apache-2.0 | 5,229 |
<!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>Flot Examples: Interacting with axes</title>
<link href="../examples.css" rel="stylesheet" type="text/css">
<!--[if lte IE ... | amido/Amido.VersionDashboard | src/Amido.VersionDashboard.Web/bower_components/flot/examples/axes-interacting/index.html | HTML | apache-2.0 | 3,543 |
/*
Copyright (c) INRIA and Microsoft Corporation. All rights reserved.
Licensed under the Apache 2.0 License.
*/
#ifndef __FStar_Int_Cast_H
#define __FStar_Int_Cast_H
#include <inttypes.h>
#include "kremlib.h"
#include "kremlin/internal/compat.h"
#include "kremlin/internal/target.h"
extern uint64_t FStar_Int_... | FStarLang/kremlin | kremlib/dist/generic/FStar_Int_Cast.h | C | apache-2.0 | 6,713 |
using System;
using System.Linq;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using AH.ModuleController.DMSSR;
using AH.DUtility;
namespace AH.ModuleController.UI.DMS.Forms
{
public partial class frmEmeregenc... | atiq-shumon/DotNetProjects | Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/DMS/Forms/frmEmeregencyCollectionHead.cs | C# | apache-2.0 | 17,234 |
/*
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 | os/hal/boards/ST_STM3210E_EVAL/board.c | C | apache-2.0 | 1,786 |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | dremio/dremio-oss | sabot/logical/src/main/java/com/dremio/common/expression/CastExpressionWithOverflow.java | Java | apache-2.0 | 936 |
from ionotomo import *
import numpy as np
import pylab as plt
def test_turbulent_realisation(plot=True):
xvec = np.linspace(-100,100,100)
zvec = np.linspace(0,1000,1000)
M = np.zeros([100,100,1000])
TCI = TriCubic(xvec,xvec,zvec,M)
print("Matern 1/2 kernel")
cov_obj = Covariance(tci=TCI)
si... | Joshuaalbert/IonoTomo | src/ionotomo/tests/test_turbulent_realisation.py | Python | apache-2.0 | 5,260 |
// Copyright 2007-2017 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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... | SanSYS/MassTransit | src/MassTransit/Configuration/SendPipeSpecifications/MessageSendPipeSpecification.cs | C# | apache-2.0 | 6,332 |
/*
* Copyright 2011 Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Apache License, version 2.0. The full text of the Apache License is at
* http://www.apache.org/licenses/LICENSE-2.0
*/
#include "tasksdbengine.h"
#include <QSettings>
#include "tasksdatabase.h"
#include... | dudochkin-victor/gogoo-app-tasks | model/tasksdbengine.cpp | C++ | apache-2.0 | 13,326 |
/*
* 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 ... | mcollovati/camel | components/camel-jta/src/main/java/org/apache/camel/jta/JtaTransactionPolicy.java | Java | apache-2.0 | 6,353 |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | trasa/aws-sdk-java | aws-java-sdk-cloudtrail/src/main/java/com/amazonaws/services/cloudtrail/model/transform/LookupEventsResultJsonUnmarshaller.java | Java | apache-2.0 | 3,138 |
package org.ray.devnote.devnoteweb;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure... | rayrelay/devnote | devnote-web/src/main/java/org/ray/devnote/devnoteweb/ServletInitializer.java | Java | apache-2.0 | 435 |
#head-top h1 {
color: #333333;
font-size: 60px;
margin-left: 50px;
}
#head-top {
min-width: 740px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
body {
background-color: #fdf6e6;
background-repeat: no-repeat;
background-position: top;
}
#frontpage {
min-... | thoddi/buildsite | BuildSite/BuildSite/Content/Site.css | CSS | apache-2.0 | 1,509 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.1... | inbloom/secure-data-service | tools/csv2xml/src/org/slc/sli/sample/entitiesR1/LeaveEventCategoryType.java | Java | apache-2.0 | 3,479 |
using System;
using System.Data;
#if MSDATA
using Microsoft.Data.SqlClient;
#else
using System.Data.SqlClient;
#endif
using ServiceStack.DataAnnotations;
using ServiceStack.OrmLite.Converters;
namespace ServiceStack.OrmLite.SqlServer.Converters
{
public class SqlServerStringConverter : StringConverter
{
... | Pathfinder-Fr/YAFNET | yafsrc/ServiceStack/ServiceStack.OrmLite.SqlServer/Converters/SqlServerStringConverters.cs | C# | apache-2.0 | 1,303 |
/**
*
* 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"); ... | intel-hadoop/hbase-rhino | hbase-client/src/main/java/org/apache/hadoop/hbase/client/ClientIdGenerator.java | Java | apache-2.0 | 3,348 |
module Kontena::Actors
class HaproxyProcess < Concurrent::Actor::Context
include Kontena::Logging
# @param [String] cmd
def initialize(cmd)
@cmd = cmd
end
def on_message(msg)
command, _ = msg
case command
when :run
run
when :pid
@pid
else
... | kontena/kontena-loadbalancer | lib/kontena/actors/haproxy_process.rb | Ruby | apache-2.0 | 762 |
<?php
####
# Given a query like '?package=version/name.js' or '?package=version/name.css'
# will dynamically pull together all the files to make that package.
#
# Uses the packages.xml file to decide which files belong to which packages.
#
# To keep debugging code use ?package=version/name.debug.js
# Debuggi... | glow/glow2 | packages/knit.php | PHP | apache-2.0 | 4,397 |
# Hyoscyamus pojarkovae Schönb.-Tem. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Solanales/Solanaceae/Hyoscyamus/Hyoscyamus pojarkovae/README.md | Markdown | apache-2.0 | 185 |
/*
* Copyright (c) 2014 Ahomé Innovation Technologies. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | ahome-it/ahome-ext-ux | ahome-ext-ux/src/main/java/com/ait/toolkit/sencha/ext/ux/calendar/client/CalendarPanel.java | Java | apache-2.0 | 38,400 |
---
layout: default
title: "关于"
description: "Hi, Welcome!!!"
header-img: "img/about-bg.jpg"
---
<!-- Page Header -->
<header class="intro-header" style="background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container">
... | sophon250/sophon250.github.io | 关于.html | HTML | apache-2.0 | 7,997 |
---
type: post121
title: Notify Container
categories: XAP121
parent: event-processing.html
weight: 200
---
The notify event container uses the space inherited support for notifications (continuous query) using an XAP unified event session API.
A notify event operation is mainly used when simulating Topic semantics.
... | croffler/documentation | sites/xap-docs/content/xap121/notify-container-overview.markdown | Markdown | apache-2.0 | 944 |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | cedral/aws-sdk-cpp | aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingRequest.h | C | apache-2.0 | 1,857 |
<!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_12_testAbaNumberCheck_25820_bad_oin.html | HTML | apache-2.0 | 10,987 |
# Suteria fluminensis (Vell.) Mart. 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/Gentianales/Rubiaceae/Psychotria/Psychotria fluminensis/ Syn. Suteria fluminensis/README.md | Markdown | apache-2.0 | 190 |
# Vaadin Icons
> ⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the [`vaadin/web-components`](https://github.com/vaadin/web-components/tree/master/packages/vaadin-icons) monorepository.
> This repository contains the source code and releases of `<vaadin-icons>` for the Vaadin... | vaadin/vaadin-icons | README.md | Markdown | apache-2.0 | 3,360 |
/**
* _____ _____ _____ _____ __ _____ _____ _____ _____
* | __| | | | | | | | | __| | |
* |__ | | | | | | | | | |__| | | | |- -| --|
* |_____|_____|_|_|_|_____| |_____|_____|_____|_____|_____|
*
* UNICORNS AT WARP SPEED SINCE 2010
*
*... | SumoLogic/sumologic-net-appenders | SumoLogic.Logging.AspNetCore.Example/Program.cs | C# | apache-2.0 | 2,419 |
# Laserpitium aciphylla L.f. 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/Apiales/Apiaceae/Laserpitium/Laserpitium aciphylla/README.md | Markdown | apache-2.0 | 184 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.