repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
ICT4H/dcs-enketo-core | test/karma.conf.js | 3479 | // Karma configuration
// Generated on Mon Mar 16 2015 13:42:33 GMT-0600 (MDT)
module.exports = function( config ) {
config.set( {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '..',
// frameworks to use
// available frameworks: https://npm... | apache-2.0 |
openstack/python-neutronclient | neutronclient/v2_0/client.py | 115185 | # Copyright 2012 OpenStack Foundation.
# Copyright 2015 Hewlett-Packard Development Company, L.P.
# Copyright 2017 FUJITSU LIMITED
# 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... | apache-2.0 |
Webnology-/cookbook2013VeryLast | www/js/javascript.js | 18944 |
var currPageIndex = 0;
app.initialize();
$(document).ready(function () {
//$('.appV').html('v1.17');
//onDocumentReady();
setMenu();
toggleMenu();
});
function onDocumentReady() {
SetPagesList();
setBackground();
runPinchzoom();
turnPages(currPageIndex);
setPep();
//chan... | apache-2.0 |
citrix/terraform-provider-netscaler | vendor/github.com/citrix/adc-nitro-go/resource/config/vpn/vpnglobal_authenticationsamlpolicy_binding.go | 2162 | /*
* Copyright (c) 2021 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 law ... | apache-2.0 |
i25ffz/spollo | src/com/spollo/player/menu/DeleteDialog.java | 4090 | /*
* Copyright (C) 2012 Andrew Neal 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, ... | apache-2.0 |
evgeniy-khist/velocity-site | README.md | 1778 | velocity-site
=============
**velocity-site** is simple static site generator in Java and [Velocity](http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html).
To generate static site from Velocity templates and Properties files run:
`java -DpagesDir=path/to/pages -DtemplatesDir=path/to/templates -Dtarg... | apache-2.0 |
jeffrey-io/world-bootstrap | src/test/java/io/jeffrey/world/things/points/TestEditEventedPoint2.java | 1345 | package io.jeffrey.world.things.points;
import org.junit.Test;
import io.jeffrey.world.WorldTestFramework;
public class TestEditEventedPoint2 extends WorldTestFramework {
@Test
public void sanityCheckXEditing() {
final SelectablePoint2 point = new SelectablePoint2(1, 2);
final HasUpdateMock mock = new H... | apache-2.0 |
75py/EasyPrefs | easyprefs-processor/src/test/java/com/nagopy/android/easyprefs/processor/EasyPrefProcessorBoolTest.java | 1259 | package com.nagopy.android.easyprefs.processor;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import javax.tools.JavaFileObject;
import static com.google.common.truth.Truth.assert_;
import static com.google.testing.compile.JavaSourceSubjectFactory.javaSource;
@RunWith(JUni... | apache-2.0 |
nghiant2710/base-images | balena-base-images/node/genericx86-64-ext/ubuntu/disco/10.23.1/build/Dockerfile | 2771 | # AUTOGENERATED FILE
FROM balenalib/genericx86-64-ext-ubuntu:disco-build
ENV NODE_VERSION 10.23.1
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 --keyse... | apache-2.0 |
nghiant2710/base-images | balena-base-images/node/orange-pi-lite/ubuntu/eoan/12.20.1/build/Dockerfile | 2763 | # AUTOGENERATED FILE
FROM balenalib/orange-pi-lite-ubuntu:eoan-build
ENV NODE_VERSION 12.20.1
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... | apache-2.0 |
arrowli/RsyncHadoop | hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/target/org/apache/hadoop/mapreduce/v2/jobhistory/package-summary.html | 6238 | <!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 Mon Dec 16 23:54:41 EST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.apache.hadoop.m... | apache-2.0 |
introproventures/graphql-jpa-query | graphql-jpa-query-schema/src/test/java/com/introproventures/graphql/jpa/query/converter/model/AbstractVariableEntity.java | 4011 | package com.introproventures.graphql.jpa.query.converter.model;
import java.util.Date;
import java.util.Objects;
import javax.persistence.Column;
import javax.persistence.Convert;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Ma... | apache-2.0 |
deepgram/kur | tests/examples/modkurfile.py | 1380 | """
Copyright 2017 Deepgram
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
distri... | apache-2.0 |
willmclaren/ensembl-variation | modules/Bio/EnsEMBL/Variation/Pipeline/FinishTranscriptEffect.pm | 3049 | =head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2017] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | apache-2.0 |
Kodestruct/Kodestruct.Dynamo | Kodestruct.Dynamo.UI/Nodes/Loads/ASCE7/Lateral/Wind/WindFace.cs | 4968 | #region Copyright
/*Copyright (C) 2015 Konstantin Udilovich
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... | apache-2.0 |
jochenw/afw | afw-core/docs/apidocs/com/github/jochenw/afw/core/log/package-use.html | 13084 | <!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_192) on Wed Feb 06 20:26:47 CET 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package com.g... | apache-2.0 |
clairton/ember-table-filterable | app/components/table-filterable.js | 77 | export { default } from 'ember-table-filterable/components/table-filterable'; | apache-2.0 |
Chuy288/simple-xml-signer | src/main/java/org/hitzoft/xml/SignatureMethodAlgorithm.java | 945 | package org.hitzoft.xml;
/**
*
* @author jesus.espinoza
*/
public enum SignatureMethodAlgorithm {
DSA_SHA1("http://www.w3.org/2000/09/xmldsig#dsa-sha1"),
DSA_SHA256("http://www.w3.org/2009/xmldsig11#dsa-sha256"),
RSA_SHA1("http://www.w3.org/2000/09/xmldsig#rsa-sha1"),
RSA_SHA256("htt... | apache-2.0 |
gdbots/common-js | src/isValidSlug.js | 767 | import endsWith from 'lodash/endsWith';
import startsWith from 'lodash/startsWith';
import trim from 'lodash/trim';
const VALID_SLUG_PATTERN = /^([a-z0-9]-?)*[a-z0-9]$/;
const VALID_DATED_SLUG_PATTERN = /^([a-z0-9-]|[a-z0-9-][a-z0-9-/]*[a-z0-9-])$/;
/**
* Returns true if the provided value is a slug.
*
* @param {s... | apache-2.0 |
JohnSnowLabs/spark-nlp | docs/_posts/maziyarpanahi/2021-06-04-translate_lv_ru_xx.md | 2605 | ---
layout: model
title: Translate Latvian to Russian Pipeline
author: John Snow Labs
name: translate_lv_ru
date: 2021-06-04
tags: [open_source, pipeline, seq2seq, translation, lv, ru, xx, multilingual]
task: Translation
language: xx
edition: Spark NLP 3.1.0
spark_version: 3.0
supported: true
article_header:
type: co... | apache-2.0 |
areitz/pants | tests/python/pants_test/backend/python/tasks/checkstyle/test_noqa.py | 3397 | # coding=utf-8
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)
import textwrap
imp... | apache-2.0 |
TheTemportalist/MorphAdditions | src/main/scala/com/temportalist/morphadditions/common/network/PacketKeyPressed.scala | 854 | package com.temportalist.morphadditions.common.network
import com.temportalist.morphadditions.api.AbilityAction
import com.temportalist.morphadditions.common.MAOptions
import com.temportalist.morphadditions.common.init.Abilities
import com.temportalist.origin.foundation.common.network.IPacket
import cpw.mods.fml.relau... | apache-2.0 |
Anteoy/gtools | test/base/note/reflect/type/base-recombination/main.go | 611 | package main
import (
"fmt"
"reflect"
)
var (
Int reflect.Type = reflect.TypeOf(0)
String reflect.Type = reflect.TypeOf("")
)
// 可从基本类型获取所对应复合类型。
func main() {
var c reflect.Type
c = reflect.ChanOf(reflect.SendDir, String)
fmt.Println(c)
m := reflect.MapOf(String, Int)
fmt.Println(m)
s := reflect.SliceO... | apache-2.0 |
bytePassion/OpenQuoridorFramework | OpenQuoridorFramework/OQF.CommonUiElements/Info/Pages/PageViewModels/TournamentInfoPage/TournamentInfoPageViewModelSampleData.cs | 366 | using System.ComponentModel;
#pragma warning disable 0067
namespace OQF.CommonUiElements.Info.Pages.PageViewModels.TournamentInfoPage
{
internal class TournamentInfoPageViewModelSampleData : ITournamentInfoPageViewModel
{
public event PropertyChangedEventHandler PropertyChanged;
public void Dispose() { }
... | apache-2.0 |
oharasteve/eagle | src/com/eagle/programmar/Java/Terminals/Java_Punctuation.java | 495 | // Copyright Eagle Legacy Modernization, 2010-date
// Original author: Steven A. O'Hara, Dec 17, 2010
package com.eagle.programmar.Java.Terminals;
import com.eagle.tokens.TerminalPunctuationToken;
public class Java_Punctuation extends TerminalPunctuationToken
{
// Need default constructor for reading from the XML f... | apache-2.0 |
cmmdy/cmmdyweather | app/src/main/java/com/example/cmmdyweather/gson/Basic.java | 402 | package com.example.cmmdyweather.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by 夏夜晚凤 on 2017/2/14.
*/
public class Basic {
@SerializedName("city")
public String cityName;
@SerializedName("id")
public String weatherId;
public Update update;
public class Update{
... | apache-2.0 |
wealdtech/wealdtech-android | wealdtech-tiles/src/main/java/com/wealdtech/android/providers/ProviderState.java | 915 | /*
* Copyright 2012 - 2014 Weald Technology Trading Limited
*
* 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... | apache-2.0 |
w9jds/azure-activedirectory-library-for-android | src/src/com/microsoft/aad/adal/AuthenticationCancelError.java | 1266 | // Copyright © Microsoft Open Technologies, 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
//
// THIS CODE... | apache-2.0 |
Sigma-One/DestinationSol | engine/src/main/java/org/destinationsol/game/input/BigObjAvoider.java | 2268 | /*
* Copyright 2017 MovingBlocks
*
* 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 ... | apache-2.0 |
woshihuo12/evilbonefun | egameserver/src/main/java/com/hsj/egameserver/server/Crypt.java | 931 | package com.hsj.egameserver.server;
public class Crypt {
private static Crypt _instance = null;
private synchronized static void createInstance() {
if (_instance == null) {
_instance = new Crypt();
}
}
public static Crypt getInstance() {
if (_instance == null) {
... | apache-2.0 |
izumin5210/Bletia | bletia-core/src/main/java/info/izumin/android/bletia/core/action/AbstractDisconnectAction.java | 1026 | package info.izumin.android.bletia.core.action;
import info.izumin.android.bletia.core.BleState;
import info.izumin.android.bletia.core.BletiaException;
import info.izumin.android.bletia.core.ResolveStrategy;
import info.izumin.android.bletia.core.StateContainer;
import info.izumin.android.bletia.core.wrapper.Bluetoot... | apache-2.0 |
weiwenqiang/GitHub | Dialog/PopupWindow/RelativePopupWindow-master/relativepopupwindow/src/main/java/com/labo/kaji/relativepopupwindow/RelativePopupWindow.java | 6819 | package com.labo.kaji.relativepopupwindow;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.support.annotation.IntDef;
import android.support.annotation.NonNull;
import android.support.v4.widget.PopupWindowCompat;
import android.util.AttributeSet;
import andr... | apache-2.0 |
firebase/firebase-android-sdk | firebase-perf/src/test/java/com/google/firebase/perf/transport/TransportManagerTest.java | 60225 | // 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
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | apache-2.0 |
y-higuchi/odenos | src/main/java/org/o3project/odenos/core/component/network/topology/Port.java | 7900 | /*
* Copyright 2015 NEC 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 law or agreed ... | apache-2.0 |
googleads/googleads-dotnet-lib | examples/AdManager/CSharp/v202111/CreativeService/CreateCustomCreative.cs | 5069 | // 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 in w... | apache-2.0 |
atompulse/atompulse | src/Atompulse/Bundle/FusionBundle/Assets/Refiner/SimpleRefiner.php | 1051 | <?php
namespace Atompulse\Bundle\FusionBundle\Assets\Refiner;
/**
* Class SimpleRefiner
* @package Atompulse\Bundle\FusionBundle\Compiler\Refiner
*
* @author Petru Cojocar <petru.cojocar@gmail.com>
*/
class SimpleRefiner implements RefinerInterface
{
/**
* Very basic content optimizer
* @param strin... | apache-2.0 |
shapesecurity/shift-parser-js | src/tokenizer.js | 46755 | /**
* Copyright 2014 Shape Security, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License")
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | apache-2.0 |
deleidos/digitaledge-platform | commons-core/src/main/script/boot/apt_mirror_update.sh | 12672 | #!/bin/bash
#
# Apache License
# Version 2.0, January 2004
# http://www.apache.org/licenses/
#
# TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
#
# 1. Definitions.
#
# "License" shall mean the terms and conditi... | apache-2.0 |
worldline/TrainingJEEAngular | trainingapp/src/components/slides/preamble/fwksCompare2/fwksCompare2.ts | 696 | import {Component, Inject, ElementRef} from '@angular/core';
import {SlideCommon} from '../../slideCommon/slideCommon';
import {Editor} from '../../../editor/editor';
import {EditorTab} from '../../../editorTab/editorTab';
import {HOST_SLIDE_CONTAINER_CLASS} from '../../../../services/constants';
@Component({
sele... | apache-2.0 |
polyaxon/polyaxon | site/docs/intro/builds/introduction.md | 932 | ---
title: "Introduction"
sub_link: "builds/introduction"
meta_title: "Introduction - Polyaxon quick start tutorial - Core Concepts"
meta_description: "Introduction - Become familiar with the ecosystem of Polyaxon tools with a top-level overview and useful links to get you started."
visibility: public
status: published... | apache-2.0 |
carbolymer/blockchain | blockchain-ui-fe/src/app/nodes/nodes.component.html | 661 | <h2 class="header teal-text text-darken-4">List of nodes in the network</h2>
<table class="bordered highlight">
<thead>
<tr>
<th>Node name</th>
<th>Valid chain length</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let node of nodes">
<td>{{node.id}}</td>
<td>{{node.validChainLength}}</td>
<td>... | apache-2.0 |
firebase/firebase-admin-java | src/main/java/com/google/firebase/messaging/internal/package-info.java | 661 | /*
* Copyright 2019 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 ... | apache-2.0 |
lkleen/bitcoin-app | core/src/main/java/org/larsworks/bitcoin/app/core/notifications/NotificationEngine.java | 405 | package org.larsworks.bitcoin.app.core.notifications;
import org.larsworks.bitcoin.app.core.notifications.conditions.Condition;
/**
* @author Lars Kleen
* @since 0.0.1
* Date: 01.02.14
* Time: 13:32
*/
public interface NotificationEngine<T> {
void addCondition(Condition<T> conditio... | apache-2.0 |
wastedge/wastedge-querier | WastedgeQuerier/JavaScript/NewProjectForm.cs | 2391 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using SystemEx.Windows.Forms;
using WastedgeQuerier.Util;
namespace Wasted... | apache-2.0 |
julianche/ixalumninew | config/routes.rb | 1895 | Rails.application.routes.draw do
devise_for :users, :controllers => { registrations: 'registrations' }
get "/profiles/search" => "profiles#search"
resources :profiles
resources :forums do
resources :posts
end
resources :posts, only: [] do
resources :comments
end
# The priority is based u... | apache-2.0 |
googleads/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/v202105/RequiredCollectionErrorReason.java | 2070 | // Copyright 2021 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 writi... | apache-2.0 |
drausin/libri | libri/author/io/publish/acquirer.go | 4183 | package publish
import (
"bytes"
"sync"
"github.com/drausin/libri/libri/common/ecid"
"github.com/drausin/libri/libri/common/id"
"github.com/drausin/libri/libri/common/storage"
"github.com/drausin/libri/libri/librarian/api"
"github.com/drausin/libri/libri/librarian/client"
lclient "github.com/drausin/libri/lib... | apache-2.0 |
oprochazka/hTBG | public/indexGame.html | 3674 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="shortcut icon" href="./css/image/king.ico" type="image/x-icon">
<title>Turn based game</title>
</head>
<body>
<div id="playerUI"... | apache-2.0 |
destil/GPS-Averaging | app/src/main/java/org/destil/gpsaveraging/ui/AdManager.java | 1678 | /*
* Copyright 2015 David Vávra
*
* 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 ... | apache-2.0 |
AndriyZabavskyy/eiffel-intelligence | src/main/java/com/ericsson/ei/subscriptionhandler/RunSubscription.java | 3706 | /*
Copyright 2017 Ericsson AB.
For a full list of individual contributors, please see the commit history.
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... | apache-2.0 |
nikolai-m/nmatveev | chapter_002/src/main/java/ru/job4j/professions/doctor/package-info.java | 152 | /**
* Package for job4j chapter 2 projects.
*
* @author Nikolai Matveev
* @version 0.1
* @since 14.10.2017
*/
package ru.job4j.professions.doctor; | apache-2.0 |
aragozin/stackviewer | src/main/java/com/vldocking/swing/docking/HeavyWeightDragControler.java | 12546 | /*
VLDocking Framework 3.0
Copyright Lilian Chamontin, 2004-2013
www.vldocking.com
vldocking@googlegroups.com
------------------------------------------------------------------------
This software is distributed under the LGPL license
The fact that you are presently reading this and using this cla... | apache-2.0 |
maraf/Money | src/Neptuo/Bootstrap/Dependencies/ImportAttribute.cs | 503 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Neptuo.Bootstrap.Dependencies
{
[AttributeUsage(AttributeTargets.Property)]
public class ImportAttribute : Attribute
{
public string Name { get; private set; }
pub... | apache-2.0 |
mattspaulding/AngularjsPhonegap | www/home.html | 1830 | <ons-page class="center">
<div class="container" ng-controller="HomeCtrl">
<div class="jumbotron">
<ons-navigator page="page3.html" title="login">
</ons-navigator>
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web a... | apache-2.0 |
matedo1/pnc | bpm/src/test/java/org/jboss/pnc/bpm/test/RepositoryManagerResultSerializationTest.java | 6189 | /**
* JBoss, Home of Professional Open Source.
* Copyright 2014-2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the... | apache-2.0 |
huihoo/olat | OLAT-LMS/src/main/java/org/olat/presentation/course/assessment/_content/assessment_index.html | 341 | <div class="b_float_right">
$r.contextHelp("org.olat.presentation.course.assessment","course-assess-tool.html","help.hover.assess")
</div>
<h5>$r.translate("index.title")</h5>
#if($hasAssessableNodes)
<p>
$r.translate("index.intro")
</p>
<p>
$r.translate("index.slow")
</p>
#else
<p>
$r.translate("index.noAssessab... | apache-2.0 |
dealfonso/lxc-pm | networkmanager.py | 8801 | '''
"network": [
{
"index": 0,
"ipv4_gateway": "",
"name": "",
"veth_pair": "",
"mtu": "",
"ipv6_gateway": "",
"flags": "up",
... | apache-2.0 |
friedhardware/druid | indexing-service/src/test/java/io/druid/indexing/overlord/TaskLifecycleTest.java | 37250 | /*
* Druid - a distributed column store.
* Copyright 2012 - 2015 Metamarkets Group 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-... | apache-2.0 |
GeoscienceAustralia/PyRate | tests/test_mpi_vs_multiprocess_vs_single_process.py | 18387 | # This Python module is part of the PyRate software package.
#
# Copyright 2022 Geoscience Australia
#
# 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/... | apache-2.0 |
naver/ngrinder | ngrinder-controller/src/main/java/org/ngrinder/perftest/service/samplinglistener/PluginRunListener.java | 2865 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distr... | apache-2.0 |
aaronpmishkin/CUCSC-ValueCharts | client/modules/ValueChart/renderers/ScoreFunction.renderer.ts | 21399 | /*
* @Author: aaronpmishkin
* @Date: 2016-06-07 15:34:15
* @Last Modified by: aaronpmishkin
* @Last Modified time: 2017-06-01 14:05:32
*/
// Import Angular Classes:
import { Injectable } from '@angular/core';
// Import Libraries:
import * as d3 from 'd3';
import { Subject } f... | apache-2.0 |
aoehmichen/eae-docker | workerSparkExample/Dockerfile | 1847 | FROM aoehmich/cdh5.9:release-candidate
MAINTAINER Axel Oehmichen <axelfrancois.oehmichen11@imperial.ac.uk>
ADD Cloudera_Management.py /root
ADD start_eae.sh /root
## We install all the dependencies
RUN apt-get update -q \
&& apt-get install -y vim git wget curl zip python-numpy python-scipy python-matplotlib pyth... | apache-2.0 |
abhishekdepro/libman | LibraryManager/LibraryManager/Account/Login.aspx.cs | 2903 | using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin.Security;
using System;
using System.Linq;
using System.Web;
using System.Web.UI;
using LibraryManager.Models;
using Library;
using System.Data;
namespace LibraryManager.Account... | apache-2.0 |
bayvictor/distributed-polling-system | bin/aptget_touch_support.sh | 1838 |
echo "apt-cache search touch | sed 's/^/sudo apt-get install -y -y /g;s/ - / #- /g'
"
sudo apt-get install -y -y gimp #- The GNU Image Manipulation Program
sudo apt-get install -y -y coreutils #- GNU core utilities
sudo apt-get install -y -y libpam0g #- Pluggable Authentication Modules library
sudo apt-get install -... | apache-2.0 |
aws/aws-sdk-java | aws-java-sdk-config/src/main/java/com/amazonaws/services/config/model/transform/EvaluationResultIdentifierMarshaller.java | 2519 | /*
* 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... | apache-2.0 |
mitchellrj/touchdown | touchdown/ssh/connection.py | 3610 | # Copyright 2015 Isotoma Limited
#
# 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... | apache-2.0 |
amygithub/vavr | vavr/src/test/java/io/vavr/collection/HashSetTest.java | 15210 | /* __ __ __ __ __ ___
* \ \ / / \ \ / / __/
* \ \/ / /\ \ \/ / /
* \____/__/ \__\____/__/
*
* Copyright 2014-2017 Vavr, http://vavr.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | apache-2.0 |
Nodstuff/hapi-fhir | hapi-fhir-structures-hl7org-dstu2/src/main/java/org/hl7/fhir/instance/model/MessageHeader.java | 77040 | package org.hl7.fhir.instance.model;
/*
Copyright (c) 2011+, HL7, 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 co... | apache-2.0 |
cppforlife/turbulence-release | src/github.com/cloudfoundry/bosh-cli/templatescompiler/rendered_job_list_archive_test.go | 3889 | package templatescompiler_test
import (
. "github.com/cloudfoundry/bosh-cli/templatescompiler"
"bytes"
"os"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
mock_template "github.com/cloudfoundry/bosh-cli/templatescompiler/mocks"
"github.com/golang/mock/gomock"
bosherr "github.com/cloudfoundry/bosh-ut... | apache-2.0 |
hfutxqd/keding_website | tmp/5f4fb68bba309d0d863177f9178e0d985db412a7.file.project.html.php | 5303 | <?php /* Smarty version Smarty-3.0.8, created on 2015-08-20 04:03:50
compiled from "F:\public_html\keding\new/tpl\project.html" */ ?>
<?php /*%%SmartyHeaderCode:163455d535862a48c8-73480281%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency'... | apache-2.0 |
morganzhh/sysrepo | src/executables/sysrepod.c | 4424 | /**
* @file sysrepod.c
* @author Rastislav Szabo <raszabo@cisco.com>, Lukas Macko <lmacko@cisco.com>
* @brief Sysrepo daemon source file.
*
* @copyright
* Copyright 2016 Cisco Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | apache-2.0 |
Lidchanin/Shopping_List | app/src/main/java/com/lidchanin/shoppinglist/customview/DesignedEditText.java | 821 | package com.lidchanin.shoppinglist.customview;
import android.content.Context;
import android.graphics.Typeface;
import android.util.AttributeSet;
/**
* Created by Alexander Destroyed on 19.08.2017.
*/
public class DesignedEditText extends android.support.v7.widget.AppCompatEditText {
public DesignedEditText(... | apache-2.0 |
rwl/muntjac | muntjac/terminal/gwt/client/ui/v_option_group.py | 110 | # @MUNTJAC_COPYRIGHT@
# @MUNTJAC_LICENSE@
class VOptionGroup(object):
HTML_CONTENT_ALLOWED = "usehtml"
| apache-2.0 |
gsx-lab/caras-framework | spec/models/hostname_spec.rb | 1898 | # Copyright 2017 Global Security Experts 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 agree... | apache-2.0 |
Talend/ui | packages/faceted-search/src/components/FacetedSearchIcon/FacetedSearchIcon.component.test.js | 1710 | import React from 'react';
// eslint-disable-next-line import/no-extraneous-dependencies
import { mount } from 'enzyme';
// eslint-disable-next-line import/no-extraneous-dependencies
import { FacetedSearchIcon } from './FacetedSearchIcon.component';
import getDefaultT from '../../translate';
const t = getDefaultT();
... | apache-2.0 |
campusappcn/Pan | docs/cn/campusapp/pan/lifecycle/OnPostCreate.html | 9022 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Sat Oct 20 11:45:58 CST 2018 -->
<title>OnPostCreate (library API)</title>
<meta name="date" content="2018-10-20">
<link rel="s... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Potentilla/Potentilla crantzii/ Syn. Potentilla sabauda/README.md | 203 | # Potentilla sabauda Vill. ex DC., nom. illegit. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Rubiaceae/Simira/Simira mollis/README.md | 190 | # Simira mollis (Standl.) Steyerm. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Chromista/Ochrophyta/Phaeophyceae/Sphacelariales/Sphacelariaceae/Cladostephus/Cladostephus ceratophyllum/README.md | 201 | # Cladostephus ceratophyllum (Roth) C. Agardh SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Hypocreales/Myrothecium/Myrothecium dimorphum/README.md | 252 | # Myrothecium dimorphum Ts. Watan. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
in Watanabe, Watanabe & Nakamura, Mycoscience 44(4): 284 (2003)
#### Original name
Myrothecium dimorphum Ts. Watan.
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Caryophyllales/Plumbaginaceae/Armeria/Armeria villosa/Armeria villosa longiaristata/README.md | 217 | # Armeria villosa subsp. longiaristata (Boiss. & Reut.) Nieto Fel. SUBSPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Melastomataceae/Mecranium/Mecranium axillare/Mecranium axillare urbanianum/README.md | 211 | # Mecranium axillare subsp. urbanianum (Cogn.) Skean SUBSPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Hymenochaetales/Hymenochaetaceae/Inonotus/Inonotus obliquus/ Syn. Poria obliqua/README.md | 266 | # Poria obliqua (Ach. ex Pers.) P. Karst., 1881 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Revue mycol. , Toulouse 3: 19 (1881)
#### Original name
Boletus obliquus Ach. ex Pers., 1801
### Remarks
null | apache-2.0 |
dmcgowan/docker | daemon/oci_linux.go | 25547 | package daemon // import "github.com/docker/docker/daemon"
import (
"fmt"
"io"
"os"
"os/exec"
"path/filepath"
"sort"
"strconv"
"strings"
containertypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/container"
daemonconfig "github.com/docker/docker/daemon/config"
"github.com/dock... | apache-2.0 |
hbeatty/incubator-trafficcontrol | traffic_portal/test/integration/PageObjects/PhysLocationsPage.po.ts | 5036 | /*
* 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 ... | apache-2.0 |
qintengfei/ionic-site | _site/docs/1.0.0-rc.2/api/directive/onDragDown/index.html | 28571 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.">
<meta name="keywords" content="html5,ja... | apache-2.0 |
thymol/thymol.js | src/main/java/org/thymoljs/thymol/test/json/JDEREGJsonCodec.java | 533 | package org.thymoljs.thymol.test.json;
import com.cedarsoftware.util.io.JsonReader;
import com.cedarsoftware.util.io.JsonWriter;
public class JDEREGJsonCodec implements JSONCodec {
// Using the most cool https://github.com/jdereg/json-io
public JDEREGJsonCodec() {
}
@Override
public String encode( Objec... | apache-2.0 |
GramozKrasniqi/HRMS | HRM/HR-Managment/Employee/List.aspx.cs | 503 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Entities;
namespace HRM.HR_Managment.Employee
{
public partial class List : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
... | apache-2.0 |
loresoft/MongoDB.Messaging | Samples/QueueBrowser/App_Start/BundleConfig.cs | 2337 | using System.Web;
using System.Web.Optimization;
namespace QueueBrowser
{
public class BundleConfig
{
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new StyleBundle("~/content/css")
.Include(
"~/Content/bootstrap.css",... | apache-2.0 |
rhoadster91/android-siesta | library/src/main/java/com/rhoadster91/android/siesta/api/capability/Puttable.java | 837 | /*
* Copyright 2016 Girish Kamath
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | apache-2.0 |
nimkar/jenkins-server | Dockerfile | 197 | FROM jenkins
COPY executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy
COPY plugins.txt /usr/share/jenkins/plugins.txt
RUN /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt | apache-2.0 |
CenturyLinkCloud/clc-node-sdk | test/compute-services/servers/create-server-test.js | 2709 |
var _ = require('underscore');
var vcr = require('nock-vcr-recorder-mocha');
var Sdk = require('./../../../lib/clc-sdk.js');
var compute = new Sdk('cloud_user', 'cloud_user_password').computeServices();
var assert = require('assert');
var ServerBuilder = require('./../server-builder.js');
vcr.describe('Create server ... | apache-2.0 |
BeyondMinecraft/AbacusCommonsLib | src/main/java/net/minecraft/src/NetServerHandler.java | 178 | package net.minecraft.src;
import net.minecraft.entity.player.EntityPlayer;
/**
*
* @author Gregory
*/
public class NetServerHandler {
public EntityPlayer playerEntity;
}
| apache-2.0 |
les69/calvin-base | calvin/runtime/south/plugins/io/sensors/rotary_encoder/platform/ky040_rotary_impl/rotary_encoder.py | 3011 | # -*- coding: utf-8 -*-
# Copyright (c) 2016 Ericsson AB
#
# 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 ... | apache-2.0 |
willscott/zmap | scripts/check_manfile.py | 493 | #!/usr/env python
import sys
#let's parse strings in python!
options = []
with open("src/zopt.ggo.in") as fd:
for l in fd:
if l.startswith("option "):
option = l.split()[1].lstrip('"').rstrip('"')
options.append(option)
man = open('src/zmap.1.ronn').read()
failures = False
for opt... | apache-2.0 |
Eeemil/scale.cloudpool | commons/src/test/java/com/elastisys/scale/cloudpool/commons/basepool/IsSetServiceStateAlert.java | 1505 | package com.elastisys.scale.cloudpool.commons.basepool;
import static com.google.common.base.Objects.equal;
import static java.lang.String.format;
import org.hamcrest.Description;
import org.hamcrest.Factory;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeMatcher;
import com.elastisys.scale.cloudpool.api.t... | apache-2.0 |
mageddo/bookmark-notes | src/test/java/com/mageddo/config/DatabaseConfiguratorExtension.java | 974 | package com.mageddo.config;
import org.junit.jupiter.api.extension.BeforeTestExecutionCallback;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.jupiter.api.extension.TestInstancePostProcessor;
import org.junit.platform.commons.support.AnnotationSupport;
import io.micronaut.test.annotation.Mi... | apache-2.0 |
ptphp/PyLib | src/webpy1/src/jjrspider/ganji.py | 40700 | #coding=UTF-8
'''
Created on 2011-7-6
@author: Administrator
'''
from urlparse import urlparse
import cookielib
from pyquery.pyquery import PyQuery #@UnresolvedImport
import re
import datetime #@UnusedImport
import urllib2
from lxml import etree #@UnresolvedImport
from lxml.cssselect import CSSSelector #@Unresolv... | apache-2.0 |
sdsxer/mmdiary | client/source/mmdiary/app/src/main/java/com/example/android/architecture/blueprints/todoapp/tasks/domain/model/Task.java | 4578 | /*
* Copyright 2016, 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 applic... | apache-2.0 |
JoelMarcey/buck | src/com/facebook/buck/core/artifact/DeclaredArtifact.java | 1622 | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | apache-2.0 |