text stringlengths 2 99.9k | meta dict |
|---|---|
---
layout: post
title: ABI
description: "test"
category: draft
mathjax: true
tags: [standard, abi]
---
## Abstract
{:.no_toc}
> This page is a work in progress.
{: .comment }
### Table of
{: .no_toc }
* this unordered seed list will be replaced by toc as unordered list
{: toc }
## Definitions
### ABI
In general (n... | {
"pile_set_name": "Github"
} |
"
self open
"
Class {
#name : #RubWorkspaceExample,
#superclass : #Object,
#instVars : [
'textModel',
'announcer',
'bindings',
'mustDeclareVariables'
],
#category : #'Rubric-Editing-Widgets-Examples'
}
{ #category : #examples }
RubWorkspaceExample class >> exampleWindowWithScrolledText [
<sampleInstance>... | {
"pile_set_name": "Github"
} |
/*
* Tests if this still compiles when multiple .proto files are involved.
*/
#include <stdio.h>
#include <pb_encode.h>
#include <pb_common.h>
#include "unittests.h"
#include "multifile2.pb.h"
#include "subdir/multifile2.pb.h"
int main()
{
int status = 0;
/* Test that included file options are properly loa... | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
* Licensed under the Zeebe Community License 1.0. You may not use this file
* ... | {
"pile_set_name": "Github"
} |
export function dijkstra(grid, start, finish) {
const nodesVisited = [];
start.distance = 0;
// If a start node is not chosen then it will set all nodes to 0
// so make a check to be sure that it exists!!!
const unvisitedNodes = getNodes(grid);
while (!!unvisitedNodes.length) {
sortUnvisitedDistance(unv... | {
"pile_set_name": "Github"
} |
<Commands ExitAfterPlayback="true" PauseAfterPlaybackInMs="10" CommandIntervalInMs="20">
<OpenFileCommand XmlFilePath=".\nsresolution.dyn" />
<SelectModelCommand Modifiers="0">
<ModelGuid>00000000-0000-0000-0000-000000000000</ModelGuid>
</SelectModelCommand>
<UpdateModelValueCommand Name="Code" Value="Names... | {
"pile_set_name": "Github"
} |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5cc2d18..e6f98cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -226,13 +226,11 @@ if(UNIX AND NOT APPLE)
if(OPENSPADES_RESOURCES)
# install asset paks (including non-GPL one)
install(FILES
- ${CMAKE_BINARY_DIR}/Resources/pak000-Nonfree.pak
${CMAKE_B... | {
"pile_set_name": "Github"
} |
accessing
name
^ 'Do not use while rendering' | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007-2015 Lonelycoder AB
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This pro... | {
"pile_set_name": "Github"
} |
{
"desc": "Huawei K4511",
"type": "qmi"
}
| {
"pile_set_name": "Github"
} |
a[rel=nofollow] {
}
a[rel='nofollow'] {
}
a[rel="nofollow"] {
}
object[type^="image/"] {
}
a[href$=".html"] {
}
p[title*="hello"] {
}
e[foo~="bar"] {
}
e[foo|="en"] {
} | {
"pile_set_name": "Github"
} |
################################################################################
#
# libplatform
#
################################################################################
LIBPLATFORM_VERSION = 1eb12b1b1efa6747c1e190964854e9e267e3a1e2
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION)... | {
"pile_set_name": "Github"
} |
import UIKit
class ViewController : UIViewController {
@IBOutlet var lab : UILabel!
@IBOutlet weak var lab2: UILabel!
@IBOutlet weak var bigButton: UIButton!
override func viewDidLoad() {
super.viewDidLoad()
// just testing, pay no attention
Notifi... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.488
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----... | {
"pile_set_name": "Github"
} |
Basic tests set 1
-----------------
====[tsv-sample --header --static-seed --compatibility-mode input3x10.tsv input3x25.tsv]====
line title weight
8 Door het land der Skipetaren 30
11 Il "Damo viennese" 23
4 Soitannollisia satuja ja jutelmia 44
23 佛說四十二章經 81
24 La Navidad en las Montañas 100
1 Белые ночи 98
6 Piepkuik... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>5E85</string>
<string>local build-Jan 6 2011</string>
<string>local build-Nov 15 2011</string>
<string>local build-Oct 16 2012</string>... | {
"pile_set_name": "Github"
} |
# photosaic
Create beautiful mosaics of an image from an original you specify, and are made up of many small images/photos you also provide!
<img src="https://user-images.githubusercontent.com/13718950/85006769-8f58ef80-b128-11ea-8440-2a9c2965cbd7.png" width="600">
## Install
```sh
$ npm install -s photosaic
```
#... | {
"pile_set_name": "Github"
} |
akka {
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = debug
jvm-exit-on-fatal-error = off
actor {
debug {
lifecycle = off
receive = off
unhandled = off
router-misconfiguration = off
}
serializers {
jsonSerializer = "com.gtan.repox.JsonSerializer"
}
serial... | {
"pile_set_name": "Github"
} |
<!-- HTML header for doxygen 1.8.14-->
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" cont... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>ColReorder example - ColVis integration</title>
<link rel="stylesheet" type="text/css" href="..... | {
"pile_set_name": "Github"
} |
---
layout: page
permalink: /:basename/
---
<link rel="stylesheet" type="text/css" href="../css/promisepage.css">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>On the first day in office, terminate President Obama's executive orders related to immigration. This includes getting rid o... | {
"pile_set_name": "Github"
} |
// Copyright John Maddock 2008.
// 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)
//
# include <pch.hpp>
#ifndef BOOST_MATH_TR1_SOURCE
# define BOOST_MATH_TR1_SOURCE
#endif
#i... | {
"pile_set_name": "Github"
} |
AWSTemplateFormatVersion: "2010-09-09"
Parameters:
TablePrefix:
Description: Table prefix to prepend all table names with
Type: String
Default: jg
MinLength: '1'
AllowedPattern: "[a-zA-Z0-9]+"
EdgestoreReadCapacity:
Description: Read capacity of the edgestore table
Type: Number
Defau... | {
"pile_set_name": "Github"
} |
"""Compatibility interface between dense and sparse polys. """
from __future__ import print_function, division
from sympy.polys.densearith import dup_add_term
from sympy.polys.densearith import dmp_add_term
from sympy.polys.densearith import dup_sub_term
from sympy.polys.densearith import dmp_sub_term
from sympy.pol... | {
"pile_set_name": "Github"
} |
/*********************************************************\
* File: ConstructorDesc.h *
*
* Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/)
*
* This file is part of PixelLight.
*
* Permission is hereby granted, free of charge, to any person obtaining a co... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MS-PL license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using MvvmCross.Base;... | {
"pile_set_name": "Github"
} |
package com.quinn.hunter.plugin.timing.bytecode;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Type;
import org.objectweb.asm.commons.LocalVariablesSorter;
public final class TimingMethodAdapter extends LocalVariablesSorter implements Opcodes {
private int sta... | {
"pile_set_name": "Github"
} |
/*
* QEMU System Emulator block write threshold notification
*
* Copyright Red Hat, Inc. 2014
*
* Authors:
* Francesco Romani <fromani@redhat.com>
*
* This work is licensed under the terms of the GNU LGPL, version 2 or later.
* See the COPYING.LIB file in the top-level directory.
*/
#include "block/block_in... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __WL12XX_80211_H__
#define __WL12XX_80211_H__
#include <linux/if_ether.h> /* ETH_ALEN */
#include <linux/if_arp.h>
/* RATES */
#define IEEE80211_CCK_RATE_1MB 0x02
#define IEEE80211_CCK_RATE_2MB 0x04
#define IEEE80211_CCK_RATE_5MB 0x0B
#define I... | {
"pile_set_name": "Github"
} |
/*
* Legal Notice
*
* This document and associated source code (the "Work") is a part of a
* benchmark specification maintained by the TPC.
*
* The TPC reserves all right, title, and interest to the Work as provided
* under U.S. and international laws, including without limitation all patent
* and trademark rig... | {
"pile_set_name": "Github"
} |
var ByteCounter = require('../');
var fs = require('fs');
var path = require('path');
var assert = require('assert');
var counter = new ByteCounter();
var remainingTests = 2;
counter.once('progress', function() {
assert.strictEqual(counter.bytes, 5);
remainingTests -= 1;
});
var is = fs.createReadStream(path.join(... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17B1003</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
... | {
"pile_set_name": "Github"
} |
#-- copyright
#OpenProject is an open source project management software.
#Copyright (C) 2012-2020 the OpenProject GmbH
#This program is free software; you can redistribute it and/or
#modify it under the terms of the GNU General Public License version 3.
#OpenProject is a fork of ChiliProject, which is a fork of Redmin... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.protocal.b;
import a.a.a.b;
import java.util.LinkedList;
public final class aay
extends amb
{
public LinkedList<bby> jVt = new LinkedList();
protected final int a(int paramInt, Object... paramVarArgs)
{
if (paramInt == 0)
{
paramVarArgs = (a.a.a.c.a)paramVarArgs[0];
... | {
"pile_set_name": "Github"
} |
require './bootstrap.rb'
#
# This tests the various form interactions with Grid to make
# sure settings are saved and loaded properly, as well as form
# validations fail and preserve existing data
#
feature 'Grid Field Settings' do
# Before each test, take us to the Field Group settings page
# and start creating ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
已获得作者转载授权。
作者:[陈星宇作词(来自豆瓣)](https://www.douban.com/people/chenxingyu2009/)
来源:https://www.douban.com/note/749862753/
2020-01-23 11:07:57
2020年01月23日
武汉,记住这一天
每个人管好自己🙏
武汉人相信武汉🙏

今天早上8点醒来翻看手机,就看到武汉今天十点全部公共交通封锁,进城出城管制了。
紧张氛围油然而生。
起床后打开电台听了听,没有特别报道。
随后打开电视机看了看,... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001-2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
* FFmpeg 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 optio... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleNam... | {
"pile_set_name": "Github"
} |
# Contributing Guidelines
## Content Guide
* Deep dish pizza is not pizza and has no place in this project.
* **(Optional)** Wrap street addresses in a link with the anchor name `#address`, e.g., `[Prince Street Pizza](http://www.yelp.com/biz/prince-st-pizza-new-york)[27 Prince St](#address)`
* Update the geoJSON fo... | {
"pile_set_name": "Github"
} |
(module TQFP-144_IPC-MD (layer F.Cu) (tedit 5794747A)
(descr "P/PG-TQFP-144-2, -3, -7 (see MAXIM 21-0087.PDF and 90-0144.PDF)")
(tags "QFP 0.5")
(attr smd)
(fp_text reference REF** (at -0.03 -5.5) (layer Eco2.User)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TQFP-144_IPC-MD (at 0.59 4.... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2013-2016 Boundless and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/edl-v10.html
*
* Cont... | {
"pile_set_name": "Github"
} |
package com.lijiankun24.architecturepractice.ui.activity;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.support.v7.app.AlertDialog;
impor... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators ... | {
"pile_set_name": "Github"
} |
// @has must_use/struct.Struct.html //pre '#[must_use]'
#[must_use]
pub struct Struct {
field: i32,
}
// @has must_use/enum.Enum.html //pre '#[must_use = "message"]'
#[must_use = "message"]
pub enum Enum {
Variant(i32),
}
| {
"pile_set_name": "Github"
} |
{
"type": "object",
"optional": true,
"required": [
"mimeType"
],
"properties": {
"mimeType": {
"type": "string"
},
"text": {
"type": "string"
},
"params": {
"type": "array",
"required": [
"name"
],
"properties": {
"name": {
... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, Ford Motor Company
* 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 condit... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Pseudo [x-pseudo]
//! author : Andrew Hood : https://github.com/andrewhood125
import moment from '../moment';
export default moment.defineLocale('x-pseudo', {
months : 'J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~... | {
"pile_set_name": "Github"
} |
{
"main" : "./lib"
}
| {
"pile_set_name": "Github"
} |
#define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_DEPRECATE
#define _CRT_NONSTDC_NO_DEPRECATE 0
#include <string.h> // because Borland's STL is braindead, we have to include <string.h> _before_ <string> in order to get memcpy
#include "test.hpp"
#include "writer_string.hpp"
#inc... | {
"pile_set_name": "Github"
} |
/*
* Software License Agreement (BSD License)
*
* Copyright (c) 2012-, Open Perception, 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (https://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.test.unit;
import java.nio.ByteBuffer;
import java.util.Random;
import java.util.concurrent.atomic.AtomicLong;
import org.h2.mvstore.... | {
"pile_set_name": "Github"
} |
//#include include/takeable.js, include/animal_naming.js, include/npc_quests.js, include/npc_conversation.js, include/npc_ai.js, include/events.js
var label = "Firebog Street Spirit Cubimal";
var version = "1353719713";
var name_single = "Firebog Street Spirit Cubimal";
var name_plural = "Firebog Street Spirit Cubimal... | {
"pile_set_name": "Github"
} |
package client.net.sf.saxon.ce.value;
import client.net.sf.saxon.ce.expr.XPathContext;
import client.net.sf.saxon.ce.functions.Component;
import client.net.sf.saxon.ce.lib.StringCollator;
import client.net.sf.saxon.ce.om.StandardNames;
import client.net.sf.saxon.ce.trans.XPathException;
import client.net.sf.sax... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--
====================================================================
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 copyr... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Braintree\Test\Unit\Model\Paypal\Helper;
use Magento\Braintree\Gateway\Config\PayPal\Config;
use Magento\Braintree\Model\Paypal\Helper\QuoteUpdater;
use Magento\Braintree\... | {
"pile_set_name": "Github"
} |
//solution for percent by whatashya@ZJU
#include <stdio.h>
char buf;
int main()
{
while((buf = getchar()) != '#') {
switch(buf) {
case ' ': printf("%%20"); break;
case '!': printf("%%21"); break;
case '$': printf("%%24"); break;
case '%': printf("%%25"); break;
case '... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
return arr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
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... | {
"pile_set_name": "Github"
} |
r"""UUID objects (universally unique identifiers) according to RFC 4122.
This module provides immutable UUID objects (class UUID) and the functions
uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
UUIDs as specified in RFC 4122.
If all you want is a unique ID, you should probably call uuid1() ... | {
"pile_set_name": "Github"
} |
"""
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//wasm_bindgen/raze", which limits external
# visibility to explicit Cargo.toml dependencies.
"//... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace FireflyIII\Console\Commands\Correction;
use FireflyIII\Exceptions\FireflyException;
use FireflyIII\Models\Account;
use FireflyIII\Models\Transaction;
use FireflyIII\Models\TransactionJournal;
use FireflyIII\Models\TransactionType;
use Illuminate\Console\Command;
use Illuminate... | {
"pile_set_name": "Github"
} |
package discovery
import (
"fmt"
"regexp"
"strconv"
)
// Generate takes care of IP generation
func Generate(pattern string) []string {
re, _ := regexp.Compile(`\[(.+):(.+)\]`)
submatch := re.FindStringSubmatch(pattern)
if submatch == nil {
return []string{pattern}
}
from, err := strconv.Atoi(submatch[1])
... | {
"pile_set_name": "Github"
} |
object AndroidConfig {
const val COMPILE_SDK_VERSION = 29
const val MIN_SDK_VERSION = 15
const val TARGET_SDK_VERSION = 29
const val BUILD_TOOLS_VERSION = "29.0.0"
const val TEST_INSTRUMENTATION_RUNNER = "android.support.test.runner.AndroidJUnitRunner"
}
interface BuildType {
companion object... | {
"pile_set_name": "Github"
} |
# coding: utf-8
require File.join(File.dirname(__FILE__), "/spec_helper")
describe Temping do
describe ".create" do
it "creates and returns an ActiveRecord model" do
post_class = Temping.create(:post)
expect(post_class).to eq Post
expect(post_class.table_name).to eq "posts"
expect(post_cl... | {
"pile_set_name": "Github"
} |
package body Q.Child is
procedure Dummy is null;
end Q.Child;
| {
"pile_set_name": "Github"
} |
# Contributing
Thanks for being willing to contribute!
**Working on your first Pull Request?** You can learn how from this _free_
series [How to Contribute to an Open Source Project on GitHub][egghead]
## Project setup
1. Fork and clone the repo
2. Run `npm run setup -s` to install dependencies and run validation
3... | {
"pile_set_name": "Github"
} |
This directory contains IDL files which give errors,
when they're compiled as midltests.idl.
| {
"pile_set_name": "Github"
} |
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "fround", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}
| {
"pile_set_name": "Github"
} |
/**
* Invoice Style Sheet
*
* Contains styling specific to the view invoice page.
*
* @project WHMCS
* @version 1.0
* @author WHMCS Limited <development@whmcs.com>
* @copyright Copyright (c) WHMCS Limited 2005-2015
* @license http://www.whmcs.com/license/
* @link http://www.whmcs.com/
*/
body ... | {
"pile_set_name": "Github"
} |
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "Emf3"=.\Emf3.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
################... | {
"pile_set_name": "Github"
} |
package io.dropwizard.migrations;
import io.dropwizard.Configuration;
import io.dropwizard.db.DatabaseConfiguration;
import liquibase.Liquibase;
import net.sourceforge.argparse4j.impl.Arguments;
import net.sourceforge.argparse4j.inf.Namespace;
import net.sourceforge.argparse4j.inf.Subparser;
import java.io.OutputStre... | {
"pile_set_name": "Github"
} |
/*
* linux/mm/filemap.c
*
* Copyright (C) 1994-1999 Linus Torvalds
*/
/*
* This file handles the generic file mmap semantics used by
* most "normal" filesystems (but you don't /have/ to use this:
* the NFS filesystem used to do this differently, for example)
*/
#include <linux/export.h>
#include <linux/compil... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NBPhoneMetaData, NBPhoneNumberUtil, NSMutableArray, NSMutableString, NSRegularExpression, NSString;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>bundleid</key>
<string></string>
<key>connections</key>
<dict>
<key>6C3253CC-953F-471C-B438-919D8070C4AB</key>
<array>
<dict>
<ke... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Splice Machine.
* Splice Machine is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free Software Foundation, either
* version 3, or (at your option) any later version.
* Splice Machine is distributed i... | {
"pile_set_name": "Github"
} |
package com.shopapp.ui.address.base
import android.app.Activity
import android.content.Context
import android.content.Intent
import android.support.v4.content.ContextCompat
import android.view.View
import com.nhaarman.mockito_kotlin.given
import com.nhaarman.mockito_kotlin.times
import com.shopapp.R
import com.shopapp... | {
"pile_set_name": "Github"
} |
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
import 'package:kaiyan/util/constant.dart';
import 'package:kaiyan/widget/comon_wiget.dart';
class Found extends StatefulWidget {
@override
State<Found> createState() {
return _FoundState();
}
}
class _FoundState extends State<Found> {
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using Telerik.Charting;
using Telerik.Core;
using Windows.Foundation;
using Windows.Foundation.Collections;
namespace Telerik.UI.Xaml.Controls.Chart
{
internal abstract clas... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.... | {
"pile_set_name": "Github"
} |
{
"id": "standing-spotlight",
"name": "Standing Spotlight",
"category": "Furniture",
"games": {
"nl": {
"orderable": true,
"interiorThemes": [
"Trendy"
],
"sellPrice": {
"currency": "bells",
"value": 450
},
"sources": [
"Nookling stores"
... | {
"pile_set_name": "Github"
} |
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "cca2": "ba" },
"geometry": {
"type": "Polygon",
"coordinates": [
[
[17.649841, 42.889076],
[17.578526, 42.943825],
[17.668331, 42.960548],
... | {
"pile_set_name": "Github"
} |
{
"name": "angular-marked",
"version": "0.0.12",
"description": "AngularJS Markdown using marked.",
"main": "angular-marked.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt": "^0.4.4",... | {
"pile_set_name": "Github"
} |
Inserts a toolbar item or items before item with id=<span class="argument">before</span>.
<div class="definition">
insert(before, items)
</div>
<div class="arguments">
<table>
<tr>
<td>before</td>
<td><b>string</b>, id of the item to insert before</td>
</tr>
<tr>
<td>items<... | {
"pile_set_name": "Github"
} |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
| {
"pile_set_name": "Github"
} |
# Brazilian Portuguese translations for cpufrequtils package
# Copyright (C) 2008 THE cpufrequtils'S COPYRIGHT HOLDER
# This file is distributed under the same license as the cpufrequtils package.
# Claudio Eduardo <claudioeddy@gmail.com>, 2009.
#
#
msgid ""
msgstr ""
"Project-Id-Version: cpufrequtils 004\n"
"Report-Ms... | {
"pile_set_name": "Github"
} |
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
class Email extends Model
{
/**
* Indicates if the model should be timestamped.
*
* @var bool
*/
public $timestamps = false;
/**
* The attributes that aren't mass a... | {
"pile_set_name": "Github"
} |
---
features:
- For the ``os_octavia`` role, the systemd unit ``TimeoutSec`` value which
controls the time between sending a SIGTERM signal and a SIGKILL signal
when stopping or restarting the service has been reduced from 300 seconds
to 120 seconds. This provides 2 minutes for long-lived sessions to drai... | {
"pile_set_name": "Github"
} |
cheats = 3
cheat0_desc = "HP Never Decrease"
cheat0_code = "222F0384+00000064"
cheat0_enable = false
cheat1_desc = "Backlight Codes"
cheat2_desc = "DS Lite Backlight Control"
cheat2_code = "94000130+FCFB0000+023FE074+012FFF11+E0000000+000000A8+E28F0001+E12FFF10+A21AB5F0+88234C24+80138811+D02A428B+25803490+F0002000+1... | {
"pile_set_name": "Github"
} |
package cn.com.superLei.aoparms;
//配置类
public class Options {
private boolean isLoggable = false;
private String logTag = "AopArms";
public Options() {
}
public boolean isLoggable() {
return isLoggable;
}
public Options setLoggable(boolean loggable) {
isLoggable = loggabl... | {
"pile_set_name": "Github"
} |
/*
* Conditions Of Use
*
* This software was developed by employees of the National Institute of
* Standards and Technology (NIST), and others.
* This software is has been contributed to the public domain.
* As a result, a formal license is not needed to use the software.
*
* This software is provided "AS IS."
* NIST ... | {
"pile_set_name": "Github"
} |
MAX_HEAP_SIZE="2G"
#JAVA_OPTS="-agentpath:/tmp/libyjpagent.so"
| {
"pile_set_name": "Github"
} |
# Code referenced from https://gist.github.com/gyglim/1f8dfb1b5c82627ae3efcfbbadb9f514
import tensorflow as tf
import numpy as np
import scipy.misc
try:
from StringIO import StringIO # Python 2.7
except ImportError:
from io import BytesIO # Python 3.x
class Logger(object):
def __init__(self... | {
"pile_set_name": "Github"
} |
from pathlib import Path
def list_v2_defs():
return [deffile.stem for deffile
in (Path(__file__).parent
/ '..' / '..' / '..'
/ 'module' / 'definitions' / '2')
.iterdir()]
| {
"pile_set_name": "Github"
} |
#include <os>
#include <timers>
#include <kernel.hpp>
#include "madness.hpp"
#include "doge.hpp"
#define RANT(TEST, TEXT, ...) \
printf("%16s[%s] " TEXT "\n","", TEST ? "+" : " ", ##__VA_ARGS__); \
namespace madness {
static std::vector<const char*> allocations{};
static int32_t alloc_timer = 0;
static ... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System.Net.Http;
using System.Threading.Tasks;
namespace DotNetCore.CAP.Dashboard.GatewayProxy.Requester
{
public interface IHttpClient
{
Ht... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2005.
// 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).
//
// See http://www.boost.org/libs/type_traits for most recent version including docum... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
// (C) Copyright 2003-2007 Jonathan Turkanis
// 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.org/libs/iostreams for docume... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.