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 |
|---|---|---|---|---|---|
FORMAT: 1A
# Taskify API
This is the API Blueprint file for Taskify API.
# Group Tasks
## Task Collection [/tasks]
A collection of Tasks objects
### List all Tasks [GET]
Retrieve a collection of Tasks
+ Response 200 (application/json)
+ Body
[
{
"id": 1,
... | rrgarciach/taskify-ionic | api-blueprints/taskify.md | Markdown | apache-2.0 | 1,461 |
using Google.GData.YouTube;
using NUnit.Framework;
namespace Google.GData.Client.UnitTests.YouTube
{
/// <summary>
///This is a test class for PositionTest and is intended
///to contain all PositionTest Unit Tests
///</summary>
[TestFixture]
[Category("YouTube")]
public class PositionTest... | jonny-novikov/google-gdata | src/unittests/youtube/PositionTest.cs | C# | apache-2.0 | 2,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 (version 1.7.0_51) on Thu Apr 28 18:37:57 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.cql3.restrictions.MultiColumnRestriction.IN (apache-c... | elisska/cloudera-cassandra | DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html | HTML | apache-2.0 | 7,347 |
package org.http4s
package headers
class LinkSpec extends HeaderLaws {
// FIXME Uri does not round trip properly: https://github.com/http4s/http4s/issues/1651
// checkAll(name = "Link", headerLaws(Link))
"parse" should {
"accept format RFC 5988" in {
val link = """</feed>; rel="alternate"; type="text/... | ChristopherDavenport/http4s | tests/src/test/scala/org/http4s/headers/LinkSpec.scala | Scala | apache-2.0 | 1,696 |
/*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | googleapis/java-dialogflow-cx | proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AdvancedSettingsProto.java | Java | apache-2.0 | 4,476 |
// Copyright 2018 The Oppia 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 ap... | souravbadami/oppia | core/templates/dev/head/domain/suggestion/SuggestionThreadObjectFactorySpec.ts | TypeScript | apache-2.0 | 4,690 |
#!/usr/bin/env python
from random import choice
from python.decorators import euler_timer
SQUARES = ["GO",
"A1", "CC1", "A2", "T1", "R1", "B1", "CH1", "B2", "B3",
"JAIL",
"C1", "U1", "C2", "C3", "R2", "D1", "CC2", "D2", "D3",
"FP",
"E1", "CH2", "E2", "E3", "R3",... | dhermes/project-euler | python/complete/no084.py | Python | apache-2.0 | 4,565 |
# Chlorobotryaceae FAMILY
#### Status
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Chromista/Ochrophyta/Eustigmatophyceae/Chlorobotryaceae/README.md | Markdown | apache-2.0 | 181 |
/*
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_bit_defs.h"
/// Mask of interrupts sending to the host.
typedef enum {
SDIO_SLAVE_HOSTINT_BIT0 = BIT(0), ///< General purpose interrupt bit 0.
SDIO_SLAVE_HOST... | espressif/esp-idf | components/hal/include/hal/sdio_slave_types.h | C | apache-2.0 | 1,611 |
package rds
//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
//distribut... | xiaozhu36/terraform-provider | vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rds/describe_sql_log_files.go | GO | apache-2.0 | 4,727 |
#
# Cookbook Name:: bcpc
# Recipe:: diamond
#
# Copyright 2013, Bloomberg Finance L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unles... | agilemobiledev/chef-bcpc | cookbooks/bcpc/recipes/diamond.rb | Ruby | apache-2.0 | 2,355 |
import { promises as fsPromises } from 'fs';
import { expect } from 'chai';
describe('Verify stryker runs with mocha < 6', () => {
let strykerLog: string;
before(async () => {
strykerLog = await fsPromises.readFile('./stryker.log', 'utf8');
});
it('should warn about old mocha version', async () => {
... | stryker-mutator/stryker | e2e/test/mocha-old-version/verify/verify.ts | TypeScript | apache-2.0 | 486 |
# AUTOGENERATED FILE
FROM balenalib/asus-tinker-edge-t-fedora:34-run
ENV NODE_VERSION 16.14.0
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... | resin-io-library/base-images | balena-base-images/node/asus-tinker-edge-t/fedora/34/16.14.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,751 |
import React from 'react';
import RadioButton from '../RadioButton';
import { mount } from 'enzyme';
const render = (props) => mount(
<RadioButton
{...props}
className="extra-class"
name="test-name"
value="test-value"
/>
);
describe('RadioButton', () => {
describe('renders as expected', () => {
... | hellobrian/carbon-components-react | components/__tests__/RadioButton-test.js | JavaScript | apache-2.0 | 3,213 |
/**
* Copyright (C) 2010-2013 Alibaba Group Holding Limited
* <p/>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
*... | tgou/RocketMQ | rocketmq-client/src/main/java/com/alibaba/rocketmq/client/impl/consumer/ProcessQueue.java | Java | apache-2.0 | 12,629 |
% Environment Variables
Cargo sets and reads a number of environment variables which your code can detect
or override. Here is a list of the variables Cargo sets, organized by when it interacts
with them:
# Environment variables Cargo reads
You can override these environment variables to change Cargo's behavior on y... | mark-buer/cargo | src/doc/environment-variables.md | Markdown | apache-2.0 | 4,625 |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using FeedProcessor.Contra... | stimulant/SocialStream | FeedProcessor/Feeds/TwitterStreamingFeed.cs | C# | apache-2.0 | 11,420 |
/*
* 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... | webos21/xi | java/jcl/src/java/javax/crypto/spec/SecretKeySpec.java | Java | apache-2.0 | 5,286 |
#!/bin/bash
exec puppet agent --no-daemonize --server puppet --logdest console --verbose
| ungerts/docker-puppet | agent/scripts/puppet.sh | Shell | apache-2.0 | 89 |
/**
* 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... | shot/hadoop-source-reading | src/test/org/apache/hadoop/hdfs/server/namenode/CreateEditsLog.java | Java | apache-2.0 | 7,159 |
// Copyright 2015 The Cockroach 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 ag... | jamesgraves/cockroach | util/log/structured.go | GO | apache-2.0 | 4,615 |
# Enterovibrio Thompson et al., 2002 GENUS
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
International Journal of Systematic and Evolutionary Microbiology 52: -. [2015-2022]
#### Original name
null
### Remarks
null | mdoering/backbone | life/Bacteria/Proteobacteria/Gammaproteobacteria/Vibrionales/Vibrionaceae/Enterovibrio/README.md | Markdown | apache-2.0 | 270 |
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace JFrog.Artifactory.Model
{
/// <summary>
/// Artifactory MsBuild info model
/// </summary>
public class Build
{
public readonly static string STARTED_FORMAT = "{0}";//.000+0000";
public readonly static ... | nilleb/msbuild-artifactory-plugin | msbuild-artifactory-plugin/Model/Build.cs | C# | apache-2.0 | 9,387 |
/*
* 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-datapipeline/src/main/java/com/amazonaws/services/datapipeline/model/transform/DeactivatePipelineResultJsonUnmarshaller.java | Java | apache-2.0 | 1,666 |
/**
* Copyright 2015 Netflix, 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 ... | pstout/spectator | spectator-ext-placeholders/src/main/java/com/netflix/spectator/placeholders/PlaceholderId.java | Java | apache-2.0 | 2,369 |
# Copyright 2022 OpenStack Foundation
#
# 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 ... | stackforge/tacker | tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py | Python | apache-2.0 | 1,237 |
# Prunus brachypoda var. eglandulosa W.C.Cheng VARIETY
#### Status
DOUBTFUL
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Prunus/Prunus brachypoda/Prunus brachypoda eglandulosa/README.md | Markdown | apache-2.0 | 202 |
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, b... | arief-hidayat/imms-bootstrap | grails-app/assets/stylesheets/application.css | CSS | apache-2.0 | 466 |
/*
* Copyright 2014 - 2016 Real Logic 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 law or agr... | tbrooks8/Aeron | aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java | Java | apache-2.0 | 6,539 |
/* */ package com.webbuilder.interact;
/* */
/* */ import com.webbuilder.controls.Query;
/* */ import com.webbuilder.utils.CompressUtil;
/* */ import com.webbuilder.utils.DateUtil;
/* */ import com.webbuilder.utils.DbUtil;
/* */ import com.webbuilder.utils.FileUtil;
/* */ import ... | fuhongliang/partmanager | src/com/webbuilder/interact/Explorer.java | Java | apache-2.0 | 36,158 |
package org.fax4j.spi.email;
import java.io.IOException;
import javax.mail.Message;
import javax.mail.Transport;
import org.fax4j.FaxException;
import org.fax4j.FaxJob;
import org.fax4j.common.Logger;
import org.fax4j.spi.AbstractFax4JClientSpi;
import org.fax4j.util.Connection;
import org.fax4j.util.ReflectionHelper;... | ZhernakovMikhail/fax4j | src/main/java/org/fax4j/spi/email/AbstractMailFaxClientSpi.java | Java | apache-2.0 | 15,447 |
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - quantum_computing_abstract.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2008 Davis E. King (davis@dlib.net)
</font><font color='#009900... | Nekel-Seyew/Complex-3D-Vector-Fields | dlib-18.18/docs/dlib/quantum_computing/quantum_computing_abstract.h.html | HTML | apache-2.0 | 33,641 |
package fr.javatronic.blog.massive.annotation1.sub1;
import fr.javatronic.blog.processor.Annotation_001;
@Annotation_001
public class Class_1435 {
}
| lesaint/experimenting-annotation-processing | experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_1435.java | Java | apache-2.0 | 151 |
/*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.validator.test.internal.engine.messageinterpolation;
import static org.hibernat... | shahramgdz/hibernate-validator | engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java | Java | apache-2.0 | 4,239 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Cats.Helpers;
using Cats.Models;
using Cats.Models.PSNP;
using Cats.Data;
using Cats.Services.Administration;
using Cats.Services.PSNP;
using Cats.Services.Secur... | ndrmc/cats | Web/Areas/PSNP/Controllers/RegionalPSNPPlanController.cs | C# | apache-2.0 | 12,466 |
<!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_80) on Thu Jun 18 14:08:33 EDT 2015 -->
<title>UpdateStatement (apache-cassandra API)</title>
<meta name="date" content="2015-06-18">
<... | anuragkapur/cassandra-2.1.2-ak-skynet | apache-cassandra-2.0.16/javadoc/org/apache/cassandra/cql/UpdateStatement.html | HTML | apache-2.0 | 31,563 |
/*
* 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 ... | aljoscha/giraph | src/main/java/org/apache/giraph/benchmark/ShortestPathsBenchmark.java | Java | apache-2.0 | 5,455 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gtk;
namespace SailorsTab.Common
{
public class UIHelper
{
public static void ShowErrorDialog(Gtk.Widget parent, string message, params object[] parameters)
{
MessageDialog messa... | reinkrul/SailorsTab | SailorsTab.Common/UIHelper.cs | C# | apache-2.0 | 1,446 |
# NetApp Data ONTAP device module
[](https://coveralls.io/r/fatmcgav/fatmcgav-netapp?branch=develop)
####Table of Contents
1. [Overview](#overview)
1. [Module Description](#module-description)
1. [Setup](#setup)
* [Re... | ccaum/puppetlabs-netapp | README.markdown | Markdown | apache-2.0 | 23,418 |
using FluentAssertions;
using Nest.Tests.MockData.Domain;
using NUnit.Framework;
namespace Nest.Tests.Integration.Template
{
[TestFixture]
public class TemplateTests : IntegrationTests
{
[Test]
public void SimplePutAndGet()
{
this.Client.DeleteTemplate("put-template-with-settings");
var putResponse... | Grastveit/NEST | src/Tests/Nest.Tests.Integration/Template/TemplateTests.cs | C# | apache-2.0 | 3,870 |
//
// ========================================================================
// Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | xmpace/jetty-read | jetty-spdy/spdy-core/src/main/java/org/eclipse/jetty/spdy/parser/CredentialBodyParser.java | Java | apache-2.0 | 9,058 |
# Stephanotis acuminata Brongn. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Asclepiadaceae/Stephanotis/Stephanotis acuminata/README.md | Markdown | apache-2.0 | 179 |
package com.ctrip.xpipe.redis.core.protocal;
/**
* @author wenchao.meng
*
* 2016年3月24日 下午6:27:48
*/
public interface RedisProtocol {
int REDIS_PORT_DEFAULT = 6379;
int KEEPER_PORT_DEFAULT = 6380;
int RUN_ID_LENGTH = 40;
String CRLF = "\r\n";
String OK = "OK";
String KEEPER_ROLE_PREFIX = "keeperrole";
... | ctripcorp/x-pipe | redis/redis-core/src/main/java/com/ctrip/xpipe/redis/core/protocal/RedisProtocol.java | Java | apache-2.0 | 432 |
<?
namespace CodeCraft;
use CodeCraft\Helpers\LanguageLink;
class SiteRouter
{
private $language = [];
private $defaultLanguage = 'ru';
private $languageUrlMap = [];
private $languageList = ['ru' => ['ru',
'be',
... | code-craft-ru/bx-features | local/php_interface/include/classes/CodeCraft/SiteRouter.php | PHP | apache-2.0 | 3,685 |
//
// YRMConst.h
// Budejie
//
// Created by 叶仁明 on 2017/2/6.
// Copyright © 2017年 叶仁明. All rights reserved.
//
#import <UIKit/UIKit.h>
UIKIT_EXTERN CGFloat const YRMTitlesViewH;
UIKIT_EXTERN CGFloat const YRMTitlesViewY;
UIKIT_EXTERN CGFloat const YRMTopicCellTextY;
UIKIT_EXTERN CGFloat const YRMTopicCellBottomT... | yrming/Budejie-iOS | Budejie/Budejie/Classes/Other/YRMConst.h | C | apache-2.0 | 636 |
package com.pi.xerosync.dbconnect;
/**
* User: thomas Date: 18/02/14
*/
public interface XeroCredentials {
String getXeroConsumerKey();
String getXeroConsumerSecret();
String getPrivateKeyPath();
}
| tom-haines/patricia-xero-sync | patricia-xero-webapp/src/main/java/com/pi/xerosync/dbconnect/XeroCredentials.java | Java | apache-2.0 | 207 |
# Eucalyptus laevis L.A.S. Johnson & K.D. Hill 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/Myrtales/Myrtaceae/Eucalyptus/Eucalyptus laevis/README.md | Markdown | apache-2.0 | 202 |
# Sarcophyllis J.G. Agardh, 1876 GENUS
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Rhodophyta/Florideophyceae/Gigartinales/Dumontiaceae/Sarcophyllis/README.md | Markdown | apache-2.0 | 186 |
# Melasmia spiralis Petr. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Sydowia 7(1-4): 149 (1953)
#### Original name
Melasmia spiralis Petr.
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Rhytismatales/Rhytismataceae/Melasmia/Melasmia spiralis/README.md | Markdown | apache-2.0 | 197 |
# Sylphia cabellensis (Rchb.f.) Luer SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Specklinia/Specklinia cabellensis/ Syn. Sylphia cabellensis/README.md | Markdown | apache-2.0 | 191 |
# Eucalyptus hawkeri Rule SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Myrtaceae/Eucalyptus/Eucalyptus hawkeri/README.md | Markdown | apache-2.0 | 173 |
# Agaricus croceo-caeruleus Pers. SPECIES
#### Status
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Agaricus croceo-caeruleus Pers.
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Cortinariaceae/Cortinarius/Cortinarius croceocaeruleus/ Syn. Agaricus croceo-caeruleus/README.md | Markdown | apache-2.0 | 190 |
# Flotowia Endl. 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/Flotowia/README.md | Markdown | apache-2.0 | 162 |
# Scindapsus cuscuaria (Aubl.) C.Presl 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/Liliopsida/Alismatales/Araceae/Scindapsus/Scindapsus cuscuaria/README.md | Markdown | apache-2.0 | 194 |
# Urera aurantiaca Wedd. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Urticaceae/Urera/Urera aurantiaca/README.md | Markdown | apache-2.0 | 172 |
# Decaneurum epilejum DC. 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/Asterales/Asteraceae/Phyllocephalum scabridum/ Syn. Decaneurum epilejum/README.md | Markdown | apache-2.0 | 180 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Wed Aug 28 02:24:21 PDT 2013 -->
<TITLE>
ActivityChooserModel.ActivitySorter
</TITLE>
<META NAME="date" CONTENT="2013-08-28">
<LINK REL ="st... | mkolbly/MortgageComparerProject | support/v7/appcompat/docs/android-support-v7-appcompat/android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html | HTML | apache-2.0 | 10,363 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Editors</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport... | Tjiahong/AdminLTE | pages/forms/editors.html | HTML | apache-2.0 | 34,146 |
# coding=utf-8
# Copyright 2022 The Tensor2Tensor 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... | tensorflow/tensor2tensor | tensor2tensor/data_generators/image_utils.py | Python | apache-2.0 | 14,495 |
/// <reference path='fourslash.ts' />
// @BaselineFile: bpSpan_interface.baseline
// @Filename: bpSpan_interface.ts
////interface I {
//// property: string;
//// method(): number;
//// (a: string): string;
//// new (a: string): I;
//// [a: number]: number;
////}
////module m {
//// interface I1 {
///... | freedot/tstolua | tests/cases/fourslash/breakpointValidationInterface.ts | TypeScript | apache-2.0 | 738 |
package main.java;
public class SelectionSort9 {
public static <T extends Comparable<T>> void sort(final T[] a) {
for (int i = 0; i < a.length - 1; i++) {
int min = i;
for (int j = i + 1; j < a.length; j++) {
if (a[j].compareTo(a[min]) < 0) {
min = j;
}
}
if (i != min) {
final T tmp... | peteriliev/kata | SelectionSort/src/main/java/SelectionSort9.java | Java | apache-2.0 | 381 |
package com.sequenceiq.environment.api.v1.environment.model.response;
import java.io.Serializable;
import com.sequenceiq.environment.api.doc.environment.EnvironmentModelDescription;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel("EnvironmentAuthenticationV1Response... | hortonworks/cloudbreak | environment-api/src/main/java/com/sequenceiq/environment/api/v1/environment/model/response/EnvironmentAuthenticationResponse.java | Java | apache-2.0 | 2,539 |
/*
* This file is part of "lunisolar-magma".
*
* (C) Copyright 2014-2022 Lunisolar (http://lunisolar.eu/).
*
* 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.o... | lunisolar/magma | magma-func/src/main/java/eu/lunisolar/magma/func/predicate/LBiObjLongPredicate.java | Java | apache-2.0 | 60,660 |
/*
* Copyright 2012-2018 Christophe Friederich
*
* 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... | devacfr/reflow-maven-skin | reflow-velocity-tools/src/main/java/org/devacfr/maven/skins/reflow/context/Context.java | Java | apache-2.0 | 9,918 |
/*
* 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 n... | andytaylor/activemq-artemis | tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLKerb5Test.java | Java | apache-2.0 | 8,618 |
# 3rd Year Main Project
# Design Document
Check out the [Wiki](https://github.com/ianburkeixiv/ThirdYearProject/wiki) for the design document
# Video
Click [here](https://youtu.be/jd0N7RG_bnA) to check out the video I uploaded on Youtube showing how to run the application.
# Installation and Configuration Manual
Dow... | ianburkeixiv/ThirdYearProject | README.md | Markdown | apache-2.0 | 3,883 |
"""
Generate a toy dataset for the matrix factorisation case, and store it.
We use dimensions 100 by 50 for the dataset, and 10 latent factors.
As the prior for U and V we take value 1 for all entries (so exp 1).
As a result, each value in R has a value of around 20, and a variance of 100-120.
For contrast, the San... | ThomasBrouwer/BNMTF | data_toy/bnmf/generate_bnmf.py | Python | apache-2.0 | 3,430 |
/*
Copyright IBM Corp. 2016 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... | blockc/fabric | orderer/common/deliver/deliver_test.go | GO | apache-2.0 | 19,021 |
using Artemis.System;
using IHateRectangles.Screens;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace IHateRectangles
{
public class MenuScreen : Screen
{
private SpriteBatch _spriteBatch;
... | SoulBeaver/i-hate-rectangles | IHateRectangles/IHateRectangles/Screens/MenuScreen.cs | C# | apache-2.0 | 1,784 |
###############################################################################
##
## Description:
## Test with ibv_rc_pingpong, perf and rping between 2 Guests on the same Hosts
##
## Revision:
## v1.0.0 - ldu - 12/04/2018 - Build the script
##
########################################################################... | HiRoySoft/ESX-LISA | testscripts/rdma_tools_test_same_host.ps1 | PowerShell | apache-2.0 | 9,706 |
package org.easyaccess.nist;
import java.io.File;
import java.util.HashMap;
import java.util.Locale;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.os.Bundle;
import a... | saurabh2590/NIST-Voting-Tablet | src/org/easyaccess/nist/HomeScreenActivity.java | Java | apache-2.0 | 13,985 |
//
// ÀÌ ÆÄÀÏÀº JAXB(JavaTM Architecture for XML Binding) ÂüÁ¶ ±¸Çö 2.2.8-b130911.1802 ¹öÀüÀ» ÅëÇØ »ý¼ºµÇ¾ú½À´Ï´Ù.
// <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>¸¦ ÂüÁ¶ÇϽʽÿÀ.
// ÀÌ ÆÄÀÏÀ» ¼öÁ¤ÇÏ¸é ¼Ò½º ½ºÅ°¸¶¸¦ ÀçÄÄÆÄÀÏÇÒ ¶§ ¼öÁ¤ »çÇ×ÀÌ ¼Õ½ÇµË´Ï´Ù.
// »ý¼º ³¯Â¥: 2015.07.30 ½Ã°£ 02:38:1... | gs1oliot/gs1source | DataAggregator/src/main/java/org/gs1/source/tsd/TSDAttributeValuePairListType.java | Java | apache-2.0 | 2,392 |
dwtest
======
dwtest
| declanwilson/dwtest | README.md | Markdown | apache-2.0 | 22 |
<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GraphBuilde... | Cray/graphbuilder | docs/html/functions_0x75.html | HTML | apache-2.0 | 7,337 |
/**
* 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... | yahoojapan/multiple-dimension-spread | src/hive/src/main/java/jp/co/yahoo/dataplatform/mds/hadoop/hive/io/vector/IDecimalPrimitiveSetter.java | Java | apache-2.0 | 1,217 |
using System;
namespace Benchy.Framework
{
/// <summary>
/// Represents a breakdown of TimeSpan values.
/// </summary>
public interface IDataBreakout
{
/// <summary>
/// The minimum value of the breakout.
/// </summary>
TimeSpan RangeMinValue { get; set; ... | cmbrown1598/Benchy | Benchy/IDataBreakout.cs | C# | apache-2.0 | 818 |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.fileTypes.impl;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.fileTypes.ExtensionFileNameMatcher;
import com.intellij.op... | mdaniel/intellij-community | platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/RemovedMappingTracker.java | Java | apache-2.0 | 8,518 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_11) on Fri Apr 30 11:06:46 CST 2010 -->
<TITLE>
com.siemens.cmiv.avt.mvt.io
</TITLE>
<META NAME="date" CONTENT="2010-04-30">
<LINK REL ="stylesheet... | OpenXIP/avt-mvt | doc/com/siemens/cmiv/avt/mvt/io/package-summary.html | HTML | apache-2.0 | 8,141 |
{% extends "soc/models/edit.html" %}
{% comment %}
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... | jamslevy/gsoc | app/soc/templates/soc/role/edit.html | HTML | apache-2.0 | 1,685 |
# Phoma capreae (DC.) Höhn., 1917 SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Sphaeria capreae DC., 1815
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Linospora/Linospora saligna/ Syn. Phoma capreae/README.md | Markdown | apache-2.0 | 211 |
# -*- coding: utf-8 -*-
# Copyright 2014, 2015 Metaswitch Networks
#
# 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 ap... | nbartos/calico | calico/felix/test/stub_utils.py | Python | apache-2.0 | 1,545 |
/*******************************************************************************
* Copyright [2016] [Quirino Brizi (quirino.brizi@gmail.com)]
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | quirinobrizi/actio | webservices/modeler/src/main/java/org/actio/modeler/domain/repository/ModelRepository.java | Java | apache-2.0 | 1,108 |
/*
* 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 ... | kl0u/flink | flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/declarative/allocator/TestSlotInfo.java | Java | apache-2.0 | 1,853 |
<?php include("inc_header.php"); ?>
<?php include("inc_lang_detect.php"); ?>
<!-- Inner Page 4404 Error -->
<div class="container">
<div class="inner-error">
<h3><strong>HTTP 404<strong></h3>
<?php if (getDefaultLanguage() == "pt-br") { ?>
<h3 >Objeto não encontrado!</h3... | soujava/cafe-brasil | 404_HTTP_NOT_FOUND.php | PHP | apache-2.0 | 890 |
# Sarcodia platycarpa Harvey ex Grunow SPECIES
#### Status
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Rhodophyta/Florideophyceae/Halymeniales/Halymeniaceae/Halymenia/Halymenia platycarpa/ Syn. Sarcodia platycarpa/README.md | Markdown | apache-2.0 | 193 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package beans;
import java.io.Serializable;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
*
* @author Chema
*/
@Component
public class Persona implem... | xroca/planFormacionJava | spring/Web/AnotacionesWebMaven/src/main/java/beans/Persona.java | Java | apache-2.0 | 909 |
# Carex tristis M.Bieb. SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Fl. taur. -caucas. 3:615. 1819
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Carex/Carex tristis/README.md | Markdown | apache-2.0 | 205 |
import { Component } from '@angular/core';
import {ROUTER_DIRECTIVES, RouteData} from '@angular/router-deprecated';
import {TravelFormComponent} from "./travel-form.component";
import {NavbarComponent} from '../../shared/index';
@Component({
selector: "home",
templateUrl: 'app/home/components/home.component.h... | WALK-fr/kuzzle-walk | app/home/components/home.component.ts | TypeScript | apache-2.0 | 741 |
/*
* 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 ... | kojish/hdinsight-spark-livy-client | src/main/java/delsh/livy/SessionKind.java | Java | apache-2.0 | 1,484 |
package com.openthinks.libs.utilities.lookup;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Optional;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import com.openthinks.libs.utilities.Checker;
impo... | daileyet/openlibs.utilities | src/main/java/com/openthinks/libs/utilities/lookup/LookupPool.java | Java | apache-2.0 | 11,805 |
package com.arges.sepan.argmusicplayer.Callbacks;
import com.arges.sepan.argmusicplayer.Models.ArgAudio;
//Interfaces
public interface OnPreparedListener {
void onPrepared(ArgAudio audio, int duration);
}
| mergehez/ArgPlayer | argmusicplayer/src/main/java/com/arges/sepan/argmusicplayer/Callbacks/OnPreparedListener.java | Java | apache-2.0 | 211 |
package io.monocycle.agent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotatio... | monocycle/monocycle-agent | src/main/java/io/monocycle/agent/AgentApplication.java | Java | apache-2.0 | 847 |
#device-check, #landing-device-check {
background: #000000;
}
/****** landing start ******/
.landing-logo-container {
width: 100%;
height: 140px;
margin: 0 auto 10px auto;
padding-top: 15px;
background: rgba(0, 0, 0, 0.5);
}
.landing-logo {
width: 130px;
height: 125px;
}
.landing-social-container {
positio... | milosmns/Timecrypt | WebClient/assets/css/mobile.css | CSS | apache-2.0 | 1,931 |
/*
* 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 ... | CodingCat/mxnet | src/operator/nn/mkldnn/mkldnn_batch_norm-inl.h | C | apache-2.0 | 17,404 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.239
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------... | WillSams/aspnet_mvc3_springnhibernate | src/web/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 2,894 |
/*
* Copyright 2014 Waratek 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 law or agr... | waratek/spiracle | src/main/java/com/waratek/spiracle/sql/servlet/oracle/Get_string_no_quote.java | Java | apache-2.0 | 2,885 |
module.exports = function(fancyRequire) {
fancyRequire('merchant_row');
};
| loop-recur/moo-phone | Resources/views/views.js | JavaScript | apache-2.0 | 77 |
package fr.xebia.unittestwithdagger;
import android.widget.TextView;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.Robolectric;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.annotation.Config;
import fr.xebia.unittestwithdagger.internal... | florent37/UnitTestWithDagger | app/src/test/java/fr/xebia/unittestwithdagger/UserActivityTest.java | Java | apache-2.0 | 1,254 |
great_rsd(p1,ee1).
great_rsd(g1,dd1).
great_rsd(e1,x1).
great_rsd(e1,f1).
great_rsd(t1,m1).
great_rsd(u1,t1).
great_rsd(w1,dd1).
great_rsd(p1,m1).
great_rsd(p1,h1).
great_rsd(ee1,g1).
great_rsd(ee1,dd1).
great_rsd(f1,hh1).
great_rsd(w1,m1).
great_rsd(u1,q1).
great_rsd(q1,ee1).
great_rsd(cc1,dd1).
great_rsd(f1,g1).
grea... | manoelfranca/cilppp | foldsCreator/files/datasets/alzheimer_scopolamine_noiseless/incremental3/train9.f | FORTRAN | apache-2.0 | 1,630 |
import { PluginMeta } from '@savantly/sprout-api';
export const validatePluginJson = (pluginJson: any) => {
if (!pluginJson.id) {
throw new Error('Plugin id is missing in plugin.json');
}
if (!pluginJson.info) {
throw new Error('Plugin info node is missing in plugin.json');
}
if (!pluginJson.info.v... | savantly-net/sprout-platform | frontend/tools/sprout-toolkit/src/config/utils/pluginValidation.ts | TypeScript | apache-2.0 | 970 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.