text
stringlengths
2
99.9k
meta
dict
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
{ "pile_set_name": "Github" }
package client import ( "fmt" "io/ioutil" "os" "github.com/pinterest/knox" ) var cmdCreate = &Command{ Run: runCreate, UsageLine: "create <key_identifier>", Short: "creates a new key", Long: ` Create will create a new key in knox with original data set as the primary data. Key data should be sent t...
{ "pile_set_name": "Github" }
:: Licensed to the Apache Software Foundation (ASF) under one :: or more contributor license agreements. See the NOTICE file :: distributed with this work for additional information :: regarding copyright ownership. The ASF licenses this file :: to you under the Apache License, Version 2.0 (the :: "License"); you may...
{ "pile_set_name": "Github" }
# Unformatted Error Output: # File "tests/__tests__/refmterr/__fixtures__/file_SyntaxError/file_SyntaxError_5.ml", line 4, characters 0-4: # Error: Syntax error  ERROR  tests/__tests__/re...
{ "pile_set_name": "Github" }
<?php class MethodCallbackByReference { public function bar($a, &$b, $c) { Legacy::bar($a, $b, $c); } public function callback($a, &$b, $c) { $b = 1; } }
{ "pile_set_name": "Github" }
<?php return [ 'public_path' => '', 'public_dir' => __DIR__.'/../../dist', 'overwrite_on_upload' => false, 'timezone' => 'UTC', // https://www.php.net/manual/en/timezones.php 'frontend_config' => [ 'app_name' => 'FileGator', 'language' => 'english', 'logo' => 'https://via.p...
{ "pile_set_name": "Github" }
// // main.m // AFBlurSegue-Demo // // Created by Alvaro Franco on 6/5/14. // Copyright (c) 2014 AlvaroFranco. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([Ap...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _setImmediate = require('./internal/setImmediate'); var _setImmediate2 = _interopRequireDefault(_setImmediate); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Calls `callback` ...
{ "pile_set_name": "Github" }
// @flow const MS_PER_SECOND = 1000; const MS_PER_MINUTE = 60000; const MS_PER_HOUR = 3600000; const MS_PER_DAY = 86400000; const MS_PER_YEAR = 31536000000; export function timeDifferenceShort(current: number, previous: number) { const elapsed = current - previous; if (elapsed < MS_PER_MINUTE) { return Math.r...
{ "pile_set_name": "Github" }
/* * Copyright (c) [2019-2020] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under the Mulan PSL v1. * You can use this software according to the terms and conditions of the Mulan PSL v1. * You may obtain a copy of Mulan PSL v1 at: * * http://license.coscl.org.cn/MulanPSL ...
{ "pile_set_name": "Github" }
define([ "../ajax" ], function( jQuery ) { jQuery._evalUrl = function( url ) { return jQuery.ajax({ url: url, type: "GET", dataType: "script", async: false, global: false, "throws": true }); }; return jQuery._evalUrl; });
{ "pile_set_name": "Github" }
<?php /* * This file is part of the PHPBench package * * (c) Daniel Leech <daniel@dantleech.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * */ namespace PhpBench\Report; use PhpBench\Dom\Document; use PhpBench\Model\SuiteCo...
{ "pile_set_name": "Github" }
/* * jdmarker.c * * Copyright (C) 1991-1998, Thomas G. Lane. * Modified 2009 by Guido Vollbeding. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains routines to decode JPEG datastream markers. ...
{ "pile_set_name": "Github" }
package htsjdk.samtools; import htsjdk.HtsjdkTest; import htsjdk.samtools.cram.ref.ReferenceSource; import htsjdk.samtools.seekablestream.SeekableStream; import org.testng.Assert; import org.testng.annotations.Test; import java.io.File; /** * This test serves for verifying CRAMIterator records validation using str...
{ "pile_set_name": "Github" }
{extends "manage/manage.tpl.html"} {block "javascripts" append} <script type="text/javascript"> $(function () { var $radio_enc = $("input[name='encryption']"); $radio_enc.click(function () { $('#encryption_activate_form').submit(); }); var $enc_key = $('#encryption_key'); if...
{ "pile_set_name": "Github" }
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2017, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softw...
{ "pile_set_name": "Github" }
#import "GPUImage3x3TextureSamplingFilter.h" @interface GPUImageThresholdedNonMaximumSuppressionFilter : GPUImage3x3TextureSamplingFilter { GLint thresholdUniform; } /** Any local maximum above this threshold will be white, and anything below black. Ranges from 0.0 to 1.0, with 0.8 as the default */ @property(re...
{ "pile_set_name": "Github" }
add_executable(shorturl shorturl.cc) target_link_libraries(shorturl muduo_http)
{ "pile_set_name": "Github" }
""" Unit tests for pyart's retrieve/kdp_proc.py module. """ import numpy as np from pyart.retrieve import kdp_proc from pyart.filters import GateFilter from pyart.testing import sample_objects from pyart.config import get_field_name def test_kdp_maesaka_linear_psidp(slope=0.002, maxiter=100): radar = _make_line...
{ "pile_set_name": "Github" }
package org.andresoviedo.android_3d_model_engine.camera; import android.util.Log; import org.andresoviedo.android_3d_model_engine.controller.TouchEvent; import org.andresoviedo.android_3d_model_engine.model.Camera; import org.andresoviedo.android_3d_model_engine.view.ModelRenderer; import org.andresoviedo.util.event....
{ "pile_set_name": "Github" }
/****************************************************************** * * MediaServer for CyberLink * * Copyright (C) Satoshi Konno 2003 * * File : ContentRoot * * Revision: * * 10/28/03 * - first revision. * ******************************************************************/ package org.cybergarage.upnp.std.av.server....
{ "pile_set_name": "Github" }
{ "errors": [ { "id": "{{SOME_GUID}}", "status": "400", "title": "Resource identifier missing id", "detail": "The `id` key is missing.", "source": { "pointer": "/data/relationships/author/data" } } ] }
{ "pile_set_name": "Github" }
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core'; import { PoTreeViewItem } from '../po-tree-view-item/po-tree-view-item.interface'; @Component({ selector: 'po-tree-view-item-header', templateUrl: './po-tree-view-item-header.component.html', changeDetect...
{ "pile_set_name": "Github" }
# Download the Ruby helper library from twilio.com/docs/libraries/ruby require 'twilio-ruby' # Get your Account Sid and Auth Token from https://www.twilio.com/console account_sid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' auth_token = 'your_auth_token' client = Twilio::REST::Client.new(account_sid, auth_token) client ...
{ "pile_set_name": "Github" }
package org.deeplearning4j.examples.nlp.glove import org.datavec.api.util.ClassPathResource import org.deeplearning4j.models.glove.Glove import org.deeplearning4j.text.sentenceiterator.BasicLineIterator import org.deeplearning4j.text.tokenization.tokenizer.preprocessor.CommonPreprocessor import org.deeplearning4j.text...
{ "pile_set_name": "Github" }
"use strict"; module.exports = function (t, a) { a(typeof t(), "boolean"); };
{ "pile_set_name": "Github" }
package dynblock import ( "github.com/hashicorp/hcl2/hcl" "github.com/zclconf/go-cty/cty" ) // WalkVariables begins the recursive process of walking all expressions and // nested blocks in the given body and its child bodies while taking into // account any "dynamic" blocks. // // This function requires that the ca...
{ "pile_set_name": "Github" }
# Mantid Repository : https://github.com/mantidproject/mantid # # Copyright &copy; 2018 ISIS Rutherford Appleton Laboratory UKRI, # NScD Oak Ridge National Laboratory, European Spallation Source, # Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS # SPDX - License - Identifier: GPL - 3.0 + from...
{ "pile_set_name": "Github" }
package org.simpleflatmapper.map; import org.simpleflatmapper.jdbc.JdbcColumnKey; import org.simpleflatmapper.map.mapper.MapperKey; import java.util.Arrays; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.atomic.AtomicReference; public f...
{ "pile_set_name": "Github" }
<div class="MWF_calendar_container container"> <div class="MWF_calendar_title dateTitle"> <div class="MWF_calendar_prev datePrev"></div> <div class="MWF_calendar_next dateNext"></div> <div class="MWF_calendar_current dateCurrent"><span class="MWF_calendar_currentText dateCurrentText"></span></div> </div> <div ...
{ "pile_set_name": "Github" }
/* * 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. */ #include <string> #include <gtest/gtest.h> #include <folly/io/async/EventBase.h> #include <folly/json.h> #include "mcrouter/Carb...
{ "pile_set_name": "Github" }
<?php class Swift_Transport_Esmtp_Auth_LoginAuthenticatorTest extends \SwiftMailerTestCase { private $_agent; public function setUp() { $this->_agent = $this->getMockery('Swift_Transport_SmtpAgent')->shouldIgnoreMissing(); } public function testKeywordIsLogin() { $login = $thi...
{ "pile_set_name": "Github" }
/** * @license Highcharts JS v5.0.6 (2016-12-07) * Exporting module * * (c) 2010-2016 Torstein Honsi * * License: www.highcharts.com/license */ (function(factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts); } }(function...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <doc> <assembly> <name>ServiceStack.Text</name> </assembly> <members> <member name="T:ServiceStack.Text.AssemblyUtils"> <summary> Utils to load types </summary> </member> <member name="M:ServiceStack.Text.AssemblyUtils...
{ "pile_set_name": "Github" }
<?php namespace SMW\Tests\Integration\Query\ResultPrinter; use SMW\Tests\MwDBaseUnitTestCase; use SMW\Tests\Utils\UtilityFactory; use Title; /** * @group semantic-mediawiki-integration * @group medium * * @license GNU GPL v2+ * @since 2.2 * * @author mwjames */ class QueryResultPrinterIntegrationTest extends...
{ "pile_set_name": "Github" }
form=词 tags= 稚柳苏晴, 故溪歇雨, 川迥未觉春赊。 驼褐寒侵, 正怜初日, 轻阴抵死须遮。 叹事逐孤鸿尽去, 身与塘蒲共晚, 争知向此, 征途迢递, 伫立尘沙。 追念朱颜翠发, 曾到处、故地使人嗟。 道连三楚, 天低四野, 乔木依前, 临路敧斜。 重慕想, 东陵晦迹, 彭泽归来, 左右琴书自乐, 松菊相依, 何况风流鬓未华。 多谢故人, 亲驰郑驿, 时倒融尊, 劝此淹留, 共过芳时, 翻令倦客思家。
{ "pile_set_name": "Github" }
/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries * FILE: dll/win32/kernel32/client/file/create.c * PURPOSE: Directory functions * PROGRAMMER: Ariadne ( ariadne@xs4all.nl) * UPDATE HISTORY: * Created 01/11/98 * ...
{ "pile_set_name": "Github" }
Fragen und Antworten • Re: Installation unter Debian funktioniert nicht ======================================================================= Date: 2012-11-19 14:36:39 > <div> > > Orbiter hat geschrieben:\ > also in einem frischen debian funktioniert das, hab das schon x mal > gemacht, zuletzt vor drei Tagen.\ > \ ...
{ "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 purpos...
{ "pile_set_name": "Github" }
package com.slack.api.bolt.service.builtin; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.DefaultAWSCredentialsProviderChain; import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.AmazonS3ClientBuilder; import com.amazonaws.services.s3.model.AmazonS3Exception; import com.ama...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. *...
{ "pile_set_name": "Github" }
<?php /** * This file is part of DoctrineRestDriver. * * DoctrineRestDriver 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. * *...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: put uri: http://backend:5352/source/public_controller_project/_meta body: encoding: UTF-8 string: | <project name="public_controller_project"> <title>The Public Controller Project</title> <description/> </project> ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-03-20 21:05+0100\n" "PO-Revision-Date: 2011-03-04 18:43+0000\n" "Last-Translator: dnx <sinednx@gmail.com>\n" "Language-Team: Russian <>\n" "MIM...
{ "pile_set_name": "Github" }
/*- * BSD LICENSE * * Copyright (C) 2014-2016 Freescale Semiconductor, Inc. * * 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...
{ "pile_set_name": "Github" }
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2002-2015, Open Source Geospatial Foundation (OSGeo) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LeetCodeInCSharp { public class ProductExceptSelfSolution { public static int[] ProductExceptSelf(int[] nums) { var result = new int[nums.Length]; ...
{ "pile_set_name": "Github" }
iMaze is a multi-player network action game for TCP/IP with 3D graphics under X11/XView and Motif. It has successfully broken down the local FORTRAN lessons. Other features include: - sophisticated, reliable network protocol, works even with SLIP connections via modem - windows can be freely scaled to avoid speed d...
{ "pile_set_name": "Github" }
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*"%> <%@ page import="com.bwm.db.Condb"%> <% request.setCharacterEncoding("gb2312"); %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>课题添加</title> </head> <body> <% Condb con=new Co...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_DB_BUILDER_H_ #define STORAGE_LEVELDB_DB_BUILDER_H_ #include "leveldb/status.h...
{ "pile_set_name": "Github" }
## # Copyright (c) 2006 Apple Computer, Inc. All rights reserved. # # @APPLE_LICENSE_HEADER_START@ # # This file contains Original Code and/or Modifications of Original Code # as defined in and that are subject to the Apple Public Source License # Version 2.0 (the 'License'). You may not use this file except in # comp...
{ "pile_set_name": "Github" }
// flow-typed signature: b869d25f0717d9a04d1140414e41006a // flow-typed version: <<STUB>>/redux-thunk_v^2.2.0/flow_v0.94.0 /** * This is an autogenerated libdef stub for: * * 'redux-thunk' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work with th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar"> <!-- Show a splash screen on the activity. Automatically removed when Flutter draws its first frame --> <item name="android:windowBackground">@drawable/launch_bac...
{ "pile_set_name": "Github" }
Name: e1000 Summary: Intel(R) PRO/1000 driver for Linux Version: 5.7.6 Release: 1 Source: %{name}-%{version}.tar.gz Vendor: Intel Corporation License: GPL ExclusiveOS: linux Group: System Environment/Kernel Provides: %{name} URL: http://support.intel.com/support/go/linux/e1000.htm BuildRoot: %{_tmppath}/%{name}-%{versi...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
// CSS3 Flexible Box Model and property defaults // Custom shorthand notation for flexbox @mixin box($orient: inline-axis, $pack: start, $align: stretch) { @include display-box; @include box-orient($orient); @include box-pack($pack); @include box-align($align); } @mixin display-box { display: -webkit-box; ...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------------ # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. # # Portions Copyright 2007-2015, Anthony Tuininga. All rights reserved. # # Portions Copyright 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, # Canada...
{ "pile_set_name": "Github" }
/* Copyright (C) 2005 Analog Devices Author: Jean-Marc Valin */ /** @file fixed_bfin.h @brief Blackfin fixed-point operations */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of...
{ "pile_set_name": "Github" }
;===- ./lib/Passes/LLVMBuild.txt -------------------------------*- Conf -*--===; ; ; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. ; See https://llvm.org/LICENSE.txt for license information. ; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception ; ;===---------------------------------...
{ "pile_set_name": "Github" }
namespace Sitecore.FakeDb.Tests.Data.Fields { using FluentAssertions; using Sitecore.Data; using Sitecore.Data.Fields; using Xunit; /// <summary> /// Internal link: <link text="Link to Home item" linktype="internal" class="default" title="Home" target='Active Browser' querystring="sc_lang=en" ...
{ "pile_set_name": "Github" }
"use strict" var bomHandling = require('./bom-handling'), iconv = module.exports; // All codecs and aliases are kept here, keyed by encoding name/alias. // They are lazy loaded in `iconv.getCodec` from `encodings/index.js`. iconv.encodings = null; // Characters emitted in case of error. iconv.defaultCharUnicode ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/utilities/tag_allocator.h" #include "opencl/source/command_queue/gpgpu_walker.h" #include "opencl/source/command_queue/hardware_interface.h" #include "opencl/source/event/hw_timestamps.h" #include "opencl...
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2001. // 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.org/libs/test for the library home page. // /// @file /// Defines generic interface for monom...
{ "pile_set_name": "Github" }
var t = function (f, ...items) { items[0]; items[items.length - 1]; }; function t(f, ...items) { items; items[0]; items[items.length - 1]; }
{ "pile_set_name": "Github" }
# # sources.py # # Convert source code comments to multi-line blocks (library file). # # Copyright 2002-2017 by # David Turner. # # This file is part of the FreeType project, and may only be used, # modified, and distributed under the terms of the FreeType project # license, LICENSE.TXT. By continuing to use,...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.springframework.boot:spring-boot-starter-json:2.1.3.RELEASE"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-json/2.1.3.RELEASE/spring-boot-starter-json-2.1.3.RELEASE.jar!/" /> </CLASSES> <JAVADOC> ...
{ "pile_set_name": "Github" }
/* Copyright 1993, 1998 The Open Group Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in suppor...
{ "pile_set_name": "Github" }
<?php namespace Qiniu; use Qiniu\Config; if (!defined('QINIU_FUNCTIONS_VERSION')) { define('QINIU_FUNCTIONS_VERSION', Config::SDK_VER); /** * 计算文件的crc32检验码: * * @param $file string 待计算校验码的文件路径 * * @return string 文件内容的crc32校验码 */ function crc32_file($file) ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2020 Moddable Tech, Inc. * * This file is part of the Moddable SDK Runtime. * * The Moddable SDK Runtime 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 v...
{ "pile_set_name": "Github" }
; RUN: opt < %s -loop-unroll -S | not grep undef ; PR1385 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64" target triple = "i686-apple-darwin8" %struct.__mpz_struct = type { i32, i32, i32* } define void @Foo(%struct.__mpz_struct...
{ "pile_set_name": "Github" }
@page "/SineLineChart" <SineLineChartComponent />
{ "pile_set_name": "Github" }
// This file is automatically generated. // Please do not change this file! interface CssExports { 'description': string; 'header': string; 'icon': string; 'masterworked': string; 'metric': string; 'name': string; 'value': string; } export const cssExports: CssExports; export default cssExports;
{ "pile_set_name": "Github" }
Lets sing! ♫♪♬♩ Eat food 🍅🍕
{ "pile_set_name": "Github" }
# glog depends on gflags include("cmake/External/gflags.cmake") if (NOT __GLOG_INCLUDED) set(__GLOG_INCLUDED TRUE) # try the system-wide glog first find_package(Glog) if (GLOG_FOUND) set(GLOG_EXTERNAL FALSE) else() # fetch and build glog from github # build directory set(glog_PREFIX ${CMA...
{ "pile_set_name": "Github" }
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under // the terms of the Eclipse Public License 2.0 which is available at // https://www.eclipse.org/leg...
{ "pile_set_name": "Github" }
import { fork } from 'redux-saga/effects'; import startMetabinPeersRetriever from './startIndicatorBarService/startMetabinPeersRetriever'; import startIPFSStatsRetriever from './startIndicatorBarService/startIPFSStatsRetriever'; function* startIndicatorsBarService(args) { yield fork(startIPFSStatsRetriever, args); ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * crm_iap_lead_enrich # # Translators: # ສີສຸວັນ ສັງບົວບຸລົມ <sisouvan@gmail.com>, 2020 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-04-27 09:21+0000\n" ...
{ "pile_set_name": "Github" }
--- name: "\U0001F680 Feature Request" about: Submit a proposal/request for a new PyTorch Geometric feature --- ## 🚀 Feature <!-- A clear and concise description of the feature proposal. Please provide a link to the paper and code in case they exist. --> ## Motivation <!-- Please outline the motivation for the pro...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="col...
{ "pile_set_name": "Github" }
const bodyParser = require('body-parser') const utils = require('./utils') function handler(req, res, next) { // get corresponding config for current request try { var conf = utils.readJSON(__dirname + req.path + '.json') } catch(err) { return next() } const responseName = conf.responseName // pa...
{ "pile_set_name": "Github" }
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WCBizControlLogic.h" #import "WCMallLogicMgrExt.h" @class NSString, WCMallControlData; @interface WCMallControlLogic : WCBizControlLogic <WCMallLogicMgrExt> { WCMall...
{ "pile_set_name": "Github" }
# # Copyright 2018-2020 IBM Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in wr...
{ "pile_set_name": "Github" }
sample_text = ''' The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Al...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <ldml> <identity> <version number="$Revision: 1.39 $"/> <generation date="$Date: 2009/05/05 23:06:41 $"/> <language type="tt"/> <territory type="RU"/> </identity> </ldml>
{ "pile_set_name": "Github" }
{ "mockBidRequest": { "id": "abc", "site": { "page": "prebid.org" }, "publisher": { }, "imp": [ { "id": "imp123", "banner": { "format": [ { "w": 300, "h": 250 } ], "w": 300, "h":...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace Sylius\Component\Product\Resolver; use Sylius\Component\Product\M...
{ "pile_set_name": "Github" }
#testresults { display: none; font-family: monaco, "lucida console", "courier new", monospace; } .CodeMirror { border: 1px solid #ccc; height: 290px; font-size: 90%; margin-bottom: 6px; background: white; } .CodeMirror { font-size: 15px; font-family: 'Ubuntu Mono', monospace, mona...
{ "pile_set_name": "Github" }
build: components index.js @component build components: @Component install clean: rm -fr build components template.js .PHONY: clean
{ "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/maven-v4_0_0.xsd"> <parent> <groupId>org.opennms</groupId> <artifactId>org.opennms.proto...
{ "pile_set_name": "Github" }
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js (function(global) { global...
{ "pile_set_name": "Github" }
# a driver to interact with the dummy.yaml simulated instrument # # dummy = Dummy('dummy', 'GPIB::8::INSTR', visalib='dummy.yaml@sim', # terminator='\n', device_clear=False) from typing import Any from qcodes.instrument.visa import VisaInstrument import qcodes.utils.validators as vals class Dummy(VisaI...
{ "pile_set_name": "Github" }
package cn.hutool.core.net.multipart; import cn.hutool.core.io.FileUtil; import cn.hutool.core.io.IoUtil; import cn.hutool.core.util.StrUtil; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import j...
{ "pile_set_name": "Github" }
#ifndef _KERNEL_H #define _KERNEL_H #include "../../include/linux/kernel.h" #include <string.h> #include <stdio.h> #include <limits.h> #include <linux/compiler.h> #include <linux/err.h> #include <linux/bitops.h> #include <linux/log2.h> #include "../../../include/linux/kconfig.h" #define printk printf #define pr_debu...
{ "pile_set_name": "Github" }
package jsonplan // module is the representation of a module in state. This can be the root // module or a child module. type module struct { // Resources are sorted in a user-friendly order that is undefined at this // time, but consistent. Resources []resource `json:"resources,omitempty"` // Address is the abso...
{ "pile_set_name": "Github" }
/* APPLE LOCAL file 5612787 mainline sse4 */ /* Copyright (C) 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (a...
{ "pile_set_name": "Github" }
tools/analysemap: tools/analysemap.c tools/visualize: tools/visualize.c tools/bihx: tools/bihx.c tools/binmunge: tools/binmunge.c tools/memhogs: tools/analysemap cp tools/analysemap tools/memhogs tools/binman: tools/binman.c tools/cartman: tools/cartman.c tools/bintomdv: tools/bintomdv.c tools/bin2sna: tools/b...
{ "pile_set_name": "Github" }
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## # Version 0.2 # 2016-04-23 # Andrew Horton # Moved patterns from passive fu...
{ "pile_set_name": "Github" }
/* Copyright 2019 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/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software ...
{ "pile_set_name": "Github" }
;(function (root, factory, undef) { if (typeof exports === "object") { // CommonJS module.exports = exports = factory(require("./core"), require("./x64-core")); } else if (typeof define === "function" && define.amd) { // AMD define(["./core", "./x64-core"], factory); } else { // Global (browser) factor...
{ "pile_set_name": "Github" }