text stringlengths 2 99k | meta dict |
|---|---|
#! /usr/bin/env python
# encoding: utf-8
import argparse
import errno
import logging
import os
import platform
import re
import sys
import subprocess
import tempfile
try:
import winreg
except ImportError:
import _winreg as winreg
try:
import urllib.request as request
except ImportError:
import urllib ... | {
"pile_set_name": "Github"
} |
@MIR_SERVER_INPUT_PLATFORM_VERSION@ {
global:
add_input_platform_options;
create_input_platform;
probe_input_platform;
describe_input_module;
};
| {
"pile_set_name": "Github"
} |
<?php declare(strict_types = 1);
/*
* Copyright 2012-2019 Damien Seguy β Exakat SAS <contact(at)exakat.io>
* This file is part of Exakat.
*
* Exakat is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation,... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2005-2016 Intel Corporation
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 la... | {
"pile_set_name": "Github"
} |
package world.bentobox.bentobox.util.teleport;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.util.Optional;
import java.util.logging.Logger;
import org.bukkit.Bukkit;
import org.bukkit.GameMode;
import org.bukkit.Location;
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
if (typeof define !== 'function') {
var define = require('amdefine')(module, require);
}
define(func... | {
"pile_set_name": "Github"
} |
package org.scale7.cassandra.pelops;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static ... | {
"pile_set_name": "Github"
} |
//
// BUserConnectionWrapper.m
// XMPPChat
//
// Created by Benjamin Smiley-andrews on 19/08/2016.
// Copyright Β© 2016 deluge. All rights reserved.
//
#import "BUserConnectionWrapper.h"
#import <ChatSDK/Core.h>
#define bAskKey @"ask"
@implementation BUserConnectionWrapper
+(BUserConnectionWrapper *) wrapperWith... | {
"pile_set_name": "Github"
} |
@import Main._
@sect{Comparisons}
@p
FastParse differs from all other parser-combinator libraries in the
Scala universe, in quite substantial ways:
@ul
@li
Compared to @a("Parboiled2", href:="https://github.com/sirthias/parboiled2"),
FastParse has much better err... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2011
* Ubiquitous Knowledge Processing (UKP) Lab
* Technische UniversitβΒ§t Darmstadt
*
* 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/licens... | {
"pile_set_name": "Github"
} |
/*
* Host AP crypt: host-based TKIP encryption implementation for Host AP driver
*
* Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi>
*
* 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 Sof... | {
"pile_set_name": "Github"
} |
Player:
PlayerResources:
DefaultCash: 6000
World:
LuaScript:
Scripts: campaign-global.lua, harkonnen07.lua, harkonnen07-AI.lua
MissionData:
Briefing: Your target is the Atreides High Tech Factory, the weak link of the Duke's plan to combine with the Imperial Troops. Without it, the Imperial Carryalls will soo... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
| {
"pile_set_name": "Github"
} |
# Dependency Injection
**[You can find all the code for this chapter here](https://github.com/quii/learn-go-with-tests/tree/main/di)**
It is assumed that you have read the structs section before as some understanding of interfaces will be needed for this.
There is _a lot_ of misunderstandings around dependency injec... | {
"pile_set_name": "Github"
} |
ο»Ώ<?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="SccProvider.Microsoft IT.94dc6816-b270-4561-a882-b0faa6381ca0">
<Name>SCC... | {
"pile_set_name": "Github"
} |
namespace Eigen {
/** \page Experimental Experimental parts of Eigen
\eigenAutoToc
\section Experimental_summary Summary
With the 2.0 release, Eigen's API is, to a large extent, stable. However, we wish to retain the freedom to make API incompatible changes. To that effect, we call many parts of Eigen "experimental... | {
"pile_set_name": "Github"
} |
#ifndef VULKAN_WAYLAND_H_
#define VULKAN_WAYLAND_H_ 1
/*
** Copyright (c) 2015-2020 The Khronos Group Inc.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org... | {
"pile_set_name": "Github"
} |
<div class="form-horizontal">
<div ng-if="!pipeline.strategy">
<account-region-cluster-selector application="application" component="stage" accounts="accounts">
</account-region-cluster-selector>
</div>
<stage-config-field label="Target">
<target-select model="stage" options="targets"></target-select>... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s
define i32 @test() noreturn nounwind {
entry:
tail call void @llvm.trap( )
unreachable
}
declare void @llvm.trap() nounwind
| {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
if true {
class A {
struct g {
let h = ( )
{
case
{
h = [ {
func c{
deinit {
var d {
protocol b {
class
case ,
| {
"pile_set_name": "Github"
} |
---
title: Render Target Requirements
description: Render Target Requirements
ms.assetid: 4d16819e-f209-44df-b5af-f3ff9cae256b
keywords:
- render targets WDK Direct3D
- color buffers WDK Direct3D
- buffers WDK Direct3D
- depth buffers WDK Direct3D
ms.date: 04/20/2017
ms.localizationpriority: medium
---
# Render Target... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
| {
"pile_set_name": "Github"
} |
# Copyright 2009-2014 Justin Riley
#
# This file is part of StarCluster.
#
# StarCluster is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later ... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Compilation: javac LZW.java
* Execution: java LZW - < input.txt (compress)
* Execution: java LZW + < input.txt (expand)
* Dependencies: BinaryIn.java BinaryOut.java
*
* Compress or expand binary input from standard input ... | {
"pile_set_name": "Github"
} |
/********************************************************************************/
/* */
/* Project : P A P Y R U S Toolkit (DicomDir library) */
/* File : DicomdirTypeDef3.h */
/* Function : contains the declarations of the constants, the enumerated */
/* types, the structures and the ty... | {
"pile_set_name": "Github"
} |
function angles2d
% Description of functions for manipulating angles.
%
% Angles are normalized in an interval of width 2*PI. Most geom2d
% functions return results in the [0 2*pi] interval, but it can be
% convenient to consider the [-pi pi] interval as well. See the
% normalizeAngle function to switch b... | {
"pile_set_name": "Github"
} |
<?php
use Twig\Node\ForNode;
class_exists('Twig\Node\ForNode');
if (\false) {
class Twig_Node_For extends ForNode
{
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Google 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 ... | {
"pile_set_name": "Github"
} |
//
// Prefix header for all source files of the 'Popup' target in the 'Popup' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
| {
"pile_set_name": "Github"
} |
#include "global.h"
#include "RageLog.h"
#include "ProfileManager.h"
#include "SongManager.h"
#include "DiagnosticsUtil.h"
#include "arch/ArchHooks/ArchHooks.h"
#include "UserPackManager.h" // for USER_PACK_SAVE_PATH
#include "XmlFile.h"
#include "ProductInfo.h"
#include "io/USBDevice.h"
#include "iButton.h"
#define... | {
"pile_set_name": "Github"
} |
module github.com/slackhq/nebula
go 1.12
require (
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
github.com/armon/go-radix v1.0.0
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
github.com/flynn/go-shlex v0.0.0-20150515... | {
"pile_set_name": "Github"
} |
DataverseUse tpch
TypeDecl OrderTypetmp [
closed RecordType {
o_orderkey : bigint,
o_custkey : bigint,
o_orderstatus : string,
o_totalprice : double,
o_orderdate : string,
o_orderpriority : string,
o_clerk : string,
o_shippriority : bigint,
o_comment : string
}
]
TypeDecl OrderTy... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2014 Christoph Hellwig.
*/
#undef TRACE_SYSTEM
#define TRACE_SYSTEM nfsd
#if !defined(_NFSD_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
#define _NFSD_TRACE_H
#include <linux/tracepoint.h>
#include "export.h"
#include "nfsfh.h"
TRACE_EVENT(nfsd_compound,
T... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f0xx_hal_smartcard.h
* @author MCD Application Team
* @brief Header file of SMARTCARD HAL module.
******************************************************************************
* @attention
*
* ... | {
"pile_set_name": "Github"
} |
Answer:
;; ->>HEADER<<- opcode: UPDATE, status: NOERROR, id: [id]
;; flags: qr aa; ZONE: 1, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0
;; ZONE SECTION:
;test.dyndns. IN SOA
Check delegate1 added correctly
--- Start: diff start step.1 ---
> delegate1.test.dyndns NS 0 ns1.delegate1.test.dyndns 3600 NULL 0
> delegate1.test.dy... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 03e610c22ca9f8c4298d97ae79125541
ShaderImporter:
externalObjects: {}
defaultTextures: []
nonModifiableTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/apply_wrap.hpp" header
// -- DO NOT modify by hand!
namespace mars_boost {}... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>0--Parade_0_Parade_Parade_0_677.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size>
<width>... | {
"pile_set_name": "Github"
} |
package test.pkg;
import org.w3c.dom.DOMLocator;
import android.annotations.tools.SuppressLint;
import android.app.Activity;
import android.app.ApplicationErrorReport;
import android.widget.Chronometer;
import android.widget.GridLayout;
@SuppressLint("all")
public class SuppressTest2 extends Activity {
public void ... | {
"pile_set_name": "Github"
} |
<template>
<div>
<div class="content-section introduction">
<div class="feature-intro">
<h1>Galleria <span>FullScreen</span></h1>
<p>In fullscreen mode content covers the whole page over a mask..</p>
</div>
</div>
<div class="content-s... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Segoe UI";
panose-1:2 11 5... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017 gRPC 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 agree... | {
"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 *
* r... | {
"pile_set_name": "Github"
} |
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"priek\u0161pusdien\u0101",
"p\u0113cpusdien\u0101"
],
"DAY": [
... | {
"pile_set_name": "Github"
} |
package sbt.testing
/** A logger through which to provide feedback to the user about a run.
*
* The difference between the event handler and the logger is that the event
* handler is for events intended to be consumed by the client software
* whereas the logger is for messages intended to be consumed by the cli... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\HttpFoundation\Tests\Session\Storage;
use PHPUnit\Fra... | {
"pile_set_name": "Github"
} |
SHA256 (ToolSet-1.00.tar.gz) = cc545d98e42e5cbcbf6e9df1f2a4de4e3e65d10b3ea07075b98a3afb96f3c24e
SIZE (ToolSet-1.00.tar.gz) = 17623
| {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Shell mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel=stylesheet href=../../lib/codemirror.css>
<script src=../../lib/codemirror.js></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src=shell.js></script>
<styl... | {
"pile_set_name": "Github"
} |
{
"parent": "rftools:block/rftoolsblock",
"textures": {
"front": "rftools:blocks/machinecomposer"
}
}
| {
"pile_set_name": "Github"
} |
package com.cleveroad.droidart
import android.view.MotionEvent
/**
* Base implementation of [TouchHandler]
*/
abstract class BaseTouchHandler : TouchHandler {
companion object {
private const val START_POINTER_INDEX = 0
private const val DEFAULT_ACTION = -1
private const val DEFAULT_TO... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 ... | {
"pile_set_name": "Github"
} |
ο»Ώ// Copyright (c) 2012-2020 fo-dicom contributors.
// Licensed under the Microsoft Public License (MS-PL).
#if !NET35
using System.Threading;
using System.Threading.Tasks;
#endif
namespace Dicom.Network
{
/// <summary>
/// Interface for listening to network stream connections.
/// </summary>
public in... | {
"pile_set_name": "Github"
} |
//2-D opam for elastic wave modeling and vector field decompostion */
//
// Copyright (C)2014 Institute of Geology and Geophysics, Chinese Academy of Sciences (Jun Yan)
// 2009 University of Texas at Austin
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of t... | {
"pile_set_name": "Github"
} |
error:
βββ tests/move_check/typing/pack_multiple.move:5:9 βββ
β
5 β Box { f: (0, 1) };
β ^^^^^^^^^^^^^^^^^ Invalid type argument
Β·
5 β Box { f: (0, 1) };
β ------ Expected a single non-reference type, but found: '(u64, u64)'
β
error:
βββ tests/move_ch... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Leonid Yuriev <leo@yuriev.ru>
* and other libmdbx authors: please see AUTHORS file.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this licens... | {
"pile_set_name": "Github"
} |
1305 1566839556423 httpcache-v1
Method: POST
URL: https://www.notion.so/api/v3/getRecordValues
Body:+110
{
"requests": [
{
"id": "8bac4991-c177-48cd-a7ee-e183306b5d68",
"table": "block"
}
]
}
Response:+1105
{
"results": [
{
"role": "comment_only",
"value": {
"alive": tr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../../../../prin... | {
"pile_set_name": "Github"
} |
Components/**/*.wo/**/*
Components/**/*.api
Resources/**/* | {
"pile_set_name": "Github"
} |
{
"domain": "Π²ΠΎΡΠΎΠ½Π΅ΠΆ.ΡΡΡ",
"tags": [
"private"
],
"nameServers": [
"ns1.rlnic.ru",
"ns2.rlnic.ru"
]
}
| {
"pile_set_name": "Github"
} |
package in.arjsna.swipecardlib;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import android.graphics.PointF;
import android.os.Build;
import android.util.AttributeSet;
import android.util.Log;
import android.view.Gr... | {
"pile_set_name": "Github"
} |
This directory includes patches to FreeRTOS required to run the CBMC proofs.
The patches fall into three classes:
* First is a refactoring of prvCheckOptions
* Second is the removal of static attributes from some functions
* Third is two patches dealing with shortcomings of CBMC that should be removed soon. | {
"pile_set_name": "Github"
} |
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:stone_sword"
},
"tags": [ "crafting_table" ],
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"it... | {
"pile_set_name": "Github"
} |
---
###### VARIABLES YOU SHOULD CONFIGURE FOR YOUR DEPLOYEMNT
###### OR PASS as "-e" args to ansible-playbook command
### Common Host settings
# Repo Method. One of file, satellite and rhn
repo_method: file
#If using repo_method: satellite, you must set these values as well.
# satellite_url: satellite.example.com
# s... | {
"pile_set_name": "Github"
} |
ο»Ώif (argCount > 0) {
hasInterrupt = EX_InvalidArgument(ec, primitiveMethodWrongArgCountError("list shuffle method", 0, argCount));
} else {
if (@ext_boolean("ARRAY_IS_LIST")) {
list1.list.Shuffle();
} else {
_len = list1.size;
for (i = 0; i < _len; i += 1) {
j = Core.Int... | {
"pile_set_name": "Github"
} |
// first.cpp
/* Copyright 2009 10gen Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | {
"pile_set_name": "Github"
} |
{
"id": "08f6b756-758b-4f1f-bfaf-b9b5479822d7",
"status": "down",
"learned_routes": [],
"switch_name": "esr1.r04b01.ams1.packet.net",
"default_route": null,
"created_at": "2019-03-21T17:24:59Z",
"updated_at": "2019-03-21T17:25:10Z",
"device": {
"href": "/devices/905037a4-967c-4e8... | {
"pile_set_name": "Github"
} |
<?php
namespace Modules\Recipe\Repositories\Cache;
use Modules\Core\Repositories\Cache\BaseCacheDecorator;
use Modules\Recipe\Repositories\RecipeRepository;
class CacheRecipeDecorator extends BaseCacheDecorator implements RecipeRepository
{
public function __construct(RecipeRepository $recipe)
{
pare... | {
"pile_set_name": "Github"
} |
local settings_key = KEYS[1]
local job_weights_key = KEYS[2]
local job_expirations_key = KEYS[3]
local job_clients_key = KEYS[4]
local client_running_key = KEYS[5]
local client_num_queued_key = KEYS[6]
local client_last_registered_key = KEYS[7]
local client_last_seen_key = KEYS[8]
local now = tonumber(ARGV[1])
local c... | {
"pile_set_name": "Github"
} |
#include "loadrawdialog.h"
#include <QtGui>
#include <QFile>
LoadRawDialog::LoadRawDialog(QWidget *parent,
QString flnm) :
QDialog(parent)
{
ui.setupUi(this);
uchar vt=0;
int nX=0, nY=0, nZ=0;
int hb=0;
QFile fd(flnm);
fd.open(QFile::ReadOnly);
fd.read((char*)&vt, sizeof(unsigned char));
... | {
"pile_set_name": "Github"
} |
// Copyright 2015 the V8 project 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 V8_ATOMIC_UTILS_H_
#define V8_ATOMIC_UTILS_H_
#include <limits.h>
#include "src/base/atomicops.h"
#include "src/base/macros.h"
namespace v8 {... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, insta... | {
"pile_set_name": "Github"
} |
<?php
/*************************************************************************************
* vedit.php
* --------
* Author: Pauli Lindgren (pauli0212@yahoo.com)
* Copyright: (c) 2009 Pauli Lindgren (http://koti.mbnet.fi/pkl/)
* Release Version: 1.0.8.11
* Date Started: 2009/12/16
*
* Vedit macro language lang... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- modules.qdoc -->
<head>
<title>Qt 4.6: Phonon Module</title>
<link rel="prev" href="qtxmlpatterns.html" />
<lin... | {
"pile_set_name": "Github"
} |
/**
* @file Server_Timer.h
*
* @author Carlos O'Ryan <coryan@atdesk.com>
*/
#ifndef Server_Timer__h_
#define Server_Timer__h_
#include /**/ "ace/pre.h"
#include "TestC.h"
#include "ace/Event_Handler.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
class Server_Timer : pub... | {
"pile_set_name": "Github"
} |
{
"id": "bunny-day-stool",
"name": "Bunny Day Stool",
"games": {
"nh": {
"orderable": false,
"sources": [
"Recipe obtained during Bunny Day event (April)"
],
"customizable": false,
"sellPrice": {
"currency": "bells",
"value": 1200
},
"recipe": ... | {
"pile_set_name": "Github"
} |
ο»Ώ//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34014
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | {
"pile_set_name": "Github"
} |
import("//llvm/utils/gn/build/libs/terminfo/enable.gni")
config("terminfo_config") {
visibility = [ ":terminfo" ]
libs = [ "ncurses" ]
}
group("terminfo") {
if (llvm_enable_terminfo) {
public_configs = [ ":terminfo_config" ]
}
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/ruby
gets;puts gets.split.uniq*' '
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class AVWeakReference, AVWeakReferencingDelegateStorage, NSArray, NSString;
@protocol AVPlayerItemLegibleOu... | {
"pile_set_name": "Github"
} |
/*********************************************************************
*
* Linux multisound pinnacle/fiji driver for ALSA.
*
* 2002/06/30 Karsten Wiese:
* for now this is only used to build a pinnacle / fiji driver.
* the OSS parent of this code is designed to also support
* the multisound classic via the file m... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
* 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, t... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014 - 2017, Nordic Semiconductor ASA
*
* 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,... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/**
* An enum of types of actions that might be requested
* by the app.
*/
enum Action {
TOGGLE_SIDEBAR, // Toggle the sidebar.
NAVIGATE_ABOUT, // Go t... | {
"pile_set_name": "Github"
} |
// stdafx.cpp : εͺε
ζ¬ζ εε
ε«ζδ»ΆηζΊζδ»Ά
// HttpClient.pch ε°ζ―ι’ηΌθ―倴
// stdafx.obj ε°ε
ε«ι’ηΌθ―η±»εδΏ‘ζ―
#include "stdafx.h"
| {
"pile_set_name": "Github"
} |
/* This file is part of Clementine.
Copyright 2010, David Sansome <me@davidsansome.com>
Clementine 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 optio... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: InputRaysFloor_Pressed
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, ty... | {
"pile_set_name": "Github"
} |
;
; (C) Frank Klemm 1995,99,2000
; Dedicated to the LAME project
;
;
%include "nasm.h"
segment_code
; float_t scalar04_float32_i387 (
; const float32_t* const p,
; const float32_t* const q );
proc scalar04_float32_i387
%$p arg 4
%$q arg 4
;;; ... | {
"pile_set_name": "Github"
} |
sphinx
sphinx_rtd_theme
| {
"pile_set_name": "Github"
} |
<div ng-controller="FollowersController as vm" ng-init="vm.buildPager();">
<div class="pagetop">
<div class="container padding-top-30 padding-bottom-30">
<div class="row">
<div class="col-xs-6 col-sm-4 col-sm-offset-2">
<a class="btn btn-success btn-lg btn-blo... | {
"pile_set_name": "Github"
} |
package org.neuroph.samples.convolution.mnist;
import org.neuroph.core.data.DataSet;
import org.neuroph.core.events.LearningEvent;
import org.neuroph.core.events.LearningEventListener;
import org.neuroph.core.learning.error.MeanSquaredError;
import org.neuroph.nnet.ConvolutionalNetwork;
import org.neuroph.nnet.learnin... | {
"pile_set_name": "Github"
} |
# config.py
import os
class BaseConfig(object):
SECRET_KEY = os.environ['SECRET_KEY']
DEBUG = os.environ['DEBUG']
DB_NAME = os.environ['DB_NAME']
DB_USER = os.environ['DB_USER']
DB_PASS = os.environ['DB_PASS']
DB_SERVICE = os.environ['DB_SERVICE']
DB_PORT = os.environ['DB_PORT']
SQLA... | {
"pile_set_name": "Github"
} |
# PowerShell script for building & testing SQLite3-Ruby fat binary gem
# Code by MSP-Greg, see https://github.com/MSP-Greg/av-gem-build-test
# load utility functions, pass 64 or 32
. $PSScriptRoot\shared\appveyor_setup.ps1 $args[0]
if ($LastExitCode) { exit }
# above is required code
#ββββββββββββββββββββββββββββββββ... | {
"pile_set_name": "Github"
} |
# July 24, 2018 Meeting Notes
-----
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), James Burke (JRB), Maxim Aleksa (MAA), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Mariko Kosaka... | {
"pile_set_name": "Github"
} |
// std::initializer_list support -*- C++ -*-
// Copyright (C) 2008-2016 Free Software Foundation, Inc.
//
// This file is part of GCC.
//
// GCC 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 versio... | {
"pile_set_name": "Github"
} |
module PushType
class WysiwygField < PushType::FieldType
FROALA_KEY = 'MC1A1E1sB4E4B3A11B3A7E7F2E4B3fTYPASIBGMWC1YLMP=='
options template: 'wysiwyg', toolbar: 'full'
def form_helper
:text_area
end
def toolbar
@opts[:toolbar]
end
def html_options
super.merge(:'v-froal... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2020 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
includes: [propertyHelper.js]
---*/
const { Absolute } = Temporal;
assert.sameValue(typeof Absolute.prototype, "object");
assert.notSameValue(Absolute.prototype, null);
verifyProperty... | {
"pile_set_name": "Github"
} |
/* -*- c++ -*-
* Copyright (c) 2012-2019 by the GalSim developers team on GitHub
* https://github.com/GalSim-developers
*
* This file is part of GalSim: The modular galaxy image simulation toolkit.
* https://github.com/GalSim-developers/GalSim
*
* GalSim is free software: redistribution and use in source and bin... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe ProjectObserver do
let(:contribution) { create(:contribution, key: 'should be updated', payment_method: 'should be updated', state: 'confirmed', confirmed_at: nil) }
let(:project) do
project = create(:project, state: 'draft', goal: 3000)
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.