repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
rrgarciach/taskify-ionic
api-blueprints/taskify.md
1461
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, ...
apache-2.0
jonny-novikov/google-gdata
src/unittests/youtube/PositionTest.cs
2100
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...
apache-2.0
elisska/cloudera-cassandra
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/cql3/restrictions/class-use/MultiColumnRestriction.IN.html
7347
<!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...
apache-2.0
ChristopherDavenport/http4s
tests/src/test/scala/org/http4s/headers/LinkSpec.scala
1696
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/...
apache-2.0
googleapis/java-dialogflow-cx
proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AdvancedSettingsProto.java
4476
/* * 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 ...
apache-2.0
souravbadami/oppia
core/templates/dev/head/domain/suggestion/SuggestionThreadObjectFactorySpec.ts
4690
// 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...
apache-2.0
dhermes/project-euler
python/complete/no084.py
4565
#!/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",...
apache-2.0
mdoering/backbone
life/Chromista/Ochrophyta/Eustigmatophyceae/Chlorobotryaceae/README.md
181
# Chlorobotryaceae FAMILY #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
apache-2.0
espressif/esp-idf
components/hal/include/hal/sdio_slave_types.h
1611
/* * 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...
apache-2.0
xiaozhu36/terraform-provider
vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rds/describe_sql_log_files.go
4727
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...
apache-2.0
agilemobiledev/chef-bcpc
cookbooks/bcpc/recipes/diamond.rb
2355
# # 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...
apache-2.0
stryker-mutator/stryker
e2e/test/mocha-old-version/verify/verify.ts
486
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 () => { ...
apache-2.0
resin-io-library/base-images
balena-base-images/node/asus-tinker-edge-t/fedora/34/16.14.0/run/Dockerfile
2751
# 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...
apache-2.0
hellobrian/carbon-components-react
components/__tests__/RadioButton-test.js
3213
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', () => { ...
apache-2.0
tgou/RocketMQ
rocketmq-client/src/main/java/com/alibaba/rocketmq/client/impl/consumer/ProcessQueue.java
12629
/** * 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/> *...
apache-2.0
mark-buer/cargo
src/doc/environment-variables.md
4625
% 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...
apache-2.0
stimulant/SocialStream
FeedProcessor/Feeds/TwitterStreamingFeed.cs
11420
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...
apache-2.0
webos21/xi
java/jcl/src/java/javax/crypto/spec/SecretKeySpec.java
5286
/* * 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
ungerts/docker-puppet
agent/scripts/puppet.sh
89
#!/bin/bash exec puppet agent --no-daemonize --server puppet --logdest console --verbose
apache-2.0
shot/hadoop-source-reading
src/test/org/apache/hadoop/hdfs/server/namenode/CreateEditsLog.java
7159
/** * 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
jamesgraves/cockroach
util/log/structured.go
4615
// 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...
apache-2.0
mdoering/backbone
life/Bacteria/Proteobacteria/Gammaproteobacteria/Vibrionales/Vibrionaceae/Enterovibrio/README.md
270
# 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
apache-2.0
nilleb/msbuild-artifactory-plugin
msbuild-artifactory-plugin/Model/Build.cs
9387
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 ...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-datapipeline/src/main/java/com/amazonaws/services/datapipeline/model/transform/DeactivatePipelineResultJsonUnmarshaller.java
1666
/* * 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
pstout/spectator
spectator-ext-placeholders/src/main/java/com/netflix/spectator/placeholders/PlaceholderId.java
2369
/** * 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 ...
apache-2.0
stackforge/tacker
tacker/db/migration/alembic_migrations/versions/d6ae359ab0d6_add_tenant_id_to_lcm_subscriptions_and_.py
1237
# 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 ...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Prunus/Prunus brachypoda/Prunus brachypoda eglandulosa/README.md
202
# 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
apache-2.0
arief-hidayat/imms-bootstrap
grails-app/assets/stylesheets/application.css
466
/* * 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...
apache-2.0
tbrooks8/Aeron
aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java
6539
/* * 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...
apache-2.0
fuhongliang/partmanager
src/com/webbuilder/interact/Explorer.java
36158
/* */ 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 ...
apache-2.0
ZhernakovMikhail/fax4j
src/main/java/org/fax4j/spi/email/AbstractMailFaxClientSpi.java
15447
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;...
apache-2.0
Nekel-Seyew/Complex-3D-Vector-Fields
dlib-18.18/docs/dlib/quantum_computing/quantum_computing_abstract.h.html
33641
<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...
apache-2.0
lesaint/experimenting-annotation-processing
experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_1435.java
151
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_1435 { }
apache-2.0
shahramgdz/hibernate-validator
engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java
4239
/* * 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...
apache-2.0
ndrmc/cats
Web/Areas/PSNP/Controllers/RegionalPSNPPlanController.cs
12466
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...
apache-2.0
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.0.16/javadoc/org/apache/cassandra/cql/UpdateStatement.html
31563
<!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"> <...
apache-2.0
aljoscha/giraph
src/main/java/org/apache/giraph/benchmark/ShortestPathsBenchmark.java
5455
/* * 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
reinkrul/SailorsTab
SailorsTab.Common/UIHelper.cs
1446
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...
apache-2.0
ccaum/puppetlabs-netapp
README.markdown
23418
# NetApp Data ONTAP device module [![Coverage Status](https://coveralls.io/repos/fatmcgav/fatmcgav-netapp/badge.png?branch=develop)](https://coveralls.io/r/fatmcgav/fatmcgav-netapp?branch=develop) ####Table of Contents 1. [Overview](#overview) 1. [Module Description](#module-description) 1. [Setup](#setup) * [Re...
apache-2.0
Grastveit/NEST
src/Tests/Nest.Tests.Integration/Template/TemplateTests.cs
3870
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...
apache-2.0
xmpace/jetty-read
jetty-spdy/spdy-core/src/main/java/org/eclipse/jetty/spdy/parser/CredentialBodyParser.java
9058
// // ======================================================================== // Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Asclepiadaceae/Stephanotis/Stephanotis acuminata/README.md
179
# Stephanotis acuminata Brongn. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
ctripcorp/x-pipe
redis/redis-core/src/main/java/com/ctrip/xpipe/redis/core/protocal/RedisProtocol.java
432
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"; ...
apache-2.0
code-craft-ru/bx-features
local/php_interface/include/classes/CodeCraft/SiteRouter.php
3685
<? namespace CodeCraft; use CodeCraft\Helpers\LanguageLink; class SiteRouter { private $language = []; private $defaultLanguage = 'ru'; private $languageUrlMap = []; private $languageList = ['ru' => ['ru', 'be', ...
apache-2.0
yrming/Budejie-iOS
Budejie/Budejie/Classes/Other/YRMConst.h
636
// // 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...
apache-2.0
tom-haines/patricia-xero-sync
patricia-xero-webapp/src/main/java/com/pi/xerosync/dbconnect/XeroCredentials.java
207
package com.pi.xerosync.dbconnect; /** * User: thomas Date: 18/02/14 */ public interface XeroCredentials { String getXeroConsumerKey(); String getXeroConsumerSecret(); String getPrivateKeyPath(); }
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Myrtaceae/Eucalyptus/Eucalyptus laevis/README.md
202
# 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
apache-2.0
mdoering/backbone
life/Plantae/Rhodophyta/Florideophyceae/Gigartinales/Dumontiaceae/Sarcophyllis/README.md
186
# 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
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Leotiomycetes/Rhytismatales/Rhytismataceae/Melasmia/Melasmia spiralis/README.md
197
# 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
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Specklinia/Specklinia cabellensis/ Syn. Sylphia cabellensis/README.md
191
# 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
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Myrtales/Myrtaceae/Eucalyptus/Eucalyptus hawkeri/README.md
173
# Eucalyptus hawkeri Rule SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Cortinariaceae/Cortinarius/Cortinarius croceocaeruleus/ Syn. Agaricus croceo-caeruleus/README.md
190
# Agaricus croceo-caeruleus Pers. SPECIES #### Status SYNONYM #### According to Index Fungorum #### Published in null #### Original name Agaricus croceo-caeruleus Pers. ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Asterales/Asteraceae/Flotowia/README.md
162
# Flotowia Endl. GENUS #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Alismatales/Araceae/Scindapsus/Scindapsus cuscuaria/README.md
194
# 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
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Urticaceae/Urera/Urera aurantiaca/README.md
172
# Urera aurantiaca Wedd. SPECIES #### 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/Asterales/Asteraceae/Phyllocephalum scabridum/ Syn. Decaneurum epilejum/README.md
180
# Decaneurum epilejum DC. SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
apache-2.0
mkolbly/MortgageComparerProject
support/v7/appcompat/docs/android-support-v7-appcompat/android/support/v7/internal/widget/ActivityChooserModel.ActivitySorter.html
10363
<!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...
apache-2.0
Tjiahong/AdminLTE
pages/forms/editors.html
34146
<!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...
apache-2.0
tensorflow/tensor2tensor
tensor2tensor/data_generators/image_utils.py
14495
# 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...
apache-2.0
freedot/tstolua
tests/cases/fourslash/breakpointValidationInterface.ts
738
/// <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 { ///...
apache-2.0
peteriliev/kata
SelectionSort/src/main/java/SelectionSort9.java
381
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...
apache-2.0
hortonworks/cloudbreak
environment-api/src/main/java/com/sequenceiq/environment/api/v1/environment/model/response/EnvironmentAuthenticationResponse.java
2539
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...
apache-2.0
lunisolar/magma
magma-func/src/main/java/eu/lunisolar/magma/func/predicate/LBiObjLongPredicate.java
60660
/* * 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...
apache-2.0
devacfr/reflow-maven-skin
reflow-velocity-tools/src/main/java/org/devacfr/maven/skins/reflow/context/Context.java
9918
/* * 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...
apache-2.0
andytaylor/activemq-artemis
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLKerb5Test.java
8618
/* * 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...
apache-2.0
ianburkeixiv/ThirdYearProject
README.md
3883
# 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...
apache-2.0
ThomasBrouwer/BNMTF
data_toy/bnmf/generate_bnmf.py
3430
""" 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...
apache-2.0
blockc/fabric
orderer/common/deliver/deliver_test.go
19021
/* 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...
apache-2.0
SoulBeaver/i-hate-rectangles
IHateRectangles/IHateRectangles/Screens/MenuScreen.cs
1784
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; ...
apache-2.0
HiRoySoft/ESX-LISA
testscripts/rdma_tools_test_same_host.ps1
9706
############################################################################### ## ## 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 ## ########################################################################...
apache-2.0
saurabh2590/NIST-Voting-Tablet
src/org/easyaccess/nist/HomeScreenActivity.java
13985
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...
apache-2.0
gs1oliot/gs1source
DataAggregator/src/main/java/org/gs1/source/tsd/TSDAttributeValuePairListType.java
2392
// // ÀÌ ÆÄÀÏÀº 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...
apache-2.0
declanwilson/dwtest
README.md
22
dwtest ====== dwtest
apache-2.0
Cray/graphbuilder
docs/html/functions_0x75.html
7337
<!-- 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...
apache-2.0
yahoojapan/multiple-dimension-spread
src/hive/src/main/java/jp/co/yahoo/dataplatform/mds/hadoop/hive/io/vector/IDecimalPrimitiveSetter.java
1217
/** * 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
cmbrown1598/Benchy
Benchy/IDataBreakout.cs
818
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; ...
apache-2.0
mdaniel/intellij-community
platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/RemovedMappingTracker.java
8518
// 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...
apache-2.0
OpenXIP/avt-mvt
doc/com/siemens/cmiv/avt/mvt/io/package-summary.html
8141
<!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...
apache-2.0
jamslevy/gsoc
app/soc/templates/soc/role/edit.html
1685
{% 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...
apache-2.0
mdoering/backbone
life/Fungi/Ascomycota/Sordariomycetes/Diaporthales/Linospora/Linospora saligna/ Syn. Phoma capreae/README.md
211
# 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
apache-2.0
nbartos/calico
calico/felix/test/stub_utils.py
1545
# -*- 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...
apache-2.0
quirinobrizi/actio
webservices/modeler/src/main/java/org/actio/modeler/domain/repository/ModelRepository.java
1108
/******************************************************************************* * 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...
apache-2.0
kl0u/flink
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/declarative/allocator/TestSlotInfo.java
1853
/* * 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 ...
apache-2.0
soujava/cafe-brasil
404_HTTP_NOT_FOUND.php
890
<?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&atilde;o encontrado!</h3...
apache-2.0
mdoering/backbone
life/Plantae/Rhodophyta/Florideophyceae/Halymeniales/Halymeniaceae/Halymenia/Halymenia platycarpa/ Syn. Sarcodia platycarpa/README.md
193
# 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
apache-2.0
xroca/planFormacionJava
spring/Web/AnotacionesWebMaven/src/main/java/beans/Persona.java
909
/* * 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...
apache-2.0
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Carex/Carex tristis/README.md
205
# 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
apache-2.0
WALK-fr/kuzzle-walk
app/home/components/home.component.ts
741
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...
apache-2.0
kojish/hdinsight-spark-livy-client
src/main/java/delsh/livy/SessionKind.java
1484
/* * 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 ...
apache-2.0
daileyet/openlibs.utilities
src/main/java/com/openthinks/libs/utilities/lookup/LookupPool.java
11805
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...
apache-2.0
mergehez/ArgPlayer
argmusicplayer/src/main/java/com/arges/sepan/argmusicplayer/Callbacks/OnPreparedListener.java
211
package com.arges.sepan.argmusicplayer.Callbacks; import com.arges.sepan.argmusicplayer.Models.ArgAudio; //Interfaces public interface OnPreparedListener { void onPrepared(ArgAudio audio, int duration); }
apache-2.0
monocycle/monocycle-agent
src/main/java/io/monocycle/agent/AgentApplication.java
847
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...
apache-2.0
milosmns/Timecrypt
WebClient/assets/css/mobile.css
1931
#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...
apache-2.0
CodingCat/mxnet
src/operator/nn/mkldnn/mkldnn_batch_norm-inl.h
17404
/* * 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
WillSams/aspnet_mvc3_springnhibernate
src/web/My Project/Settings.Designer.vb
2894
'------------------------------------------------------------------------------ ' <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> '-------------...
apache-2.0
waratek/spiracle
src/main/java/com/waratek/spiracle/sql/servlet/oracle/Get_string_no_quote.java
2885
/* * 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...
apache-2.0
loop-recur/moo-phone
Resources/views/views.js
77
module.exports = function(fancyRequire) { fancyRequire('merchant_row'); };
apache-2.0
florent37/UnitTestWithDagger
app/src/test/java/fr/xebia/unittestwithdagger/UserActivityTest.java
1254
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...
apache-2.0
manoelfranca/cilppp
foldsCreator/files/datasets/alzheimer_scopolamine_noiseless/incremental3/train9.f
1630
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...
apache-2.0
savantly-net/sprout-platform
frontend/tools/sprout-toolkit/src/config/utils/pluginValidation.ts
970
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...
apache-2.0