text
stringlengths
2
99.9k
meta
dict
var test = require('tap').test; var emitStream = require('../'); var EventEmitter = require('events').EventEmitter; var net = require('net'); var JSONStream = require('JSONStream'); test('emit to multiple listeners, close first', function(t) { t.plan(2); var duration = 50, events = [1, 2, 3, 4, 5, 6, 7, 8, ...
{ "pile_set_name": "Github" }
using FluentValidation; using Nop.Core.Domain.Directory; using Nop.Data; using Nop.Services.Localization; using Nop.Web.Areas.Admin.Models.Directory; using Nop.Web.Framework.Validators; namespace Nop.Web.Areas.Admin.Validators.Directory { public partial class MeasureWeightValidator : BaseNopValidator<MeasureWeigh...
{ "pile_set_name": "Github" }
resolver: lts-16.12 packages: - '.' - './benchmark' extra-deps: - SDL-0.6.7.0@sha256:9d6ba75c0cab575ec38468c8277803983e985f9622437aeca6a53e6a7337a7d5,2045 - QuickCheck-2.14.1@sha256:01e46d7b0a8d3148288ec977625f62d5516ebb5031a50c63f0453863301b4a79,7736 - random-1.2.0@sha256:4969b16ef23e9a57a415abcd39d982c81844031557b663...
{ "pile_set_name": "Github" }
/* Copyright 2016 OpenMarket Ltd 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, softwar...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0940" version = "1.3"> <BuildAction parallelizeBuildables = "NO" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
var isObjectLike = require('./isObjectLike'); /** `Object#toString` result references. */ var boolTag = '[object Boolean]'; /** Used for built-in method references. */ var objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.to...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ap...
{ "pile_set_name": "Github" }
/* * This file is part of lanterna (https://github.com/mabe02/lanterna). * * lanterna 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 la...
{ "pile_set_name": "Github" }
/* * Copyright 2016-present Open Networking Foundation * * 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 appli...
{ "pile_set_name": "Github" }
{ "source": { "file": "defFl39.bal" }, "position": { "line": 3, "character": 14 }, "result": [ { "range": { "start": { "line": 1, "character": 8 }, "end": { "line": 1, "character": 14 } }, "uri": "defFl39...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Reflection; using Harmony; using NitroxClient.GameLogic; using NitroxClient.MonoBehaviours; using NitroxModel.Core; using NitroxModel.Helper; using UnityEngine; namespace NitroxPatcher.Patches.Dynamic { /// <summary> /// Hook onto <see cref="Sub...
{ "pile_set_name": "Github" }
// vendor/chromium/mojo/public/mojom/base/file_info.mojom-shared-internal.h is auto generated by mojom_bindings_generator.py, do not edit // 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. #ifndef VENDOR_...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # This file strips all unit tests from ShellCheck, removing # the dependency on QuickCheck and Template Haskell and # reduces the binary size considerably. set -o pipefail sponge() { local data data="$(cat)" printf '%s\n' "$data" > "$1" } modify() { if ! "${@:2}" < "$1" | sponge "$1" the...
{ "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. // +build openbsd // +build 386 amd64 arm package unix import ( "syscall" "unsafe" ) const ( SYS_PLEDGE = 108 ) // Pledge implements the pledge syscall. ...
{ "pile_set_name": "Github" }
<include file="public@header"/> </head> <body> <div class="wrap js-check-wrap"> <ul class="nav nav-tabs"> <li><a href="{:url('AdminCategory/index')}">分类管理</a></li> <li class="active"><a href="{:url('AdminCategory/add')}">添加分类</a></li> </ul> <div class="row margin-top-20"> <div class=...
{ "pile_set_name": "Github" }
package core import ( "fmt" "github.com/go-kit/kit/log" "github.com/hyperledger/burrow/config" "github.com/hyperledger/burrow/consensus/abci" "github.com/hyperledger/burrow/consensus/tendermint" "github.com/hyperledger/burrow/execution" "github.com/hyperledger/burrow/execution/registry" "github.com/hyperledge...
{ "pile_set_name": "Github" }
import "@some-scope/package-one-umd-with-dep";
{ "pile_set_name": "Github" }
#ifndef RAPIDJSON_ALLOCATORS_H_ #define RAPIDJSON_ALLOCATORS_H_ #include "rapidjson.h" namespace rapidjson { /////////////////////////////////////////////////////////////////////////////// // Allocator /*! \class rapidjson::Allocator \brief Concept for allocating, resizing and freeing memory block. Note that Ma...
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies ...
{ "pile_set_name": "Github" }
package r.nodes.ast; @PrettyName(">") @Precedence(Operation.COMPARE_PRECEDENCE) public class GT extends BinaryOperation { public GT(ASTNode l, ASTNode r) { super(l, r); } @Override public void accept(Visitor v) { v.visit(this); } }
{ "pile_set_name": "Github" }
# # Copyright (c) 2019 Vinnie Falco (vinnie dot falco at gmail dot com) # # 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) # # Official repository: https://github.com/boostorg/json # project boost/json : requireme...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 SAP and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * * Contributors: * SA...
{ "pile_set_name": "Github" }
// // 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 and the following disclaimer. // * Redistributions in bin...
{ "pile_set_name": "Github" }
var assign = require('./util/assign') var fse = {} var gfs = require('graceful-fs') // attach fs methods to fse Object.keys(gfs).forEach(function (key) { fse[key] = gfs[key] }) var fs = fse assign(fs, require('./copy')) assign(fs, require('./copy-sync')) assign(fs, require('./mkdirs')) assign(fs, require('./remov...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="Datalist.Core" version="6.2.0" targetFramework="net46" /> <package id="Microsoft.AspNet.Mvc" version="5.2.6" targetFramework="net46" /> <package id="Microsoft.AspNet.Razor" version="3.2.6" targetFramework="net46" /> <package id="Microsoft.AspNet.We...
{ "pile_set_name": "Github" }
<library path="lib/librtabmap_rviz_plugins"> <class name="rtabmap_ros/MapCloud" type="rtabmap_ros::MapCloudDisplay" base_class_type="rviz::Display"> <description> Displays graph point clouds from rtabmap_ros/MapData messages. </description> <message_type>rtabmap_ros/MapData</messag...
{ "pile_set_name": "Github" }
load("@rules_proto//proto:defs.bzl", "proto_library") exports_files(glob(["*.proto"])) proto_library( name = "testdata_proto", srcs = ["testdata.proto"], visibility = ["//visibility:public"], ) proto_library( name = "testdata2_proto", srcs = ["testdata2.proto"], visibility = ["//visibility:pu...
{ "pile_set_name": "Github" }
/* * Copyright 2018 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
package api import ( "errors" "fmt" "time" ) const ( // SessionBehaviorRelease is the default behavior and causes // all associated locks to be released on session invalidation. SessionBehaviorRelease = "release" // SessionBehaviorDelete is new in Consul 0.5 and changes the // behavior to delete all associat...
{ "pile_set_name": "Github" }
/** tslint:disable:jsdoc-format */ import Cookies from "js-cookie"; import { AjaxRequest, AjaxResponse } from "rxjs/ajax"; import { ServerConfig } from "@nteract/types"; export const normalizeBaseURL = (url = "") => url.replace(/\/+$/, ""); /** * Creates an AJAX request to connect to a given server. This function *...
{ "pile_set_name": "Github" }
480095882d281ed676fe5b863569520e54a7d5c0
{ "pile_set_name": "Github" }
(in-package :mkl.blas.test) (in-suite root-suite) (defsuite* blas-test) ;;;; data ;;; 1d array (defparameter *sx10* (setup-array (make-static-array 10 :element-type 'single-float :warning nil))) (defparameter *dx10* (setup-array (make-static-array 10 :element-type 'double-float :warning nil))) (defparameter *cx10* ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2007 Hartmut Kaiser 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) ========================================...
{ "pile_set_name": "Github" }
/* * CC3OpenGLProgPipeline.m * * Cocos3D 2.0.2 * Author: Bill Hollings * Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved. * http://www.brenwill.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the ...
{ "pile_set_name": "Github" }
package Libraries.Containers.Support use Libraries.Containers.Blueprints.Iterator use Libraries.Containers.Support.HashNode use Libraries.Containers.Support.HashTableIterator use Libraries.Containers.Array class HashTableKeyIterator<Key, Value> is Iterator<Key> public HashTableIterator<Key, Value> iterator = und...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> HTTP HTTP POST chunked Transfer-Encoding </keywords> </info> # # Server-side <reply> <data> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake swsclose Connection: close Content-Type: text/html hello </data> </reply> # Client-side <client> <server> http </server...
{ "pile_set_name": "Github" }
aFW_0 db '‚O',0 aFW_1 db '‚P',0 aFW_2 db '‚Q',0 aFW_3 db '‚R',0 aFW_4 db '‚S',0 aFW_5 db '‚T',0 aFW_6 db '‚U',0 aFW_7 db '‚V',0 aFW_8 db '‚W',0 aFW_9 db '‚X',0
{ "pile_set_name": "Github" }
{ "": [ "--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright 2010 the V8 project authors. 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 copyright // notice, this list of ...
{ "pile_set_name": "Github" }
<?php namespace AssetManager\Exception; /** * @category AssetManager * @package AssetManager * @subpackage Exception */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_OVERLOAD_NAMES_HPP_INCLUDED #define BOOST_MPL_AUX_OVERLOAD_NAMES_HPP_INCLUDED // Copyright Aleksey Gurtovoy 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) // // See ht...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.sns.ui; import android.graphics.BitmapFactory; import android.widget.ImageView; import com.tencent.mm.plugin.sns.i.a.b; import com.tencent.mm.plugin.sns.i.a.c.a; import java.util.Map; final class SnsAdNativeLandingPagesUI$10 implements c.a { SnsAdNativeLandingPagesUI$10(SnsAdNativeLa...
{ "pile_set_name": "Github" }
/* This file is part of Imagine. Imagine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Imagine is distributed in the hope that it w...
{ "pile_set_name": "Github" }
{ "name": "illuminate/contracts", "description": "The Illuminate Contracts package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ ...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'hand-holding'; var width = 576; var height = 512; var ligatures = []; var unicode = 'f4bd'; var svgPathData = 'M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16...
{ "pile_set_name": "Github" }
#!/bin/bash set -e shopt -s globstar shopt -s expand_aliases ## Initial set-up ## -------------------------------------------------------- ## Returns an absolute path to file alias tgui-realpath="readlink -f" ## Fallbacks for GNU readlink ## Detecting GNU coreutils http://stackoverflow.com/a/8748344/319952 if ! read...
{ "pile_set_name": "Github" }
#import <UIKit/UIKit.h> @class TGBotReplyMarkup; @interface TGNotificationReplyButtonsView : UIView @property (nonatomic, copy) void (^activateCommand)(id action, NSInteger index); - (void)setReplyMarkup:(TGBotReplyMarkup *)replyMarkup; - (CGFloat)heightForWidth:(CGFloat)width; @end
{ "pile_set_name": "Github" }
/* * Author: Landon Fuller <landonf@plausible.coop> * * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc. * All rights reserved. * * 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 Softwa...
{ "pile_set_name": "Github" }
// Copyright 2015 The Crashpad 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ruleset name="FINN Rules" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> <description>F...
{ "pile_set_name": "Github" }
<?hh // strict /** * 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. */ /** * This file was moved from fbsource to www. View old history in diffusion: * https://fburl.com/no8wbsnz */ n...
{ "pile_set_name": "Github" }
{ "_from": "define-property@^0.2.5", "_id": "define-property@0.2.5", "_inBundle": false, "_integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "_location": "/sane/expand-brackets/define-property", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "define-property@^...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # @see https://blackfire.io/docs/up-and-running/installation set -e apt-get update apt-get install -y gnupg --no-install-recommends curl -sfL https://packages.blackfire.io/gpg.key| apt-key add - echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list ...
{ "pile_set_name": "Github" }
17.746640 0.000000 0.000000 0.000000 0.000000 0.000000 -0.000000 1.000000 17.850540 -0.001877 -0.020113 0.893442 -0.002898 -0.000566 -0.000476 0.999996 17.954270 -0.004462 -0.037636 1.777633 -0.004349 -0.000973 -0.000697 0.999990
{ "pile_set_name": "Github" }
var common = require('./common'); //@ //@ ### error() //@ Tests if error occurred in the last command. Returns `null` if no error occurred, //@ otherwise returns string explaining the error function error() { return common.state.error; }; module.exports = error;
{ "pile_set_name": "Github" }
{ id: "cutscene_controller", hidden_in_game: true, zorder: "@include data/zorder.cfg:in_front_of_everything", prototype: ["pullable"], editor_info: { category: "controllers", }, /* The cutscene controller is an object which will house all of the scripting for an off-level cutscene. It's designed to be triggered by ...
{ "pile_set_name": "Github" }
import { htmlEncode } from '../src/strman' describe('strman.htmlEncode', () => { test('should be encoded html', () => { expect(htmlEncode('á')).toBe('&aacute;') expect(htmlEncode('áéíóú')).toBe('&aacute;&eacute;&iacute;&oacute;&uacute;') expect(htmlEncode('Ш')).toBe('&SHcy;') expect(htmlEncode('Ж'))....
{ "pile_set_name": "Github" }
{ "name": "angular-mocks", "version": "1.3.0-build.2603+sha.5dee9e4", "main": "./angular-mocks.js", "dependencies": { "angular": "1.3.0-build.2603+sha.5dee9e4" } }
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Setup\Test\Unit\Controller; use Laminas\View\Model\JsonModel; use Laminas\View\Model\ViewModel; use Magento\Setup\Controller\Navigation; use Magento\Setup\Model\ObjectMana...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>tyloo-sample-domain</arti...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using XIVLauncher.PatchInstaller.ZiPatch.Util; namespace XIVLauncher.PatchInstaller.ZiPatch { public class ZiPatchConfig { public enum PlatformId : ushort { Win32 = 0...
{ "pile_set_name": "Github" }
#pragma once #include <my.h> #include "tp_stub.h" #include <set> #include <string> typedef HRESULT(NTAPI *FuncV2Link)(iTVPFunctionExporter *); typedef tTJSBinaryStream* (__fastcall * FuncCreateStream)(const ttstr &, tjs_uint32); typedef PVOID(CDECL * FuncHostAlloc)(ULONG); PVOID NTAPI XmoeAllocateMemory...
{ "pile_set_name": "Github" }
# # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # Run `pod lib lint awsome_video_player.podspec' to validate before publishing. # Pod::Spec.new do |s| s.name = 'awsome_video_player' s.version = '0.0.1' s.summary = 'A new flutter plugin project.'...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------* * 82 byte Connectback shellcode * * by Benjamin Orozco - benoror@gmail.com * *---------------------------------------------------------------------------* ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+android:id/background"> <shape> <solid android:color="#b5b5b5" /> </shape> </item> <item android:id="@+android:id/secondaryProgress...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2003 Sistina Software. * Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved. * * Module Author: Heinz Mauelshagen * * This file is released under the GPL. * * Round-robin path selector. */ #include <linux/device-mapper.h> #include "dm-path-selector.h" #include <linux/slab.h> #inclu...
{ "pile_set_name": "Github" }
'use strict'; var isImplemented = require('../../../string/raw/is-implemented'); module.exports = function (a) { a(isImplemented(), true); };
{ "pile_set_name": "Github" }
static const float g = 100; float foo(uniform float x, float f = g) { return f+x; } float foo(uniform float x, int i) { return x; } export void f_fu(uniform float RET[], uniform float aFOO[], uniform float b) { float a = aFOO[programIndex]; RET[programIndex] = foo(b); } export void result(uniform float RET[]...
{ "pile_set_name": "Github" }
====================================================================================== Checking the user access with SSL through user created with mysql_native_password plugin ====================================================================================== CREATE USER 'Tanjotuser1'@'localhost' IDENTIFIED WITH ...
{ "pile_set_name": "Github" }
/* * Copyright 2015 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * Copyright 2018 New Vector Ltd * * 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" }
FROM leafo/lapis-archlinux-itchio:latest MAINTAINER leaf corcoran <leafot@gmail.com> WORKDIR /site/streak.slub ADD . . ENTRYPOINT ./ci.sh
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
var Sinon = require("sinon") var stringify = require("..") function jsonify(obj) { return JSON.stringify(obj, null, 2) } describe("Stringify", function() { it("must stringify circular objects", function() { var obj = {name: "Alice"} obj.self = obj var json = stringify(obj, null, 2) json.must.eql(json...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>District.color - kotcity4</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">kotcity4</a>&nbsp;/&nbsp;<a href="../index.html">kotcity.data</a>&nbsp;/&nbsp;<a href="index.html">District</a>&nbsp;/&nbsp;<a href="./color.html">col...
{ "pile_set_name": "Github" }
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 5652 size:304128 ret: 0 st:-1 flags:0 ts:-1.000000 ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 5652 size:304128 ret: 0 st:-1 flags:1 ts: 1.894167 ret: 0 st: 0 flags:1 dts: 1.880000 pts: 1.880000 pos:14300044 si...
{ "pile_set_name": "Github" }
#!/usr/bin/env python2 from util import Index UNK = "*unknown*" NULL = "*null*" QUESTION_INDEX = Index() MODULE_INDEX = Index() MODULE_TYPE_INDEX = Index() ANSWER_INDEX = Index() UNK_ID = QUESTION_INDEX.index(UNK) MODULE_INDEX.index(UNK) ANSWER_INDEX.index(UNK) NULL_ID = QUESTION_INDEX.index(NULL) #MODULE_INDEX.in...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>app</key> <string>com.bohemiancoding.sketch3</string> <key>build</key> <integer>7574</integer> <key>commit</key> <string>8099b4f0b25d32201...
{ "pile_set_name": "Github" }
{ "name": "isstream", "version": "0.1.2", "description": "Determine if an object is a Stream", "main": "isstream.js", "scripts": { "test": "tar --xform 's/^package/readable-stream-1.0/' -zxf readable-stream-1.0.*.tgz && tar --xform 's/^package/readable-stream-1.1/' -zxf readable-stream-1.1.*.tgz && node t...
{ "pile_set_name": "Github" }
#define flagup_width 48 #define flagup_height 48 static char flagup_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x7f, 0x00, 0x00, 0x00, 0x00, 0xef, 0x6a, 0x00, 0x00, 0x00, 0xc0, 0x7b, 0x75, 0x00, 0x00, 0x00, 0xe0, 0xe0, 0x6a, 0x00, 0x00, 0x00, 0...
{ "pile_set_name": "Github" }
--- title: TiDB 3.0.10 Release Notes aliases: ['/docs/dev/releases/release-3.0.10/','/docs/dev/releases/3.0.10/'] --- # TiDB 3.0.10 Release Notes Release date: February 20, 2020 TiDB version: 3.0.10 TiDB Ansible version: 3.0.10 > **Warning:** > > Some known issues are found in this version, and these issues are fi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <orient-server> <handlers> <handler class="com.orientechnologies.orient.graph.handler.OGraphServerHandler"> <parameters> <parameter value="true" name="enabled"/> <parameter value="50" name="graph.pool.max"/> ...
{ "pile_set_name": "Github" }
// This file is part of OpenTSDB. // Copyright (C) 2017 The OpenTSDB Authors. // // This program 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 // opti...
{ "pile_set_name": "Github" }
module.exports = function (grunt) { grunt.registerMultiTask('noop', 'This is a no-op task', () => {}); };
{ "pile_set_name": "Github" }
{ "navigationBarTitleText": "选择城市", "navigationBarBackgroundColor": "#00acff", "navigationBarTextStyle": "white" }
{ "pile_set_name": "Github" }
--- toycars_track_editor/src/TrackView.cxx.orig 2009-06-28 03:13:24 UTC +++ toycars_track_editor/src/TrackView.cxx @@ -89,7 +89,7 @@ TiXmlDocument *findXMLFile(const char *f //{jpg,png,bmp,pnm,pbm,pgm,ppm} Fl_Image* loadImage(const char *filename) { - char *suffix = strrchr(filename, '.'); + const char *suffix =...
{ "pile_set_name": "Github" }
# Configuration for probot-no-response - https://github.com/probot/no-response # Number of days of inactivity before an Issue is closed for lack of response daysUntilClose: 7 # Label requiring a response responseRequiredLabel: "Status: Information needed" # Comment to post when closing an Issue for lack of response. S...
{ "pile_set_name": "Github" }
from .core.diagnostics import ensure_diagnostics_panel from .core.panels import ensure_server_panel from .core.panels import PanelName from sublime import Window from sublime_plugin import WindowCommand def toggle_output_panel(window: Window, panel_type: str) -> None: panel_name = "output.{}".format(panel_type) ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `S_IEXEC` constant in crate `libc`."> <meta name="keywords"...
{ "pile_set_name": "Github" }
剑指 Offer 55 - I - 二叉树的深度 === > Create by **jsliang** on **2020-08-21 16:17:25** > Recently revised in **2020-08-21 16:27:27** ## <a name="chapter-one" id="chapter-one"></a>一 目录 **不折腾的前端,和咸鱼有什么区别** | 目录 | | --- | | [一 目录](#chapter-one) | | <a name="catalog-chapter-two" id="catalog-chapter-two"></a>[二 题目](#chapter-...
{ "pile_set_name": "Github" }
package main type x struct { Foo int bar string } func main() { fmt.Println("---") fmt.Println("---") fmt.Println("---") fmt.Println("zeynep") fmt.Println("alper") fmt.Println("miray") fmt.Println("---") fmt.Println("---") fmt.Println("---") } type b struct { Foo int bar string } type b ...
{ "pile_set_name": "Github" }
// Copyright 2018, OpenCensus 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" }
/* =================================================== * bootstrap-transition.js v2.0.4 * http://twitter.github.com/bootstrap/javascript.html#transitions * =================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you ...
{ "pile_set_name": "Github" }
package com.jshop.dao.sqlite; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import com.mysql.jdbc.Statement; public class SQLiteDBHelper { public static final String DRIVERCLASS="org.sqlite.JDBC"; public static final String FILENAME="c:/jshopmactive.db";...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>amCharts Responsive Example</title> ...
{ "pile_set_name": "Github" }
module.exports = require('./assignInAll');
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * partner_multi_relation # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-12-26 15:33+0000\n" ...
{ "pile_set_name": "Github" }
//! A runtime implementation that runs everything on the current thread. use futures::future::{self, Future, FutureExt}; mod arbiter; mod builder; mod runtime; mod system; pub use self::arbiter::Arbiter; pub use self::builder::{Builder, SystemRunner}; pub use self::runtime::Runtime; pub use self::system::System; #[c...
{ "pile_set_name": "Github" }
[id='configure_eviction_total-{context}'] = Configuring the Total Number of Entries for {brandname} Caches Limit the size of the data container for cache entries to a total number of entries. .Procedure . Configure your {brandname} cache encoding with an appropriate storage format. . Specify the total number of entri...
{ "pile_set_name": "Github" }
.container.min { min-height: 70vh; max-width: 411px; display: block; position: relative; margin: 0 auto; border: 2px solid var(--ion-color-dark); cursor: url(/assets/icon/cursor.png), auto; } fiv-app-bar { // --fiv-icon-color: var(--ion-color-dark); // --fiv-small-icon-background-color: yellow; // ...
{ "pile_set_name": "Github" }
update=2020-04-10T10:13:21 CEST version=1 last_client=kicad [general] version=1 [cvpcb] version=1 NetIExt=net [cvpcb/libraries] EquName1=devcms [pcbnew] version=1 PageLayoutDescrFile= LastNetListRead=jtag-breakout.net UseCmpFile=1 PadDrill=0.6 PadDrillOvalY=0.6 PadSizeH=1.4 PadSizeV=1.4 PcbTextSizeV=1.5 PcbTextSizeH=1....
{ "pile_set_name": "Github" }