text
stringlengths
2
99.9k
meta
dict
package coop.rchain.casper.helper import java.nio.ByteBuffer import java.nio.file.{Files, Path} import java.util.zip.CRC32 import cats.effect.{Concurrent, Resource, Sync} import cats.syntax.functor._ import com.google.protobuf.ByteString import coop.rchain.blockstorage._ import coop.rchain.blockstorage.dag.{ BlockD...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 2016, 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" }
# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2016 Google, Inc # Written by Simon Glass <sjg@chromium.org> # # Entry-type module for 'u-boot-nodtb.bin' # from entry import Entry from blob import Entry_blob class Entry_u_boot_spl_nodtb(Entry_blob): """SPL binary without device tree appended Properties /...
{ "pile_set_name": "Github" }
<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * Class for axis handling. * * PHP versions 4 and 5 * * LICENSE: 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 Soft...
{ "pile_set_name": "Github" }
/* * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2019-Present Datadog, Inc. */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO N...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <reTestXmlDataContainer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" reTestVersion="1.11.2" dataType="de.retest.recheck.ui.descriptors.SutState" dataTypeVersion="4"> <data xsi:type="sutState"> <descriptors retestId="html" sc...
{ "pile_set_name": "Github" }
import { delegatesAdded } from '../../actions/voting'; import actionTypes from '../../constants/actions'; const votingMiddleware = store => next => (action) => { next(action); switch (action.type) { case actionTypes.accountLoggedOut: store.dispatch(delegatesAdded({ list: [] })); store.dispatch({ ...
{ "pile_set_name": "Github" }
package docs.directives import spray.http.StatusCodes.OK import spray.http.HttpHeaders.Host class HostDirectivesExamplesSpec extends DirectivesSpec { "extract-hostname" in { val route = hostName { hn => complete(s"Hostname: $hn") } Get() ~> Host("company.com", 9090) ~> route ~> check {...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "Group@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "Group@3x.png", "scale" : "3x" } ], "info" : { "version" : 1, "aut...
{ "pile_set_name": "Github" }
// -*- C++ -*- //===----------------------------- iterator -------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===------------...
{ "pile_set_name": "Github" }
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="IceCast live streamer, delivering ogg and mp3 streams simultaneously to multiple hosts." HOMEPAGE="http://darkice.tyrell.hu/" SRC_URI="http://darkice.tyrell.hu/dist/${PV}/${P}.tar.gz" LIC...
{ "pile_set_name": "Github" }
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4] SZ[19] GN[] DT[2017-07-03] PB[骊龙]BR[9段] PW[NIPOHC]WR[9段] KM[0]HA[0]RU[Japanese]RE[W+R]TM[60]TC[3]TT[60] ;B[pd];W[dd];B[qp];W[dq];B[oq];W[qf];B[nc];W[qo];B[po];W[qn];B[pn] ;W[ql];B[qm];W[rm];B[pm];W[pi];B[co];W[iq];B[ep];W[eq];B[fp];W[fq] ;B[gp];W[hq];B[gq];W[gr];B[fr];W[hr];B[cq];W[dp];B...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001-2004 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" }
// PpmdZip.cpp #include "StdAfx.h" #include "../../../C/CpuArch.h" #include "../Common/RegisterCodec.h" #include "../Common/StreamUtils.h" #include "PpmdZip.h" namespace NCompress { namespace NPpmdZip { CDecoder::CDecoder(bool fullFileMode): _fullFileMode(fullFileMode) { _ppmd.Stream.In = &_i...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: db16d828fd4d5044aa8ef91e8bfbb4ef folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------------------ * * # Daterange picker * * Date range picker component for Bootstrap * * Version: 1.2 * Latest update: Mar 10, 2016 * * ---------------------------------------------------------------------------- */ // Core //...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`features/virtualized-table/VirtualizedTable should successfully render a VirtualizedTable 1`] = ` <VirtualizedTable intl={ Object { "formatDate": [Function], "formatMessage": [Function], "formatRelativeTime": [Function], } } rowData={ ...
{ "pile_set_name": "Github" }
include ../../../GDALmake.opt OBJ = ogrmdbdatasource.o ogrmdblayer.o ogrmdbdriver.o \ ogrmdbjackcess.o CPPFLAGS := -I.. $(JAVA_INC) $(CPPFLAGS) default: $(O_OBJ:.o=.$(OBJ_EXT)) clean: rm -f *.o $(O_OBJ) $(O_OBJ): ogr_mdb.h
{ "pile_set_name": "Github" }
//***************************************************************************** // Copyright 2017-2020 Intel 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://w...
{ "pile_set_name": "Github" }
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "rgw_common.h" #include "rgw_rest_pubsub_common.h" #include "common/dout.h" #include "rgw_url.h" #include "rgw_sal_rados.h" #define dout_context g_ceph_context #define dout_subsys ceph_subsys_rgw bool validate_...
{ "pile_set_name": "Github" }
// Package require implements the same assertions as the `assert` package but // stops test execution when a test fails. // // Example Usage // // The following is a complete example using require in a standard test function: // import ( // "testing" // "github.com/stretchr/testify/require" // ) // // ...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [3.2.5](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.4...@clayui/tabs@3.2.5) (2020-08-28) **Note:** Version bump only for package @clayui...
{ "pile_set_name": "Github" }
# # Nothing to see here, move along #
{ "pile_set_name": "Github" }
.global floorl .type floorl,@function floorl: fldt 8(%esp) 1: mov $0x7,%al 1: fstcw 8(%esp) mov 9(%esp),%ah mov %al,9(%esp) fldcw 8(%esp) frndint mov %ah,9(%esp) fldcw 8(%esp) ret .global ceill .type ceill,@function ceill: fldt 8(%esp) mov $0xb,%al jmp 1b .global truncl .type truncl,@function truncl: fldt...
{ "pile_set_name": "Github" }
/** * @jest-environment node */ /* @flow */ import cardExamples from '../../../website/app/demos/Card/Card/examples'; import cardActionsExamples from '../../../website/app/demos/Card/CardActions/examples'; import cardBlockExamples from '../../../website/app/demos/Card/CardBlock/examples'; import cardDividerExamples f...
{ "pile_set_name": "Github" }
using System; using System.ComponentModel; using System.Drawing.Design; using System.Web.UI; namespace AjaxControlToolkit.HtmlEditor.ToolbarButtons { [RequiredScript(typeof(CommonToolkitScripts))] [ClientScriptResource("Sys.Extended.UI.HtmlEditor.ToolbarButtons.JustifyRight", Constants.HtmlEditorJustifyRightB...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ThoughtWorks, 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 agr...
{ "pile_set_name": "Github" }
#!/bin/bash set -e npm stop && npm start
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file rtl_trace.c * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file contains all the functions for log print and mask. ******************************************************************************...
{ "pile_set_name": "Github" }
<div ng-if="me.input.$dirty" class="field-validation-error" ng-messages="me.input.$error" role="alert"> <!-- Validation based on input type --> <div ng-message="date">Value of {{me.display}} field is not a valid date.</div> <div ng-message="datetimelocal">Value of {{me.display}} field is not a valid date-ti...
{ "pile_set_name": "Github" }
# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2016, 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" }
// Package devlogger provides an implementation of a syslog server to be used // for dev environments. package devlogger import ( "fmt" "strings" "time" "github.com/leveros/go-syslog" "github.com/leveros/leveros/config" "github.com/leveros/leveros/leverutil" "github.com/leveros/leveros/scale" ) // PackageName...
{ "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 arm64 // This order should be strictly consistent to that in a.out.go var cnames7 = []string{ "NONE", "REG", "RSP", "FREG", "VREG", "PAIR", "SHI...
{ "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" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft...
{ "pile_set_name": "Github" }
-- Copyright (C) 1996 Morgan Kaufmann Publishers, Inc -- This file is part of VESTs (Vhdl tESTs). -- VESTs 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 o...
{ "pile_set_name": "Github" }
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $ArrayPrototype = GetIntrinsic('%Array.prototype%'); var $RangeError = GetIntrinsic('%RangeError%'); var $SyntaxError = GetIntrinsic('%SyntaxError%'); var $TypeError = GetIntrinsic('%TypeError%'); var IsInteger = require('./IsInteger'); var MAX_ARRAY_...
{ "pile_set_name": "Github" }
# @summary # Installs `mod_rewrite`. # # @see https://httpd.apache.org/docs/current/mod/mod_rewrite.html for additional documentation. # class apache::mod::rewrite { include ::apache::params ::apache::mod { 'rewrite': } }
{ "pile_set_name": "Github" }
'use strict'; const cluster = require('cluster') const cp = require('child_process') const path = require('path') const len = require('os').cpus().length let agentWorker if(cluster.isMaster) { let c = 0 cluster.on('online', worker => { console.log('[master] launch webWorker id:%d succ', worker.id) if(!w...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; void debug_out() { cerr << endl; } template <typename H, typename... T> void debug_out(H h, T... t) { cerr << " " << to_string(h); debug_out(t...); } #ifdef LOCAL #define debug(...) cerr << "[" << #__VA_ARGS__ << "]:", debug_out(__VA_ARGS__) #else #define debug(...) ...
{ "pile_set_name": "Github" }
'use strict'; module.exports = function (str) { return typeof str === 'string' ? str.replace(/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]/g, '') : str; };
{ "pile_set_name": "Github" }
package com.sksamuel.elastic4s.requests.searches.aggs import com.sksamuel.elastic4s.requests.searches.sort.Sort import com.sksamuel.exts.OptionImplicits._ case class Metric() case class TopMetricsAggregation(name: String, metrics: List[String] = Nil, ...
{ "pile_set_name": "Github" }
<html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=467672 --> <head> <title>Test for Bug 467672</title> <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="text/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script> <link rel="stylesheet" type="text/css" h...
{ "pile_set_name": "Github" }
menuconfig BR2_PACKAGE_GST1_PLUGINS_BAD bool "gst1-plugins-bad" select BR2_PACKAGE_GST1_PLUGINS_BASE help A set of plug-ins for GStreamer that may be of poor quality or lacking some features. http://gstreamer.freedesktop.org/ if BR2_PACKAGE_GST1_PLUGINS_BAD comment "dependency-less plugins" config BR2_P...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /usr/local/Cellar/android-sdk/24.3.3/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 # ...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2020 The TensorFlow Datasets 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 appl...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2; use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 * @xmlType TextType * @xmlName OutstandingReasonType * @var oasis...
{ "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.4.2_17) on Wed Jun 17 16:17:32 BST 2009 --> <TITLE> org.apache.jmeter.protocol.ldap.sampler Class Hierarchy (Apache JMeter API) ...
{ "pile_set_name": "Github" }
open Infix; open RResult; let rec show = item => switch item { | `Ident(text) => "Ident<" ++ text ++ ">" | `Number(n) => "Number<" ++ string_of_float(n) ++ ">" | `String(s) => "String<" ++ s ++ ">" | `List(items) => "[" ++ String.concat(", ", List.map(show, items)) ++ "]" }; let rec getNamedIdent = items => s...
{ "pile_set_name": "Github" }
# sorted-union-stream Get the union of two sorted streams ``` npm install sorted-union-stream ``` [![build status](https://secure.travis-ci.org/mafintosh/sorted-union-stream.png)](http://travis-ci.org/mafintosh/sorted-union-stream) ## Usage ``` js var union = require('sorted-union-stream') var from = require('from...
{ "pile_set_name": "Github" }
Prism.languages.icon = { 'comment': /#.*/, 'string': { pattern: /(["'])(?:(?!\1)[^\\\r\n_]|\\.|_(?!\1)(?:\r\n|[\s\S]))*\1/, greedy: true }, 'number': /\b(?:\d+r[a-z\d]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b|\.\d+\b/i, 'builtin-keyword': { pattern: /&(?:allocated|ascii|clock|collections|cset|current|date|dateline|di...
{ "pile_set_name": "Github" }
//============================================================================= /** * @file test_dynunion.h * * Header file for class to test DynUnion. * * @author Jeff Parsons <parsons@cs.wustl.edu> */ //============================================================================= #if !defined (TEST_DYNU...
{ "pile_set_name": "Github" }
/* * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
{ "pile_set_name": "Github" }
#!/bin/bash # # Run a Curl command as a given ArchivesSpace user # # Non-portable! Just for development purposes... user=$1 pass=$2 # Pick out the last URL base on the command line (yuck) url=$(echo $* | sed 's|^.*\(http://[^/]*\).*|\1|g') echo "URL $url" # It gets worse :) session=$(curl -s -F password="$pass" "$...
{ "pile_set_name": "Github" }
eclipse.preferences.version=1 encoding/<project>=UTF-8
{ "pile_set_name": "Github" }
/* bt819.h - bt819 notifications Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl) 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 ...
{ "pile_set_name": "Github" }
ISO-10303-21; HEADER; /* Generated by software containing ST-Developer * from STEP Tools, Inc. (www.steptools.com) */ FILE_DESCRIPTION( /* description */ (''), /* implementation_level */ '2;1'); FILE_NAME( /* name */ 'C:/Downloads/Da Vinci 3D printer/renders/Belt printer/White Knight Fu sion files/2-Roller_Insert...
{ "pile_set_name": "Github" }
alter_onetable_stmt ::= 'ALTER' 'TABLE' table_name 'ADD' 'CONSTRAINT' constraint_name constraint_elem opt_validate_behavior | 'ALTER' 'TABLE' 'IF' 'EXISTS' table_name 'ADD' 'CONSTRAINT' constraint_name constraint_elem opt_validate_behavior
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2019 "Neo4j Sweden, AB" [https://neo4j.com] * * 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 requ...
{ "pile_set_name": "Github" }
enum = foo();
{ "pile_set_name": "Github" }
(* Correctness proof for flat_to_clos *) open preamble semanticPrimitivesTheory semanticPrimitivesPropsTheory flatLangTheory flatSemTheory flatPropsTheory backendPropsTheory closLangTheory closSemTheory closPropsTheory flat_to_closTheory; local open helperLib in end; val _ = new_theory"flat_to_closPro...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
{ "pile_set_name": "Github" }
#pragma once #include <string> #include "Entities/Platformer/PlatformerHelper.h" class HexusOpponentData; class LocalizedString; class GuanoPetrified : public PlatformerHelper { public: static GuanoPetrified* deserialize(cocos2d::ValueMap& properties); cocos2d::Vec2 getDialogueOffset() override; LocalizedString*...
{ "pile_set_name": "Github" }
<!--Select Multiple Tags --> <div class="form-group pmd-textfield pmd-textfield-floating-label"> <label>Select Multiple Tags</label> <select class="select-tags form-control pmd-select2-tags" multiple> <option>Dallas Cowboys</option> <option>New York Giants</option> <option>Philadelphia Eagles</option> <option>Was...
{ "pile_set_name": "Github" }
# ID: PCSH00075 # Title: The Legend of Heroes SEN NO KISEKI II (Chinese Ver.) # Region: ASA/CHN # Version: 1.03 # Type: MAI5 # Code Author: dask # Source: https://github.com/r0ah/vitacheat/blob/master/db/PCSH00075.psv # Original Source: http://www.speedfly.cn/20494.html _V0 Battle in the CP and EP Unabated, STR9999 $...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Yaml\Tests; use Symfony\Component\Yaml\Yaml; use Symf...
{ "pile_set_name": "Github" }
# The MIT License # # All contents Copyright (c) 2004-2008 Reginald Braithwaite # <http://braythwayt.com> except as otherwise noted. # # 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 witho...
{ "pile_set_name": "Github" }
@REM ---------------------------------------------------------------------------- @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file @REM distributed with this work for additional information @REM regarding copyright ownership. The ASF lice...
{ "pile_set_name": "Github" }
.loader { position: relative; top: 100px; left: 50%; width: 7.33333em; height: 7.33333em; margin-left: -3.66667em; margin-top: -3.66667em; } .block { position: absolute; top: 0; left: 0; display: inline-block; opacity: 0; width: 2em; height: 2em; background: #fdfdfd; animation: show 0.8...
{ "pile_set_name": "Github" }
/*************************************** Intrinsics and subroutines exclusive to the Freescale and Metrowerks compilers Copyright (c) 1995-2019 by Rebecca Ann Heineman <becky@burgerbecky.com> It is released under an MIT Open Source license. Please see LICENSE for license details. Yes, you can use it ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You ca...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Apple Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
/* * Generic big.LITTLE CPUFreq Interface driver * * It provides necessary ops to arm_big_little cpufreq driver and gets * Frequency information from Device Tree. Freq table in DT must be in KHz. * * Copyright (C) 2013 Linaro. * Viresh Kumar <viresh.kumar@linaro.org> * * This program is free software; you can ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 50848317f66fb4a4b8e4293c56763736 timeCreated: 1427406000 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--- layout: model title: Progressive shift model-language: webppl --- A model of progressive vs. imperfective aspect by Becky Jarvis and Gunnar Lund: ~~~~ //Generate the state space given a number of events var stateGen = function(numberBins) { var stateSoFar = [] var binSize = 1 / numberBins var binArray = _.r...
{ "pile_set_name": "Github" }
{ "data": { "__type": { "name": "CreateRejectionSurveyAnswerPayload", "description": "Autogenerated return type of CreateRejectionSurveyAnswer", "fields": [ { "name": "clientMutationId", "type": { ...
{ "pile_set_name": "Github" }
Tests a project file with a resource. You should see --resource:obj/Debug/Sample_VS2012_FSharp_ConsoleApp_net45.resource.txt on the command line when you run xbuild on the .fsproj file
{ "pile_set_name": "Github" }
/* * Copyright 2012-2019 the original author or 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 ap...
{ "pile_set_name": "Github" }
begin 664 test_read_format_zip_encryption_header.zip M4$L#!#,`02``````````````5@$````````!````,1``X3'*9,%K7_13)[I3 MUO.*N2`!```#`!!F``$!`)``M'BJYI=VD<MB76[?O3IDTVM#',YK$L&:DX!C ML%00Q:QRCM/8%XJ.8''-JI$Z*\!\`]%-[F'4"G01L1E]L[ST_7"*)/_/9VO1 MLKUI\AFKFUK@M89K)2HI3-"XGZN4SSBEZ&\F@R?>ZMXC4&]B1)Q%WJ/M`8VS M%S*.0\5[MJ34[W"H8*...
{ "pile_set_name": "Github" }
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2019 - 2020 Andy Green <andy@warmcat.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" }
var fs = require('fs'); var path = require('path'); var common = require('./common'); var os = require('os'); //@ //@ ### ln(options, source, dest) //@ ### ln(source, dest) //@ Available options: //@ //@ + `s`: symlink //@ + `f`: force //@ //@ Examples: //@ //@ ```javascript //@ ln('file', 'newlink'); //@ ln('-sf', 'f...
{ "pile_set_name": "Github" }
// Copyright (c) 2005-2008 Fernando Luis Cacciola Carballal. All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the License, or (at your...
{ "pile_set_name": "Github" }
package swarm // import "github.com/docker/docker/api/types/swarm" // RuntimeType is the type of runtime used for the TaskSpec type RuntimeType string // RuntimeURL is the proto type url type RuntimeURL string const ( // RuntimeContainer is the container based runtime RuntimeContainer RuntimeType = "container" //...
{ "pile_set_name": "Github" }
// Protocol messages for describing features for machine learning model // training or inference. // // There are three base Feature types: // - bytes // - float // - int64 // // A Feature contains Lists which may hold zero or more values. These // lists are the base values BytesList, FloatList, Int64List. // //...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Spearmint # # Academic and Non-Commercial Research Use Software License and Terms # of Use # # Spearmint is a software package to perform Bayesian optimization # according to specific algorithms (the “Software”). The Software is # designed to automatically run experiments (thus the co...
{ "pile_set_name": "Github" }
define(['UIAbstractView', 'text!T_UISelect', 'UIScroll'], function (UIAbstractView, template, UIScroll) { /* 该组件使用时,其父容器一定是显示状态,如果不是显示状态,高度计算会失效 */ return _.inherit(UIAbstractView, { propertys: function ($super) { $super(); //html模板 this.template = template; //默认datamodel th...
{ "pile_set_name": "Github" }
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team // // 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 limitation the rights to use, co...
{ "pile_set_name": "Github" }
builder > A.scala B.scala compiling Set(A.scala, B.scala) Changes: Map() builder > A.scala compiling Set(A.scala) Changes: Map(trait A -> List(Changed(Definition(A.S))[type S changed from A.this.S[_] to A.this.S flags: <deferred>])) invalidate B.scala because inherited method changed [Changed(Definition(A.S))[type S ch...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <window> <defaultcontrol>100</defaultcontrol> <coordinates> <system>1</system> <posx>0</posx> <posy>0</posy> </coordinates> <backgroundcolor>0xff111111</backgroundcolor> <controls> <control type="group"> ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_EXTDEV_H__ #define __NVBIOS_EXTDEV_H__ enum nvbios_extdev_type { NVBIOS_EXTDEV_LM89 = 0x02, NVBIOS_EXTDEV_VT1103M = 0x40, NVBIOS_EXTDEV_PX3540 = 0x41, NVBIOS_EXTDEV_VT1105M = 0x42, /* or close enough... */ NVBIOS_EXTDEV_INA219 = 0x4c, NVBIOS_EXTDEV_INA209 ...
{ "pile_set_name": "Github" }
// CLOSE ICONS // ----------- .close { float: right; font-size: 20px; font-weight: bold; line-height: @baseLineHeight; color: @black; text-shadow: 0 1px 0 rgba(255,255,255,1); .opacity(20); &:hover { color: @black; text-decoration: none; .opacity(40); cursor: pointer; } }
{ "pile_set_name": "Github" }
using FSO.Client.Controllers; using FSO.Client.Controllers.Panels; using FSO.Client.UI.Controls; using FSO.Client.UI.Framework; using FSO.Client.UI.Screens; using FSO.Client.Utils; using FSO.Common; using FSO.Common.DataService.Model; using FSO.Common.Utils; using System; using System.Collections.Generic; using System...
{ "pile_set_name": "Github" }
/************************************************************************* * Copyright 2017 Ent. Services Development Corporation LP * * Redistribution and use of this software in source and binary forms, * with or without modification, are permitted provided that the * following conditions are met: * * Redist...
{ "pile_set_name": "Github" }
// // NSString+KIFAdditions.h // KIF // // Created by Alex Odawa on 1/28/16. // // #import <Foundation/Foundation.h> #pragma mark - NSString @interface NSString (KIFAdditions) - (BOOL)KIF_isEqualToStringOrAttributedString:(id)aString; @end
{ "pile_set_name": "Github" }
/* CoordinateSharp is a .NET standard library that is intended to ease geographic coordinate format conversions and location based celestial calculations. https://github.com/Tronald/CoordinateSharp Many celestial formulas in this library are based on Jean Meeus's Astronomical Algorithms (2nd Edition). Comment...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_NA_ASSERT_HPP_INCLUDED #define BOOST_MPL_AUX_NA_ASSERT_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2001-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://...
{ "pile_set_name": "Github" }
## Grandfather directory: select and deselect. actions: + dir-1 - dir-1 results: 0 dir-1 0 dir-1/dir-2 0 dir-1/dir-2/file-5.txt 0 dir-1/dir-2/file-6.txt 0 dir-1/file-3.txt 0 dir-1/file-4.txt 0 file-1.txt 0 file-2.txt
{ "pile_set_name": "Github" }
// Configuration Parameters for whole Agent #include "stdafx.h" #include "commander.h" #include <string> #include "cfg.h" #include "logger.h" namespace cma::commander { std::mutex run_command_processor_lock; bool RunCommand(std::string_view peer, std::string_view cmd) { if (!cma::tools::IsEqual(peer, kMainPee...
{ "pile_set_name": "Github" }