text
stringlengths
2
99.9k
meta
dict
#pragma clang diagnostic ignored "-Wmissing-prototypes" #include <metal_stdlib> #include <simd/simd.h> using namespace metal; struct myBlock { int a; float b[1]; }; // Implementation of the GLSL mod() function, which is slightly different than Metal fmod() template<typename Tx, typename Ty> inline Tx mod(Tx...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 ARM Limited * * Utility macro to ease definition of testcases toggling mode EL */ #define DEFINE_TESTCASE_MANGLE_PSTATE_INVALID_MODE(_mode) \ \ static int mangle_invalid_pstate_run(struct tdescr *td, siginfo_t *si, \ ucontext_t *uc) ...
{ "pile_set_name": "Github" }
#include <string.h> #include "perf_regs.h" #include "thread.h" #include "map.h" #include "event.h" #include "debug.h" #include "tests/tests.h" #include "arch-tests.h" #define STACK_SIZE 8192 static int sample_ustack(struct perf_sample *sample, struct thread *thread, u64 *regs) { struct stack_dump *stack = &sampl...
{ "pile_set_name": "Github" }
var assert = require('assert'); var cookie = require('..'); suite('parse'); test('basic', function() { assert.deepEqual({ foo: 'bar' }, cookie.parse('foo=bar')); assert.deepEqual({ foo: '123' }, cookie.parse('foo=123')); }); test('ignore spaces', function() { assert.deepEqual({ FOO: 'bar', baz: 'raz' }...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------- // <copyright file="ShardCoordinator.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright>...
{ "pile_set_name": "Github" }
{ "Keys" : ["image/*"] }
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_Pods : NSObject @end @implementation PodsDummy_Pods @end
{ "pile_set_name": "Github" }
(ns lux.compiler.parallel (:require (clojure [string :as string] [set :as set] [template :refer [do-template]]) clojure.core.match clojure.core.match.array (lux [base :as & :refer [|let |do return* return |case]]))) ;; [Utils] (def ^:priva...
{ "pile_set_name": "Github" }
# Connect Session Store using Sequelize [![Build Status](https://travis-ci.org/mweibel/connect-session-sequelize.png)](https://travis-ci.org/mweibel/connect-session-sequelize) connect-session-sequelize is a SQL session store using [Sequelize.js](http://sequelizejs.com). # Installation Please note that the most rece...
{ "pile_set_name": "Github" }
import bar from './sub/index.js'; export { foo } from './sub/index.js'; const baz = { bar }; export { baz };
{ "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 c { init { { enum A { struct c { extension NSData { let NSManagedObject { class C { { } deinit { class case ,
{ "pile_set_name": "Github" }
<?xml version='1.0' ?> <Plugin id='31326'> <Command id='16' name='exitwindows'> <Help>Performs logoff, reboot, shutdown or poweroff of the target computer.</Help> <Input> <Option name='logoff' optional='false' group='exittype'> <Set data='type' value='1'/> </Option> ...
{ "pile_set_name": "Github" }
# foul-balls This folder contains the data behind the story [We Watched 906 Foul Balls To Find Out Where The Most Dangerous Ones Land](https://fivethirtyeight.com/features/we-watched-906-foul-balls-to-find-out-where-the-most-dangerous-ones-land/). `foul-balls.csv` contains 906 foul balls collected from the most fou...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\common.props" /> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <GenerateDocumentationFile>true</GenerateDocumentationFile> <AssemblyName>Abp.RedisCache.ProtoBuf</AssemblyName> <PackageId>Abp.RedisCache.ProtoBuf</PackageI...
{ "pile_set_name": "Github" }
import PropTypes from 'prop-types' import get from 'lodash.get' import React, { useEffect, useRef, useState } from 'react' import { CSSTransition, TransitionGroup } from 'react-transition-group' import { CopyToClipboard } from 'react-copy-to-clipboard' import { clearAllBodyScrollLocks, disableBodyScroll } from 'body-sc...
{ "pile_set_name": "Github" }
<?php /** * @file * Test organic groups access module. */ /** * Test OG access. */ class OgAccessTestCase extends DrupalWebTestCase { public static function getInfo() { return array( 'name' => 'Organic groups access', 'description' => 'Test the visibility of nodes that are handled by organic ...
{ "pile_set_name": "Github" }
import * as fs from 'fs' import * as path from 'path' import * as express from 'express' import * as LRU from 'lru-cache' import waitParcel from './configs/wait-parcel' const favicon = require('serve-favicon') const compression = require('compression') const microcache = require('route-cache') const Mute = require('mu...
{ "pile_set_name": "Github" }
package network // 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 // // Unl...
{ "pile_set_name": "Github" }
// // Copyright RIME Developers // Distributed under the BSD License // // 2011-05-22 GONG Chen <chen.sst@gmail.com> // #ifndef RIME_CANDIDATE_H_ #define RIME_CANDIDATE_H_ #include <rime/common.h> namespace rime { class Candidate { public: Candidate() = default; Candidate(const string type, size_t s...
{ "pile_set_name": "Github" }
import Point from '../Point' import Collections from '../../../../../java/util/Collections' import GeometryCollection from '../GeometryCollection' import ArrayList from '../../../../../java/util/ArrayList' import GeometryFilter from '../GeometryFilter' export default class PointExtracter { constructor() { PointEx...
{ "pile_set_name": "Github" }
package ro.isdc.wro.maven.plugin.factory; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static ro.isdc.wro.model.resource.processor.factory.ConfigurableProcessorsFactory.PARAM_POST_PROCESSORS; import static ro.isdc.wro.model.resource.processor.factory.ConfigurableProces...
{ "pile_set_name": "Github" }
--- title: "C6244 | Microsoft Docs" ms.date: 11/15/2016 ms.prod: "visual-studio-dev14" ms.technology: vs-ide-code-analysis ms.topic: reference f1_keywords: - "C6244" helpviewer_keywords: - "C6244" ms.assetid: ce2c853d-3354-40f2-a8c5-569f6e4bfc0a caps.latest.revision: 14 author: corob-msft ms.author: corob manager...
{ "pile_set_name": "Github" }
/* ******************************************************************************* * * Copyright (C) 1999-2005, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* * file name: GUISupport.h * * ...
{ "pile_set_name": "Github" }
/* * fs/cifs/fscache.c - CIFS filesystem cache interface * * Copyright (c) 2010 Novell, Inc. * Author(s): Suresh Jayaraman <sjayaraman@suse.de> * * 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...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.robotframework.ide.eclipse.main.plugin.tableeditor.assist; import java.util.List; import java.util.Optional; import org.eclipse.nebula.widgets.nattable.data.IRowDat...
{ "pile_set_name": "Github" }
// author: Jannik Strötgen // email: stroetgen@uni-hd.de // date: 2015-03-24 // This file contains normalization information for date words. "monday","1" "tuesday","2" "wednesday","3" "thursday","4" "friday","5" "saturday","6" "sunday","7" "Monday","1" "Tuesday","2" "Wednesday","3" "Thursday","4" "Friday","5" "Satur...
{ "pile_set_name": "Github" }
// Generated by CoffeeScript 1.6.3 module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), jade: { dev: { options: { pretty: true }, files: { 'temp/_template.html': 'src/abn_tree_template.jade', 'test/tests_pag...
{ "pile_set_name": "Github" }
["do", ["`", "Utility Functions"], ["def", "_cmp_seqs", ["fn", ["a", "b"], ["if", ["not", ["=", ["count", "a"], ["count", "b"]]], false, ["if", ["empty?", "a"], true, ["if", ["equal?", ["get", "a", 0], ["get", "b", 0]], ["_cmp_seqs", ["rest", "a"], ["rest", "b"]], false]]]]], ["d...
{ "pile_set_name": "Github" }
package cli import ( "errors" "flag" "reflect" "strings" "syscall" ) // Context is a type that is passed through to // each Handler action in a cli application. Context // can be used to retrieve context-specific Args and // parsed command-line options. type Context struct { App *App Command Co...
{ "pile_set_name": "Github" }
<?php /** * ThemeController.php * * PHP version 7 * * @category Controllers * @package App\Http\Controllers * @author XE Developers <developers@xpressengine.com> * @copyright 2020 Copyright XEHub Corp. <https://www.xehub.io> * @license http://www.gnu.org/licenses/lgpl-3.0-standalone.html LGPL...
{ "pile_set_name": "Github" }
/* Copyright (C) 2015 Yusuke Suzuki <utatane.tea@gmail.com> 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 copyright notice, this list of conditions an...
{ "pile_set_name": "Github" }
<!-- ~ Copyright 2016-2020 Open Food Facts ~ ~ 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 ~ ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable ...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2020 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
--- name: Bug report about: Create a report to help us improve --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Information to reproduce the behavior, including: 1. Git commit id 2. IEEE 802.15.4 hardware platform 3. Build steps 4. Network topology **Expected behavior** ...
{ "pile_set_name": "Github" }
/* * Real Audio 1.0 (14.4K) * * Copyright (c) 2008 Vitor Sessak * Copyright (c) 2003 Nick Kurshev * Based on public domain decoder at http://www.honeypot.net/audio * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen...
{ "pile_set_name": "Github" }
<?php /** * Allows multiple validators to attempt to validate attribute. * * Composite is just what it sounds like: a composite of many validators. * This means that multiple HTMLPurifier_AttrDef objects will have a whack * at the string. If one of them passes, that's what is returned. This is * especi...
{ "pile_set_name": "Github" }
/* * twemproxy - A fast and lightweight proxy for memcached protocol. * Copyright (C) 2011 Twitter, 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/lice...
{ "pile_set_name": "Github" }
package com.arcgis.apps.pulsegraphic; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an...
{ "pile_set_name": "Github" }
import numpy as np import os import subprocess import sys import nibabel as nib def saveImageToANewNiiWithHeaderFromOther( normalizedImageNpArray, outputFilepath, originalImageProxy, dtypeToSaveOutput) : #the proxy hdr_for...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2011-2017, The Linux Foundation */ #include <linux/slab.h> #include <linux/pm_runtime.h> #include "slimbus.h" /** * slim_msg_response() - Deliver Message response received from a device to the * framework. * * @ctrl: Controller handle * @reply: Reply rec...
{ "pile_set_name": "Github" }
publishedPluginVersion=1.23.0 pluginVersion=1.24.0-pre2 pluginName=readonlyrest
{ "pile_set_name": "Github" }
{ "type": "Feature", "bbox": [-10.0, -10.0, 10.0, 10.0], "properties": { "foo": "hi", "bar": "bye", "stroke-width": 1 }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [100.0, 0.0], [101.0, 1.0] ], [ [102.0, 2.0], [103.0, 3...
{ "pile_set_name": "Github" }
// Copyright (c) 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 CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_H_ #define CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_H_ #include <stdint.h> #i...
{ "pile_set_name": "Github" }
{ "name": "pause-stream", "version": "0.0.11", "description": "a ThroughStream that strictly buffers all readable events when paused.", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "stream-tester": "0.0.2", "stream-spec": "~0.2.0" }, "scripts": { "test": ...
{ "pile_set_name": "Github" }
[ { "directory": "${path}", "command": "g++ -c -o main.o main.c -Wall -DDEBUG -Dvariable=value", "file": "${path}/main.c" } , { "directory": "${path}", "command": "cc -c -o clean-one.o clean-one.c -Wall -DDEBUG \"-Dvariable=value with space\" -Iinclude", "file": "${path}/clean-one.c" } , { "directory": "$...
{ "pile_set_name": "Github" }
package com.zenjava.test; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.stage.Stage; public class SecondaryMain extends Application { @Override public void start(Stage primaryStage) throws Exception { primaryStage.setScene(new Scene...
{ "pile_set_name": "Github" }
<?php namespace SlmQueueTest\Worker\Event; use PHPUnit\Framework\TestCase; use SlmQueue\Queue\QueueInterface; use SlmQueue\Worker\Event\BootstrapEvent; use SlmQueue\Worker\WorkerInterface; class WorkerEventTest extends TestCase { protected $queue; protected $worker; protected $event; public function...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
{ "pile_set_name": "Github" }
/*========================================================================= * * Copyright RTK Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
{ "pile_set_name": "Github" }
using NUnit.Framework; using VkNet.Enums.Filters; using VkNet.Enums.SafetyEnums; namespace VkNet.Tests.Enum.SafetyEnums { [TestFixture] public class SafetyEnumsTest { [Test] public void NullTest() { var result = AppFilter.FromJsonString(""); Assert.That(result == null); } [Test] public void App...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * pos_restaurant # # Translators: # jonas jensen <j.jensen@tcomp.dk>, 2019 # Per Rasmussen <perhgrasmussen@gmail.com>, 2019 # Morten Schou <ms@msteknik.dk>, 2019 # Jesper Carstensen <jc@danodoo.dk>, 2019 # Ejner Sønniksen <...
{ "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 <PhotoLibrary/PLSlideshowPlugin.h> #import <PhotoLibrary/PLImageLoadingQueueDelegate-Protocol.h> @class NSString, PLCachedImage, PLCroppedImageView, PLImageCache, PLImageL...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Nop.Plugin.Api.DTOs.ProductManufacturerMappings { public class ProductManufacturerMappingsRootObject : ISerializableObject { public ProductManufacturerMappingsRootObject() { ProductManufacturerMappings...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: dd89cf5b9246416f84610a006f916af7 ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# md5 from https://pypi.python.org/pypi/u-msgpack-python/json, sha256 locally computed md5 f5adfb3e19910d8a41e331d3b03aa7c6 u-msgpack-python-2.2.tar.gz sha256 cdd5a88f2313856a6a9f481f652dab9edd5731059badbb0111280f27249930d7 u-msgpack-python-2.2.tar.gz
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/dcn_popup_closed_pressed" /> <item android:drawable="@drawable/dcn_popup_closed_normal" /> </selector>
{ "pile_set_name": "Github" }
@import: head let-inline ctx \glueneg = inline-glue 0pt 0pt (0pt -' 100pt) in document (| title = {Glue Test}; author = {Takashi SUWA}; |) '< +frame < +p { \glueneg;The quick brown fox jumps over the\glueneg;lazy dog. } > >
{ "pile_set_name": "Github" }
<template> <div class="content"> <div class="container-fluid"> <div class="row"> <div class="col-xl-3 col-md-6"> <stats-card> <div slot="header" class="icon-warning"> <i class="nc-icon nc-chart text-warning"></i> </div> <div slot="content">...
{ "pile_set_name": "Github" }
// UpdateAction.h #ifndef __UPDATE_ACTION_H #define __UPDATE_ACTION_H namespace NUpdateArchive { namespace NPairState { const int kNumValues = 7; enum EEnum { kNotMasked = 0, kOnlyInArchive, kOnlyOnDisk, kNewInArchive, kOldInArchive, kSameFiles, kUnknowNewerF...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Name: src/osx/core/evtloop_cf.cpp // Purpose: wxEventLoop implementation common to both Carbon and Cocoa // Author: Vadim Zeitlin // Created: 2009-10-18 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // ...
{ "pile_set_name": "Github" }
/** * Designed and developed by Aidan Follestad (@afollestad) * * 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 b...
{ "pile_set_name": "Github" }
[NO_PID]: ECPGdebug: set to 1 [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT> [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 19: query: create table My_Table ( Item1 int , Item2 text ); with 0 parameter(s) on connection regress...
{ "pile_set_name": "Github" }
/* src/backend/utils/mb/Unicode/win866_to_utf8.map */ /* This file is generated by src/backend/utils/mb/Unicode/UCS_to_most.pl */ static const uint32 win866_to_unicode_tree_table[256]; static const pg_mb_radix_tree win866_to_unicode_tree = { NULL, /* 16-bit table not used */ win866_to_unicode_tree_table, 0x008...
{ "pile_set_name": "Github" }
<?php namespace Drupal\Core\Cache\Context; use Drupal\Core\Cache\CacheableMetadata; /** * Defines the IsSuperUserCacheContext service, for "super user or not" caching. * * Cache context ID: 'user.is_super_user'. */ class IsSuperUserCacheContext extends UserCacheContextBase implements CacheContextInterface { /...
{ "pile_set_name": "Github" }
/* * Models.h * AuthService * * Copyright 2011 QuickBlox team. All rights reserved. * */ #import "Session/QBASession.h"
{ "pile_set_name": "Github" }
module.exports = { entry: { index: './src/index.js', indexVue: './src/vue/index.vue.js' }, output: { path: __dirname, filename: '[name].js' } }
{ "pile_set_name": "Github" }
.featured-domain-suggestion--is-placeholder { min-height: 222px; .domain-registration-suggestion__title, .domain-registration-suggestion__progress-bar, .domain-registration-suggestion__match-reasons, .domain-suggestion__action { animation: loading-fade 1.6s ease-in-out infinite; background-color: var( --colo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> <PropertyGroup> <ProjectGuid>{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configurati...
{ "pile_set_name": "Github" }
# Welcome to the Mixed Reality Toolkit ![The Mixed Reality Toolkit](images/Branding/XRTK_Logo_1200x250.png) The Mixed Reality Toolkit's primary focus is to make it extremely easy to get started creating Mixed Reality applications and to accelerate deployment to multiple platforms from the same Unity project. ## Buil...
{ "pile_set_name": "Github" }
/* * Copyright 2005 Openedhand Ltd. * * Author: Richard Purdie <richard@openedhand.com> * * Based on WM8753.h * * 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. * */ #ifndef...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Dokumentacja API</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link type...
{ "pile_set_name": "Github" }
Admin ===== Please refer to the [CONTRIBUTING.md](../../CONTRIBUTING.md) before adding or updating any material
{ "pile_set_name": "Github" }
require "mixlib/log/logger" require "pp" unless defined?(PP) MonoLogger = Mixlib::Log::Logger
{ "pile_set_name": "Github" }
name: application-layer runtime: nodejs description: Application layer for the aws-stackreference-architecture template: config: aws:region: description: The AWS region to deploy into. default: us-west-2 networkingStack: description: "(Required) The reference to the networking stack on which...
{ "pile_set_name": "Github" }
import { compile, execute, getCompiler, normalizeErrors, readAsset, } from './helpers'; describe('"mimetype" option', () => { it('should work with unspecified value', async () => { const compiler = getCompiler('simple.js'); const stats = await compile(compiler); expect( execute(readAsset...
{ "pile_set_name": "Github" }
{ "Data": { "customer": { "foo": "Freddy Freeman_Q3VzdG9tZXIKZDE=" } }, "Errors": null, "Extensions": null, "ContextData": null }
{ "pile_set_name": "Github" }
/* Source File : PDFWriterDriver.cpp Copyright 2013 Gal Kahana HummusJS 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 requi...
{ "pile_set_name": "Github" }
#!/bin/bash # # Starts a leader node # here=$(dirname "$0") # shellcheck source=multinode-demo/common.sh source "$here"/common.sh # shellcheck source=scripts/oom-score-adj.sh source "$here"/../scripts/oom-score-adj.sh if [[ -d "$SNAP" ]]; then # Exit if mode is not yet configured # (typically the case after the ...
{ "pile_set_name": "Github" }
# -*- mode: autoconf -*- # # gtk-doc.m4 - configure macro to check for gtk-doc # Copyright (C) 2003 James Henstridge # 2007-2017 Stefan Sauer # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <article> <title>Graph Tutorial 1</title> <para>The GeoTools project strives to support as many geographical data formats and opperations as possible.</pa...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2009 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, * i...
{ "pile_set_name": "Github" }
FROM buildpack-deps:stretch-curl MAINTAINER Manfred Touron <m@42.am> (https://github.com/moul) # Install deps RUN set -x; echo "Starting image build for Debian Stretch" \ && dpkg --add-architecture arm64 \ && dpkg --add-architecture armel \ && dpkg --add-architecture armhf ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "TBaseEncryptionPasswordViewController.h" @class TTextField; @interface TDecryptionPasswordViewController : TBaseEncryptionPa...
{ "pile_set_name": "Github" }
#include "D:\AutoIt\Include\WinAPI.au3" $Width = _WinAPI_GetSystemMetrics(78) $High = _WinAPI_GetSystemMetrics(79) select case StringLower($CmdLine[1]) = "mouse" $x = int($CmdLine[2]) $y = int($CmdLine[3]) $click = 0 if $CmdLine[0] > 3 then $click = int($CmdLine[4]) if $x < ...
{ "pile_set_name": "Github" }
__all__ = ['energies']
{ "pile_set_name": "Github" }
-- EMACS settings: -*- tab-width: 2; indent-tabs-mode: t -*- -- vim: tabstop=2:shiftwidth=2:noexpandtab -- kate: tab-width 2; replace-tabs off; indent-width 2; -- ============================================================================= -- Authors: Patrick Lehmann -- -- Entity: A generic buffer module fo...
{ "pile_set_name": "Github" }
#%RAML 1.0 title: Api types: MyType: | { "$schema":"http://json-schema.org/draft-04/schema", "type":"object", "properties":{ "child":{"$ref": "scheme.json#"} }, "required": [ "child" ] } /resource: get: body: application/json: type: M...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_39) on Wed Mar 11 11:15:18 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> com.sina.weibo.sdk.api.share 类分层结...
{ "pile_set_name": "Github" }
@namespace AntDesign @inherits AntDomComponentBase <CascadingValue Value=this> <div class="@ClassMapper.Class">@Label</div> @ChildContent </CascadingValue>
{ "pile_set_name": "Github" }
{ "extends": "../../../tsconfig.json", "compilerOptions": { "declarationDir": "./dist", "outDir": "./dist" }, "include": ["src", "src/**/*.json", "statics/**/*.json", "./package.json", "lib"], "exclude": ["node_modules", "**/*.spec.*"] }
{ "pile_set_name": "Github" }
#!/usr/bin/env wish #============================================================================== # Demonstrates the interactive tablelist cell editing with the aid of some # widgets from the Iwidgets package and of the Tk core checkbutton and # menubutton widgets. # # Copyright (c) 2004-2015 Csaba Nemethi (E-mail:...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using CsQuery.Utility; using CsQuery.ExtensionMethods; using CsQuery.ExtensionMethods.Internal; using CsQuery.Engine; using CsQuery.Implementation; namespace CsQuery { public partial class CQ { ...
{ "pile_set_name": "Github" }
namespace WebApi { using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Modules; usi...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/lockd/host.c * * Management for NLM peer hosts. The nlm_host struct is shared * between client and server implementation. The only reason to * do so is to reduce code bloat. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ #include <linux/types.h> #inc...
{ "pile_set_name": "Github" }
(* ==== INITIAL BASIS : STRINGS ==== * * Copyright 2013 Ravenbrook Limited <http://www.ravenbrook.com/>. * 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. Redistribution...
{ "pile_set_name": "Github" }
function anonHeaderS = defineAnonHeader() % % function anonHeaderS = defineAnonHeader() % % Defines the anonymous "header" data structure. The fields containing PHI have % been left out by default. In order to leave out additional fields, remove % them from the list below. % % The following three operations are allowe...
{ "pile_set_name": "Github" }
[ "assert", "buffer", "child_process", "cluster", "console", "constants", "crypto", "dgram", "dns", "domain", "events", "fs", "http", "https", "module", "net", "os", "path", "process", "punycode", "querystring", "readline", "repl", "stream", "string_decoder", "timers", "tls", "tty", "url", ...
{ "pile_set_name": "Github" }
#include "test-neon.h" #include "run-tests.h" static MunitSuite suites[] = { #define SIMDE_TEST_DECLARE_SUITE(name) \ { NULL, NULL, NULL, 1, MUNIT_SUITE_OPTION_NONE }, \ { NULL, NULL, NULL, 1, MUNIT_SUITE_OPTION_NONE }, \ { NULL, NULL, NULL, 1, MUNIT_SUITE_OPTION_NONE }, \ { NULL, NULL, NULL, 1, MUNI...
{ "pile_set_name": "Github" }
// This file is automatically generated. using System; using System.Text; using System.Runtime.InteropServices; namespace Steam4NET { public enum ELobbyComparison : int { k_ELobbyComparisonEqualToOrLessThan = -2, k_ELobbyComparisonLessThan = -1, k_ELobbyComparisonEqual = 0, k_ELobbyComparisonGreaterThan = 1...
{ "pile_set_name": "Github" }