repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
niedzielski/pixipedia | app/src/main/java/com/niedzielski/pixipedia/android/activity/ImageFragment.java | 1551 | package com.niedzielski.pixipedia.android.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.niedzielski.pixipedia.android.R;
import com.niedzielski.pix... | apache-2.0 |
m-m-m/code | base/src/main/java/net/sf/mmm/code/base/arg/BaseParameters.java | 4951 | /* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.code.base.arg;
import java.io.IOException;
import java.lang.reflect.Executable;
import java.lang.reflect.Parameter;
import java.util.List;
import java.util.function.Consum... | apache-2.0 |
orionzhou/rgeneclust | hmm.stat.pl | 1852 | #!/usr/bin/perl -w
#
# POD documentation
#---------------------------------------------------------------------------
=pod BEGIN
=head1 NAME
hmm.stat.pl -
=head1 SYNOPSIS
hmm.stat.pl [-help] [-i input-file] [-o output-file]
Options:
-h (--help) brief help message
-i (--in) input file (HM... | apache-2.0 |
wuzongxian926/video_list | camxj.md | 3928 | # <div align = center>¡¶³¬°®ÃÀС½ã¡·È«¼¯</div>
#### <div align = center>×îÐĄ̂Íå×ÛÒÕ £º[www.twzy.tw](http://www.twzy.tw) | ̨Íå×ÛÒÕÏÂÔØ £º[xz.twzy.tw](http://xz.twzy.tw) | ̨Íå×ÛÒÕÈ«¼¯ £º[qj.twzy.tw](http://qj.twzy.tw)</dir>
##### <div align = center>΢ÐŹ«ÖںŠ£ºdaleloogn | ±¦µº¹º¹º¹º Îâ×ÚÏÜ·ÛË¿|̨×Ûtwzy.tw-QQÈ... | apache-2.0 |
kierarad/gocd | server/src/main/webapp/WEB-INF/rails/webpack/views/pages/config_repos/config_repo_view_model.ts | 4560 | /*
* Copyright 2019 ThoughtWorks, 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 agr... | apache-2.0 |
NLPIE/BioMedICUS | doc/dokka/biomedicus-core/edu.umn.biomedicus.measures/-number-context-writer/-init-.html | 1222 | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>NumberContextWriter.<init> - biomedicus-core</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">biomedicus-core</a> / <a href="../index.html">edu.umn.biomedicus.measures</a> / <a href="index.html">NumberCont... | apache-2.0 |
dcarda/aba.route.validator | target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_3354_bad_ycb.html | 10986 | <!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... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Laurales/Lauraceae/Litsea/Litsea kerrii/README.md | 172 | # Litsea kerrii Kosterm. SPECIES
#### Status
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
leleuj/cas | core/cas-server-core-validation/src/test/java/org/apereo/cas/validation/AuthenticationPolicyAwareServiceTicketValidationAuthorizerTests.java | 11612 | package org.apereo.cas.validation;
import org.apereo.cas.TestOneTimePasswordAuthenticationHandler;
import org.apereo.cas.authentication.AcceptUsersAuthenticationHandler;
import org.apereo.cas.authentication.AuthenticationHandler;
import org.apereo.cas.authentication.AuthenticationPolicy;
import org.apereo.cas.authenti... | apache-2.0 |
krestenkrab/hotruby | modules/vm-shared/ruby/2.0/test/unit/testresult.rb | 2086 | # :nodoc:
#
# Author:: Nathaniel Talbott.
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
# License:: Ruby license.
require 'test/unit/util/observable'
module Test
module Unit
# Collects Test::Unit::Failure and Test::Unit::Error so that
# they can be displayed to the user. To ... | apache-2.0 |
TNG/ArchUnit | archunit/src/test/java/com/tngtech/archunit/core/importer/testexamples/hierarchicalmethodcall/SuperclassWithCalledMethod.java | 275 | package com.tngtech.archunit.core.importer.testexamples.hierarchicalmethodcall;
public class SuperclassWithCalledMethod {
public static final String method = "method";
String method() {
return null;
}
int maskedMethod() {
return 0;
}
}
| apache-2.0 |
greghogan/flink | flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultSchedulerFactory.java | 4493 | /*
* 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 |
conecenter/c4proto | base_lib/src/main/scala/ee/cone/c4gate/HttpUtilApi.scala | 1098 | package ee.cone.c4gate
import okio.ByteString
case class HttpResponse(status: Int, headers: Map[String, List[String]], body: ByteString)
trait HttpUtil {
def get(url: String, headers: List[(String, String)]): HttpResponse
def post(url: String, headers: List[(String, String)]): Unit
def post(url: String, header... | apache-2.0 |
dlukashev/AndroidSlidingUpPanel-foursquare-map-demo | app/src/main/java/com/amberfog/mapslidingtest/app/LockableRecyclerView.java | 2219 | /**
* Copyright 2015-present Amberfog
* <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/>
* Unless required by applicable ... | apache-2.0 |
tongjinlv/trtos | USER/Prj_TankCtr/TankCtr1_main.c | 1917 | /*******************************************ÉêÃ÷***************************************
±¾Ç¶Èëʽ²Ù×÷ϵͳδ¾ÊÚȨ£¬½ûÖ¹Ó¦ÓÃÓÚÈκÎÉÌÒµÓÃ;
°æÈ¨ËùÓУ¬ÇÖȨ±Ø¾¿
http://www.trtos.com/
**************************************************************************************/
#include <Include.h>
#include <Driver_Include.h>... | apache-2.0 |
slimkit/thinksns-plus | resources/spa/src/util/markdown.js | 2304 | import markdownIt from 'markdown-it'
import plusImagePlugin from 'markdown-it-plus-image'
import highlight from 'highlight.js'
import container from 'markdown-it-container'
import { baseURL } from '@/api'
/**
* Create a markdown it instance.
*
* @type {Object}
*/
export const markdown = markdownIt({
breaks: true... | apache-2.0 |
luffyke/springboot-demo | src/main/java/org/smartx/demo/domain/UserRepository.java | 214 | package org.smartx.demo.domain;
import org.springframework.stereotype.Repository;
/**
* <p>
*
* </p>
*
* <b>Creation Time:</b> 16/11/23
*
* @author kext
*/
@Repository
public interface UserRepository {
}
| apache-2.0 |
wecatch/app-turbo | demos/jinja2-support/apps/app/__init__.py | 253 |
from turbo import register
import app
import api
register.register_group_urls('', [
('/', app.HomeHandler),
('/plus', app.IncHandler),
('/minus', app.MinusHandler),
])
register.register_group_urls('/v1', [
('', api.HomeHandler),
])
| apache-2.0 |
LQJJ/demo | 126-go-common-master/app/job/main/credit-timer/dao/dao.go | 530 | package dao
import (
"context"
"go-common/app/job/main/credit-timer/conf"
"go-common/library/database/sql"
)
// Dao struct info of Dao.
type Dao struct {
db *sql.DB
c *conf.Config
}
// New new a Dao and return.
func New(c *conf.Config) (d *Dao) {
d = &Dao{
c: c,
db: sql.NewMySQL(c.Mysql),
}
return
}
... | apache-2.0 |
pdrados/cas | api/cas-server-core-api-configuration-model/src/main/java/org/apereo/cas/configuration/metadata/ConfigurationMetadataFieldVisitor.java | 4907 | package org.apereo.cas.configuration.metadata;
import org.apereo.cas.configuration.model.core.authentication.PasswordPolicyProperties;
import org.apereo.cas.configuration.model.core.authentication.PrincipalTransformationProperties;
import org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties;
import o... | apache-2.0 |
YUKAI/konashi-ios-sdk | samples/I2cSample/I2cSample/ViewController.h | 334 | //
// ViewController.h
// I2cSample
//
// Created on 12/26/12.
// Copyright (c) 2012 Yukai Engineering. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@property (weak, nonatomic) IBOutlet UILabel *statusMessage;
- (IBAction)find:(id)sender;
- (IBAction)clearLcd:(id)... | apache-2.0 |
googleapis/google-cloud-cpp | google/cloud/serviceusage/quickstart/README.md | 6675 | # HOWTO: using the Service Usage API C++ client in your project
This directory contains small examples showing how to use the Service Usage API C++
client library in your own project. These instructions assume that you have
some experience as a C++ developer and that you have a working C++ toolchain
(compiler, linker,... | apache-2.0 |
open-telemetry/opentelemetry-js | packages/opentelemetry-resources/src/detectors/EnvDetector.ts | 5327 | /*
* Copyright The OpenTelemetry 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | apache-2.0 |
jexp/idea2 | platform/lang-impl/src/com/intellij/openapi/roots/ui/configuration/DefaultModulesProvider.java | 1618 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* 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 agre... | apache-2.0 |
PyThaiNLP/pythainlp | pythainlp/cli/tag.py | 2123 | """
thainlp tag command line.
"""
import argparse
from pythainlp import cli
from pythainlp.tag import locations, named_entity, pos_tag
class SubAppBase:
def __init__(self, name, argv):
parser = argparse.ArgumentParser(**cli.make_usage("tag " + name))
parser.add_argument(
"text", type=... | apache-2.0 |
guardian/frontend-email-reporting | app/views/main.scala.html | 3551 | @(title: String)(content: Html)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any oth... | apache-2.0 |
oVirt/ovirt-engine-extension-aaa-ldap | src/main/java/org/ovirt/engine/extension/aaa/ldap/Util.java | 13912 | /*
* Copyright 2012-2015 Red Hat 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 ... | apache-2.0 |
werval/werval | io.werval.modules/io.werval.modules.xml/src/main/java/io/werval/modules/xml/internal/SAXParserFactoryImpl.java | 10474 | /*
* Copyright (c) 2014 the original author or 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 appli... | apache-2.0 |
ChuyX3/angsys | branch/old_angsys/angsys_beta1/angsys_android/include/angsys/ang/core/async.h | 23500 | /*********************************************************************************************************************/
/* File Name: ang/async.h */
/* Author: Ing. Jesus Rocha <chuyangel.rm@gmail.com>, July 2016. ... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Fabales/Fabaceae/Mimosa/Mimosa mangium/README.md | 173 | # Mimosa mangium G.Forst. 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/Pucciniomycetes/Pucciniales/Chaconiaceae/Olivea/Olivea petitiae/README.md | 231 | # Olivea petitiae Arthur, 1917 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycologia 9(2): 62 (1917)
#### Original name
Olivea petitiae Arthur, 1917
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Gesneriaceae/Sinningia/Sinningia canescens/ Syn. Corytholoma canescens/README.md | 194 | # Corytholoma canescens (Mart.) Fritsch 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/Bryophyta/Bryopsida/Pottiales/Calymperaceae/Leucophanes/Leucophanes octoblepharioides/README.md | 200 | # Leucophanes octoblepharioides Bridel, 1827 SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
mdoering/backbone | life/Fungi/Ascomycota/Pezizomycetes/Pezizales/Pyronemataceae/Octospora/Octospora thuemenii/ Syn. Octospora thumenii/README.md | 209 | # Octospora thumenii (P. Karst.) K.B. Khare & V.P. Tewari SPECIES
#### Status
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Peziza thuemenii P. Karst.
### Remarks
null | apache-2.0 |
marcoveeneman/ChibiOS-Tiva | os/hal/ports/SPC5/SPC5xx/EDMA_v1/spc5_edma.c | 25810 | /*
SPC5 HAL - Copyright (C) 2013 STMicroelectronics
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applic... | apache-2.0 |
tylerroyal/api-checker | core/src/test/scala/com/rackspace/com/papi/components/checker/wadl/BaseStepSpec.scala | 5219 | /***
* Copyright 2014 Rackspace US, 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 applica... | apache-2.0 |
guifre/crawljax | src/test/java/com/crawljax/oracle/OracleTest.java | 10464 | package com.crawljax.oracle;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import com.crawljax.oraclecomparator.Comparator;
import com.crawljax.oraclecomparator.comparators.AttributeComparator;
import com.crawljax.oraclecomparator.comparators.DateComparator;
import com... | apache-2.0 |
Kurento/kms-elements | src/server/implementation/objects/RecorderEndpointImpl.cpp | 10886 | /*
* (C) Copyright 2016 Kurento (http://kurento.org/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | apache-2.0 |
samvera/hyrax | app/models/concerns/hyrax/solr_document/metadata.rb | 4358 | # frozen_string_literal: true
module Hyrax
module SolrDocument
module Metadata
extend ActiveSupport::Concern
class_methods do
def attribute(name, type, field)
define_method name do
type.coerce(self[field])
end
end
end
module Solr
cla... | apache-2.0 |
jhpx/Sunshine-Version-2 | app/src/main/java/com/example/android/sunshine/app/data/WeatherProvider.java | 14322 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | apache-2.0 |
narfindustries/autopsy | Core/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java | 27314 | /*
* Autopsy Forensic Browser
*
* Copyright 2011-2017 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* 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... | apache-2.0 |
bazaarvoice/emodb | databus/src/main/java/com/bazaarvoice/emodb/databus/repl/DefaultReplicationSource.java | 1617 | package com.bazaarvoice.emodb.databus.repl;
import com.bazaarvoice.emodb.databus.core.UpdateRefSerializer;
import com.bazaarvoice.emodb.event.api.EventData;
import com.bazaarvoice.emodb.event.api.EventStore;
import com.bazaarvoice.emodb.sor.core.UpdateRef;
import com.google.common.base.Function;
import com.google.comm... | apache-2.0 |
CHStudio/laravel-transclude | src/Exceptions/MissingTranscludeDirective.php | 121 | <?php
namespace CHStudio\LaravelTransclude\Exceptions;
class MissingTranscludeDirective extends \RuntimeException
{
}
| apache-2.0 |
TianYunZi/15springcloud | 6.1.1.spring-cloud-feign/src/main/java/com/boot/service/HelloServiceFallback.java | 583 | package com.boot.service;
import com.boot.model.User;
import org.springframework.stereotype.Component;
/**
* Created by Admin on 2017/6/29.
* 熔断机制
*/
@Component
public class HelloServiceFallback implements HelloService {
@Override
public String hello() {
return "error";
}
@Override
pub... | apache-2.0 |
jqno/equalsverifier | equalsverifier-core/src/main/java/nl/jqno/equalsverifier/internal/reflection/ClassAccessor.java | 8056 | package nl.jqno.equalsverifier.internal.reflection;
import static nl.jqno.equalsverifier.internal.util.Rethrow.rethrow;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import java.util.Set;
import java.util.function.Predicate;
import nl.jqno.equalsverifier.internal.prefabvalues.PrefabValues;
import... | apache-2.0 |
Arunk0548/PatternCode | src/P10/README.md | 825 | # PatternCode
Java Pattern Programs
~~~
Take an integer input and draw the below pattern. Say for example drawn below pattern for input number 5.
A
B B B
C C C C C
D D D D D D D
E E E E E E E E E
~~~
~~~
import java.io.*;
import java.util.*;
public class Pattern {
public static void main(String... | apache-2.0 |
spaetzel/spaetzel.github.com | _posts/2005-12-20-university-of-western-ontario-tops-on-technorati-saugeen-stripper.html | 1982 | ---
wordpress_id: 79
title: University of Western Ontario tops on Technorati (Saugeen Stripper)
wordpress_url: http://spaetzel.com/PermaLink,guid,557.aspx
layout: post
---
I was reading <a href="http://onlyinevitable.blogspot.com/2005/12/geen-beats-bush.html">this
blog post</a> and saw that she noticed ... | apache-2.0 |
drlebedev/nd4j | nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ndarray/BaseShapeInfoProvider.java | 475 | package org.nd4j.linalg.api.ndarray;
import org.nd4j.linalg.api.buffer.DataBuffer;
import org.nd4j.linalg.api.shape.Shape;
/**
* @author raver119@gmail.com
*/
public abstract class BaseShapeInfoProvider implements ShapeInfoProvider {
@Override
public DataBuffer createShapeInformation(int[] shape, int[] stri... | apache-2.0 |
4front/apphost | test/plugin.client-settings.js | 940 | var clientSettings = require('../lib/plugins/client-settings');
var express = require('express');
var supertest = require('supertest');
var assert = require('assert');
describe('logout()', function() {
var server;
var clientConfigOptions;
beforeEach(function() {
server = express();
server.use(function(... | apache-2.0 |
koopaworks/polymer-gh-issues | index.js | 510 | 'use strict';
var express = require('express');
var app = express();
app.use('/components/gh-issues', express.static( __dirname));
app.use('/components', express.static(__dirname + '/bower_components'));
app.get('/', function(req, res){
res.redirect('/components/gh-issues/');
});
app.get('/hello', function (req,... | apache-2.0 |
Cognifide/bobcat | bb-junit5/src/main/java/com/cognifide/qa/bb/junit5/JUnit5Constants.java | 1013 | /*-
* #%L
* Bobcat
* %%
* Copyright (C) 2018 Cognifide 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 requi... | apache-2.0 |
dcarbone/php-fhir-generated | src/DCarbone/PHPFHIRGenerated/R4/PHPFHIRTests/FHIRCodePrimitive/FHIRCarePlanActivityStatusListTest.php | 3509 | <?php
namespace DCarbone\PHPFHIRGenerated\R4\PHPFHIRTests\FHIRCodePrimitive;
/*!
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: December 26th, 2019 15:44+0000
*
* PHPFHIR Cop... | apache-2.0 |
kujian/frontendDaily | 2019/06/04.md | 3880 | # [2019-06-04 精选博文推荐](http://hao.caibaojian.com/date/2019/06/04)
[前端日报](http://caibaojian.com/c/news)栏目数据来自[码农头条](http://hao.caibaojian.com/)(我开发的爬虫),每日分享前端、移动开发、设计、资源和资讯等,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/frontendDaily)
* [CSS @font-face 性能优化](http://hao.caibaojian.com/10... | apache-2.0 |
Banno/polymer-lint | spec/lib/CLISpec.js | 2623 | const CLI = require('CLI');
describe('CLI', () => {
function args(...arr) {
return [ 'node', 'polymer-lint.js', ...arr ];
}
let Options, Linter;
const filenames = [
'./spec/integration/good-component.html',
'./spec/integration/bad-component.html',
];
beforeEach(() => {
Options = require('... | apache-2.0 |
moreus/hadoop | hadoop-0.10.0/docs/api/org/apache/hadoop/io/package-tree.html | 22245 | <!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.5.0_08) on Fri Jan 05 15:06:07 PST 2007 -->
<TITLE>
org.apache.hadoop.io Class Hierarchy (Hadoop 0.10.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="tex... | apache-2.0 |
elveahuang/platform | platform-commons/platform-commons-storage/src/main/java/cn/elvea/platform/commons/storage/oss/OssStorageConfig.java | 602 | package cn.elvea.platform.commons.storage.oss;
import lombok.Data;
import java.io.Serializable;
/**
* 阿里云存储配置参数
*
* @author elvea
* @since 0.0.1
*/
@Data
public class OssStorageConfig implements Serializable {
/**
* Endpoint
*/
private String endpoint = "";
/**
* Access Key Id
*/... | apache-2.0 |
evilfirefox/refuel2 | src/VagueSoftware/Refuel2Bundle/Presenter/PresenterFactory.php | 949 | <?php
namespace VagueSoftware\Refuel2Bundle\Presenter;
use VagueSoftware\Refuel2Bundle\Exception\Presenter\PresenterNotFoundException;
/**
* Class PresenterFactory
* @package VagueSoftware\Refuel2Bundle\Presenter
*/
class PresenterFactory
{
/**
* @var array
*/
private $presenters = [];
/**
... | apache-2.0 |
ryan-nauman/Shrtn | Shrtn/Shrtn.cs | 3095 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Shrtn.Entity;
using Shrtn.Entity.Encoders;
namespace Shrtn
{
/// <summary>
/// Utility class that takes integers such as a primary key id and turns them into short strings using base conversion.
/// </summary>
... | apache-2.0 |
onhate/schemorger | src/main/java/org/schema/MusicAlbum.java | 525 | package org.schema;
/**
*
* A collection of music tracks.
*
* @fullPath Thing > CreativeWork > MusicPlaylist > MusicAlbum
*
* @author Texelz (by Onhate)
*
*/
public class MusicAlbum extends MusicPlaylist {
private MusicGroup byArtist;
/**
* The artist that performed this album or recording.
*/
pub... | apache-2.0 |
project-oak/oak | third_party/expect/src/lib.rs | 2176 | // Simple equality test macro that returns an Err value on mismatch.
// Adapted from standard library assert_eq! macro.
#[macro_export]
macro_rules! expect_eq {
($left:expr, $right:expr) => {{
match (&$left, &$right) {
(left_val, right_val) => {
if !(*left_val == *right_val) {
... | apache-2.0 |
Claudio1986/Punto_control | src/cl/puntocontrol/struts/action/TransportistasBuscarAction.java | 1697 | package cl.puntocontrol.struts.action;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
imp... | apache-2.0 |
deeplearning4j/deeplearning4j | nd4j/nd4j-tensorflow/src/main/java/org/nd4j/tensorflow/conversion/TensorflowConversion.java | 16741 | /*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | apache-2.0 |
kailas96/kailas96.github.io | header_footer.html | 3424 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords"
content="Official website of Kumaranalloor Sree Nagaraja Temple, Sree Nagaraja Temple, Kumaranallor, Vishwakarmasamajam ,Tamil Vishwakarmasamajam No:54">
... | apache-2.0 |
yipen9/spatial4j | src/main/java/com/spatial4j/core/shape/jts/JtsGeometry.java | 21456 | /*
* 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 |
jiangerji/my-utils | store.baidu.com/cache/html/2009.html | 20437 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<meta property="wb:webmaster" content="e635a420782119b7" />
<meta name="keywords" content="可穿戴,可穿戴设备,百度可穿戴设备,百度可穿戴,智能设备,智能可穿戴设备,超智能设备,百度智能设备,便携设备,便携智能设备,百度便携设备,... | apache-2.0 |
googleads/google-ads-python | google/ads/googleads/v9/enums/types/simulation_type.py | 1302 | # -*- coding: utf-8 -*-
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or... | apache-2.0 |
google-code-export/google-api-dfp-java | src/com/google/api/ads/dfp/v201306/DeactivateLabels.java | 2601 | /**
* DeactivateLabels.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201306;
/**
* The action used for deactivating {@link Label} objects.
*/
public class DeactivateLabels extends com.google.api.ads.d... | apache-2.0 |
topie/topie-oa | src/main/java/com/topie/asset/AssetModuleSpecification.java | 1430 | package com.topie.asset;
import com.topie.core.dbmigrate.ModuleSpecification;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class AssetModuleSpecification implements ModuleSpecification {
private static final String MODULE_NAME = "a... | apache-2.0 |
AlexEndris/regtesting | RegTesting.Node/NodeLogic.cs | 6729 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using RegTesting.Contracts;
using RegTesting.Contracts.Domain;
using RegTesting.Contracts.DTO;
using RegTesting.Tests.C... | apache-2.0 |
gorcz/governator | governator-core/src/test/java/com/netflix/governator/lifecycle/CircularDAG.java | 1747 | package com.netflix.governator.lifecycle;
import com.google.inject.Injector;
import com.netflix.governator.LifecycleInjectorBuilderProvider;
import com.netflix.governator.annotations.WarmUp;
import com.netflix.governator.guice.LifecycleInjector;
import com.netflix.governator.guice.LifecycleInjectorBuilder;
import org.... | apache-2.0 |
slide-lig/TopPI | src/main/java/fr/liglab/mining/mapred/AggregationMapper.java | 1561 | /*
This file is part of TopPI - see https://github.com/slide-lig/TopPI/
Copyright 2016 Martin Kirchgessner, Vincent Leroy, Alexandre Termier, Sihem Amer-Yahia, Marie-Christine Rousset, Université Grenoble Alpes, LIG, CNRS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file ex... | apache-2.0 |
michaelkrog/cordova-plugin-geolocation-x | src/android/dk/apaq/cordova/geolocationx/LocationUpdateService.java | 11318 | package dk.apaq.cordova.geolocationx;
import de.greenrobot.event.EventBus;
import java.util.List;
import java.util.Iterator;
import java.util.Date;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.TargetApi;
import android.app.NotificationManager;
import android.app.Notification... | apache-2.0 |
Jason0204/jasontek_f103rb-zephyrOS-project | samples/net/zperf/src/zperf_shell.c | 24559 | /*
* Copyright (c) 2016 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | apache-2.0 |
mdoering/backbone | life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Tricholomataceae/Mycenella/Mycenella radicata/README.md | 254 | # Mycenella radicata (Thiers) Maas Geest. SPECIES
#### Status
ACCEPTED
#### According to
Index Fungorum
#### Published in
Proc. K. Ned. Akad. Wet. , Ser. C, Biol. Med. Sci. 84(4): 508 (1983)
#### Original name
Mycena radicata Thiers
### Remarks
null | apache-2.0 |
wooga/airflow | airflow/providers/sftp/PROVIDERS_CHANGES_2020.05.20.md | 2495 |
### Release 2020.5.20
| Commit | Committed | Subject |
|:-----------------------------------------------------------------------------------------------|:------... | apache-2.0 |
LQJJ/demo | 111-meiju/meiju/AdViewSDK-3.5.2/AdNetworks/AdChina/lib/AdChinaSShareNetworkAdapter.h | 423 | //
// AdChinaSShareNetworkAdapter.h
// AdChinaSShareKit
//
// Created by Daxiong on 13-11-18.
// Copyright (c) 2013年 Daxiong. All rights reserved.
//
#import "AdChinaSShareAdapter.h"
@interface AdChinaSShareNetworkAdapter : AdChinaSShareAdapter
/**
* start request and return connection
*/
- (NSURLConnection *)... | apache-2.0 |
dexter-at-git/coursera-android-spring | assignments/assignment3/client/src/vandy/mooc/provider/VideoContract.java | 2701 | package vandy.mooc.provider;
import android.content.ContentUris;
import android.net.Uri;
import android.provider.BaseColumns;
/**
* Defines table and column names for the Acronym database.
*/
public final class VideoContract {
/**
* The "Content authority" is a name for the entire content provider,
* similar t... | apache-2.0 |
PetrGasparik/cas | cas-server-core-services/src/main/java/org/jasig/cas/authentication/principal/AbstractWebApplicationService.java | 4645 | package org.jasig.cas.authentication.principal;
import com.google.common.collect.ImmutableMap;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.jasig.cas.logout.SingleLogoutService;
import org.jasig.cas.validation.ValidationResponseType;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impo... | apache-2.0 |
kennykwok1/PlaygroundOSS | Doc/LuaAPI/README.md | 15 | see index.html
| apache-2.0 |
dreamsxin/101_browser | src/GuiOpenGL/GuiComponentsBasic.cpp | 4410 | /*
* Copyright 2008-2011 Wolfgang Keller
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | apache-2.0 |
redisson/redisson | redisson/src/main/java/org/redisson/RedissonPatternTopic.java | 5917 | /**
* Copyright (c) 2013-2021 Nikita Koksharov
*
* 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 |
0Cristofer/telebot | main.py | 6516 | #Please read "usefull links" before going on, they are necessary for better understanding
import StringIO
import json #Imports the json library that decodes json tokens recieved from telegram api
import logging #Imports the library that puts messages in the log info of the google app engine
import random #Library that ... | apache-2.0 |
android/android-test | runner/android_junit_runner/java/androidx/test/internal/runner/junit3/DelegatingTestSuite.java | 2279 | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | apache-2.0 |
aws/aws-sdk-cpp | aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/DescribeStackResourcesRequest.h | 15332 | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/cloudformation/CloudFormation_EXPORTS.h>
#include <aws/cloudformation/CloudFormationRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace... | apache-2.0 |
alexmilowski/python-hadoop-rest-api | pyox/apps/monitor/views.py | 1129 | from flask import Blueprint, render_template, Response, current_app, send_from_directory
from pyox import ServiceError
from pyox.apps.monitor.api import get_cluster_client
from datetime import datetime
cluster_ui = Blueprint('cluster_ui',__name__,template_folder='templates')
@cluster_ui.route('/')
def index():
cl... | apache-2.0 |
salamb/girder | tests/base.py | 21800 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# Copyright 2013 Kitware 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 cop... | apache-2.0 |
victorywang80/Maintenance | saltstack/src/salt/modules/win_autoruns.py | 1932 | # -*- coding: utf-8 -*-
'''
Module for listing programs that automatically run on startup
(very alpha...not tested on anything but my Win 7x64)
'''
# Import python libs
import os
# Import salt libs
import salt.utils
# Define a function alias in order not to shadow built-in's
__func_alias__ = {
'list_': 'list'
}... | apache-2.0 |
SuperMap/iClient-Android-Example | help/html/mergedProjects/forAndroidJavaDoc/com/supermap/android/spatialAnalyst/SurfaceAnalystMethod.html | 15988 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--NewPage-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Generated by javadoc (build 1.6.0_26) on Tue Jan 13 19:21:07 CST 2015 -->
<meta http... | apache-2.0 |
snailycy/AndroidHybridLib | sample/src/main/java/com/github/snailycy/androidhybridlib/JSGetCachePlugin.java | 748 | package com.github.snailycy.androidhybridlib;
import android.widget.Toast;
import com.github.snailycy.hybridlib.bridge.BaseJSPluginSync;
import org.json.JSONObject;
/**
* Created by ycy on 2017/9/27.
*/
public class JSGetCachePlugin extends BaseJSPluginSync {
@Override
public String jsCallNative(String r... | apache-2.0 |
artem-zinnatullin/RxJava | src/main/java/io/reactivex/Maybe.java | 233229 | /**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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... | apache-2.0 |
mdoering/backbone | life/Plantae/Magnoliophyta/Liliopsida/Poales/Cyperaceae/Isolepis/Isolepis hystrix/README.md | 188 | # Isolepis hystrix (Thunb.) Nees SPECIES
#### Status
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | apache-2.0 |
akash1808/python-novaclient | novaclient/v1_1/flavors.py | 6740 | # Copyright 2010 Jacob Kaplan-Moss
#
# 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 |
heartbeatsjp/check_happo | commands.go | 1406 | package main
import (
"fmt"
"os"
"github.com/codegangsta/cli"
"github.com/heartbeatsjp/check_happo/command"
"github.com/heartbeatsjp/happo-agent/halib"
)
// GlobalFlags are global level options
var GlobalFlags = []cli.Flag{}
// Commands is list of subcommand
var Commands = []cli.Command{
{
Name: "monitor... | apache-2.0 |
JonathanSalwan/Triton | src/libtriton/includes/triton/liftingToLLVM.hpp | 1827 | //! \file
/*
** Copyright (C) - Triton
**
** This program is under the terms of the Apache License 2.0.
*/
#ifndef TRITON_LIFTINGTOLLVM_HPP
#define TRITON_LIFTINGTOLLVM_HPP
#include <map>
#include <memory>
#include <ostream>
#include <triton/ast.hpp>
#include <triton/dllexport.hpp>
#include <triton/symbolicExpress... | apache-2.0 |
c64scene-ar/sid-player | mamakilla/mp_sw.asm | 16715 | ;********** PVM player ***********
; 19-08-2015 v0.01: Beat display at logo.
; v0.02: Raster bars added - Stable raster from Ricardo's code
; xx-09-2015 v0.10: VUMeter added
; 02-09-2015 v0.15: Playtime timer added
; 04-09-2015 v0.16: Code cleanup
!to "mp_sw.prg"
!sl "labels.txt"
!source "macros.asm"
... | apache-2.0 |
gbehrmann/JGlobus | ssl-proxies/src/main/java/org/globus/gsi/stores/ResourceSigningPolicyStore.java | 8094 | /*
* Copyright 1999-2010 University of Chicago
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | apache-2.0 |
julnegre/diapoo | convert.sh | 1131 | #/bin/bash
rep="photos/"
cd $rep
JHEAD=jhead
SED=sed
CONVERT=convert
# rotation
jhead -autorot *jpg
jhead -autorot *JPG
#rm small/*JPG
for fichier in `ls *JPG`
do
if [ ! -f ../small/$fichier ]
then
echo "small - "$fichier
convert $fichier -resize 25% ../small/$fichier
fi
if [ ! -f ../too_small/$fichier ]... | apache-2.0 |
erichwang/presto | presto-iceberg/src/main/java/io/prestosql/plugin/iceberg/IcebergOrcFileWriter.java | 11546 | /*
* 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 |
EvilMcJerkface/alluxio | core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java | 193983 | /*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... | apache-2.0 |
mbraak/jqTree | static/examples/load_json_data_from_server.js | 188 | $.mockjax({
url: "*",
response: function(options) {
this.responseText = ExampleData.exampleData;
},
responseTime: 0
});
$(function() {
$("#tree1").tree();
});
| apache-2.0 |