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 |
|---|---|---|---|---|---|
# Simblocline DC. GENUS
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Simblocline/README.md | Markdown | apache-2.0 | 163 |
/* Source code for textbook:
Flexible Reliable Software, by Henrik B. Christensen
CRC Press 2010
***********************************
Project developped in java by Henrik B. Christensen
C++ port by Robert Benkoczi
***********************************
*/
#ifndef __ILLEGALCOINEXCEPTION_H
#define __ILLEGALCOINEXCEP... | roben777/payst-cc | include/IllegalCoinException.h | C | apache-2.0 | 591 |
# Security Templates for AWS CloudFormation
Find the documentation here: http://templates.cloudonaut.io/en/stable/security/
## Developer notes
### RegionMap
To update the region map execute the following lines in your terminal:
```
$ regions=$(aws ec2 describe-regions --query "Regions[].RegionName" --output text)
$... | cmr1/aws-cf-templates-1 | security/README.md | Markdown | apache-2.0 | 944 |
<!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_151) on Sat Mar 16 04:11:58 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly... | wildfly-swarm/wildfly-swarm-javadocs | 2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/messaging/package-use.html | HTML | apache-2.0 | 7,266 |
<!DOCTYPE HTML>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta charset="utf-8">
<base href="../../../../../../">
<script src="resources/sap/ui/test/starter/runTest.js"
data-sap-ui-testsuite="test-resources/sap/ui/mdc/qunit/field/testsuite.field.qunit"
data-sa... | SAP/openui5 | src/sap.ui.mdc/test/sap/ui/mdc/qunit/field/FieldValueHelpUITableWrapper.qunit.html | HTML | apache-2.0 | 457 |
package org.jboss.resteasy.test;
import org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder;
import org.jboss.resteasy.client.jaxrs.ResteasyWebTarget;
import org.jboss.resteasy.util.PortProvider;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URL;
import javax.ws.rs.client.ClientBuilde... | awhitford/Resteasy | resteasy-client/src/main/java/org/jboss/resteasy/test/TestPortProvider.java | Java | apache-2.0 | 3,100 |
<!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_111) on Wed Jan 04 22:31:13 EST 2017 -->
<title>FritzJohnMultipliers</title>
<meta name="date" content="2017-01-04">
<link rel="stylesheet" typ... | lakshmiDRIP/DRIP | Javadoc/org/drip/optimization/constrained/FritzJohnMultipliers.html | HTML | apache-2.0 | 17,937 |
# Ornithogalum transversale Pall. 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/Liliales/Liliaceae/Gagea/Gagea transversalis/ Syn. Ornithogalum transversale/README.md | Markdown | apache-2.0 | 188 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Windows.Web.Syndication;
namespace DncShowcaseHub.DataModel
{
class FeedItemIterator
{
private SyndicationFeed feed;
private int index;
public F... | dotnetcurry/winrt-81-hub-control | DncShowcaseHub/DncShowcaseHub/DataModel/FeedItemIterator.cs | C# | apache-2.0 | 3,497 |
<?php
namespace db2eav\Classes;
class Value extends ValueBase {
public function __construct(){
}
public function __destruct(){
}
} | arhouati/DB2EAV | src/db2eav/Classes/Value.php | PHP | apache-2.0 | 156 |
package com.xiaochen.progressroundbutton;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.TimeInterpolator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import androi... | Ernest-su/ProgressRoundButton | library/src/main/java/com/xiaochen/progressroundbutton/AnimDownloadProgressButton.java | Java | apache-2.0 | 23,449 |
Getting started with the i3 window manager on Linux
======

In my article [5 reasons the i3 window manager makes Linux better][1], I shared the top five reasons I use and recommend th... | icecoobe/TranslateProject | sources/tech/20180929 Getting started with the i3 window manager on Linux.md | Markdown | apache-2.0 | 7,191 |
/*
* 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 distributed under t... | joel-costigliola/assertj-core | src/test/java/org/assertj/core/api/long_/LongAssert_usingDefaultComparator_Test.java | Java | apache-2.0 | 1,561 |
######################################################################
# tc_divmod.rb
#
# Test case for the Bignum#divmod instance method.
######################################################################
require 'test/unit'
class TC_Bignum_Divmod_InstanceMethod < Test::Unit::TestCase
def setup
@num_int ... | google-code/android-scripting | jruby/src/test/externals/ruby_test/test/core/Bignum/instance/tc_divmod.rb | Ruby | apache-2.0 | 1,607 |
/*
* Copyright (c) 2010-2017 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.testing.sanity;
import static com.evolveum.midpoint.prism.util.PrismAsserts.assertEqualsPolyString;... | bshp/midPoint | testing/sanity/src/test/java/com/evolveum/midpoint/testing/sanity/TestSanity.java | Java | apache-2.0 | 199,213 |
/*
* Copyright 2017 Crown Copyright
*
* 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... | gchq/stroom | stroom-security/stroom-security-identity/src/main/java/stroom/security/identity/authenticate/AuthenticateModule.java | Java | apache-2.0 | 1,110 |
<?php
namespace DCarbone\PHPFHIRGenerated\STU3\FHIRElement;
/*!
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: December 26th, 2019 15:43+0000
*
* PHPFHIR Copyright:
*
* C... | dcarbone/php-fhir-generated | src/DCarbone/PHPFHIRGenerated/STU3/FHIRElement/FHIRMeasmntPrinciple.php | PHP | apache-2.0 | 11,892 |
using System;
using System.Linq;
using System.Linq.Expressions;
using System.Reactive;
using Xamarin.Forms;
using RxObservable = System.Reactive.Linq.Observable;
using System.Reactive.Linq;
namespace RxApp.XamarinForms
{
public static class Bindings
{
public static IDisposable BindTo(
thi... | bordoley/RxApp | RxApp.XamarinForms/Bindings.cs | C# | apache-2.0 | 4,570 |
/*
* Copyright (c) 2012-2015 S-Core Co., 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 ... | 5hk/webida-client | apps/dashboard/src/js/main_bak.js | JavaScript | apache-2.0 | 22,004 |
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for `KBOOpenData_activity`
-- ----------------------------
-- DROP TABLE IF EXISTS `KBOOpenData_activity`;
CREATE TABLE IF NOT EXISTS `KBOOpenData_activity` (
`EntityNumber` varchar(13) NOT NULL COMMENT '9999.999.999 of 9... | TomLous/datatools | v1/lib/Tool/KBOOpenData/sql/db-000.sql | SQL | apache-2.0 | 5,288 |
package com.example.android.bluetoothlegatt.ble_service;
/**
* @author Sopheak Tuon
* @created on 04-Oct-17
*/
import java.util.Locale;
public class CountryUtils {
public static boolean getMonthAndDayFormate() {
Locale locale = Locale.getDefault();
String lang = locale.getLanguage();
S... | SopheakTuon/Smart-Bracelet | Application/src/main/java/com/example/android/bluetoothlegatt/ble_service/CountryUtils.java | Java | apache-2.0 | 812 |
# coding=utf8
from django.views.generic import ListView, DetailView, CreateView
from django.db.models import Q
from django.http import JsonResponse, HttpResponseRedirect
from django.core.urlresolvers import reverse
from django.shortcuts import render
from pure_pagination.mixins import PaginationMixin
from django.contri... | 1032231418/python | lesson10/apps/books/publish/__init__.py | Python | apache-2.0 | 3,345 |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | aws/aws-sdk-java | aws-java-sdk-workmailmessageflow/src/main/java/com/amazonaws/services/workmailmessageflow/model/transform/MessageRejectedExceptionUnmarshaller.java | Java | apache-2.0 | 2,934 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:30 CEST 2015 -->
<title>StreamMessage.Type</title>
<meta name="date" content="2015-05-16">
<link rel="styleshee... | sayanh/ViewMaintenanceCassandra | doc/org/apache/cassandra/streaming/messages/StreamMessage.Type.html | HTML | apache-2.0 | 18,851 |
"use strict";
var router_1 = require('@angular/router');
var authorize_component_1 = require('./authorize/authorize-component');
var user_component_1 = require('./User/user-component');
var welcome_component_1 = require('./welcome-component');
exports.routes = [
{ path: '', component: welcome_component_1.welcome },... | devilsuraj/openiddict-samples | Samples/resource-owner-password-credential/Angualar2-Client-ROPC/app/app.route.js | JavaScript | apache-2.0 | 586 |
<?php
namespace Home\Controller;
class EmptyController extends HomeController{
public function _empty($action){
$resource = strtolower(CONTROLLER_NAME);
$this->assign('type', $resource);
if(in_array($resource, array('text', 'picture', 'music', 'video'))){
if(in_array($action, array('new', 'edit'))){
if('... | cokeboL/freeblog | App/Home/Controller/EmptyController.class.php | PHP | apache-2.0 | 1,592 |
/*
* Copyright 2015 Suprema(biostar2@suprema.co.kr)
*
* 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... | BioStar2/BioStar2IOS | BiostarMobile/BiostarMobile/Classes/Popup/Cells/TimeCell.h | C | apache-2.0 | 869 |
<?php
/*------------------------------------------------------------------------
# TZ Portfolio Extension
# ------------------------------------------------------------------------
# author DuongTVTemPlaza
# copyright Copyright (C) 2012 templaza.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses... | doomchocolate/dreame-mall | templates/tz_dreame/html/com_tz_portfolio/gallery/default_media.php | PHP | apache-2.0 | 4,020 |
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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.a... | citizenmatt/gallio | src/Gallio/Gallio/Model/Filters/FilterToken.cs | C# | apache-2.0 | 1,333 |
package org.jetbrains.plugins.scala.lang.psi.api.base
import org.jetbrains.plugins.scala.lang.psi.ScalaPsiElement
/**
* @author Alexander Podkhalyuzin
* Date: 22.02.2008
*/
trait ScIdList extends ScalaPsiElement {
def fieldIds: Seq[ScFieldId]
} | gtache/intellij-lsp | intellij-lsp-dotty/src/org/jetbrains/plugins/scala/lang/psi/api/base/ScIdList.scala | Scala | apache-2.0 | 249 |
<?php
/**
* Unbind ...
*
* @phpstub
*
* @param resource $connection
* @param string $trigger_name
*
* @return bool
*/
function cyrus_unbind($connection, $trigger_name)
{
} | schmittjoh/php-stubs | res/php/cyrus/functions/cyrus-unbind.php | PHP | apache-2.0 | 182 |
ngDefine(
'cockpit.plugin.statistics-plugin.controllers',
function(module) {
module
.controller(
'processDefinitionCtrl',
[
'$scope',
'DataFactory',
'Uri',
function($scope, DataFactory, Uri) {
... | nagyistoce/camunda-cockpit-plugin-statistics | src/main/resources/plugin-webapp/statistics-plugin/app/controllers/processDefinitionCtrl.js | JavaScript | apache-2.0 | 3,679 |
# Pedicularis rotundifolia C.E.C.Fisch. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Orobanchaceae/Pedicularis/Pedicularis rotundifolia/README.md | Markdown | apache-2.0 | 187 |
/* Copyright 2015 ETH Zurich
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | dmpiergiacomo/scion | c/ssp/PathState.cpp | C++ | apache-2.0 | 23,627 |
import { Injectable } from '@angular/core';
import { Http } from '@angular/http';
import { UserData } from './user-data';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/map';
import 'rxjs/add/observable/of';
@Injectable()
export class ConferenceData {
data: any;
constructor(public htt... | josephjohn136/logonfly | Ionic/src/providers/conference-data.ts | TypeScript | apache-2.0 | 4,422 |
/**
* Red Hat Open Innovation Labs API
* A generic model to support automation at all levels of the application and infrastructure lifecycle.
*
* OpenAPI spec version: 0.3.0-alpha
* Contact: rhc-open-innovation-labs@redhat.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https... | priley86/labs-console | app/automation/model/Service.js | JavaScript | apache-2.0 | 3,193 |
package nl.esciencecenter.e3dchem.modifiedtanimoto;
import org.knime.base.util.flowvariable.FlowVariableProvider;
import org.knime.core.data.DataTableSpec;
import org.knime.core.node.InvalidSettingsException;
import org.knime.core.node.util.CheckUtils;
import org.knime.distance.category.DistanceCategoryConfig;
import ... | 3D-e-Chem/knime-modified-tanimoto | nl.esciencecenter.e3dchem.modifiedtanimoto/src/nl/esciencecenter/e3dchem/modifiedtanimoto/ModifiedTanimotoDistanceConfig.java | Java | apache-2.0 | 1,815 |
# Zygophyllum novae-zeelandiae Steud. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Zygophyllales/Zygophyllaceae/Zygophyllum/Zygophyllum novae-zeelandiae/README.md | Markdown | apache-2.0 | 185 |
using System;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Threading.Tasks;
using RElmah.Common.Model;
using RElmah.Errors;
using RElmah.Services.Nulls;
namespace RElmah.Services.Inbox
{
public class SerializedErrorsInbox : IErrorsInbox
{
private readonly IErrorsBacklog _er... | wasphub/RElmah | relmah/src/RElmah/Services/Inbox/SerializedErrorsInbox.cs | C# | apache-2.0 | 1,105 |
# Lichtheimia hongkongensis K.Y. Yuen, 2009 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Fungi/Zygomycota/Mucorales/Lichtheimiaceae/Lichtheimia/Lichtheimia ramosa/ Syn. Lichtheimia hongkongensis/README.md | Markdown | apache-2.0 | 198 |
# AUTOGENERATED FILE
FROM balenalib/orange-pi-one-debian:buster-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserv... | nghiant2710/base-images | balena-base-images/node/orange-pi-one/debian/buster/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,945 |
#!/usr/bin/env sh
set -e
exit 0
SCALA_VERSION=${SCALA_VERSION:-2_12}
sbt \
grpcRuntimeJVM${SCALA_VERSION}/mimaReportBinaryIssues \
lensesJVM${SCALA_VERSION}/mimaReportBinaryIssues \
runtimeJVM${SCALA_VERSION}/mimaReportBinaryIssues \
compilerPluginJVM${SCALA_VERSION}/mimaReportBinaryIssues
| trueaccord/ScalaPB | mima.sh | Shell | apache-2.0 | 294 |
#!/usr/bin/env bash
# Copyright 2020 The TensorFlow 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... | tensorflow/recommenders-addons | tools/testing/parallel_gpu_execute.sh | Shell | apache-2.0 | 3,086 |
MApps
=====
Mobile App
| cveggalam/MApps | README.md | Markdown | apache-2.0 | 24 |
(function($) {
module("referenceReads1");
// Test case : Reference Reads 1
_asyncTest("Reference Reads 1", function()
{
expect(6);
GitanaTest.authenticateFullOAuth().then(function() {
var platform = this;
// create a few things
var repository = nu... | gitana/gitana-javascript-driver | tests/js/testReferenceReads1.js | JavaScript | apache-2.0 | 2,469 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>Uses of Class org.deidentifier.arx.aggregates.HierarchyBuilderDate.Format (ARX API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../.... | jgaupp/arx | doc/api/org/deidentifier/arx/aggregates/class-use/HierarchyBuilderDate.Format.html | HTML | apache-2.0 | 10,656 |
<html>
<body>
<table width="100%" height="100%" border="1">
<tr height="18">
<td width="20">_</td><td>_</td><td width="8">_</td><td width="50%">_</td><td width="50%">_</td><td width="20">_</td>
</tr>
<tr>
<td></td><td colspan="4" align="full">description</td>
</tr>
<... | drichan/xito | modules/launcher/src/main/resources/org/xito/launcher/jnlp/java_remote_layout.html | HTML | apache-2.0 | 1,062 |
-- CREATE DATABASE
CREATE DATABASE agile_metrics
WITH ENCODING='UTF8'
OWNER=postgres
CONNECTION LIMIT=-1;
-- Table: "user"
-- DROP TABLE "user";
CREATE TABLE "user"
(
id bigserial NOT NULL,
asana_id bigint,
name character varying(200),
email character varying(200),
photo_url character v... | brewinvaz/agile-metrics | database/ddl/create.sql | SQL | apache-2.0 | 1,422 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_60) on Tue Mar 29 13:02:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>play.db.jpa (Play! API)</ti... | play1-maven-plugin/play1-maven-plugin.github.io | external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.3.4/play/db/jpa/package-summary.html | HTML | apache-2.0 | 9,628 |
/* Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... | google/struct2tensor | struct2tensor/kernels/parquet/parquet_dataset_kernel.cc | C++ | apache-2.0 | 14,363 |
/*=========================================================================
Program: GDCM (Grassroots DICOM). A DICOM library
Copyright (c) 2006-2011 Mathieu Malaterre
All rights reserved.
See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
This software is distributed W... | RayRuizhiLiao/ITK_4D | Modules/ThirdParty/GDCM/src/gdcm/Source/Common/gdcmMD5.h | C | apache-2.0 | 1,568 |
$(function () {
var controller = new ScrollMagic.Controller({
globalSceneOptions: {
triggerHook: 'onLeave',
reverse: true
}
});
// $('.homepage .panel').each(function () {
// var element = $(this);
// console.log(element);
// new ... | shamroze/squarespace-gulp-scaffolding | sqs_template/scripts/parallax.js | JavaScript | apache-2.0 | 4,557 |
/*
* ====================================================================
* 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... | ra0077/jmeter | src/protocol/http/org/apache/jmeter/protocol/http/sampler/JMeterClientConnectionOperator.java | Java | apache-2.0 | 3,341 |
angular.module('aac.controllers.main', [])
/**
* Main layout controller
* @param $scope
*/
.controller('MainCtrl', function($scope, $rootScope, $location, Data, Utils) {
$scope.go = function(v) {
$location.path(v);
}
$scope.activeView = function(view) {
return view == $rootScope.currentView ? 'ac... | smartcommunitylab/AAC | src/main/resources/public/js/account/main.js | JavaScript | apache-2.0 | 3,561 |
# Callitris arenosa A. Cunn. ex R.T. Baker & H.G. Smith SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pinophyta/Pinopsida/Pinales/Cupressaceae/Callitris/Callitris columellaris/ Syn. Callitris arenosa/README.md | Markdown | apache-2.0 | 210 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Generic values</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="index.html" title="GObject Reference Manual">
<link rel... | jonnyniv/boost_converter | host/gui/GTK+/share/gtk-doc/html/gobject/gobject-Generic-values.html | HTML | apache-2.0 | 56,463 |
/*
* 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 ... | tophua/spark1.52 | core/src/main/scala/org/apache/spark/rdd/CartesianRDD.scala | Scala | apache-2.0 | 3,128 |
#!/bin/env python
import itertools
import collections
def read_table(filename):
with open(filename) as fp:
header = next(fp).split()
rows = [line.split()[1:] for line in fp if line.strip()]
columns = zip(*rows)
data = dict(zip(header, columns))
return data
table = read_table("../... | ketancmaheshwari/hello-goog | src/python/collectionsexample.py | Python | apache-2.0 | 718 |
package com.jota.patterns.singleton;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import com.jota.patterns.singleton.singleton.User;
public class MainActivity extends ... | jotaramirez90/Android-DesignPatterns | singleton/src/main/java/com/jota/patterns/singleton/MainActivity.java | Java | apache-2.0 | 1,406 |
# This file is part of the MapProxy project.
# Copyright (C) 2010 Omniscale <http://omniscale.de>
#
# 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... | Anderson0026/mapproxy | mapproxy/util/coverage.py | Python | apache-2.0 | 7,709 |
# Quamoclit multifida Raf. SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
New Fl. 4:57. 1838 "<I>Quamoctita</I>"
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Solanales/Convolvulaceae/Ipomoea/Ipomoea multifida/ Syn. Quamoclit multifida/README.md | Markdown | apache-2.0 | 215 |
package ru.maizy.ambient7.core.data
/**
* Copyright (c) Nikita Kovaliov, maizy.ru, 2016-2017
* See LICENSE.txt for details.
*/
import java.time.ZonedDateTime
case class Co2AggregatedLevels(
lowLevel: Int,
mediumLevel: Int,
highLevel: Int,
unknownLevel: Int,
from: ZonedDateTime,
to: ZonedDa... | maizy/ambient7 | core/src/main/scala/ru/maizy/ambient7/core/data/Co2AggregatedLevels.scala | Scala | apache-2.0 | 1,045 |
jQuery(function($) {
//smooth scroll
$('.navbar-nav > li.anchor').click(function(event) {
//event.preventDefault();
var target = $(this).find('>a').prop('hash');
$('#navbar .active').removeClass('active');
$(this).addClass('active');
$('html, body').animate({
scrollTop: $(target).offset().top
}, ... | clinm/visu-regions-autonomes-france | js/main.js | JavaScript | apache-2.0 | 656 |
// Licensed under the Apache License, Version 2.0
// Details: https://raw.githubusercontent.com/square/quotaservice/master/LICENSE
// Package memory implements token buckets in memory, inspired by the algorithms used in Guava's
// RateLimiter library - https://github.com/google/guava/blob/master/guava/src/com/google/c... | maniksurtani/quotaservice | buckets/memory/bucket.go | GO | apache-2.0 | 4,687 |
<?php
namespace Academe\Instructions;
use Academe\Contracts\Mapper\Executable;
abstract class BaseExecutable implements Executable
{
} | AaronJan/Academe | src/Academe/Instructions/BaseExecutable.php | PHP | apache-2.0 | 147 |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var STATIC_REG = /.*\.(png|jpe?g|gif|svg|woff2?|eot|ttf|otf)$/;
var VER_REG = /[\W][\d\w]+(?=\.\w+$)/;
var _default = function _default(req, res, next) {
var filePaths = req.url.split('/');
if (STATIC_REG.... | angrytoro/fetool | lib/server/middlewares/webpackStatic.js | JavaScript | apache-2.0 | 497 |
System.register([], function (exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
function toSnakeCase(camelCase) {
if (!camelCase) {
throw new Error("Please provide camelCase.");
}
return camelCase.replace(/([A-Z])/g, "-$1").toLowerCase();... | roelvanlisdonk/dev | apps/sportersonline/www/libraries/am/common/text/to.snake.case.js | JavaScript | apache-2.0 | 497 |
package com.gotcreations.emojilibrary.controller;
import android.animation.Animator;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Handler;
import androidx.annotation.DrawableRes;
import androidx.appcompat.widget.Toolbar;
import android.text.E... | ander7agar/emoji-keyboard | emoji-library/src/main/java/com/gotcreations/emojilibrary/controller/TelegramPanel.java | Java | apache-2.0 | 13,759 |
/**
* Copyright Pravega Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | pravega/pravega | controller/src/main/java/io/pravega/controller/server/eventProcessor/requesthandlers/AbortRequestHandler.java | Java | apache-2.0 | 5,395 |
# Halanthium purpureum (Moq.) Bunge 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/Caryophyllales/Chenopodiaceae/Halanthium/Halanthium purpureum/README.md | Markdown | apache-2.0 | 191 |
# Copyright (c) 2019 Infortrend Technology, 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
#
# ... | openstack/manila | manila/tests/share/drivers/infortrend/fake_infortrend_nas_data.py | Python | apache-2.0 | 13,722 |
import { createStore, applyMiddleware, compose } from 'redux'
import logger from 'redux-logger'
import thunkMiddleware from 'redux-thunk'
import rootReducer from './reducers'
const configureStore = () => {
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
return createStore(rootReduc... | AleksandrRogachev94/chat-vote-go-frontend | src/configureStore.js | JavaScript | apache-2.0 | 471 |
(function outer(modules, cache, entries){
/**
* Global
*/
var global = (function(){ return this; })();
/**
* Require `name`.
*
* @param {String} name
* @param {Boolean} jumped
* @api public
*/
function require(name, jumped){
if (cache[name]) return cache[name].exports;
if (mo... | wdamron/duo-jsx | test/exp_react.js | JavaScript | apache-2.0 | 1,625 |
/**
* Copyright 2011-2021 Asakusa Framework Team.
*
* 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... | asakusafw/asakusafw | hive-project/core-v2/src/test/java/com/asakusafw/directio/hive/serde/ValueSerdeFactoryTest.java | Java | apache-2.0 | 11,792 |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | dremio/dremio-oss | dac/ui/src/modules.d.ts | TypeScript | apache-2.0 | 689 |
/**
* Copyright 2015 The AMP HTML 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 require... | aghassemi/amphtml | extensions/amp-instagram/0.1/amp-instagram.js | JavaScript | apache-2.0 | 7,111 |
import arez.Arez;
import arez.ArezContext;
import arez.Component;
import arez.Disposable;
import arez.ObservableValue;
import arez.SafeProcedure;
import arez.component.DisposeNotifier;
import arez.component.Identifiable;
import arez.component.internal.ComponentKernel;
import java.text.ParseException;
import javax.annot... | realityforge/arez | processor/src/test/fixtures/expected/Arez_ObservableWithSpecificExceptionModel.java | Java | apache-2.0 | 6,870 |
namespace RoslynPad.Roslyn.Snippets
{
public sealed class SnippetInfo
{
public string Shortcut { get; }
public string Title { get; }
public string Description { get; }
public SnippetInfo(string shortcut, string title, string description)
{
Shortcut = shortc... | aelij/roslynpad | src/RoslynPad.Roslyn/Snippets/SnippetInfo.cs | C# | apache-2.0 | 407 |
/**
* Licensing arrangement (from website FAQ):
*
* The software is completely free for any purpose, unless notes at the
* head of the program text indicates otherwise (which is rare). In any
* case, the notes about licensing are never more restrictive than the
* BSD License.
*
*/
package com.novartis.pcs... | Novartis/ontobrowser | src/main/java/com/novartis/pcs/ontology/service/mapper/PorterStemmer.java | Java | apache-2.0 | 13,830 |
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or... | googleapis/python-resource-manager | samples/generated_samples/cloudresourcemanager_v3_generated_tag_keys_get_tag_key_async.py | Python | apache-2.0 | 1,477 |
<?php
/**
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
*/
namespace Magento\Sales\Model\Grid;
class CollectionUpdater implements \Magento\Framework\View\Layout\Argument\UpdaterInterface
{
/**
* @var \Magento\Framework\Registry
*/
protected $registryManager;
... | webadvancedservicescom/magento | app/code/Magento/Sales/Model/Grid/CollectionUpdater.php | PHP | apache-2.0 | 1,062 |
<!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_112) on Mon Nov 06 11:57:26 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | wildfly-swarm/wildfly-swarm-javadocs | 2017.11.0/apidocs/org/wildfly/swarm/config/messaging/activemq/server/class-use/BroadcastGroup.html | HTML | apache-2.0 | 17,090 |
// Copyright (C) 2017 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 t... | Qining/gapid | gapis/resolve/resource_data.go | GO | apache-2.0 | 4,307 |
<style type="text/css">
.placeholder {
display: none;
}
</style>
<div class="contentRight">
<div class="sanpham" style=" height: 100%; margin-top: 0">
<div class="row" style="margin: 5px">
<div class="page-header">
<h2><?php echo lang('form_checkout'); ?></h2>
</div>
<?php if (validation_errors()... | CaoLP/tranhviet | Code/tranhviet/gocart/themes/default/views/checkout/address_form.php | PHP | apache-2.0 | 11,288 |
/*
* Copyright 2014-2021 Sayi
*
* 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... | Sayi/poi-tl | poi-tl/src/main/java/com/deepoove/poi/xwpf/ParagraphContext.java | Java | apache-2.0 | 3,416 |
<!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_151) on Mon Jan 15 08:36:52 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | wildfly-swarm/wildfly-swarm-javadocs | 2018.1.0/apidocs/org/wildfly/swarm/config/undertow/class-use/Server.ServerResources.html | HTML | apache-2.0 | 7,292 |
/*
* 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 ... | avinogradovgg/ignite | modules/core/src/main/java/org/apache/ignite/internal/portable/PortableThreadLocalMemoryAllocator.java | Java | apache-2.0 | 4,612 |
package BinaryTreeLevelOrderTraversal;
import org.junit.Test;
import java.util.List;
import static org.assertj.core.api.Assertions.assertThat;
public class BinaryTreeLevelOrderTraversalSolutionTest {
private BinaryTreeLevelOrderTraversalSolution solution = new BinaryTreeLevelOrderTraversalSolution();
@Te... | mengdd/LeetCode | algorithms/src/test/java/BinaryTreeLevelOrderTraversal/BinaryTreeLevelOrderTraversalSolutionTest.java | Java | apache-2.0 | 2,013 |
package cn.aezo.spring.base.annotation.combineannotation;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.a... | oldinaction/smjava | javaee/spring/src/main/java/cn/aezo/spring/base/annotation/combineannotation/WiselyConfiguration.java | Java | apache-2.0 | 607 |
.ff0{font-family:sans-serif;visibility:hidden;}
@font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.534180;font-style:normal;font-weight:normal;visibility:visible;}
@font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:1.456055;font-style:n... | braindumps/all_braindumps | 300-209.css | CSS | apache-2.0 | 7,131 |
var addressBar = element(by.css("#addressBar")),
url = 'http://www.example.com/base/ratingList.html#!/path?a=b#h';
it("should show fake browser info on load", function(){
expect(addressBar.getAttribute('value')).toBe(url);
expect(element(by.binding('$location.protocol()')).getText()).toBe('http');
expect(e... | lvkklemo/shopApp | library/angular-1.4.9/docs/examples/example-location-hashbang-mode/protractor.js | JavaScript | apache-2.0 | 2,038 |
/*
* Copyright 2006-2011 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requi... | sbower/kuali-rice-1 | it/kew/src/test/java/org/kuali/rice/kew/xml/export/GroupXmlExporterTest.java | Java | apache-2.0 | 4,009 |
# AUTOGENERATED FILE
FROM balenalib/imx8m-var-dart-ubuntu:xenial-run
ENV NODE_VERSION 15.14.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --keyserver keyserver.pg... | nghiant2710/base-images | balena-base-images/node/imx8m-var-dart/ubuntu/xenial/15.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,918 |
/**
* Copyright 2015 Smart Society Services 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://www.apache.org/licenses/LICENSE-2.0
*/
package com.alliander.osgp.core.infra... | wernerb/Platform | osgp-core/src/main/java/com/alliander/osgp/core/infra/jms/protocol/in/ProtocolResponseMessageJmsTemplateFactory.java | Java | apache-2.0 | 2,471 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<style>
a:link {
color: #1976d2;
text-decoration: none;
}
</style>
</head>
<body>
<ul>
<li><code>Delete icon</code> by <a href="h... | CarloRodriguez/AlarmOn | app/src/main/assets/art.html | HTML | apache-2.0 | 1,601 |
package com.codedpoetry.maven.dockerplugin.templates;
import java.io.StringWriter;
import java.util.Map;
public interface TemplateRenderer {
StringWriter renderTemplate(String templateUrl, Map context);
} | fllaca/docker-maven-plugin | src/main/java/com/codedpoetry/maven/dockerplugin/templates/TemplateRenderer.java | Java | apache-2.0 | 209 |
package st.domain.quitanda.client.model.contract;
/**
* Created by Daniel Costa at 8/27/16.
* Using user computer xdata
*/
public interface TypePayment
{
public int getDataBaseId();
}
| danie555costa/Quitanda | app/src/main/java/st/domain/quitanda/client/model/contract/TypePayment.java | Java | apache-2.0 | 192 |
package example.repo;
import example.model.Customer1794;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer1794Repository extends CrudRepository<Customer1794, Long> {
List<Customer1794> findByLastName(String lastName);
}
| spring-projects/spring-data-examples | jpa/deferred/src/main/java/example/repo/Customer1794Repository.java | Java | apache-2.0 | 284 |
"use strict";
define(["lib/three.min"], function() {
var Reality = function(sourceCanvas){
// Create a default camera and scene.
var camera = new THREE.Camera();
var scene = new THREE.Scene();
// Create a plane geometry to hold the sourceCanvas texture
var geometry = new T... | xsoh/3DKabah | arview.js | JavaScript | apache-2.0 | 3,251 |
# Agrimonia viscidula Bunge SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Agrimonia/Agrimonia viscidula/README.md | Markdown | apache-2.0 | 175 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.