text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of case in UD_Polish-LFG' udver: '2' --- ## Treebank Statistics: UD_Polish-LFG: Relations: `case` This relation is universal. 11106 nodes (8%) are attached to their parents as `case`. 11077 instances of `case` (100%) are right-to-left (child precedes parent). Average distance be...
{ "pile_set_name": "Github" }
/* * hdac_i915.c - routines for sync between HD-A core and i915 display driver * * 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" }
per-file i18n.*=cira@chromium.org per-file i18n.*=mnita@google.com per-file typing-asm.*=aseemgarg@chromium.org per-file typing-asm.*=bradnelson@chromium.org
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020, NVIDIA 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 ...
{ "pile_set_name": "Github" }
/* * drivers/sh/superhyway/superhyway-sysfs.c * * SuperHyway Bus sysfs interface * * Copyright (C) 2004, 2005 Paul Mundt <lethal@linux-sh.org> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more deta...
{ "pile_set_name": "Github" }
/// @ref gtx_vector_angle /// @file glm/gtx/vector_angle.hpp /// /// @see core (dependence) /// @see gtx_quaternion (dependence) /// @see gtx_epsilon (dependence) /// /// @defgroup gtx_vector_angle GLM_GTX_vector_angle /// @ingroup gtx /// /// @brief Compute angle between vectors /// /// <glm/gtx/vector_angle.hpp> need...
{ "pile_set_name": "Github" }
{ "citation": "@misc{\n author={Karpathy, Andrej},\n title={char-rnn},\n year={2015},\n howpublished={\\url{https://github.com/karpathy/char-rnn}}\n}", "description": "40,000 lines of Shakespeare from a variety of Shakespeare's plays. Featured in Andrej Karpathy's blog post 'The Unreasonable Effectiveness of Re...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2016 QNX Software Systems and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at *...
{ "pile_set_name": "Github" }
<?php /** * Edit Site Themes Administration Screen * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! is_multisite() ) wp_die( __( 'Multisite support is not enabled.' ) ); if ( ! current_use...
{ "pile_set_name": "Github" }
#include "ncmcrypt.h" #include "aes.h" #include "base64.h" #include "cJSON.h" #include <libtag/mpeg/mpegfile.h> #include <flacfile.h> #include <attachedpictureframe.h> #include <id3v2tag.h> #include <tag.h> #include <stdexcept> #include <string> #include "io_bunnyblue_droidncm_dump_NcmDumper.h" const unsigned char Ne...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-present, RxJava Contributors. * * 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" }
; RUN: opt < %s -pgo-icall-prom -S -icp-total-percent-threshold=50 | FileCheck %s --check-prefix=ICALL-PROM ; RUN: opt < %s -pgo-icall-prom -S -icp-samplepgo -icp-total-percent-threshold=50 | FileCheck %s --check-prefix=ICALL-PROM ; RUN: opt < %s -passes=pgo-icall-prom -S -icp-total-percent-threshold=50 | FileCheck %s ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5b1c87a3b91d3414ca85dca100de04ed folderAsset: yes timeCreated: 1426647464 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "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" }
(in-package #:cl-user) (use-package '#:iterate) (defun load-log (path) (iter (with head = (list 'first nil '())) (with tree = (list head)) (for line in-file path using 'read-line) (let ((action (char line 0)) (mode (char line 1)) (address (subseq line 2)#+nil(parse-integer line :s...
{ "pile_set_name": "Github" }
import React from "react"; import { TimerTypes } from "store"; import { StyledSessions, StyledSessionReset } from "styles"; import { SVG } from "components"; type Props = { timerType: TimerTypes["timerType"]; round: number; sessionRounds: number; onClick?: | ((event: React.MouseEvent<HTMLButtonElement, MouseEven...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE index PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN" "http://java.sun.com/products/javahelp/index_2_0.dtd"> <index version="2.0"> <!-- index entries are merged (sorted) into core index --> <indexitem text="import urls " target="imp...
{ "pile_set_name": "Github" }
class X: def stuff(self): pass x = X() f = getattr(x, "stuff") print f fu = getattr(X, "stuff") print fu
{ "pile_set_name": "Github" }
package com.android.mms.transaction; import java.util.ArrayList; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.provider.Telephony.Mms; import android.provider.Telephony.Sms; import android.telephony.PhoneNumberUtils; import andr...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2016 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be usef...
{ "pile_set_name": "Github" }
@mixin box-shadow($shadow...) { @if $enable-shadows { $result: (); @if (length($shadow) == 1) { // We can pass `@include box-shadow(none);` $result: $shadow; } @else { // Filter to avoid invalid properties for example `box-shadow: none, 1px 1px black;` @for $i from 1 through lengt...
{ "pile_set_name": "Github" }
import { arrayProp, prop, Ref, Typegoose } from '../../src/typegoose'; export class UserRef extends Typegoose { @prop({ ref: UserRef, default: null }) public master?: Ref<UserRef>; @arrayProp({ itemsRef: UserRef, default: [] }) public subAccounts!: Ref<UserRef>[]; @prop({ required: true }) public name!: ...
{ "pile_set_name": "Github" }
# EOS整体介绍 </br> ## 一、EOS的插件式设计 </br> EOS中,虽然编程的复杂度和设计较比特币大幅提高,但其核心的思想其实并没有多大改变,目前来看,仍然以BOOST的signal,boost::asio的信号消息机制来完成模块间的解耦。相比比特币来言,做得更优雅,封装也更良好。 </br> 先看一下插件设计的整体类图: </br> ![plugin-pic](img/plugin_pic.png) </br> 从上面的类图可以清楚的看到,整个插件的依赖和传导机制。然后在下面的流程分析中会详细说明一下它的具体的应用。 ## 二、EOS的整体流程 </br> EOS的版本做了一次比较大的更迭,至少从形式上看...
{ "pile_set_name": "Github" }
package com.timeyang; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; /** * 配置中心 * @author chaokunyang */ @SpringBootApplication @EnableConfigServer public class ConfigServiceA...
{ "pile_set_name": "Github" }
<?php // OMG FIRST COMMENT!!!11! // Copyright 2013 Toby Zerner, Simon Zerner // This file is part of esoTalk. Please see the included license file for usage information. define("IN_ESOTALK", 1); define("PAGE_START_TIME", microtime(true)); define("PATH_ROOT", dirname(__FILE__)); define("PATH_CORE", PATH_ROOT."/core")...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "logdevice/server/message_handlers/DELETE_onReceived.h" #include <memory> #i...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; namespace Microsoft.Azure.WebJobs.Host.Blobs.Listeners { internal interface IBlobTriggerQueueWriter { ...
{ "pile_set_name": "Github" }
/* * The internal libclocale header * * Copyright (C) 2008-2016, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This software 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 So...
{ "pile_set_name": "Github" }
# Generated by Django 2.2.14 on 2020-07-22 22:45 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('third_party_auth', '0001_squashed_0026_auto_20200401_1932'), ] operations = [ migrations.AddField( model_name='samlproviderconf...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co...
{ "pile_set_name": "Github" }
[ { "Unit": "CPU-M-CF", "EventCode": "64", "EventName": "PRNG_FUNCTIONS", "BriefDescription": "PRNG Functions", "PublicDescription": "Total number of the PRNG functions issued by the CPU" }, { "Unit": "CPU-M-CF", "EventCode": "65", "EventName": "PRNG_CYCLES", "BriefDescription": "PRNG Cycles", "P...
{ "pile_set_name": "Github" }
/*jshint esnext:true*/ let { x, y, ...z } = { x: 1, y: 2, a: 3, b: 4 }; let n = { x, y, ...z }; // Array comprehensions var results = [ for(c of customers) if (c.city == "Seattle") { name: c.name, age: c.age } ] // Generator comprehensions var results = ( for(c of customers) if (c.city == "Seattle"...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
{ "pile_set_name": "Github" }
{ "title": "pluginTitle", "descr": "", "key": "pluginKey", // must be the name of the folder of your plugin, sample: app/views/plugins/<my_plugin> ==> 'my_plugin' "helpers": [ "Plugins::PluginClass::MainHelper" ], "hooks": { "on_active": ["pluginKey_on_active"], "on_inactive": ["pluginKey_on_ina...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 - 2012 Stephen F. Booth <me@sbooth.org> * All Rights Reserved */ #pragma once #import <Cocoa/Cocoa.h> // ======================================== // Generates multipart/form-data from the given dictionary using the specified boundary // ======================================== NSData * G...
{ "pile_set_name": "Github" }
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; class ModuleDependencyTemplateAsId { apply(dep, source, outputOptions, requestShortener) { if(!dep.range) return; const comment = outputOptions.pathinfo ? `/*! ${requestShortener.shorten(dep.reque...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
package com.hjq.base; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Application; import android.content.Context; import android.content.DialogInterface; import android.graphics.drawable.Drawable; import android.os.Build; import android.os.Bundle; import android.util.SparseArra...
{ "pile_set_name": "Github" }
quota=INF quota=1 quota=INF quota22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222=1 quota=1 quota=uotta=1 quota=uota
{ "pile_set_name": "Github" }
package org.jeecgframework.minidao.aop; import java.lang.reflect.Field; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util....
{ "pile_set_name": "Github" }
DIP_DISTRIBUTED true DIP_QUERY_NAME hyracks DIP_TOPOLOGY_NAME_PREFIX avitorovic DIP_TOPOLOGY_NAME 5G_hyracks_parallel_t2 # the following two are optional, by default they use topology.workers and topology.ackers from storm.yaml #DIP_NUM_WORKERS 176 #DIP_NUM_ACKERS 0 DIP_DATA_PATH /export/home/avitorovic/queries/tpch/...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
{ "pile_set_name": "Github" }
Self1_2D O> crt 10 count turtles with [self = turtle who] => 10 count patches with [self = patch pxcor pycor] = count patches => true Self1_3D O> crt 10 count turtles with [self = turtle who] => 10 count patches with [self = patch pxcor pycor pzcor ] = count patches => true Myself1_2D patch 0 0 = [[myse...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections.Generic; // 角色的AI public abstract class ICharacterAI { protected ICharacter m_Character = null; protected float m_AttackRange = 2; protected IAIState m_AIState = null; protected const float ATTACK_COOLD_DOWN = 1f; // 攻擊的CoolDown protected float m_CoolDown = ATTACK_...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["validation.go"], importpath = "k8s.io/kubernetes/pkg/apis/policy/validation", visibility = ["//visibility:public"], deps = [ "//vendor/k8s.io/apimachinery/pkg/apis/meta/v1/validation:go_de...
{ "pile_set_name": "Github" }
/* * Copyright 2001-2013 Artima, 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 law or agre...
{ "pile_set_name": "Github" }
--- blog: https://www.kik.com/news colors: - '#5DCD11' facebook: https://www.facebook.com/kikplaynice github: kikinteractive images: - kik-icon.svg - kik-tile.svg - kik-official.svg - kik-ar21.svg logohandle: kik posted: true sort: kik title: kik twitter: kik website: https://www.kik.com/ wikipedia: https://en.wikipedi...
{ "pile_set_name": "Github" }
finished: 6: taxonomy: - core - taxonomy 7: taxonomy: - core - taxonomy
{ "pile_set_name": "Github" }
package oauth2 import ( "net/http" "net/http/httptest" "testing" "time" ) type tokenSource struct{ token *Token } func (t *tokenSource) Token() (*Token, error) { return t.token, nil } func TestTransportNilTokenSource(t *testing.T) { tr := &Transport{} server := newMockServer(func(w http.ResponseWriter, r *ht...
{ "pile_set_name": "Github" }
<Type Name="RelationType" FullName="Atk.RelationType"> <TypeSignature Language="C#" Maintainer="auto" Value="public enum RelationType" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed RelationType extends System.Enum" /> <AssemblyInfo> <AssemblyName>atk-sharp</AssemblyName> <Assemb...
{ "pile_set_name": "Github" }
if(VISP_INITIAL_PASS) # generator for JNI/JAR source code and documentation signatures add_subdirectory(generator) endif() if(APPLE_FRAMEWORK OR WINRT OR NOT PYTHON_DEFAULT_AVAILABLE OR NOT (ANT_EXECUTABLE OR ANDROID_PROJECTS_BUILD_TYPE STREQUAL "GRADLE") OR NOT (JNI_FOUND OR (ANDROID AND (NOT DEFINED ANDROID_...
{ "pile_set_name": "Github" }
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with ...
{ "pile_set_name": "Github" }
# coding=utf-8 from django.core.paginator import Paginator from django.core.exceptions import ValidationError from django.core.urlresolvers import reverse from xadmin.dutils import force_unicode from .base import SiteView, filter_hook class ModelPage(SiteView): """ 基于 Model 的 页面 注册后,用户可以通过访问 ``/%(app_la...
{ "pile_set_name": "Github" }
# PartiQL Language Specification This is the LaTeX source for the [PartiQL] specification. ## Building As a prerequisite, you need the following: * A LaTeX distribution such as [TeX Live][texlive]. Debian based linux distributions should install the package `texlive-full`. * GNU Make. To build a PDF: ``` $ make ...
{ "pile_set_name": "Github" }
+098
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006, Swedish Institute of Computer Science * 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 * ...
{ "pile_set_name": "Github" }
// // LicenseGetConfigUtils.h // AppEngine // // Created by Makara Khloth on 11/2/12. // Copyright 2012 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> #import "DeliveryListener.h" @protocol DataDelivery; @class LicenseManager; @interface LicenseGetConfigUtils : NSObject <DeliveryLi...
{ "pile_set_name": "Github" }
{ "ext": "ext.", "country": "Paese del numero di telefono", "phone": "Telefono", "AB": "Abkhazia", "AC": "Ascension Island", "AD": "Andorra", "AE": "Emirati Arabi Uniti", "AF": "Afghanistan", "AG": "Antigua e Barbuda", "AI": "Anguilla", "AL": "Albania", "AM": "Armenia", "AO": "Angola", "AQ": "Antartide", ...
{ "pile_set_name": "Github" }
package yio.tro.antiyoy.menu.scenes.gameplay; import yio.tro.antiyoy.menu.Animation; import yio.tro.antiyoy.menu.MenuControllerYio; import yio.tro.antiyoy.menu.diplomatic_dialogs.PrepareForAttackPropositionDialog; import yio.tro.antiyoy.menu.slider.SliderBehavior; import yio.tro.antiyoy.menu.slider.SliderYio; import y...
{ "pile_set_name": "Github" }
{ "children": [ { "attr": { "value": "1" }, "type": "text" } ], "type": "container" }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <!-- Test: if select is required and has all selected option value set to the string string, :-moz-ui-valid should not apply. --> <link rel='stylesheet' type='text/css' href='style.css'> <body> <select class='notvalid' required multiple> <option selected></option> ...
{ "pile_set_name": "Github" }
{{<base}} {{$content}} <p>This is override page 2 content.</p> {{/content}} {{$footer_base}} {{/footer_base}} {{/base}}
{ "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 "UIView.h" @class UIActivityIndicatorView, UIButton, UIImageView, UILabel; @interface RecordView : UIView { UIView *_recordLeftView; UIImageView *_recordImageView;...
{ "pile_set_name": "Github" }
/* * SET VERSION NUMBERS BEFORE MAKING MAKEFILES; also, you'll need to install * util/scripts/bsdinstall.sh before doing a "make install" */ #define SystemV YES #define OSName HP-UX 9.0 #define OSMajorVersion 9 #define OSMinorVersion 0 #define StandardDefines -...
{ "pile_set_name": "Github" }
package net.corda.core.flows import co.paralleluniverse.fibers.Suspendable import net.corda.core.crypto.TransactionSignature import net.corda.core.crypto.isFulfilledBy import net.corda.core.crypto.toStringShort import net.corda.core.identity.AbstractParty import net.corda.core.identity.AnonymousParty import net.corda....
{ "pile_set_name": "Github" }
package com.gs.fw.common.mithra.generator; import com.gs.fw.common.mithra.generator.filesystem.*; import com.gs.fw.common.mithra.generator.metamodel.*; import com.gs.fw.common.mithra.generator.util.*; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; im...
{ "pile_set_name": "Github" }
// Copyright 2014 Emilie Gillet. // // Author: Emilie Gillet (emilie.o.gillet@gmail.com) // // 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 without limitatio...
{ "pile_set_name": "Github" }
/** * */ define( ["dojo/_base/declare", "dojo/_base/lang", "esri/geometry/Extent", "esri/geometry/Point" ], function(declare, lang, Extent, Point) { return declare(null, { BASE32_CODES: "0123456789bcdefghjkmnpqrstuvwxyz", BASE32_CODES_DICT: {}, ENCODE_AUTO: ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007 - 2008 by Damien Di Fede <ddf@compartmental.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as published * by the Free Software Foundation; either version 2 of the License, or * (at your o...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d5a51525b27e3ee4aadbeb39cbcf0750 timeCreated: 1485107929 licenseType: Store TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center|top" android:background="#fff" > <TextView ...
{ "pile_set_name": "Github" }
{ "name": "Skyfall", "year": 2012, "runtime": 143, "categories": [ "action", "adventure", "thriller" ], "release-date": "2012-11-09", "director": "Sam Mendes", "writer": [ "Neal Purvis", "Robert Wade", "John Logan" ], "actors": [ "Daniel Craig", "Judi Dench", "Jav...
{ "pile_set_name": "Github" }
require('../../modules/es6.object.assign'); module.exports = require('../../modules/$.core').Object.assign;
{ "pile_set_name": "Github" }
// Copyright 2018 The Starlark in Rust Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
{ "pile_set_name": "Github" }
The best baselines are obtainable via the following configuration: ## MNIST => MNIST_M Accuracy: MNIST-Train: 99.9 MNIST_M-Train: 63.9 MNIST_M-Valid: 63.9 MNIST_M-Test: 63.6 Learning Rate = 0.0001 Weight Decay = 0.0 Number of Steps: 105,000 ## MNIST => USPS Accuracy: MNIST-Train: 100.0 USPS-Train: 82.8 USPS-Valid...
{ "pile_set_name": "Github" }
#include "PreloadInjector.h" #include "lib/InspectorServer.h" #include <QtCore/QDebug> #include <QtCore/QFileInfo> #include <QtCore/QProcess> #include <QtCore/QProcessEnvironment> #include <unistd.h> bool PreloadInjector::startAndInject(const QString& program, const QStringList& args, const QString& libraryPath, ...
{ "pile_set_name": "Github" }
EESchema-DOCLIB Version 2.0 # #End Doc Library
{ "pile_set_name": "Github" }
#! /bin/sh set -m id=$1 python eval.py --image_root /share/data/vision-greg/coco/ --batch_size 100 --dump_images 0 --num_images -1 --split test --model log_$id/model-best.pth --language_eval 0 --beam_size 5 --sample_n $4 --temperature $2 --sample_method greedy --sample_n_method top$3 --infos_path log_$id/infos_$id...
{ "pile_set_name": "Github" }
using NUnit.Allure.Attributes; using NUnit.Allure.Core; using NUnit.Framework; namespace TestAutomationReportingAllure { [TestFixture] [AllureNUnit] [AllureSuite("CalculatorTests")] [AllureDisplayIgnored] class CalculatorMultipleTests { [Test(Description = "Performing Division on two f...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "cm2_btm_icn_music.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "cm2_btm_icn_music@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "cm2_btm_icn_music@3x.png", ...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Diagnostics.CodeAnalysis; using System.IO; using System.Threading.Tasks; using Microsoft.Common.Core.Services; using Microsoft.Common.Core.Test.Utility;...
{ "pile_set_name": "Github" }
(*** hide ***) #r "netstandard" #I "../../bin/net45" #load "Deedle.fsx" #I "../../packages/MathNet.Numerics/lib/net40" #load "../../packages/FSharp.Charting/FSharp.Charting.fsx" open System open FSharp.Data open Deedle open FSharp.Charting let root = __SOURCE_DIRECTORY__ + "/data/" (** Working with series and time se...
{ "pile_set_name": "Github" }
--- config/mh-darwin.orig 2016-06-15 13:58:17.000000000 -0500 +++ config/mh-darwin 2017-02-11 09:37:32.000000000 -0600 @@ -30,11 +30,7 @@ SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS) ## Compiler switches to embed a library name and version information -ifeq ($(ENABLE_RPATH),YES) LD_...
{ "pile_set_name": "Github" }
package com.sequenceiq.cloudbreak.cloud.model.component; import com.sequenceiq.cloudbreak.cloud.model.ClouderaManagerProduct; import com.sequenceiq.cloudbreak.cloud.model.catalog.Image; import com.sequenceiq.cloudbreak.cloud.model.catalog.Images; import com.sequenceiq.cloudbreak.cloud.model.catalog.StackDetails; impor...
{ "pile_set_name": "Github" }
/* Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
require 'action_controller' require 'action_controller/test_process' require 'will_paginate' WillPaginate.enable_actionpack ActionController::Routing::Routes.draw do |map| map.connect 'dummy/page/:page', :controller => 'dummy' map.connect 'dummy/dots/page.:page', :controller => 'dummy', :action => 'dots' map.co...
{ "pile_set_name": "Github" }
Certificate: Data: Version: 3 (0x2) Serial Number: 8 (0x8) Signature Algorithm: sha224WithRSAEncryption Issuer: C=NL, O=PolarSSL, CN=PolarSSL Test CA Validity Not Before: Feb 12 14:44:07 2011 GMT Not After : Feb 12 14:44:07 2021 GMT Subject: C=...
{ "pile_set_name": "Github" }
// MIXINS //------------------------------------------------ //------------------------------------------------ // Breakpoints //------------------------------------------------ @mixin bp($point) { @if $point==xxlarge { @media (max-width: $bp-xxlarge) { @content; } } @if $point==xlarge { @media (max-width:...
{ "pile_set_name": "Github" }
// Copyright (C) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in project root for information. package com.microsoft.ml.spark.cognitive case class Rectangle(left: Int, top: Int, width: Int, height: Int) case class Rectangle2(x: Int, y: Int, w: Int, h: Int)
{ "pile_set_name": "Github" }
\documentclass[landscape, 11pt, svgnames]{article} \usepackage[showframe]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage{listings} \usepackage{tikz-uml} \usepackage{amsfonts, amsmath, amsthm, amssymb} \geometry{ paperwidth=65cm, paperheight=112cm, margin=1...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 2018 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 applica...
{ "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 ma...
{ "pile_set_name": "Github" }
#服务器端口 server: port: 7007 #数据源配置 spring: datasource: url: ${blade.datasource.test.url} username: ${blade.datasource.test.username} password: ${blade.datasource.test.password}
{ "pile_set_name": "Github" }
var baseIteratee = require('./_baseIteratee'), baseMean = require('./_baseMean'); /** * This method is like `_.mean` except that it accepts `iteratee` which is * invoked for each element in `array` to generate the value to be averaged. * The iteratee is invoked with one argument: (value). * * @static * @memb...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Matthewbdaly\SMS\Drivers; use GuzzleHttp\ClientInterface as GuzzleClient; use GuzzleHttp\Exception\ClientException; use GuzzleHttp\Exception\ConnectException; use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Exception\ServerException; use Psr\Http\Message\ResponseInte...
{ "pile_set_name": "Github" }
/* crypto/sha/sha.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-com...
{ "pile_set_name": "Github" }
Title ===== [WARNING] Lorem ipsum dolor sit amet Title =====
{ "pile_set_name": "Github" }