text stringlengths 2 99.9k | meta dict |
|---|---|
package iptables
import (
"errors"
"net"
"syscall"
"github.com/sirupsen/logrus"
"github.com/vishvananda/netlink"
)
var (
// ErrConntrackNotConfigurable means that conntrack module is not loaded or does not have the netlink module loaded
ErrConntrackNotConfigurable = errors.New("conntrack is not available")
)
... | {
"pile_set_name": "Github"
} |
#
# Internal file for GetGitRevisionDescription.cmake
#
# Requires CMake 2.6 or newer (uses the 'function' command)
#
# Obtained from https://github.com/rpavlik/cmake-modules/blob/master/GetGitRevisionDescription.cmake.in
# on August 29 2017
#
# Original Author:
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ry... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
# react-universal
A `react` starter kit that handles universal rendering as well as a bunch of another neat things. This is sort of a living spec for how I build web applications.
## Already implemented
1. `babel`, because ES2015+ all the things.
2. `react`, clearly.
3. `react-router` for routing on the client and s... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.openssl;
import java.io.IOException;
import java.io.Writer;
import java.security.NoSuchProviderException;
import java.security.SecureRandom;
import org.bouncycastle.util.io.pem.PemGenerationException;
import org.bouncycastle.util.io.pem.PemObjectGenerator;
import org.bouncycastle.util.io.pem.... | {
"pile_set_name": "Github"
} |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" sizes="32x32" href="{{.Static}}/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{.Static}}/favicon/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="{{.Static}}/f... | {
"pile_set_name": "Github"
} |
{
"name": "gatsby-remark-katex",
"description": "Transform math nodes to html markup",
"version": "3.3.13",
"author": "Jeffrey Xiao <jeffrey.xiao1998@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"remark-math": "^1.0... | {
"pile_set_name": "Github"
} |
package number
import "C"
//export number_add_mod
func number_add_mod(a, b, mod C.int) C.int {
return (a + b) % mod
}
| {
"pile_set_name": "Github"
} |
module Jazzy
# Collect + report metadata about a processed module
class Stats
include Config::Mixin
attr_reader :documented, :acl_skipped
attr_reader :undocumented_decls
def add_documented
@documented += 1
end
def add_acl_skipped
@acl_skipped += 1
end
def add_undocume... | {
"pile_set_name": "Github"
} |
package funcs
import (
"errors"
"fmt"
"sort"
"github.com/zclconf/go-cty/cty"
"github.com/zclconf/go-cty/cty/convert"
"github.com/zclconf/go-cty/cty/function"
"github.com/zclconf/go-cty/cty/function/stdlib"
"github.com/zclconf/go-cty/cty/gocty"
)
var ElementFunc = function.New(&function.Spec{
Params: []funct... | {
"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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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.
// +build windows
// Package windows contains an interface to the low-level operating system
// primitives. OS details vary depending on the underlying system,... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows... | {
"pile_set_name": "Github"
} |
{
"entry": "src/index.tsx",
"plugins": [
"build-plugin-ice-app",
["build-plugin-fusion", {
"themePackage": "@icedesign/theme"
}],
"./build.plugin.js"
]
}
| {
"pile_set_name": "Github"
} |
export default function contains(parent, child) {
// $FlowFixMe: hasOwnProperty doesn't seem to work in tests
var isShadow = Boolean(child.getRootNode && child.getRootNode().host); // First, attempt with faster native method
if (parent.contains(child)) {
return true;
} // then fallback to custom implementa... | {
"pile_set_name": "Github"
} |
{
"config" : {
"shipUpgrades" : {
"capabilities" : ["teleport", "planetTravel", "systemTravel"],
"maxFuel" : 10000,
"crewSize" : 2
}
},
"backgroundOverlays" : [
{
"image" : "somaT3.png",
"position" : [9, 5],
"fullbright" : true
},
{
"image" : "somaT3l... | {
"pile_set_name": "Github"
} |
# ===========================================================================
# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html
# ===========================================================================
#
# SYNOPSIS
#
# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTR... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// CLING - the C++ LLVM-based InterpreterG :)
//
// This file is dual-licensed: you can choose to license it under the University
// of Illinois Open Source License or the GNU Lesser General Public License. See
// LICENSE.TXT for details.
... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"daemonset.go",
"deployment.go",
"ingress.go",
"interface.go",
"podsecuritypolicy.go",
"replic... | {
"pile_set_name": "Github"
} |
# coding: utf-8
# In[19]:
import keras
from keras.datasets import mnist
from keras.models import Sequential
from keras.layers import Dense, Dropout, Flatten
from keras.layers import Conv2D, MaxPooling2D
from keras import backend as K
import numpy as np
import cv2
import os
import os.path
import xlrd
from sklearn imp... | {
"pile_set_name": "Github"
} |
require "test_helper"
class ConversionsTestCase < Test::Unit::TestCase
def setup
LLVM.init_x86
end
def test_trunc_to
integer_conversion_assertion(:trunc, LLVM::Int32.from_i(257), LLVM::Int8, LLVM_UNSIGNED, 1)
integer_conversion_assertion(:trunc, LLVM::Int32.from_i(123), LLVM::Int1, LLVM_UNSIGNED, 1... | {
"pile_set_name": "Github"
} |
// run
// Copyright 2011 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.
// Test that dynamic interface checks treat byte=uint8
// and rune=int or rune=int32.
package main
func main() {
var x interface{}
x = byte(1)
swi... | {
"pile_set_name": "Github"
} |
#include "blis.h"
#ifdef BLIS_ENABLE_CBLAS
/*
*
* cblas_dtrmv.c
* This program is a C interface to sgemv.
* Written by Keita Teranishi
* 4/6/1998
*
*/
#include "cblas.h"
#include "cblas_f77.h"
void cblas_dtrmv(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
enum CBLAS_TRANSPOSE TransA, enum CBLA... | {
"pile_set_name": "Github"
} |
package org.citra.citra_android.model.settings.view;
import org.citra.citra_android.model.settings.Setting;
import org.citra.citra_android.model.settings.StringSetting;
public final class DateTimeSetting extends SettingsItem
{
private String mDefaultValue;
public DateTimeSetting(String key, String section, i... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 norm
type valueRange struct {
value uint16 // header: value:stride
lo, hi byte // header: lo:n
}
type sparseBlocks struct {
values []valueRange
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2010-2020 The Open-Transactions developers
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "opentxs/protobuf/verify/TransactionData.hpp" /... | {
"pile_set_name": "Github"
} |
<!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" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/*
Five-color theme from a single blue hue.
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #eaeef3;
}
.hljs {
color: #00193a;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-name,
.hljs-strong {
font-weight: bold;
}
.hljs-comment {
color:... | {
"pile_set_name": "Github"
} |
Ext.application({
name: 'Pandora',
autoCreateViewport: true,
models: ['Station', 'Song'],
stores: ['Stations', 'RecentSongs', 'SearchResults'],
controllers: ['Station', 'Song']
}); | {
"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 <CallKit/CXCallAction.h>
@interface CXSetSendingVideoCallAction : CXCallAction
{
BOOL _sendingVideo;
}
+ (BOOL)supportsSe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 1.3
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the dat... | {
"pile_set_name": "Github"
} |
include(CheckIncludeFile)
include(CheckIncludeFiles)
include(CheckFunctionExists)
include(CheckSymbolExists)
include(TestBigEndian)
check_include_file("dlfcn.h" HAVE_DLFCN_H)
check_include_file("fcntl.h" HAVE_FCNTL_H)
check_include_file("inttypes.h" HAVE_INTTYPES_H)
check_include_file("memory.h" HAVE_MEMORY_H... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2015 The Libphonenumber 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"
} |
.app {
width: 100%;
height: 100%;
min-width: 1200px;
}
.header {
position: fixed;
left: 0;
top: 0;
width: 100%;
min-width: 1200px;
height: 55px;
line-height: 55px;
font-size: 0;
background-color: #fff;
border-bottom: 1px solid #ccc;
z-index: 1000;
}
.header-wrap {
float: right;
margin-right: 10px;
font... | {
"pile_set_name": "Github"
} |
<===> input.scss
.test {
a: a#{b//}c;
}
<===> error
Error: Invalid CSS after "}": expected ";", was ""
on line 4 of input.scss
Use --trace for backtrace.
<===> error-libsass
Error: Invalid CSS after " a: a#{b": expected expression (e.g. 1px, bold), was "//}c;"
on line 2:10 of input.scss
>> ... | {
"pile_set_name": "Github"
} |
/**
* This file is part of the vscode-deploy-reloaded distribution.
* Copyright (c) Marcel Joachim Kloubert.
*
* vscode-deploy-reloaded 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, ... | {
"pile_set_name": "Github"
} |
#ifndef COOLFluiD_Numerics_MatrixStabilityMethodWriter_SetStates_hh
#define COOLFluiD_Numerics_MatrixStabilityMethodWriter_SetStates_hh
//////////////////////////////////////////////////////////////////////////////
#include "MatrixStabilityMethodWriter/MatrixStabilityMethodData.hh"
#include "MathTools/RealVector.hh"
... | {
"pile_set_name": "Github"
} |
#include <algorithm>
#include <cassert>
#include <cmath>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <thread>
#include <functional>
#include <vector>
#include <ctime>
#include <chrono>
#include <cstdlib>
#include <limits>
#include <cblas.h>
#ifdef __cplusplus
extern "C"{
#endi... | {
"pile_set_name": "Github"
} |
/**
* @module echarts/component/helper/RoamController
*/
define(function (require) {
var Eventful = require('zrender/mixin/Eventful');
var zrUtil = require('zrender/core/util');
var eventTool = require('zrender/core/event');
var interactionMutex = require('./interactionMutex');
function mousedo... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.editorTest;
/*Generated by MPS */
import jetbrains.mps.MPSLaunch;
import jetbrains.mps.lang.test.runtime.BaseTransformationTest;
import org.junit.ClassRule;
import jetbrains.mps.lang.test.runtime.TestParametersCache;
import org.junit.Test;
import jetbrains.mps.lang.test.runtime.BaseEditorTestBod... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007, 2008, 2009 Apple 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:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this lis... | {
"pile_set_name": "Github"
} |
Antimony 0.9.0
--------------
### News:
This release has a new f-rep parser and a new graph engine!
Not much has changed on the user-facing side of things, but the internals
are much spiffier (and will be easier to build on in the future).
-----------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
This file is part of Ironbane MMO.
Ironbane MMO 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.
Ironbane MMO is ... | {
"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 ... | {
"pile_set_name": "Github"
} |
META = {
'author': 'George Argyros, Ioannis Stais',
'description': 'Automatic transformed ruleset',
'type':'Regex',
'comments': []
} | {
"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>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
<!--$Id: env_dbremove.so,v 10.49 2004/12/16 19:13:01 bostic Exp $-->
<!--Copyright (c) 1997,2008 Oracle. All rights reserved.-->
<!--See the file LICENSE for redistribution information.-->
<html>
<head>
<title>Berkeley DB: DbEnv::dbremove</title>
<meta name="description" content="Berkeley DB: An embedded database prog... | {
"pile_set_name": "Github"
} |
.btn {
padding: 0.54rem 1.2rem !important;
height: 36px;
line-height: 1.2;
border-radius: 0.2rem;
box-shadow: $btn-shadow;
cursor: pointer;
}
.btn-group-sm>.btn, .btn-sm, .btn-lg {
border-radius: 0.2rem;
}
.btn-primary {
color: $white;
}
.btn-sm, .btn-xs {
padding: .54rem .9rem!im... | {
"pile_set_name": "Github"
} |
<?php
/**
* 侧栏小工具
* @author Seaton Jiang <seaton@vtrois.com>
* @license MIT License
* @version 2020.08.03
*/
// 添加小工具
function widgets_init()
{
register_sidebar(array(
'name' => __('侧边栏工具', 'kratos'),
'id' => 'sidebar_tool',
'before_widget' => '<div class="widget %2$s">',
'afte... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/hfsplus/btree.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Handle opening/closing btree
*/
#include <linux/slab.h>
#include <linux/pagemap.h>
#include <linux/log2.h>
#include "hfsplus_fs.h"
#include "hfsplus_raw.h"
/* Get a... | {
"pile_set_name": "Github"
} |
Function Get-DbrConfig
{
<#
.SYNOPSIS
.DESCRIPTION
.NOTES
dbareports PowerShell module (https://dbareports.io, SQLDBAWithABeard.com)
Copyright (C) 2016 Rob Sewell
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 So... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<tei xml:space="preserve">
<teiHeader>
<fileDesc xml:id="F72502D82B96C863B0EF1C51BAE784C4F523F888"/>
</teiHeader>
<text xml:lang="en">
<front>
<lb/>
<docTitle>
<titlePart>They Really Are That Old: A Validation Study of<lb/> Centenarian Prevalence in Okinawa<lb/></titlePart>
</docTitle>
... | {
"pile_set_name": "Github"
} |
/* Aravis - Digital camera library
*
* Copyright © 2009-2019 Emmanuel Pacaud
*
* 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 of the License, or (at your option... | {
"pile_set_name": "Github"
} |
int factor = atoi(getenv("BRANCHING_FACTOR"));
// GOOD: Prevent overflow by checking the input
if (factor < 0 || factor > 1000) {
log("Factor out of range (%d)\n", factor);
return -1;
}
// This line can allocate too little memory if factor
// is very large.
char **root_node = (char **) malloc(factor * sizeof(... | {
"pile_set_name": "Github"
} |
{{extend 'layout.html'}}
<form id="myform">
summary: <input name="summary" id="summary" /></br>
description: <input name="description" id="description" /></br>
owner <input name="owner" id="owner" /></br>
<input type="submit" />
</form>
<div id="target">target</div>
<script>
jQuery('#myform').submit(function... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, The Linux Foundation. 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 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be... | {
"pile_set_name": "Github"
} |
from datetime import date
from ..core import (
WesternMixin, IslamicMixin, ChineseNewYearCalendar,
SAT, SUN
)
from ..registry_tools import iso_register
@iso_register('SG')
class Singapore(WesternMixin, IslamicMixin, ChineseNewYearCalendar):
"Singapore"
# Civil holidays
include_labour_day = True
... | {
"pile_set_name": "Github"
} |
import { ReconnectionHandler, ReconnectionOptions } from './BlazorOptions';
import { ReconnectDisplay } from './ReconnectDisplay';
import { DefaultReconnectDisplay } from './DefaultReconnectDisplay';
import { UserSpecifiedDisplay } from './UserSpecifiedDisplay';
import { Logger, LogLevel } from '../Logging/Logger';
ex... | {
"pile_set_name": "Github"
} |
#include "matrix_base.hpp"
#include "dsp/signal.hpp"
using namespace bogaudio;
using namespace bogaudio::dsp;
#define CLIPPING_MODE "clipping_mode"
#define INPUT_GAIN_DB "input_gain_db"
#define SUM "sum"
json_t* MatrixBaseModule::toJson(json_t* root) {
json_object_set_new(root, CLIPPING_MODE, json_integer(_clippin... | {
"pile_set_name": "Github"
} |
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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. ... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jdqm.tapelibrary">
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
* Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission not... | {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/assigns/to_keyword/should_listen_to_use_strict_directive_in_function_5bclass5d.md
> :: assigns : to keyword
>
> ::> should listen to use strict directive in function 5bclass5d
## Input
`````js
function f() { "use strict"; (class = "sentinal 79845134"); }
`````
## Ou... | {
"pile_set_name": "Github"
} |
#!/bin/sh
test_description='test git-http-backend'
. ./test-lib.sh
. "$TEST_DIRECTORY"/lib-httpd.sh
if ! test_have_prereq CURL; then
skip_all='skipping raw http-backend tests, curl not available'
test_done
fi
start_httpd
GET() {
curl --include "$HTTPD_URL/$SMART/repo.git/$1" >out &&
tr '\015' Q <out |
sed '
... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | {
"pile_set_name": "Github"
} |
//
// Copyright © 2018 Shuichi Tsutsumi. All rights reserved.
//
import UIKit
import ARKit
class ViewController: UIViewController {
@IBOutlet var sceneView: ARSCNView!
override func viewDidLoad() {
super.viewDidLoad()
sceneView.delegate = self
// シーンを生成してARSCNViewにセット
... | {
"pile_set_name": "Github"
} |
portab.def
portab.mod
types.def
types.mod
isostrin.def
isostrin.mod
stringsx.def
stringsx.mod
er.def
er.mod
lctypes.def
lctypes.mod
lcposix.def
lcposix.mod
lcen.def
lcen.mod
lcde.def
lcde.mod
lcfr.def
lcfr.mod
lcnl.def
lcnl.mod
lc.def
lc.mod
blk.def
blk.mod
plongset.def
plongset.mod
oscalls.... | {
"pile_set_name": "Github"
} |
you always have to be careful with the first official studio release out of the gate each year .
they're obviously films for which the studios have no great hopes ( having missed both the deadline for academy award eligibility and the big box-office holiday season ) .
combine that with howie long's first starring act... | {
"pile_set_name": "Github"
} |
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
import "context"
//
type WorkbookFunctionsChiSq_DistRequestBuilder struct{ BaseRequestBuilder }
// ChiSq_Dist action undocumented
func (b *WorkbookFunctionsRequestBuilder) ChiSq_Dist(reqObj *WorkbookFunctionsChiSq_DistRequestParameter) *WorkbookFuncti... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" content="IE=9"/>
<meta name="generator" co... | {
"pile_set_name": "Github"
} |
/*
* File: ui-four-joint.js
* Author: Li XianJing <xianjimli@hotmail.com>
* Brief: four anchor joint
*
* Copyright (c) 2014 - 2015 Li XianJing <xianjimli@hotmail.com>
*
*/
function UIFourJoint() {
return;
}
UIFourJoint.prototype = new UIElement();
UIFourJoint.prototype.isUIJoint = true;
UIFourJoint.pro... | {
"pile_set_name": "Github"
} |
name=Breaker of Armies
image=https://magiccards.info/scans/en/bfz/3.jpg
image_updated=2015-11-08
value=2.500
rarity=U
type=Creature
subtype=Eldrazi
cost={8}
pt=10/8
ability=All creatures able to block SN do so.
timing=main
oracle=All creatures able to block Breaker of Armies do so.
status=not supported: blocking-restri... | {
"pile_set_name": "Github"
} |
This file
has a bunch
of line breaks
in it, and it also
has some useful
punctuation. | {
"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">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=iso-8859-1" />
<title>
6.22. Acl-2.2.52
</title>
... | {
"pile_set_name": "Github"
} |
This repository contains the Closure Linter - a style checker for JavaScript.
To install the application, run
python ./setup.py install
After installing, you get two helper applications installed into /usr/local/bin:
gjslint.py - runs the linter and checks for errors
fixjsstyle.py - tries to fix errors auto... | {
"pile_set_name": "Github"
} |
spring.datasource.initialization-mode=always
spring.jpa.show-sql=true
spring.jpa.generateDdl=true
spring.batch.initialize-schema=always
spring.jpa.open-in-view=false
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
datasource.driver-class-name=org.h2.Driver
datasource.jdbc-url=jdbc:h2:mem:testdb;... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr... | {
"pile_set_name": "Github"
} |
{
"destinationDatabase": "oracle://cms_orcoff_prep/CMS_CONDITIONS",
"destinationTags": {
"SiPixelQuality_byPCL_prompt_prep_v1": {}
},
"inputTag": "SiPixelQualityFromDbRcd_prompt",
"since": null,
"userText": "Tier0 PCL Upload for SiPixelQuality prompt (prep)"
}
| {
"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 ... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:Curt Coder
#pragma once
#ifndef MAME_INCLUDES_TMC600_H
#define MAME_INCLUDES_TMC600_H
#include "cpu/cosmac/cosmac.h"
#include "imagedev/cassette.h"
#include "imagedev/snapquik.h"
#include "bus/centronics/ctronics.h"
#include "bus/tmc600/euro.h"
#include "machine/cdp1852.h"... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2014-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/license
*/
(function(){CKEDITOR.plugins.a11ychecker.quickFixes.get({langCode:"pt-br",name:"QuickFix",callback:function(b){function a(a){b.call(this,a)}a.prototype=new b;a.prototype.con... | {
"pile_set_name": "Github"
} |
// Copyright John Maddock 2015.
// 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 SC_
# define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
#endif
static const boost::arr... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/* vi: set sw=4 ts=4: */
/*
* Mini DNS server implementation for busybox
*
* Copyright (C) 2005 Roberto A. Foglietta (me@roberto.foglietta.name)
* Copyright (C) 2005 Odd Arild Olsen (oao at fibula dot no)
* Copyright (C) 2003 Paul Sheer
*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*
... | {
"pile_set_name": "Github"
} |
---
layout: page
weight: 0
group: plugins
title: Sync your SendGrid contacts using PieSync
navigation:
show: true
seo:
title: Sync your SendGrid contacts using PieSync
description: Learn how to keep your SendGrid contacts in sync with 100+ other apps using PieSync
keywords: integrate, tutorial, contact sync, Pi... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
defmodule Game.Command.TrainTest do
use ExVenture.CommandCase
alias Data.ActionBar
alias Game.Character
alias Game.Command.Train
doctest Train
setup do
user = create_user(%{name: "user", password: "password"})
character = create_character(user)
save = %{character.save | level: 2, experience_p... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Assetic package, an OpenSky project.
*
* (c) 2010-2013 OpenSky Project Inc
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Assetic\Filter;
use Assetic\Asset\AssetInterface;
use Asset... | {
"pile_set_name": "Github"
} |
module.exports = function( Marker ) {
'use strict'
// CallExpression denotes an array (or other object) that calls a method, like .rnd()
// could also represent an anonymous function call, like Rndi(19,40)
const CallExpression = function( patternNode, state, seq, patternType, index=0 ) {
if( patternNode.pr... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 2976
translator:
weibo: ''
hide: true
command: |-
system_profiler | mail -s "$HOSTNAME System Profiler Report" user@domain.com
summary: |-
On Mac OS X, runs System Profiler Report and e-mails it to specified address.
| {
"pile_set_name": "Github"
} |
package model
import (
"sync"
"time"
)
type BaseModel struct {
Id uint64 `gorm:"primary_key;AUTO_INCREMENT;column:id" json:"-"`
CreatedAt time.Time `gorm:"column:createdAt" json:"-"`
UpdatedAt time.Time `gorm:"column:updatedAt" json:"-"`
DeletedAt *time.Time `gorm:"column:deletedAt" sql:"index" jso... | {
"pile_set_name": "Github"
} |
/*
* plus4cart.c -- Plus4 cartridge handling.
*
* Written by
* Tibor Biczo <crown@axelero.hu>
* Groepaz <groepaz@gmx.net>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under... | {
"pile_set_name": "Github"
} |
"""
NSVerify(optimizer, m::Float64)
NSVerify finds counter examples using mixed integer linear programming.
# Problem requirement
1. Network: any depth, ReLU activation
2. Input: hyperrectangle or hpolytope
3. Output: PolytopeComplement
# Return
`CounterExampleResult`
# Method
MILP encoding (using `m`). No pres... | {
"pile_set_name": "Github"
} |
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare ... | {
"pile_set_name": "Github"
} |
function one
{
clear
write-output " ///////////"
write-output "| |"
write-output "|#### ####|"
write-output "| (o )( o) |"
write-output "( ( )"
write-output "| ###### |"
write-output "\ ___ /"
write-output " \________/"
sleep -Seconds 1
}
function tw... | {
"pile_set_name": "Github"
} |
#region license
/*
DirectShowLib - Provide access to DirectShow interfaces via .NET
Copyright (C) 2007
http://sourceforge.net/projects/directshownet/
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 Found... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/app_widget_medium_height"
android:background="@drawable/bg_corner_app_widget_white_1f">
<ImageView
android:id="@+id/appwidget_cli... | {
"pile_set_name": "Github"
} |
module "Rtypes.h" { header "Rtypes.h" header "TGenericClassInfo.h" }
module "TSchemaHelper.h" { header "TSchemaHelper.h" }
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<package format="2">
<name>myworkcell_core</name>
<version>0.0.0</version>
<description>The myworkcell_core package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</main... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.