text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
<?xml version="1.0" encoding="utf-8"?> <!-- @@BEGIN_SDKSPLIT THRESHOLD RESTRICED CAPABILITIES MANIFEST SCHEMA This is the Schema that defines elements and attributes for the Universal App Platform features in Thresold. These types are imported into the Foundation schema and included in products that s...
{ "pile_set_name": "Github" }
null
null
#! UFH and B3LYP cc-pVQZ properties for the CH2 molecule. molecule ch2 { 0 3 c h 1 b1 h 1 b1 2 a1 b1 = 1.0 a1 = 125.0 } # Get a reasonable guess, to save some iterations set globals = { scf_type pk basis 6-31G** e_convergence 8 docc [2, 0, 0, 1] socc [1, 0...
{ "pile_set_name": "Github" }
null
null
{ "name": "Concrete5", "author": "Andrew Horton", "version": "0.3", "description": "Concrete5 is an OpenSource CMS written in PHP.", "website": "www.concrete5.org", "matches": [ { "name": "JavaScript", "regexp": "(?-mix:\\bvar CCM_DISPATCHER_FILENAME ?=)" ...
{ "pile_set_name": "Github" }
null
null
using System; using LanguageExt; using LanguageExt.Common; using static LanguageExt.Prelude; using LanguageExt.ClassInstances; using LanguageExt.TypeClasses; using System.Diagnostics.Contracts; using System.Collections.Generic; /// <summary> /// Extension methods for RWS /// </summary> public static class RWSExtensio...
{ "pile_set_name": "Github" }
null
null
Program["{{module}}"] = function ( module, exports ) { {{source}} };
{ "pile_set_name": "Github" }
null
null
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "DiagnosticsReporter.h" #include "llvm/Support/ErrorHandling.h" using namespace clang; namespace { const char kClassMustLeftMostlyDeriveGC[] ...
{ "pile_set_name": "Github" }
null
null
# Czech translation for gnome-pomodoro # Copyright (c) 2012 gnome-pomodoro contributors # This file is distributed under the same license as the gnome-pomodoro package. # Jakub Veverka, 2012. # msgid "" msgstr "" "Project-Id-Version: gnome-pomodoro\n" "Report-Msgid-Bugs-To: https://github.com/codito/gnome-pomodoro/issu...
{ "pile_set_name": "Github" }
null
null
/* --COPYRIGHT--,BSD * Copyright (c) 2016, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
{ "pile_set_name": "Github" }
null
null
// // FBAppDelegate.h // AnnotationClustering // // Created by Filip Bec on 06/04/14. // Copyright (c) 2014 Infinum Ltd. All rights reserved. // #import <UIKit/UIKit.h> @interface FBAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
null
null
--- layout: post title: "「译」iOS 9,为前端世界都带来了些什么?" subtitle: "iOS 9, Safari and the Web: 3D Touch, new Responsive Web Design, Native integration and HTML5 APIs" date: 2015-12-15 author: "Hux" header-img: "img/post-bg-ios9-web.jpg" catalog: true tags: - Web - 译 --- 2015 年 9 月,Apple 重磅发布了全新...
{ "pile_set_name": "Github" }
null
null
include 'meta_dataset/learn/gin/setups/mini_imagenet.gin' EpisodeDescriptionConfig.num_support = 5 include 'meta_dataset/learn/gin/models/baselinefinetune_cosine_config.gin' LearnerConfig.learning_rate = 1e-4 LearnerConfig.decay_learning_rate = True
{ "pile_set_name": "Github" }
null
null
"""SCons.Tool.swig Tool-specific initialization for swig. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() selection method. """ from __future__ import print_function # # Copyright (c) 2001 - 2017 The SCons Foundation # # Permissi...
{ "pile_set_name": "Github" }
null
null
@-webkit-keyframes vex-flyin { 0% { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes vex-flyin { 0% { opacity: 0; ...
{ "pile_set_name": "Github" }
null
null
changelog: - type: HELM description: Add Extra ServiceAccount annotations to helm chart for Gloo, Discovery, and Proxy pods. issueLink: https://github.com/solo-io/gloo/issues/2698
{ "pile_set_name": "Github" }
null
null
# RUN: not llvm-mc -arch=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t # # Check that changes to a read-only register is caught. { c9:8 = r1:0 } # CHECK: error: Cannot write to read-only register
{ "pile_set_name": "Github" }
null
null
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
null
null
'use strict'; /** * @ngdoc directive * @name webAppApp.directive:FileEditor * @description * # FileEditor */ angular.module('webAppApp') .directive('fileEditor', function () { return { templateUrl: 'views/directives/fileEditor.html', scope: { ngModel: '=', n...
{ "pile_set_name": "Github" }
null
null
fileFormatVersion: 2 guid: 3c96b49acb6e2ef4d82261004ac19fda folderAsset: yes timeCreated: 1481915314 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
null
null
package zfs import ( "bytes" "context" "fmt" "io/ioutil" "os" "os/exec" "time" log "github.com/sirupsen/logrus" ) func doSimpleZFSCommand(cmd *exec.Cmd, description string) error { errBuffer := bytes.Buffer{} cmd.Stderr = &errBuffer err := cmd.Run() if err != nil { readBytes, readErr := ioutil.ReadAll(...
{ "pile_set_name": "Github" }
null
null
load("@tf_runtime//tools:mlir_to_bef.bzl", "glob_tfrt_lit_tests") licenses(["notice"]) # GPU tests glob_tfrt_lit_tests( data = [":test_utilities"], default_tags = ["requires-gpu-nvidia"], tags_override = { "tf_biasadd.benchmark.mlir": ["manual"], "tf_conv2d.benchmark.mlir": ["manual"], ...
{ "pile_set_name": "Github" }
null
null
<?php /* * Copyright 2014 Google 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 applicable law or agreed t...
{ "pile_set_name": "Github" }
null
null
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Partitioner.cs // // <OWNER>Microsoft</OWNER> // // Represents a particular way of splitting a collection into multiple partitions. ...
{ "pile_set_name": "Github" }
null
null
# amdefine A module that can be used to implement AMD's define() in Node. This allows you to code to the AMD API and have the module work in node programs without requiring those other programs to use AMD. ## Usage **1)** Update your package.json to indicate amdefine as a dependency: ```javascript "dependencies...
{ "pile_set_name": "Github" }
null
null
/****************************************************************************** * Copyright 2019 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{ "pile_set_name": "Github" }
null
null
// Copyright 2018 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. // +build !go1.11 package http2 import "net/textproto" func traceHasWroteHeaderField(trace *clientTrace) bool { return false } func traceWroteHeaderField(tr...
{ "pile_set_name": "Github" }
null
null
{ "images" : [ { "idiom" : "universal", "filename" : "Process-icons8_29@1.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "Process-icons8_29@2.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "Process-icons8_29@3.png", ...
{ "pile_set_name": "Github" }
null
null
package org.wikipedia.json; import com.google.gson.Gson; import com.google.gson.TypeAdapter; import com.google.gson.TypeAdapterFactory; import com.google.gson.reflect.TypeToken; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; public class PostProcessing...
{ "pile_set_name": "Github" }
null
null
using ScottPlot.Renderer; using System.Diagnostics; namespace ScottPlot.Renderable { public class FigureBackground : IRenderable { public bool Visible { get; set; } = true; public bool AntiAlias { get; set; } = true; public PlotLayer Layer => PlotLayer.BelowData; public Color ...
{ "pile_set_name": "Github" }
null
null
tarball=polylib-VERSION.tar.gz sha1=72b23c09a50ce9583c419e8376544630d6f99ea3 md5=c0088786e0a5ae64b7cc47ad19ae4f83 cksum=116350713
{ "pile_set_name": "Github" }
null
null
# See README.md for usage information define apache::custom_config ( $ensure = 'present', $confdir = $::apache::confd_dir, $content = undef, $priority = '25', $source = undef, $verify_command = $::apache::params::verify_command, $verify_config = true, $filename ...
{ "pile_set_name": "Github" }
null
null
'use strict'; const os = require('os'); const hasFlag = require('has-flag'); const env = process.env; let forceColor; if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false')) { forceColor = false; } else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') || hasFlag('color=alway...
{ "pile_set_name": "Github" }
null
null
# Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # world ${.TARGETS}: @gmake $@
{ "pile_set_name": "Github" }
null
null
b.cBold { font-weight: bold } code.cCode { font-family: Courier New, Courier, mono } .codebox { background: #f1f5f9; border: 1px solid #c7cfd5; font-family: Courier New, Courier, mono margin: 20px 0; padding: 8px; text-align: left; } em.cEmphasis { font-style: italic } sub.cSubsc...
{ "pile_set_name": "Github" }
null
null
org.jsoup.helper.DescendableLinkedList org.jsoup.helper.StringUtil org.jsoup.helper.Validate org.jsoup.Jsoup org.jsoup.nodes.Attributes org.jsoup.nodes.Comment org.jsoup.nodes.DataNode org.jsoup.nodes.Document org.jsoup.nodes.DocumentType org.jsoup.nodes.Element org.jsoup.nodes.Entities org.jsoup.nodes.Node org.jsoup.n...
{ "pile_set_name": "Github" }
null
null
/* * This file is part of wl1271 * * Copyright (C) 2008-2010 Nokia Corporation * * 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 th...
{ "pile_set_name": "Github" }
null
null
// Copyright 2016 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
null
null
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ec2/model/GetTransitGatewayRouteTablePropagationsRequest.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> using namespace Aws::EC2::Mode...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (C) 2006 Mike McCormack * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This libra...
{ "pile_set_name": "Github" }
null
null
import React from 'react'; import PropTypes from 'prop-types'; import { showModal } from 'components/common/Modal'; import './style.scss'; const playViaModal = (title, component, language) => showModal({ title, component, language, showFooter: false, }); const typeIconsMap = { video: 'bfi-film...
{ "pile_set_name": "Github" }
null
null
// @flow import { ReactComponentStyled } from "styled-components"; type ImageObject = {| "*"?: string, jpg?: string, webp?: string, |}; export type Props = {| placeholder?: ImageObject, original: ImageObject, name: string, |}; export type PictureProps = {| pictures: ImageObject, name: string, load...
{ "pile_set_name": "Github" }
null
null
cheats = 6 cheat0_desc = "Infinite Lives - Player 1" cheat0_code = "00C0-6705" cheat0_enable = false cheat1_desc = "Infinite Lives - Player 2" cheat1_code = "00C0-6805" cheat1_enable = false cheat2_desc = "Final Round [51]" cheat2_code = "00C0-4C32+00C0-4D33" cheat2_enable = false cheat3_desc = "Collect one dot to ...
{ "pile_set_name": "Github" }
null
null
#ifndef ZC_INCREMENTALMERKLETREE_H_ #define ZC_INCREMENTALMERKLETREE_H_ #include <array> #include <deque> #include <boost/optional.hpp> #include <boost/static_assert.hpp> #include "uint256.h" #include "serialize.h" #include "Zcash.h" #include "zcash/util.h" namespace libzcash { class MerklePath { public: std::...
{ "pile_set_name": "Github" }
null
null
package com.dozingcatsoftware.vectorpinball.fields; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.Body; import com.dozingcatsoftware.vectorpinball.model.Ball; import com.dozingcatsoftware.vectorpinball.model.BaseFieldDelegate; import com.dozingcatsoftware.vectorpinball.model.Field; import...
{ "pile_set_name": "Github" }
null
null
"%1$@ %2$@ has been downloaded and is ready to use! This is an important update; would you like to install it and relaunch %1$@ now?" = "O app %1$@ %2$@ foi baixado e está pronto para uso! Esta é uma atualização importante; deseja instalar e reabrir o app %1$@ agora?"; "%1$@ %2$@ has been downloaded and is ready to us...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
{ "pile_set_name": "Github" }
null
null
/* * 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" }
null
null
/***************************************************************************** * * * This file is part of the BeanShell Java Scripting distribution. * * Documentation and updates may be found at http://www.beanshell.org/ * * ...
{ "pile_set_name": "Github" }
null
null
/// @ref gtx_transform namespace glm { template<typename T, qualifier Q> GLM_FUNC_QUALIFIER mat<4, 4, T, Q> translate(vec<3, T, Q> const& v) { return translate(mat<4, 4, T, Q>(static_cast<T>(1)), v); } template<typename T, qualifier Q> GLM_FUNC_QUALIFIER mat<4, 4, T, Q> rotate(T angle, vec<3, T, Q> const& v) ...
{ "pile_set_name": "Github" }
null
null
/* _____ __ ___ __ ____ _ __ / ___/__ ___ _ ___ / |/ /__ ___ / /_____ __ __/ __/_______(_)__ / /_ / (_ / _ `/ ' \/ -_) /|_/ / _ \/ _ \/ '_/ -_) // /\ \/ __/ __/ / _ \/ __/ \___/\_,_/_/_/_/\__/_/ /_/\___/_//_/_/\_\\__/\_, /___/\__/_/ /_/ .__/\__/ ...
{ "pile_set_name": "Github" }
null
null
<h1>Ajax Kullanımı</h1> React ile istediğiniz herhangi bir AJAX kütüphanesini kullanabilirsiniz. Popüler olanlar <a href="https://github.com/axios/axios">Axios</a>, <a href="https://api.jquery.com/jQuery.ajax/">jQuery AJAX</a> ve tarayıcıda yerleşik olarak bulunan <a href="https://developer.mozilla.org/en-US/docs/Web...
{ "pile_set_name": "Github" }
null
null
$direction-up: "\f058"; $direction-up-right: "\f057"; $direction-right: "\f04d"; $direction-down-right: "\f088"; $direction-down: "\f044"; $direction-down-left: "\f043"; $direction-left: "\f048"; $direction-up-left: "\f087";
{ "pile_set_name": "Github" }
null
null
{ "parent": "mekanism:item/standard_item", "textures": { "layer0": "mekanism:item/bio_fuel" } }
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LocalDebuggerAmpDefaultAccelerator>{ADEFF70D-84BF-47A1-91C3-FF6B0FC71218}</LocalDebuggerAmpDefaultAccelera...
{ "pile_set_name": "Github" }
null
null
#include "Hello.h" Hello::Hello (CORBA::ORB_ptr orb) : orb_ (CORBA::ORB::_duplicate (orb)) { } char * Hello::get_string (void) { return CORBA::string_dup ("Hello there!"); } void Hello::shutdown (void) { this->orb_->shutdown (0); }
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:color="@color/citra_orange_dark" android:state_focused="true"/> <item android:color="@android:color/white"/> </selector>
{ "pile_set_name": "Github" }
null
null
[access "refs/heads/*"] abandon = group project-config-example-core label-Code-Review = -2..+2 group project-config-example-core label-Workflow = -1..+1 group project-config-example-core [receive] requireChangeId = true requireContributorAgreement = true [submit] mergeContent = true
{ "pile_set_name": "Github" }
null
null
#p octree data set terminal x11 size 1250,1000 splot 'octree0.dat' u 1:2:3:(1) w l ls 1 lw 2 rep 'pout.dat' u 1:2:3:(1) i 0 ls 1 lw 2 lt rgb "red"
{ "pile_set_name": "Github" }
null
null
<?php /** * SessionTest file * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistrib...
{ "pile_set_name": "Github" }
null
null
from room import * from deathRoom import * from bearRoom import * class GoldKoiRoom(Room): def __init__(self): name = "GoldKoiRoom" description = """ There is a garden with a koi pond in the center. You walk close and see a massive fin poke out. You peek in and a creepy looking huge Koi stares at y...
{ "pile_set_name": "Github" }
null
null
// Copyright © 2014 C4 // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, distribute, ...
{ "pile_set_name": "Github" }
null
null
freeStyleJob('mirror_udict') { displayName('mirror-udict') description('Mirror github.com/genuinetools/udict to g.j3ss.co/genuinetools/udict.') checkoutRetryCount(3) properties { githubProjectUrl('https://github.com/genuinetools/udict') sidebarLinks { link('https://git.j3ss.c...
{ "pile_set_name": "Github" }
null
null
--- name: Feature request about: Suggest an idea for this project --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you want t...
{ "pile_set_name": "Github" }
null
null
{ "word": "Ink", "definitions": [ "A coloured fluid or paste used for writing, drawing, printing, or duplicating.", "Publicity in the written media.", "A tattoo or tattoos.", "A black liquid ejected by a cuttlefish, octopus, or squid to confuse a predator." ], "parts-of-s...
{ "pile_set_name": "Github" }
null
null
// // main.m // ViroRenderer // // Created by Raj Advani on 10/13/15. // Copyright © 2015 Raj Advani. All rights reserved. // #import <Cocoa/Cocoa.h> int main(int argc, const char * argv[]) { return NSApplicationMain(argc, argv); }
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="ISO-8859-1" ?> <!-- 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 Licens...
{ "pile_set_name": "Github" }
null
null
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2014-2015, Oracle and/or its affiliates. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_...
{ "pile_set_name": "Github" }
null
null
<?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"> <head> <title>Qt 4.6: sslclient.cpp Example File (network/securesocketclient/sslclient.cpp)</title> <link href="classi...
{ "pile_set_name": "Github" }
null
null
[Device] Name=Logitech M720 DeviceMatch=usb:046d:405e;bluetooth:046d:b015 Driver=hidpp20
{ "pile_set_name": "Github" }
null
null
#if FEAT_COMPILER //#define DEBUG_COMPILE using System; using System.Threading; using ProtoBuf.Meta; using ProtoBuf.Serializers; #if FEAT_IKVM using Type = IKVM.Reflection.Type; using IKVM.Reflection; using IKVM.Reflection.Emit; #else using System.Reflection; using System.Reflection.Emit; #endif namespace ProtoBuf....
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html> <html> <body> <p>The following button shows an alert box.</p> <button onclick="myAlertFunction()">Click me</button> <br> <p>The following button shows an confirm box.</p> <button onclick="myConfirmFunction()">Click me</button> <br> <p>The following button shows an Prompt box.</p> <button onclick="myP...
{ "pile_set_name": "Github" }
null
null
" vim suffers: exec vam#DefineAndBind('s:c','g:vim_tiny_cmd', '{}') fun! tiny_cmd#Put(a) let new = get(s:c,'next',0) +1 let s:c['next'] = new let s:c[new] = a:a return new endf fun! tiny_cmd#Get(nr) return s:c[a:nr] endf " Get and remove item fun! tiny_cmd#Pop(nr) let r = s:c[a:nr] | unlet s:c[a:nr] | r...
{ "pile_set_name": "Github" }
null
null
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include "ptr_hdr.h" #define PTR_SIZE 100 #define PTR2_SIZE 10 #define PTR3_SIZE 10 #define OUT_OF_BOUNDS_EXCESS 1 int main() { struct IntStruct ptr((int*)malloc(PTR_SIZE*sizeof(int))); struct IntStruct ptr2((int*)malloc(PTR2_SIZE*sizeof(int)...
{ "pile_set_name": "Github" }
null
null
#FIG 3.2 Produced by xfig version 3.2.5c Landscape Center Metric A4 100.00 Single -2 1200 2 6 7425 450 9000 5175 2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2 7425 675 7875 675 2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2 7425 900 7875 900 2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2 7425 1125 7875 1125 2 1 0 1 0 7 50 -1 ...
{ "pile_set_name": "Github" }
null
null
% Test file for @chebtech/sample.m function pass = test_sample(pref) % Get preferences. if ( nargin < 1 ) pref = chebtech.techPref(); end for n = 1:2 if ( n == 1 ) testclass = chebtech1(); else testclass = chebtech2(); end f = testclass.make(@(x) sin(x - 0.1)); % Test on a g...
{ "pile_set_name": "Github" }
null
null
package gw.util.science uses gw.util.Rational uses java.math.RoundingMode uses java.math.MathContext final class Volume extends AbstractMeasure<VolumeUnit, Volume> { construct( value : Rational, unit: VolumeUnit, displayUnit: VolumeUnit ) { super( value, unit, displayUnit, VolumeUnit.BASE ) } construct( val...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2019 m2049r@monerujo.io * * 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 agr...
{ "pile_set_name": "Github" }
null
null
'use strict'; var Type = require('./Type'); // https://www.ecma-international.org/ecma-262/5.1/#sec-11.9.6 module.exports = function StrictEqualityComparison(x, y) { var xType = Type(x); var yType = Type(y); if (xType !== yType) { return false; } if (xType === 'Undefined' || xType === 'Null') { return true;...
{ "pile_set_name": "Github" }
null
null
enum color { red, white, blue }; record R { var c: color; } var c: [0..1] R; c[0].c = color.red; c[1].c = color.blue; proc foo(x: int(64), y: int(64)) { writeln("In 64-bit foo!"); return false; } proc foo(x: color, y: color) { writeln("In enum foo!"); return true; } if (foo(c[0].c, color.white)) { wri...
{ "pile_set_name": "Github" }
null
null
package networkapi // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // ...
{ "pile_set_name": "Github" }
null
null
sparkles in its deft portrait of tinseltown's seasoned veterans of gossip , wealth , paranoia , and celebrityhood .
{ "pile_set_name": "Github" }
null
null
//----------------------------------------------------------------------- // <copyright file="BluetoothDevice.Android.cs" company="In The Hand Ltd"> // Copyright (c) 2017 In The Hand Ltd, All rights reserved. // This source code is licensed under the MIT License - see License.txt // </copyright> //----------------...
{ "pile_set_name": "Github" }
null
null
DROP TABLE IF EXISTS t5; CREATE TEMPORARY TABLE t5(c1 BIT(10) NULL); SHOW TABLES; Tables_in_test SHOW CREATE TABLE t5; Table Create Table t5 CREATE TEMPORARY TABLE `t5` ( `c1` bit(10) DEFAULT NULL ) ENGINE=ENGINE DEFAULT CHARSET=latin1 DROP TABLE t5; SHOW TABLES; Tables_in_test CREATE TEMPORARY TABLE t5(c1 TINYINT(10...
{ "pile_set_name": "Github" }
null
null
object Test { case class C(s: String) object C { def factory(): C = { val s = "hey!" wire[C] } } lazy val c: C = wireWith(C.factory _) } require(Test.c.s == "hey!")
{ "pile_set_name": "Github" }
null
null
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
{ "pile_set_name": "Github" }
null
null
op { graph_op_name: "Print" visibility: SKIP }
{ "pile_set_name": "Github" }
null
null
// boost::compressed_pair test program // (C) Copyright John Maddock 2000. // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). // standalone test program for <boost/ca...
{ "pile_set_name": "Github" }
null
null
[![MIT Licensed][icon-mit]][license] [![Awesome][icon-awesome]][awesome] &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [![Telegram][icon-chat]][chat] # Offline Web Applications (optional) > Note: this task is optional because most likely, you will not use knowledge obtained from it during our course. But, you will need this i...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (C) 2019 The Android Open Source Project * * 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" }
null
null
/* * NCA Status definitions * * Copyright 2007 Robert Shearman * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later...
{ "pile_set_name": "Github" }
null
null
define([ "./arr" ], function( arr ) { return arr.indexOf; });
{ "pile_set_name": "Github" }
null
null
// // ImageFormat.swift // Kingfisher // // Created by onevcat on 2018/09/28. // // Copyright (c) 2019 Wei Wang <onevcat@gmail.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 Softwar...
{ "pile_set_name": "Github" }
null
null
Ext.generator.Controller.templates.ControllerSpec = new Ext.XTemplate( 'describe("The {name} controller", function() {\n', ' var controller = Ext.ControllerManager.get("{name}");\n\n', '<tpl for="actions">', ' describe("the {.} action", function() {\n', ' beforeEach(function() {\n', ...
{ "pile_set_name": "Github" }
null
null
// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple x86_64-unknown-linux -debug-info-kind=limited -split-dwarf-file foo.dwo -split-dwarf-output %t -emit-obj -o - %s | llvm-dwarfdump -debug-info - | FileCheck %s // RUN: llvm-dwarfdump -debug-info %t | FileCheck %s int f() { return 0; } // CHECK: DW_AT_GNU_dw...
{ "pile_set_name": "Github" }
null
null
require 'bwoken' require 'bwoken/script' module Bwoken class DeviceRunner attr_accessor :focus attr_accessor :formatter attr_accessor :app_dir attr_accessor :device alias_method :feature_names, :focus def initialize yield self if block_given? end def execute scripts.eac...
{ "pile_set_name": "Github" }
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using UnityEngine; namespace XRTK.Definitions.InputSystem { /// <summary> /// Data structure for mapping Voice and Keyboard input to <see cref...
{ "pile_set_name": "Github" }
null
null
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
null
null
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
null
null
/* * Copyright 2010 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
null
null
--- name: Lint Docker # yamllint disable-line rule:truthy on: pull_request: paths-ignore: - '**/*.json' - '**/*.md' - '**/*.txt' - '.git*' - '.yamllint' - 'LICENSE' push: paths: - '**/*.y?ml' - '.github/workflows/lint-docker.yml' - 'Dockerfile' jobs: ...
{ "pile_set_name": "Github" }
null
null
/* ********** MIDI MODULE SPECIFIC SCRIPTING ********************* */ /* MIDI Modules have specific methods that can be used to send MIDI events such as noteOn, noteOff, controlChange and sysEx messages from Script. If you want to send a MIDI event from this script, you can do the following : local.sendNoteOn(1, 12, ...
{ "pile_set_name": "Github" }
null
null