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 |
|---|---|---|---|---|---|
/**
* OBJECT_ID.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package org.openehr.schemas.v1;
public abstract class OBJECT_ID implements java.io.Serializable {
private org.apache.axis.types.Token value;
public OBJECT_ID() {
... | josealmeida/opereffa | bosphorus/src/main/resources/org/openehr/schemas/v1/OBJECT_ID.java | Java | apache-2.0 | 3,452 |
package collections;
import java.util.ArrayList;
import java.util.List;
import java.util.ListIterator;
public class Iterator2 {
public static void main(String args[]) {
List<String> list = new ArrayList<String>();
list.add("abc");
list.add("def");
list.add("ghi");
ListIter... | rboese/prog | collections/src/main/java/collections/Iterator2.java | Java | apache-2.0 | 482 |
/*
* © Crown Copyright 2013
*
* 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... | health-and-care-developer-network/health-and-care-developer-network | source/ckan/ckan-schema/uk/nhs/hdn/ckan/schema/TagsArrayJsonSchema.java | Java | apache-2.0 | 2,076 |
<!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_15) on Sat May 04 07:11:50 UTC 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class uk.nh... | health-and-care-developer-network/health-and-care-developer-network | source/build/package-templates/hdn-itk-documentation/hdn-itk-documentation/srv/hdn-itk-documentation/itk/itk-samples/apidocs/uk/nhs/interoperability/client/samples/smsp/class-use/GetPatientDetailsByNHSNumberServlet.html | HTML | apache-2.0 | 5,284 |
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.vcs.log.data;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.progress.EmptyP... | msebire/intellij-community | platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogProgress.java | Java | apache-2.0 | 6,698 |
/*
* Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | jentfoo/aws-sdk-java | aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/model/transform/GetItemResultJsonUnmarshaller.java | Java | apache-2.0 | 3,100 |
/*
* Copyright 2010-2020 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | Activiti/Activiti | activiti-core/activiti-engine/src/main/java/org/activiti/engine/impl/cfg/multitenant/TenantAwareDataSource.java | Java | apache-2.0 | 3,773 |
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o]... | storjarn/node-toolbox | tools/http/tinyserver/public/assets/bundles/rpg.js | JavaScript | apache-2.0 | 37,993 |
This is the example used to show how to construct an environment with loadbalancing with docker-compose.
Tools
=====
j2cli: https://github.com/kolypto/j2cli
docker-compose up -d
docker-compose scale app=3
Based on:
https://eyenx.ch/2015/04/18/loadbalancing-containers-with-docker-compose/
| CALlanoR/virtual_environments | web/nginx/docker/nginx_haproxy_redis/README.md | Markdown | apache-2.0 | 295 |
# Didymopanax pachycarpus Marchal 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/Araliaceae/Schefflera/Schefflera calva/ Syn. Didymopanax pachycarpus/README.md | Markdown | apache-2.0 | 188 |
<!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"/>
<meta name="generator" con... | vladn-ma/vladn-ovs-doc | doxygen/ovs_all/html/structnetdev__rxq.html | HTML | apache-2.0 | 7,343 |
{% extends "pkspace.html" %}
{% set active_page = "labeler" %}
{% block title %}Labeler{% endblock %}
{% block script %}
<script src="{{ url_for('static', filename='js/utils.js') }}"></script>
<script src="{{ url_for('static', filename='js/labeler.js') }}"></script>
<script type="text/javascript">
$(do... | NaiveNeuron/PKSpace | configapp/templates/labeler.html | HTML | apache-2.0 | 2,856 |
#!/bin/bash
code=(
"utils"
)
c1=`pwd`
for c in "${code[@]}"
do
pushd . >& /dev/null
cd ../../$c
make clean
make
popd >& /dev/null
done
cd $c1
make clean
make
echo
echo
echo "*****************"
echo "You may need to restart the rsyslog server: sudo service rsyslog restart"
echo "*****************"
make cl... | ibm-security-innovation/libsecurity-c | libsecurity/src/examples/appExample/run.sh | Shell | apache-2.0 | 337 |
<!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_37) on Thu Nov 29 20:44:26 GMT 2012 -->
<TITLE>
Index (Measurements Tagger JavaDoc)
</TITLE>
<META NAME="date" CONTENT="2012-11-29">
<LINK REL ="st... | Network-of-BioThings/GettinCRAFTy | src/main/resources/gate/plugins/Tagger_Zemanta/doc/javadoc/index-all.html | HTML | apache-2.0 | 9,897 |
// Do NEVER include directly this file, it is already included by assert.hpp!
#ifndef _BOGEYMAN_PRINT_ERROR_LINE
# define _BOGEYMAN_PRINT_ERROR_LINE BOGEYMAN_DEFAULT_PRINT_ERROR_LINE
#endif // !_BOGEYMAN_PRINT_ERROR_LINE_TO_OUTPUT
#if _BOGEYMAN_PRINT_ERROR_LINE == BOGEYMAN_PRINT_ERROR_LINE_TO_OUTPUT
# include <iostr... | Aracthor/bogeyman | inc/bogeyman/internal/print_error_line.hpp | C++ | apache-2.0 | 931 |
/*
* Copyright 2014 Red Hat, Inc.
*
* Red Hat licenses this file to you under the Apache License, version 2.0
* (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | remi128/vertx-apex_old | src/main/resources/vertx-apex-js/favicon_handler.js | JavaScript | apache-2.0 | 2,843 |
# Antennaria friesiana var. friesiana 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/Asterales/Asteraceae/Antennaria/Antennaria friesiana/ Syn. Antennaria friesiana friesiana/README.md | Markdown | apache-2.0 | 192 |
using System;
using System.Collections.Generic;
using System.Web.Http;
using System.Web.Http.Results;
using System.Net.Http;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using LMS.Service;
using LMS.Service.Controllers;
using LMS.Model;
using LMS.Model.Resource;
using LMS.Model.Composite;
using LMS.Data;
usin... | dktlp/lms | src/Test/Controllers/AccountControllerTest.cs | C# | apache-2.0 | 14,059 |
// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT.
package deviceorientation
import (
json "encoding/json"
easyjson "github.com/mailru/easyjson"
jlexer "github.com/mailru/easyjson/jlexer"
jwriter "github.com/mailru/easyjson/jwriter"
)
// suppress unused package warning
var (
_ *json.RawMess... | AdityaMili95/Wallte | vendor/github.com/knq/chromedp/cdp/deviceorientation/easyjson.go | GO | apache-2.0 | 4,191 |
package org.fastnate.generator.statements;
import org.fastnate.generator.context.SequenceIdGenerator;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
/**
* Base class for {@link ColumnExpression}s which reference an ID by using the value of a sequence.
*
* @author Tobias Liefke
*/
@Getter
@RequiredA... | liefke/org.fastnate | fastnate-generator/src/main/java/org/fastnate/generator/statements/SequenceValueExpression.java | Java | apache-2.0 | 1,008 |
#include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ... | aajjbb/contest-files | HackerRank/AlienLanguages.cpp | C++ | apache-2.0 | 2,063 |
/**
* 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... | KalicyZhou/incubator-weex | weex_core/Source/core/data_render/vm.cc | C++ | apache-2.0 | 37,317 |
package blended.mgmt.base.internal
import blended.container.context.api.ContainerIdentifierService
import blended.util.logging.Logger
import domino.DominoActivator
import javax.management.{ MBeanServer, ObjectName }
class MgmtBaseActivator extends DominoActivator {
private[this] val log = Logger[MgmtBaseActivator]... | lefou/blended | blended.mgmt.base/src/main/scala/blended/mgmt/base/internal/MgmtBaseActivator.scala | Scala | apache-2.0 | 854 |
# Cyathus vernicosus var. desmazieri J. Kickx f. VARIETY
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Fl. Crypt. Flandres 2: 7 (1867)
#### Original name
Cyathus vernicosus var. desmazieri J. Kickx f.
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Agaricaceae/Cyathus/Cyathus olla/Cyathus vernicosus desmazieri/README.md | Markdown | apache-2.0 | 248 |
/*
* 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 ... | fengshao0907/Cassandra-Research | src/java/org/apache/cassandra/index/SecondaryIndexManager.java | Java | apache-2.0 | 36,453 |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle... | carnegiespeech/translations | vi/report_loglive.php | PHP | apache-2.0 | 1,075 |
/* ========================================================================
* ColorPicker.js [1.5.0+]
* ========================================================================
* Copyright (c) 2016 cnezsoft.com; Licensed MIT
* ======================================================================== */
(function($) ... | fengjianheizhao/TP51 | public/static/h-ui/lib/ColorPicker/1.5.0/ColorPicker.js | JavaScript | apache-2.0 | 6,801 |
package org.noob.codewars.train.learn.prac2017.prac170105;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Copyright [2017$] [Wuxinshui]
* <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 o... | wuxinshui/noob | codewars/src/main/java/org/noob/codewars/train/learn/prac2017/prac170105/EvaluatorTest.java | Java | apache-2.0 | 1,245 |
import Vue from 'vue'
/**
* 递归初始化菜单列表,将menu下的子菜单添加tempList中
* */
function initMenu (menu, level, tempList) {
let childList = menu.childList
if (!childList) {
return
}
for (let i = 0; i < childList.length; i++) {
let childMenu = childList[i]
childMenu.level = level
Vue.set(childMenu, 'isShowIn... | lcw2004/one | one-ui/src/common/mixins/TreeTableMiXin.js | JavaScript | apache-2.0 | 3,287 |
/**
* A collection of service classes that are internally used by SeLion for all reporting related activities.
*/
package com.paypal.selion.reports.reporter.services; | mengchen2/SeLion_Demo | client/src/main/java/com/paypal/selion/reports/reporter/services/package-info.java | Java | apache-2.0 | 168 |
/* @flow */
export const ALIGN_ITEMS = {
start: 'start',
end: 'end',
center: 'center',
stretch: 'stretch'
};
export const GUTTER_WIDTH = {
xxs: 'xxs',
xs: 'xs',
sm: 'sm',
md: 'md',
lg: 'lg',
xl: 'xl',
xxl: 'xxl'
};
| mineral-ui/mineral-ui | src/library/Grid/constants.js | JavaScript | apache-2.0 | 238 |
/*
Copyright 2017 Shane Lillie
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... | Luminoth/BackpackPlanner | BackpackPlanner/BackpackPlanner/DAL/Models/Meals/MealEntry.cs | C# | apache-2.0 | 4,668 |
/*
* Copyright 2017 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 applicab... | i49/cascade | cascade/src/main/java/io/github/i49/cascade/core/matchers/simple/PrefixMatcher.java | Java | apache-2.0 | 1,374 |
package cn.com.heaton.blelibrary.ble.callback;
/**
*
* Created by LiuLei on 2017/10/23.
*/
public abstract class BleWriteEntityCallback<T> {
public abstract void onWriteSuccess();
public abstract void onWriteFailed();
public void onWriteProgress(double progress){}
public void onWriteCancel(){}
}
| liulei-0911/BleDemo | core/src/main/java/cn/com/heaton/blelibrary/ble/callback/BleWriteEntityCallback.java | Java | apache-2.0 | 318 |
# Dichaea standleyi Ames SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Dichaea/Dichaea acroblepara/ Syn. Dichaea standleyi/README.md | Markdown | apache-2.0 | 179 |
# Geranium umbrosum Waldst. & Kit. in Waldst. 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/Geraniales/Geraniaceae/Geranium/Geranium pyrenaicum/ Syn. Geranium umbrosum/README.md | Markdown | apache-2.0 | 200 |
# Alchemilla microsphaerica Frohner SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Alchemilla/Alchemilla microsphaerica/README.md | Markdown | apache-2.0 | 183 |
# Pseudofuscophialis Sivan. & H.S. Chang GENUS
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycol. Res. 99(6): 711 (1995)
#### Original name
Pseudofuscophialis Sivan. & H.S. Chang
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Pseudofuscophialis/README.md | Markdown | apache-2.0 | 253 |
# Rajania cordata var. eucordata 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/Liliopsida/Dioscoreales/Dioscoreaceae/Rajania/Rajania cordata/ Syn. Rajania cordata eucordata/README.md | Markdown | apache-2.0 | 187 |
# Heliochia ×vandesii G.D.Rowley SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Cactaceae/Heliochia/Heliochia vandesii/README.md | Markdown | apache-2.0 | 181 |
# Cyphomandra amotapensis (Svenson) A.Child 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/Solanales/Solanaceae/Solanum/Solanum amotapense/ Syn. Cyphomandra amotapensis/README.md | Markdown | apache-2.0 | 198 |
# Sorbaronia sorbifolia (hort. ex Poir.) C.K.Schneid. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Repert. Spec. Nov. Regni Veg. 3:134. 1906
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Sorbaronia/Sorbaronia sorbifolia/README.md | Markdown | apache-2.0 | 246 |
# Spergularia diandroides L.G.Adams SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Caryophyllaceae/Spergularia/Spergularia diandroides/README.md | Markdown | apache-2.0 | 183 |
# Perityle carmenensis A.M.Powell SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Perityle carmenensis/README.md | Markdown | apache-2.0 | 181 |
# Witheringia rhomboidea Dunal 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/Witheringia/Witheringia rhomboidea/README.md | Markdown | apache-2.0 | 178 |
package com.juchao.upg.android.entity;
public class InspectionTask {
public int _id;
public long id;
public String taskName;
public String startTime;
public String endTime;
public int index; //任务序号 不保存数据库
public boolean isDownloaded; //是否已经下载对应的点检任务
public int state; //0 :未完成 , 1:已完成
//public int type;... | Jack-Xiao/UPG_2 | src/com/juchao/upg/android/entity/InspectionTask.java | Java | apache-2.0 | 856 |
### Description
This moves (0,0) from the bottom left corner of the image to the center of the image.
| lorensen/VTKExamples | src/Cxx/Images/CenterAnImage.md | Markdown | apache-2.0 | 102 |
package com.fcdream.dress.kenny.bo;
import android.os.Environment;
import com.fcdream.dress.kenny.utils.FileUtils;
/**
* Copyright (c) 2017, 北京视达科科技有限责任公司 All rights reserved.
* author:shumeng.du
* date:2017/9/4
* description:
*/
public class MyFilePathEntity {
private String baiduSpeechPath;
public s... | dushumeng/DressKenny | app/src/main/java/com/fcdream/dress/kenny/bo/MyFilePathEntity.java | Java | apache-2.0 | 1,415 |
SELECT kdsup FROM m04supl
SELECT t02_id, tanggal,
m03.kd_tabung AS kd_tabung, m03.jenis_tabung AS jenis_tabung,
m03.harga AS harga, m04.kdsup AS kdsup,
m04.nmsup AS nmsup, jumlah, t02.keterangan
FROM kkp.t02beli t02
INNER JOIN m03tabu m03
ON m03.kd_tabung = t02.kd_tabung
INNER JOIN m04supl m04
ON m04.kdsup = t0... | hidayanto56/KKP | Script/t02beli.sql | SQL | apache-2.0 | 935 |
# Gloeosporium falcatum Dearn. & House SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Bull. N. Y. St. Mus. 188: 133 (1916)
#### Original name
Gloeosporium falcatum Dearn. & House
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Dermateaceae/Marssonina/Gloeosporium falcatum/README.md | Markdown | apache-2.0 | 233 |
/* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... | Banno/sbt-plantuml-plugin | src/main/java/net/sourceforge/plantuml/svek/ShapePseudoImpl.java | Java | apache-2.0 | 1,599 |
//
// Copyright (c) Microsoft and contributors. 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 requi... | jianghaolu/azure-sdk-for-net | src/Monitoring/Generated/Autoscale/AutoscaleClient.cs | C# | apache-2.0 | 9,277 |
/*
* Copyright 2018 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 applica... | robinverduijn/gradle | subprojects/dependency-management/src/main/java/org/gradle/internal/resolve/caching/ComponentMetadataRuleExecutor.java | Java | apache-2.0 | 4,079 |
/*
Copyright 2022 The Knative 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, soft... | knative/operator | pkg/client/injection/informers/operator/v1alpha1/knativeserving/filtered/fake/fake.go | GO | apache-2.0 | 1,642 |
<!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/338.html | HTML | apache-2.0 | 316 |
---
layout: kanji
v4: 484
v6: 523
kanji: 境
keyword: boundary
elements: boundary, soil, dirt, ground, mirror, vase, stand up, sun, day, human legs
strokes: 14
image: E5A283
on-yomi: キョウ、ケイ
kun-yomi: さかい
permalink: /rtk/境/
prev: 鏡
next: 亡
---
1) [<a href="http://kanji.koohii.com/profile/nyquil">nyquil</a>] 13-3-2007(195... | hochanh/hochanh.github.io | rtk/rtk1-v6/0523.md | Markdown | apache-2.0 | 2,065 |
---
layout: global
title: 在Azure Blob Store上配置Alluxio
nickname: Alluxio使用Azure Blob Store
group: Under Store
priority: 0
---
* 内容列表
{:toc}
该指南介绍了如何配置Alluxio以使用[Azure Blob Store](https://azure.microsoft.com/en-in/services/storage/blobs/)作为底层存储系统。
## 初始步骤
为了在多台机器上运行一个Alluxio集群,你必须在每台机器上部署Alluxio的二进制文件。
你可以[从Alluxio源... | ChangerYoung/alluxio | docs/cn/Configuring-Alluxio-with-Azure-Blob-Store.md | Markdown | apache-2.0 | 4,185 |
[](https://gitter.im/openzipkin/zipkin) [](https://travis-ci.org/openzipkin/zipkin) [ Soják SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Primulaceae/Auganthus/Auganthus cortusoides/README.md | Markdown | apache-2.0 | 183 |
/*
* Copyright (c) 2008-2015 Citrix Systems, 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 ... | netscaler/sdx_nitro | src/main/java/com/citrix/sdx/nitro/resource/config/mps/current_timezone.java | Java | apache-2.0 | 7,188 |
/*
* 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-macie2/src/main/java/com/amazonaws/services/macie2/model/transform/DisassociateMemberRequestProtocolMarshaller.java | Java | apache-2.0 | 2,690 |
package org.example.message
import akka.actor.{Actor, ActorLogging}
import org.example.message.TeacherProtocol._
/**
* Created by kailianghe on 1/8/15.
*/
class TeacherActor extends Actor with ActorLogging {
val quotes = List(
"Moderation is for cowards",
"Anything worth doing is worth overdoing",
"Th... | hekailiang/akka-play | actor-samples/src/main/scala/org/example/message/TeacherActor.scala | Scala | apache-2.0 | 776 |
/*
* Copyright (c) 1999-2000 Image Power, Inc. and the University of
* British Columbia.
* Copyright (c) 2001-2004 Michael David Adams.
* All rights reserved.
*/
/* __START_OF_JASPER_LICENSE__
*
* JasPer License Version 2.0
*
* Copyright (c) 2001-2006 Michael David Adams
* Copyright (c) 1999-2000 Image P... | LiberatorUSA/GUCEF | dependencies/jasper/src/libjasper/jpc/jpc_tsfb.h | C | apache-2.0 | 5,251 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.google.code.play2.provider.play25.Play25Provider (Pla... | play2-maven-plugin/play2-maven-plugin.github.io | play2-maven-plugin/1.0.0-rc5/play2-providers/play2-provider-play25/apidocs/com/google/code/play2/provider/play25/class-use/Play25Provider.html | HTML | apache-2.0 | 4,811 |
class Chef
module Provisioning
MAAS_DRIVER_VERSION = '0.1.0'
end
end
| chef-partners/chef-provisioning-maas | lib/chef/provisioning/maas_driver/version.rb | Ruby | apache-2.0 | 77 |
from bacnet import BACNetTransform
from cwmp import CWMPTransform
from dns import DNSTransform
from ftp import FTPTransform
from http import HTTPTransform
from http import HTTPWWWTransform
from https import HTTPSTransform
from https import HTTPSGetTransform
from https import HTTPSWWWTransform
from https import Heartb... | zmap/ztag | ztag/transforms/__init__.py | Python | apache-2.0 | 1,377 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Sun Oct 15 23:06:23 CEST 2017 -->
<title>org.shanerx.faketrollplus.core.data Class Hierarchy</title>
<meta name="date" content="2017-10... | SparklingComet/FakeTrollPlus | doc/org/shanerx/faketrollplus/core/data/package-tree.html | HTML | apache-2.0 | 6,023 |
<?php
mysql_connect("localhost","root","");
mysql_select_db("my_database_gis");
$strSQL = "SELECT * FROM products";
$objQuery = mysql_query($strSQL) or die(mysql_error());
mysql_query("SET NAMES 'UTF8'");
mysql_query("SET character_set_results='UTF8'");
?>
<!DOCTYPE html>
<html lang="en">
<head>
... | ananpumankong/Helloword | admin.php | PHP | apache-2.0 | 4,812 |
/*
* 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 ... | rdblue/incubator-nifi | nar-bundles/framework-bundle/framework/web/nifi-web-api/src/main/java/org/apache/nifi/audit/ProcessGroupAuditor.java | Java | apache-2.0 | 10,704 |
/*
* Copyright 2020 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 ... | googleapis/java-speech | proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesResponse.java | Java | apache-2.0 | 37,482 |
# Micheevia M.D. Zalessky, 1930 GENUS
#### Status
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pteridophyta/Micheevia/README.md | Markdown | apache-2.0 | 193 |
package love.cq.domain;
import java.util.Arrays;
public class Value {
private String keyword;
private String[] paramers = new String[0];
public Value(String keyword, String... paramers) {
this.keyword = keyword;
if (paramers != null) {
this.paramers = paramers;
}
}
public Value(String temp) {
String... | AllienPhone/elasticsearch-analysis-Ansj | src/love/cq/domain/Value.java | Java | apache-2.0 | 996 |
define(["dojo/_base/declare", "dojo/Deferred", "dojo/promise/all",
"dojo/_base/lang", "dojo/_base/array", "esri/arcgis/utils", "esri/lang",
"esri/tasks/PrintTemplate", "esri/request"
], function(
declare, Deferred, all, lang, array, arcgisUtils, esriLang, PrintTemplate,
esriRequest) {
return declare(null, {
... | Esri/Viewer | js/PrintConfig.js | JavaScript | apache-2.0 | 5,499 |
package org.http4s
package client
import cats.effect._
import fs2.Stream
import scala.concurrent.duration._
class PoolManagerSpec(name: String) extends Http4sSpec {
val _ = name
val key = RequestKey(Uri.Scheme.http, Uri.Authority(host = Uri.IPv4("127.0.0.1")))
val otherKey = RequestKey(Uri.Scheme.http, Uri.Auth... | aeons/http4s | client/src/test/scala/org/http4s/client/PoolManagerSpec.scala | Scala | apache-2.0 | 3,361 |
#ifndef DEF_GLUT_MGT
#define DEF_GLUT_MGT
#include <iostream>
#include <GL/gl.h>
#include <GL/glut.h>
#include <boost/thread/thread.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#define KEY_ESCAPE 27
#define CHKERR if (glGetError() != GL_NO_ERROR) printf("** I screwe... | hackliff/domobot | client/glClient/GlutManager.h | C | apache-2.0 | 1,301 |
/* ========================================================================
* 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/anim/AffineTransformation.java | Java | apache-2.0 | 5,198 |
<!DOCTYPE html>
<html>
<head>
<script src="http://requirejs.org/docs/release/2.1.11/minified/require.js"></script>
<script>
var token = "020d9948-8cf8-4c46-91bd-72bb11b92549";
var db = require('orchestrate')(token);
db.get('cfg_hives', '*')
.then(function (res) {
console.log(res.body); // prints response body
cons... | Glasgow2015/team-1 | getData.php | PHP | apache-2.0 | 484 |
/***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistribution... | ikisis/spec4j | spec4j-agent/src/main/java/spec4j/asm/tree/analysis/Frame.java | Java | apache-2.0 | 24,831 |
"""
@author: ArcGIS for Intelligence
@contact: defensesolutions@esri.com
@company: Esri
@version: 1.0
@description: Used to stage the apps for Movement Analysis
@requirements: Python 2.7.x, ArcGIS 10.3.1
@copyright: Esri, 2015
"""
import arcresthelper
from arcresthelper import portalautomati... | conklinbd/MovementAnalysis | TemplateInstall/PortalDeploy/StageApp.py | Python | apache-2.0 | 726 |
/*
* 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 app... | dryganets/vogar | src/vogar/RetrievedFilesFilter.java | Java | apache-2.0 | 1,459 |
/*
* 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... | svagionitis/aws-sdk-cpp | aws-cpp-sdk-ec2/include/aws/ec2/model/CreateDhcpOptionsRequest.h | C | apache-2.0 | 4,297 |
/*******************************************************************************
* Copyright (c) 2006-2010 eBay Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
... | ebayopensource/turmeric-monitoring | mgmt-console/src/main/java/org/ebayopensource/turmeric/monitoring/client/model/SelectionContext.java | Java | apache-2.0 | 5,896 |
using Neptuo;
using Neptuo.Observables;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
using WebCamImageCollector.RemoteControl.Services;
using WebCamImageCollector.RemoteControl.ViewModels.Commands;
using WebCam... | maraf/WebCamImageCollector | src/WebCamImageCollector.RemoteControl.UI/ViewModels/RemoteClientEditViewModel.cs | C# | apache-2.0 | 2,324 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jul 19 23:14:44 CEST 2011 -->
<TITLE>
PortComponentRefType
</TITLE>
<META NAME="date" CONTENT="2011-07-19">
<LINK REL ="stylesheet" TYPE... | shrinkwrap/descriptors | gen/doc/org/jboss/shrinkwrap/descriptor/api/javaeewebservicesclient12/PortComponentRefType.html | HTML | apache-2.0 | 22,256 |
package com.rbac.service;
import com.rbac.entity.FunctionEntity;
import com.rbac.entity.MenuEntity;
import com.rbac.vo.PageResult;
import com.rbac.vo.formbean.FunctionFormBean;
import java.util.List;
/**
*
*/
public interface FunctionService {
PageResult<FunctionFormBean> pageQueryFunction(int currentPage, in... | cx118118/ssm-rbac | src/main/java/com/rbac/service/FunctionService.java | Java | apache-2.0 | 595 |
# ===============================================================================
# Copyright 2013 Jake Ross
#
# 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/licens... | UManPychron/pychron | pychron/lasers/tasks/panes/ablation.py | Python | apache-2.0 | 4,882 |
#ifndef LPC_INCL_H
#define LPC_INCL_H
#include "std.h"
#include "include/function.h"
#include "include/origin.h"
#include "config.h"
#include "applies.h"
#include "main.h"
#include "program.h"
#include "buffer.h"
#include "interpret.h"
#include "simulate.h"
#include "file.h"
#include "stralloc.h"
#endif
| holtsoftware/potential-octo-wallhack | School C++/other/lpc/lpc_incl.h | C | apache-2.0 | 307 |
/*
* Copyright 2012, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | AndreJCL/JCL | JCL_Android/app/src/main/java/org/jf/dexlib2/builder/BuilderInstruction.java | Java | apache-2.0 | 2,483 |
using System;
using System.Collections.Generic;
using System.Linq;
using Stardust.Aadb2c.AuthenticationFilter.Core;
using Stardust.Particles;
namespace Stardust.Aadb2c.Swagger
{
public static class B2cGlobalSwaggerConfig
{
private static readonly object Triowing = new object();
private static S... | JonasSyrstad/Stardust.Aadb2c.AuthenticationFilter | src/Stardust.Aadb2c.Swagger/B2cGlobalSwaggerConfig.cs | C# | apache-2.0 | 4,193 |
/*
* Copyright 2016-2021 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... | mp911de/lettuce | src/main/java/io/lettuce/core/cluster/pubsub/api/sync/NodeSelectionPubSubCommands.java | Java | apache-2.0 | 1,923 |
/*
* 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/kernel/src/main/java/com/dremio/exec/store/parquet/ParquetTypeHelper.java | Java | apache-2.0 | 17,594 |
package authz
import (
"net"
"testing"
)
func sp(s string) *string {
return &s
}
func TestValidation(t *testing.T) {
cases := []struct {
mc MatchConditions
ok bool
}{
// Valid stuff
{MatchConditions{}, true},
{MatchConditions{Account: sp("foo")}, true},
{MatchConditions{Account: sp("foo?*")}, true},... | tangfeixiong/go-to-exercise | vendor/github.com/cesanta/docker_auth/auth_server/authz/acl_test.go | GO | apache-2.0 | 5,582 |
Titanium.include( "../models/notice.js" );
Titanium.include( "../models/product.js" );
Titanium.include( "../helpers/bottom_menu.js" );
var win = Titanium.UI.currentWindow;
var tableView, listeners = [];
function main() {
// HACK: get active tab index.
win.tabGroup.addEventListener( "focus", function( e ) {
... | nebiros/barrel | Resources/app/windows/notices.js | JavaScript | apache-2.0 | 8,802 |
package network
// Copyright (c) Microsoft and contributors. 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
//
// Unl... | marstr/azure-sdk-for-go | services/network/mgmt/2016-09-01/network/expressroutecircuitauthorizations.go | GO | apache-2.0 | 15,776 |
require 'spec_helper'
module Bosh::Director
describe DiffLines do
subject(:diff_lines) { described_class.new }
describe 'order' do
context 'when simple' do
before do
diff_lines << Line.new(0, 'jobs:', nil)
diff_lines << Line.new(0, 'variables:', nil)
diff_lines <<... | barthy1/bosh | src/bosh-director/spec/unit/manifest/diff_lines_spec.rb | Ruby | apache-2.0 | 4,263 |
/*
* Copyright 2015 the original author or authors.
* @https://github.com/scouter-project/scouter
*
* 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... | scouter-project/scouter | scouter.client/src/scouter/client/xlog/views/XLogViewPainter.java | Java | apache-2.0 | 26,327 |
<!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_91) on Mon Jun 06 14:51:22 EDT 2016 -->
<title>Uses of Class org.apache.cassandra.serializers.UUIDSerializer (apache-cassandra API)</title>
<me... | jasonwee/videoOnCloud | lib/cassandra/apache-cassandra-3.7/javadoc/org/apache/cassandra/serializers/class-use/UUIDSerializer.html | HTML | apache-2.0 | 7,751 |
// Copyright 2022 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 ... | googleapis/google-cloud-go | internal/generated/snippets/compute/apiv1/NetworkEndpointGroupsClient/DetachNetworkEndpoints/main.go | GO | apache-2.0 | 1,561 |
#include "common/http/filter/lua/wrappers.h"
#include "test/test_common/lua_wrappers.h"
#include "test/test_common/utility.h"
using testing::InSequence;
namespace Envoy {
namespace Http {
namespace Filter {
namespace Lua {
class LuaHeaderMapWrapperTest : public Envoy::Lua::LuaWrappersTestBase<HeaderMapWrapper> {
pu... | craffert0/envoy | test/common/http/filter/lua/wrappers_test.cc | C++ | apache-2.0 | 6,529 |
package org.jboss.resteasy.test.injection;
import org.jboss.resteasy.spi.ResteasyProviderFactory;
import org.jboss.resteasy.test.injection.resource.ProviderInjectionProviderReader;
import org.junit.Assert;
import org.junit.Test;
/**
* @tpSubChapter Injection tests
* @tpChapter Unit tests
* @tpTestCaseDetails Test ... | awhitford/Resteasy | testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/ProviderInjectionTest.java | Java | apache-2.0 | 1,069 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.