text
stringlengths
2
99.9k
meta
dict
var convert = require('./convert'), func = convert('takeWhile', require('../takeWhile')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (9.0.1) on Tue Oct 23 23:20:02 IST 2018 --> <title>org.apache.kafka.common (kafka 2.0.0 API)</title> <meta http-equiv="Content-Type" content="text/htm...
{ "pile_set_name": "Github" }
/************************************************************************ * Copyright 2008, Strathclyde Planning Group, * Department of Computer and Information Sciences, * University of Strathclyde, Glasgow, UK * http://planning.cis.strath.ac.uk/ * * Maria Fox, Richard Howey and Derek Long - VAL * Stephen Cress...
{ "pile_set_name": "Github" }
package leafnodes import ( "encoding/json" "github.com/onsi/ginkgo/internal/failer" "github.com/onsi/ginkgo/types" "io/ioutil" "net/http" "time" ) type synchronizedAfterSuiteNode struct { runnerA *runner runnerB *runner outcome types.SpecState failure types.SpecFailure runTime time.Duration } func NewSyn...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2015 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/LIC...
{ "pile_set_name": "Github" }
'use strict'; var fs = require('fs') var ini = require('ini') var path = require('path') var stripJsonComments = require('strip-json-comments') var parse = exports.parse = function (content) { //if it ends in .json or starts with { then it must be json. //must be done this way, because ini accepts everything. ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; namespace Exceptionless.Plugins { public class ContextData : Dictionary<string, object> { public ContextData() : base(StringComparer.OrdinalIgnoreCase) { } public ContextData(IDictionary<string, object> dictionary) : base(dictionary, StringComparer.O...
{ "pile_set_name": "Github" }
/* * 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, software distributed under t...
{ "pile_set_name": "Github" }
require 'capybara/rails' require 'capybara/poltergeist' Capybara.javascript_driver = :poltergeist
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Olivier Galibert // handler_entry_read_unmapped/handler_entry_write_unmapped // Logs an unmapped access template<int Width, int AddrShift, endianness_t Endian> class handler_entry_read_unmapped : public handler_entry_read<Width, AddrShift, Endian> { public: using uX = ty...
{ "pile_set_name": "Github" }
/***************************************************************************** $Id$ File: kb.cpp Date: 24Aug07 Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. Gmail: blackhedd This program is free software; you can redistribute it and/or modify it under the terms of either: 1) the GNU Gene...
{ "pile_set_name": "Github" }
/* Class = "NSTextFieldCell"; placeholderString = "/Users/Shared/munki_repo"; ObjectID = "25F-Lj-I0v"; */ "25F-Lj-I0v.placeholderString" = "/Users/Shared/munki_repo"; /* Class = "NSButtonCell"; title = "Enable MunkiSetDefaultCatalog preprocessor"; ObjectID = "B41-Jj-tN4"; */ "B41-Jj-tN4.title" = "Habilitar preprocesa...
{ "pile_set_name": "Github" }
// Copyright(c) 2017 POLYGONTEK // // 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 i...
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIde...
{ "pile_set_name": "Github" }
@model Animal @{ ViewData["Title"] = "Details"; } <h2>Details</h2> <div> <h4>Animal</h4> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.Name) </dt> <dd> @Html.DisplayFor(model => model.Name) </dd> <dt> ...
{ "pile_set_name": "Github" }
var = 5 a = "my string {}".format(var)
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:msg="or...
{ "pile_set_name": "Github" }
<html><head><title>S_CustMenu12</title> <LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css"> <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> </head> <small> Sakura-Editor Macro Reference </small> <h2>S_CustMenu12</h2> <dl> <dt>機能</dt> <dd>カスタムメニュー12</dd> <dt>構文</dt> <dd><i>void S_...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : afrikaans (af) //! author : Werner Mollentze : https://github.com/wernerm import moment from '../moment'; export default moment.defineLocale('af', { months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'), ...
{ "pile_set_name": "Github" }
package me.yluo.ruisiapp.widget.htmlview.spann; import android.text.TextPaint; import android.text.style.ClickableSpan; import android.view.View; import me.yluo.ruisiapp.widget.htmlview.HtmlTag; import me.yluo.ruisiapp.widget.htmlview.HtmlView; import me.yluo.ruisiapp.widget.htmlview.callback.SpanClickListener; pub...
{ "pile_set_name": "Github" }
require "rexml/dtd/elementdecl" require "rexml/dtd/entitydecl" require "rexml/comment" require "rexml/dtd/notationdecl" require "rexml/dtd/attlistdecl" require "rexml/parent" module REXML module DTD class Parser def Parser.parse( input ) case input when String parse_helper input ...
{ "pile_set_name": "Github" }
/* * u8g2_esp32_hal.h * * Created on: Feb 12, 2017 * Author: kolban */ #ifndef U8G2_ESP32_HAL_H_ #define U8G2_ESP32_HAL_H_ #include "u8g2.h" #include "driver/gpio.h" #include "driver/spi_master.h" #include "driver/i2c.h" #define U8G2_ESP32_HAL_UNDEFINED (-1) #define I2C_MASTER_NUM I2C_NUM_1 /*!< I2C po...
{ "pile_set_name": "Github" }
table_create Values TABLE_NO_KEY [[0,0.0,0.0],true] column_create Values value COLUMN_SCALAR Int16 [[0,0.0,0.0],true] load --table Values [ {"value":-1} ] [[0,0.0,0.0],1] select Values --filter true --output_columns '_id,_score' --scorer '_score = max(value)' [[0,0.0,0.0],[[[1],[["_id","UInt32"],["_score","Int32"...
{ "pile_set_name": "Github" }
var baseToString = require('./_baseToString'), castSlice = require('./_castSlice'), charsEndIndex = require('./_charsEndIndex'), stringToArray = require('./_stringToArray'), toString = require('./toString'); /** Used to match leading and trailing whitespace. */ var reTrimEnd = /\s+$/; /** * Removes t...
{ "pile_set_name": "Github" }
// The MIT License // // Copyright (c) 2020 Temporal Technologies Inc. All rights reserved. // // Copyright (c) 2020 Uber Technologies, 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 Soft...
{ "pile_set_name": "Github" }
input_desc = [ "v128:base", "u32:data", "u32:dummy", ] output_desc = [ "u32:v0", "u32:v1", "u32:v2", "u32:v3", "u32:v4", "u32:v5", "u32:v6", "u32:v7", "u32:v8", "u32:v9", "u32:v10", "u32:v11", "u32:v12", "u32:v13", "u32:v14", "u32:v15", ] rsp_code = """ li a0,$0 li a1,$800 lqv v0...
{ "pile_set_name": "Github" }
#Copyright 2011, Google Inc. #All rights reserved. # #Redistribution and use in source and binary forms, with or without #modification, are permitted provided that the following conditions are #met: # # * Redistributions of source code must retain the above copyright #notice, this list of conditions and the followin...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M10,9h4L14,6h3l...
{ "pile_set_name": "Github" }
# groupBy #### signature: `groupBy(keySelector: Function, elementSelector: Function): Observable` ## Group into observables based on provided value. [![Ultimate RxJS](https://drive.google.com/uc?export=view&id=1qq2-q-eVe-F_-d0eSvTyqaGRjpfLDdJz 'Ultimate RxJS')](https://ultimatecourses.com/courses/rxjs?ref=4) ### Ex...
{ "pile_set_name": "Github" }
Freescale Amadeus Plus M5253EVBE board ====================================== Hayden Fraser(Hayden.Fraser@freescale.com) Created 06/05/2007 =========================================== 1. SWITCH SETTINGS ================== 1.1 N/A 2. MEMORY MAP UNDER U-BOOT AND LINUX KERNEL =========================================...
{ "pile_set_name": "Github" }
ncolors= 101 # r g b 0 0 128 0 0 133 0 0 138 0 0 143 0 0 148 0 0 153 0 0 158 0 0 164 0 0 169 0 0 174 0 0 179 0 0 184 0 0 189 0 0 194 0 0 199 0 0 204 0 0 209 0 0 214 0 0 219 0 0 225 0 0 230 0 0 235 0 0...
{ "pile_set_name": "Github" }
/** * @file Source/timer_component.cpp. * * @brief Implements the timer component class */ #include <timer_component.h> namespace Rubeus { namespace UtilityComponents { constexpr auto ONESECONDINMILLISECONDS = 1000000000; std::chrono::steady_clock RTimer::m_Clock; RTimer::RTimer(int numberOfTimePoints)...
{ "pile_set_name": "Github" }
// // detail/array_fwd.hpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff 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) // #ifndef BOOST_ASI...
{ "pile_set_name": "Github" }
/** * @author mrdoob / http://mrdoob.com/ * @author Mugen87 / https://github.com/Mugen87 */ THREE.BabylonLoader = function ( manager ) { this.manager = ( manager !== undefined ) ? manager : THREE.DefaultLoadingManager; }; THREE.BabylonLoader.prototype = { constructor: THREE.BabylonLoader, load: function ( u...
{ "pile_set_name": "Github" }
# Device Location Demo ## What You Will Need * [Amazon Developer Account](http://developer.amazon.com/alexa) * (Optional) [Amazon Web Services Account](http://aws.amazon.com/) * The sample code on [GitHub](https://github.com/alexa/alexa-cookbook/tree/master/feature-demos/skill-demo-device-location/). * (Optional) ...
{ "pile_set_name": "Github" }
// WimRegister.cpp #include "StdAfx.h" #include "../../Common/RegisterArc.h" #include "WimHandler.h" static IInArchive *CreateArc() { return new NArchive::NWim::CHandler; } static CArcInfo g_ArcInfo = { L"Wim", L"wim swm", 0, 0xE6, { 'M', 'S', 'W', 'I', 'M', 0, 0, 0 }, 8, false, CreateArc, 0 }; REGISTER_ARC(Wim...
{ "pile_set_name": "Github" }
package gregtech.common.tileentities.machines.multi; import gregtech.api.GregTech_API; import gregtech.api.interfaces.metatileentity.IMetaTileEntity; import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import net.minecraft.block.Block; public class GT_MetaTileEntity_LargeBoiler_TungstenSteel ...
{ "pile_set_name": "Github" }
/* * This file was automatically generated by EvoSuite * Thu Sep 20 12:41:03 GMT 2018 */ package uk.ac.sanger.artemis.components; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import java.awt.Hea...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return array_replace_recursive(require __DIR__.'/en.php', [ 'first_day_of_week' => 1...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006, 2007, 2008, 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this li...
{ "pile_set_name": "Github" }
var baseValues = require('../internal/baseValues'), keys = require('./keys'); /** * Creates an array of the own enumerable property values of `object`. * * **Note:** Non-object values are coerced to objects. * * @static * @memberOf _ * @category Object * @param {Object} object The object to query. * @retu...
{ "pile_set_name": "Github" }
StartChar: uni062D.medi_MemHaaMemInit Encoding: 67255 -1 2003 Width: 195 Flags: HW AnchorPoint: "TashkilAbove" 122 801 basechar 0 AnchorPoint: "TashkilBelow" 155 -327 basechar 0 LayerCount: 3 Fore Refer: 126 -1 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
999 dxfrw 0.5.10 0 SECTION 2 HEADER 9 $ACADVER 1 AC1021 9 $HANDSEED 5 20000 9 $DWGCODEPAGE 3 ANSI_1252 9 $INSBASE 10 0 20 0 30 0 9 $EXTMIN 10 0 20 0 30 0 9 $EXTMAX 10 0 20 0 30 0 9 $LIMMIN 10 0 20 0 9 $LIMMAX 10 420 20 297 9 $ORTHOMODE 70 0 9 $LTSCALE 40 1 9...
{ "pile_set_name": "Github" }
--- title: "707 - HttpSendStop" ms.date: "03/30/2017" ms.assetid: 5c8a607a-be7a-4e36-a885-67746f03cae6 --- # 707 - HttpSendStop ## Properties ||| |-|-| |ID|707| |Keywords|HTTP| |Level|Verbose| |Channel|Microsoft-Windows-Application Server-Applications/Debug| ## Description This event is emitted w...
{ "pile_set_name": "Github" }
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
// // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005-2014 Simon Howard // // 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 Foundation; either version 2 // of the License, or (at your option...
{ "pile_set_name": "Github" }
#EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000,AVERAGE-BANDWIDTH=300000,CODECS="avc1.42c015,mp4a.40.2",FRAME-RATE=25.000 chunklist-b300000.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=600000,AVERAGE-BANDWIDTH=600000,CODECS="avc1.42c015,mp4a.40.2",FRAME-RATE=25.000 chunklist-b600000.m3u8 #EXT-...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>this.$router 和 $route 的区别</title> <meta name="description" content=""> <meta name="keywords" content=""> <script type="text/javascript" src='js/vue.min.js'></script> <script type="text/jav...
{ "pile_set_name": "Github" }
#include "LanguageServerConfig.h" #include <algorithm> #include <NodeJSLocator.h> LanguageServerConfig::LanguageServerConfig() : clConfigItem("LSPConfig") { NodeJSLocator locator; locator.Locate(); } LanguageServerConfig::~LanguageServerConfig() {} LanguageServerConfig& LanguageServerConfig::Load() { ...
{ "pile_set_name": "Github" }
--- name: "Netty" metadata: categories: - "web" status: "stable" unlisted: true
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman Copyright (c) 2007 Dan Marsden 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" }
// Copyright (c) 2010 Nuovation System Designs, LLC // Grant Erickson <gerickson@nuovations.com> // // Reworked somewhat by Marshall Clow; August 2010 // // 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" }
+++ Title = "Davy Trinugraha" Twitter = "" image = "davy-trinugraha.png" type = "speaker" linktitle = "davy-trinugraha" +++ Davy is a Customer Engineer in Google Cloud, his main job is to help customers to adopt Google Cloud solutions. He has more than 15 years experience in cloud architecture, networking & security ...
{ "pile_set_name": "Github" }
#X-Generator: crowdin.com bugtracker.name=Hata Ay\u0131klay\u0131c\u0131 bugtracker.desc=ZAP i\u00e7indeki hatalar\u0131n takibi i\u00e7in kullan\u0131c\u0131lara hatay\u0131 belirlemelerinde yard\u0131mc\u0131 olan bir ZAP uzant\u0131s\u0131 bugtracker.msg.raised=Hata ba\u015far\u0131l\u0131 bir \u015fekilde iletildi\...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * rating # # Translators: # Martin Trigaux, 2019 # Alina Lisnenko <alinasemeniuk1@gmail.com>, 2019 # msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~12.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-2...
{ "pile_set_name": "Github" }
<html> <body> Home Page </body> </html>
{ "pile_set_name": "Github" }
#!/bin/sh # This script is based on a git-svn tree. BOOST=$1 mkdir -p src/include/firebird/impl bcp --boost=$BOOST --namespace=FirebirdImpl preprocessor/seq src/include/firebird/impl find src/include/firebird/impl/boost -type f -exec sed -i 's/BOOST_/FB_BOOST_/g' {} \; find src/include/firebird/impl/boost -type f -ex...
{ "pile_set_name": "Github" }
#!/bin/bash ## $ReOpenLDAP$ ## Copyright 1998-2018 ReOpenLDAP AUTHORS: please see AUTHORS file. ## All rights reserved. ## ## This file is part of ReOpenLDAP. ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted only as authorized by the OpenLDAP ## Public License. ## ...
{ "pile_set_name": "Github" }
// // Array+Safe.swift // BmoViewPager // // Created by LEE ZHE YU on 2017/7/2. // Copyright © 2017年 CocoaPods. All rights reserved. // extension Collection { /// Returns the element at the specified index iff it is within bounds, otherwise nil. subscript (safe index: Index) -> Iterator.Element? { ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: df9bfb5c080dac24cbbc6c9f595ed413 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
#### [DefaultEcs](./index.md 'index') ### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization').[ISerializer](./DefaultEcs-Serialization-ISerializer.md 'DefaultEcs.Serialization.ISerializer') ## ISerializer.Deserialize(System.IO.Stream) Method Deserializes a [World](./DefaultEcs-World.md ...
{ "pile_set_name": "Github" }
/** @file Main file for Dh shell Driver1 function. (C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> (C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR> This program and the accompanying materials ...
{ "pile_set_name": "Github" }
#!/bin/sh # This is a generated file; do not edit or check into version control. export "FLUTTER_ROOT=/Users/rafaelcmm/SDKs/flutter" export "FLUTTER_APPLICATION_PATH=/Users/rafaelcmm/Workspace/flutter_clean_architecture/example" export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SO...
{ "pile_set_name": "Github" }
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you 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 ...
{ "pile_set_name": "Github" }
using System; namespace Grace.DependencyInjection { /// <summary> /// Similar to Owned with the difference being a new scope is created and used to resolve instance /// </summary> /// <typeparam name="T"></typeparam> public class Scoped<T> : IDisposable { private readonly IExportLocat...
{ "pile_set_name": "Github" }
from __future__ import print_function import sys sys.path.insert(1,"../../../") from tests import pyunit_utils import random from h2o.estimators.isolation_forest import H2OIsolationForestEstimator from h2o.grid.grid_search import H2OGridSearch from h2o.frame import H2OFrame import numpy as np import pandas as pd def ...
{ "pile_set_name": "Github" }
import _ from 'lodash'; import createScrollHelper from '../../../helpers/dragScrollHelper'; /* @ngInject */ function customFilterList( authentication, dispatchers, networkActivityTracker, Filter, gettextCatalog, notification, filterModal, confirmModal, eventManager ) { return { ...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <write><data>UUUUUUUU</data></write> <read><delim>\x0a</delim><match><data>What is your name?\x0a</data></match></read> <write><data>User\x0a</data></write> <read><delim>\x0a...
{ "pile_set_name": "Github" }
{ "name": "thread", "doc_namespace": "xmlns.http://moyaproject.com", "doc_class": "tag", "references": [ "doc.index", "tags.index" ], "data": { "name": "thread", "lib": null, "namespace_slug": "moyaproject_dot_com", "defined": "/home/will/projects/...
{ "pile_set_name": "Github" }
<?php namespace gameme\PHPGamification; use Exception; use gameme\PHPGamification; use gameme\PHPGamification\Model; use gameme\PHPGamification\Model\Event; use gameme\PHPGamification\Model\Badge; define('AT_INCLUDE_PATH', '../../../include/'); require (AT_INCLUDE_PATH.'vitals.inc.php'); $_GET["id"] = intval($_GET["i...
{ "pile_set_name": "Github" }
<?php namespace app\assets; use yii\web\AssetBundle; /** * CodeMirrorAsset groups assets for code editing areas */ class CodeMirrorAsset extends AssetBundle { public $sourcePath = '@bower/codemirror'; public $js = [ 'lib/codemirror.js', // langs to highlight in markdown blocks '...
{ "pile_set_name": "Github" }
<?php namespace BotMan\BotMan\Tests\Cache\RedisCache; use BotMan\BotMan\Cache\ArrayCache; use BotMan\BotMan\Cache\RedisCache; use PHPUnit\Framework\TestCase; use Redis; use RedisException; /** * @group integration * @group redis-insecure */ class InsecureTest extends TestCase { protected function setUp(): voi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
/* * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * only, as published by the Free Software Found...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: > If S contains any character that is not a radix-R digit, then let Z be the substring of S consisting of all characters before the first such character; otherwise...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 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/license...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2013 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.util; /** * Very simple object to hold a single value. This comes handy when a final value is requ...
{ "pile_set_name": "Github" }
/** * 颜色 */ @import "../var.scss"; //面板 .mt-tag{ display: inline-block; padding: 2px 5px; }
{ "pile_set_name": "Github" }
#define BORINGSSL_PREFIX CNIOBoringSSL #if defined(__aarch64__) && defined(__linux__) // This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #if !defined(__has_feature) #define __has_feature(x) 0 #endif #if __has_feature(memory_sanitizer) && !defined(OPENSSL_...
{ "pile_set_name": "Github" }
package main import ( "bytes" "context" "encoding/json" "flag" "fmt" "io" "io/ioutil" "log" "os" "os/exec" "regexp" "strconv" "strings" "sync" "golang.org/x/oauth2" "github.com/google/go-github/github" ) var ( org = flag.String("org", "", "Name of the Organization to scan. Example:...
{ "pile_set_name": "Github" }
package credentials func defaultCredentialsStore() string { return "osxkeychain" }
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_MSVC_TYPE_HPP_INCLUDED #define BOOST_MPL_AUX_MSVC_TYPE_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2001-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 http://www.boost....
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\DICOM; use JMS\Serializer\Annotation\ExclusionPolicy; u...
{ "pile_set_name": "Github" }
// See LICENSE for license details. #ifndef _BBL_H #define _BBL_H #ifndef __ASSEMBLER__ #include <stdint.h> #include <stddef.h> void print_logo(); #endif // !__ASSEMBLER__ #endif
{ "pile_set_name": "Github" }
<?php /** * 用户关系 封禁用户 */ namespace RongCloud\Lib\User\Tag; use RongCloud\Lib\Request; use RongCloud\Lib\Utils; class Tag { /** * 用户模块 用户标签 * * @var string */ private $jsonPath = 'Lib/User/Tag/'; /** * 请求配置文件 * * @var string */ private $conf = ""; /** ...
{ "pile_set_name": "Github" }
# syntax=docker/dockerfile:experimental FROM --platform=$TARGETPLATFORM debian RUN --mount=type=bind,from=khs1994/s6:2.1.0.0,source=/,target=/tmp/s6 \ set -x \ && tar -zxvf /tmp/s6/s6-overlay.tar.gz -C / \ && ln -s /init /s6-init RUN set -x ; uname -a ; /bin/s6-ls / ENTRYPOINT ["/s6-init"]
{ "pile_set_name": "Github" }
/** Copyright © 2018 Odzhan. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the...
{ "pile_set_name": "Github" }
net: "examples/mnist/mnist_autoencoder.prototxt" test_state: { stage: 'test-on-train' } test_iter: 500 test_state: { stage: 'test-on-test' } test_iter: 100 test_interval: 500 test_compute_loss: true base_lr: 1.0 lr_policy: "fixed" momentum: 0.95 delta: 1e-8 display: 100 max_iter: 65000 weight_decay: 0.0005 snapshot: 10...
{ "pile_set_name": "Github" }
// things we might want: #pragma stack 1000000 #pragma code 100000 #include "this.ufh" Should we dump the shell comment convention? Would let us use cpp (if it accepts //). Should we dump assignment as a value? Probably not. Constant elements in the symbol table should be tagged to prevent assignment (does the g...
{ "pile_set_name": "Github" }
/** * Created by azu on 2014/04/29. * LICENSE : MIT */ "use strict"; var growl = require('node-notifier'); var EventEmitter = require('events').EventEmitter; var download = require('download-cache'); var notificationEvent = new EventEmitter(); var __CLICK_EVENT = "GROWL__CLICK_EVENT"; function addClickCallback(call...
{ "pile_set_name": "Github" }
package api // import "github.com/microscaling/imagelayers/api" import ( "encoding/json" "fmt" "io/ioutil" "log" "net/http" "sync" "time" "github.com/CenturyLinkLabs/docker-reg-client/registry" "github.com/gorilla/mux" "github.com/microscaling/imagelayers/server" "github.com/pmylund/go-cache" ) const ( c...
{ "pile_set_name": "Github" }
// Copyright 2007, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
# Copyright 2020 Northern.tech AS # This file is part of CFEngine 3 - written and maintained by Northern.tech AS. # 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 Foundation; version 3. # This progr...
{ "pile_set_name": "Github" }
# The Gamebot The gamebot is responsible for advancing the game. The gamebot is responsible for two tasks: 1) Determine which scripts need to be run during the current tick. 2) Process the data associated with the previous tick and update the scores of the teams.
{ "pile_set_name": "Github" }
IO.print(1 + 2) // expect: 3 IO.print(12.34 + 0.13) // expect: 12.47 IO.print(3 + 5 + 2) // expect: 10
{ "pile_set_name": "Github" }
<?php namespace Tests; use Illuminate\Support\Facades\Hash; use Illuminate\Contracts\Console\Kernel; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bo...
{ "pile_set_name": "Github" }
// 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. package main // This program will crash. // We want the stack trace to include the C++ functions, // even though we compile with -g0. /* #cgo CXXFLAGS: -g0 -O...
{ "pile_set_name": "Github" }
/** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the L...
{ "pile_set_name": "Github" }
#!/bin/bash -ex [ -n "$WORKSPACE" ] [ -n "$MOZ_OBJDIR" ] [ -n "$GECKO_DIR" ] HAZARD_SHELL_OBJDIR=$WORKSPACE/obj-haz-shell JS_SRCDIR=$GECKO_DIR/js/src ANALYSIS_SRCDIR=$JS_SRCDIR/devtools/rootAnalysis export CC="$TOOLTOOL_DIR/gcc/bin/gcc" export CXX="$TOOLTOOL_DIR/gcc/bin/g++" PYTHON=python2.7 if ! which $PYTHON; the...
{ "pile_set_name": "Github" }