text stringlengths 2 99k | meta dict |
|---|---|
package org.batfish.specifier.parboiled;
import java.util.Objects;
import org.batfish.datamodel.DeviceType;
final class TypeNodeAstNode implements NodeAstNode {
private final DeviceType _deviceType;
TypeNodeAstNode(AstNode typeAstNode) {
this(((StringAstNode) typeAstNode).getStr());
}
TypeNodeAstNode(St... | {
"pile_set_name": "Github"
} |
from google.protobuf.message import (
Message,
)
from typing import (
Optional,
Text,
)
class SourceContext(Message):
file_name = ... # type: Text
def __init__(self,
file_name: Optional[Text] = ...,
) -> None: ...
@classmethod
def FromString(cls, s: str... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 75b21b6f6e674b1a8b33cb6090ef47f8
timeCreated: 1529868229 | {
"pile_set_name": "Github"
} |
/*
* XFree86 int10 module
* execute BIOS int 10h calls in x86 real mode environment
* Copyright 1999 Egbert Eich
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
#ifndef XF86X86EMU_H_
#define XF86X86EMU_H_
#include <x86emu.h>
#define M _X86EMU_env
#define X86_EAX M... | {
"pile_set_name": "Github"
} |
var assert = require('assert')
exports.PORT = 6000
exports.URL = 'http://localhost:' + exports.PORT
exports.all = function (functions, cb) {
var done = functions.length
functions.forEach(function (f) {
f[0](function () {
f[1].apply(this, arguments)
if (--done === 0) return cb()
})
})
}
expo... | {
"pile_set_name": "Github"
} |
# James Bigler, NVIDIA Corp (nvidia.com - jbigler)
# Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
#
# Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.
#
# Copyright (c) 2007-2009
# Scientific Computing and Imaging Institute, University of Utah
#
# This code is licen... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>DarkBASIC Professional Help File</title>
</head>
<body background="..\..\gfx\dbpro_bg.jpg">
<!-- Page Header -->
<center><table width="340" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="..\..\gfx\dbph_head_1.jpg" width="102" height="51"></td>
<td><a href="..\..\main.htm"><img src... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2002-2012 Croteam Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without... | {
"pile_set_name": "Github"
} |
#include "ttkfunctiontoolboxwidget.h"
#include <QPainter>
#include <QScrollBar>
#include <QScrollArea>
#include <QMouseEvent>
#include <QDrag>
#include <QMimeData>
#define RENAME_WIDTH 220
TTKFunctionToolBoxTopWidget::TTKFunctionToolBoxTopWidget(int index, const QString &text, QWidget *parent)
: QWidget(paren... | {
"pile_set_name": "Github"
} |
{
"type":"Program",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":1,"column":36}},
"range":[0,36],
"body":[
{
"type":"FunctionDeclaration",
"loc":{"source":null,"start":{"line":1,"column":0},"end":{"line":1,"column":36}},
"range":[0,36],
"id":{
"type":"Iden... | {
"pile_set_name": "Github"
} |
@model CountryViewModel
<form asp-controller="Home" asp-action="Index" method="post">
<select asp-for="Country" asp-items="Model.Countries"></select>
<br /><button type="submit">Register</button>
</form>
| {
"pile_set_name": "Github"
} |
#
#= ActiveRecord::Turntable
#
# ActiveRecord Sharding Plugin
#
require "active_record/turntable/version"
require "active_record"
require "active_record/fixtures"
require "active_support/concern"
require "active_record/turntable/error"
require "active_record/turntable/util"
require "logger"
require "singleton"
module ... | {
"pile_set_name": "Github"
} |
using Unity.Animations.SpringBones.GameObjectExtensions;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace Unity.Animations.SpringBones
{
public class AutoSpringBoneSetup
{
public class AutoSetupParameters
{
public bool... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may ... | {
"pile_set_name": "Github"
} |
/*
*Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
*WSO2 Inc. licenses this file to you 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/LI... | {
"pile_set_name": "Github"
} |
"""Tests for the service_class module."""
import queue
import pytest
from pydicom.dataset import Dataset
from pynetdicom import build_context
from pynetdicom.dimse_primitives import C_STORE, C_GET, C_MOVE, C_CANCEL
from pynetdicom.service_class import (
StorageServiceClass,
ServiceClass
)
class DummyAssoc... | {
"pile_set_name": "Github"
} |
package org.eternity.movie.step01;
public enum MovieType {
AMOUNT_DISCOUNT, // 금액 할인 정책
PERCENT_DISCOUNT, // 비율 할인 정책
NONE_DISCOUNT // 미적용
}
| {
"pile_set_name": "Github"
} |
---
title: "Celebrate Hacktoberfest with Gatsby!"
date: 2018-10-09
author: "Amberley Romo"
tags: ["hacktoberfest", "open-source"]
---
Happy October, everyone! We’re stoked, because October means… Hacktoberfest!
## What is Hacktoberfest?
“Hacktoberfest is a [month-long celebration of open source software](https://hac... | {
"pile_set_name": "Github"
} |
#ifndef _CGUI_LOGIN_WINDOW_H_
#define _CGUI_LOGIN_WINDOW_H_
#include <wx/frame.h>
#include <wx/bitmap.h>
#include <wx/hyperlink.h>
#include <wx/event.h>
#include <vector>
class wxButton;
class wxCheckBox;
class wxStaticText;
class wxStaticBitmap;
class wxChoice;
class DragMixin;
class BubbleWindow;
struct LoginWind... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>PerfectError Enum Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset="utf-8">
<script src="../js/jquery.min.js" defer></script>
<s... | {
"pile_set_name": "Github"
} |
// Contextual backgrounds
@mixin bg-variant($parent, $color) {
#{$parent} {
background-color: $color !important;
}
a#{$parent} {
@include hover-focus {
background-color: darken($color, 10%) !important;
}
}
}
| {
"pile_set_name": "Github"
} |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* 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 th... | {
"pile_set_name": "Github"
} |
package cn.forgeeks.dao.impl;
import org.springframework.stereotype.Repository;
import cn.forgeeks.dao.VisitorDao;
import cn.forgeeks.domain.Visitor;
import cn.forgeeks.pagination.Page;
@Repository
public class VisitorDaoImpl extends BaseDaoImpl<Visitor> implements VisitorDao {
public VisitorDaoImpl() {... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"conne... | {
"pile_set_name": "Github"
} |
//= require jquery
//= require jquery_ujs
<%= "//= require handlebars\n" if Ember::Handlebars::Template.handlebars_available? -%>
//= require ./environment
//= require ember
//= require ember-data
//= require ember-rails/application
//
//= require ./<%= application_name.underscore.dasherize %>
//= require_self
import ... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
> "$RESOURCES_TO_COPY"
XCASSET_FILES=()
case "${TARGETED_DEVICE_FAMILY}" in
1,2)
TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
;;
1)
... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
*/
#import <GeoServices/GEOTileSetProfile.h>
#import <GeoServices/GeoServices-Structs.h>
#import <GeoServices/XXUnknownSuperclass.h>
@class NSURL, GEOTileSet, NSString;
__attribute... | {
"pile_set_name": "Github"
} |
<build>
<!--
build description for Open Firmware support packages
Copyright (C) 2004-2005 by Stefan Reinauer
See the file "COPYING" for further information about
the copyright and warranty status of this work.
-->
<dictionary name="openbios" target="forth">
<object source="packages.fs"/>
<object so... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function(Promise, INTERNAL, debug) {
var util = require("./util");
var TimeoutError = Promise.TimeoutError;
function HandleWrapper(handle) {
this.handle = handle;
}
HandleWrapper.prototype._resultCancelled = function() {
clearTimeout(this.handle);
};
var afterValue = function(... | {
"pile_set_name": "Github"
} |
{{- if .Values.tlsSecret.create }}
{{- include "sch.config.init" (list . "discovery.admin.sch.chart.config.values") -}}
{{- $secretName := include "discovery.admin.tlsSecret" . -}}
{{- $jobName := (include "sch.names.fullCompName" (list . .sch.chart.components.tlsGenJob.name)) }}
{{- $crust := (index .Values.gl... | {
"pile_set_name": "Github"
} |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2005-2009 Cavium Networks
*/
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/inter... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:CELT-0.7.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
SUBROUTINE OFFSET_ccsdt_lambda1_8_4_1(l_a_offset,k_a_offset,size)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i2 ( h4 h12 )_f
IMPLICIT NONE
#include "global.fh"
#include "mafdecls.... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* 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 app... | {
"pile_set_name": "Github"
} |
<button class="bx-btn bx-btn-img bx-payment-subscribe bx-def-margin-sec-left-auto" onclick="javascript:__js_object__.subscribe(__vendor_id__, '__vendor_provider__', __module_id__, __item_id__, __item_count__, '__redirect__', '__custom__')">
<i class="sys-icon credit-card"></i>__txt_subscribe__
</button>
__js_conten... | {
"pile_set_name": "Github"
} |
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: POGOProtos/Enums/ItemEffect.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { render } from '@testing-library/react';
import GmailTabs from './GmailTabs';
describe('GmailTabs', () => {
it('render without clashes', () => {
expect(() => {
render(<GmailTabs />);
}).not.toThrow();
});
});
| {
"pile_set_name": "Github"
} |
import warnings
import numpy as np
import scipy.sparse as sp
from scipy.linalg import pinv2
from itertools import chain
from sklearn.utils.testing import (assert_equal, assert_raises, assert_true,
assert_almost_equal, assert_array_equal,
SkipTest, ... | {
"pile_set_name": "Github"
} |
{% extends base_template %}
{% load i18n %}
{% load xadmin_tags %}
{% block extrastyle %}
{{ block.super }}
<style type="text/css">
.btn-toolbar{margin-top: 0;}
#content-block.full-content{margin-left: 0;}
</style>
{% endblock %}
{% block bodyclass %}change-list{% endblock %}
{% block nav_title %}
{% if bran... | {
"pile_set_name": "Github"
} |
| package |
package := Package name: 'Sockets Connection'.
package paxVersion: 1;
preDeclareClassesOnLoad: false;
basicComment: 'Dolphin Smalltalk TCP/IP Sockets Connection Support
Copyright (c) Object Arts Ltd, 1997-2003. Portions copyright CGI Group (Europe) Ltd, 1997.
This package provides an interface to... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package rekognition
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
smithy "github.com/awslabs/smithy-go"
"github.com/awslabs/smithy-go/middlew... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Type Name="DataType" FullName="System.ComponentModel.DataAnnotations.DataType">
<TypeSignature Language="C#" Value="public enum DataType" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DataType extends System.Enum" />
<AssemblyInfo>
<AssemblyNa... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "testrunnerswitcher.h"
int main(void)
{
size_t failedTestCount = 0;
RUN_TEST_SUITE(umockcallpairs_unittests, failedTestCount);
return failedTestCo... | {
"pile_set_name": "Github"
} |
package frontend
import (
"net/http"
"net/http/httptest"
"reflect"
"testing"
"time"
"github.com/jivesearch/jivesearch/instant"
"github.com/jivesearch/jivesearch/instant/breach"
"github.com/jivesearch/jivesearch/instant/discography"
"github.com/jivesearch/jivesearch/instant/parcel"
"github.com/jivesearch/jiv... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -Wfloat-equal -verify %s
int f1(float x, float y) {
return x == y; // expected-warning {{comparing floating point with ==}}
}
int f2(float x, float y) {
return x != y; // expected-warning {{comparing floating point with ==}}
}
int f3(float x) {
return x == x; // no-warning
}
... | {
"pile_set_name": "Github"
} |
BIN = fbuffer
CC = g++
FLAGS = -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage
INC = -I ../common/include -I/sw/include -I/usr/local/include
LIB_PATH = ../common/osx_64/
LOC_LIB = $(LIB_PATH)libGLEW.a $(LIB_PATH)libglfw3.a
SYS_LIB = -lz
FRAME... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6020816c805107445a3fc91a92d9acd4
timeCreated: 1470176219
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
** FFI C call handling.
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_CCALL_H
#define _LJ_CCALL_H
#include "lj_obj.h"
#include "lj_ctype.h"
#if LJ_HASFFI
/* -- C calling conventions ----------------------------------------------- */
#if LJ_TARGET_X86ORX64
#if LJ_TARGET_X... | {
"pile_set_name": "Github"
} |
1
301
424
598
792
1013
1313
1452
1752
1756
2056
2056
2356
2500
2625
2840
3116
3258
3558
3858
3860
3934
4053
4138
| {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Tests\user\Kernel\Migrate;
use Drupal\Core\Entity\Entity\EntityFormDisplay;
use Drupal\Tests\migrate_drupal\Kernel\d6\MigrateDrupal6TestBase;
/**
* Tests the user profile entity form display migration.
*
* @group migrate_drupal_6
*/
class MigrateUserProfileEntityFormDisplayTest extends Mig... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
-->
<!--[if IE 8]><html class="ie8"><![endif]-->
<!--[if gt IE 8]><html><![endif]-->
<!--[if !IE]><!--><html><!--<![endif]-->
<head>
<meta ch... | {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
using Ombi.Api.Pushover.Models;
namespace Ombi.Api.Pushover
{
public interface IPushoverApi
{
Task<PushoverResponse> PushAsync(string accessToken, string message, string userToken, sbyte priority, string sound);
}
} | {
"pile_set_name": "Github"
} |
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<!-- to fast to stop (stop on the current edge) -->
<vehicle id="v0" depart="0" departSpeed="max" departPos="0">
<route edges="beg middle end"/>
</vehicle>
<!-- ... | {
"pile_set_name": "Github"
} |
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL"... | {
"pile_set_name": "Github"
} |
package com.mashibing.service.base;
import com.mashibing.bean.WyCommitteeMetting;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 业委会会议 服务类
* </p>
*
* @author lian
* @since 2020-04-18
*/
public interface WyCommitteeMettingService extends IService<WyCommitteeMetting> {
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="de-DE">
<info>
<title>Durchstarten zur Diplomarbeit (BHS) (in-text, German)</title>
<id>http://www.zotero.org/styles/durchstarten-zur-diplomarbeit-in-text</id>
<link href="http://www.zotero.... | {
"pile_set_name": "Github"
} |
using Merp.Registry.CommandStack.Helpers;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
namespace Merp.Registry.Web.Models.Person
{
public class AddEntryModel
{
[Required]
[DisplayName("First Name")]
public string FirstName ... | {
"pile_set_name": "Github"
} |
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-27 12... | {
"pile_set_name": "Github"
} |
<?php
$a .= $b[++$c] ^ $d;
?> | {
"pile_set_name": "Github"
} |
#! /bin/bash -xe
set -x -e
echo "running as" $(id)
# Detect release version.
. /etc/lsb-release
if [ "${DISTRIB_RELEASE}" == "12.04" ]; then
UBUNTU_1204=1
elif [ "${DISTRIB_RELEASE}" == "16.04" ]; then
UBUNTU_1604=1
fi
. /home/worker/scripts/xvfb.sh
####
# Taskcluster friendly wrapper for performing fx des... | {
"pile_set_name": "Github"
} |
namespace ClassLib021
{
public class Class010
{
public static string Property => "ClassLib021";
}
}
| {
"pile_set_name": "Github"
} |
using System;
using Xamarin.Forms;
using System.Linq;
using EmployeeDirectory.Data;
using EmployeeDirectory.ViewModels;
namespace EmployeeDirectory
{
public partial class EmployeeListXaml : ContentPage
{
public EmployeeListXaml ()
{
InitializeComponent ();
var tbi = new ToolbarItem ("?", "Search.png", ()... | {
"pile_set_name": "Github"
} |
try:
import uctypes
except ImportError:
print("SKIP")
raise SystemExit
print(uctypes.sizeof({'f':uctypes.FLOAT32}))
print(uctypes.sizeof({'f':uctypes.FLOAT64}))
| {
"pile_set_name": "Github"
} |
local base_startpos = {9263, 4100}
local radius = 256
local sin = math.sin
local cos = math.cos
local midX = Game.mapSizeX / 2
local midZ = Game.mapSizeZ / 2
local function Rotate(point, phi) return {
midX + (point[1] - midX) * cos(phi) - (point[2] - midZ) * sin(phi),
midZ + (point[2] - midZ) * cos(phi) + (point[1] ... | {
"pile_set_name": "Github"
} |
Vespa ZooKeeper server interface
| {
"pile_set_name": "Github"
} |
<MRML >
<ModelHierarchy
id="vtkMRMLModelHierarchyNode1" name="Model Maker Model" hideFromEditors="true" selectable="true" selected="false" displayNodeRef="vtkMRMLModelDisplayNode4" expanded="true"></ModelHierarchy>
</MRML>
| {
"pile_set_name": "Github"
} |
/* $Id: teles_cs.c,v 1.1.2.2 2004/01/25 15:07:06 keil Exp $ */
/*======================================================================
A teles S0 PCMCIA client driver
Based on skeleton by David Hinds, dhinds@allegro.stanford.edu
Written by Christof Petig, christof.petig@wtal.de
Also inspired by ELSA PCMCIA ... | {
"pile_set_name": "Github"
} |
DESCRIPTION = "Incremental is a small library that versions your Python projects"
HOMEPAGE = "https://github.com/twisted/incremental"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ca9b07f08e2c72d48c74d363d1e0e15"
SRC_URI[md5sum] = "602746e0d438e075a5a9e0678140bba2"
SRC_URI[sha256sum] = "7b751696aaf36eebfab53... | {
"pile_set_name": "Github"
} |
G04 #@! TF.FileFunction,Soldermask,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.4-stable) date 09/01/17 08:26:27*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11R,1.974800X2.686000*%
%ADD12O,1.974800X2.686000*%
%ADD13O,2.... | {
"pile_set_name": "Github"
} |
/*
* LibrePCB - Professional EDA for everyone!
* Copyright (C) 2013 LibrePCB Developers, see AUTHORS.md for contributors.
* https://librepcb.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 Fou... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# 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 applica... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
RSpec.describe Cryptoexchange::Exchanges::HuobiUs::Market do
it { expect(described_class::NAME).to eq 'huobi_us' }
it { expect(described_class::DOT_PRO_API_URL).to eq 'https://api.huobi.com' }
end
| {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIIEpAIBAAKCAQEAwPFrd4isNd/7c1MvkoAvdBYyTfUQIG9sOo7R3GvhLj7DBA+/
m8TJEtHkC0WX5QbNZjrh4OIr36LE7HvTPTyK/150oKunA2oWW16SxH5beYpp1LyD
Xq5CknSlK+cAwanc1bFTBw9z946tFD4lnuUe5syRzZUMgEQgw/0Xz5E9YxAcFFv7
w6jBiLJ3/5zb/GpERET3hewILNTfgaN5yf4em5MWU7eXq75PGqXi+kYF5A2cKqTM
uR4hoGzEq1mwQDm7+Yit/d+NtAuv... | {
"pile_set_name": "Github"
} |
/**
* https://demo.thi.ng/umbrella/hiccup-carbon-icons/#MICROPHONE
*/
// prettier-ignore
export const MICROPHONE: any[] =
["svg", { viewBox: "0 0 32 32" },
["path", { d: "M23 14v3a7 7 0 01-14 0v-3H7v3a9 9 0 008 8.94V28h-4v2h10v-2h-4v-2.06A9 9 0 0025 17v-3z" }],
["path", { d: "M16 22a5 5 0 005-5V7a... | {
"pile_set_name": "Github"
} |
/*
* ALSA Driver for Ego Systems Inc. (ESI) Miditerminal 4140
* Copyright (c) 2006 by Matthias König <mk@phasorlab.de>
*
* 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; ei... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_51) on Thu Apr 14 18:37:21 SGT 2016 -->
<title>Chart.ChartViewPie (Javadocs: controlP5)</title>
<meta name="date" content="2016-04-14">
<link r... | {
"pile_set_name": "Github"
} |
/*************************************************************************
* Compilation: javac Point2D.java
*
* Immutable point data type for points in the plane.
*
*************************************************************************/
import java.util.Arrays;
import java.util.Comparator;
public class Po... | {
"pile_set_name": "Github"
} |
/*
* SSA/ASS spliting functions
* Copyright (c) 2010 Aurelien Jacobs <aurel@gnuage.org>
*
* 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
* ver... | {
"pile_set_name": "Github"
} |
client
dev tun
proto udp
remote 196.196.244.5 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
remote-cert-tls server
auth-user-pass ../Own_VPN_Config/nordvpnauth.txt
verb 3
pull
fast-io
ciph... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "zwBCE43Cv3PH"
},
"source": [
"##### Copyright 2019 The TensorFlow Authors."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"i... | {
"pile_set_name": "Github"
} |
<?php
namespace SocialiteProviders\Xing;
use SocialiteProviders\Manager\SocialiteWasCalled;
class XingExtendSocialite
{
/**
* Register the provider.
*
* @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled
*/
public function handle(SocialiteWasCalled $socialiteWasCall... | {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 65 Hz Gain -1.3 dB Q 0.15
Filter 2: ON PK Fc 168 Hz Gain 1.4 dB Q 1.30
Filter 3: ON PK Fc 199 Hz Gain -7.7 dB Q 0.50
Filter 4: ON PK Fc 1897 Hz Gain -7.6 dB Q 1.44
Filter 5: ON PK Fc 4161 Hz Gain 7.6 dB Q 0.28
Filter 6: ON PK Fc 2308 Hz Gain -2.3 dB Q 5.43
Filter 7: ON PK Fc 2842 Hz Gain 2.2 dB Q 2.0... | {
"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 m... | {
"pile_set_name": "Github"
} |
noinst_PROGRAMS += \
zcash/GenerateParams
# zcash/CreateJoinSplit
# tool for generating our public parameters
zcash_GenerateParams_SOURCES = zcash/GenerateParams.cpp
zcash_GenerateParams_CPPFLAGS = $(AM_CPPFLAGS)
zcash_GenerateParams_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
zcash_GenerateParams_LDADD = \
$(BOOST_LI... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="keywords" content="jQuery DropDownList, List, ListBox, Popup List, jqxDropDownList, jqxListBox, List Widget, ListBox Widget, DropDownList Widget" />
<meta name="description" content="The jqxListBox can be populated with data from an existing select element m... | {
"pile_set_name": "Github"
} |
package com.mashibing.admin;
import org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@Controller
publi... | {
"pile_set_name": "Github"
} |
package kam
import (
"testing"
"time"
"github.com/go-playground/locales"
"github.com/go-playground/locales/currency"
)
func TestLocale(t *testing.T) {
trans := New()
expected := "kam"
if trans.Locale() != expected {
t.Errorf("Expected '%s' Got '%s'", expected, trans.Locale())
}
}
func TestPluralsRange(t... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('zipObjectDeep', require('../zipObjectDeep'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System.ComponentModel;
namespace Moq.Language.Flow
{
/// <summary>
/// Implements the fluent API.
/// </summary>
[EditorBrowsabl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2003, 04 PMC-Sierra
* Author: Manish Lachwani (lachwani@pmc-sierra.com)
* Copyright 2004 Ralf Baechle <ralf@linux-mips.org>
*
* Board specific definititions for the PMC-Sierra Yosemite
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Gene... | {
"pile_set_name": "Github"
} |
/**
* This element is a member of Polymer namespace and is registered with its
* namespaced name.
* @memberof Polymer
*/
class TestElementOne extends Polymer.Element {
static get properties() {
return {
foo: {
notify: true,
type: String,
}
};
}
}
Polymer.TestElementOne = Test... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// 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)
//
// This file is machine generated, do not edit by hand
// Unrolled polynomial evaluatio... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 applicable law... | {
"pile_set_name": "Github"
} |
package dtls
import (
"context"
)
// Parse received handshakes and return next flightVal
type flightParser func(context.Context, flightConn, *State, *handshakeCache, *handshakeConfig) (flightVal, *alert, error)
// Generate flights
type flightGenerator func(flightConn, *State, *handshakeCache, *handshakeConfig) ([]*... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 The Regents of the University of California
*
* 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 co... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2015 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 requir... | {
"pile_set_name": "Github"
} |
Fan 0 Speed: 0 RPM
Fan 1 Speed: 2417 RPM
| {
"pile_set_name": "Github"
} |
window.addEventListener('message', function (e) {
if (!e.origin.startsWith('file://')) {
return
}
if (e.data && e.data.message && e.data.message === 'getSettingsData') {
ipc.send('getSettingsData')
}
if (e.data && e.data.message && e.data.message === 'setSetting') {
ipc.send('setSetting', {key: ... | {
"pile_set_name": "Github"
} |
package com.cgfay.caincamera.activity;
import android.Manifest;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.graphics.SurfaceTexture;
import android.opengl.GLSurfaceView;
import android.os.Build.VERSION;
import android.os.Build.VERSION_CODES;
import android.view.WindowManager.LayoutPar... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.