text
stringlengths
2
99.9k
meta
dict
# SOME DESCRIPTIVE TITLE. # Copyright (C) 2015-TODAY, Odoo S.A. # This file is distributed under the same license as the Odoo package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Odoo 13.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-09-24 12:02+0200\n" "PO-Revisio...
{ "pile_set_name": "Github" }
So you've decided that you want to convert some of your dynamically polymorphic classes into statically polymorphic classes. Now what? In chapter ref(POLYMORPHISM) the base class tt(Vehicle) and some derived classes were introduced. tt(Vehicle, Car) and tt(Truck)'s interfaces look like this (regarding the members that...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, NVIDIA CORPORATION. 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 requir...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Cult...
{ "pile_set_name": "Github" }
[ClassVersion("1.0.0"), Description("The configuration provider for ssh authorized key control."), FriendlyName("nxSshAuthorizedKeys")] class MSFT_nxSshAuthorizedKeysResource:OMI_BaseResource { [Key] string KeyComment; [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure; [write] string Us...
{ "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...
{ "pile_set_name": "Github" }
; ; Z88dk Generic Floating Point Math Library ; ; ; $Id: pack2.asm,v 1.4 2016-06-21 21:16:49 dom Exp $: SECTION code_fp PUBLIC pack2 EXTERN ldfabc EXTERN incr EXTERN fa .pack2 LD HL,fa+5 ;round c ix de b to 40 bits OR A CALL M,incr LD B,(HL) ;lo...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <title>Workbook: Hiragana (ら-ん) - Lesson 1 | Genki Study Resources - 3rd Edition</title> <meta name="title" content="Workbook: Hiragana (ら-ん) - Lesson 1 | Genki Study Resources - 3rd Edition"> <meta name="tw...
{ "pile_set_name": "Github" }
class Solution { public class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } } public List<List<Integer>> levelOrder(TreeNode root) { List<List<Integer>> list = new LinkedList<List<Integer>>(); if(root == null) { return list; } Queue<TreeNode> queue = new Li...
{ "pile_set_name": "Github" }
<?php /* * @copyright 2020 Mautic Contributors. All rights reserved * @author Mautic * * @link https://www.mautic.org * * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ namespace Mautic\CoreBundle\Tests\Unit\Helper\Update\Github; use GuzzleHttp\Client; use GuzzleHttp\Handler\...
{ "pile_set_name": "Github" }
WGL_I3D_digital_video_control http://www.opengl.org/registry/specs/I3D/wgl_digital_video_control.txt WGL_I3D_digital_video_control WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050 WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051 WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052 WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D ...
{ "pile_set_name": "Github" }
/** * Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java. * * <p>Various methods of {@link com.amd.aparapi.device.Device} which selected devices of a particular type have been deprecated, * as now the preferred mechanism for device selection is to...
{ "pile_set_name": "Github" }
define([ "./core", "./var/slice", "./callbacks" ], function( jQuery, slice ) { jQuery.extend({ Deferred: function( func ) { var tuples = [ // action, add listener, listener list, final state [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], [ "reject", "fail", jQuery.Callbacks("onc...
{ "pile_set_name": "Github" }
package envconfig_test import ( "fmt" "os" "strconv" "strings" "testing" "time" "github.com/stretchr/testify/require" "github.com/vrischmann/envconfig" ) func TestParseSimpleConfig(t *testing.T) { var conf struct { Name string Log struct { Path string } } err := envconfig.Init(&conf) require.E...
{ "pile_set_name": "Github" }
#!/bin/bash -e readonly UPDATE_FAILED_LOG="/data/update.failed" if [ ! -f /data/need-update ] then exit 0 fi TRUENAS_CONFIG="/data/freenas-v1.db" if [ -f /data/uploaded.db ]; then echo "Saving current ${TRUENAS_CONFIG} to ${TRUENAS_CONFIG}.bak" cp ${TRUENAS_CONFIG} ${TRUENAS_CONFIG}.bak echo "Moving...
{ "pile_set_name": "Github" }
--- license: > 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 ...
{ "pile_set_name": "Github" }
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50alpha34.102.dtd" > <PATCH nodename="C:\Work\vvvv-private\public\vvvv45\girlpower\Graphics\DX9\Texture\matrjoschka.v4p" componentmode="InAWindow" locked="0" scrollx="0" scrolly="0"> <BOUNDS height="11745" left="0" top="0" type="Window" width="13185"> </BOU...
{ "pile_set_name": "Github" }
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
{ "pile_set_name": "Github" }
#ifndef _COLOR_TABLE #define _COLOR_TABLE // 编码表个数 #define COLOR_SCALE_COUNT 12 // 编码表名称 const char ColorScaleName[COLOR_SCALE_COUNT][64] = { " 1 常规灰度编码", " 2 逆灰度编码", " 3 红色饱和度编码", " 4 绿色饱和度编码", " 5 蓝色饱和度编码", " 6 黄色饱和度编码", " 7 青色饱和度编码", " 8 紫色饱和度编码", ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 149bb7da83149324dab3982be7bc8cca timeCreated: 1494581732 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\PaymentBundle\EventListener; use Doctrine\ORM\Event\LifecycleEventArgs; use Oro\Bundle\CustomerBundle\Entity\CustomerUser; use Oro\Bundle\PaymentBundle\Entity\PaymentTransaction; use Oro\Bundle\SecurityBundle\Authentication\TokenAccessor; use Oro\Bundle\UserBundle\Entity\User; /** * Sets ...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Administrator * @subpackage com_users * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * User view class. * * @since 1.5 *...
{ "pile_set_name": "Github" }
{ "version": "5.4.0", "description": "Interactive function plotting utility", "homepage": "http://www.gnuplot.info", "license": "gnuplot", "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.0/gp540-win64-mingw.7z", ...
{ "pile_set_name": "Github" }
#include<stdio.h> #include<math.h> #include<algorithm> #include<queue> #include<deque> #include<string> #include<string.h> #include<vector> #include<set> #include<map> #include<stdlib.h> #include<complex> using namespace std; const int MN=30000,MQ=100000,BS=15,RQ=300; typedef complex<long long> poin...
{ "pile_set_name": "Github" }
<!-- Note: No pull requests accepted for this file. See README.md in the root directory for details. --> <h1 id="require-camelcase-camelcase">Require Camelcase (camelcase)</h1> <p>When it comes to naming variables, style guides generally fall into one of two camps: camelcase (<code class="highlighter-rouge">vari...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* * This test file is used to verify that the header files associated with * invoking this function are correct. */ /* * Copyright (c) 2016 Gedare Bloom. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.org/license/LICENS...
{ "pile_set_name": "Github" }
@include export-module('split-button-theme') { /*! splitbutton theme */ .e-split-btn-wrapper { .e-split-btn { border-right-color: $split-btn-seperator-border-color; &:focus { border-right-color: $split-btn-focus-border-color; } &:active { border-right-color: $split-btn-...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * SPDX-License-Identifier: GPL-2.0+ */ /* * WARNING! This file is automatically generated - DO NOT EDIT! */ #define KERNELBASE -1073741824 #define STATE 0 #define NEXT_TASK 64 #define COUNTER 52 #define PROCESSOR 916 #define SIGPE...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ConsenSys AG. * * 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" }
#!/usr/bin/env ruby -rubygems # Sample queries: # ./yql.rb --consumer-key <key> --consumer-secret <secret> "show tables" # ./yql.rb --consumer-key <key> --consumer-secret <secret> "select * from flickr.photos.search where text='Cat' limit 10" require 'oauth' require 'optparse' require 'json' require 'pp' options =...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-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) // // Preprocessed version of "boost/mpl/or.hpp" header // -- DO NOT modify by hand! namespace boost { namespace mpl...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 l...
{ "pile_set_name": "Github" }
3034 House Davion Mech - Light C Ostscout OTT-7J,1 Spider SDR-5V,2 Commando COM-2D,3 Wasp WSP-1A,4 Javelin JVN-10N,5 Valkyrie VLK-QA,6 Stinger STG-3R,5 Locust LCT-1V,4 Firestarter FS9-H,3 Valkyrie VLK-QA,2 Jenner JR7-D,1
{ "pile_set_name": "Github" }
<Sysmon schemaversion="4.30"> <EventFiltering> <RuleGroup name="" groupRelation="or"> <CreateRemoteThread onmatch="include"> <Rule groupRelation="and"> <SourceImage condition="is">c:\windows\system32\csrss.exe</SourceImage> <StartFunction condition="is">CrtlRoutine</StartFunction...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/pynag/pynag.png?branch=master)](https://travis-ci.org/pynag/pynag) [![Coverage Status](https://coveralls.io/repos/pynag/pynag/badge.png?branch=master)](https://coveralls.io/r/pynag/pynag?branch=master) [![PyPI version](https://badge.fury.io/py/pynag.png)](http://badge.fury.io/py/p...
{ "pile_set_name": "Github" }
import tensorflow as tf from model import save_images import time import numpy as np def train(self, config): """Train DCGAN""" d_optim = self.d_optim g_optim = self.g_optim tf.initialize_all_variables().run() self.saver = tf.train.Saver() #self.g_sum = tf.merge_summary([#self.z_sum, # ...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Ryuji Yamashita * * 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" }
{ "jsonSchemaSemanticVersion": "1.0.0", "manifestName": "Ledger", "subManifests": [ { "manifestName": "Group", "definition": "Group/Group.1.1.manifest.cdm.json" }, { "manifestName": "Transaction", "definition": "Transaction/Transaction.1.1.manifest.cdm.json" }, { ...
{ "pile_set_name": "Github" }
# Cerberus Copyright (C) 2016 Cerberus Testing # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This file is part of Cerberus. # # Cerberus 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, ei...
{ "pile_set_name": "Github" }
// // RadialGradientView.m // GradientSample // // Created by Hiroshi Hashiguchi on 11/06/27. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "RadialGradientView.h" @implementation RadialGradientView - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) {...
{ "pile_set_name": "Github" }
// boost/detail/lightweight_main.hpp -------------------------------------------------// // Copyright Beman Dawes 2010 // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #include <iostream> #include <exception> //-------------------------------------------...
{ "pile_set_name": "Github" }
/* This file is part of GammaRay, the Qt application inspection and manipulation tool. Copyright (C) 2014-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com Author: Christoph Sterz<christoph.sterz@kdab.com> Licensees holding valid commercial KDAB GammaRay licenses may use this file in ...
{ "pile_set_name": "Github" }
# ReActivateInstances 调用ReActivateInstances重新启动一台已过期或欠费回收的按量付费ECS实例。 ## 接口说明 调用该接口时,您需要注意: - 实例必须处于**已过期**(`Stopped`)或者**欠费回收中**(`Stopped`)的状态。 - 为避免实例会被释放和无法恢复数据,您必须在实例欠费停机后15天内清理账单并重开机实例。无法重开机VPC类型实例时,请间隔一段时间后再试或[提交工单](https://selfservice.console.aliyun.com/ticket/createIndex.htm)联系阿里云。 - 结清欠费后,您的账户下必须有大于10...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
{ "pile_set_name": "Github" }
# CausalNex contrib The contrib directory is meant to contain user contributions, these contributions might get merged into core CausalNex at some point in the future. When create a new module in `contrib`, place it exactly where it would be if it was merged into core CausalNex. For example, functions to plot networ...
{ "pile_set_name": "Github" }
/** * @file util * @author xxx */ export function test() { if (process.env.NODE_DEV === 'dev') { console.log('dev', 'https://smartapp.baidu.com/test'); console.log('dv', 'https://my.baidu.com/test'); } }
{ "pile_set_name": "Github" }
{ "spellWizardFireballText": "Fiammata", "spellWizardFireballNotes": "Evochi punti Esperienza e infliggi danni extra ai Boss! (Dipende da: INT)", "spellWizardMPHealText": "Ondata Eterea", "spellWizardMPHealNotes": "Sacrifichi del Mana per far guadagnare MP al resto della tua squadra, eccetto i Maghi. (D...
{ "pile_set_name": "Github" }
<?php /** * Pure-PHP ssh-agent client. * * PHP version 5 * * @category System * @package SSH\Agent * @author Jim Wigginton <terrafrost@php.net> * @copyright 2009 Jim Wigginton * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net * @...
{ "pile_set_name": "Github" }
/* --- MooTools: the javascript framework web build: - http://mootools.net/core/7c56cfef9dddcf170a5d68e3fb61cfd7 packager build: - packager build Core/Core Core/Array Core/String Core/Number Core/Function Core/Object Core/Event Core/Browser Core/Class Core/Class.Extras Core/Slick.Parser Core/Slick.Finder Core/Eleme...
{ "pile_set_name": "Github" }
# coding=utf-8 # # Copyright 2014-2016 F5 Networks Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable la...
{ "pile_set_name": "Github" }
/** **************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * This program is free software; you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published *...
{ "pile_set_name": "Github" }
#include "f2c.h" #include "blaswrap.h" /* Table of constant values */ static integer c__1 = 1; /* Subroutine */ int chpsvx_(char *fact, char *uplo, integer *n, integer * nrhs, complex *ap, complex *afp, integer *ipiv, complex *b, integer * ldb, complex *x, integer *ldx, real *rcond, real *ferr, real *berr, compl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <model ref="r:d3905048-7598-4a84-931a-cbbcbcda146d(jetbrains.mps.lang.intentions.methods)" doNotGenerate="true"> <persistence version="9" /> <languages> <use id="7866978e-a0f0-4cc7-81bc-4d213d9375e1" name="jetbrains.mps.lang.smodel" version="17" /> <use id="c7d5b9dd-a0...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>InputStackView Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> ...
{ "pile_set_name": "Github" }
/** * @author William DURAND <william.durand1@gmail.com> * @license MIT Licensed */ (function (root, factory) { if (typeof define === 'function' && define.amd) { define('translator', factory); } else if (typeof module === 'object' && module.exports) { // Node. Does not work with strict Co...
{ "pile_set_name": "Github" }
#include "../unix/signals.c"
{ "pile_set_name": "Github" }
@startuml sprite $question_circle_o [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000379ABBA...
{ "pile_set_name": "Github" }
--- ptgen.c.orig 2011-12-22 14:21:03 UTC +++ ptgen.c @@ -29,6 +29,8 @@ #include <ctype.h> #include <fcntl.h> +#include "freebsd.h" + #if __BYTE_ORDER == __BIG_ENDIAN #define cpu_to_le16(x) bswap_16(x) #elif __BYTE_ORDER == __LITTLE_ENDIAN
{ "pile_set_name": "Github" }
{ "model": "squeezenet1_1_custom", "pretrained": true, "input_info": { "sample_size": [1, 3, 224, 224] }, "num_classes": 1000, "batch_size" : 256, "weight_decay": 1e-5, "epochs": 5, "optimizer": { "type": "Adam", "base_lr": 0.00001, "schedule_type": "mu...
{ "pile_set_name": "Github" }
@import "import/import-once-test-c"; @import "import/import-once-test-c"; @import "import/import-once-test-c.less"; @import "import/deeper/import-once-test-a"; @import (multiple) "import/import-test-f.less"; @import (multiple) "import/import-test-f.less";
{ "pile_set_name": "Github" }
{ "flags": 0, "pts": 0, "count": 0, "_constructor": "messages.channelMessages#99262e37", "messages": [ { "flags": 53212, "out": false, "mentioned": true, "mediaUnread": false, "silent": false, "post": true, "fromId": 0, "toId": { "channelId": 0, ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("devtools","tr",{title:"Eleman Bilgisi",dialogName:"İletişim pencere ismi",tabName:"Sekme adı",elementId:"Eleman ID",elementType:"Eleman türü"});
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_23) on Fri Nov 23 14:03:50 GMT 2012 --> <TITLE> Uses of Package org.apache.nutch.indexer.more (apache-nutch 1.6 API) </TITLE> <META NAME="date" CONT...
{ "pile_set_name": "Github" }
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /* * Software License Agreement (BSD License) * Copyright (c) 2008, Nige "Animal" White * All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=301879 --> <configuration> <appSettings></appSettings> <system.web> <compilation debug="true" targetFramework="4.5.2"/> <httpRuntime targetFramework="4.5.2"/> <httpModules> <add n...
{ "pile_set_name": "Github" }
package net.vvakame.sample.issue2; import net.vvakame.util.jsonpullparser.annotation.JsonKey; import net.vvakame.util.jsonpullparser.annotation.JsonModel; /** * Parent 0 output, Child 0 output. * @author vvakame */ @JsonModel public class Child0ValueP0 extends Parent0Value { @JsonKey(out = false) private int ho...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. * */ #import "FBOrigamiAdditions.h" @interface FBOrigamiAdditions (Retina) - (void)setupRetina; @end
{ "pile_set_name": "Github" }
## ethkey-cli OpenEthereum keys generator. ### Usage ``` OpenEthereum Keys Generator. Copyright 2015-2020 Parity Technologies (UK) Ltd. Usage: ethkey info <secret-or-phrase> [options] ethkey generate random [options] ethkey generate prefix <prefix> [options] ethkey sign <secret> <message> ethk...
{ "pile_set_name": "Github" }
// hardcoded sounds, details in server.h enum { // beware: sound order is part of the game protocol S_JUMP = 0, S_SOFTLAND, S_HARDLAND, S_BULLETAIR1, S_BULLETAIR2, S_BULLETHIT, S_BULLETWATERHIT, S_KNIFE, S_PISTOL, S_RPISTOL, S_CARBINE, S_RCARBINE, S_SHOTGUN, S_RSHOTGUN, S_SUBGUN, S_R...
{ "pile_set_name": "Github" }
/* * * Copyright (c) 2012,2015 Ken McDonell All Rights Reserved. * * 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) any later versi...
{ "pile_set_name": "Github" }
+++ title = "page 1-1-1" description = "Ceci est une page test" +++ Ceci est une page de demo
{ "pile_set_name": "Github" }
require "extend/ENV" require "formula_assertions" require "sandbox" require "timeout" module Homebrew def test raise FormulaUnspecifiedError if ARGV.named.empty? ARGV.resolved_formulae.each do |f| # Cannot test uninstalled formulae unless f.installed? ofail "Testing requires the latest v...
{ "pile_set_name": "Github" }
PREFIX : <http://example.org/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT ?s ?str WHERE { ?s ?p ?str FILTER STRENDS(?str, "bc") }
{ "pile_set_name": "Github" }
# pdf2htmlEX and Poppler releases This table lists the (recent) pdf2htmlEX releases which work for a given (recent) [poppler](https://poppler.freedesktop.org/) release. | poppler | pdf2htmlEX | |----------------|------------| | poppler-0.81.0 | v0.18.7-poppler-0.81.0 | | poppler-0.80.0 | v0.18.6-poppler-0.80.0...
{ "pile_set_name": "Github" }
[3.4.6 / 2015-10-14](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.5...v3.4.6) ================== * Fixed issue [#679](https://github.com/jakubpawlowicz/clean-css/issues/679) - wrong rebasing of remote URLs. [3.4.5 / 2015-09-28](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.4...v3.4.5) =========...
{ "pile_set_name": "Github" }
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
" Menu Translations: Czech (UTF-8) " Maintainer: Jiri Sedlak <jiri_sedlak@users.sourceforge.net> " Previous maintainer: Jiri Brezina " Based on: menu.vim (2012-10-21) " Quit when menu translations have already been done. if exists("did_menu_trans") finish endif let did_menu_trans = 1 let ...
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w use Carp; use Mail::IMAPClient; use IO::Socket::SSL; my $ssl = new IO::Socket::SSL("louloutte.dyndns.org:993"); my $imap = Mail::IMAPClient->new(); $imap->Socket($ssl); $imap->Debug(1); $imap->Server('louloutte.dyndns.org'); $imap->connect() or croak "Error connecting @!"; $imap->User('MarkOv@est...
{ "pile_set_name": "Github" }
|Hash|Type|Family|First_Seen|Name| |:--|:--|:--|:--|:--| |[d9630ae3dfceb77bd3999ff9b48fa422](https://www.virustotal.com/gui/file/d9630ae3dfceb77bd3999ff9b48fa422)|Win32 EXE||2019-10-26 08:51:56|cardsharper.exe| |[a686576e71821c3a9fcbe608cc055e07](https://www.virustotal.com/gui/file/a686576e71821c3a9fcbe608cc055e07)|XLS...
{ "pile_set_name": "Github" }
package com.tencent.mm.ui.transmit; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; final class e implements DialogInterface.OnClickListener { e(MsgRetransmitUI paramMsgRetransmitUI) {} public final void onClick(DialogInterface paramDialogInterface, int paramIn...
{ "pile_set_name": "Github" }
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 package version // Version indicates which version of the binary is running. var Version = "mainline" // GitCommitSHA indicates which git shorthash the binary was built off of var GitCommitSHA string func Ver...
{ "pile_set_name": "Github" }
# Pyrogram - Telegram MTProto API Client Library for Python # Copyright (C) 2017-2020 Dan <https://github.com/delivrance> # # This file is part of Pyrogram. # # Pyrogram 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" }
/***************************************************************************/ /* */ /* ftheader.h */ /* */ /* Bu...
{ "pile_set_name": "Github" }
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". // //////////////////...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2007. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt) // // This file is machine generated, do not edit by hand // Polynomial evaluation usin...
{ "pile_set_name": "Github" }
[gd_resource type="NativeScript" load_steps=2 format=2] [ext_resource path="res://addons/godot-openvr/godot_openvr.gdnlib" type="GDNativeLibrary" id=1] [resource] resource_name = "OpenVRConfig" class_name = "OpenVRConfig" library = ExtResource( 1 )
{ "pile_set_name": "Github" }
<?php /* * This file is part of Psy Shell. * * (c) 2012-2018 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\Test\Readline; use Psy\Readline\HoaConsole; class HoaConsoleTest extends \PHPUnit\Framewo...
{ "pile_set_name": "Github" }
// This optional code is used to register a service worker. // register() is not called by default. // This lets the app load faster on subsequent visits in production, and gives // it offline capabilities. However, it also means that developers (and users) // will only see deployed updates on subsequent visits to a p...
{ "pile_set_name": "Github" }
{ "compileOnSave": false, "compilerOptions": { "baseUrl": ".", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "es2020", "moduleResolution": "node", "impo...
{ "pile_set_name": "Github" }
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { `kotlin-dsl` } repositories { jcenter() } dependencies { val jacksonVersion = "2.11.2" val junitVersion = "5.7.0" implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion") testImplementation(g...
{ "pile_set_name": "Github" }
Type of lvalue (struct s2) not compatible with the effective type of the object being accessed (union u): > in f at 20000603-1.c:13:3 in main at 20000603-1.c:20:3 Undefined behavior (UB-EIO10): see C11 section 6.5:7 http://rvdoc.org/C11/6.5 see C11 section J.2:1 item 37 http://rvdoc.o...
{ "pile_set_name": "Github" }
<!-- SPDX-License-Identifier: CC-BY-4.0 --> <!-- Copyright Contributors to the ODPi Egeria project. --> # 0450 Governance Rollout ![UML](0450-Governance-Rollout.png#pagewidth) Return to [Area 4](Area-4-models.md). ---- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), Copyright Contributors to the...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 34e77444559b414f9fe81f9775229abf MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Running Locally This page walks through the steps required to train an object detection model on a local machine. It assumes the reader has completed the following prerequisites: 1. The Tensorflow Object Detection API has been installed as documented in the [installation instructions](installation.md). This include...
{ "pile_set_name": "Github" }
/* Copyright 2017-2020 The Verible 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 o...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; namespace Swan.Net.Internal { // NOTE TO CONTRIBUTORS: If you decide to use this type // in any context other than IPAddressRange, please be aware // that consistency checks were kept to the bare...
{ "pile_set_name": "Github" }
<?php error_reporting(E_ALL | E_STRICT); require_once 'PHPUnit/TextUI/TestRunner.php'; require_once __DIR__ . '/../vendor/autoload.php';
{ "pile_set_name": "Github" }
package org.jbehave.core.model; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; import java.util.concurrent.TimeUnit; import org.junit.Test; public class StoryDurationBehaviour { @Test public void shouldTimeout(){ StoryDuration duration = new StoryDuration(1); ...
{ "pile_set_name": "Github" }