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 |
|---|---|---|---|---|---|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05_testAbaNumberCheck_8962_bad_9v4.html | HTML | apache-2.0 | 10,984 |
/**
* 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... | KulykRoman/drill | exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/PrelVisitor.java | Java | apache-2.0 | 1,925 |
package edu.colorado.walautil
import com.ibm.wala.ssa.ISSABasicBlock
object Types {
/** type aliases */
type MSet[T] = scala.collection.mutable.Set[T]
type MMap[K,V] = scala.collection.mutable.Map[K,V]
type MStack[T] = scala.collection.mutable.Stack[T]
type CmpOp = com.ibm.wala.shrikeBT.IConditionalBranchIn... | cuplv/walautil | src/main/scala/edu/colorado/walautil/Types.scala | Scala | apache-2.0 | 511 |
/*jshint expr: true*/
describe('selectBy', function() {
before(h.setup());
describe('VisibleText', function() {
it('should find element without special conditions', function() {
return this.client.selectByVisibleText('#selectTest', 'seis').getValue('#selectTest').then(function (va... | CoderHam/WebScraper | node_modules/webdriverio/test/spec/selectBy.js | JavaScript | apache-2.0 | 4,906 |
/*
* Copyright (C) 2015-2016 Aurelitec
* http://www.aurelitec.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | aurelitec/injuredpixels-android | InjuredPixels/app/src/main/java/com/aurelitec/injuredpixels/InjuredPixelsActivity.java | Java | apache-2.0 | 6,999 |
package org.webant.extension.test.derby;
import java.sql.*;
import java.util.Properties;
public class DerbyTestEmbedded {
private final static String DB_URL = "jdbc:derby:data/derby/data;create=true";
// private final static String DERBY_DRIVER = "org.apache.derby.jdbc.ClientDriver";
private final static S... | sutine/webant | webant-extension/src/test/scala/org/webant/extension/test/derby/DerbyTestEmbedded.java | Java | apache-2.0 | 1,723 |
package com.ismai.miguel.countdownclock;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
pu... | mini890/ComputacaoMovel | CountdownClock/app/src/test/java/com/ismai/miguel/countdownclock/ExampleUnitTest.java | Java | apache-2.0 | 409 |
//
// Pythagoras - a collection of geometry classes
// http://github.com/samskivert/pythagoras
package pythagoras.f;
import java.io.Serializable;
/**
* Represents an arc defined by a framing rectangle, start angle, angular extend, and closure type.
*/
public class Arc extends AbstractArc implements Serializable
{
... | samskivert/pythagoras | src/main/java/pythagoras/f/Arc.java | Java | apache-2.0 | 7,812 |
/*Copyright 2014-2015 George Karagoulis
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, so... | karagog/gutil | src/core/data_access/sourcesandsinks.h | C | apache-2.0 | 6,102 |
<div class="col-md-12 yds-checkbox-wrapper">
<div class="row" >
<div class="col col-md-12">
<h4><span class="label label-default">Geographical Area</span></h4>
<ul>
<li class="col col-md-12 yds-checkbox"
ng-repeat="item in checkboxes"
... | YourDataStories/components-visualisation | src/templates/facets-new.html | HTML | apache-2.0 | 1,653 |
<?php namespace reinvently\ondemand\core\vendor\mapsdirections\google;
/**
* @copyright Reinvently (c) 2017
* @link http://reinvently.com/
* @license https://opensource.org/licenses/Apache-2.0 Apache License 2.0
*/
class Types
{
const MODE_DRIVING = "driving";
const MODE_WALKING = "walking";
const MODE... | Reinvently/On-Demand-Core | src/vendor/MapsDirections/Google/Types.php | PHP | apache-2.0 | 1,118 |
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require_once(dirname(__FILE__).'/../../bootstr... | studiodev/archives | 2012 - Portfolio V5/lib/vendor/symfony/test/unit/config/sfConfigHandlerTest.php | PHP | apache-2.0 | 2,128 |
package org.test
object Test {
def foo: String = "bar"
} | er1c/scala-idea-template | src/main/scala/org/test/Test.scala | Scala | apache-2.0 | 58 |
/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib 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 a... | stdlib-js/stdlib | lib/node_modules/@stdlib/regexp/native-function/lib/main.js | JavaScript | apache-2.0 | 1,677 |
/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib 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 a... | stdlib-js/stdlib | lib/node_modules/@stdlib/math/base/assert/is-positive-integer/examples/index.js | JavaScript | apache-2.0 | 951 |
/* $NetBSD: log.c,v 1.1.1.2 2004/07/12 23:27:15 wiz Exp $ */
/* Log file output.
Copyright (C) 2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
by the Free Software Foundation;... | execunix/vinos | gnu/dist/texinfo/intl/log.c | C | apache-2.0 | 2,817 |
using ECQRS.Commons.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UserManager.Organizations.Commands
{
public class OrganizationUserGroupAssociate : Command
{
public Guid OrganizationId { get; set; }
publ... | kendarorg/ECQRSFramrework | ECQRSFramrework/Samples/UsersManager/UserManager.Organizations/Commands/OrganizationUserGroupAssociate.cs | C# | apache-2.0 | 401 |
using System;
using Microsoft.Extensions.Logging;
namespace Microsoft.Extensions.Logging
{
public static class LoggingExtensions
{
public static void ErrorFormat(this ILogger logger, string message, params string[] args)
{
logger.LogError(null, message, args);
}
... | kerryjiang/NDock | src/NRack.Base/DotNetCore/LoggingExtensions.cs | C# | apache-2.0 | 617 |
brc32 ractl.rc -r -foractl.dcr
brc32 radb.rc -r -foradb.dcr
brc32 rai.rc -r -forai.dcr | tavultesoft/keymanweb | windows/src/ext/jedi/jvcl/tests/RALib/Images/MakeDCR.bat | Batchfile | apache-2.0 | 86 |
# Terrella halophila (Bicknell) Nevski SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Poaceae/Terrella/Terrella halophila/README.md | Markdown | apache-2.0 | 186 |
// Copyright 2014-2015 Project Vogue. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/logging.h"
#include "elang/compiler/analysis/analysis.h"
#include "elang/compiler/analysis/type_factory.h"
#include "elang/compiler/analysis/... | eval1749/elang | elang/compiler/analysis/type_factory.cc | C++ | apache-2.0 | 2,981 |
/*
* Copyright © 2021 Celeral.
*
* 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 wr... | 243826/Netlet | src/main/java/com/celeral/netlet/rpc/BeanFactory.java | Java | apache-2.0 | 859 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.SDL_SCANCODE_CAPSLOCK.html">
</head>
<body>
<p>Redirecting to <a href="constant.SDL_SCANCODE_CAPSLOCK.html">constant.SDL_SCANCODE_CAPSLOCK.html</a>...</p>
<script>location.replace("constant.SDL_SCANCODE_CAPSLOCK.html"... | nitro-devs/nitro-game-engine | docs/sdl2_sys/scancode/SDL_SCANCODE_CAPSLOCK.v.html | HTML | apache-2.0 | 381 |
package org.xbib.elasticsearch.index.mapper.langdetect;
import org.elasticsearch.common.io.Streams;
import org.junit.Test;
import org.xbib.elasticsearch.NodeTestUtils;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.StringReader;
import java.io.StringWri... | jprante/elasticsearch-langdetect | src/test/java/org/xbib/elasticsearch/index/mapper/langdetect/SimpleHttpTest.java | Java | apache-2.0 | 4,582 |
/*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0, (the "License"); you ma... | equella/Equella | Source/Plugins/Core/com.equella.admin/src/com/tle/admin/harvester/tool/HarvesterDetailsTab.java | Java | apache-2.0 | 9,719 |
# Licaria tikalana (Lundell) Lundell SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Laurales/Lauraceae/Licaria/Licaria tikalana/README.md | Markdown | apache-2.0 | 184 |
//
// UIView+JHFrameConvenince.h
// 百思不得姐
//
// Created by 李建華 on 16/3/24.
// Copyright © 2016年 lijianhua. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (JHFrameConvenince)
@property(nonatomic, assign)CGFloat width;
@property(nonatomic, assign)CGFloat height;
@property(nonatomic, assign)CGFloa... | xmanbest/JHBaiSi2 | JHBaiSi2/百思不得姐/Classes/Others/Category/UIView+JHFrameConvenince.h | C | apache-2.0 | 779 |
# Dasyscypha digitalincolus Rehm SPECIES
#### Status
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Dasyscypha digitalincolus Rehm
### Remarks
null | mdoering/backbone | life/Fungi/Ascomycota/Leotiomycetes/Helotiales/Hyaloscyphaceae/Dasyscyphus/Dasyscyphus digitalincolus/ Syn. Dasyscypha digitalincolus/README.md | Markdown | apache-2.0 | 188 |
<!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 Sun Jun 09 12:16:18 GMT+05:30 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
HighlightParams (Sol... | rcr-81/SolrCamper | docs/solr-solrj/org/apache/solr/common/params/HighlightParams.html | HTML | apache-2.0 | 51,708 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_13b_testAbaNumberCheck_27970_bad_i5i.html | HTML | apache-2.0 | 10,990 |
<?php
/**
* Forgot password form
*/
class ForgotPasswordForm extends FormModel {
/**
* Could be username or email
* @var type
*/
public $username;
/**
* Success message if validation is passed
* @var type
*/
public $success_messa... | jacjimus/furahia_mis | app/modules/auth/forms/ForgotPasswordForm.php | PHP | apache-2.0 | 3,469 |
/*
* Copyright 2011 Nate Koenig & Andrew Howard
*
* 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... | nherment/gazebo | src/rendering/ContactVisual.hh | C++ | apache-2.0 | 1,807 |
//
// AnnotationXMLParser.h
// Annotation
//
// Created by Adam Fouse on 6/22/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@class Annotation;
@class AnnotationDocument;
@interface AnnotationXMLParser : NSObject {
NSXMLDocument *xmlDoc;
NSXMLNode *annotationsRoot;
... | afouse/chronoviz | Classes/Core/AnnotationXMLParser.h | C | apache-2.0 | 1,114 |
package site.iway.helpers;
import android.app.Activity;
import android.graphics.drawable.ColorDrawable;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.View.OnKeyListener;
import android.view.ViewGroup;
import and... | iWay7/Helpers | helpers/src/main/java/site/iway/helpers/MenuAnimated.java | Java | apache-2.0 | 10,342 |
/*
* 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-accessanalyzer/src/main/java/com/amazonaws/services/accessanalyzer/model/Location.java | Java | apache-2.0 | 6,370 |
var http = require('http');
if (null == process.env.WORKER_ID)
throw new Error("env.WORKER_ID not set!");
var s = http.createServer(function(req, res) {
var params = req.url.split('/').slice(1);
setTimeout(function() {
res.writeHead(200);
res.end("hello world\n");
}, params[0] || 1);... | badave/doublevision | node_modules/recluster/test/lib/server-disconnect-halfsec.js | JavaScript | apache-2.0 | 555 |
<?php
final class CelerityManagementMapWorkflow
extends CelerityManagementWorkflow {
public function didConstruct() {
$this
->setName('map')
->setExamples('**map** [options]')
->setSynopsis(pht('Rebuild static resource maps.'))
->setArguments(
array());
}
public function e... | akkakks/phabricator | src/infrastructure/celerity/management/CelerityManagementMapWorkflow.php | PHP | apache-2.0 | 10,510 |
---
title: "Runs dashboard"
sub_link: "runs-dashboard"
is_index: true
meta_title: "Polyaxon management tools and UI - Runs dashboard"
meta_description: "Polyaxon runs dashboard for Machine learning experiment tracking and visualizations."
tags:
- concepts
- polyaxon
- management
sidebar: "management"
---
## Over... | polyaxon/polyaxon | site/docs/management/runs-dashboard/index.md | Markdown | apache-2.0 | 1,097 |
/*
*
* * Copyright 2015 Skymind,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
* *
* * U... | drlebedev/nd4j | nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/transforms/LeakyReLUDerivative.java | Java | apache-2.0 | 4,906 |
/*
Copyright 2012 Software Freedom Conservancy
Copyright 2007-2012 Selenium committers
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 requir... | bwp/SeleniumWebDriver | java/client/test/org/openqa/selenium/FrameSwitchingTest.java | Java | apache-2.0 | 14,668 |
# Pygeum subcordatum (Koord. & Valeton) Koehne SPECIES
#### Status
HETEROTYPIC_SYNONYM
#### 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 arborea/ Syn. Pygeum subcordatum/README.md | Markdown | apache-2.0 | 213 |
package com.bradchen.jwormhole.client;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
import com.jcraft.jsch.Session;
import com.jcraft.jsch.UserInfo;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.In... | vvasabi/jwormhole-client | src/main/java/com/bradchen/jwormhole/client/Client.java | Java | apache-2.0 | 7,187 |
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | vladn-ma/vladn-ovs-doc | doxygen/ovs_all/html/struct__OVS__IP__HELPER__THREAD__CONTEXT.html | HTML | apache-2.0 | 7,711 |
package net.wildbill22.draco.entities.dragons;
import net.minecraft.entity.EntityLiving;
import net.minecraft.util.MathHelper;
import net.minecraft.world.World;
public abstract class EntityFlyingMob extends EntityLiving
{
public EntityFlyingMob(World p_i1587_1_)
{
super(p_i1587_1_);
}
pu... | DracoAnimus/Coding | src/main/java/net/wildbill22/draco/entities/dragons/EntityFlyingMob.java | Java | apache-2.0 | 3,079 |
# Silene verecunda S. Watson 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/Caryophyllaceae/Silene/Silene verecunda/README.md | Markdown | apache-2.0 | 184 |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft 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.apa... | Matt-Westphal/azure-powershell | src/Storage/Commands.Storage.MsTest2/Properties/AssemblyInfo.cs | C# | apache-2.0 | 2,014 |
# Copyright 2014-2018 The PySCF Developers. 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 appl... | gkc1000/pyscf | pyscf/nao/m_ao_eval_libnao.py | Python | apache-2.0 | 3,652 |
/**
* 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... | punkhorn/camel-upstream | core/camel-core/src/test/java/org/apache/camel/support/DefaultTimeoutMapTest.java | Java | apache-2.0 | 6,075 |
openstack development repo authored by Yu | OpenAcademy-OpenStack/YuSi | README.md | Markdown | apache-2.0 | 41 |
<?php
/**
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
*/
namespace Magento\Backend\Model\Config\Backend;
class EncryptedTest extends \PHPUnit_Framework_TestCase
{
/** @var \PHPUnit_Framework_MockObject_MockObject */
protected $_encryptorMock;
/** @var \PHPUnit_Frame... | webadvancedservicescom/magento | dev/tests/unit/testsuite/Magento/Backend/Model/Config/Backend/EncryptedTest.php | PHP | apache-2.0 | 3,912 |
/*
* 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-backupgateway/src/main/java/com/amazonaws/services/backupgateway/model/transform/DeleteHypervisorRequestMarshaller.java | Java | apache-2.0 | 2,056 |
# Azure will execute first file.
# sys.path.append is required by Azure Web Jobs. It requires that all packages are provided to it in zip file.
# env\Lib\site-packages is virtual env path in Windows
import sys
sys.path.append("env\Lib\site-packages")
import logging
import logging.config
from datetime import datetime
... | ttu/cubesensors-iot-azure | src/python_checker/checker.py | Python | apache-2.0 | 1,550 |
package org.xbib.content.rdf;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
*
*/
public class RouteRdfXContent implements RdfContent<RouteRdfXContentParams> {
private static final RouteRdfXContent ROUTE_RDF_X_CONTENT = new RouteRdfXContent();
private RouteRdfXCon... | xbib/content | content-rdf/src/main/java/org/xbib/content/rdf/RouteRdfXContent.java | Java | apache-2.0 | 1,262 |
--------------------------------------------------------------------------------
## Treebank Statistics (UD_Chinese)
This feature is universal.
It occurs with 1 different values: `Plur`.
240 tokens (0%) have a non-empty value of `Number`.
7 types (0%) occur at least once with a non-empty value of `Number`.
7 lemma... | PhyloStar/UDTelugu | _includes/stats/zh/feat/Number.md | Markdown | apache-2.0 | 1,950 |
/* ********************************************************************
Licensed to Jasig under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Jasig licenses this file to you under the Apache License,
... | Bedework/bw-util | bw-util-xml/src/main/java/org/bedework/util/xml/tagdefs/XcalTags.java | Java | apache-2.0 | 16,346 |
/*
* 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 ... | zimmermatt/flink | flink-metrics/flink-metrics-datadog/src/main/java/org/apache/flink/metrics/datadog/DatadogHttpClient.java | Java | apache-2.0 | 3,323 |
npm install
git clone https://github.com/xiangming/landscape-plus.git themes/landscape-plus
| PingHackers/blog | init.bat | Batchfile | apache-2.0 | 92 |
// Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required ... | asimarslan/hazelcast-csharp-client | Hazelcast.Net/Hazelcast.Security/UsernamePasswordCredentials.cs | C# | apache-2.0 | 1,919 |
#
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Copyright:: Copyright (c) 2012 Opscode, Inc.
# License:: Apache License, Version 2.0
#
# 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
#
# ht... | askl56/chef | spec/unit/node/immutable_collections_spec.rb | Ruby | apache-2.0 | 5,140 |
using CodeGenerator.Metadata;
namespace CodeGenerator.CodeGen
{
public interface ICodeGenretorModule
{
void Generate(Domain domain, string outputCppDir, string outputCsDir);
}
} | mrkriv/UnrealDotNet | Plugins/UnrealDotNet/Source/CodeGenerator/CodeGen/ICodeGenretorModule.cs | C# | apache-2.0 | 201 |
.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.589369;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.695312;font-style:n... | braindumps/all_braindumps | 642-648.css | CSS | apache-2.0 | 16,304 |
FROM tailordev/pandas
ADD . /
RUN pip install -r requirements.txt
ENTRYPOINT ["/run.sh"]
| Scaravex/clue-hackathon | Dockerfile | Dockerfile | apache-2.0 | 95 |
# Arabis nasturtium [C SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Brassicales/Brassicaceae/Arabis/Arabis nasturtium/README.md | Markdown | apache-2.0 | 170 |
# Dicranum rhabdocarpum Sullivant, 1849 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Bryophyta/Bryopsida/Dicranales/Dicranaceae/Dicranum/Dicranum rhabdocarpum/README.md | Markdown | apache-2.0 | 195 |
# Cassia wislizenii A.Gray 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/Fabales/Fabaceae/Senna/Senna wislizeni/ Syn. Cassia wislizenii/README.md | Markdown | apache-2.0 | 181 |
/*
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | GoogleCloudPlatform/cloud-iot-stream-processing-dynamic-schema | src/main/java/com/google/cloud/solutions/transformation/DynamicMessageTableRowMapper.java | Java | apache-2.0 | 3,469 |
/*
* Copyright © 2009 Nokia Corporation
* Copyright © 2010 Movial Creative Technologies Oy
* Copyright © 2013 Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software withou... | execunix/vinos | xsrc/external/mit/xf86-video-intel/dist/test/lowlevel-blt-bench.c | C | apache-2.0 | 12,579 |
<ActionBar title="Photos" class="action-bar"></ActionBar>
<StackLayout>
<GridLayout columns="*" rows="*, 280">
<ListView [items]="photos" row="0" col="0" class="list-group" (itemTap)="centerMap($event)">
<template let-item="item">
<GridLayout columns="auto, *" rows="auto" class="... | burkeholland/nativescript-photos-near-me | app/components/imagesList-component/imagesList.component.html | HTML | apache-2.0 | 1,263 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_16_testAbaNumberCheck_35787_good_pt6.html | HTML | apache-2.0 | 9,181 |
'use strict';
angular.module('gigsecApp')
.controller('GigResignupController', function($scope, $uibModalInstance, entity, GigSignup) {
$scope.gig = entity.gig;
$scope.gigSignup = entity.signup;
$scope.clear = function() {
$uibModalInstance.dismiss('cancel');
};
v... | clamped/gigsec | src/main/webapp/scripts/app/entities/gigSignup/gigSignup-resignup-dialog.controller.js | JavaScript | apache-2.0 | 840 |
/*
Copyright 2016 The Kubernetes 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 in writing, ... | cri-containerd/kubernetes | pkg/kubelet/containerdshim/doc.go | GO | apache-2.0 | 665 |
# Miconia saxicola Brandegee 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/Melastomataceae/Miconia/Miconia saxicola/README.md | Markdown | apache-2.0 | 184 |
# Abutilon pulverulentum Ulbr. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Malvales/Malvaceae/Abutilon/Abutilon pulverulentum/README.md | Markdown | apache-2.0 | 178 |
{% extends "base.html" %}
{% block content %}
<h2>Error: Application error</h2>
<p>This application encoutered an error.</p>
{% endblock %}
| ttx/odsreg | cfp/templates/500.html | HTML | apache-2.0 | 140 |
#
# 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
# ... | redixin/rally-ci | tests/integrated/test_services_status.py | Python | apache-2.0 | 1,144 |
package org.wikipedia.feed.announcement;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.VisibleForTesting;
import android.text.TextUtils;
import org.wikipedia.dataclient.WikiSite;
import org.wikipedia.dataclient.... | SAGROUP2/apps-android-wikipedia | app/src/main/java/org/wikipedia/feed/announcement/AnnouncementClient.java | Java | apache-2.0 | 4,445 |
/**
* Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) 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
*
* Unle... | maheshika/carbon-mediation | components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/services/SynapseConfigurationServiceImpl.java | Java | apache-2.0 | 1,846 |
/*
*
* * Licensed to the Apache Software Foundation (ASF) under one or more
* * contributor license agreements. The ASF licenses this file to You
* * 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 ... | mdunker/usergrid | stack/services/src/main/java/org/apache/usergrid/services/queues/ImportQueueManager.java | Java | apache-2.0 | 2,419 |
package http
import (
"net/http"
"time"
"crypto/tls"
"net"
"sync"
"github.com/Tecsisa/foulkon/api"
"github.com/Tecsisa/foulkon/foulkon"
"github.com/julienschmidt/httprouter"
"github.com/kylelemons/godebug/pretty"
)
type ReloadHandlerFunc func(watch *ProxyServer) bool
// ProxyServer struct with reload Ha... | Tecsisa/foulkon | http/server.go | GO | apache-2.0 | 4,951 |
This folder contains Java code for implementing the Hillview back-end services.
To build the project from the commandline:
> $: mvn install
Alternatively, you can just run `../bin/rebuild.sh`
| uwieder/hiero | platform/README.md | Markdown | apache-2.0 | 196 |
# Release documentation
### Pre-requisites
In order to release a new version of the module, you will need the following:
1. Necessary permissions to the Github repository to create tags and releases.
2. All the required code is merged to target branch.
3. Ensure that the module's [CHANGELOG.md](CHANGELOG.md) file has... | simplifycom/simplify-opencart-module | RELEASE.md | Markdown | apache-2.0 | 1,947 |
using System;
using SimpleHoneypot.Core;
using System.Web;
using SimpleHoneypot.Core.Common.Thermador.Core.Common;
namespace SimpleHoneypot.Extensions {
public static class HttpContextBaseExtensions {
public static bool ValidateHoneypot(this HttpRequestBase request) {
Check.Argument.... | webadvanced/Honeypot-MVC | src/SimpleHoneypot/Extensions/HttpContextBaseExtensions.cs | C# | apache-2.0 | 702 |
#!/bin/sh
docker build -t wxmclub/solr:6-alpine .
| wxmclub/docker-images | solr/6-alpine/build.sh | Shell | apache-2.0 | 51 |
using UnityEditor;
using UnityEngine;
namespace UIWidgets
{
[CustomPropertyDrawer (typeof(AccordionItem))]
public class AccordionItemDrawer : PropertyDrawer {
// Draw the property inside the given rect
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
{
// Using Be... | carlosCn/Unity-EmojiText | TextInlineSpritePro/Assets/UIWidgets/Editor/AccordionItemDrawer.cs | C# | apache-2.0 | 1,640 |
<?php
namespace PiggyAuth\Commands;
use PiggyAuth\Main;
use pocketmine\command\CommandSender;
use pocketmine\Player;
/**
* Class ForgotPasswordCommand
* @package PiggyAuth\Commands
*/
class ForgotPasswordCommand extends PiggyAuthCommand
{
/**
* ForgotPasswordCommand constructor.
* @param string $nam... | DaPigGuy/PiggyAuth | src/PiggyAuth/Commands/ForgotPasswordCommand.php | PHP | apache-2.0 | 1,519 |
{% extends 'base.html' %}
{% load i18n %}
{% load staticfiles %}
{% block head %}
{{wizard.form.media }}
{% endblock %}
{% block script %}
<script>
URL_KEY_MAP[104]="{% url "index" %}";
</script>
{% endblock %}
{% block content %}
{% if form.errors %}
<div id="msg" class="alert alert-danger">
... | seriouscamp/frbb | web/frbb/templates/frbb/account.html | HTML | apache-2.0 | 1,094 |
/*
* 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 no... | gmargari/apache-cassandra-1.1.0-src | test/unit/org/apache/cassandra/io/sstable/IndexHelperTest.java | Java | apache-2.0 | 2,303 |
# Liquidambar L. GENUS
#### 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/Saxifragales/Altingiaceae/Liquidambar/README.md | Markdown | apache-2.0 | 170 |
# Trichomanes subtrifidum Matthew & Christ SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | mdoering/backbone | life/Plantae/Pteridophyta/Polypodiopsida/Hymenophyllales/Hymenophyllaceae/Trichomanes/Trichomanes subtrifidum/README.md | Markdown | apache-2.0 | 190 |
# Inonotus setulosocroceus (Cleland & Rodway) P.K. Buchanan & Ryvarden, 1993 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Aust. Syst. Bot. 6(3): 223 (1993)
#### Original name
Poria setulosocrocea Cleland & Rodway, 1928
### Remarks
null | mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Hymenochaetales/Hymenochaetaceae/Inonotus/Inonotus setulosocroceus/README.md | Markdown | apache-2.0 | 300 |
/*
* ENSICAEN
* 6 Boulevard Maréchal Juin
* F-14050 Caen Cedex
*
* Unix System Programming Examples / Exemplier de programmation système Unix
* Chapter "Interprocess communication" / Chapitre "Communication interprocessus"
*
* Copyright (C) 1995-2016 Alain Lebret (alain.lebret@ensicaen.fr)
*
* Licensed under ... | alainlebret/os | exemplier/6_interprocess/shared_memory/mmap_buffer_02.c | C | apache-2.0 | 4,964 |
#!/usr/bin/ruby
#
# Author:: api.sgomes@gmail.com (Sérgio Gomes)
#
# Copyright:: Copyright 2011, Google Inc. All Rights Reserved.
#
# License:: Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy o... | chromeragnarok/adwords_api | examples/v201003/get_criterion_bid_landscape.rb | Ruby | apache-2.0 | 3,713 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en" xsi:schemaLocation="http://www.w3.org/1999/xhtml ... | Distrotech/ImageMagick | www/api/deprecate.html | HTML | apache-2.0 | 8,838 |
package com.suzhou.carmanager.ui.activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
... | v-jibfen/CarManager | CarManager/CarManager/app/src/main/java/com/suzhou/carmanager/ui/activity/TaskDetailActivity.java | Java | apache-2.0 | 43,003 |
/*
*
* TagsBar
*
*/
import { FC } from 'react'
import { keys, reverse } from 'ramda'
import { pluggedIn } from '@/utils/mobx'
import { buildLog } from '@/utils/logger'
import type { TProps as TTagProps } from '../index'
import GobackTag from './GobackTag'
import Folder from './Folder'
import { Wrapper } from '... | mydearxym/mastani | src/containers/unit/TagsBar/DesktopView/index.tsx | TypeScript | apache-2.0 | 1,462 |
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p class="ja">ゲート
か
… めずらしい
ねぇ
。
</p>
<p class="translation">I already have it. Youhou! </p>
</body></html> | riccardove/easyjasub | easyjasub-lib/samples/html/onlyfurigana/sample1/line0049.html | HTML | apache-2.0 | 305 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.544
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>... | rafalkrupinski/bossa-api.net | Examples/DemoApp/Properties/Settings.Designer.cs | C# | apache-2.0 | 1,103 |
package com.jukusoft.libgdx.rpg.game.screen;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics... | JuKu/libgdx-test-rpg | core/src/main/java/com/jukusoft/libgdx/rpg/game/screen/LoadGameScreen.java | Java | apache-2.0 | 10,377 |
/* Copyright 2016 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | RyanYoung25/tensorflow | tensorflow/core/distributed_runtime/simple_graph_execution_state.cc | C++ | apache-2.0 | 10,447 |
package org.piphonom.arepa.service;
/**
* Created by piphonom
*/
public final class DBUnitConstants {
public static final String CUSTOMER_EMAIL = "test@me.com";
public static final String DEVICE_NAME = "deviceName";
public static final String DEVICE_PUBLIC_ID = "2f4f";
}
| piphonom/arepa | src/test/java/org/piphonom/arepa/service/DBUnitConstants.java | Java | apache-2.0 | 287 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.