text stringlengths 2 100k | meta dict |
|---|---|
# Author: Steven J. Bethard <steven.bethard@gmail.com>.
"""Command-line parsing library
This module is an optparse-inspired command-line parsing library that:
- handles both optional and positional arguments
- produces highly informative usage messages
- supports parsers that dispatch to sub-parsers
The... | {
"pile_set_name": "Github"
} |
/*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | {
"pile_set_name": "Github"
} |
#N canvas 394 1 692 722 10;
#X obj 45 615 dac~ 1 2;
#X obj 45 574 *~ 0.1;
#X obj 45 553 osc~ 440;
#X text 464 21 ............................;
#X text 464 31 . ____ ._____ _ .......___ .;
#X text 464 41 .| __ )| ____| |....../ _ |.;
#X text 464 61 .| |_) | |___| |___ / ___ |.;
#X text 464 71 .|____/|_____|_____/_/..._|... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32017 Test.11.9.2 Passed 01</title... | {
"pile_set_name": "Github"
} |
# Date : 29th July
# Author : Alexander Baker
import sys
from pylab import figure, show, clf, savefig, cm
from numpy.fft import fft, fft2, ifft, ifft2, fftshift
from optparse import OptionParser
from numpy import *
def generateResolution(n):
return 2**n, (2**n)-1
def store_value(option, opt_str, value, parser):
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package http2
// A list of the possible cipher suite ids. Taken from
// http://www.iana.org/assignments/tls-parameters/tls-parameters.txt
const (
cipher_TLS_... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' ?>
<Module id='205' name='Rmdir_Target'>
<Interfaces>
<Interface id='0x01010031' provider='0x01011005' />
</Interfaces>
<Dependencies>
</Dependencies>
<Lp>Yes</Lp>
<Target>Yes</Target>
<Architecture type='i386'>
<Platform family='winnt'>
<Version major='*' minor='... | {
"pile_set_name": "Github"
} |
let path = null
setInterval(() => {
if (path !== window.location.pathname) {
path = window.location.pathname
document.querySelectorAll('.lang-mermaid').forEach(node => {
const newNode = node.cloneNode(true)
newNode.removeAttribute('class')
const hr = document.createElement('hr')
node.... | {
"pile_set_name": "Github"
} |
# pre 1.0.0 change
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.grpc.GrpcClientSettings.grpcLoadBalancingType")
| {
"pile_set_name": "Github"
} |
/***************************************************************************************
Toolkit for WPF
Copyright (C) 2007-2017 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For mor... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.jboss.forge.roaster.model.source;
import org.jboss.forge.roaster.Internal;
/**
* Represents an imported element in a {@link... | {
"pile_set_name": "Github"
} |
Feedback
========
.. note::
All participants must follow the `pimutils Code of Conduct
<http://pimutils.org/coc>`_.
Please do provide feedback if *khal* works for you or even more importantly,
if it doesn't. Feature requests and other ideas on how to improve khal are also
welcome (see below).
In case you ar... | {
"pile_set_name": "Github"
} |
Ember uses the [Handlebars templating library](http://www.handlebarsjs.com)
to power your app's user interface. Handlebars templates contain static HTML and dynamic content inside Handlebars expressions, which are invoked with double curly braces: `{{}}`.
Dynamic content inside a Handlebars expression is rendered with... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/*!
* Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
background-color: #f8f8f8;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 9694
translator:
weibo: ''
hide: true
command: |-
ls -l =gcc
summary: |-
Get the dir listing of an executable without knowing its location
| {
"pile_set_name": "Github"
} |
DROP TABLE part;
-- data setup
CREATE TABLE part(
p_partkey INT,
p_name STRING,
p_mfgr STRING,
p_brand STRING,
p_type STRING,
p_size INT,
p_container STRING,
p_retailprice DOUBLE,
p_comment STRING
);
LOAD DATA LOCAL INPATH '../../data/files/part_tiny.txt' overwrite into table part... | {
"pile_set_name": "Github"
} |
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modif... | {
"pile_set_name": "Github"
} |
#coding=utf-8
# coding=utf-8
'''
Created on 2014-1-5
@author: ETHAN
'''
from django.http import HttpResponse
from django.contrib.auth.decorators import login_required
from gatesidelib.common.simplelogger import SimpleLogger
from teamvision.resources.project.resource_string import Project as ProjectRes
from teamvision.... | {
"pile_set_name": "Github"
} |
const fs = require("fs");
export class CreateProjectParameters {
public TemplatesDirectory: string;
public ProjectType: string;
public ProjectName: string;
public ProjectDescription: string;
public ORM: string;
public Database: string;
public ConnectionString: string;
public UseDefaultP... | {
"pile_set_name": "Github"
} |
namespace com.clusterrr.hakchi_gui
{
partial class SelectConsoleDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?auth=ruby-authkey&pnsdk=PubNub-Ruby/4.1.0&r=0&signature=WcY3UFpAJZ8pWNbzqp3Hhez_jdYL7omiywfMqME8C-o=×tamp=1464194054&ttl=0&uuid=ruby-test-uuid-client-one&w=0
body:
encoding: UTF-8
str... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
Copyright (c) 2014, Intel Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source cod... | {
"pile_set_name": "Github"
} |
package walparser
type BlockLocation struct {
RelationFileNode RelFileNode
BlockNo uint32
}
func NewBlockLocation(spcNode, dbNode, relNode Oid, blockNo uint32) *BlockLocation {
return &BlockLocation{
RelationFileNode: RelFileNode{SpcNode: spcNode, DBNode: dbNode, RelNode: relNode},
BlockNo: b... | {
"pile_set_name": "Github"
} |
%apply size_t { eastl_size_t };
%apply const size_t& { const eastl_size_t& };
%include "eastl_vector.i"
%template(StringHashList) eastl::vector<Urho3D::StringHash>;
%template(Vector2List) eastl::vector<Urho3D::Vector2>;
%template(Vector3List) eastl::vector<Ur... | {
"pile_set_name": "Github"
} |
# LSB Oracle (crypto 150)
###ENG
[PL](#pl-version)
The task was pretty much the same idea as https://github.com/p4-team/ctf/tree/master/2016-04-15-plaid-ctf/crypto_rabit with the exception that in Plaid CTF we had Rabin cryptosystem and there it was RSA.
We get a [binary](lsb_oracle.vmp.exe.zip) which can give us RS... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2.0,
* as published by the Free Software Foundation.
*
* This program is also distributed with... | {
"pile_set_name": "Github"
} |
# vuex-mock-store [](https://circleci.com/gh/posva/vuex-mock-store) [](https://www.npmjs.com/package/vuex-mock-store) [](... | {
"pile_set_name": "Github"
} |
/****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | {
"pile_set_name": "Github"
} |
#ifndef NTL_vec_vec_long__H
#define NTL_vec_vec_long__H
#include <NTL/vec_long.h>
NTL_OPEN_NNS
typedef Vec< Vec<long> > vec_vec_long;
NTL_CLOSE_NNS
#endif
| {
"pile_set_name": "Github"
} |
From 9af545e2824df54e8cef7f3a62d96c37360cb0a0 Mon Sep 17 00:00:00 2001
From: Christian Hewitt <christianshewitt@gmail.com>
Date: Fri, 24 Apr 2020 03:09:12 +0000
Subject: [PATCH 2/3] boards: amlogic: add Odroid C4 support
Odroid C4 is an SM1 device, the board config is adapted from VIM3L and
README is based on the READ... | {
"pile_set_name": "Github"
} |
<ul class="device-info" onclick="selectDevice('[[DEVICE_IDENTIFIER]]', this);">
<li>[[DEVICE_RESULT]]<h3 class="device-name">[[DEVICE_NAME]]</h3></li>
<li class="device-os">iOS [[DEVICE_OS]]</li>
<li class="device-model">Model: [[DEVICE_MODEL]]</li>
<li class="device-identifier">Identifier: [[DEVICE_I... | {
"pile_set_name": "Github"
} |
#!/usr/local/bin/perl
# mkdir-p.pl
# On some systems, the -p option to mkdir (= also create any missing parent
# directories) is not available.
my $arg;
foreach $arg (@ARGV) {
$arg =~ tr|\\|/|;
&do_mkdir_p($arg);
}
sub do_mkdir_p {
local($dir) = @_;
$dir =~ s|/*\Z(?!\n)||s;
if (-d $dir) {
return;
... | {
"pile_set_name": "Github"
} |
name: "CodeQL"
on:
push:
branches: [master, dev]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 3 * * 4'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: action... | {
"pile_set_name": "Github"
} |
/*
* 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 version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b2173b9606b6741fda0af840ae51b353
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
THE CRAPL v0 BETA 1
0. Information about the CRAPL
If you have questions or concerns about the CRAPL, or you need more
information about this license, please contact:
Matthew Might
http://matt.might.net/
I. Preamble
Science thrives on openness.
In modern science, it is often infeas... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1e6cce25c02c8454c9036b887d7f3056
timeCreated: 1435485319
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
"""This file makes every line between a --@generated and --@usercode comment
read only and the background colored in grey.
This is an example of using overlays"""
import GPS
import os.path
def on_open_generated_file(name, file):
ebuf = GPS.EditorBuffer.get()
def apply_overlay(overlay, from_line, to_l... | {
"pile_set_name": "Github"
} |
p + p {
text-indent: 2em;
margin-top: -1.5em;
/* Don't want this in forms. */ }
form p + p {
text-indent: 0; }
p.incr,
.incr p {
font-size: 0.833em;
line-height: 1.44em;
margin-bottom: 1.5em; }
.caps {
font-variant: small-caps;
letter-spacing: 1px;
text-transform: lowercase;
font-size: 1.2em... | {
"pile_set_name": "Github"
} |
/*
* Linux defines for values that are not yet included in common C libraries
* Copyright (c) 2014, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef LINUX_DEFINES_H
#define LINUX_DEFINES_H
#ifndef SO_WIFI_STATUS
# if defin... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Prometheus Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package time_test
import (
"testing"
. "time"
)
func TestAndroidTzdata(t *testing.T) {
ForceAndroidTzdataForTest(true)
defer ForceAndroidTzdataForTest(fal... | {
"pile_set_name": "Github"
} |
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@import 'tale';
summary {
color: $blue;
padding-left: 6px;
padding-right: 6px;
border: 1px solid #ee0;
display: inline-block;
border-radius: 4px;
}
details[open] summary {
margin-bottom: 6px;
}
details[open] {
margin-bottom... | {
"pile_set_name": "Github"
} |
"%@ of %@" = "%1$@ of %2$@";
"%@ %@ has been installed and will be ready to use next time %@ starts! Would you like to relaunch now?" = "%1$@ %2$@ הותקנה ותהיה מוכנה לפעולה בפעם הבאה שתריץ את %3$@ ! ברצונך לאתחל?";
"%@ %@ is currently the newest version available." = "%1$@ %2$@ היא הגרסה האחונה הזמינה.";
"%@ %@ is c... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------
//
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated by Magic Modules and manual
// ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import os
import betamax
from betamax_serializers import pretty_json
record_mode = 'once'
from git_repo.services.service import RepositoryService
services = list(RepositoryService.service_map.keys())
if os.environ.get('TRAVIS_GH3'):
# create default bogus values for tokens and namespaces... | {
"pile_set_name": "Github"
} |
.class Lcn/com/smartdevices/bracelet/tencent/health/QQHealth$3;
.super Lcom/d/a/a/h;
# instance fields
.field final synthetic this$0:Lcn/com/smartdevices/bracelet/tencent/health/QQHealth;
.field final synthetic val$weight:Lcn/com/smartdevices/bracelet/tencent/health/HealthWeight;
# direct methods
.method construct... | {
"pile_set_name": "Github"
} |
/* Base16 Atelier Cave Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Cave Comment */
.hljs-comment,
.hljs-quote {
color: #7e7887;
}
/* Atelier-Cave ... | {
"pile_set_name": "Github"
} |
////////////////////////////////
//
// Copyright 2020 Battelle Energy Alliance, LLC
//
//
////////////////////////////////
namespace CSETWeb_Api.Controllers
{
public class usp_getComponentsSummmary
{
public double YesNumber { get; set; }
public double YesPercent { get; set; }
p... | {
"pile_set_name": "Github"
} |
METEOR@1.2.1
| {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace UMA
{
/// <summary>
/// This ScriptableObject class is used for advanced mesh hiding with UMA and the DCS.
/// </summary>
/// <remarks>
/// This class simply stores a link to a SlotDataAsset (the slot to get... | {
"pile_set_name": "Github"
} |
GIMP-VBR
1.0
2. Hardness 100
10.000000
25.000000
1.000000
1.000000
0.000000
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011-2019, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of co... | {
"pile_set_name": "Github"
} |
/home/sunzheng/Projects/EasyRSS/obj/local/armeabi/objs/curl/curl/lib/krb5.o: \
/home/sunzheng/Projects/EasyRSS/jni/curl/lib/krb5.c \
/home/sunzheng/Projects/EasyRSS/jni/curl/lib/setup.h \
/home/sunzheng/Projects/EasyRSS/jni/curl/lib/curl_config.h \
/home/sunzheng/Projects/EasyRSS/jni/curl/include/curl/curlbuild.h \... | {
"pile_set_name": "Github"
} |
(function($) {
/**
* Czech language package
* Translated by @AdwinTrave. Improved by @cuchac
*/
$.fn.bootstrapValidator.i18n = $.extend(true, $.fn.bootstrapValidator.i18n, {
base64: {
'default': 'Prosím zadejte správný base64'
},
between: {
'default... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose ei... | {
"pile_set_name": "Github"
} |
# Docker file that builds a Centos 6 image ready for GRR installation.
#
# To build a new image on your local machine, cd to this file's directory
# and run (note the period at the end):
#
# docker build -t grrdocker/centos6 -f Dockerfile.centos6 .
#
# A custom Python version is built and installed in /usr/local/bin ... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
static uint32_t gk208_pmu_data[] = {
/* 0x0000: proc_kern */
0x52544e49,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,
0x00000000,... | {
"pile_set_name": "Github"
} |
# Acknowledgements
This application makes use of the following third party libraries:
Generated by CocoaPods - https://cocoapods.org
| {
"pile_set_name": "Github"
} |
name: "Hind Jalandhar"
designer: "Indian Type Foundry"
license: "OFL"
category: "SANS_SERIF"
date_added: "2016-01-20"
fonts {
name: "Hind Jalandhar"
style: "normal"
weight: 300
filename: "HindJalandhar-Light.ttf"
post_script_name: "HindJalandhar-Light"
full_name: "Hind Jalandhar Light"
copyright: "Copyrig... | {
"pile_set_name": "Github"
} |
/*
* SHA1 hash implementation and interface functions
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "sha1.h"
#include "sha1_i.h"
#include "md5.h"
#in... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Jos van den Oever <jos@vandenoever.info>
*
* 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) version 3 or... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2011, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; ... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
The GNU C 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... | {
"pile_set_name": "Github"
} |
// +build !darwin no_native_menus
package glfw
import "fyne.io/fyne"
func hasNativeMenu() bool {
return false
}
func setupNativeMenu(menu *fyne.MainMenu) {
// no-op
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# mfnew
#
# Create a new branch from the default target with the given name
#
usage() {
echo "Usage: `basename $0` [1|2] [name]" 1>&2
}
[[ $# < 3 && $1 != "-h" && $1 != "--help" ]] || { usage; exit 1; }
MFINFO=$(mfinfo "$@") || exit 1
IFS=' ' read -a INFO <<< "$MFINFO"
TARG=${INFO[3]}
BRANCH=... | {
"pile_set_name": "Github"
} |
export { default } from './ErrorInfo';
| {
"pile_set_name": "Github"
} |
'use strict';
var GetIntrinsic = require('../GetIntrinsic');
var $gOPD = require('../helpers/getOwnPropertyDescriptor');
var $SyntaxError = GetIntrinsic('%SyntaxError%');
var $TypeError = GetIntrinsic('%TypeError%');
var isPropertyDescriptor = require('../helpers/isPropertyDescriptor');
var IsAccessorDescriptor = r... | {
"pile_set_name": "Github"
} |
package br.com.caelum.stella.validation.ie;
import br.com.caelum.stella.MessageProducer;
import br.com.caelum.stella.validation.Validator;
public class IEGoiasValidatorTest extends IEValidatorTest {
public IEGoiasValidatorTest() {
super(wrongCheckDigitUnformattedString, validUnformattedString, validFormattedS... | {
"pile_set_name": "Github"
} |
# ----------------------------
# Set NAME to the program name
# Set ICON to the png icon file name
# Set DESCRIPTION to display within a compatible shell
# Set COMPRESSED to "YES" to create a compressed program
# ----------------------------
NAME ?= DEMO
COMPRESSED ?= NO
ICON ?= icon.png
DESCRIPTION ?= ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<links>
<set target="*">
<link name="Developer Guide">https://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide</link>
<link name="Service API Reference">https://docs.aws.amazon.com/autoscaling/ec2/APIReference</link>
</set>
</links>
| {
"pile_set_name": "Github"
} |
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// No testdata on Android.
// +build !android
package loader_test
import (
"fmt"
"go/build"
"go/constant"
"go/types"
"path/filepath"
"reflect"
"sort"
... | {
"pile_set_name": "Github"
} |
/* Flowchart variables */
/* Sequence Diagram variables */
/* Gantt chart variables */
.mermaid .label {
color: #323D47;
}
.node rect,
.node circle,
.node ellipse,
.node polygon {
fill: #BDD5EA;
stroke: #81B1DB;
stroke-width: 1px;
}
.edgePath .path {
stroke: lightgrey;
}
.edgeLabel {
background-color: #e8e8... | {
"pile_set_name": "Github"
} |
// unused reports unused identifiers (types, functions, ...) in your
// code.
package main // import "honnef.co/go/tools/cmd/unused"
import (
"log"
"os"
"honnef.co/go/tools/lint/lintutil"
"honnef.co/go/tools/unused"
)
var (
fConstants bool
fFields bool
fFunctions bool
fTypes bool
fVariabl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2019 Jean-Luc Barriere
*
* This file is part of Noson-App
*
* Noson 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 3 of the License, or
* (at your opti... | {
"pile_set_name": "Github"
} |
# Jackson JSON processor
Jackson is a high-performance, Free/Open Source JSON processing library.
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
been in development since 2007.
It is currently developed by a community of developers, as well as supported
commercially by FasterXML.com.
## ... | {
"pile_set_name": "Github"
} |
±²³SolveSpaceREVa
Group.h.v=00000001
Group.type=5000
Group.name=#references
Group.color=ff000000
Group.skipFirst=0
Group.predef.swapUV=0
Group.predef.negateU=0
Group.predef.negateV=0
Group.visible=1
Group.suppress=0
Group.relaxConstraints=0
Group.allowRedundant=0
Group.allDimsReference=0
Group.scale=1.000000000000000... | {
"pile_set_name": "Github"
} |
[
{ "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky-PASS.txt" },
{ "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" },
{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-no-stencil-PASS.txt... | {
"pile_set_name": "Github"
} |
# Dynamic Programming - 动态规划(五)
# Interleaving String
## Question
- leetcode: [Interleaving String | LeetCode OJ](https://leetcode.com/problems/interleaving-string/)
- lintcode: [(29) Interleaving String](http://www.lintcode.com/en/problem/interleaving-string/)
```
Given three strings: s1, s2, s3,
determine whether... | {
"pile_set_name": "Github"
} |
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
#
# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
# Foundation, Inc.
# Written by Scott James Remnant, 2004.
#
# This file is free software; the Free Software Foundation gives
# unlimited permission to copy and/or distri... | {
"pile_set_name": "Github"
} |
/* annoStreamDbFactorSource -- factorSource track w/related tables */
#include "annoStreamDbFactorSource.h"
#include "annoStreamDb.h"
#include "factorSource.h"
#include "hdb.h"
#include "sqlNum.h"
static char *asfsAutoSqlString =
"table factorSourcePlus"
"\"factorSourcePlus: Peaks clustered by factor w/normalized sco... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/t... | {
"pile_set_name": "Github"
} |
// Copyright 2010 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicab... | {
"pile_set_name": "Github"
} |
.. include:: ../vpbx/rating_profiles.rst
| {
"pile_set_name": "Github"
} |
/*
* This class is distributed as part of the Psi Mod.
* Get the Source Code in github:
* https://github.com/Vazkii/Psi
*
* Psi is Open Source and distributed under the
* Psi License: https://psi.vazkii.net/license.php
*/
package vazkii.psi.common.spell.trick.block;
import net.minecraft.util.Direction;
import n... | {
"pile_set_name": "Github"
} |
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
from __future__ import print_function
import logging
import signal
import time
import sys
from traitlets.config import catch_config_error
from traitlets import (
Instance, Dict, Unicode, Bool, List, CUnicode, An... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2002-2016, DuraSpace. All rights reserved
Licensed under the DuraSpace License.
A copy of the DuraSpace License has been included in this
distribution and is available at: http://www.dspace.org/license
-->
<beans xmlns="http://www.springframe... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ZtreeDemoComponent } from './ztree-demo.component';
describe('ZtreeDemoComponent', () => {
let component: ZtreeDemoComponent;
let fixture: ComponentFixture<ZtreeDemoComponent>;
beforeEach(async(() => {
TestBed.configureTesti... | {
"pile_set_name": "Github"
} |
# See www.openfst.org for extensive documentation on this weighted
# finite-state transducer library.
from libc.time cimport time
from libc.time cimport time_t
from libcpp cimport bool
from libcpp.memory cimport shared_ptr
from libcpp.memory cimport unique_ptr
from libcpp.utility cimport pair
from libcpp.vector cimp... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!310 &1
UnityConnectSettings:
m_ObjectHideFlags: 0
serializedVersion: 1
m_Enabled: 1
m_TestMode: 0
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
m_ConfigUrl: https://config.uca.cloud.unity3d.com... | {
"pile_set_name": "Github"
} |
/*
* File: AbstractMarkovChainMonteCarlo.java
* Authors: Kevin R. Dixon
* Company: Sandia National Laboratories
* Project: Cognitive Foundry
*
* Copyright Sep 30, 2009, Sandia Corporation.
* Under the terms of Contract DE-AC04-94AL85000, there is a non-exclusive... | {
"pile_set_name": "Github"
} |
Copyright (c) 2007 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
di... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftbitmap.h */
/* */
/* Fr... | {
"pile_set_name": "Github"
} |
using NHapi.Base.Parser;
using NHapi.Base;
using NHapi.Base.Log;
using System;
using System.Collections.Generic;
using NHapi.Model.V281.Segment;
using NHapi.Model.V281.Datatype;
using NHapi.Base.Model;
namespace NHapi.Model.V281.Group
{
///<summary>
///Represents the PEX_P07_STUDY Group. A Group is an ordered collect... | {
"pile_set_name": "Github"
} |
f() ->
Y = case 1 of 1 -> ok end. | {
"pile_set_name": "Github"
} |
/*
* This file is part of Cleanflight.
*
* Cleanflight 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 3 of the License, or
* (at your option) any later version.
*
* Cleanflight is distr... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.