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
package org.bocogop.shared.config; import java.io.IOException; import java.util.Properties; import org.apache.velocity.app.VelocityEngine; import org.apache.velocity.exception.VelocityException; import org.bocogop.shared.persistence.VelocityDataSourceResourceLoader; import org.springframework.beans.factory.annotation...
bocogop/main
webreport/trunk/core/src/main/java/org/bocogop/shared/config/TemplateConfig.java
Java
unlicense
1,930
package umontreal.ssj.rng; import umontreal.ssj.util.BitVector; import umontreal.ssj.util.BitMatrix; import java.io.Serializable; import java.io.*; /* * Class: WELL607base * Description: * Environment: Java * Software: SSJ * Copyright (C) 2001 Pierre L'Ecuyer and Universite de Montreal * Organizat...
jorenver/Proyecto_Sistemas_Distribuidos
pruebaAlgoritmo/umontreal/ssj/rng/WELL607base.java
Java
unlicense
4,663
#import "UIKBTree.h" @interface UIKBKeyplaneView : UIView - (NSInteger)stateForKey:(UIKBTree *)key; - (UIView *)viewForKey:(UIKBTree *)key; - (NSString *)cacheIdentifierForKey:(UIKBTree *)key withState:(NSInteger)state; @end
hbang/headers
UIKit/UIKBKeyplaneView.h
C
unlicense
230
cookbook_path ["berks-cookbooks"] node_path "nodes" role_path "roles" environment_path "environments" data_bag_path "data_bags" #encrypted_data_bag_secret "data_bag_key" knife[:berkshelf_path] = "berks-cookbooks"
okisanjp/chef-recipes
.chef/knife.rb
Ruby
unlicense
234
package java8test; import static org.hamcrest.CoreMatchers.*; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import java.util.stream.IntStream; import java.util.stream.Stream; import org.junit.Assert; import org.junit...
tadano4w/JavaProjects
java8test/src/test/java/java8test/StreamTest.java
Java
unlicense
2,746
LICENSE_COMMENT="/*! obs-model 0.5.1 Original author Alan Plum <me@pluma.io>. Released into the Public Domain under the UNLICENSE. @preserve */" test: @./node_modules/.bin/mocha \ --growl \ --reporter spec \ spec/*.spec.js clean: @rm -rf dist dist/vendor: clean @mkdir -p dist dist/obs-model.js: dist/vendor...
pluma0/obs-model
Makefile
Makefile
unlicense
1,627
'''Convert video JSON data into CSV list. The JSON documents should be from https://api.twitch.tv/kraken/videos/top?limit=20&offset=0&period=all ''' import argparse import csv import json import glob def main(): arg_parser = argparse.ArgumentParser() arg_parser.add_argument('directory') arg_parser.add_...
ArchiveTeam/twitchtv-items
utils/apivideos2csv.py
Python
unlicense
931
using System; using System.Text; namespace SimpleAuthentication.Core { public static class SystemHelpers { public static string RecursiveErrorMessages(this Exception exception) { if (exception == null) { throw new ArgumentNullException("exception"); ...
MacsDickinson/HackManchester2013
SharpDash/SimpleAuthentication.Core/SystemHelpers.cs
C#
unlicense
2,718
# Rentflees
Abhi120695/Rentflees
README.md
Markdown
unlicense
11
type CardHolder = String type CardNumber = String type Address = [String] type CustomerID = Int data BillingInfo = CreditCard CardNumber CardHolder Address | CashOnDelivery | Invoice CustomerID deriving (Show)
caiorss/Functional-Programming
haskell/rwh/ch03/BookStore2.hs
Haskell
unlicense
265
body, td, th { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } body { margin: 25px 0 0 0!important; background: #0b0c10 url("http://img.joymax.com/property/silkroadr/v1/images/_common/bg_contents.jpg") center top no-repeat; } .sprite { background: url("./game-sprite-bar2...
EraxGaming/Alpha-Legends
core/scripts/AQW_GAME-style.css
CSS
unlicense
2,900
OSS StarterKit Linux ==================== ## Vagrant box Check out the Github repository : [github.com/scotch-io/scotch-box][16] Scotch Box is a preconfigured Vagrant Box with a full array of LAMP Stack features to get you up and running with Vagrant in no time. A lot of PHP websites and applications don’t require ...
deuzu/oss-starterkit
README.md
Markdown
unlicense
7,602
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Security.Cryptography; using System.IO; using System.Text; namespace Web.CredBox { public static class StringExtension { private const string Chave = "WAZYXTEO"; private static byte[] _key = { }; ...
credbox/site
Web.CredBox/Util/StringExtension.cs
C#
unlicense
1,897
import {Utils as _} from '../utils'; export class BorderLayout { private eNorthWrapper: any; private eSouthWrapper: any; private eEastWrapper: any; private eWestWrapper: any; private eCenterWrapper: any; private eOverlayWrapper: any; private eCenterRow: any; private eNorthChildLayout:...
has191210/bdademo
src/main/resources/public/bower_components/ag-grid/src/ts/layout/borderLayout.ts
TypeScript
unlicense
9,789
#pragma warning disable CS1591 using Newtonsoft.Json; namespace Discord.API.Rest { [JsonObject(MemberSerialization = MemberSerialization.OptIn)] internal class CreateMessageParams { [JsonProperty("content")] public string Content { get; } [JsonProperty("nonce")] ...
Lelouch99/bot_cc
Discord.Net/src/Discord.Net.Rest/API/Rest/CreateMessageParams.cs
C#
unlicense
654
#include<stdio.h> #define print(exp) printf(#exp /* # */ "=%7.0f\n",exp) main() { float x=22,y=7; print(x/y); }
avaneeshrastogi/295-C-Questions
166.c
C
unlicense
120
// cslab3.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream" #include "cmath" ///define variables here #define DIAGRAM_AMOUNT 30 struct PROCESS { double dArrival_time; double dPenalty, dWait_time, dService_time;//for double operations int iArrival_time, iPenalty,...
freeshype/HPRN_CSharp
hprn_c++.cpp
C++
unlicense
5,679
# This file is automatically generated by /Users/gregg/Projects/ebnf/lib/ebnf/base.rb # BRANCH derived from etc/sparql.ebnf module Branch START = :QueryUnit BRANCH = { :Add => { "ADD" => ["ADD", :_Add_1, :GraphOrDefault, "TO", :GraphOrDefault], }, :_Add_1 => { "DEFAULT" => [], "GRAPH"...
gkellogg/ebnf
etc/sparql.rb
Ruby
unlicense
869,923
/*- * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice,...
ps4dev/ps4sdk
include/fmtmsg.h
C
unlicense
2,839
# -*- coding: utf-8 -*- from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding field 'Project.is_forced_active' db.add_column(u'projects_projec...
tochev/obshtestvo.bg
projects/migrations/0012_auto__add_field_project_is_forced_active.py
Python
unlicense
19,324
# testGit 测试git使用 11111111111111
wangyadong/testGit
README.md
Markdown
unlicense
42
\begin{table}[h!] \begin{center} \begin{tabular}{| l | c | c | c | c |}\hline & g. & p. & i. & h. \\\hline N & 61.21 & 62.91 & 61.64 & 59.30 \\\hline ADJ & 12.95 & 12.33 & 12.75 & 13.71 \\\hline VERB & 4.44 & 3.75 & 4.40 & 5.06 \\\hline ADV & 21.39 & 21.01 & 21.21 & 21.94 \\\hline POS & 37.75 & 39.28 & 3...
ttm/artigoTextoNasRedes
tables/SI2/wnPOSInline11.tex
TeX
unlicense
926
<!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 --> <title>PwmControl.PwmRange</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/java...
GreenJellyBeans/FTC12598
RC2/doc/javadoc/com/qualcomm/robotcore/hardware/PwmControl.PwmRange.html
HTML
unlicense
17,905
function printError(error) { console.error(`Error: ${error.message}`); } function printMessage(username, badgeCount, points) { const message = `${username} has ${badgeCount} total badge(s) and ${points} points in JavaScript`; console.log(message); } module.exports.printError = printError; module.exports.printMess...
davejlin/treehouse
node/Badge Count/printUtils.js
JavaScript
unlicense
339
# JobDispatcherSample A sample application showing basic usage of Firebase JobDispatcher. It uses the library to schedule a task (that requires an internet connection) to run every 30 seconds.
micjabbour/JobDispatcherSample
README.md
Markdown
unlicense
193
Ryuu ==== Perl Dancer based CMS This CMS is for my own use, however, if anyone can & want to use it, please be my guest. A couple of things you need to know before using this CMS. - In dev stage. - No guarantee whatsoever. - Uses Miyagawa's Carton. - Based on Perl Dancer, no intentions to upgrade to Dancer2 for now...
roryzweistra/Ryuu-v1
README.md
Markdown
unlicense
474
/* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copy...
flipk/pfkutils
xlock/xl2/xl2.h
C
unlicense
2,616
#ifndef E_POLICY_H # define E_POLICY_H void e_policy_init(void); void e_policy_shutdown(void); void e_policy_kbd_override_set(Eina_Bool override); const Eina_List *e_policy_clients_get(void); const E_Client *e_policy_client_active_get(void); #endif
maikodaraine/EnlightenmentUbuntu
core/enlightenment/src/modules/contact/e_policy.h
C
unlicense
251
class CreateEvents < ActiveRecord::Migration def change create_table :events do |t| t.string :title t.text :description t.datetime :from t.datetime :to t.timestamps null: false end end end
marmorkuchen-net/darmstadt3000
db/migrate/20150816214336_create_events.rb
Ruby
unlicense
232
<!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" xml:lang="en" lang="en"> <!-- Mirrored from classic.gck.ac.in/prakash-1.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 28 Nov 2016 09:41:54 GMT -->...
Limelab/gck
prakash-1.html
HTML
unlicense
12,891
// stdafx.cpp : source file that includes just the standard includes // DescriptorTables.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file
sam-b/windows_kernel_address_leaks
DescriptorTables/DescriptorTables/stdafx.cpp
C++
unlicense
295
using System; using System.Collections.Generic; using System.Linq; using ImputationH31per.Modele.Entite; namespace ImputationH31per.Controle.ImputationTfsListView.Modele { public interface IImputationTfsListViewControlControleur { void ModifierImputationTfs(IImputationTfsNotifiable imputation...
blueneosky/Bag
ImputationH31per/ImputationH31per/Controle/ImputationTfsListView/Modele/IImputationTfsListViewControlControleur.cs
C#
unlicense
437
//@flow import React, {Component, PropTypes} from 'react'; import { Button, Checkbox, Col, ControlLabel, DropdownButton, Form, FormControl, FormGroup, MenuItem, Modal, } from 'react-bootstrap'; import {connect} from 'react-redux'; import { ArrayToFuncSet, FuncSetToArray, LoadFuncSets, Save...
kevinfrei/rollercoaster
src/FileDialog.js
JavaScript
unlicense
7,990
<?php include './../pages2/pak/DBconn.php'; include './../pages2/pak/Pom.php'; session_start(); /** * spracuje dotaz zo zmien dat usera. * * @author Stefan Veres */ $lg = $_SESSION['login']; $pwc = $_SESSION['password']; $uid = $_SESSION['uid']; //A...
Stefan365/3D_sem_prace2_PHP
www/pages2/P5_1.php
PHP
unlicense
1,842
jQueryMobile-introduction ========================= Ce dépot contient les sources d'exemple au tutoriel d'introduction à jQuery Mobile ( http://nantes.labo-web.com/blog/tutoriels/jquery-mobile-introduction-1-4 ). Vous pourrez retrouver tout les exemples en ligne à ce lien : http://lab.emmanuelgautier.fr/jquerymobile-i...
emmanuelgautier/jQueryMobile-introduction
README.md
Markdown
unlicense
527
package gameServer; import java.util.Vector; public interface LobbyInterface extends ServerInterface { Vector<String> getRoomListAsString(); void addRoom(GameRoomInterface room); void addGamer(GameServer server); void subRoom(int roomNumber); void printState(); public void subSocket(String name); GameRoomInte...
anyjava/FiveStonesGame
omok/gameServer/LobbyInterface.java
Java
unlicense
363
<!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_07) on Wed Feb 08 19:32:58 CST 2012 --> <TITLE> Uses of Class org.hibernate.loader.ColumnEntityAliases (Hibernate JavaDocs) </TITLE> <META NAME="dat...
codeApeFromChina/resource
frame_packages/java_libs/hibernate-distribution-3.6.10.Final/documentation/javadocs/org/hibernate/loader/class-use/ColumnEntityAliases.html
HTML
unlicense
6,009
<html> <head> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="author" content="Benjamin Capinski"> <meta name="description" content="Website Index"> <meta name="keywords" content="websites, list"> <title>Inski Web</title> <link h...
capinski/inskiweb
index.html
HTML
unlicense
12,554
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
its-wiki/its_wiki.ReplaySaver
its_wiki.ReplaySaver/Properties/Settings.Designer.cs
C#
unlicense
1,077
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Home for ecommerce</title> <link rel="stylesheet" href="css/bootstrap.min.css" media="screen" title="no title"> <link rel="stylesheet" href="css/font-awesome-4....
nazred/shoping
shopepro/home.html
HTML
unlicense
20,761
--- title: OpenDesk website: https://www.opendesk.cc author: thruflo layout: project thumbnail: /gfx/opendesk.jpg categories: - projects --- OpenDesk is a global platform for local making. You can use it to download, make and buy furniture for your work space. OpenDesk has a global network of makers and a collection ...
opendesk/openmaking.is
_posts/projects/2014-05-03-opendesk.md
Markdown
unlicense
525
# tron user, 0815, apk, newbie, tron, home
USER0815APK/tron
README.md
Markdown
unlicense
43
--- title: Biomedical Engineering Equipments --- ![Biomedical Engineering Equipments]({{ site.github.url }}/assets/img/work/proj-2/img1.jpg) * Biomaterials * Biomedical Instrumentation * ECG Machine * Fetal Monitors * Blood pressure machine * Radiology Screens
TheEquipment/TheEquipment.github.io
work/proj-2.md
Markdown
unlicense
266
package Proxy; public class ConcreteContentGenerator implements ContentGenerator { private static ContentGenerator instance; private ConcreteContentGenerator() { } public static ContentGenerator getInstance() { if (instance == null) { instance = new ConcreteContentGenerator(); ...
Sequoza/Java-Patterns
Java-Patterns/Proxy/ConcreteContentGenerator.java
Java
unlicense
615
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("fa...
Rohansi/LoonyVM
Tools/fasconvert/Properties/AssemblyInfo.cs
C#
unlicense
1,396
"""Test the csv/json export functionality.""" import binascii import textwrap import dnstwister.tools import patches from dnstwister.core.domain import Domain def test_csv_export(webapp, monkeypatch): """Test CSV export""" monkeypatch.setattr( 'dnstwister.tools.resolve', lambda domain: ('999.999.999....
thisismyrobot/dnstwister
tests/test_exports.py
Python
unlicense
14,760
<!DOCTYPE html> <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> <head> <title>Home Basic 3 | Unify - Responsive Website Template</title> <!-- Meta --> <meta charset="utf-8"> <meta name="viewport" ...
Alan-xucheng/osfun
resources/views/user/pages/page_home5.html
HTML
apache-2.0
66,190
// // BXMultipleChoicePredicateEditorRowTemplateFactory.h // BaseTen // // Copyright 2010 Marko Karppinen & Co. 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...
gservera/baseten
BaseTenAppKit/Sources/BXMultipleChoicePredicateEditorRowTemplateFactory.h
C
apache-2.0
1,337
package com.tinycat.web; import javax.servlet.http.HttpServletRequest; import org.apache.catalina.websocket.StreamInbound; import org.apache.catalina.websocket.WebSocketServlet; import com.tinycat.util.WebUtil; //如果要接收浏览器的ws://协议的请求就必须实现WebSocketServlet这个类 public class WSMsgServlet extends WebSocketServlet { priv...
semis2008/tinycat
tinycat/src/main/java/com/tinycat/web/WSMsgServlet.java
Java
apache-2.0
842
/* * Copyright 2010-2017 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...
JoyIfBam5/aws-sdk-cpp
aws-cpp-sdk-ec2/source/model/LaunchTemplatePlacementRequest.cpp
C++
apache-2.0
5,243
var namespaceorg_1_1onosproject_1_1store_1_1ecmap = [ [ "AntiEntropyAdvertisement< K >", "classorg_1_1onosproject_1_1store_1_1ecmap_1_1AntiEntropyAdvertisement_3_01K_01_4.html", "classorg_1_1onosproject_1_1store_1_1ecmap_1_1AntiEntropyAdvertisement_3_01K_01_4" ], [ "EventuallyConsistentMapBuilderImpl< K, V >", ...
onosfw/apis
onos/apis/namespaceorg_1_1onosproject_1_1store_1_1ecmap.js
JavaScript
apache-2.0
1,295
/* * ============================================================================= * * Copyright (c) 2011-2016, The THYMELEAF team (http://www.thymeleaf.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 ...
thymeleaf/thymeleafsandbox-stsm-mvc
src/main/java/thymeleafsandbox/stsm/business/entities/Variety.java
Java
apache-2.0
1,306
# coding=utf-8 # Copyright 2022 The ML Fairness Gym 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 applicab...
google/ml-fairness-gym
environments/attention_allocation.py
Python
apache-2.0
13,033
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.search.dispatch.rpc; import ai.vespa.searchlib.searchprotocol.protobuf.SearchProtocol; import com.google.protobuf.InvalidProtocolBufferException; import com.yahoo.compress.CompressionType; import ...
vespa-engine/vespa
container-search/src/main/java/com/yahoo/search/dispatch/rpc/RpcPing.java
Java
apache-2.0
5,010
@* * Copyright 2021 HM Revenue & Customs * * 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...
hmrc/iht-frontend
app/iht/views/application/exemption/partner/partner_overview.scala.html
HTML
apache-2.0
10,136
package wrapper; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.util.List; import argo.jdom.JdomParser; import argo.jdom.JsonNode; import argo.jdom.JsonRootNode; /** * The User class stores all the information pertaining to a klo...
Anish2/Klout-Java-Wrapper
KloutJavaWrapper/src/wrapper/User.java
Java
apache-2.0
5,412
#include "Vec3.h" namespace johnengine { namespace maths { Vec3::Vec3() { x = 0.0f; y = 0.0f; z = 0.0f; } Vec3::Vec3(const float& x, const float& y, const float& z) { this->x = x; this->y = y; this->z = z; } Vec3& Vec3::add(const Vec3& other) { x += other.x; y += other.y; ...
jpszerzp/sample_Engine
2D/Math/Vec3.cpp
C++
apache-2.0
1,871
import template from './error.html'; import controller from './error.controller'; import './error.scss'; let ErrorComponent = function () { return { restrict: 'E', scope: {}, template, controller, controllerAs: 'vm', bindToController: true, params:{errors:{value:''}} }; }; export defau...
i-van/angular-webpack-starter
app/components/error/error.component.js
JavaScript
apache-2.0
339
// Copyright © 2017 winapi-rs developers // 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 http://opensource.org/licenses/MIT>, at your option. // All files in the project carrying such notice may not be copied, modi...
docbrown/winapi-rs
src/um/sapi51.rs
Rust
apache-2.0
112,004
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/services/customer_user_access_invitation_service.proto namespace Google\Ads\GoogleAds\V8\Services; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; ...
googleads/google-ads-php
src/Google/Ads/GoogleAds/V8/Services/CustomerUserAccessInvitationOperation.php
PHP
apache-2.0
3,542
--------------------- --1.1.7.1111.sql --------------------- --by Manu on 27/10/2003 -- CLEAN INSTALL of system tables and procedures -- Modules structures will be created by module itself --LOCALIZATION - COUNTRIES IF NOT EXISTS (SELECT * FROM sysobjects WHERE id = object_id(N'[rb_Countries]') AND OBJECTPROPERTY(id,...
Dashboard-X/RainbowPortal.2.0.r415.Repository
WebSites/Rainbow/Setup/Scripts/1.1.7.1111_Localization.sql
SQL
apache-2.0
191,255
# marriage Marriage plugin for bukkit
bubuxi/Marriage
README.md
Markdown
apache-2.0
38
import os import pytest import sdk_install import sdk_networks import sdk_utils from tests import config overlay_nostrict = pytest.mark.skipif(os.environ.get("SECURITY") == "strict", reason="overlay tests currently broken in strict") @pytest.fixture(scope='module', autouse=True) def configure_package(configure_s...
vishnu2kmohan/dcos-commons
frameworks/template/tests/test_overlay.py
Python
apache-2.0
945
// Copyright (c) The Diem Core Contributors // SPDX-License-Identifier: Apache-2.0 //! The following document is a minimalist version of Diem Wallet. Note that this Wallet does //! not promote security as the mnemonic is stored in unencrypted form. In future iterations, //! we will be releasing more robust Wallet impl...
libra/libra
testsuite/cli/diem-wallet/src/wallet_library.rs
Rust
apache-2.0
7,920
/* Copyright (c) 2012 James Ahlborn 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, softwa...
jahlborn/rmiio
src/test/java/examples/socket/TestClient.java
Java
apache-2.0
2,346
package edu.uci.ics.biggraph.servlet; /** * Map AQL interface to inner implementation of URL builder * * @see http://asterixdb.ics.uci.edu/documentation/api.html#QueryStatusApi */ public enum RestAPI { DDL ("/ddl", "ddl="), UPDATE ("/update", "statements="), QUERY ("/query", "query="), ASYNC_RESU...
songsense/Pregelix_Social_Graph
src/main/java/edu/uci/ics/biggraph/servlet/RestAPI.java
Java
apache-2.0
745
package com.mobgen.halo.android.content.sync; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import android.support.annotation.IntDef; import android.support.annotation.NonNull; import android.support....
mobgen/halo-android
sdk-libs/halo-content/src/main/java/com/mobgen/halo/android/content/sync/ContentSyncLocalDatasource.java
Java
apache-2.0
20,507
<?php namespace Illuminate\Contracts\Cookie; interface Factory { /** * Create a new cookie instance. * * @param string $name * @param string $value * @param int $minutes * @param string $path * @param string $domain * @param bool $secure ...
focuslife/v0.1
vendor/laravel/framework/src/Illuminate/Contracts/Cookie/Factory.php
PHP
apache-2.0
1,259
package com.redhat.osas.ml.model; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.PrintWriter; import java.io.Serializable; import java.io.StringWriter; @SuppressWarnings("deprecation") @Entity @Cacheable @NamedQueries( { ...
jottinger/finder
src/main/java/com/redhat/osas/ml/model/Node.java
Java
apache-2.0
1,909
<?php require_once(dirname(__FILE__) . '/settings.php'); require_once(dirname(__FILE__) . '/log.php'); require_once(dirname(__FILE__) . '/plugin.php'); error_reporting(-1); ini_set('display_errors', 1); $request_body = file_get_contents('php://input'); $xml = simplexml_load_string($request_body); __log("Endpoint tr...
maxmlr/FrontDoor
html/ifttt/xmlrpc.php
PHP
apache-2.0
6,106
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <link rel="shortcut icon" href="../images/haskell-dark.png"> <title>Eternal seeker - Queue in functional programming languages</title> <link href="https://stac...
pamu/blog
docs/posts/2018-09-09-queue-in-haskell-scala.html
HTML
apache-2.0
11,597
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Mon Aug 17 17:11:17 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.ap...
changwu/mqa
solr-5.3.0/docs/solr-core/org/apache/solr/util/stats/class-use/Histogram.html
HTML
apache-2.0
4,788
from django.urls import re_path from .views import PrivateStorageView urlpatterns = [ re_path(r'^(?P<path>.*)$', PrivateStorageView.as_view(), name='serve_private_file'), ]
edoburu/django-private-storage
private_storage/urls.py
Python
apache-2.0
179
/* * 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-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/transform/JourneyEmailMessageJsonUnmarshaller.java
Java
apache-2.0
2,792
/* * Copyright (c) 2014, 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 * * Unless require...
sumuditha-viraj/cloud-dev-studio
extensions/artifacts/org.wso2.developerstudio.codenvy.ext.appfactory/src/main/java/org/wso2/developerstudio/codenvy/ext/appfactory/client/AppFactoryExtensionResources.java
Java
apache-2.0
971
<!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_35) on Tue Oct 09 17:08:24 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface com.fasterxml.j...
FasterXML/jackson-databind
docs/javadoc/2.1/com/fasterxml/jackson/databind/jsonFormatVisitors/class-use/JsonFormatVisitorWithSerializerProvider.html
HTML
apache-2.0
9,921
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:21 PST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.f...
FasterXML/jackson-databind
docs/javadoc/2.3/com/fasterxml/jackson/databind/deser/std/class-use/StringArrayDeserializer.html
HTML
apache-2.0
7,223
<!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_111) on Wed Jan 04 22:31:25 EST 2017 --> <title>CDSPayerReceiverAnalysis</title> <meta name="date" content="2017-01-04"> <link rel="stylesheet"...
lakshmiDRIP/DRIP
Javadoc/org/drip/sample/creditoption/CDSPayerReceiverAnalysis.html
HTML
apache-2.0
9,541
package hy222ap_assign1; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Scanner; public class SubtitutionDecryption { private String text=""; private String newtext=""; private static ArrayList<String>keys=new ArrayList<String...
haofeiyan/myProjectInUniversity
1DV700/src/hy222ap_assign1/SubtitutionDecryption.java
Java
apache-2.0
2,209
package won.bot.framework.eventbot.event.impl.analyzation.agreement; import java.net.URI; import won.protocol.model.Connection; /** * Created by fsuda on 27.11.2017. */ public class AgreementCancellationAcceptedEvent extends AgreementEvent { public AgreementCancellationAcceptedEvent(Connection con, URI agreeme...
researchstudio-sat/webofneeds
webofneeds/won-bot/src/main/java/won/bot/framework/eventbot/event/impl/analyzation/agreement/AgreementCancellationAcceptedEvent.java
Java
apache-2.0
510
# Lindbergia magniretis Brotherus, 1907 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/Hypnales/Leskeaceae/Lindbergia/Lindbergia magniretis/README.md
Markdown
apache-2.0
195
# Cerasus densiflora Spach SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Rosales/Rosaceae/Cerasus densiflora/README.md
Markdown
apache-2.0
174
# Stenosolen holothuria Markgr. ex A.H.Gentry SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Gentianales/Apocynaceae/Stenosolen/Stenosolen holothuria/README.md
Markdown
apache-2.0
193
# Cyclosiphon Ehrenberg, 1856 GENUS #### Status ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in Abh. Akad. Berlin, 1855, Phys. , 168. #### Original name null ### Remarks null
mdoering/backbone
life/incertae sedis/Cyclosiphon/README.md
Markdown
apache-2.0
224
# Korthalsia lobbiana H.Wendl. 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/Arecales/Arecaceae/Korthalsia/Korthalsia rostrata/ Syn. Korthalsia lobbiana/README.md
Markdown
apache-2.0
185
# Clutia lanceolata subsp. robusta (Pax) M.G.Gilbert SUBSPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
mdoering/backbone
life/Plantae/Magnoliophyta/Magnoliopsida/Malpighiales/Euphorbiaceae/Clutia/Clutia lanceolata/Clutia lanceolata robusta/README.md
Markdown
apache-2.0
203
# Marasmius semihirtipes Peck, 1873 SPECIES #### Status SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bull. Buffalo Soc. nat. Sci. 1: 575 (1873) #### Original name Marasmius semihirtipes Peck, 1873 ### Remarks null
mdoering/backbone
life/Fungi/Basidiomycota/Agaricomycetes/Agaricales/Marasmiaceae/Gymnopus/Gymnopus semihirtipes/ Syn. Marasmius semihirtipes/README.md
Markdown
apache-2.0
257
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv=Content-Type content="text/html; charset=UTF-8"> <title>Login</title> <script type="text/javascript" src="js/jquery.min.js"></script> <style type="text/css"> body { height: 100%; paddi...
tianshaojie/jee-universal-bms
main/deploy/static/login.html
HTML
apache-2.0
4,418
=begin #-- Copyright 2012-2013 inBloom, Inc. and its affiliates. 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...
inbloom/secure-data-service
sli/databrowser/app/middleware/logging_middleware.rb
Ruby
apache-2.0
956
--- title: Where is my log ID? description: Learn about how to locate your elmah.io log ID. Log IDs are used to group your log messages by server, application, or what ever way you'd like. --- # Where is my log ID? A log ID represents a log on elmah.io. A log is a container for log messages. How you choose to split u...
elmahio/documentation
docs/where-is-my-log-id.md
Markdown
apache-2.0
752
// // ======================================================================== // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
sdw2330976/Research-jetty-9.2.5
jetty-websocket/websocket-common/src/test/java/org/eclipse/jetty/websocket/common/message/MessageDebug.java
Java
apache-2.0
1,945
<div class="panel panel-default"> <div class="panel-heading"> <strong class="panel-title">Lista de Productos</strong> </div> <div class="panel-body" style="overflow: auto;"> <?php //echo CHtml::link('Dercargar Excel <span class="glyphicon glyphicon-save"></span>',array('#','excel'=>true), a...
hyms/singulargrafic
admin/protected/views/configuration/tables/almacenes.php
PHP
apache-2.0
2,064
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Nov 12 13:03:04 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.h...
SoCe/SoCe
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/concurrent/lock/class-use/LockEvictionProcessor.html
HTML
apache-2.0
4,549
/* * Copyright 2021 The Knative Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
knative-sandbox/eventing-kafka-broker
control-plane/pkg/client/injection/informers/factory/factory.go
GO
apache-2.0
2,022
/* * Copyright [2016] [Shane Connelly] * * 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...
eskibars/elasticsearch-ingest-hashfields
src/test/java/org/elasticsearch/plugin/ingest/hashfields/HashfieldsProcessorTests.java
Java
apache-2.0
1,940
/* * Copyright 2010-2020 Alfresco Software, Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
Activiti/Activiti
activiti-core-common/activiti-spring-security-policies/src/main/java/org/activiti/core/common/spring/security/policies/SecurityPoliciesProcessDefinitionRestrictionApplier.java
Java
apache-2.0
1,626
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
moto-timo/ironpython3
Src/IronPython/Compiler/Ast/ClassDefinition.cs
C#
apache-2.0
14,172
/* * Copyright 2010 Bizosys Technologies Limited * * Licensed to the Bizosys Technologies Limited (Bizosys) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The Bizosys licenses this file * to you un...
bizosys/hsearch-obsolete
src/java/com/bizosys/hsearch/dictionary/Dictionary.java
Java
apache-2.0
11,140
package org.jetbrains.plugins.scala.codeInsight.generation.actions import com.intellij.codeInsight.CodeInsightBundle import com.intellij.codeInsight.hint.HintManager import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.editor.Editor import com.intellij.openapi.fileEditor.FileDocumentM...
JetBrains/intellij-scala
scala/codeInsight/src/org/jetbrains/plugins/scala/codeInsight/generation/actions/ScalaGenerateEqualsAction.scala
Scala
apache-2.0
10,257
#[derive(Default, Debug)] pub struct RegStatus { // CU coproc_usability: [bool; 4], // RP low_power: bool, // FR fpregs_extend: bool, // RE reverse_endian: bool, // DS diag_status: DiagnosticStatus, // IM interrupt_mask: InterruptMask, // KX kernel_mode_64bi...
sidebog7/gprust64
src/n64/cpu/cp0/reg_status.rs
Rust
apache-2.0
4,704