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
[Spiffy UI Framework](http://www.spiffyui.org) - beautiful, fast, maintainable applications with GWT and REST ================================================== Spiffy UI is a framework for calling REST from GWT. Check out [www.spiffyui.org](http://www.spiffyui.org) for a lot more information and a sample application...
spiffyui/spiffyui
README.md
Markdown
apache-2.0
1,916
/** * 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"); yo...
everttigchelaar/camel-svn
components/camel-juel/src/test/java/org/apache/camel/processor/juel/SimulatorTest.java
Java
apache-2.0
3,124
package com.stf.bj.app.game.players; import java.util.Random; import com.stf.bj.app.game.bj.Spot; import com.stf.bj.app.game.server.Event; import com.stf.bj.app.game.server.EventType; import com.stf.bj.app.settings.AppSettings; import com.stf.bj.app.strategy.FullStrategy; public class RealisticBot extends BasicBot {...
Boxxy/Blackjack
core/src/com/stf/bj/app/game/players/RealisticBot.java
Java
apache-2.0
3,337
package me.marcosassuncao.servsim.job; import me.marcosassuncao.servsim.profile.RangeList; import com.google.common.base.MoreObjects; /** * {@link Reservation} represents a resource reservation request * made by a customer to reserve a given number of resources * from a provider. * * @see WorkUnit * @see Def...
assuncaomarcos/servsim
src/main/java/me/marcosassuncao/servsim/job/Reservation.java
Java
apache-2.0
2,646
# AUTOGENERATED FILE FROM balenalib/photon-xavier-nx-alpine:3.12-run ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN buildDeps='curl' \ && set -x \ && for key in \ 6A010C516...
nghiant2710/base-images
balena-base-images/node/photon-xavier-nx/alpine/3.12/14.15.4/run/Dockerfile
Dockerfile
apache-2.0
3,031
# AUTOGENERATED FILE FROM balenalib/surface-pro-6-fedora:31-build ENV NODE_VERSION 14.15.4 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha...
nghiant2710/base-images
balena-base-images/node/surface-pro-6/fedora/31/14.15.4/build/Dockerfile
Dockerfile
apache-2.0
2,763
/* * Copyright (c) 2016, baihw (javakf@163.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...
javakf/rdf
src/main/java/com/yoya/rdf/router/IRequestHandler.java
Java
apache-2.0
1,692
(function() { 'use strict'; angular .module('sentryApp') .controller('TimeFrameController', TimeFrameController); TimeFrameController.$inject = ['$scope', '$state', 'TimeFrame', 'ParseLinks', 'AlertService', 'paginationConstants', 'pagingParams']; function TimeFrameController ($scope,...
quanticc/sentry
src/main/webapp/app/entities/time-frame/time-frame.controller.js
JavaScript
apache-2.0
1,937
/* * 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-spring/src/test/java/org/activiti/spring/test/servicetask/ServiceTaskSpringDelegationTest.java
Java
apache-2.0
4,086
/** * <copyright> * </copyright> * * $Id$ */ package de.hub.clickwatch.specificmodels.brn.sys_info_systeminfo.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import o...
markus1978/clickwatch
analysis/de.hub.clickwatch.specificmodels.brn/src/de/hub/clickwatch/specificmodels/brn/sys_info_systeminfo/impl/Cpu_usageImpl.java
Java
apache-2.0
14,073
<!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 : /tests/simpletest/docs/fr/web_tester_documentation.html source</title> <link rel="stylesheet" href="../../../../sample.css" type="text/css"> <link...
inputx/code-ref-doc
bonfire/tests/simpletest/docs/fr/web_tester_documentation.html.source.html
HTML
apache-2.0
105,441
# AUTOGENERATED FILE FROM balenalib/up-board-ubuntu:xenial-build ENV NODE_VERSION 14.18.3 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver key...
resin-io-library/base-images
balena-base-images/node/up-board/ubuntu/xenial/14.18.3/build/Dockerfile
Dockerfile
apache-2.0
2,758
#include "pmlc/dialect/pxa/analysis/affine_expr.h" namespace mlir { AffineValueExpr::AffineValueExpr(AffineExpr expr, ValueRange operands) : expr(expr), operands(operands.begin(), operands.end()) {} AffineValueExpr::AffineValueExpr(MLIRContext *ctx, int64_t v) { expr = getAffineConstantExpr(v, ctx); } AffineV...
plaidml/plaidml
pmlc/dialect/pxa/analysis/affine_expr.cc
C++
apache-2.0
3,202
# Leptonia rodwayi Massee SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Bull. Misc. Inf. , Kew 124 (1898) #### Original name Leptonia rodwayi Massee ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Entolomataceae/Leptonia/Leptonia rodwayi/README.md
Markdown
apache-2.0
204
/** * * Copyright 2016 David Strawn * * 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...
strontian/longleaf-relay
src/main/java/strawn/longleaf/relay/util/RelayConfigLoader.java
Java
apache-2.0
2,074
/** * 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...
terrancesnyder/oozie-hadoop2
core/src/test/java/org/apache/oozie/executor/jpa/TestCoordActionGetForStartJPAExecutor.java
Java
apache-2.0
4,358
// Modifications copyright (C) 2017, Baidu.com, Inc. // Copyright 2017 The Apache Software Foundation // 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. ...
lingbin/palo
be/src/util/palo_metrics.cpp
C++
apache-2.0
7,788
// Copyright 2015 Christina Teflioudi // // 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...
uma-pi1/LEMP
mips/algos/PcaTree.h
C
apache-2.0
15,727
package leetcode.reverse_linked_list_ii; import common.ListNode; public class Solution { public ListNode reverseBetween(ListNode head, int m, int n) { if(head == null) return null; ListNode curRight = head; for(int len = 0; len < n - m; len++){ curRight = curRight.next; } ListNode p...
ckclark/leetcode
java/leetcode/reverse_linked_list_ii/Solution.java
Java
apache-2.0
1,378
<!DOCTYPE html> <html> <head> <base href="http://fushenghua.github.io/GetHosp"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>涪陵博生和美妇产医院</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="GetHosp"> <link rel="can...
fushenghua/GetHosp
_site/其他/2016/05/03/涪陵博生和美妇产医院/index.html
HTML
apache-2.0
4,356
/* * 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 ...
KidEinstein/giraph
giraph-examples/src/main/java/org/apache/giraph/examples/io/formats/LongLongLongLongVertexInputFormat.java
Java
apache-2.0
4,147
/* * Copyright 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writ...
googleapis/google-api-java-client
google-api-client/src/test/java/com/google/api/client/googleapis/testing/json/GoogleJsonResponseExceptionFactoryTestingTest.java
Java
apache-2.0
1,619
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>LOWER_HALF_BLOCK</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scr...
Hexworks/zircon
docs/2021.1.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.graphics/-symbols/-l-o-w-e-r_-h-a-l-f_-b-l-o-c-k.html
HTML
apache-2.0
5,336
//------------------------------------------------------------------------------ // <auto-generated> // このコードはツールによって生成されました。 // ランタイム バージョン:2.0.50727.8009 // // このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 // コードが再生成されるときに損失したりします。 // </auto-generated> //----------------------------------------------------------...
luyikk/ZYSOCKET
msgpack-cli-master/test/MsgPack.UnitTest.Net35/gen/map/MsgPack_Serialization_PolymorphicMemberTypeKnownType_List_ListObjectItemPrivateSetterCollectionPropertySerializer.cs
C#
apache-2.0
11,543
# Ageratina tomentella (Schrad.) R.M.King & H.Rob. 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/Ageratina tomentella/README.md
Markdown
apache-2.0
198
//============================================================================ // // Copyright (C) 2006-2022 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receive...
Talend/components
components/components-googledrive/components-googledrive-definition/src/main/java/org/talend/components/google/drive/connection/GoogleDriveConnectionDefinition.java
Java
apache-2.0
1,926
package si.majeric.smarthouse.xstream.dao; public class SmartHouseConfigReadError extends RuntimeException { private static final long serialVersionUID = 1L; public SmartHouseConfigReadError(Exception e) { super(e); } }
umajeric/smart-house
smart-house-xstream-impl/src/main/java/si/majeric/smarthouse/xstream/dao/SmartHouseConfigReadError.java
Java
apache-2.0
228
<!DOCTYPE html> <html> <meta charset="UTF-8"> <head> <title>Topic 06 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 13 - 15 Topics</title> <style> table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px...
roaminsight/roamresearch
docs/CORD19_topics/cord19-2020-04-24-v9/text-ents-en-75-t13-15/Topic_06.html
HTML
apache-2.0
47,884
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" xmlns:yq="http://www.yqboots.com" xmlns="http://www.w3.org/1999/xhtml" layout:decorator="layouts/layout"> <head> <title th:text="#{FSS0001}">File Management</title> </head> <body> <div layout:fragm...
zhanhongbo1112/trunk
yqboots-fss/yqboots-fss-web/src/main/resources/templates/fss/form.html
HTML
apache-2.0
2,179
Osprey ====== [![Build Status](https://travis-ci.org/msmbuilder/osprey.svg?branch=master)](https://travis-ci.org/msmbuilder/osprey) [![Coverage Status](https://coveralls.io/repos/github/msmbuilder/osprey/badge.svg?branch=master)](https://coveralls.io/github/msmbuilder/osprey?branch=master) [![PyPi version](https://badg...
msultan/osprey
README.md
Markdown
apache-2.0
5,266
import { Component } from '@angular/core'; import { Platform } from 'ionic-angular'; import { InAppBrowser } from '@ionic-native/in-app-browser'; @Component({ selector: 'page-apuntes', templateUrl: 'apuntes.html' }) export class ApuntesPage { constructor(public platform: Platform, private theInAppBrowser: In...
tomibarbieri/lafuente
src/pages/apuntes/apuntes.ts
TypeScript
apache-2.0
1,350
/*price range*/ $('#sl2').slider(); var RGBChange = function() { $('#RGB').css('background', 'rgb('+r.getValue()+','+g.getValue()+','+b.getValue()+')') }; /*scroll to top*/ $(document).ready(function(){ $(function () { $.scrollUp({ scrollName: 'scrollUp', // Element ID scrollDistance: ...
ReinID/ReinID
Samples/.Net/.Netproperty4u/Property4U/Scripts/main.js
JavaScript
apache-2.0
2,179
import sys sys.path.insert(1,"../../../") import h2o from tests import pyunit_utils from h2o.estimators.gbm import H2OGradientBoostingEstimator def mnist_many_cols_gbm_large(): train = h2o.import_file(path=pyunit_utils.locate("bigdata/laptop/mnist/train.csv.gz")) train.tail() gbm_mnist = H2OGradientBoostingEst...
madmax983/h2o-3
h2o-py/tests/testdir_algos/gbm/pyunit_mnist_manyCols_gbm_large.py
Python
apache-2.0
712
<?php use Phalcon\DI\FactoryDefault\CLI as CliDI, Phalcon\CLI\Console as ConsoleApp; define('VERSION', '1.0.0'); //使用CLI工厂类作为默认的服务容器 $di = new CliDI(); // 定义应用目录路径 defined('APP_PATH') || define('APP_PATH', realpath(dirname(dirname(__FILE__)))); /** * * 注册类自动加载器 */ $loader = new \Phalcon\Loader...
leisir2017/phalcon
tasks/cli.php
PHP
apache-2.0
2,843
# Flagenium petrikense Ruhsam & A.P.Davis 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/Gentianales/Rubiaceae/Flagenium/Flagenium petrikense/README.md
Markdown
apache-2.0
197
# Cephaelis dolichophylla Standl. 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/Carapichea/Carapichea dolichophylla/ Syn. Cephaelis dolichophylla/README.md
Markdown
apache-2.0
188
# Begonia cognata Irmsch. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in Webbia 9:477. 1953 #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Cucurbitales/Begoniaceae/Begonia/Begonia cognata/README.md
Markdown
apache-2.0
187
# Siphoneranthemum alatum Kuntze 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/Siphoneranthemum/Siphoneranthemum alatum/README.md
Markdown
apache-2.0
180
# Plectranthus mysurensis Heyne ex Wall. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Plectranthus/Plectranthus mysurensis/README.md
Markdown
apache-2.0
188
# Brizopyrum boreale J.Presl 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/Poales/Poaceae/Distichlis/Distichlis spicata/ Syn. Brizopyrum boreale/README.md
Markdown
apache-2.0
183
# Ziziphus cinnamomum Triana & Planch. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rhamnaceae/Ziziphus/Ziziphus cinnamomum/README.md
Markdown
apache-2.0
186
# Aurinia leucadea (Guss.) K. Koch SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name Alyssum leucadeum Guss. ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Brassicaceae/Aurinia/Aurinia leucadea/README.md
Markdown
apache-2.0
209
-- create in cinefiles_domain database, cinefiles_denorm schema CREATE OR REPLACE FUNCTION cinefiles_denorm.concat_worktitles (shortid VARCHAR) RETURNS VARCHAR AS $$ DECLARE titlestring VARCHAR(1000); preftitle VARCHAR(500); engltitle VARCHAR(500); prefcount INTEGER; englcount INTEGER; errormsg...
itsdavidbaxter/Tools
functions/cinefiles/concat_worktitles.sql
SQL
apache-2.0
2,661
--- layout: base title: 'Statistics of appos:nmod in UD_French-Spoken' udver: '2' --- ## Treebank Statistics: UD_French-Spoken: Relations: `appos:nmod` This relation is a language-specific subtype of . There are also 1 other language-specific subtypes of `appos`: <tt><a href="fr_spoken-dep-appos-conj.html">appos:con...
UniversalDependencies/docs
treebanks/fr_rhapsodie/fr_spoken-dep-appos-nmod.md
Markdown
apache-2.0
2,691
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.SDL_SCANCODE_LSHIFT.html"> </head> <body> <p>Redirecting to <a href="constant.SDL_SCANCODE_LSHIFT.html">constant.SDL_SCANCODE_LSHIFT.html</a>...</p> <script>location.replace("constant.SDL_SCANCODE_LSHIFT.html" + locat...
nitro-devs/nitro-game-engine
docs/sdl2_sys/scancode/SDL_SCANCODE_LSHIFT.v.html
HTML
apache-2.0
373
<?php namespace Google\AdsApi\AdWords\v201809\cm; /** * This file was generated from WSDL. DO NOT EDIT. */ class IdErrorReason { const NOT_FOUND = 'NOT_FOUND'; }
googleads/googleads-php-lib
src/Google/AdsApi/AdWords/v201809/cm/IdErrorReason.php
PHP
apache-2.0
173
# Abutilon densiflorum Walp. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Malvales/Malvaceae/Abutilon/Abutilon densiflorum/README.md
Markdown
apache-2.0
176
/* * Licensed to GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use t...
balage1551/jsprit
jsprit-core/src/test/java/com/graphhopper/jsprit/core/algorithm/SearchStrategyTest.java
Java
apache-2.0
8,039
import { extend } from 'flarum/extend'; import PermissionGrid from 'flarum/components/PermissionGrid'; export default function() { extend(PermissionGrid.prototype, 'moderateItems', items => { items.add('tag', { icon: 'fas fa-tag', label: app.translator.trans('flarum-tags.admin.permissions.tag_discuss...
drthomas21/WordPress_Tutorial
community_htdocs/vendor/flarum/tags/js/src/admin/addTagPermission.js
JavaScript
apache-2.0
389
#!/Users/wuga/Documents/website/wuga/env/bin/python2.7 # # The Python Imaging Library # $Id$ # from __future__ import print_function import sys if sys.version_info[0] > 2: import tkinter else: import Tkinter as tkinter from PIL import Image, ImageTk # ------------------------------------------------------...
wuga214/Django-Wuga
env/bin/player.py
Python
apache-2.0
2,120
package com.apixandru.rummikub.api; /** * @author Alexandru-Constantin Bledea * @since Sep 16, 2015 */ public enum Rank { ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE, TEN, ELEVEN, TWELVE, THIRTEEN; public int asNumber() { return ordinal() + 1; } @Override publi...
apixandru/rummikub-java
rummikub-model/src/main/java/com/apixandru/rummikub/api/Rank.java
Java
apache-2.0
405
/* * Copyright (c) 2008-2015, Hazelcast, 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 required ...
Danny-Hazelcast/hazelcast-stabilizer
simulator/src/main/java/com/hazelcast/simulator/provisioner/ProvisionerCli.java
Java
apache-2.0
6,122
# Aster argyropholis var. niveus Y.Ling 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/Aster/Aster argyropholis/ Syn. Aster argyropholis niveus/README.md
Markdown
apache-2.0
194
package OpenXPKI::Server::Workflow::Activity::Tools::SetAttribute; use strict; use base qw( OpenXPKI::Server::Workflow::Activity ); use OpenXPKI::Server::Context qw( CTX ); use OpenXPKI::Exception; use OpenXPKI::Debug; use OpenXPKI::Serialization::Simple; use Data::Dumper; sub execute { my $self = shift; ...
openxpki/openxpki
core/server/OpenXPKI/Server/Workflow/Activity/Tools/SetAttribute.pm
Perl
apache-2.0
1,490
package com.cognizant.cognizantits.qcconnection.qcupdation; import com4j.DISPID; import com4j.IID; import com4j.VTID; @IID("{B739B750-BFE1-43AF-8DD7-E8E8EFBBED7D}") public abstract interface IDashboardFolderFactory extends IBaseFactoryEx { @DISPID(9) @VTID(17) public abstract IList getChildPagesWithPrivateIte...
CognizantQAHub/Cognizant-Intelligent-Test-Scripter
QcConnection/src/main/java/com/cognizant/cognizantits/qcconnection/qcupdation/IDashboardFolderFactory.java
Java
apache-2.0
482
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
aturon/rust
src/libregex/re.rs
Rust
apache-2.0
30,060
@ECHO OFF SET RepoRoot=%~dp0..\..\.. %RepoRoot%\eng\build.cmd -projects %~dp0**\*.csproj /p:SkipIISNewHandlerTests=true /p:SkipIISNewShimTests=true %*
aspnet/AspNetCore
src/Servers/IIS/build.cmd
Batchfile
apache-2.0
151
<!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.6.0_27) on Thu Jan 23 20:22:10 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
arnaud71/webso-db
docs/solr-core/org/apache/solr/update/processor/class-use/ParseBooleanFieldUpdateProcessorFactory.html
HTML
apache-2.0
5,316
/* * Copyright (C) 2016 QAware GmbH * * 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 applicabl...
0xhansdampf/chronix.kassiopeia
chronix-kassiopeia-simple/src/main/java/de/qaware/chronix/timeseries/dt/DoubleList.java
Java
apache-2.0
19,873
# Copyright 2018 Huawei Technologies Co.,LTD. # 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...
openstack/nomad
cyborg/objects/physical_function.py
Python
apache-2.0
5,396
/* Copyright 2020 Gravitational, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
gravitational/teleport
lib/events/playback.go
GO
apache-2.0
10,730
package de.devisnik.mine.robot.test; import de.devisnik.mine.robot.AutoPlayerTest; import de.devisnik.mine.robot.ConfigurationTest; import junit.framework.Test; import junit.framework.TestSuite; public class AllTests { public static Test suite() { TestSuite suite = new TestSuite("Tests for de.devisnik.mine.robot"...
devisnik/mines
robot/src/test/java/de/devisnik/mine/robot/test/AllTests.java
Java
apache-2.0
470
package com.beanu.l2_shareutil.share; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * Created by shaohui on 2016/11/18. */ public class SharePlatform { @IntDef({ DEFAULT, QQ, QZONE, WEIBO, WX, WX_TIMELINE }) @Retention(RetentionP...
beanu/smart-farmer-android
l2_shareutil/src/main/java/com/beanu/l2_shareutil/share/SharePlatform.java
Java
apache-2.0
608
<?php /** * Contains all client objects for the ExchangeRateService * service. * * PHP version 5 * * Copyright 2016, Google 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 o...
gamejolt/googleads-php-lib
src/Google/Api/Ads/Dfp/v201605/ExchangeRateService.php
PHP
apache-2.0
81,385
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_77) on Mon May 23 19:37:01 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.luc...
YorkUIRLab/irlab
lib/lucene-6.0.1/docs/spatial-extras/org/apache/lucene/spatial/prefix/class-use/NumberRangePrefixTreeStrategy.html
HTML
apache-2.0
5,316
# This migration comes from grocer (originally 20170119220038) class CreateGrocerExports < ActiveRecord::Migration[5.0] def change create_table :grocer_exports do |t| t.string :pid t.integer :job t.string :status t.datetime :last_error t.datetime :last_success t.string :logfile...
pulibrary/plum
db/migrate/20170127153850_create_grocer_exports.grocer.rb
Ruby
apache-2.0
409
const loopback = require('loopback'); const boot = require('loopback-boot'); const request = require('request-promise'); const config = require('./config.json'); const log = require('log4js').getLogger('server'); const jwt = require('jwt-simple'); var app = module.exports = loopback(); var apiUrl = config.restApiRoot ...
SaaSManager/todo-example
server/server.js
JavaScript
apache-2.0
1,921
class TreeBuilderTenants < TreeBuilder has_kids_for Tenant, [:x_get_tree_tenant_kids] def initialize(name, sandbox, build, **params) @additional_tenants = params[:additional_tenants] @selectable = params[:selectable] @ansible_playbook = params[:ansible_playbook] @catalog_bundle = params[:catalog_bu...
ManageIQ/manageiq-ui-classic
app/presenters/tree_builder_tenants.rb
Ruby
apache-2.0
1,530
import {NgModule} from '@angular/core'; import {TestimonialService} from "./testimonial.service"; import {TestimonialEditorComponent} from "./testimonial-editor.component"; import {TestimonialComponent} from "./testimonial-list.component"; import {TestimonialRouting} from './testimonial.route'; import {SharedModul...
nodebeats/nodebeats
admin/src/admin-app/dashboard-app/components/testimonial/testimonial.module.ts
TypeScript
apache-2.0
655
class Solution: def isValidSerialization(self, preorder): """ :type preorder: str :rtype: bool """ arr_pre_order = preorder.split(',') stack = [] for node in arr_pre_order: stack.append(node) while len(stack) > 1 and stack[-1] ...
MingfeiPan/leetcode
stack/331.py
Python
apache-2.0
615
#!/usr/bin/python # -*- coding: utf-8 -*- # Author: violinsolo # Created on 08/03/2018 import tensorflow as tf import numpy as np x_shape = [5, 3, 3, 2] x = np.arange(reduce(lambda t, s: t*s, list(x_shape), 1)) print x x = x.reshape([5, 3, 3, -1]) print x.shape X = tf.Variable(x) with tf.Session() as sess: ...
iViolinSolo/DeepLearning-GetStarted
TF-Persion-ReID/test/test_tf_nn_moments.py
Python
apache-2.0
557
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include <sys/types.h> #include <sys/event.h> #include <sys/time.h> #include <string.h> #include <unistd.h> #include <ckit/event.h> #include <ckit/debug.h> #include <ckit/time.h> int event_open(void) { return kqueue(); } void event_clos...
erimatnor/libckit
src/event_kqueue.c
C
apache-2.0
3,368
package com.blp.minotaurus.utils; import com.blp.minotaurus.Minotaurus; import net.milkbowl.vault.economy.Economy; import org.bukkit.Bukkit; import org.bukkit.plugin.RegisteredServiceProvider; /** * @author TheJeterLP */ public class EconomyManager { private static Economy econ = null; public static boole...
BossLetsPlays/Minotaurus
src/main/java/com/blp/minotaurus/utils/EconomyManager.java
Java
apache-2.0
756
package eas.com; public interface SomeInterface { String someMethod(String param1, String param2, String param3, String param4); }
xalfonso/res_java
java-reflection-method/src/main/java/eas/com/SomeInterface.java
Java
apache-2.0
137
# Pterocaulon globuliferus W.Fitzg. 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/Pterocaulon/Pterocaulon globuliferus/README.md
Markdown
apache-2.0
183
'use strict'; angular.module('donetexampleApp') .service('ParseLinks', function () { this.parse = function (header) { if (header.length == 0) { throw new Error("input must not be of zero length"); } // Split parts by comma var parts = header....
CyberCastle/DoNetExample
DoNetExample.Gui/scripts/components/util/parse-links.service.js
JavaScript
apache-2.0
1,252
package com.mobisys.musicplayer.model; import android.os.Parcel; import android.os.Parcelable; /** * Created by Govinda P on 6/3/2016. */ public class MusicFile implements Parcelable { private String title; private String album; private String id; private String singer; private String path; ...
GovindaPaliwal/android-constraint-Layout
app/src/main/java/com/mobisys/musicplayer/model/MusicFile.java
Java
apache-2.0
2,408
# Strobilomyces coturnix Bouriquet SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Bull. Acad. malgache 25: 22 (1946) #### Original name Strobilomyces coturnix Bouriquet ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Boletales/Boletaceae/Strobilomyces/Strobilomyces coturnix/README.md
Markdown
apache-2.0
223
# Cirsium undulatum subsp. helleri (Small) Petr. SUBSPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Cirsium/Cirsium undulatum/ Syn. Cirsium undulatum helleri/README.md
Markdown
apache-2.0
206
<?php /********************************************************************************************************************************** * * Ajax Payment System * * Author: Webbu Design * **********************************************************************************************************************************...
fedebalderas/esm_wordpress
wp-content/themes/pointfinder/admin/estatemanagement/includes/ajax/ajax-itemsystem.php
PHP
apache-2.0
12,874
// // 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...
MarcFletcher/NetworkComms.Net
NetworkCommsDotNet/Connection/UDP/UDPConnection.cs
C#
apache-2.0
36,508
/* * 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-cognitoidp/src/main/java/com/amazonaws/services/cognitoidp/model/transform/AnalyticsMetadataTypeJsonUnmarshaller.java
Java
apache-2.0
2,836
module Serf.Event where import Serf.Member import Control.Applicative import Control.Monad.IO.Class import System.Environment import System.Exit import System.IO import Text.Parsec type SerfError = String data SerfEvent = MemberJoin Member | MemberLeave Member | Memb...
lstephen/box
src/main/ansible/roles/serf/files/Serf/Event.hs
Haskell
apache-2.0
2,110
/* Copyright 2014 The Kubernetes Authors All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ag...
abdokh/kubernetes
pkg/kubelet/kubelet_test.go
GO
apache-2.0
102,547
package com.doglandia.animatingtextviewlib; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest(...
ThomasKomarnicki/AnimatingTextView
app/src/androidTest/java/com/doglandia/animatingtextviewlib/ApplicationTest.java
Java
apache-2.0
365
# Involutinidae Butschli, 1880 FAMILY #### Status ACCEPTED #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Protozoa/Granuloreticulosea/Foraminiferida/Involutinidae/README.md
Markdown
apache-2.0
185
/* * Copyright (C) 2017 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...
allsoft777/MVP-with-Firebase
mvplife/src/main/java/com/seongil/mvplife/fragment/BaseMvpFragment.java
Java
apache-2.0
4,046
@media (min-width: 980px) { /*-----*/ .custom-bar-chart { margin-bottom: 40px; } } @media (min-width: 768px) and (max-width: 979px) { /*-----*/ .custom-bar-chart { margin-bottom: 40px; } /*chat room*/ } @media (max-width: 768px) { .header { position: absolu...
theNanoSoftware/NanoWord
CMS/Admin/assets/css/style-responsive.css
CSS
apache-2.0
6,715
import React from 'react' import { StyleSheet, View, processColor } from 'react-native' import { BubbleChart } from 'react-native-charts-wrapper' class BubbleChartScreen extends React.Component<any, any> { constructor(props) { super(props) const { modeInfo } = props const temp = props.value.weekL...
Smallpath/Psnine
psnine/container/statistics/BubbleChart.tsx
TypeScript
apache-2.0
2,584
name 'neo4j' maintainer 'YOUR_COMPANY_NAME' maintainer_email 'YOUR_EMAIL' license 'All rights reserved' description 'Installs/Configures neo4j' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.1.0'
marpaia/chef-osx
cookbooks/neo4j/metadata.rb
Ruby
apache-2.0
274
# -*- coding: utf-8 -*- """Template shortcut & filters""" import os import datetime from jinja2 import Environment, FileSystemLoader from uwsgi_sloth.settings import ROOT from uwsgi_sloth import settings, __VERSION__ template_path = os.path.join(ROOT, 'templates') env = Environment(loader=FileSystemLoader(template_pa...
piglei/uwsgi-sloth
uwsgi_sloth/template.py
Python
apache-2.0
1,040
# Fagopyrum odontopterum Gross SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Polygonaceae/Fagopyrum/Fagopyrum odontopterum/README.md
Markdown
apache-2.0
178
# Polemonium confertum var. mellitum A.Gray VARIETY #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Ericales/Polemoniaceae/Polemonium/Polemonium confertum/Polemonium confertum mellitum/README.md
Markdown
apache-2.0
191
package org.openstack.atlas.service.domain.exception; public class UniqueLbPortViolationException extends PersistenceServiceException { private final String message; public UniqueLbPortViolationException(final String message) { this.message = message; } @Override public String getMessage(...
openstack-atlas/atlas-lb
core-persistence/src/main/java/org/openstack/atlas/service/domain/exception/UniqueLbPortViolationException.java
Java
apache-2.0
356
#!/bin/bash -xe # 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 # di...
citrix-openstack/project-config
jenkins/scripts/propose_translation_update_horizon.sh
Shell
apache-2.0
1,316
# Eriosema ×woodii C.H.Stirt. 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/Eriosema/Eriosema woodii/README.md
Markdown
apache-2.0
178
<?xml version="1.0" encoding="UTF-8" ?> <!-- 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...
PkayJava/pluggable
framework/src/main/resources/com/angkorteam/pluggable/framework/wicket/markup/html/navigation/paging/PagingNavigator.html
HTML
apache-2.0
1,307
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University // Copyright (c) 2011, 2012 Open Networking Foundation // Copyright (c) 2012, 2013 Big Switch Networks, Inc. // This library was generated by the LoxiGen Compiler. // See the file LICENSE.txt which should have been included in the sour...
o3project/openflowj-otn
src/main/java/org/projectfloodlight/openflow/protocol/ver13/OFOxmBsnUdf4MaskedVer13.java
Java
apache-2.0
10,443
# Copyright 2017,2018 IBM Corp. # # 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 agr...
mfcloud/python-zvm-sdk
zvmsdk/tests/unit/sdkwsgi/handlers/test_version.py
Python
apache-2.0
1,674
# # Copyright (C) 2015 # Andy Warner # This file is part of the aft package. # # 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 #...
lawarner/aft
src/osdep/native/Makefile
Makefile
apache-2.0
1,315