text
stringlengths
2
99.9k
meta
dict
/******************************************************************************* * Copyright 2017 Capital One Services, LLC and Bitwise, 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...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // // regexst.h // // Copyright (C) 2004-2015, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains class RegexStaticSets // // This class is internal ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <form> <field name="access" type="usergrouplist" label="PLG_TINY_FIELD_SETACCESS_LABEL" description="PLG_TINY_FIELD_SETACCESS_DESC" multiple="true" class="access-select" labelclass="label label-success" /> <field...
{ "pile_set_name": "Github" }
/* * 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 version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>0--Parade_0_Parade_Parade_0_460.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name> </owner> <size> <width>...
{ "pile_set_name": "Github" }
--- name: Non-security Issues about: Non-security related issues regarding netCDF-Java or the THREDDS Data Server title: '' labels: '' assignees: '' --- This repository is for version **4.6.x** of the netCDF-Java library and THREDDS Data Server. Starting with version **5.0**, the netCDF-Java libary and THREDDS Data ...
{ "pile_set_name": "Github" }
.PHONY: all all: format test .PHONY: format format: yapf -r -p -i . .PHONY: test test: PYTHONPATH=.:$$PYTHONPATH mypy nvpy tests benchmarks PYTHONPATH=.:$$PYTHONPATH python3 -m unittest discover -s tests -p '*.py' .PHONY: benchmark benchmark: PYTHONPATH=.:$$PYTHONPATH python3 -m nose --with-timer -q -s benchmark...
{ "pile_set_name": "Github" }
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.703125, 24.84656534821976 ], [ 11.25, ...
{ "pile_set_name": "Github" }
from rq import get_current_job from netpalm.backend.core.models.task import Response def write_meta_error(data): """custom exception handler for within an rpc job""" job = get_current_job() job.meta["result"] = "failed" if type(data) == list: job.meta["errors"].append(data.split('\n')) el...
{ "pile_set_name": "Github" }
{{- $architecture := or .architecture "arm64" -}} {{- $suite := or .suite "buster" -}} {{ $image := or .image (printf "debian-%s-%s.tgz" $suite $architecture) }} architecture: {{ $architecture }} actions: - action: debootstrap suite: {{ $suite }} components: - main - contrib - non-free ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012-2013 Desire Nuentsa <desire.nuentsa_wakam@inria.fr> // Copyright (C) 2012-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License...
{ "pile_set_name": "Github" }
// This source code is dual-licensed under the Apache License, version // 2.0, and the Mozilla Public License, version 2.0. // // The APL v2.0: // //--------------------------------------------------------------------------- // Copyright (c) 2007-2020 VMware, Inc. // // Licensed under the Apache License, Version 2....
{ "pile_set_name": "Github" }
<?php /** * This source file is part of GotCms. * * GotCms is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * GotCms is...
{ "pile_set_name": "Github" }
// // IAstVisitor.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2010 Novell, Inc (http://www.novell.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 Sof...
{ "pile_set_name": "Github" }
import cloneDeep from 'lodash/cloneDeep' /** Unsafe JSON clone */ // export const clone = (obj) => JSON.parse(JSON.stringify(obj)) export const clone = cloneDeep
{ "pile_set_name": "Github" }
# Tyre [![Build Status](https://travis-ci.org/Drup/tyre.svg?branch=master)](https://travis-ci.org/Drup/tyre) [![docs](https://img.shields.io/badge/doc-online-blue.svg)][doc] Tyre is a set of combinators to build type-safe regular expressions, allowing automatic extraction and modification of matched groups. Tyre is b...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require "uri" require "rubygems/user_interaction" module Bundler class Source class Rubygems < Source autoload :Remote, "bundler/source/rubygems/remote" # Use the API when installing less than X gems API_REQUEST_LIMIT = 500 # Ask for X gems per API request ...
{ "pile_set_name": "Github" }
/* PKZIP Kernels for Hashcat (c) 2018, European Union PKZIP Kernels for Hashcat has been developed by the Joint Research Centre of the European Commission. It is released as open source software under the MIT License. PKZIP Kernels for Hashcat makes use of a primary external components, which continue to be subject ...
{ "pile_set_name": "Github" }
# Auto-generated via Ansible: edit build/ansible/DOCKERFILES/Dockerfile-mods.j2 instead. FROM devilbox/php-fpm:7.2-base as builder ### ### Install ### RUN set -eux \ && DEBIAN_FRONTEND=noninteractive apt-get update -qq \ && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --no-install-recommends --no-install-s...
{ "pile_set_name": "Github" }
/* Name: Base16 Default Light Author: Chris Kempson (http://chriskempson.com) CodeMirror template adapted for IPython Notebook by Nikhil Sonnad (https://github.com/nsonnad/base16-ipython-notebook) CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools) Ori...
{ "pile_set_name": "Github" }
package Paws::Transfer::UpdateServer; use Moose; has EndpointDetails => (is => 'ro', isa => 'Paws::Transfer::EndpointDetails'); has EndpointType => (is => 'ro', isa => 'Str'); has HostKey => (is => 'ro', isa => 'Str'); has IdentityProviderDetails => (is => 'ro', isa => 'Paws::Transfer::IdentityProviderDetail...
{ "pile_set_name": "Github" }
require 'trashed'
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s // RUN: cp %s %t // RUN: not %clang_cc1 -fsyntax-only -fixit -x c++ %t // RUN: %clang_cc1 -fsyntax-only -pedantic -Werror -x c++ %t // RUN: grep using_suggestion_tyname_ty_dropped_specifier %t // These tests have been separated from typo.cpp to keep the maximum typo // corre...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package bidi import ( "container/list" "fmt" "sort" ) // This file contains a port of the reference implementation of the // Bidi Parentheses Algorithm: //...
{ "pile_set_name": "Github" }
> 策略名称 python 状态栏表格 显示按钮范例 > 策略作者 小小梦 > 源码 (python) ``` python import json def main(): tab = { "type" : "table", "title" : "demo", "cols" : ["a", "b", "c"], "rows" : [["1", "2", {"type" : "button", "cmd" : "coverAll", "name" : "平仓"}]] # 在状态栏表格 第一行,第三列上配置一个按钮 名字是平仓 ...
{ "pile_set_name": "Github" }
/*! * \copy * Copyright (c) 2011-2013, Cisco Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retai...
{ "pile_set_name": "Github" }
// Copyright 2012-present Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. package elastic // BucketSortAggregation parent pipeline aggregation which sorts the buckets // of its parent multi-bucket aggregation....
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, o...
{ "pile_set_name": "Github" }
<?php goto a; goto b; echo 'Foo'; a: echo 'Bar'; b: echo 'Yeah'; for ($i = 0, $j = 50; $i < 100; $i++) { while ($j--) { if ($j == 17) { goto end; } } } echo "i = $i"; end: echo 'j hit 17';
{ "pile_set_name": "Github" }
/* * Copyright 2007 Penn State University * 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...
{ "pile_set_name": "Github" }
;===- ./lib/Target/AVR/TargetInfo/LLVMBuild.txt ----------------*- Conf -*--===; ; ; The LLVM Compiler Infrastructure ; ; This file is distributed under the University of Illinois Open Source ; License. See LICENSE.TXT for details. ; ;===--------------------------------------------------------------...
{ "pile_set_name": "Github" }
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package http2 import ( "bytes" "fmt" "io" "reflect" "strings" "testing" "unsafe" "golang.org/x/net/http2/hpack" ) func testFramer() (*Framer, *bytes....
{ "pile_set_name": "Github" }
<my xmlns='http://my.ns/' >some</my>
{ "pile_set_name": "Github" }
#include <proc.h> #include <slab.h> #include <string.h> #include <sync.h> #include <pmm.h> #include <error.h> #include <sched.h> #include <elf.h> #include <vmm.h> #include <trap.h> #include <unistd.h> #include <stdio.h> #include <sched.h> #include <stdlib.h> #include <assert.h> #include <elf.h> #include <fs.h> #include...
{ "pile_set_name": "Github" }
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpbuffersourcebox.c * Copyright (C) 2015 Michael Natterer <mitch@gimp.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
{ "pile_set_name": "Github" }
/* Name: Duotone Sea Author: by Simurai, adapted from DuoTone themes by Simurai for Atom (http://simurai.com/projects/2016/01/01/duotone-themes) Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-sea-dark.css) Generated with Base16 Builder (https://github.com/base16-bui...
{ "pile_set_name": "Github" }
% % % Copyright (C) 2014, The University of Texas at Austin % % This file is part of libflame and is available under the 3-Clause % BSD license, which can be found in the LICENSE file at the top-level % directory, or at http://opensource.org/licenses/BSD-3-Clause % % function [ C_out ] = FLA_Syr2k_lt_blk_var8(...
{ "pile_set_name": "Github" }
#ifndef WEBSOCKET_H #define WEBSOCKET_H #include <stdlib.h> #include <stdint.h> struct http_client; struct cmd; enum ws_state { WS_ERROR, WS_READING, WS_MSG_COMPLETE}; struct ws_msg { char *payload; size_t payload_sz; size_t total_sz; }; int ws_handshake_reply(struct http_client *c); enum ws_state ws_add_da...
{ "pile_set_name": "Github" }
package jetbrains.mps.lang.editor.menus.tests; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.ClassRule; import jetbrains.mps.lang.test.runtime.TestParametersCache; import org.junit.Rule; import jetbrains.mps.lang.test.runtime.RunW...
{ "pile_set_name": "Github" }
public class Car { private String model; private String make; private String year; private String colour; private Boolean hasAircon = false; // optional field private Car() {} public static RequiredModel model(String model) { return new Car.Builder(model); } public inter...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 44eb48e19c7a94c389265416d9a64e95 folderAsset: yes timeCreated: 1489152702 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # Add new inflection rules using the following format # (all these examples are active by default): # ActiveSupport::Inflector.inflections do |inflect| # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', ...
{ "pile_set_name": "Github" }
/** * Created by liukai on 2017/6/26. */ function getId () { let random = (new Date()).getTime() * Math.random(), hash = 0; random = random.toString(); for (var i = 0; i < random.length; i++) { hash = ~~(((hash << 5) - hash) + random.charCodeAt(i)); } return Math.abs(hash); } export default functio...
{ "pile_set_name": "Github" }
// Regression test for #53789. // // check-pass use std::collections::BTreeMap; use std::ops::Range; use std::cmp::Ord; macro_rules! valuetree { () => { type ValueTree = <Self::Strategy as $crate::Strategy>::Value; }; } macro_rules! product_unpack { ($factor: pat) => { ($facto...
{ "pile_set_name": "Github" }
package com.baselet.standalone.gui; import java.awt.event.WindowEvent; import com.baselet.gui.CurrentGui; public class SwingWindowListener implements java.awt.event.WindowListener { public SwingWindowListener() {} @Override public void windowActivated(WindowEvent arg0) {} @Override public void ...
{ "pile_set_name": "Github" }
<div xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml ../../schema/fhir-xhtml.xsd" xmlns="http://www.w3.org/1999/xhtml"> <!-- content goes here --> </div>
{ "pile_set_name": "Github" }
""" A component which allows you to update your custom cards and components. For more details about this component, please refer to the documentation at https://github.com/custom-components/custom_updater """ import logging from datetime import timedelta import voluptuous as vol import homeassistant.helpers.config_val...
{ "pile_set_name": "Github" }
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package ctxhttp provides helper functions for performing context-aware HTTP requests. package ctxhttp // import "golang.org/x/net/context/ctxhttp" import ( ...
{ "pile_set_name": "Github" }
2.0.1 * lth generator flag to allow client to specify they want escaped solidi '/'. issue #28 * lth crash fix when yajl_parse() is never called. issue #27 2.0.0 * lth YAJL is now ISC licensed: http://en.wikipedia.org/wiki/ISC_license * lth 20-35% (osx and linux respectively) parsing performance ...
{ "pile_set_name": "Github" }
// automatically generated by the FlatBuffers compiler, do not modify package MyGame.Example; import java.nio.*; import java.lang.*; import java.util.*; import com.google.flatbuffers.*; @SuppressWarnings("unused") public final class Test extends Struct { public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb...
{ "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" }
这个文件的图片都是目前经过simpleimage处理后有问题的图片 tojpeg.png 这张图片由PNG转为JPEG的时候,输出的图像会有问题
{ "pile_set_name": "Github" }
sljzw.yrcti.edu.cn cjx.yrcti.edu.cn hqgl.yrcti.edu.cn xsc.yrcti.edu.cn ywgk.yrcti.edu.cn chgc.yrcti.edu.cn qzlx.yrcti.edu.cn kywsc.yrcti.edu.cn ddzs.yrcti.edu.cn lvyou.yrcti.edu.cn xjb.yrcti.edu.cn info.yrcti.edu.cn mail.yrcti.edu.cn jpkc.yrcti.edu.cn gjhz.yrcti.edu.cn tumu.yrcti.edu.cn sfb.yrcti.edu.cn baowei.yrcti.ed...
{ "pile_set_name": "Github" }
./test/schemas/all_0.xml validates
{ "pile_set_name": "Github" }
JCLOPENDLGHOOK DIALOG 0, 0, 340, 20 STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_CONTROL FONT 8, "Courier New" BEGIN END
{ "pile_set_name": "Github" }
/* cpucycles mips.h version 20100802 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_mips_h #define CPUCYCLES_mips_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_mips(void); extern long long cpucycles_mips_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #defin...
{ "pile_set_name": "Github" }
package android.privacy; public interface DifferentialPrivacyEncoder { byte[] encodeBits(byte[] bArr); byte[] encodeBoolean(boolean z); byte[] encodeString(String str); DifferentialPrivacyConfig getConfig(); boolean isInsecureEncoderForTest(); }
{ "pile_set_name": "Github" }
using System; using System.Reflection; namespace TicTacToe.Web.Areas.HelpPage.ModelDescriptions { public interface IModelDocumentationProvider { string GetDocumentation(MemberInfo member); string GetDocumentation(Type type); } }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <response requestId="na9_20160321T074626030-0400_7e9fffe7-190b-46f2-91079d52fe57d0ad" xmlns="urn:didata.com:api:cloud:types"> <operation>REMOVE_DISK</operation> <responseCode>IN_PROGRESS</responseCode> <message>Request to Remove disk '540c4d86-4d84-11e...
{ "pile_set_name": "Github" }
module.exports = require('./map');
{ "pile_set_name": "Github" }
#!/usr/bin/python # # Copyright (c) 2015, Seraphim Sense Ltd. # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted # provided that the following conditions are met: # # 1. Redistributions of source code must retain the above copyright notice, this...
{ "pile_set_name": "Github" }
/* * $Id$ * * Copyright (C) 2003-2015 JNode.org * * 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 Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * *...
{ "pile_set_name": "Github" }
#+OPTIONS: ^:nil Use the pd.read_csv() function to do something. #+BEGIN_SRC ipython :session :results output drawer print(6) #+END_SRC #+RESULTS: :RESULTS: 6 :END:
{ "pile_set_name": "Github" }
# Xlib.xobject.cursor -- cursor object # # Copyright (C) 2000 Peter Liljenberg <petli@ctrl-c.liu.se> # # 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...
{ "pile_set_name": "Github" }
--- redirect_from: - "/ch/11/gradient-basics" interact_link: content/ch/11/gradient_basics.ipynb kernel_name: python3 has_widgets: false title: |- Basic Numerical Optimization prev_page: url: /ch/11/gradient_descent.html title: |- Gradient Descent next_page: url: /ch/11/gradient_descent_define.html titl...
{ "pile_set_name": "Github" }
// Copyright 2016 the V8 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. let {session, contextGroup, Protocol} = InspectorTest.start("Tests that Runtime.evaluate will generate correct previews."); contextGroup.addScript( ` v...
{ "pile_set_name": "Github" }
/*- * SSLsplit - transparent SSL/TLS interception * https://www.roe.ch/SSLsplit * * Copyright (c) 2009-2019, Daniel Roethlisberger <daniel@roe.ch>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions a...
{ "pile_set_name": "Github" }
/* * Header providing constants for bcm2835 pinctrl bindings. * * Copyright (C) 2015 Stefan Wahren <stefan.wahren@i2se.com> * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 at the following locations: * * http:...
{ "pile_set_name": "Github" }
defmodule ExUnit.Filters do alias ExUnit.FailuresManifest @moduledoc """ Conveniences for parsing and evaluating filters. """ @type t :: list({atom, Regex.t() | String.Chars.t()} | atom) @doc """ Parses filters out of a path. Determines whether a given file path (supplied to ExUnit/Mix as arguments ...
{ "pile_set_name": "Github" }
--- # Implement your Pre Workload deployment tasks here # Leave this as the last task in the playbook. - name: pre_workload tasks complete debug: msg: "Pre-Workload tasks completed successfully." when: not silent|bool
{ "pile_set_name": "Github" }

{ "pile_set_name": "Github" }
package com.chiclaim.optimization.helper; import android.app.Application; import android.content.Context; import com.amap.api.location.AMapLocation; import com.amap.api.location.AMapLocationClient; import com.amap.api.location.AMapLocationClientOption; import com.amap.api.location.AMapLocationListener; import com.fac...
{ "pile_set_name": "Github" }
/***************************************************************************** * fsm.c - Network Control Protocol Finite State Machine program file. * * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. * portions Copyright (c) 1997 by Global Election Systems Inc. * * The authors hereby grant permi...
{ "pile_set_name": "Github" }
Test AsciiDoc File Header ========================= :Author: Author O. Article :Email: <author@nowhere.com> :Date: 2011-09-15 09:05 :Category: Blog :Tags: Linux, Python, Pelican == Used for pelican test The quick brown fox jumped over the lazy dog's back.
{ "pile_set_name": "Github" }
bin/* opt/xcat/bin/ sbin/* opt/xcat/sbin/ share/xcat/install/* opt/xcat/share/xcat/install/ share/xcat/netboot/* opt/xcat/share/xcat/netboot/ share/xcat/mypostscript/* opt/xcat/share/xcat/mypostscript/ share/xcat/ca/* opt/xcat/share/xcat/ca share/xcat/scripts/* opt/xcat/share/xcat/scripts share/xcat/conf/* opt/xcat/sh...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/inlineSVG.R \name{stringSVG} \alias{stringSVG} \title{Run plotting code and return svg as string} \usage{ stringSVG(code, ...) } \arguments{ \item{code}{Plotting code to execute.} \item{...}{Other arguments passed on to \code{\link{svglite}}...
{ "pile_set_name": "Github" }
"austres" <- stats::ts(c(13067.3, 13130.5, 13198.4, 13254.2, 13303.7, 13353.9, 13409.3, 13459.2, 13504.5, 13552.6, 13614.3, 13669.5, 13722.6, 13772.1, 13832, 13862.6, 13893, 13926.8, 13968.9, 14004.7, 14033.1, 14066, 14110.1, 14155.6, 14192.2, 14231.7, 14281.5, 14330.3, 14359.3, 14396.6, 14430.8, 14478.4, 14515.7, 1455...
{ "pile_set_name": "Github" }
// nnet3/nnet-general-component.h // Copyright 2015 Johns Hopkins University (author: Daniel Povey) // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You m...
{ "pile_set_name": "Github" }
Cache-Control: max-age=0, no-cache, no-store, must-revalidate Connection: Keep-Alive Content-Type: text/html; charset=utf-8 Date: Fri, 06 Oct 2017 10:00:12 GMT Expires: Wed, 11 Jan 1984 05:00:00 GMT Keep-Alive: timeout=5, max=100 Pragma: no-cache Transfer-Encoding: chunked Vary: User-Agent,Accept-Encoding
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:20f480ee21db9b0c69d5e6fe033922d34e910d2c9b8950e43dd4c2aaae134911 size 172646
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 3.10) project(CleanByproducts) # Configurable parameters set(TEST_CLEAN_NO_CUSTOM FALSE CACHE BOOL "Value for the CLEAN_NO_CUSTOM PROPERTY") set(TEST_BUILD_EVENTS TRUE CACHE BOOL "Create byproducts with build events") set(TEST_CUSTOM_TARGET TRUE CACHE BOOL "Create a byproduct with a cust...
{ "pile_set_name": "Github" }
description=The new Flare 1.0 campaign requires=fantasycore:1.06.03:0 game=flare-game version=1.11.10 engine_version_min=1.11.46
{ "pile_set_name": "Github" }
using System; using System.Runtime.InteropServices; using LibGit2Sharp.Core; namespace LibGit2Sharp { /// <summary> /// As single entry of a <see cref="ReflogCollection"/> /// a <see cref="ReflogEntry"/> describes one single update on a particular reference /// </summary> public class ReflogEntry ...
{ "pile_set_name": "Github" }
/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd.lang.plsql.rule.design; import net.sourceforge.pmd.testframework.PmdRuleTst; public class ExcessiveTypeLengthTest extends PmdRuleTst { // no additional unit tests }
{ "pile_set_name": "Github" }
<?php namespace app\api\controller; use app\common\controller\Api; use app\common\library\Ems; use app\common\library\Sms; use fast\Random; use think\Validate; /** * 会员接口 */ class User extends Api { protected $noNeedLogin = ['login', 'mobilelogin', 'register', 'resetpwd', 'changeemail', 'changemobile', 'third'...
{ "pile_set_name": "Github" }
EL1R EL1W EL0R EL0W KRN/USR (HPD/HPD) APRR okok ---- ---- ---- rwx/--x (rwx/rwx) r-x/--x okok okok ---- ---- rwx/--- (rwx/rwx) rwx/--- okok okok ---- ---- rw-/--x (rwx/rwx) rw-/--x okok okok ---- ---- rw-/--- (rwx/rwx) rw-/--- okok ---- okok ---- rwx/rwx (rwx/rwx) r--/r-x okok okok okok okok rwx/rw- (rwx/rwx) rw-/rw- o...
{ "pile_set_name": "Github" }
# Exercícios Nestes exercícios iremos exercitar como utilizar as estruturas de Set e WeakSet ## Exercício 1 - Retirando o excesso Implemente o método 'removeDuplicatas' quer recebe o seguinte parâmetro: - numeros: lista de números inteiros positivos O método deve retornar a lista de número sem repetições. Utilize a ...
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Nullable>enable</Nullable> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <PackageId>HotChocolate.Types.OffsetPagination</PackageId> <AssemblyName>HotChocolate.Types.OffsetPagination</AssemblyName> <RootNamesp...
{ "pile_set_name": "Github" }
# 26F6963D-00D5-466A-B4BA-59DA30892B26 ## Data Sources * Security<br>* Microsoft-Windows-PowerShell/Operational<br> ## Logic ``` SELECT b.ScriptBlockText FROM apt29Host a INNER JOIN ( SELECT d.NewProcessId, d.ProcessId, c.ScriptBlockText FROM apt29Host c INNER JOIN ( SELECT split(NewProcessId, '0x')[1] a...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Collections.Generic; using Microsoft.AspNet.OData.Routing.Template; using Microsoft.AspNet.OData.Test.Common; using Microsoft.OData.Edm; using Mic...
{ "pile_set_name": "Github" }
ncols 4 nrows 4 xllcorner 35.7 yllcorner 1.8 cellsize 0.25 NODATA_value -9999 0.01220532 0.01792064 0.02036039 0.02291156 0.01427856 0.02113908 0.0241099 0.02714344 0.01746549 0.02621814 0.03011367 0.03392733 0.0153555 0.0349884 0.04047247 0.04558346
{ "pile_set_name": "Github" }
@(fooForm: Form[String], validationForm: Form[(String, String, Int, String)])(implicit request: MessagesRequestHeader) @import utils.BSVersion @import tags._ @import helper.Implicits._ @main("Play-Bootstrap", tab = "index") { <div class="header-with-logo"> <div class="header-logo"> <img src="@routes.Assets.at("...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/llemay/Library/Android/sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # h...
{ "pile_set_name": "Github" }
/*************************************************************************** * include/stxxl/bits/msvc_compatibility.h * * Part of the STXXL. See http://stxxl.sourceforge.net * * Copyright (C) 2009, 2011 Andreas Beckmann <beckmann@cs.uni-frankfurt.de> * * Distributed under the Boost Software License, Version...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2020 Intel * * Based on drivers/base/devres.c */ #include <drm/drm_managed.h> #include <linux/list.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <drm/drm_device.h> #include <drm/drm_print.h> /** * DOC: managed resources * * Inspired by ...
{ "pile_set_name": "Github" }
package io.micronaut.docs.http.server.reactive import io.micronaut.docs.ioc.beans.Person // tag::imports[] import io.micronaut.http.annotation.* import io.micronaut.scheduling.TaskExecutors import io.reactivex.* import io.reactivex.schedulers.Schedulers import java.util.concurrent.ExecutorService import javax.inject....
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. --> <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> <!-- API 14 them...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
// // Tomighty - http://www.tomighty.org // // This software is licensed under the Apache License Version 2.0: // http://www.apache.org/licenses/LICENSE-2.0.txt // using System; using System.Windows.Forms; namespace Tomighty.Windows { static class Program { [STAThread] static void M...
{ "pile_set_name": "Github" }