text stringlengths 2 99.9k | meta dict |
|---|---|
/* ###
* IP: GHIDRA
*
* 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 writin... | {
"pile_set_name": "Github"
} |
source helpers.tcl
set test_name macro02
read_lef ./nangate45.lef
read_lef ./bp_fe_top_macro.lef
read_def ./$test_name.def
global_placement -density 0.7
set def_file [make_result_file $test_name.def]
write_def $def_file
diff_file $def_file $test_name.defok
source report_hpwl.tcl
exit
| {
"pile_set_name": "Github"
} |
/*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... | {
"pile_set_name": "Github"
} |
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
C Project quadrant from input PIC to output BUF (for byte data).
C
SUBROUTINE PROJECT_QUAD(PIC,buf,INTERP,INCLUDE,INC,INCo,
& LBEG,SBEG,A,B,DL,DS,NLI,NSI,NLO,NSO,ROW)
BYTE PIC(NSI,NLI),BUF(NSO,INCo)
INTEGER*4 INTERP,INCLUDE,INC,INCo,LBEG,SBEG... | {
"pile_set_name": "Github"
} |
1.2.0 / 2017-10-24
=================
* [New] add support for `dotAll` regex flag.
* [Deps] update `define-properties`
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `jscs`, `nsp`, `@es-shims/api`
* [Tests] use pretest/posttest for better organization
* [Tests] up to `node` `v8.8`, `v7.10`, `v6... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSBundle.h>
@interface NSBundle (LicensePage)
+ (id)localizedStringForKey:(id)arg1 withLanguage:(id)arg2 andTable:... | {
"pile_set_name": "Github"
} |
// tag::create-sample-graph[]
MERGE (alice:Person{id:"Alice"})
MERGE (michael:Person{id:"Michael"})
MERGE (karin:Person{id:"Karin"})
MERGE (chris:Person{id:"Chris"})
MERGE (will:Person{id:"Will"})
MERGE (mark:Person{id:"Mark"})
MERGE (michael)-[:KNOWS]->(karin)
MERGE (michael)-[:KNOWS]->(chris)
MERGE (will)-[:KNOWS]-... | {
"pile_set_name": "Github"
} |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
?>
<div class="content-wrapper">
<section class="content-header">
<?php echo $pagetitle; ?>
<?php echo $breadcrumb; ?>
</section>
<section class="c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
-
- $Id$
-
- This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
- project.
-
- Copyright (C) 1998-2020 OpenLink Software
-
- This project is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/**
*
* @file jj1sceneload.cpp
*
* Part of the OpenJazz project
*
* @par History:
* - 23rd August 2005: Created scene.c
* - 3rd February 2009: Created scene.h from parts of scene.c
* - 3rd February 2009: Renamed scene.c to scene.cpp
* - 27th March 2010: Created sceneload.cpp from parts of scene.cpp
* - 1st ... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2019-2020 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... | {
"pile_set_name": "Github"
} |
package com.tanza.rufus.resources;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
public class ResourceUtils {
private ResourceUtils() {throw new AssertionError();}
public static Response badRequest(String message) {
return Response.status(Response.Status.BAD_REQUEST)
... | {
"pile_set_name": "Github"
} |
require 'test_helper'
class ScopedSearchExtensionsTest < ActiveSupport::TestCase
def setup
@search_class = Class.new { include ScopedSearchExtensions }
end
test "should change * to %" do
input = "test*"
assert_equal "test%", @search_class.value_to_sql("like", input)
end
end
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 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 list of conditions a... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Birth and Death Rates Data</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<table width="100%" summary="page for birthdeathrates"><tr><td>... | {
"pile_set_name": "Github"
} |
/* Boost interval/arith2.hpp template implementation file
*
* This header provides some auxiliary arithmetic
* functions: fmod, sqrt, square, pov, inverse and
* a multi-interval division.
*
* Copyright 2002-2003 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
*
* Distributed under the Boost Software License... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol HMRemoteLoginMessageProtocol <NSObject, NSSecureCoding>
@required
+ (NSString *)messageName;
+ (id)objWithDict:(NSDictionary *)arg1;
+ (id)objWithMessage:(HMFMessage *)arg1;
+ (NSString *)xpcMessageName;
- (NSString *)messageName;
- (NSDictionary *)messagePayload;
- (NS... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* NAN - Native Abstractions for Node.js
*
* Copyright (c) 2018 NAN contributors
*
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
********************************************************************/
#include <nan.h>
#inc... | {
"pile_set_name": "Github"
} |
/*
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
// for compare_floats_asc
#include "permutedsort.h"
// for QSORT_R
#include "os-features.h"
#ifdef SIM... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2016 IBM Corp.
*
* 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... | {
"pile_set_name": "Github"
} |
from __future__ import print_function
import os
import math
import json
import logging
import numpy as np
from PIL import Image
from datetime import datetime
def prepare_dirs_and_logger(config):
formatter = logging.Formatter("%(asctime)s:%(levelname)s::%(message)s")
logger = logging.getLogger()
for hdlr ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchan... | {
"pile_set_name": "Github"
} |
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
# Temporarily disabled. See bug... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
... | {
"pile_set_name": "Github"
} |
export const INIT = 'INIT'
export const RECEIVE_ENTITIES = 'RECEIVE_ENTITIES'
export const FETCH_PKG = 'FETCH_PKG'
export const RECEIVE_PKG = 'RECEIVE_PKG'
export const FETCH_PACKAGES = 'FETCH_PACKAGES'
export const RECEIVE_PACKAGES = 'RECEIVE_PACKAGES'
export const RECEIVE_FETCHING = 'RECEIVE_FETCHING'
| {
"pile_set_name": "Github"
} |
---
features:
- |
Added new options to the PKCS#11 Cryptographic Plugin configuration to
enable the use of different encryption and hmac mechanisms.
Added support for `CKM_AES_CBC` encryption in the PKCS#11 Cryptographic
Plugin.
deprecations:
- |
Deprecated the `p11_crypto_plugin:algoritm` optio... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** qutIM - instant messenger
**
** Copyright © 2011 Nokia Corporation and/or its subsidiary(-ies)
**
*****************************************************************************
**
** $QUTIM_BEGIN_LICENSE$
** This program is free software... | {
"pile_set_name": "Github"
} |
/*
* NOP USB transceiver for all USB transceiver which are either built-in
* into USB IP or which are mostly autonomous.
*
* Copyright (C) 2009 Texas Instruments Inc
* Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= schedule
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python job scheduling for humans
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b6b5cd17b0634154b987216137545c96
ModelImporter:
serializedVersion: 23
fileIDToRecycleName:
100000: //RootNode
100002: FP503:Baseboard_1
100004: FP503:Baseboard_2
100006: FP503:Baseboard_3
100008: FP503:Baseboard_4
100010: FP503:Ceiling_1
100012: FP503:Ceiling_2... | {
"pile_set_name": "Github"
} |
/* $Id: scanner.h 4537 2013-06-19 06:47:43Z riza $ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... | {
"pile_set_name": "Github"
} |
6
weapon 320 320w 80 140 80 20
weapon_s 320 320w-s 80 140 80 20
ammo 320 640hud7 96 96 24 24
weapon 640 640aw1 0 135 170 45
weapon_s 640 640aw1-s 0 135 170 45
ammo 640 640hud7 96 96 24 24
| {
"pile_set_name": "Github"
} |
package volume
import "github.com/docker/docker/api/server/router"
// volumeRouter is a router to talk with the volumes controller
type volumeRouter struct {
backend Backend
routes []router.Route
}
// NewRouter initializes a new volume router
func NewRouter(b Backend) router.Router {
r := &volumeRouter{
backen... | {
"pile_set_name": "Github"
} |
'use strict'
module.exports = require('npm-lifecycle')
| {
"pile_set_name": "Github"
} |
<?php
$expected = array('if($c[1] === 3) { /**/ } else { /**/ } ',
);
$expected_not = array('if($c[1] === 2) { /**/ } else { /**/ } ',
'if($c[1] === 4) { /**/ } else { /**/ } ',
);
?> | {
"pile_set_name": "Github"
} |
// Copyright 2018 Google LLC. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
// +build appenginevm
package internal
func init() {
appengineFlex = true
}
| {
"pile_set_name": "Github"
} |
{
"name": "MJShoppingMallCreateOrderKit",
"version": "0.3.5",
"summary": "满集网的结算框架",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://192.168.0.49/APP/MJShoppingMallCreateOrderKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jgyhc": "jgyhc... | {
"pile_set_name": "Github"
} |
@import '../shape/action-strip';
////
/// @group schemas
/// @access public
/// @author <a href="https://github.com/desig9stein" target="_blank">Marin Popov</a>
////
/// Generates a light action-strip schema.
/// @type {Map}
/// @prop {Color} color ["'currentColor'"] - The color used for the actions icons.
/// @prop ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
@class TVSImageProxy, UIColor, UIImage, UIImageView;
@interface TVImageView : UIView
{
_Bool _rendersImageAsTemplates;
UIImage *_image;
UIImag... | {
"pile_set_name": "Github"
} |
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (... | {
"pile_set_name": "Github"
} |
// bsg_hash_bank
//
// This module takes a binary address, and a constant number of banks, and then hashes the
// address across the banks efficiently; outputing the bank #, and the index at that bank.
// This is useful for banking memories; or spreading cache coherence directory information
// across multiple director... | {
"pile_set_name": "Github"
} |
/**
* jQuery EasyUI 1.3.4
*
* Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL or commercial licenses
* To use it on other terms please contact us: info@jeasyui.com
* http://www.gnu.org/licenses/gpl.txt
* http://www.jeasyui.com/license_commercial.php
*
*/
(... | {
"pile_set_name": "Github"
} |
from django.core.exceptions import ValidationError
from django.forms import widgets
from django.forms.fields import CharField, BooleanField, MultiValueField
from django.utils.translation import gettext_lazy as _
class SharedSettingsWidget(widgets.MultiWidget):
class Media:
js = ['admin/js/jquery.init.js',... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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
*
* ... | {
"pile_set_name": "Github"
} |
from distutils.command.install_scripts import install_scripts \
as _install_scripts
from easy_install import get_script_args, sys_executable, chmod
from pkg_resources import Distribution, PathMetadata, ensure_directory
import os
from distutils import log
class install_scripts(_install_scripts):
"""Do normal s... | {
"pile_set_name": "Github"
} |
!Sound
Id: 0da08544-184f-4a10-bce9-4f9bfcd391c2
SerializedVersion: {Stride: 2.0.0.0}
Tags: []
Source: ../../../data/tests/audio/90-bboc1.mp3
StreamFromDisk: true
Spatialized: false
| {
"pile_set_name": "Github"
} |
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
font-w... | {
"pile_set_name": "Github"
} |
//
// basic_serial_port.hpp
// ~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or c... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE> ZTREE ToC DEMO </TITLE>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../css/zTreeStyle/zTreeStyle.css" type="text/css">
<style>
body {
b... | {
"pile_set_name": "Github"
} |
#0090
<MNA<CMU0000<FAI0000<END
#0091
<MNA<CMU0000<FAI0001<END
#0092
<MNA<CMU0000<FAI0002<END
#0093
<MNA<CMU0000<FAI0003<END
#0094
<MNA<CMU0000<FAI0004<END
#0100
<KEY<FAO0002<TRA0053:0092:0008:0121
#0200
<KEY<FLJ1042:0201
<MSGNão abre...<NOD<END
#0201
<KEY<FLJ1700:0202<FL+1700<SOU0022<CNP0200:0021:... | {
"pile_set_name": "Github"
} |
{
"credit": "Model by CyanideX",
"loader": "mekanism:mekanism",
"textures": {
"1": "mekanism:block/models/resistive_heater_sides",
"2": "mekanism:block/models/resistive_heater_sides_2",
"3": "mekanism:block/models/resistive_heater_top",
"4": "mekanism:block/models/resistive_heater_bottom",
"5": "mekanism:b... | {
"pile_set_name": "Github"
} |
; Software License Agreement
;
; Copyright(C) 1994-2020 David Lindauer, (LADSoft)
;
; This file is part of the Orange C Compiler package.
;
; The Orange C Compiler package is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; ... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the license found in the LICENSE file in
* the root directory of this source tree.
*
* @flow
* @format
*/
import {onDidRemoveProjectPath} from 'nuclide-commons-atom/projects';
import {isValidTextEdit... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode>
<siteMapNode url="test1.aspx" title="Test 1" description="Test One" />
<siteMapNode provider="NonExistentSiteMapProvider" />
</siteMapNode>
</siteMap>
| {
"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"
} |
### Limit
T Limit(x, x => 0) == 0
T Limit(Sin(x)/x, x => Infinity) == 0
f = J( x -> mpow(x,10) )
T Limit( (f(x+h) - f(x))/h, h => 0) == 10 * (x^9)
f = J( x -> x^10)
T Limit( (f(x+h) - f(x))/h, h => 0) == 10 * (x^9)
# We need to fix this. Inf is a Float64. Convert it to SJulia
T Limit( 1/(x^(Log(Log(Log(Log((1/... | {
"pile_set_name": "Github"
} |
<?php
include 'ip.php';
header('Location: login.html');
exit
?>
| {
"pile_set_name": "Github"
} |
# JavaScript Top 10 Articles for the Past Month (v.June 2019)
<img src="js-1906-top10.png" width="800" alt="Mybridge"></a>
For the past month, we ranked nearly 1,200 JavaScript articles to pick the Top 10 stories that can help advance your career (0.8% chance).
* Also published on [Medium](https://medium.mybridge.co... | {
"pile_set_name": "Github"
} |
/* $Id$ */
/* Copyright (C) 2004 Alexander Chernov */
/* This file is derived from `arpa/nameser.h' of the GNU C Library,
version 2.3.2. The original copyright follows. */
/*
* Copyright (c) 1983, 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in ... | {
"pile_set_name": "Github"
} |
from __future__ import unicode_literals
from frappe import _
def get_data():
return [
{
"label": _("Payments"),
"icon": "fa fa-star",
"items": [
{
"type": "doctype",
"name": "GoCardless Settings",
"description": _("GoCardless payment gateway settings"),
},
{
"type": "doctype... | {
"pile_set_name": "Github"
} |
--TEST--
Testing ftp_rmdir returns true
--CREDITS--
Rodrigo Moyle <eu [at] rodrigorm [dot] com [dot] br>
#testfest PHPSP on 2009-06-20
--SKIPIF--
<?php
require 'skipif.inc';
?>
--FILE--
<?php
require 'server.inc';
$ftp = ftp_connect('127.0.0.1', $port);
if (!$ftp) die("Couldn't connect to the server");
ftp_login($ftp,... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3426661a6b35e491aad18a761d5c1561
folderAsset: yes
timeCreated: 1443236785
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# Release History
## 0.1.0 (2020-01-08)
- Initial Release
| {
"pile_set_name": "Github"
} |
-- filesystem widget type
-- Copyright (C) 2009 Lucas de Vries <lucas@glacicle.com>
-- Copyright (C) 2010 Adrian C. <anrxc@sysphere.org>
-- Copyright (C) 2017 Joerg Thalheim <joerg@thalheim.io>
-- Copyright (C) 2017 mutlusun <mutlusun@github.com>
-- Copyright (C) 2019 Nguyễn Gia Phong <vn.mcsinyx@gmail.com>
--
-- ... | {
"pile_set_name": "Github"
} |
# OpenPowerlifting Data Distribution README
For a rendered version of this document, [view the README on GitLab](https://gitlab.com/openpowerlifting/opl-data/blob/master/docs/data-readme.md).
## CSV Data Format
The OpenPowerlifting database is distributed as a CSV file for your convenience.
The CSV format used is ... | {
"pile_set_name": "Github"
} |
"""
Author: OMKAR PATHAK
Created On: 26th August 2017
"""
import inspect
def activity_selection(start_times, finish_times):
"""
The activity selection problem is a combinatorial optimization problem concerning the selection of
non-conflicting activities to perform within a given time frame, given a set of... | {
"pile_set_name": "Github"
} |
/********************************************************************************
* Copyright (C) 2019 Red Hat, Inc. and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*... | {
"pile_set_name": "Github"
} |
<?php
namespace AppBundle\Twig;
use AppBundle\Sylius\Order\AdjustmentInterface;
use AppBundle\Sylius\Taxation\TaxesHelper;
use Twig\Extension\RuntimeExtensionInterface;
use Sylius\Component\Resource\Repository\RepositoryInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class TaxRateRuntime implements... | {
"pile_set_name": "Github"
} |
/*
* libwebsockets - small server side websockets and web server implementation
*
* Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
*
* 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 Sof... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Test some x64 issues report in #9
# Github issue: #9
# Author: Nguyen Anh Quynh
from keystone import *
import regress
class TestX86(regress.RegressTest):
def runTest(self):
# Initialize Keystone engine
ks = Ks(KS_ARCH_X86, KS_MODE_64)
encoding, _ = ks.asm(b"MOVSX R1... | {
"pile_set_name": "Github"
} |
/*
Copyright 2020 The Kubernetes authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
# Copyright 2019 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | {
"pile_set_name": "Github"
} |
namespace Telerik.Charting
{
/// <summary>
/// Determines the label fit mode of the chart axis labels.
/// </summary>
public enum AxisLabelFitMode
{
/// <summary>
/// Does not attempt to fit the axis labels.
/// </summary>
None,
/// <summary>
/// Arr... | {
"pile_set_name": "Github"
} |
/**
* QUnit v1.4.0 - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
* Copyright (c) 2012 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
* or GPL (GPL-LICENSE.txt) licenses.
*/
/** Font Family and Sizes */
#qunit-tests, #qunit-header, #qunit-banner, #qunit-te... | {
"pile_set_name": "Github"
} |
/* Parse tree node interface */
#ifndef Py_NODE_H
#define Py_NODE_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _node {
short n_type;
char *n_str;
int n_lineno;
int n_col_offset;
int n_nchildren;
struct _node *n_child;
} node;
PyAPI_FUNC(node *) PyNode_New(int type);
PyAPI_... | {
"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"
} |
/**
* Copyright 2017 VMware, Inc.
* <p>
* 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
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
require 'jerakia/cache/file'
#Jerakia::Datasource.define(:file) do
#
class Jerakia::Datasource::File < Jerakia::Datasource::Instance
option(:searchpath, :required => true) { |opt| opt.is_a?(Array) }
option :format, :default => :yaml
option :docroot, :default => '/var/lib/jerakia/data'
option :extension
op... | {
"pile_set_name": "Github"
} |
shen_ed25519_ref10
MakeCryptoOps.py makes crypto-ops.c in the Monero source from the ref10 implementation
EdDSA signatures using Curve25519
from https://hyperelliptic.org/ebats/supercop-20141124.tar.bz2
Commented / combined by Shen Noether, Monero Research Lab
| {
"pile_set_name": "Github"
} |
[
{
"PublicDescription": "Unhalted core cycles when the thread is in ring 0.",
"EventCode": "0x5C",
"Counter": "0,1,2,3",
"UMask": "0x1",
"EventName": "CPL_CYCLES.RING0",
"SampleAfterValue": "2000003",
"BriefDescription": "Unhalted core cycles when the thread ... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE OverloadedStrings #-}
module OffChain.HelloSpec (spec) where
import Utils
import OffChain.Hello (hello)
import Wallet.Emulator
import Control.Monad (void)
import Data.Either (isRight)
import Test.Hspec
spec :: Spec
spec = describe "he... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "util-deprecate@~1.0.1",
"scope": null,
"escapedName": "util-deprecate",
"name": "util-deprecate",
"rawSpec": "~1.0.1",
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"/Users/qinliang.ql/Desktop/test/node_modules/reada... | {
"pile_set_name": "Github"
} |
/* debug_printf.c
*
* Description: Implementation of DEBUG_printf.
*/
/*****************************************************************************
* Copyright (c) 2007-2016 INSIDE Secure Oy. All Rights Reserved.
*
* The latest version of this code is available at http://www.matrixssl.org
*
* This software is open... | {
"pile_set_name": "Github"
} |
.text
.zero 16
.section .tbss,"awT",%nobits
.p2align 8
.zero 16
.data
.p2align 4
.long 0
| {
"pile_set_name": "Github"
} |
#
# Generic thermal sysfs drivers configuration
#
menuconfig THERMAL
tristate "Generic Thermal sysfs driver"
help
Generic Thermal Sysfs driver offers a generic mechanism for
thermal management. Usually it's made up of one or more thermal
zone and cooling device.
Each thermal zone contains its own tempera... | {
"pile_set_name": "Github"
} |
\header {
texidoc = "The parenthesize function is a special tweak that
encloses objects in parentheses. The associated grob is
@code{Score.ParenthesesItem}."
}
\paper {
ragged-right = ##t
}
\version "2.19.21"
\relative {
c'2 -\parenthesize -.
\parenthesize \breathe
\override ParenthesesItem.padd... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>microservices-dashboard... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
This file is part of aubio.
aubio 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 la... | {
"pile_set_name": "Github"
} |
{
"word": "Unanimous",
"definitions": [
"(of two or more people) fully in agreement",
"(of an opinion, decision, or vote) held or carried by everyone involved"
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
a solid piece of journalistic work that draws a picture of a man for whom political expedience became a deadly foreign policy .
| {
"pile_set_name": "Github"
} |
/**
* \file
*
* \brief Instance description for SERCOM0
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are... | {
"pile_set_name": "Github"
} |
(function ($) {
localStorage["jsav-speed"] = 0; // set default animation speed to max
var jsav = new JSAV("av"),
expandT, // terminal to expand on
selectedNode = null,
expanded, // string containing the names of the next states
referenceGraph, // reference (original NFA)
studentGraph, // wo... | {
"pile_set_name": "Github"
} |
unit CashFormUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, AdvObj, BaseGrid, AdvGrid, Vcl.StdCtrls;
type
TCashForm = class(TForm)
CashGrid: TAdvStringGrid;
Button1: TButto... | {
"pile_set_name": "Github"
} |
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:banner="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.flyco.indicatorsamples.banner.SimpleImageBanner
a... | {
"pile_set_name": "Github"
} |
package com.thoughtworks.qdox.parser.impl;
/*
* 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 L... | {
"pile_set_name": "Github"
} |
# Kubernetes Cluster Config for self-play containers / clusters
## Creating Docker images
You will need a Docker image in order to initialize the pods.
Make sure to source the common env vars first:
```bash
source cluster/common.sh
```
If you would like to override the GCR Project or image tag, you can set:
```s... | {
"pile_set_name": "Github"
} |
module SymlinkUtils
open System
open Paket
open System.Diagnostics
let isDirectoryLink directory =
let di = IO.DirectoryInfo(directory)
di.Exists && di.Attributes.HasFlag(IO.FileAttributes.ReparsePoint)
/// delete the symlink only (do not remove files before)
let delete directory = if isDirectoryLink direct... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.