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
#!/bin/bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" . $DIR/.gr8_env.sh if [ "$#" -ne 2 ]; then echo "Usage: " `basename $0` "job_id [success_status|job_id|run_status]" exit 0 fi curl -s -X GET \ -H "X-Auth-Token: $GR8_BI_TOK" \ $GR8_BASE_URL/current/$GR8_BI_ACT/job/$1/stats/$2 | tee $DIR/.las...
nagoodman/gr8bi_extras
cli/gr8_statsJob.sh
Shell
apache-2.0
330
# # 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 # ...
bswartz/cinder
cinder/tests/unit/api/contrib/test_volume_type_access.py
Python
apache-2.0
15,995
package com.ryanharter.auto.value.moshi.example; import com.google.auto.value.AutoValue; import com.squareup.moshi.JsonAdapter; import com.squareup.moshi.Moshi; import java.lang.reflect.Type; @AutoValue public abstract class GenericsExample<A, B, C> { public abstract A a(); public abstract B b(); public...
rharter/auto-value-moshi
example/src/main/java/com/ryanharter/auto/value/moshi/example/GenericsExample.java
Java
apache-2.0
870
# Copyright 2020 Department of Computational Biology for Infection Research - Helmholtz Centre for Infection Research # # This program 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 Li...
CAMI-challenge/AMBER
src/plots.py
Python
apache-2.0
26,475
package web.magic.jvm; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import java.lang.reflect.UndeclaredThrowableException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util....
liufeiit/WebMagic
WebMagic/src/test/java/web/magic/jvm/MBeanTyper.java
Java
apache-2.0
4,284
# grid Cheatsheet > `display: grid` 布局 源自:http://grid.malven.co
mengqing723/mengqing723.github.io
dist/demo/css/grid/README.md
Markdown
apache-2.0
76
// ---------------------------------------------------------------------------- // Module initialization var Config = require("config").config; var utils = require("utils"); var validators = require("validators"); // ---------------------------------------------------------------------------- // Setting class. functio...
garlictech/APIXMobil
app/controllers/setting.js
JavaScript
apache-2.0
2,314
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> ...
ak229/personalWebsite
old/pages/header.php
PHP
apache-2.0
830
<?php namespace Tecnoready\Common\Service\ObjectManager; /** * Trait de campos de configuracion * * @author Carlos Mendoza <inhack20@gmail.com> */ trait TraitConfigure { /** * Tipo de objeto que genera el historial (Facturas,Presupuestos,Contratos) * @var string */ private $objectType; ...
Tecnoready/Common
Service/ObjectManager/TraitConfigure.php
PHP
apache-2.0
628
Map_347E30: dc.w Frame_347E4A-Map_347E30 dc.w Frame_347E4C-Map_347E30 dc.w Frame_347E66-Map_347E30 dc.w Frame_347E80-Map_347E30 dc.w Frame_347E9A-Map_347E30 dc.w Frame_347EB4-Map_347E30 dc.w Frame_347ECE-Map_347E30 dc.w Frame_347EE2-Map_347E30 dc.w Frame_347EFC-Map_347E30 dc.w Frame_347F16-Map_347E30 ...
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
Working Disassembly/General/Sprites/Sonic/Map - Sonic Snowboarding.asm
Assembly
apache-2.0
2,205
<!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...
ridoo/IlwisCore
CPPAPI/box_8h_source.html
HTML
apache-2.0
71,383
package eu.dowsing.kolla.widget.brick.facade; import javafx.scene.layout.Pane; import javafx.scene.paint.Color; import javafx.scene.shape.Circle; import javafx.scene.shape.CircleBuilder; import javafx.scene.shape.Rectangle; import javafx.scene.shape.RectangleBuilder; import com.leapmotion.leap.Hand; import eu.dowsin...
N0rp/Snabb
src/main/java/eu/dowsing/kolla/widget/brick/facade/BrickView.java
Java
apache-2.0
6,215
import os import datetime from jinja2 import Environment,PackageLoader,TemplateNotFound from hotzenplotz.openstack.common import cfg from hotzenplotz.openstack.common import log as logging from hotzenplotz.openstack.common import utils from hotzenplotz.common import exception from hotzenplotz.api import validator L...
NewpTone/hotzenplotz
hotzenplotz/worker/driver/cron.py
Python
apache-2.0
6,103
/* * Copyright (c) 2016, WSO2 Inc. (http://wso2.com) 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 re...
taniamahanama/product-msf4j
core/src/main/java/org/wso2/msf4j/ChunkResponder.java
Java
apache-2.0
1,625
# AUTOGENERATED FILE FROM balenalib/coral-dev-alpine:3.14-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add ...
resin-io-library/base-images
balena-base-images/python/coral-dev/alpine/3.14/3.10.0/run/Dockerfile
Dockerfile
apache-2.0
4,127
# Pseudostellaria heterantha var. heterantha VARIETY #### Status ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Caryophyllaceae/Pseudostellaria/Pseudostellaria heterantha/Pseudostellaria heterantha heterantha/README.md
Markdown
apache-2.0
184
# Harpalyce angustiflora Leon & Alain 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/Fabales/Fabaceae/Harpalyce/Harpalyce ekmanii/ Syn. Harpalyce angustiflora/README.md
Markdown
apache-2.0
192
# Bradleia blumei Steud. 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/Malpighiales/Phyllanthaceae/Glochidion/Glochidion molle/ Syn. Bradleia blumei/README.md
Markdown
apache-2.0
179
# Ptyssiglottis leptoneura Hallier f. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Acanthaceae/Ptyssiglottis/Ptyssiglottis leptoneura/README.md
Markdown
apache-2.0
185
# Fomes microporus (Sw.) Fr., 1885 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Grevillea 14(no. 69): 20 (1885) #### Original name Boletus microporus Sw., 1806 ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Polyporales/Meripilaceae/Rigidoporus/Rigidoporus microporus/ Syn. Fomes microporus/README.md
Markdown
apache-2.0
240
# Stellaria vernalis Raunk. 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/Stellaria/Stellaria vernalis/README.md
Markdown
apache-2.0
175
# Neofuscelia atroviridis (Essl.) Essl. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Parmeliaceae/Xanthoparmelia/Xanthoparmelia atroviridis/ Syn. Neofuscelia atroviridis/README.md
Markdown
apache-2.0
194
# Mougeotia genuflexa (Dillwyn) C. Agardh SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Chlorophyta/Zygnematophyceae/Zygnematales/Zygnemataceae/Mougeotia/Mougeotia genuflexa/README.md
Markdown
apache-2.0
197
# Forsellesia pungens (Brandegee) A. Heller 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/Crossosomatales/Crossosomataceae/Glossopetalon/Glossopetalon pungens/ Syn. Forsellesia pungens/README.md
Markdown
apache-2.0
198
/* * 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-sagemaker/source/model/ListProcessingJobsResult.cpp
C++
apache-2.0
1,879
#region License Header /* * QUANTLER.COM - Quant Fund Development Platform * Quantler Core Trading Engine. Copyright 2018 Quantler B.V. * * 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:...
Quantler/Core
Quantler/Data/Corporate/Dividend.cs
C#
apache-2.0
2,025
/* * Copyright 2016-present Open Networking Laboratory * * 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 appli...
mengmoya/onos
apps/l3vpn/nel3vpn/nemgr/src/main/java/org/onosproject/yang/gen/v1/ne/bgpcomm/rev20141225/nebgpcomm/bgpcomm/bgpvrfs/bgpvrf/bgpvrfafs/bgpvrfaf/package-info.java
Java
apache-2.0
796
/// <reference path="./fabricPlugin.ts"/> /// <reference path="./profileHelpers.ts"/> /// <reference path="./containerHelpers.ts"/> /// <reference path="../../helpers/js/storageHelpers.ts"/> /// <reference path="../../helpers/js/controllerHelpers.ts"/> /// <reference path="../../helpers/js/selectionHelpers.ts"/> /// <r...
mposolda/hawtio
hawtio-web/src/main/webapp/app/fabric/js/containerView.ts
TypeScript
apache-2.0
8,985
/** * * 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"); ...
Jackygq1982/hbase_src
hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
Java
apache-2.0
167,470
package io.dropwizard.jetty; import com.codahale.metrics.MetricRegistry; import com.codahale.metrics.jetty9.InstrumentedConnectionFactory; import com.fasterxml.jackson.databind.ObjectMapper; import io.dropwizard.configuration.ResourceConfigurationSourceProvider; import io.dropwizard.configuration.YamlConfigurationFact...
phambryan/dropwizard
dropwizard-jetty/src/test/java/io/dropwizard/jetty/HttpConnectorFactoryTest.java
Java
apache-2.0
12,103
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* lib/krb5/krb/pac.c */ /* * Copyright 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require a specific license from the United States Government. * ...
gerritjvv/cryptoplayground
kerberos/kdc/src/krb5-1.16/src/lib/krb5/krb/pac.c
C
apache-2.0
34,236
package com.p.service; import java.util.Collection; import java.util.Optional; import java.util.Random; import java.util.UUID; import javax.annotation.Resource; import org.apache.log4j.Logger; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframewo...
david-romero/Pachanga
src/main/java/com/p/service/UsersService.java
Java
apache-2.0
5,489
from must import MustHavePatterns from successor import Successor class TestSuccessor(object): @classmethod def setup_class(cls): cls.test_patterns = MustHavePatterns(Successor) def test_successor(self): try: self.test_patterns.create(Successor) raise Exception("Re...
umaptechnologies/must
examples/miscExamples/test_successor.py
Python
apache-2.0
457
(function() { 'use strict'; angular .module('fitappApp') .controller('RequestResetController', RequestResetController); RequestResetController.$inject = ['$timeout', 'Auth']; function RequestResetController ($timeout, Auth) { var vm = this; vm.error = null; vm...
tomkasp/fitapp
src/main/webapp/app/account/reset/request/reset.request.controller.js
JavaScript
apache-2.0
1,089
#-*- encoding: utf-8 -*- import csv, math, time, re, threading, sys try: from urllib.request import urlopen except ImportError: from urllib import urlopen class ErAPI(): # Metodo constructor, seteos basicos necesarios de configuracion, instancia objetos utiles def __init__(self): self.data = ...
CPedrini/TateTRES
erapi.py
Python
apache-2.0
11,009
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>amod</title> <link rel="roo...
UniversalDependencies/universaldependencies.github.io
uk/dep/amod.html
HTML
apache-2.0
9,143
# Espeletiopsis cristalinensis (Cuatrec.) Cuatrec. 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/Espeletiopsis cristalinensis/README.md
Markdown
apache-2.0
198
/* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; ...
ruchiishahh/tinoupcycling
css/slideshow.css
CSS
apache-2.0
1,475
package org.apache.solr.cloud; /* * 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 ...
halentest/solr
solr/core/src/test/org/apache/solr/cloud/ShardSplitTest.java
Java
apache-2.0
11,050
# Phoma amaranthi Brunaud SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Bull. Torrey bot. Club 20: 251 (1893) #### Original name Phoma amaranthi Brunaud ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Pleosporales/Phoma/Phoma amaranthi/README.md
Markdown
apache-2.0
208
package org.zstack.header.identity; import org.zstack.header.message.APICreateMessage; import org.zstack.header.message.APIMessage; import org.zstack.header.message.APIParam; @NeedRoles(roles = {IdentityRoles.CREATE_POLICY_ROLE}) public class APICreatePolicyMsg extends APICreateMessage implements AccountMessag...
SoftwareKing/zstack
header/src/main/java/org/zstack/header/identity/APICreatePolicyMsg.java
Java
apache-2.0
1,059
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; namespace SAM.DTO { [XmlType(TypeName = "user")] public class User { public string id { get; set; } public string name { get; set; } public string avatar_url { ge...
SAMdesk/sam-dotnet
src/SAM/DTO/User.cs
C#
apache-2.0
430
// Copyright 2017 The Bazel 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 appl...
akira-baruah/bazel
src/main/java/com/google/devtools/build/lib/profiler/memory/AllocationTracker.java
Java
apache-2.0
14,364
/** * @file ff_lpc546xx.c * @brief board ID for the NXP LPC54608Xpresso board * * DAPLink Interface Firmware * Copyright (c) 2009-2019, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file exc...
google/DAPLink-port
source/board/ff_lpc546xx.c
C
apache-2.0
1,177
=head1 LICENSE See the NOTICE file distributed with this work for additional information regarding copyright ownership. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/l...
Ensembl/ensembl-compara
modules/Bio/EnsEMBL/Compara/PipeConfig/EPO_conf.pm
Perl
apache-2.0
7,494
/* * 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 ...
axbannaz/axis2-c
src/core/transport/http/common/http_simple_response.c
C
apache-2.0
18,252
# Copyright (c) 2012 NetApp, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless require...
github-borat/cinder
cinder/tests/test_netapp_nfs.py
Python
apache-2.0
47,799
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package net.sf.mmm.service.base.client; import net.sf.mmm.service.api.RemoteInvocationCall; import net.sf.mmm.util.lang.api.function.Consumer; /** * This is a simple container for the data...
m-m-m/service
base/src/main/java/net/sf/mmm/service/base/client/RemoteInvocationCallData.java
Java
apache-2.0
2,216
/** * */ package jframe.core.plugin; import java.util.EventListener; /** * @author dzh * @date Sep 12, 2013 9:42:33 PM * @since 1.0 */ public interface PluginListener extends EventListener { void pluginChanged(PluginEvent event); }
dzh/jframe
jframe/jframe-core/src/main/java/jframe/core/plugin/PluginListener.java
Java
apache-2.0
244
/* * Created on May 17, 2004 * * Paros and its related class files. * * Paros is an HTTP/HTTPS proxy for assessing web application security. * Copyright (C) 2003-2004 Chinotec Technologies Company * * This program is free software; you can redistribute it and/or * modify it under the terms of the Clarified Art...
GillesMoris/OSS
src/org/parosproxy/paros/view/AbstractFrame.java
Java
apache-2.0
10,722
/** * FreeRDP: A Remote Desktop Protocol Client * RDP Security * * Copyright 2011 Marc-Andre Moreau <marcandre.moreau@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 * * ...
mister-r/FreeRDP
libfreerdp-core/security.c
C
apache-2.0
18,889
./clean.sh javac -d build/modules \ --module-source-path src \ `find src -name "*.java"` jar --create --file=mlib/com.acme.bids.db@1.0.jar \ --module-version=1.0 -C build/modules/com.acme.bids.db . jar --create --file=mlib/com.acme.bids.service@1.0.jar \ --module-version=1.0 \ --main-class=com.acme.bids.service.ap...
codetojoy/talk_maritimedevcon_java_9_modules
eg_05_java_9_jlink/compile.sh
Shell
apache-2.0
531
/** * Copyright 2020 LinkedIn Corp. 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 applica...
cgtz/ambry
ambry-mysql/src/integration-test/java/com/github/ambry/accountstats/AccountStatsMySqlStoreIntegrationTest.java
Java
apache-2.0
46,523
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Planner/Optimizer</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REV="MADE" HREF="mailto:pgsql-docs@postgresql.org"><LINK REL="HOME" TITLE="PostgreSQL...
ArcherCraftStore/ArcherVMPeridot
pgsql/doc/postgresql/html/planner-optimizer.html
HTML
apache-2.0
9,394
/******************** (C) COPYRIGHT 2012 WildFire Team ************************** * 文件名 :main.c * 描述 :华邦 2M串行flash测试,并将测试信息通过串口1在电脑的超级终端中打印出来。 * 实验平台:野火STM32开发板 * 库版本 :ST3.5.0 * * 作者 :wildfire team * 论坛 :http://www.amobbs.com/forum-1008-1.html * 淘宝 :http://firestm32.taobao.com ***********...
sdlylshl/Gateway
Gateway_STM32/user/System/SPI/main.c
C
apache-2.0
3,926
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>Conductor - ScalaTest 2.1.7 - org.scalatest.concurrent.Conductor</title> <meta name="description" content="Conductor - ScalaTest 2.1.7...
scalatest/scalatest-website
public/scaladoc/2.1.7/org/scalatest/concurrent/Conductor.html
HTML
apache-2.0
51,925
package info.novatec.testit.webtester.support.assertj; import static info.novatec.testit.webtester.support.assertj.WebTesterAssertions.assertThat; import static org.mockito.Mockito.doReturn; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.ru...
dbe-it/webtester-core
webtester-support-assertj/src/test/java/info/novatec/testit/webtester/support/assertj/RadioButtonAssertTest.java
Java
apache-2.0
1,213
## How to index pdf documents in folder with pdf extractor sdk in VB.NET using ByteScout Premium Suite ### This code in VB.NET shows how to index pdf documents in folder with pdf extractor sdk with this how to tutorial Index pdf documents in folder with pdf extractor sdk is simple to apply in VB.NET if you use these ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Index pdf documents in folder with pdf extractor sdk/README.md
Markdown
apache-2.0
10,621
package com.jt.test.sort; import java.util.Arrays; import java.util.Random; /** * since 2016/10/19. */ public class Select { public static void sort(Comparable[] data) { for (int i = 0; i < data.length; i++) { int min = i; for (int j = i+1; j < data.length; j++) { ...
jt120/algorithm
new-man/src/test/java/com/jt/test/sort/Select.java
Java
apache-2.0
1,378
/* * Copyright 2000-2008 JetBrains 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 agreed ...
jexp/idea2
plugins/groovy/test/org/jetbrains/plugins/groovy/lang/actions/updown/GroovyMoveStatementTest.java
Java
apache-2.0
4,349
package org.apereo.cas.web.report; import org.apereo.cas.web.report.util.ControllerUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint; import org.springframework.cloud.bus.BusProperties; import org.springframework.cloud.co...
gabedwrds/cas
support/cas-server-support-reports/src/main/java/org/apereo/cas/web/report/ConfigurationStateController.java
Java
apache-2.0
1,890
/** * Copyright (C) 2009 bdferris <bdferris@onebusaway.org> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
tomtclai/onebusaway-iphone
controls/alerts/OBANetworkErrorAlertViewDelegate.h
C
apache-2.0
894
package com.canoo.ant.table; import com.canoo.ant.filter.AllEqualsFilter; import com.canoo.ant.filter.AllFilter; import com.canoo.ant.filter.ITableFilter; import org.apache.log4j.Logger; import java.io.File; import java.io.IOException; import java.util.*; public abstract class APropertyTable implements IPropertyTabl...
lukecampbell/webtest
src/main/java/com/canoo/ant/table/APropertyTable.java
Java
apache-2.0
8,495
// For conditions of distribution and use, see copyright notice in LICENSE #include "StableHeaders.h" #include "ZipAssetBundle.h" #include "ZipHelpers.h" #include "ZipWorker.h" #include "CoreDefines.h" #include "Framework.h" #include "FrameAPI.h" #include "AssetAPI.h" #include "AssetCache.h" #include "LoggingFunction...
realXtend/tundra-urho3d
src/Plugins/ZipPlugin/ZipAssetBundle.cpp
C++
apache-2.0
7,865
import { Injectable } from "@angular/core"; import { InjectionFactory } from "../../L0/L0.injection-factory/injection-factory"; import { createSelector } from "../../L4/L4.ngrx/create-selector"; import { StatementsSelector } from "./statements.selector"; import { ExportDeclaration, SyntaxKind } from "typescript"; @Inj...
dvabuzyarov/moq.ts
projects/schematics/src/L2/L2.selectors/export-declarations.selector.ts
TypeScript
apache-2.0
791
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Net; using System.Net.Mail; using System.Web; namespace FashionStones.Utils { public class EmailSettings { public string Link = "www.fashion-stones.com.ua"; public string MailFromAddress...
dimakaminskiy/FashionStones
FashionStones/Utils/EmailSettings.cs
C#
apache-2.0
1,994
/* * Copyright 2019 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...
looker-open-source/java-spanner
google-cloud-spanner/src/main/java/com/google/cloud/spanner/AbstractResultSet.java
Java
apache-2.0
50,481
/* * Copyright 2010 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...
JonathanWalsh/Granule-Closure-Compiler
test/com/google/javascript/jscomp/SpecializeModuleTest.java
Java
apache-2.0
16,009
/* * Copyright 2015 Paul Horn * * 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...
knutwalker/ff7-simulator
api/src/main/scala/ff7/characters/CharacterAction.scala
Scala
apache-2.0
1,235
'use strict'; const { extend } = require('underscore'); const dbclient = require('abacus-dbclient'); const { testCollectedUsageID, testResourceID, testOrganizationID, testSpaceID, testConsumerID, testPlanID, testResourceType, testAccountID, testMeteringPlanID, testRatingPlanID, testPricingPlanID } = require('./f...
cloudfoundry-incubator/cf-abacus
lib/aggregation/aggregator/src/test/usage-builder.js
JavaScript
apache-2.0
2,638
package com.rbmhtechnology.eventuate.chaos import akka.actor.ActorSystem import akka.actor.Props import akka.pattern.BackoffSupervisor import com.rbmhtechnology.eventuate.ReplicationConnection import com.rbmhtechnology.eventuate.ReplicationEndpoint import com.typesafe.config.ConfigFactory import scala.concurrent.dura...
RBMHTechnology/eventuate-chaos
src/main/scala/com/rbmhtechnology/eventuate/chaos/ChaosSetup.scala
Scala
apache-2.0
1,847
package me.tatarka.timesync.lib; import android.content.Context; import java.util.Arrays; /** * A class for interacting with a {@link TimeSync}. You can get and set it's configuration, and * force it to sync immediately. Ta get an instance of the class for a given {@link TimeSync}, use * {@link TimeSync#get(andro...
evant/timesync
lib/src/main/java/me/tatarka/timesync/lib/TimeSyncProxy.java
Java
apache-2.0
2,035
# # Copyright 2021 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
Tpo76/centreon-plugins
database/oracle/mode/dictionarycacheusage.pm
Perl
apache-2.0
3,358
# # Copyright 2021 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
Tpo76/centreon-plugins
network/cisco/wlc/snmp/plugin.pm
Perl
apache-2.0
2,575
<!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 (version 1.7.0_17) on Tue May 14 03:45:03 CEST 2013 --> <title>com.badlogic.gdx.maps (libgdx API)</title> <meta name="date" content="2013-05-14"> <lin...
leszekuchacz/Leszek-Uchacz
docs/api/com/badlogic/gdx/maps/package-frame.html
HTML
apache-2.0
2,107
<!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_101) on Wed Dec 14 17:18:32 GMT 2016 --> <title>API Help (ExoPlayer library)</title> <meta name="date" content="2016-12-14"> <link rel="stylesh...
amzn/exoplayer-amazon-port
docs/doc/reference-v1/help-doc.html
HTML
apache-2.0
8,253
# Sniper **Evolution naturelle de:** Ingénieur, Rodeur. ## Rang 1 ### Ciblage > Vous désignez une cible, lorsque cette cible se dissimule vous pouvez tout de même la repérer avec un test de chance. ### Mitraille Z: ARM + Ag -2 > Attaque en arc de cercle devant le joueur, frappe tous les ennemis dans l'arc de ce...
redSpoutnik/Sidh-Horizons
Arbres_competences/Sniper.md
Markdown
apache-2.0
924
package semver import ( "fmt" "strings" "github.com/blang/semver" "github.com/pivotal-cf/go-pivnet/v7/logger" ) type SemverConverter struct { logger logger.Logger } func NewSemverConverter(logger logger.Logger) *SemverConverter { return &SemverConverter{logger} } // ToValidSemver attempts to return the input...
pivotal-cf-experimental/pivnet-resource
semver/semver.go
GO
apache-2.0
1,101
# Default node behavior The default behavior gets implemented by the intermediate node types such as `SoftwareComponent`. This behavior will look at the standard lifecycle operations. If all of them are present they are added in the following order into the Dockerfile: 1. `create` 2. `configure` 3. `start` The scrip...
StuPro-TOSCAna/TOSCAna
docs/dev/plugins/kubernetes/building-dockerfiles.md
Markdown
apache-2.0
2,030
# # 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 # ...
redhat-openstack/heat
heat/tests/test_template_format.py
Python
apache-2.0
7,015
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_04) on Fri Mar 15 01:08:46 CET 2013 --> <title>U-Index</title> <meta name="date" content="2013-03-15"> <link rel="stylesheet" type="tex...
Ornro/DJAPI
doc/index-files/index-12.html
HTML
apache-2.0
4,478
/** * jetbrick-template * http://subchen.github.io/jetbrick-template/ * * Copyright 2010-2014 Guoqiang Chen. All rights reserved. * Email: subchen@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 ...
subchen/jetbrick-template-1x
src/main/java/jetbrick/template/resource/SourceCodeResource.java
Java
apache-2.0
1,866
# Copyright 2015 - StackStorm, 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 ...
StackStorm/mistral
mistral/tests/unit/engine/test_action_defaults.py
Python
apache-2.0
6,915
/* * Copyright 2012 ZXing 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 o...
hgl888/TeamTalk
ios/ZXing/maxicode/ZXMaxiCodeReader.h
C
apache-2.0
829
<?php namespace Bigbank\Gcm; /** * Gcm response parser */ class Response { /** * Unique ID (number) identifying the multicast message. * * @var integer */ private $multicastId = null; /** * Unique id identifying the single message. * * Only have value if single or top...
bigbank-as/GCM
src/Bigbank/Gcm/Response.php
PHP
apache-2.0
6,729
__Description__: If there is a `applyTo: <value>` key/value pair in the `option` object within a `common` and `static` `state` object then said `applyTo` value should be applied to the scooped level at which it's declared in both `<selector>:<state>` and `<selector>:not(:<state>)` __Notes__ - `applyTo` differs from `...
ctr-lang/ctr
__tests__/cases-core/state/option/target/applyTo/on-non-common-static.md
Markdown
apache-2.0
494
package org.jboss.examples.ticketmonster.model; import static javax.persistence.CascadeType.ALL; import static javax.persistence.FetchType.EAGER; import static javax.persistence.GenerationType.IDENTITY; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; impo...
jim-minter/ose3-demos
git/monster/src/main/java/org/jboss/examples/ticketmonster/model/Venue.java
Java
apache-2.0
4,603
# 0.2.1 Handle unspecified data bag items gracefully instead of raising an uncaught exception. # 0.2.0 Added support for creating mappings per layer in addition to per hostname. # 0.1.0 Initial release of aws-elb-registration
antiuniverse/aws-elb-registration-cookbook
CHANGELOG.md
Markdown
apache-2.0
233
# Dermatea pallidula Cooke SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Dermatea pallidula Cooke ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Dermateaceae/Dermea/Dermatea pallidula/README.md
Markdown
apache-2.0
177
/* * Copyright (C) 2011 The Guava 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 agre...
aiyanbo/guava
guava-tests/test/com/google/common/hash/MessageDigestHashFunctionTest.java
Java
apache-2.0
4,293
<!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> <title>OR-Tools</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta charset="utf-8"/> <!--<lin...
google/or-tools
docs/java/interfacecom_1_1google_1_1ortools_1_1sat_1_1IntervalConstraintProtoOrBuilder.html
HTML
apache-2.0
23,010
import re import unicodedata from collections import defaultdict from typing import Any, Dict, List, Optional, Sequence, Union from django.conf import settings from django.core.exceptions import ValidationError from django.db.models.query import QuerySet from django.forms.models import model_to_dict from django.utils....
punchagan/zulip
zerver/lib/users.py
Python
apache-2.0
21,312
<!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Test Page for sap.m.CheckBox</title> <script src="../shared-config.js"></script> <script id="sap-ui-bootstrap" data-sap-ui-noConflict="true" data-sap-ui-libs="sap.m" src="../../../../resources/sap-ui-core.js"> </script> <link ...
olirogers/openui5
src/sap.m/test/sap/m/qunit/CheckBox.qunit.html
HTML
apache-2.0
24,667
<!DOCTYPE html > <html> <head> <title>SeeStackDepthException - ScalaTest 3.0.2 - org.scalatest.events.SeeStackDepthException</title> <meta name="description" content="SeeStackDepthException - ScalaTest 3.0.2 - org.scalatest.events.SeeStackDepthException" /> <meta name="keywords" co...
scalatest/scalatest-website
public/scaladoc/3.0.2/org/scalatest/events/SeeStackDepthException$.html
HTML
apache-2.0
25,954
# Copyright 2013 Donald Stufft # # 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, so...
mattrobenolt/warehouse
warehouse/search/indexes.py
Python
apache-2.0
3,926
/* * 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...
palecur/elasticsearch
core/src/test/java/org/elasticsearch/action/support/master/TransportMasterNodeActionTests.java
Java
apache-2.0
16,875
/* * Copyright 2000-2016 JetBrains 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 agre...
hurricup/intellij-community
platform/platform-api/src/com/intellij/ui/components/JBScrollPane.java
Java
apache-2.0
33,437
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <title>SQLite Database File Format Requirements</title> <style type="text/css"> body { margin: auto; font-family: "Verdana" "sans-serif"; padding: 8px 1%; } a { color: #45735f } a:visited { color: #73455...
josejamilena/pfc-jose
1 - analisis de requisitos/SQLite/sqlite-3_6_14-docs/hlr30000.html
HTML
apache-2.0
78,228
--- title: Schnapper Rock B subtitle: Schnapper Rock Rd, Albany layout: default modal-id: 3 date: 2015-7-1 thumbnail: dreams-thumbnail.png bedroom: 5 bathroom: 3 livingroom: 3 parking: 2 landarea: 786 floorarea: 370 description: Sold. images: - url: assets/img/portfolio/238csrlo1.jpg alt: Schnapper Rock titl...
loql/ross-homes
_posts/2014-07-16-project-3.markdown
Markdown
apache-2.0
882
package cn.xishan.oftenporter.porter.core.init; import cn.xishan.oftenporter.porter.core.advanced.IConfigData; import com.alibaba.fastjson.JSON; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @author Created by https...
gzxishan/OftenPorter
Porter-Core/src/main/java/cn/xishan/oftenporter/porter/core/init/DealSharpProperties.java
Java
apache-2.0
8,870