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
// Задание 11 // Войти на главную страницу http://localhost/litecart // Зарегистрировать нового пользователя // Выйти - Logout // Авторизоваться пользователем и выйти var webdriver = require('selenium-webdriver'); var chrome = require('selenium-webdriver/chrome'); var By = webdriver.By; var until = webdriver.until; va...
tolmacheva/ST_project
LAB/Less6_Lab11.js
JavaScript
apache-2.0
3,414
#!/bin/sh ruby analysis.rb data/data_2015Q1.csv projects/projects_2015Q1.csv map/hints.csv map/urls.csv map/defmaps.csv map/skip.csv map/ranges.csv ruby analysis.rb data/data_2015Q2.csv projects/projects_2015Q2.csv map/hints.csv map/urls.csv map/defmaps.csv map/skip.csv map/ranges.csv ruby analysis.rb data/data_2015Q3....
cncf/velocity
shells/quarters.sh
Shell
apache-2.0
1,252
package AST; import java.util.HashSet; import java.util.LinkedHashSet; import java.io.File; import java.util.*; import beaver.*; import java.util.ArrayList; import java.util.zip.*; import java.io.*; import java.util.Stack; import java.util.regex.Pattern; import java.io.FileOutputStream; import java.io.IOException; im...
xjtu3c/GranuleJ
GOP/GranuleJIDE/src/AST/FinallyHost.java
Java
apache-2.0
1,447
<?xml version="1.0" encoding="utf-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"><ShortName>National Water Supply and Drainage Board</ShortName><Description>National Water Supply and Drainage Board</Description><InputEncoding>UTF-8</InputEncoding><Image type="image/vnd.microsoft.icon" width="1...
cmaere/lwb
templates/protostar/indexd882.php
PHP
apache-2.0
759
// Copyright 2017 PingCAP, 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 to i...
yangwenmai/tidb
plan/topn_push_down.go
GO
apache-2.0
4,505
# Voyria primuloides Baker SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Gentianaceae/Voyria/Voyria primuloides/README.md
Markdown
apache-2.0
174
CREATE PROCEDURE rb_GetModulesInRecycler ( @PortalID int, @SortField VarChar(50) ) AS SELECT rb_Recycler.DateDeleted, rb_Recycler.DeletedBy, rb_Recycler.OriginalTab, rb_Recycler.ModuleID, rb_Modules.ModuleTitle, rb_Pages.PageName as 'OriginalPageName' FROM rb_Recycler INNER JOIN rb_Modu...
Appleseed/portal
Master/Appleseed/WebSites/Appleseed/Setup/Scripts/2.0.0.1892.sql
SQL
apache-2.0
2,158
using System; using System.Threading; using System.Threading.Tasks; using Lime.Protocol; namespace Takenet.MessagingHub.Client.Listener { public class LambdaMessageReceiver : IMessageReceiver { private Func<Message, CancellationToken, Task> OnMessageReceived { get; } public LambdaMessageReceiv...
takenet/messaginghub-client-csharp
src/Takenet.MessagingHub.Client/Listener/LambdaMessageReceiver.cs
C#
apache-2.0
773
/* * 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 not * ...
eduosi/buessionframework
buession-core/src/main/java/com/buession/core/Geo.java
Java
apache-2.0
2,558
--- layout: post title: "数位 DP 问题" subtitle: "走在 OJ 的路上" date: 2016-11-17 author: "sabertazimi" header-img: "img/home-bg.jpg" tags: - Algorithm - OJ - ACM - C++ --- 在刷 CCF 的真题中遇到了一道数位 DP 问题(201312-4), 于是对数位 DP 问题进行了一番学习, 现将学习笔记记录于下: ## 题目模式 * 给定区间 [a, b], 求满足特定要求的数, 要求一般与大小无关, ...
sabertazimi/sabertazimi.github.io
_posts/2016-11-17-数位DP问题.markdown
Markdown
apache-2.0
3,655
{{ partial "head.html" . }} {{ partial "nav-front.html" . }} <div class="page"> <div class="main"> <section> {{ range $index, $element := (.Paginate .Site.Taxonomies.tags.featured.Pages).Pages }} {{ $.Scratch.SetInMap "exclude" (string $index) .Title }} {{ .Render "li" }} {{ end }} {...
blackhole12/ponion
themes/ponion/layouts/index.html
HTML
apache-2.0
447
<?php require 'functions.php'; licTest(); require 'settings.php'; include 'header.inc'; if ($mls_pass == $admin_password) { print "<br><center><b>Update Item</b></center>\n"; if($uploads <= 1) { $uploads = 10; } $fields = $uploads + $uploads; for($n = 0; $n < $uploads; $n++) { if($uploadedFile[$n] !...
drlouie/public-views
_client-workareas/MARK-STRATEGY/mlsopen/admin_edit3.php
PHP
apache-2.0
4,059
# Hibiscus jatrophifolius A.Rich. 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/Hibiscus/Hibiscus jatrophifolius/README.md
Markdown
apache-2.0
181
/* * 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 ...
DICL/cassandra
src/java/org/apache/cassandra/service/MigrationManager.java
Java
apache-2.0
21,970
package junit.org.rapidpm.vaadin.jumpstart.charts.microservice.bootstrap.v001; import java.util.Optional; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.client.Client; import javax.ws.rs.client.ClientBuilder; import javax.ws.rs.client.Invocation; import javax.ws.rs.core.Response; import org.juni...
Java-Publications/vaadin-001-charts-jumpstart
modules/microservice/src/test/java/junit/org/rapidpm/vaadin/jumpstart/charts/microservice/bootstrap/v001/StartupActionTest.java
Java
apache-2.0
2,978
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" href="style1.css"/> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <link rel="stylesheet" ...
kpcorda/CS-422-Doctor-Shift-Scheduler
Code/Alpha Release/adminhome.php
PHP
apache-2.0
9,527
# Contributing Guidelines Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](code-of-conduct.md). Here is an excerpt: _As contributors and maintainers of this project, and in th...
opensds/nbp
csi-plug-n-play/sidecars/soda-csi-provisioner/external-provisioner/CONTRIBUTING.md
Markdown
apache-2.0
1,577
<label> <input type="radio" name="" value=""> </label>
hawtio/hawtio-integration
plugins/components/forms2/html/radio-group-member.html
HTML
apache-2.0
57
package com.puresoltechnologies.ductiledb.xo.impl.metadata; import com.buschmais.xo.spi.datastore.DatastoreEntityMetadata; import com.buschmais.xo.spi.metadata.method.IndexedPropertyMethodMetadata; public class DuctileVertexMetadata implements DatastoreEntityMetadata<String> { private final String discriminator; p...
PureSolTechnologies/DuctileDB
xo/src/main/java/com/puresoltechnologies/ductiledb/xo/impl/metadata/DuctileVertexMetadata.java
Java
apache-2.0
757
# AUTOGENERATED FILE FROM balenalib/jetson-xavier-fedora:36-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualen...
resin-io-library/base-images
balena-base-images/python/jetson-xavier/fedora/36/3.10.0/build/Dockerfile
Dockerfile
apache-2.0
2,441
--- layout: base title: 'Statistics of Case in UD_Guajajara-TuDeT' udver: '2' --- ## Treebank Statistics: UD_Guajajara-TuDeT: Features: `Case` This feature is universal. It occurs with 5 different values: `All`, `Dat`, `Loc`, `Tem`, `Tra`. 72 tokens (4%) have a non-empty value of `Case`. 20 types (5%) occur at leas...
UniversalDependencies/docs
treebanks/gub_tudet/gub_tudet-feat-Case.md
Markdown
apache-2.0
2,951
$packageName = 'dolphin' $url = 'http://dl.dolphin-emu.org/builds/dolphin-master-5.0-3427-x64.7z' $checksum = 'a8780e30b808db2951056e378998a6ea6e66cdc93ffcf1fdc7c84b3da66db806' $checksumType = 'sha256' $url64 = $url $checksum64 = $checksum $checksumType64 = $checksumType $toolsDir = "$(Split-Path -parent $MyInvocation...
dtgm/chocolatey-packages
automatic/_output/dolphin/5.0.3427/tools/chocolateyInstall.ps1
PowerShell
apache-2.0
790
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b)...
HeH-Projects/team-agozzino
frontend/node_modules/rxjs/operators/timeout.js
JavaScript
apache-2.0
6,958
<?php /** * Created by PhpStorm. * User: dom * Date: 2/26/16 * Time: 11:22 AM */ require_once dirname(dirname(__DIR__)) . "/classes/autoload.php"; require_once dirname(dirname(__DIR__)) . "/lib/xsrf.php"; require_once("/etc/apache2/capstone-mysql/encrypted-config.php"); require_once(dirname(dirname(dirname(dirnam...
chrispaul3625/sprots
public_html/php/api/FavoriteTeam/index.php
PHP
apache-2.0
2,075
#sidebar { float: left; overflow: hidden; margin-right: 20px; } #appImage { width: 300px; } #right_content { line-height:1.8em; }
sihrc/HFID-website
assets/css/index.css
CSS
apache-2.0
136
package org.mcavallo.opencloud.filters; import org.mcavallo.opencloud.Tag; /** * Filters tags with length not contained between a minimum and a maximum value */ public class LengthFilter extends TagFilter { private static final long serialVersionUID = 1L; private int minLength = 0; private int maxLen...
alessandro-vincelli/youeat
src/main/java/org/mcavallo/opencloud/filters/LengthFilter.java
Java
apache-2.0
1,547
/* * ==================================================================== * 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 ...
henry4j/httpasyncclient
httpasyncclient/src/main/java/org/apache/http/impl/nio/conn/DefaultClientConnection.java
Java
apache-2.0
6,445
<!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_13) on Sun Jun 29 16:47:10 MSD 2008 --> <TITLE> Uses of Class org.apache.poi.contrib.poibrowser.DocumentDescriptorRenderer (POI API Documentati...
stumoodie/MetabolicNotationSubsystem
lib/poi-3.1-FINAL/docs/apidocs/org/apache/poi/contrib/poibrowser/class-use/DocumentDescriptorRenderer.html
HTML
apache-2.0
8,648
#region Copyright and License // Copyright 2010..11 Alexander Reinert // // 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 r...
LETO-R/ARSoft.Tools.Net
ARSoft.Tools.Net/Dns/DnsSec/DsRecord.cs
C#
apache-2.0
2,469
// Copyright 2019 The Bazel 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 appl...
werkt/bazel
src/test/java/com/google/devtools/build/lib/query2/cquery/TransitionsOutputFormatterTest.java
Java
apache-2.0
9,600
/* * Copyright 2013 Gunnar Kappei. * * 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...
moosbusch/xbLIDO
src/net/opengis/gml/ConversionRefDocument.java
Java
apache-2.0
8,712
package view; import java.util.Random; import java.util.Scanner; public class Employee extends Member { protected String department; int yearHired; static Random rnd=new Random(); public Employee(){generate();} public void generate(){ super.generate(); department=Names.department[rnd.nextInt(Names.department....
zengboming/JAVA
q/src/view/Employee.java
Java
apache-2.0
798
package com.silen.android.preferences; import android.app.ActionBar; import android.content.Intent; import android.os.Bundle; import android.os.Environment; import android.preference.Preference; import android.preference.PreferenceActivity; import android.preference.PreferenceFragment; import android.view.MenuItem; imp...
silencender/FastImgSearch
android/src/main/java/com/silen/android/preferences/MyPreferencesActivity.java
Java
apache-2.0
2,420
# Summarize all the SNPs in 1,000 Genomes also found in ClinVar by clinical significance. SELECT clinicalsignificance, COUNT(1) AS num_variants FROM FLATTEN([google.com:biggene:1000genomes.variants1kG], alternate_bases) AS var JOIN ( SELECT chromosome, start, clinicalsignificance, REGEXP_EXT...
PersonalGenomesOrg/bigquery-examples
1000genomes/sql/snp-clinical-significance.sql
SQL
apache-2.0
800
[% page.import({ title => 'Site Information', section => 'about', description => 'Information about this website', }); %] <p> <a name="SiteInformation" id="SiteInformation"></a> </p> <h4> Contact Information </h4> <p> You can email us at <tt>webmaster at per...
Abigail/perlweb
docs/www/siteinfo.html
HTML
apache-2.0
9,712
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Corex.CodingTools.CSharp { public class Attribute { public Attribute() { Parameters = new List<string>(); NamedParamters = new Dictionary<string, string>(); ...
danelkhen/corex
src/Corex.Coding/CSharp/CodeModel.cs
C#
apache-2.0
4,926
/** * Copyright 2014 Open Connectome Project (http://openconnecto.me) * Written by Da Zheng (zhengda1936@gmail.com) * * This file is part of FlashGraph. * * 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 ...
silky/FlashGraph
flash-graph/messaging.cpp
C++
apache-2.0
2,629
# -*- coding: utf-8 -*- # Copyright Tom SF Haines # # 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...
Panda3D-google-code-repositories/naith
game/plugins/simpleweapon/simpleweapon.py
Python
apache-2.0
7,962
#include "sympl_utils.h" void sympl_calculateDelta(DVector *delta, Matrix *A, DVector *C, IVector *basis) { for (int j = 0; j < A->w; j++) { delta->data[j] = 0; for (int i = 0; i < A->h; i++) { delta->data[j] += A->data[i][j] * C->data[basis->data[i]]; } delta->data[j] -= C->data[j]; } } int...
gutachok/lnu_mmoi
sympl_utils/sympl_utils.c
C
apache-2.0
3,903
/* * 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 ...
peter-gergely-horvath/nifi
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/TestFlowController.java
Java
apache-2.0
59,415
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Tyvj.ViewModels; using Tyvj.DataModels; namespace Tyvj.Controllers { public class TopicController : BaseController { // // GET: /Topic/ public ActionResult Ind...
Kagamine/Tyvj
Tyvj/Controllers/TopicController.cs
C#
apache-2.0
6,167
$basePath = (Get-Item $ScriptRoot/../../../).FullName $buildPath = $basePath + "Build\" + $targetSystem New-Item -ItemType Directory -Force -Path $buildPath | Out-Null echo "Base Path: $basePath" echo "Build Path: $buildPath"
mlomb/OrbitEngine
Tools/Build/Windows/common.ps1
PowerShell
apache-2.0
227
package com.mygdx.hiddenmarble.entities; /** A moving ball. */ public interface Marble extends DynamicEntity { }
js42721/hiddenmarble
core/src/com/mygdx/hiddenmarble/entities/Marble.java
Java
apache-2.0
114
<div class="row"> <div class="col-md-8"> <!--<iframe class="video" src="https://www.youtube.com/embed/DU6UV2GPzIk?"></iframe> <iframe class="video" src="https://www.youtube.com/embed/DU6UV2GPzIk?rel=0&autoplay=1"></iframe>--> <div class="embed-responsive embed-responsive-16by9"> ...
talitalobo/radiola
web/angular/directive/playlist.html
HTML
apache-2.0
1,337
package main func test() error { return nil } func main() { if err := test(); nil == err { println("err is nil") } } // Output: // err is nil
containous/yaegi
_test/nil2.go
GO
apache-2.0
149
__source__ = 'https://leetcode.com/problems/balanced-binary-tree/#/description' # https://github.com/kamyu104/LeetCode/blob/master/Python/balanced-binary-tree.py # Time: O(n) # Space: O(h), h is height of binary tree # divide and conquer # # Description: Leetcode # 110. Balanced Binary Tree # # Given a binary tree, de...
JulyKikuAkita/PythonPrac
cs15211/BalancedBinaryTree.py
Python
apache-2.0
5,434
<!DOCTYPE html> <html ng-app="oppia" itemscope itemtype="http://schema.org/Organization"> <head> @load('base-components/header.template.html', {"title": "Oppia"}) <style> @media(max-width: 500px) { .oppia-exploration-header { max-width: 180px; } } @media(max-width: ...
prasanna08/oppia
core/templates/pages/exploration-player-page/exploration-player-page.mainpage.html
HTML
apache-2.0
1,110
# AUTOGENERATED FILE FROM balenalib/vab820-quad-alpine:3.13-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do ...
nghiant2710/base-images
balena-base-images/node/vab820-quad/alpine/3.13/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,956
package org.apereo.cas.web.flow.resolver.impl.mfa; import org.apereo.cas.CentralAuthenticationService; import org.apereo.cas.authentication.AuthenticationServiceSelectionPlan; import org.apereo.cas.authentication.AuthenticationSystemSupport; import org.apereo.cas.authentication.MultifactorAuthenticationProviderSelecto...
frett/cas
core/cas-server-core-webflow-mfa-api/src/main/java/org/apereo/cas/web/flow/resolver/impl/mfa/RegisteredServiceMultifactorAuthenticationPolicyEventResolver.java
Java
apache-2.0
5,457
/* * 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 ...
moparisthebest/beehive
beehive-netui-tags/src/main/java/org/apache/beehive/netui/tags/rendering/ButtonTag.java
Java
apache-2.0
3,426
const fs = require('fs'); const path = require('path'); const { COPYFILE_EXCL } = fs.constants; function isConflict(origStat, stat) { return stat != null && origStat != null && stat.mtimeMs != origStat.mtimeMs; }; function saveFile(fileObject, data, origStat, overwrite, defEnc, reqId) { var retryCount = 0; var bac...
jgraph/draw.io
src/main/webapp/electronFilesWorker.js
JavaScript
apache-2.0
2,829
// // SecondIntroductionView.h // Inneract // // Created by Jim Liu on 3/5/15. // Copyright (c) 2015 Emmanuel Texier. All rights reserved. // #import <UIKit/UIKit.h> @interface SecondIntroductionView : UIView @end
etexier/inneract
Inneract/SecondIntroductionView.h
C
apache-2.0
221
package id.bizdir.ui.activity; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.support.v7.intern...
niqmk/BizDir-Android
BizDir-app/src/main/java/id/bizdir/ui/activity/ForumPostActivity.java
Java
apache-2.0
14,325
# AUTOGENERATED FILE FROM balenalib/photon-nano-ubuntu:disco-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python depen...
nghiant2710/base-images
balena-base-images/python/photon-nano/ubuntu/disco/3.9.1/run/Dockerfile
Dockerfile
apache-2.0
4,068
# AUTOGENERATED FILE FROM balenalib/genericx86-64-ext-ubuntu:focal-build ENV NODE_VERSION 15.6.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 --keyser...
nghiant2710/base-images
balena-base-images/node/genericx86-64-ext/ubuntu/focal/15.6.0/build/Dockerfile
Dockerfile
apache-2.0
2,769
#region License /* * Copyright 2002-2010 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 * * Unle...
spring-projects/spring-net
src/Spring/Spring.Core/Globalization/IResourceCache.cs
C#
apache-2.0
1,874
//============================================================================= /** * @file Network_Events.cpp * * $Id: Network_Events.cpp 95488 2012-01-24 13:32:10Z johnnyw $ * * * This application tests Reactor to make sure that it responds * correctly to different kinds of network events. * * The te...
batmancn/TinySDNController
ACE_wrappers/examples/Reactor/WFMO_Reactor/Network_Events.cpp
C++
apache-2.0
5,316
# Phoma punctispora McAlpine SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Phoma punctispora McAlpine ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Dothideomycetes/Pleosporales/Phoma/Phoma punctispora/README.md
Markdown
apache-2.0
181
package carbon.internal; import android.content.Context; import android.graphics.Typeface; import java.util.HashMap; public class TypefaceUtils { public static HashMap<Roboto, Typeface> robotoCache = new HashMap<>(); public static HashMap<String, Typeface> pathCache = new HashMap<>(); public static HashM...
Sai-Teja/Carbon
carbon/src/main/java/carbon/internal/TypefaceUtils.java
Java
apache-2.0
3,191
# Cylindrolobus soronensis (Schltr.) Brieger SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Orchidaceae/Eria/Eria aporoides/ Syn. Cylindrolobus soronensis/README.md
Markdown
apache-2.0
199
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_172) on Wed Jul 25 07:27:33 CEST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.togglz.core.logging Cl...
togglz/togglz-site
apidocs/2.6.1.Final/org/togglz/core/logging/package-tree.html
HTML
apache-2.0
6,363
// Copyright 2018 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 writi...
googleads/googleads-java-lib
modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201809/cm/ClientTermsError.java
Java
apache-2.0
2,287
package com.dinglian.server.chuqulang.utils; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.Locale; import java.util.TimeZone; import org.apache.commons.lang.StringUtils; public cla...
fyunxu/chuqulang
src/main/java/com/dinglian/server/chuqulang/utils/DateUtils.java
Java
apache-2.0
16,528
package com.github.mkopylec.charon.configuration; import java.util.function.Consumer; import com.github.mkopylec.charon.forwarding.RestTemplateConfigurer; import com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorConfigurer; import com.github.mkopylec.charon.forwarding.interceptors.Request...
mkopylec/charon-spring-boot-starter
charon-spring-webmvc/src/main/java/com/github/mkopylec/charon/configuration/CharonConfigurer.java
Java
apache-2.0
2,417
# java-mongodb Just simples tests with JAVA and MongoDB
albertocerqueira/java-mongodb
README.md
Markdown
apache-2.0
56
# 14. Practice Project - 94% ![94%](images/94.png) ![94% Scala](images/94Scala.png) [:scroll: Solution](solutions/13. Practice Project - 94%25)
joan38/Learn-Programming-Scala
course/14. Practice Project - 94%.md
Markdown
apache-2.0
148
/* * Copyright 2010 ZXing 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 o...
bsoja/ZXing.Net
Source/lib/oned/Code93Reader.cs
C#
apache-2.0
13,124
/* * 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-ssmcontacts/src/main/java/com/amazonaws/services/ssmcontacts/model/transform/InternalServerExceptionUnmarshaller.java
Java
apache-2.0
3,147
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.1 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ namespace dp2Ci...
renyh1013/dp2
dp2Circulation/Properties/Settings.Designer.cs
C#
apache-2.0
1,084
package org.codehaus.plexus.archiver.diags; /* * Copyright 2014 The Codehaus 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/LICENS...
sonatype/plexus-archiver
src/main/java/org/codehaus/plexus/archiver/diags/NoOpArchiver.java
Java
apache-2.0
5,917
// Generated from /POI/java/org/apache/poi/ss/formula/functions/Sumx2my2.java #pragma once #include <fwd-POI.hpp> #include <org/apache/poi/ss/formula/functions/fwd-POI.hpp> #include <java/lang/Object.hpp> #include <org/apache/poi/ss/formula/functions/XYNumericFunction_Accumulator.hpp> struct default_init_tag; class...
pebble2015/cpoi
src/org/apache/poi/ss/formula/functions/Sumx2my2_1.hpp
C++
apache-2.0
721
package co.edu.usbcali.modelo; // Generated 16/03/2015 02:47:53 PM by Hibernate Tools 4.0.0 import java.util.Date; import java.util.HashSet; import java.util.Set; /** * Usuarios generated by hbm2java */ public class Usuarios implements java.io.Serializable { private Long codigoUsua; private Roles r...
cesarvarela04/IntegradorVaoiFeed
IntegradorVaoiFeeds/src/co/edu/usbcali/modelo/Usuarios.java
Java
apache-2.0
4,421
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated...
pirumpi/WCF_App
Aritmath/Entities/Clients.Context.cs
C#
apache-2.0
937
package com.jakewharton.trakt.services; import com.google.myjson.JsonArray; import com.google.myjson.JsonObject; import com.google.myjson.reflect.TypeToken; import com.jakewharton.trakt.TraktApiBuilder; import com.jakewharton.trakt.TraktApiService; import com.jakewharton.trakt.entities.Response; import com.jakewharton...
UweTrottmann/MovieTracker
SeriesGuideMovies/src/com/jakewharton/trakt/services/ShowService.java
Java
apache-2.0
60,531
import { FormControl } from '../../form-control'; import { RequiredValidator } from './required'; describe('Required validator', () => { let formControl: FormControl<any>; beforeEach(() => { formControl = new FormControl<any>( [RequiredValidator()] ); }); it('if value is u...
ulaval/modul-components
src/utils/form/validators/required/required.spec.ts
TypeScript
apache-2.0
1,178
<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=sistema_votacao', 'username' => 'root', 'password' => '', 'charset' => 'utf8', ];
rydiorc/sistema-de-votacao
config/db.php
PHP
apache-2.0
188
package a4336.a0.practise.james.mvppractise.Presenter; import a4336.a0.practise.james.mvppractise.DTO.IDTO; /** * Created by james on 13/12/16. */ public interface PresenterInterface<E> { void onStart(); void onRestart(); void onStop(); void onDestroy(); void onPause(); void onResume(); ...
JamesAlexander1/AndroidNotes
java/a4336/a0/practise/james/mvppractise/Presenter/PresenterInterface.java
Java
apache-2.0
380
#ifndef _ZZIP__CONFIG_H #define _ZZIP__CONFIG_H 1 /* zzip/_config.h. Generated automatically at end of configure. */ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define if pointers to integers require aligned access */ /* #undef HAVE_AL...
LiberatorUSA/GUCEF
dependencies/zziplib/zzip/_config.h
C
apache-2.0
6,346
/* * Copyright 2015 Ben Manes. 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 applicab...
ben-manes/caffeine
jcache/src/test/java/com/github/benmanes/caffeine/jcache/configuration/TestCacheLoader.java
Java
apache-2.0
1,093
require 'spec_helper' describe 'merging users', :type => :request do let(:user) { threadable.users.find_by_email_address!('bethany@ucsd.example.com') } let(:destination_user) { threadable.users.find_by_email_address!('alice@ucsd.example.com') } let(:user_record) { user.user_re...
otherio/threadable.com
spec/integration/merging_users_spec.rb
Ruby
apache-2.0
2,881
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
ktossell/rust
src/libflate/lib.rs
Rust
apache-2.0
5,723
package com.jersey.resources; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.PUT; import javax.ws.rs.Produces; import javax.ws.rs.core.Context; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Request; import javax.ws.rs.core.Response; import javax.ws.rs.co...
jmanday/Master
DSS/Practicas/Practica3/GarciaMandayJesus-p3/com.jersey/src/com/jersey/resources/CarResource.java
Java
apache-2.0
2,097
/* * (C) Copyright IBM Corp. 2014 * * 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...
OpenNTF/WebSpherePortalPortletSamples
TemplatePortlet/src/main/java/com/ibm/portal/samples/mvc/TemplatePortlet.java
Java
apache-2.0
12,188
# Rhizocarpon geographicum var. alandica (Räsänen) Räsänen VARIETY #### Status ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Rhizocarpon geographicum f. alandicum Räsänen ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Lecanorales/Rhizocarpaceae/Rhizocarpon/Rhizocarpon geographicum/Rhizocarpon geographicum alandica/README.md
Markdown
apache-2.0
236
# Skyttea elachistophora (Nyl.) Sherwood & D. Hawksw. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in in Sherwood, Hawksworth & Coppins, Trans. Br. mycol. Soc. 75(3): 484 (1981) #### Original name null ### Remarks null
mdoering/backbone
life/Fungi/Ascomycota/Lecanoromycetes/Ostropales/Odontotremataceae/Skyttea/Skyttea elachistophora/README.md
Markdown
apache-2.0
255
# Mesanthemum albidum Lecomte SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Poales/Eriocaulaceae/Mesanthemum/Mesanthemum albidum/README.md
Markdown
apache-2.0
185
# Chomelia apodantha (Standl.) Steyerm. 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/Gentianales/Rubiaceae/Chomelia/Chomelia apodantha/README.md
Markdown
apache-2.0
195
# Staurastrum tohopekaligense var. trifurcatum West & G.S. West VARIETY #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Chlorophyta/Zygnematophyceae/Zygnematales/Desmidiaceae/Staurastrum/Staurastrum tohopekaligense/Staurastrum tohopekaligense trifurcatum/README.md
Markdown
apache-2.0
219
# Hymenocallis choctawensis Traub SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Asparagales/Amaryllidaceae/Hymenocallis/Hymenocallis choctawensis/README.md
Markdown
apache-2.0
189
/* * * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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 License at * * http://...
lalaji/carbon-apimgt
components/apimgt/org.wso2.carbon.apimgt.rest.api.commons/src/main/java/org/wso2/carbon/apimgt/rest/api/common/interceptors/RESTAPISecurityInterceptor.java
Java
apache-2.0
9,415
#include "AppDelegate.h" #include <vector> #include <string> #include "HelloWorldScene.h" #include "AppMacros.h" #include "audio/include/SimpleAudioEngine.h" USING_NS_CC; using namespace std; using namespace CocosDenshion; AppDelegate::AppDelegate() { } AppDelegate::~AppDelegate() { } void AppDelegate::initGLCon...
cheyiliu/Cocos2d-x-scene-transition
Classes/AppDelegate.cpp
C++
apache-2.0
4,000
# Caryopteris tangutica Maxim. SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in Bull. Acad. Imp. Sci. Saint-Pétersbourg 27:525; Mélanges Biol. Bull. Phys. -Math. Acad. Imp. Sci. Saint-Pétersbourg 11:301. 1882 (Diagn. pl. nov. asiat. ) #### Original name null ### Rema...
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Lamiales/Lamiaceae/Caryopteris/Caryopteris tangutica/README.md
Markdown
apache-2.0
331
/* * Copyright (C) 2020 MapRoulette contributors (see CONTRIBUTORS.md). * Licensed under the Apache License, Version 2.0 (see LICENSE). */ package org.maproulette.framework.model import org.joda.time.DateTime import org.maproulette.framework.psql.CommonField import org.maproulette.framework.model.Task import play.a...
mgcuthbert/maproulette2
app/org/maproulette/framework/model/TaskReview.scala
Scala
apache-2.0
2,878
/* * 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.core/src/com/tle/web/connectors/service/ConnectorManagementPrivilegeTreeProvider.java
Java
apache-2.0
1,515
package spet.sbwo.api.service.base; public interface IPrivate { }
serban-petrescu/sbwo
src/main/java/spet/sbwo/api/service/base/IPrivate.java
Java
apache-2.0
68
# Conostylis prolifera Benth. SPECIES #### Status ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Liliopsida/Commelinales/Haemodoraceae/Conostylis/Conostylis prolifera/README.md
Markdown
apache-2.0
185
/* * Copyright 2010-2016 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 "license" fil...
ambasta/aws-sdk-cpp
aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/ParameterDeclaration.h
C
apache-2.0
8,909
# Rhodophyllus simplex Romagn. SPECIES #### Status ACCEPTED #### According to Index Fungorum #### Published in Les Rhodophylles de Madagascar 152 (1941) #### Original name Rhodophyllus simplex Romagn. ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Entolomataceae/Rhodophyllus/Rhodophyllus simplex/README.md
Markdown
apache-2.0
222
templates ========= templates for various projects
kburger/templates
README.md
Markdown
apache-2.0
52
/* * Copyright 2018. AppDynamics LLC and its affiliates. * All Rights Reserved. * This is unpublished proprietary source code of AppDynamics LLC and its affiliates. * The copyright notice above does not evidence any actual or intended publication of such source code. * */ package com.appdynamics.connector...
Appdynamics/vcloud-director-connector-extension
src/main/java/com/appdynamics/connectors/vcd/VdcParams/Cpu.java
Java
apache-2.0
913