text stringlengths 2 99.9k | meta dict |
|---|---|
$MeshFormat
2 0 8
$EndMeshFormat
$PhysicalNames
1
100 "My fancy surface label"
$EndPhysicalNames
$Nodes
544
1 -0.075 0 0
2 -0.075 0.05 0
3 -0.035 0.05 0
4 -0.035 0.06000000000000001 0
5 -0.025 0.06000000000000001 0
6 -0.025 0.15 0
7 0.025 0.15 0
8 0.025 0.06000000000000001 0
9 0.035 0.06000000000000001... | {
"pile_set_name": "Github"
} |
tidelift: pypi/setuptools
| {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"github.com/sbinet/go-python"
)
func init() {
err := python.Initialize()
if err != nil {
panic(err.Error())
}
}
func main() {
exc, val, tb := python.PyErr_Fetch()
fmt.Printf("exc=%v\nval=%v\ntb=%v\n", exc, val, tb)
}
| {
"pile_set_name": "Github"
} |
(module TerminalBlock_WAGO-236_2Stift_RM5mm_2pol (layer F.Cu) (tedit 54F03FF3)
(descr "WAGO-Series 236, 2Stift, 2pol, RM 5mm,")
(tags "WAGO-Series 236, 2Stift, 2pol, RM 5mm, Anreibare Leiterplattenklemme")
(fp_text reference TerminalBlock_WAGO-236_2Stift_RM5mm_2pol (at 0 -8.89) (layer F.SilkS)
(effects (font ... | {
"pile_set_name": "Github"
} |
--TEST--
V8\ExceptionManager::createError()
--SKIPIF--
<?php if (!extension_loaded("v8")) print "skip"; ?>
--FILE--
<?php
/** @var \Phpv8Testsuite $helper */
$helper = require '.testsuite.php';
require '.v8-helpers.php';
$v8_helper = new PhpV8Helpers($helper);
$isolate = new \V8\Isolate();
$context = new \V8\Context($... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2017 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 appli... | {
"pile_set_name": "Github"
} |
<section ng-controller="RecentController">
<section ng-init="find()">
<div deckgrid class="deckgrid" source="items" cardTemplate="/views/directives/cards/file.html" item-identifier-fn="compileCompare">
</section>
</section>
| {
"pile_set_name": "Github"
} |
<code_set_name> HP-ROMAN8
<comment_char> %
<escape_char> /
% version: 1.0
% source: LaserJet IIP Printer User's Manual,
% HP part no 33471-90901, Hewlet-Packard, June 1989.
% alias ROMAN8
% alias R8
CHARMAP
<U0000> /x00 NULL (NUL)
<U0001> /x01 START OF HEADING (SOH)
<U0002> /x02 ... | {
"pile_set_name": "Github"
} |
---
---
@import "main";
| {
"pile_set_name": "Github"
} |
[](https://github.com/Oxalide/vsphere-influxdb-go/releases/latest) [](https://travis-ci.org/Oxalide/vsphere-influxdb-go) [![Go Report Ca... | {
"pile_set_name": "Github"
} |
class PartyAnimal:
x = 0
name = ''
def __init__(self, nam):
self.name = nam
print(self.name,'constructed')
def party(self) :
self.x = self.x + 1
print(self.name,'party count',self.x)
s = PartyAnimal('Sally')
j = PartyAnimal('Jim')
s.party()
j.party()
s.party()
| {
"pile_set_name": "Github"
} |
namespace Windows.UI.Xaml
{
public delegate void RoutedEventHandler (object sender, RoutedEventArgs e);
public delegate void RoutedEventHandler<in TArgs>(object sender, TArgs e)
where TArgs : RoutedEventArgs;
#if __WASM__
public delegate bool RoutedEventHandlerWithHandled (object sender, RoutedEventArgs e);
#en... | {
"pile_set_name": "Github"
} |
/**
* Tag Manager useExistingTag custom hook.
*
* Site Kit by Google, Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/license... | {
"pile_set_name": "Github"
} |
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="eu" sourcelanguage="en">
<context>
<name>CmdMeshPartCrossSections</name>
<message>
<location filename="../../Command.cpp" line="276"/>
<source>MeshPart</source>
<translation>Amaraun-pieza</translation>
</mes... | {
"pile_set_name": "Github"
} |
package aws
import (
"fmt"
"log"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
"github.com/terraform-providers/terraform-provider-aws/aws/internal/keyvaluetags"
)
func dataSourceAwsEc2LocalGatewayRouteTables() *schema.R... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2012 PrimeSense Ltd. *
... | {
"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"
} |
From d57aecba0cd291e0c28e2c82c3d4bce06c5b5b94 Mon Sep 17 00:00:00 2001
From: Gurchetan Singh <gurchetansingh@chromium.org>
Date: Mon, 2 Dec 2019 17:36:24 -0800
Subject: [PATCH] udmabuf: use cache_sgt_mapping option
Commit bc7a71da43b48333f84c6534ab43d240e34cf9eb uptream.
The GEM prime helpers do it, so should we. It'... | {
"pile_set_name": "Github"
} |
package com.u9porn.ui.porn9video.favorite;
import android.app.Activity;
import android.os.Bundle;
import android.app.Fragment;
import android.support.annotation.NonNull;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.u9porn.R;
import com.u9porn.ui.MvpFragment;... | {
"pile_set_name": "Github"
} |
/**
* Populate DB with sample data on server start
* to disable, edit config/environment/index.js, and set `seedDB: false`
*/
'use strict';
import User from '../api/user/user.model';
import config from './environment/';
import logger from '../components/logger/logger';
export default function seedDatabaseIfNeeded(... | {
"pile_set_name": "Github"
} |
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
... | {
"pile_set_name": "Github"
} |
import zipfile
from urllib import urlopen
from StringIO import StringIO
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
def get_data_pwt(path=None, version=71, date='11302012', extract=True, panel=True):
"""Loads the Penn World Tables (PWT) data. If you have a local copy of the
PWT... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2001-2004 Brandon Long
* All Rights Reserved.
*
* ClearSilver Templating System
*
* This code is made available under the terms of the ClearSilver License.
* http://www.clearsilver.net/license.hdf
*
*/
#ifndef incl_HPHP_NEO_FILES_H_
#define incl_HPHP_NEO_FILES_H_ 1
__BEGIN_DECLS
#include <std... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
IgnorableNamespaces="uap mp">
<Identity
Name="3b2... | {
"pile_set_name": "Github"
} |
const fs = require("fs")
const path = require("path")
const run = require("test262-parser-runner")
const parse = require("..").parse
const unsupportedFeatures = [
"BigInt",
"class-fields",
"class-fields-private",
"class-fields-public",
"numeric-separator-literal"
];
run(
(content, {sourceType}) => parse(c... | {
"pile_set_name": "Github"
} |
module FogExtensions
module Libvirt
module Server
extend ActiveSupport::Concern
include ActionView::Helpers::NumberHelper
attr_accessor :image_id
def to_s
name
end
def cpu_mode
attributes[:cpu][:mode]
end
def cpu_mode=(cpumode)
attribute... | {
"pile_set_name": "Github"
} |
require 'test_helper'
require 'scout_apm/transaction_time_consumed'
module ScoutApm
class TransactionTimeConsumedTest < Minitest::Test
def setup
@ttc = ScoutApm::TransactionTimeConsumed.new
end
def test_insert_new_times
@ttc.add("Controller/Foo", 1.5)
@ttc.add("Controller/Foo", 2.75)
... | {
"pile_set_name": "Github"
} |
## Recommended/Popular Community Packages
Beyond the packages in the Clinical Meteor track, there are many other packages that have caught our eye over the years. Here are a few which we keep a watch on, and have been contemplating how they might fit into the Clinical Meteor project.
| Package | UI | Contrib... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
*
* ginutil.c
* Utility routines for the Postgres inverted index access method.
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* ID... | {
"pile_set_name": "Github"
} |
<% content_for :breadcrumb do %>
<li class="breadcrumb-item"><%= link_to "Home", root_path %></li>
<li class="breadcrumb-item"><%= link_to "Examples", examples_path %></li>
<li class="breadcrumb-item active">Inline Form</li>
<% end %>
<div class="app-example container">
<div class="row">
<%= render partial... | {
"pile_set_name": "Github"
} |
name: Project check
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
use... | {
"pile_set_name": "Github"
} |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = ... | {
"pile_set_name": "Github"
} |
// Boost string_algo library string_funct.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003.
//
// 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.b... | {
"pile_set_name": "Github"
} |
0 18
7 9
8 14
9 12
17 2
19 2
22 11
24 1
26 1
27 1
40 3
41 6
42 6
51 3
52 9
53 9
54 14
55 10
56 10
57 10
58 14
59 14
60 13
61 10
62 14
64 2
65 2
66 1
67 1
68 1
69 1
71 11
72 11
73 11
75 11
76 11
77 3
78 11
79 11
80 11
81 6
82 15
83 9
84 12
85 12
86 12
87 12
88 5
89 4
90 4
91 4
92 3
93 13
94 13
95 13
96 13
97 13
100 13
... | {
"pile_set_name": "Github"
} |
// Karma Unit Test Runner Configuration
module.exports = function(config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: "",
browserNoActivityTimeout: 0,
// frameworks to use
// available frameworks: https://npmjs.org... | {
"pile_set_name": "Github"
} |
/* 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, software
* distributed... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
package com.microsoft.tfs.core.checkinpolicies.events;
import java.util.EventListener;
import com.microsoft.tfs.core.checkinpolicies.PolicyEvaluator;
/**
* <p>
* Defines an interface for lis... | {
"pile_set_name": "Github"
} |
import os, glob, random
import pretty_midi
import numpy as np
from keras.models import model_from_json
from multiprocessing import Pool as ThreadPool
def log(message, verbose):
if verbose:
print('[*] {}'.format(message))
def parse_midi(path):
midi = None
try:
midi = pretty_midi.PrettyMIDI(path)
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 341194f768f6bdf4e98ec1c4a531c825
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<lint>
</lint> | {
"pile_set_name": "Github"
} |
var baseIsArrayBuffer = require('./_baseIsArrayBuffer'),
baseUnary = require('./_baseUnary'),
nodeUtil = require('./_nodeUtil');
/* Node.js helper references. */
var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer;
/**
* Checks if `value` is classified as an `ArrayBuffer` object.
*
* @static
* @mem... | {
"pile_set_name": "Github"
} |
"""The roomba constants."""
DOMAIN = "roomba"
COMPONENTS = ["sensor", "binary_sensor", "vacuum"]
CONF_CERT = "certificate"
CONF_CONTINUOUS = "continuous"
CONF_DELAY = "delay"
CONF_NAME = "name"
CONF_BLID = "blid"
DEFAULT_CERT = "/etc/ssl/certs/ca-certificates.crt"
DEFAULT_CONTINUOUS = True
DEFAULT_DELAY = 1
ROOMBA_SESS... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/test/web_contents_observer_sanity_checker.h"
#include "base/memory/ptr_util.h"
#include "base/stl_util.h"
#include "base/strings/string... | {
"pile_set_name": "Github"
} |
<?php
// $Id: Italic.php,v 1.1 2005/01/31 15:46:52 pmjones Exp $
/**
*
* This class implements a Text_Wiki_Parse to find source text marked for
* emphasis (italics) as defined by text surrounded by two single-quotes.
* On parsing, the text itself is left in place, but the starting and ending
* instances of two singl... | {
"pile_set_name": "Github"
} |
from flask import Blueprint, render_template, redirect
from user_management import check_logged_in
from device_info import *
import subprocess
import re
import os
mynode_caravan = Blueprint('mynode_caravan',__name__)
### Page functions
@mynode_caravan.route("/caravan")
def caravan_page():
check_logged_in()
... | {
"pile_set_name": "Github"
} |
// +build !notfastpath
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a MIT license found in the LICENSE file.
// ************************************************************
// DO NOT EDIT.
// THIS FILE IS AUTO-GENERATED from fast-path.go.tmpl
// ************... | {
"pile_set_name": "Github"
} |
"use strict";
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj ... | {
"pile_set_name": "Github"
} |
---
layout: default
title: Training an audio keyword spotter with PyTorch
permalink: /tutorials/Training-audio-keyword-spotter-with-pytorch/
---
# Training an audio keyword spotter with PyTorch
*by Chris Lovett*
This tutorial will show you how to train a keyword spotter using PyTorch. A keyword spotter listens to a... | {
"pile_set_name": "Github"
} |
{
"parameters": {
"subscriptionId": "12345678-1234-1234-12345678abc",
"resourceGroupName": "exampleResourceGroup",
"factoryName": "exampleFactoryName",
"api-version": "2017-09-01-preview"
},
"responses": {
"200": {
"headers": {
"Date": "Wed, 13 Sep 2017 17:55:54 GMT",
"x-... | {
"pile_set_name": "Github"
} |
/* .tribe-events { */
/* -----------------------------------------------------------------------------
* Nav
* ----------------------------------------------------------------------------- */
/* } */
| {
"pile_set_name": "Github"
} |
#N canvas 0 0 808 621 10;
#X obj 30 519 GEMglBlendFunc;
#X msg 233 356 GL_ONE_MINUS_SRC_ALPHA;
#X msg 232 238 GL_ONE;
#X msg 231 220 GL_ZERO;
#X msg 234 297 GL_ONE_MINUS_DST_COLOR;
#X msg 234 316 GL_ONE_MINUS_SRC_COLOR;
#X msg 234 276 GL_DST_COLOR;
#X text 272 201 Jitter Mode Equiv;
#X text 305 222 0;
#X text 305 237 1... | {
"pile_set_name": "Github"
} |
cmd /K list-target.bat
| {
"pile_set_name": "Github"
} |
/***
Copyright 2014 Cisco Systems 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 applicable law or agreed to... | {
"pile_set_name": "Github"
} |
/* bender-tags: balloontoolbar */
/* bender-ckeditor-plugins: toolbar,link,balloontoolbar */
/* bender-include: _helpers/default.js */
( function() {
'use strict';
bender.editors = {
editor1: {
name: 'editor1',
creator: 'replace',
config: {
extraAllowedContent: 'span[id];p{height};img[src]{margin-left... | {
"pile_set_name": "Github"
} |
//< ch-0 ch-1 ch-2 ch-3
extern crate rustc_serialize;
extern crate docopt;
extern crate iron_kaleidoscope;
use iron_kaleidoscope::driver::{main_loop,
//> ch-0 ch-1 ch-2
Exec,
//< ch-2
IR,
//< ch-1
AST,
//< ch-0
... | {
"pile_set_name": "Github"
} |
--TEST--
MongoDB\Driver\Session::getClusterTime()
--SKIPIF--
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
<?php skip_if_not_libmongoc_crypto(); ?>
<?php skip_if_not_replica_set_or_mongos_with_replica_set(); ?>
<?php skip_if_server_version('<', '3.6'); ?>
--FILE--
<?php
require_once __DIR__ . "/../utils/basi... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | 海豚PHP框架 [ DolphinPHP ]
// +----------------------------------------------------------------------
// | 版权所有 2016~2019 广东卓锐软件有限公司 [ http://www.zrthink.com ]
// +----------------------------------------------------------------------
// ... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: n... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: MIT
// Copyright (c) 2015-2020 Zig Contributors
// This file is part of [zig](https://ziglang.org/), which is MIT licensed.
// The MIT license requires this copyright notice to be included in all copies
// and substantial portions of the software.
const std = @import("../std.zig");
const io ... | {
"pile_set_name": "Github"
} |
LIBRARY api-ms-win-core-localization-l1-2-1.dll
EXPORTS
EnumSystemLocalesEx@16
| {
"pile_set_name": "Github"
} |
1
9
126
338
452
470
484
784
979
986
1007
1112
1130
1133
1321
1621
1712
1725
1737
1746
1867
1881
1893
1897
2197
2480
2505
2525
2640
2670
2970
3232
3285
3404
3420
3435
3439
3739
3783
3866
4080
4148
4259
4272
4281
4367
4368
4406
4599
4686
4929
4970
4982
4996
5105
5125
5134
5434
5728
5746
5785
5885
5902
5914
6059
6061
6066... | {
"pile_set_name": "Github"
} |
'''
Common Themes
=============
Tenable.sc CRUD within pyTenable
--------------------------------
pyTenable allows for the ability to leverage both the naturalized inputs as well
as passing the raw parameters within the same structure. In some cases this
doesn't seem immediately obvious, however allows for the abili... | {
"pile_set_name": "Github"
} |
DEAL:2d::id=0 n_coarsen=4
DEAL:2d::-4.00000
DEAL:2d::-4.00000
DEAL:2d::-4.00000
DEAL:2d::2.00000
DEAL:2d::2.00000
DEAL:2d::2.00000
DEAL:2d::2.00000
DEAL::OK
| {
"pile_set_name": "Github"
} |
maintainer:
email: "josh@lunamedia.io"
capabilities:
site:
mediaTypes:
- banner
- video
app:
mediaTypes:
- banner
- video
| {
"pile_set_name": "Github"
} |
/*
* Atheros CARL9170 driver
*
* debug(fs) probing
*
* Copyright 2008, Johannes Berg <johannes@sipsolutions.net>
* Copyright 2009, 2010, Christian Lamparter <chunkeey@googlemail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.swift
// RxSwiftHello
//
// Created by Pepas Personal on 11/24/15.
// Copyright © 2015 Pepas Labs. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFini... | {
"pile_set_name": "Github"
} |
require('../modules/es6.date.now');
require('../modules/es6.date.to-json');
require('../modules/es6.date.to-iso-string');
require('../modules/es6.date.to-string');
require('../modules/es6.date.to-primitive');
module.exports = Date;
| {
"pile_set_name": "Github"
} |
//
// Written by Maxim Khitrov (November 2012)
//
package flowrate
import (
"math"
"strconv"
"time"
)
// clockRate is the resolution and precision of clock().
const clockRate = 20 * time.Millisecond
// czero is the process start time rounded down to the nearest clockRate
// increment.
var czero = time.Duration(t... | {
"pile_set_name": "Github"
} |
import { MultiArgument, ArgumentStore, Argument } from 'klasa';
export default class CoreMultiArgument extends MultiArgument {
public constructor(store: ArgumentStore, directory: string, file: readonly string[]) {
super(store, directory, file, { aliases: ['...argument'] });
}
public get base(): Argument {
ret... | {
"pile_set_name": "Github"
} |
{
"name": "bnd2-react",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"classnames": "^2.2.6",
"echarts": "^4.2.1",
"electron": "^5.0.6",
"fetch-jsonp": "^1.1.3",
"prop-types": "latest",
"react": "latest",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
xmlns:html="http://www.w3.org/TR/REC-html40"
exclude-result-prefixes="html">
<xsl:variable name="USEPOSTFORFORMS" select="'false'" />
<xsl:include href="system/custom/xsl/SubscriptionUtil.xsl" />
<xsl:include h... | {
"pile_set_name": "Github"
} |
template "forms/index.vue.erb", "#{PACKS_PATH}/#{name}.vue"
| {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// 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"
} |
" =============================================================================
" File: autoload/ctrlp/buffertag.vim
" Description: Buffer Tag extension
" Maintainer: Kien Nguyen <github.com/kien>
" Credits: Much of the code was taken from tagbar.vim by Jan Larres, plus
" a few lines ... | {
"pile_set_name": "Github"
} |
KtikZ in Debian
---------------
The ktikz and qtikz packages both recommend other packages that provide
"standard" functionality for ktikz but it is possible to run the program
without these packages being installed.
ktikz recommended packages:
- poppler-utils: export as EPS functionality
- khelpcenter4: documentatio... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2012-2014 Eurocommercial Properties NV
*
*
* 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 req... | {
"pile_set_name": "Github"
} |
require "test_helper"
class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase
# test "connects with cookies" do
# cookies.signed[:user_id] = 42
#
# connect
#
# assert_equal connection.user_id, "42"
# end
end
| {
"pile_set_name": "Github"
} |
/*
* ipg.c: Device Driver for the IP1000 Gigabit Ethernet Adapter
*
* Copyright (C) 2003, 2007 IC Plus Corp
*
* Original Author:
*
* Craig Rich
* Sundance Technology, Inc.
* www.sundanceti.com
* craig_rich@sundanceti.com
*
* Current Maintainer:
*
* Sorbica Shieh.
* http://www.icplus.com.tw
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @fileOverview The "filebrowser" plugin, it adds support for file uploads and
* browsing.
*
* When file is selected inside of the file browse... | {
"pile_set_name": "Github"
} |
/*
* SCSI RDMA (SRP) transport class
*
* Copyright (C) 2007 FUJITA Tomonori <tomof@acm.org>
*
* 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, version 2 of the
* License.
*
* This progr... | {
"pile_set_name": "Github"
} |
1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
1999-03-02 09:44:33 U=CALLER F=<> temporarily rejected RCPT <defer_strict@test.again.dns>: failed to expand ACL string "${lookup dnsdb{defer_strict,a=$domain}}": lookup of "defer_strict,a=test.again.dns" gave DEFER:
| {
"pile_set_name": "Github"
} |
//
// impl/read_at.hpp
// ~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
#ifndef ASIO_IMPL_READ_AT_HPP
#defi... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Admin\ElectedRepresentative;
use App\Address\Address;
use App\ElectedRepresentative\ElectedRepresentativeEvent;
use App\ElectedRepresentative\ElectedRepresentativeEvents;
use App\ElectedRepresentative\ElectedRepresentativeMandatesOrderer;
use App\ElectedRepresentative\UserListDefinitionHistoryMana... | {
"pile_set_name": "Github"
} |
from bear1 import TestBear as ImportedTestBear
__additional_bears__ = [ImportedTestBear]
| {
"pile_set_name": "Github"
} |
# coding: utf-8
# Copyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved
#
# 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
#... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>Thebe activate button</title>
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="stylesheet" type="text/css" href="status_button.css" />
<!-- Thebe configuration !-->
<script type="text/x-thebe-confi... | {
"pile_set_name": "Github"
} |
test_that("homr", {
skip_on_cran()
skip_on_ci()
vcr::use_cassette("homr", {
# qid
a <- homr(qid = 'COOP:046742')
# headersonly
b <- homr(headersOnly=TRUE, qid='TRANS:')
# qid with preceding colon
d <- homr(qid = ':046742')
# qidmod
e <- homr(qidMod='starts', qid='COOP:0467')
#... | {
"pile_set_name": "Github"
} |
/*
Pojoaque Style by Jason Tate
http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
Based on Solarized Style from http://ethanschoonover.com/solarized
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
color: #dccf8f;
background: url(./pojoaque.jpg) repeat ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license.
//
// Microsoft Cognitive Services (formerly Project Oxford): https://www.microsoft.com/cognitive-services
//
// Microsoft Cognitive Services (formerly Project Oxford) GitHub:
// https://github.com/Microsoft/ProjectOxford-ClientS... | {
"pile_set_name": "Github"
} |
package com.haroldadmin.moonshotRepository
import com.haroldadmin.cnradapter.NetworkResponse
import com.haroldadmin.moonshot.core.Resource
import com.haroldadmin.moonshot.core.last
import io.kotlintest.matchers.types.shouldBeTypeOf
import io.kotlintest.shouldBe
import io.kotlintest.specs.DescribeSpec
import kotlinx.co... | {
"pile_set_name": "Github"
} |
========
``mptt``
========
.. toctree::
:maxdepth: 1
mptt.admin
mptt.exceptions
mptt.fields
mptt.forms
mptt.managers
mptt.models
mptt.querysets
mptt.utils
.. automodule:: mptt
:members:
:undoc-members:
| {
"pile_set_name": "Github"
} |
if (true) {
var x: number = 5;
}
console.log(x); //5
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2016 jamod & j2mod development teams
*
* 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 applica... | {
"pile_set_name": "Github"
} |
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
// CHECK: error: Expected macro name after #ifdef
#ifdef
#else
#else
#endif
| {
"pile_set_name": "Github"
} |
define("ace/snippets/razor",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText = "snippet if\n\
(${1} == ${2}) {\n\
${3}\n\
}";
exports.scope = "razor";
});
| {
"pile_set_name": "Github"
} |
# Doxyfile 1.5.5
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = gms
PROJECT_NUMBER = 0.1
OUTPUT_DIRECTORY ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.4.4.13_A1_T1;
* @section: 15.4.4.13;
* @assertion: The arguments are prepended to the start of the array, such that
* their order within the array is the same as the... | {
"pile_set_name": "Github"
} |
/* This is free and unencumbered software released into the public domain. */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h> /* for NULL, strrchr() */
/**
* @date 2014-11-23
* @author Arto Bendiken
* @see http://libc11.org/string/strrchr.html
*/
char*
strrchr(const char* s,
cons... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.