text stringlengths 2 99.9k | meta dict |
|---|---|
# Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
#
# Use of this source code is governed by a BSD-style license
# that can be found in the LICENSE file in the root of the source
# tree. An additional intellectual property rights grant can be found
# in the file PATENTS. All contributing project au... | {
"pile_set_name": "Github"
} |
/*
* This file contains declaration referring to
* functions defined in other source files
*/
#ifndef _LBS_DECL_H_
#define _LBS_DECL_H_
#include <linux/netdevice.h>
#include <linux/firmware.h>
#include <linux/nl80211.h>
/* Should be terminated by a NULL entry */
struct lbs_fw_table {
int model;
const char *h... | {
"pile_set_name": "Github"
} |
/*!
* Connect - session - Session
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* MIT Licensed
*/
/**
* Module dependencies.
*/
var utils = require('../../utils')
, Cookie = require('./cookie');
/**
* Create a new `Session` with the given request and `data`.
*
* @param {IncomingRequ... | {
"pile_set_name": "Github"
} |
What should a typical session look like?
## Fetching stuff from the web
```python
from scrapekit import config, http
config.cache_forever = True
config.cache_dir = '/tmp'
res = http.get('http://databin.pudo.org/t/b2d9cf')
```
Good enough. This should retain a cache of the data locally, and do
retrieval.
Other co... | {
"pile_set_name": "Github"
} |
{
"title":"Shared Array Buffer",
"description":"Type of ArrayBuffer that can be shared across Workers.",
"spec":"https://tc39.github.io/ecmascript_sharedmem/shmem.html",
"status":"other",
"links":[
{
"url":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayB... | {
"pile_set_name": "Github"
} |
#if defined(CONFIG_RAM32MB)
#define MEM_END 0x02000000 /* Memory size 32Mb */
#elif defined(CONFIG_RAM16MB)
#define MEM_END 0x01000000 /* Memory size 16Mb */
#else
#define MEM_END 0x00800000 /* Memory size 8Mb */
#endif
#undef CRT_DEBUG
.macro PUTC CHAR
#ifdef CRT_DEBUG
moveq #\CHAR, %d7
jsr putc
#endif
.endm
.g... | {
"pile_set_name": "Github"
} |
/* Capstone Disassembler Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013 */
// This sample code demonstrates the APIs cs_malloc() & cs_disasm_iter().
#include <stdio.h>
#include <stdlib.h>
#include <capstone/platform.h>
#include <capstone/capstone.h>
struct platform {
cs_arch arch;
cs_mode mode;
unsigne... | {
"pile_set_name": "Github"
} |
body {
font-family:"Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
h3,
p,
#qunit-userAgent,
#qunit-banner,
ol {
margin: 0;
padding: 0;
}
li {
list-style-position: inside;
}
#qunit-tests {
font-size: smaller;
/* IE6/7 seem to have trouble displaying an OL wit... | {
"pile_set_name": "Github"
} |
Set up HTTPS
If you have set up SSL/HTTPS configurations on your GEE server, you
can also set up a secure Fusion server for your browser-based maps.
Warning: The following procedure is applicable only to release 4.x
and previous versions of GEE. For
GEE release 5.x
, see
Configure GEE Server 5.1.0 for SSL... | {
"pile_set_name": "Github"
} |
<configuration>
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.... | {
"pile_set_name": "Github"
} |
// This file was generated by go generate; DO NOT EDIT
package currency
import "golang.org/x/text/internal/tag"
// CLDRVersion is the CLDR version from which the tables in this package are derived.
const CLDRVersion = "29"
const (
xxx = 282
xts = 280
usd = 249
eur = 92
jpy = 131
gbp = 97
chf = 60
aud = 19
... | {
"pile_set_name": "Github"
} |
#if !defined(BOOST_PP_IS_ITERATING)
///// header body
#ifndef BOOST_MPL_AUX_LAMBDA_NO_CTPS_HPP_INCLUDED
#define BOOST_MPL_AUX_LAMBDA_NO_CTPS_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or ... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/apply_fwd.hpp" header
// -- DO NOT modify by hand!
namespace boo... | {
"pile_set_name": "Github"
} |
Implementor (Front-End)
Is the language design fit for front-end implementation?
For each of the new aspects, are the new grammar and legality
rules clear enough to implement?
For each new Restriction, is the intent and meaning of the restriction
sufficiently clear and detailed to be implemented?
Ident: FE... | {
"pile_set_name": "Github"
} |
#include "../precompiled.h"
#pragma hdrstop
/*
RSA Data Security, Inc., MD4 message-digest algorithm. (RFC1320)
*/
/*
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. M... | {
"pile_set_name": "Github"
} |
@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to bui... | {
"pile_set_name": "Github"
} |
## DevOps Guide Topic Wise:
### 1 Programming Language
- Python : Scripting for web
- Shell : Scripting for servers
- Yml : For Configuration of Cloud files
- Golang : Servers and Cloud Architectures
- Javascript : Good to know for any web-development works
- Markdown : For documentation
### 2 OS-Concepts
... | {
"pile_set_name": "Github"
} |
=head1 NAME
perl585delta - what is new for perl v5.8.5
=head1 DESCRIPTION
This document describes differences between the 5.8.4 release and
the 5.8.5 release.
=head1 Incompatible Changes
There are no changes incompatible with 5.8.4.
=head1 Core Enhancements
Perl's regular expression engine now contains support f... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001-2003 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, K... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/vector/vector10.hpp" header
// -- DO NOT modify by hand!
namespa... | {
"pile_set_name": "Github"
} |
/*
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* s... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_MODULUS_HPP_INCLUDED
#define BOOST_MPL_MODULUS_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.or... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio... | {
"pile_set_name": "Github"
} |
/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
{{ 12},{ 8}}, {{140},{ 8}}, {{ 76},{ 8}}, {{204},{ 8}}, {{ 44},{ 8}},
{{172},{ 8}}, {{108},{ 8}}, {{236},{ 8}}, {{ 28},{ 8}}, {{156},{ 8}},
{{ 92},{ 8}}, {{220},{ 8}}, {{ 60},{ 8}}, {{188},{ 8}}, {{124},... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014-2020 Patrizio Bekerle -- <patrizio@bekerle.com>
* Copyright (c) 2019-2020 Waqar Ahmed -- <waqar.17a@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | {
"pile_set_name": "Github"
} |
Performance Guide
=================
Compilation and Parallelism
---------------------------
The pyfora runtime performs two kinds of optimization: JIT compilation, which ensures that
single-threaded code is fast, and automatic parallelization, which ensures that you can use many cores at once.
In both cases, the goa... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, K... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
This HTML was auto-generated from MATLAB code.
To make changes, update the MATLAB code and republish this document.
--><title>Kmeans Model Selection in ... | {
"pile_set_name": "Github"
} |
import theano
import theano.tensor as T
import numpy as np
from gauss import *
from theano.tensor.slinalg import Cholesky as MatrixChol
import math
def n_pdf(x):
return 1.0 / T.sqrt(2 * math.pi) * T.exp(-0.5 * x**2)
def log_n_pdf(x):
return -0.5 * T.log(2 * math.pi) - 0.5 * x**2
def n_cdf(x):
retur... | {
"pile_set_name": "Github"
} |
State
Country
Form
2555-EZ
Department of the Treasury
Internal Revenue Service
(99)
Foreign Earned Income Exclusion
a
Attach to Form 1040.
a
.
OMB No. 1545-0074
20
13
Attachment
Sequence No.
34A
Name shown on Form 1040
Your social security number
You May Use
This Form
If You:
• Are a U.S. citiz... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_CONFIG_ADL_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_ADL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2002-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http:... | {
"pile_set_name": "Github"
} |
<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ProGuard Downloads</title>
</head>
<body>
<h2>Downloa... | {
"pile_set_name": "Github"
} |
"""Computations with ideals of polynomial rings."""
from __future__ import print_function, division
from sympy.polys.polyerrors import CoercionFailed
from sympy.core.compatibility import reduce
class Ideal(object):
"""
Abstract base class for ideals.
Do not instantiate - use explicit constructors in ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Fo... | {
"pile_set_name": "Github"
} |
################### DataSource Configuration ##########################
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/test
jdbc.username=root
jdbc.password=admin
validationQuery=SELECT 1
################### Hibernate Configuration ##########################
hibernate... | {
"pile_set_name": "Github"
} |
import os
import sys
import webbrowser
from time import sleep as sleep_sheep
# Executing ping with input host
# using systems functionality (only linux)
def ping(host):
instr = "ping -c 1 %s" %(host)
response = os.system(instr)
return response == 0
# Finite state loop if
# computer re-connects to network
# ... | {
"pile_set_name": "Github"
} |
#if !defined(BOOST_PP_IS_ITERATING)
///// header body
#ifndef BOOST_MPL_INHERIT_HPP_INCLUDED
#define BOOST_MPL_INHERIT_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://ww... | {
"pile_set_name": "Github"
} |
/*
* 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... | {
"pile_set_name": "Github"
} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Encapsulation of JavaScript transformations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%[(8 codegen javascript) hs module {%{EH}JavaScript.Trf}
%%]
-- general imports
%%[(8... | {
"pile_set_name": "Github"
} |
Language="Português"
Region="Portugal"
OK="OK"
Apply="Aplicar"
Cancel="Cancelar"
Close="Fechar"
Save="Guardar"
Discard="Rejeitar"
Disable="Desativar"
Yes="Sim"
No="Não"
Add="Adicionar"
Remove="Remover"
Rename="Renomear"
Interact="Interagir"
Filters="Filtros"
Properties="Propriedades"
MoveUp="Mover para Cima"
MoveDown... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* MODULE: PS driver
* AUTHOR(S): Glynn Clements <glynn@gclements.plus.com>
* COPYRIGHT: (C) 2007 Glynn Clements
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_VALUE_WKND_HPP_INCLUDED
#define BOOST_MPL_AUX_VALUE_WKND_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http:... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Symmetric Multi-Processing — The Linux... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
// -- DO NOT modify by hand!
nam... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
// -- DO NOT modify by hand!
nam... | {
"pile_set_name": "Github"
} |
#import "qedefs.h"
id preferences_i;
#define DEFOWNER "QuakeEd2"
float lightaxis[3] = {1, 0.6, 0.75};
@implementation Preferences
- init
{
[super init];
preferences_i = self;
return self;
}
int _atoi (char *c)
{
if (!c)
return 0;
return atoi(c);
}
int _atof (char *c)
{
if (!c)
return 0;
return atof(... | {
"pile_set_name": "Github"
} |
#imports
import numpy as np
import numpy.random as npr
import tensorflow as tf
import time
import matplotlib.pyplot as plt
import pickle
import copy
import os
import sys
from six.moves import cPickle
from rllab.envs.normalized_env import normalize
import yaml
import argparse
import json
#my imports
from policy_random... | {
"pile_set_name": "Github"
} |
' [NVDI.BAS]
' This source document is apart of the ENhanCed Hisoft ApplicatioN toolkiT (ENCHANT)
' Developed by Matthew Bacon & Paul Jones, ½ 1997-1999 Matthew Bacon & Paul Jones
DIM SHARED NVDIInstalled=-1
FUNCTION cookie_NVDI
STATIC dummy,NVDI&
dummy=GETCOOKIE ("NVDI",NVDI&)
IF dummy<>0 THEN
cookie_... | {
"pile_set_name": "Github"
} |
rows = {[1.312119e+002
5.237206e+002
];
[1.202256e+002
1.731594e+002
1.821481e+002
1.911369e+002
2.021231e+002
2.260931e+002
2.400756e+002
2.550569e+002
2.710369e+002
2.870169e+002
3.209744e+002
3.559306e+002
3.729094e+002
4.038706e+002
4.328344e+002
4.568044e+002
4.667919e+002
4.757806e+002
4.8476... | {
"pile_set_name": "Github"
} |
# 2009 January 29
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#********************************... | {
"pile_set_name": "Github"
} |
function aa=lpcdl2aa(dl)
%LPCDL2AA dct of log area to area coefficients AA=(DL)
% we do not correct for sinc errors
% Copyright (C) Mike Brookes 1997
% Version: $Id: lpcdl2aa.m 713 2011-10-16 14:45:43Z dmb $
%
% VOICEBOX is a MATLAB toolbox for speech processing.
% Home page: http://www.ee.ic... | {
"pile_set_name": "Github"
} |
namespace eval ::tk {
::msgcat::mcset en "&Abort"
::msgcat::mcset en "&About..."
::msgcat::mcset en "All Files"
::msgcat::mcset en "Application Error"
::msgcat::mcset en "&Apply"
::msgcat::mcset en "Bold"
::msgcat::mcset en "Bold Italic"
::msgcat::mcset en "&Blue"
::msgcat::mcset en ... | {
"pile_set_name": "Github"
} |
1
2
0
4
1
4
0
22
3
9
15
0
3
3
1
0
0
0
1
0
2
0
1
0
0
0
0
0
1
0
0
3
4
6
2
9
4
2
0
0
3
3
0
0
2
0
0
1
1
4
0
0
0
1
0
5
4
0
1
1
14
5
3
5
1
1
1
3
1
0
0
2
0
1
3
1
4
0
1
5
3
0
0
3
0
1
1
4
3
3
3
1
0
3
2
1
0
1
0
1
0
1
7
0
0
2
3
0
2
5
3
3
0
0
0
1
2
1
0
1
0
0
1
5
1
0
0
2
1
1
6
10
1
3
0
0
0
1
10
1
0
3
0
2
0
5
2
3
0
1
0
0
3
1
1
0
0
3... | {
"pile_set_name": "Github"
} |
/*
COPYRIGHT
Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United
States of America. All Rights Reserved.
This product is protected by copyright and distributed under the following
license restricting its use.
The Interface Definition Language Compiler Front End (CFE) is made
available for... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# --------------------------------------------------------------
# -- Warm up DNS cache script by your own MRU domains or from
# -- file when it specified as script argument.
# --
# -- Version 1.1
# -- By Yuri Voinov (c) 2014
# --------------------------------------------------------------
# Default DNS hos... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* MODULE: r.coin
*
* AUTHOR(S): Michael O'Shea - CERL
* Michael Shapiro - CERL
*
* PURPOSE: Calculates the coincidence of two raster map layers.
*
* COPYRIGHT: (C) 2006 by the GRASS Development Team
... | {
"pile_set_name": "Github"
} |
/*
KLayout Layout Viewer
Copyright (C) 2006-2020 Matthias Koefferlein
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later vers... | {
"pile_set_name": "Github"
} |
{
"keyboard": "handwired/hnah40",
"keymap": "default_d4ff836",
"commit": "d4ff836d6449b442e6f5ddc31678a489d0f6b3d6",
"layout": "LAYOUT",
"layers": [
[
"KC_ESC", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T", "KC_Y", "KC_U", "KC_I", "KC_O", "KC_P", "KC_BSPC",
"LT(... | {
"pile_set_name": "Github"
} |
1
1
1
1
1
0
2
1
2
0
1
2
1
1
1
1
3
2
1
4
4
1
0
2
1
0
0
2
1
1
0
1
1
1
2
1
1
1
1
1
0
1
1
1
1
0
1
1
1
1
1
1
2
1
1
2
1
0
0
1
0
1
1
1
2
0
0
3
0
0
2
2
1
1
0
0
1
2
3
0
0
0
0
2
1
2
2
0
0
0
0
1
1
1
0
0
0
1
0
0
1
1
1
2
2
1
2
1
1
0
0
4
2
1
1
1
0
0
1
1
0
1
5
2
2
0
1
2
2
1
0
1
7
2
2
0
1
3
2
1
2
1
1
1
0
0
1
1
0
2
1
1
3
0
1
3
1
2
0
1
... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2006.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_MATH_SPECIAL_LAGUERRE_HPP
#define BOOST_MATH_SPECIAL_LAGUERRE_HPP
... | {
"pile_set_name": "Github"
} |
/*
KLayout Layout Viewer
Copyright (C) 2006-2020 Matthias Koefferlein
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later vers... | {
"pile_set_name": "Github"
} |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: uiEditBar.asm
FILE: uiEditBar.asm
AUTHOR: Gene Anderson, May 12, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
... | {
"pile_set_name": "Github"
} |
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Loader
FILE: heap.asm
ROUTINES:
Name Description
---- -----------
InitHeap Initialize the heap
REVISION HISTORY:
Name Date Descrip... | {
"pile_set_name": "Github"
} |
1
00:00:00,590 --> 00:00:04,382
Welcome to week two of Social Network
Analysis.
2
00:00:04,382 --> 00:00:08,902
This is the Les Matty version of Network
modeling.
3
00:00:08,902 --> 00:00:13,236
Why do we want to model networks?
Because we want to understand the
4
00:00:13,236 --> 00:00:17,459
underlying dynamics t... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------
// This software is Copyright (c) 2015 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of an Embarcadero developer tools product.
// This software is considered a Redistributable as def... | {
"pile_set_name": "Github"
} |
/* Copyright 2000 by the Massachusetts Institute of Technology.
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appear in all copies and that both that copyright
* notice and ... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_BEGIN_END_HPP_INCLUDED
#define BOOST_MPL_BEGIN_END_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boos... | {
"pile_set_name": "Github"
} |
/*!
* socket.io-node
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
/**
* Module dependencies.
*/
var util = require('./util')
, toArray = util.toArray;
/**
* Log levels.
*/
var levels = [
'error'
, 'warn'
, 'info'
, 'debug'
];
/**
* Colors for log levels.
*/
var colo... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------------------------------------
Software License for The Fraunhofer FDK AAC Codec Library for Android
� Copyright 1995 - 2013 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V.
All rights reserved.
1. INTRODUCTION... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/bind_fwd.hpp" header
// -- DO NOT modify by hand!
namespace boos... | {
"pile_set_name": "Github"
} |
"death_prophet_spirit_siphon"
{
"challengetype" "192"
"desc" "#DOTA_ChallengeDesc_DeathProphetSpiritSiphon"
"requiredhero" "43"
"multi_query" "1"
"events"
{
"1"
{
"desc" "#DOTA_ChallengeDesc_DeathProphetSpiritSiphon_Sub1"
"status_text" "#DOTA_ChallengeStatusText_DeathProphetSpiritSiphon_Sub1"
"... | {
"pile_set_name": "Github"
} |
/* Finnish stemmer.
Numbers in square brackets refer to the sections in
Fred Karlsson, Finnish: An Essential Grammar. Routledge, 1999
ISBN 0-415-20705-3
*/
routines (
mark_regions
R2
particle_etc possessive
LONG VI
case_ending
i_plural
... | {
"pile_set_name": "Github"
} |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Library/Spool/UI
FILE: uiSpoolSummonsPrint.asm
AUTHOR: Don Reeves, March 30, 1990
ROUTINES:
Name Description
---- -----------
REVISION H... | {
"pile_set_name": "Github"
} |
Contributing
============
OpenMPT, libopenmpt, openmpt123, xmp-openmpt and in_openmpt are developed in
the Subversion repository at
[https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/](https://source.openmpt.org/browse/openmpt/trunk/OpenMPT/).
Patches can be provided either against this Subversion repository or... | {
"pile_set_name": "Github"
} |
{
"title":"ES6 classes",
"description":"ES6 classes are syntactical sugar to provide a much simpler and clearer syntax to create objects and deal with inheritance.",
"spec":"https://www.ecma-international.org/ecma-262/6.0/#sec-class-definitions",
"status":"other",
"links":[
{
"url":"https://develope... | {
"pile_set_name": "Github"
} |
.editor {
width: 100%;
resize: none;
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.new-post {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.entry-ti... | {
"pile_set_name": "Github"
} |
Listdlls v3.2 - Listdlls
Copyright (C) 1997-2016 Mark Russinovich
Sysinternals
------------------------------------------------------------------------------
chrome.exe pid: 5376
Command line: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
Base Size Path
0x00000000170900... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/vector.hpp" header
// -- DO NOT modify by hand!
namespace boost ... | {
"pile_set_name": "Github"
} |
/*
This Java source file was generated by test-to-java.xsl
and is a derived work from the source document.
The source document contained the following notice:
Copyright (c) 2001 World Wide Web Consortium,
(Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio U... | {
"pile_set_name": "Github"
} |
from pylab import imread, subplot, imshow, title, gray, figure, show, NullLocator
from numpy import mean, cov, dot, linalg, size, argsort
def princomp(A, numpc=0):
# computing eigenvalues and eigenvectors of covariance matrix
M = (A-mean(A.T,axis=1)).T # subtract the mean (along columns)
[latent,coeff] = ... | {
"pile_set_name": "Github"
} |
[
"a",
"à",
"â",
"abord",
"afin",
"ah",
"ai",
"aie",
"ainsi",
"allaient",
"allo",
"allô",
"allons",
"après",
"assez",
"attendu",
"au",
"aucun",
"aucune",
"aujourd",
"aujourd'hui",
"auquel",
"aura",
"auront",
"aussi",
... | {
"pile_set_name": "Github"
} |
/*
* Directory operations for Coda filesystem
* Original version: (C) 1996 P. Braam and M. Callahan
* Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University
*
* Carnegie Mellon encourages users to contribute improvements to
* the Coda project. Contact Peter Braam (coda@cs.cmu.edu).
*/
#include <linux/ty... | {
"pile_set_name": "Github"
} |
module Logging
# A Mapped Diagnostic Context, or MDC in short, is an instrument used to
# distinguish interleaved log output from different sources. Log output is
# typically interleaved when a server handles multiple clients
# near-simultaneously.
#
# Interleaved log output can still be meaningful if eac... | {
"pile_set_name": "Github"
} |
// (C) Copyright Tobias Schwinger
//
// Use modification and distribution are subject to the boost Software License,
// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
//------------------------------------------------------------------------------
#ifndef BOOST_FT_IS_MEMBER_OBJECT_POINTER_HPP_INCLU... | {
"pile_set_name": "Github"
} |
{
"title":"WOFF 2.0 - Web Open Font Format",
"description":"TrueType/OpenType font that provides better compression than WOFF 1.0.",
"spec":"http://www.w3.org/TR/WOFF2/",
"status":"cr",
"links":[
{
"url":"https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a",
"title":"Basics about WOFF 2... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_MAX_ELEMENT_HPP_INCLUDED
#define BOOST_MPL_MAX_ELEMENT_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.... | {
"pile_set_name": "Github"
} |
/*!
* socket.io-node
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
/**
* Module requirements.
*/
var HTTPTransport = require('./http');
/**
* Exports the constructor.
*/
exports = module.exports = HTTPPolling;
/**
* HTTP polling constructor.
*
* @api public.
*/
function HTTPPo... | {
"pile_set_name": "Github"
} |
idx label predict basePredict correct time
0 3 3 3 1 0:00:02.880090
20 7 5 5 0 0:00:02.805073
40 4 0 4 0 0:00:02.820064
60 7 7 7 1 0:00:02.871635
80 8 8 8 1 0:00:02.823541
100 4 5 5 0 0:00:02.816172
120 8 1 8 0 0:00:02.806945
140 6 6 2 1 0:00:02.810067
160 2 2 2 1 0:00:02.807297
180 0 0 0 1 0:00:02.838913
20... | {
"pile_set_name": "Github"
} |
$$QDomDocument.setContent(com.trolltech.qt.core.QIODevice, boolean)
/**
This function reads the XML document from the IO device <tt>dev</tt>, returning
true if the content was successfully parsed; otherwise returns false.
<p>
If <tt>namespaceProcessing</tt> is true, the parser recognizes
namespaces in the XML file an... | {
"pile_set_name": "Github"
} |
import java.security.Permission;
import java.util.Scanner;
interface Food {
public String getType();
}
class Pizza implements Food {
public String getType() {
return "Someone ordered a Fast Food!";
}
}
class Cake implements Food {
public String getType() {
return "Someone ordered a Dessert!";
}
}
class ... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/or.hpp" header
// -- DO NOT modify by hand!
namespace boost { na... | {
"pile_set_name": "Github"
} |
// import async to make control flow simplier
'use strict';
const async = require('async');
// import the rest of the normal stuff
const mongoose = require('../../lib');
require('./person.js')();
const Person = mongoose.model('Person');
// define some dummy data
const data = [
{
name: 'bill',
age: 25,
... | {
"pile_set_name": "Github"
} |
/*
* Security Management
*
* Copyright (C) 2005 Robert Shearman
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any late... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>entity_diagram(Format) — Logtalk APIs v3.42.0-b02 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" ... | {
"pile_set_name": "Github"
} |
/*
Copyright © 2001-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, European Research Consortium
for Informatics and Mathematics, Keio University). All
Rights Reserved. This work is distributed under the W3C® Software License [1] in the
hope that it will be useful, but WITHOUT ANY WARRANT... | {
"pile_set_name": "Github"
} |
Zope Public License (ZPL) Version 2.0
-----------------------------------------------
This software is Copyright (c) Zope Corporation (tm) and
Contributors. All rights reserved.
This license has been certified as open source. It has also
been designated as GPL compatible by the Free Software
Foundation (FSF).
Redis... | {
"pile_set_name": "Github"
} |
StartChar: daggerdbl
Encoding: 8225 8225 1194
Width: 440
VWidth: 0
Flags: HMW
LayerCount: 3
Fore
SplineSet
266 163 m 0
266 148 235 125 235 97 c 16
235 92 241 79 246 79 c 8
295 79 322 99 371 99 c 8
389 99 400 83 400 64 c 8
400 46 389 29 371 29 c 16
329 29 298 49 250 49 c 16
243 49 235 46 235 39 c 16
235 -26 255 ... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/aux_/full_lambda.hpp" header
// -- DO NOT modify by hand!
namesp... | {
"pile_set_name": "Github"
} |
tinymce.addI18n('th_TH',{
"Cut": "\u0e15\u0e31\u0e14",
"Heading 5": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 5",
"Header 2": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 2",
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "\u0e40\u0e1a\u0e23\u0e3... | {
"pile_set_name": "Github"
} |
%%MatrixMarket matrix coordinate real general
%-------------------------------------------------------------------------------
% UF Sparse Matrix Collection, Tim Davis
% http://www.cise.ufl.edu/research/sparse/matrices/HB/west0479
% name: HB/west0479
% [U 8 STAGE COLUMN SECTION, ALL SECTIONS RIGOROUS ( CHEM. ENG. )]
% ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.