text
stringlengths
2
99.9k
meta
dict
if (argument_count == 2) { return argument[0].path_scale; } argument[1].path_scale = argument[0];
{ "pile_set_name": "Github" }
#!/bin/bash cd ../kernel && make sfsimg arch=riscv32 && cd ../tests for f in *.cmd do echo testing $f begin ( cd ../kernel make build arch=riscv32 init=$(cat ../tests/$f) exec timeout 10s make justruntest arch=riscv32 init=$(cat ../tests/$f) ) & pid=$! wait $pid awk 'N...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import sys\n", "import os\n", "import time\n", "searchPath=os.path.abspath('..')\n", "sys.path.append(searchPath)" ] }, { "cell_type": "code", "execution_count": 2, ...
{ "pile_set_name": "Github" }
regenerate: go install github.com/gogo/protobuf/protoc-min-version go install github.com/gogo/protobuf/protoc-gen-gogoslick protoc-min-version --version="3.0.0" --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \ --gogoslick_out=Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
/* 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" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
/* * RHQ Management Platform * Copyright (C) 2005-2010 Red Hat, Inc. * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation version 2 of the License. * * This program i...
{ "pile_set_name": "Github" }
/* * Dirac encoder support via Schroedinger libraries * Copyright (c) 2008 BBC, Anuradha Suraparaju <asuraparaju at gmail dot com > * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by ...
{ "pile_set_name": "Github" }
/* * Copyright © 2017 camunda services GmbH (info@camunda.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 required ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Example</title> <script src="../../dist/modular/js/core.js" type="text/javascript"></script> <link href="../../dist/modular/css/core.css" rel="stylesheet" type="text/css"> <link h...
{ "pile_set_name": "Github" }
/** * @name Mostly duplicate method * @description There is another method that shares a lot of the code with this method. Extract the code to a common superclass or delegate to improve sharing. * @kind problem * @problem.severity recommendation * @precision high * @id cs/similar-method * @tags testability * ...
{ "pile_set_name": "Github" }
/***************************************************************************** * * * File: cxgb2.c * * $Revision: 1.25 $ * * $...
{ "pile_set_name": "Github" }
#include "zfstream.h" int main() { // Construct a stream object with this filebuffer. Anything sent // to this stream will go to standard out. gzofstream os( 1, ios::out ); // This text is getting compressed and sent to stdout. // To prove this, run 'test | zcat'. os << "Hello, Mommy" << endl; os <<...
{ "pile_set_name": "Github" }
--- external help file: System.Management.Automation.dll-Help.xml keywords: powershell,cmdlet Locale: en-US Module Name: Microsoft.PowerShell.Core ms.date: 04/08/2020 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-module?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 t...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
/* * acpi_bus.c - ACPI Bus Driver ($Revision: 80 $) * * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
{ "pile_set_name": "Github" }
class { onMount() { window.listItemsComponent = this; } } <ul key="root"> <for|option| of=input.options> <li> <a>${option}</a> </li> </for> </ul>
{ "pile_set_name": "Github" }
{ "_args": [ [ { "raw": "string-width@^1.0.1", "scope": null, "escapedName": "string-width", "name": "string-width", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "/Users/zkat/Documents/code/npm/node_modules/...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 import sys import re elf = re.compile(r"\s*?\d+:\s*([0-9a-f]+)\s+\d+\s+(FUNC|OBJECT)\s+(GLOBAL|WEAK)\s+DEFAULT\s+\d+\s+(\w+)\s*") f = open(sys.argv[1]) out = open(sys.argv[2], "w") version_str = sys.argv[3] asm_type = {"FUNC": "function", "OBJECT": "object"} version = """ .pushsection .note.osv, ...
{ "pile_set_name": "Github" }
// (C) Copyright 2009-2011 Frederic Bron. // // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). // // See http://www.boost.org/libs/type_traits for most recent version inc...
{ "pile_set_name": "Github" }
<div class="large-table"> <div class="header <%= "top" if @_smartphonesGroups.length > 0 %>"> <div class="uppercase-section-column stretchable"><%= t 'wallet.settings.hardware.paired_smartphones' %></div> <a class="uppercase-action" href="#pairSmartphone"><i class="fa fa-plus"></i><%= t 'wallet.settings.hardw...
{ "pile_set_name": "Github" }
const trails: TrailType[] = [ { url: 'https://www.theguardian.com/business/2019/dec/02/directors-climate-disclosures-tci-hedge-fund', headline: "Punish directors who don't make climate disclosures, says hedge fund", showByline: false, byline: 'Julia Kollewe', ...
{ "pile_set_name": "Github" }
Door Prison Cell (key)
{ "pile_set_name": "Github" }
Id: VMware.WorkstationPro Name: VMware Workstation Pro AppMoniker: vmware-workstationpro Version: 15.5.6 Publisher: VMware Author: VMware License: © 2020 VMware, Inc LicenseUrl: https://www.vmware.com/help/legal.html Description: VMware Workstation Pro allows you to run multiple operating systems at once on the same Wi...
{ "pile_set_name": "Github" }
Kuyruk Sphinx Style =================== This theme is a derivation of Flask Sphinx Theme at: https://github.com/mitsuhiko/flask-sphinx-themes
{ "pile_set_name": "Github" }
<?php generate_mock_once('HTMLPurifier_DefinitionCache'); class HTMLPurifier_DefinitionCache_DecoratorHarness extends HTMLPurifier_DefinitionCacheHarness { public function setup() { $this->mock = new HTMLPurifier_DefinitionCacheMock(); $this->mock->type = 'Test'; $this->cache =...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e3a3c8e7f1cdae14fa835ee3580e292f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Copyright (C) 2012-2014,2017-2019,2020 Free Software Foundation, Inc. # # This file is part of GNU Radio # # SPDX-License-Identifier: GPL-3.0-or-later # ######################################################################## # Setup library ######################################################################## ad...
{ "pile_set_name": "Github" }
#ifndef ASLAM_GRID_CALIBRATION_TARGET_CHECKERBOARD_HPP #define ASLAM_GRID_CALIBRATION_TARGET_CHECKERBOARD_HPP #include <vector> #include <Eigen/Core> #include <opencv2/core/core.hpp> #include <boost/shared_ptr.hpp> #include <boost/serialization/export.hpp> #include <sm/assert_macros.hpp> #include <sm/boost/serializati...
{ "pile_set_name": "Github" }
fs_scheme : "local", verbose : false, data { train { data_path : "demo/data/ytklearn/machine.train.ytklearn", max_error_tol : 0 }, test { data_path : "demo/data/ytklearn/machine.test.ytklearn", max_error_tol : 0 }, delim { x_delim : "###", y_delim :...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * 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, an...
{ "pile_set_name": "Github" }
// go run mksysnum.go https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm,freebsd package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void sys_exi...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: io.grpc:grpc-okhttp:1.0.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-okhttp/1.0.1/grpc-okhttp-1.0.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/io/grpc/grpc-okhttp/1.0.1/grpc-okhttp-1.0.1-javadoc.jar...
{ "pile_set_name": "Github" }
package com.common.myutil.base; import android.content.Context; import android.content.SharedPreferences; /** * sharePreferences封装类 * Created by wangzekeng on 2017/3/7. */ public abstract class BaseSharePreferences { protected static String fileName = "default"; protected static int mode = Context.MODE_...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2002-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/unpack_args.hpp" header // -- DO NOT modify by hand! namespace boost { name...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="CONSOLE_APPENDER" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%highlight(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{30}: %msg %xEx%n)</pattern> </encoder> </appender> <root level="...
{ "pile_set_name": "Github" }
// iteration_node.hpp // Copyright (c) 2007-2009 Ben Hanson (http://www.benhanson.net/) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file licence_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_LEXER_ITERATION_NODE_HPP #define BOOST_LEXER_ITERATION_NODE_HP...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> SFTP post-quote </keywords> </info> # # Server-side <reply> <data> Test file for rename test </data> </reply> # # Client-side <client> <server> sftp </server> <name> SFTP post-quote rename </name> <command> --key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/l...
{ "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>beforeRunningCommand</key> <string>nop</string> <key>command</key> <string>#!/usr/bin/env php &lt;?php require $_SERVER['TM_BUNDLE_SUPPORT']...
{ "pile_set_name": "Github" }
package me.majiajie.pagerbottomtabstrip; import android.graphics.drawable.Drawable; import me.majiajie.pagerbottomtabstrip.item.BaseTabItem; import me.majiajie.pagerbottomtabstrip.listener.OnTabItemSelectedListener; import me.majiajie.pagerbottomtabstrip.listener.SimpleTabItemSelectedListener; public interface Item...
{ "pile_set_name": "Github" }
//>>built define("dojox/editor/plugins/nls/ca/ShowBlockNodes",({"showBlockNodes":"Mostra elements de bloc HTML"}));
{ "pile_set_name": "Github" }
PROG= acpidump SRCS= acpidump.c KERNEL_INCLUDE := ../../../include CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE) all: acpidump $(PROG) : $(SRCS) $(CC) $(CFLAGS) $(SRCS) -o $(PROG) CLEANFILES= $(PROG) clean : rm -f $(CLEANFILES) $(pa...
{ "pile_set_name": "Github" }
import hashlib import time from django.core.cache import caches, DEFAULT_CACHE_ALIAS from corehq.project_limits.rate_counter.interfaces import AbstractRateCounter REDIS = caches[DEFAULT_CACHE_ALIAS] LOCMEM = caches['locmem'] class SlidingWindowRateCounter(AbstractRateCounter): """ A "Sliding Window Over Fi...
{ "pile_set_name": "Github" }
cmdprofile Package ================== :mod:`cmdprofile` Module ------------------------ .. automodule:: autotest.client.profilers.cmdprofile.cmdprofile :members: :undoc-members: :show-inheritance:
{ "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>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
--- name : test2 description : another st2 pack to test package management pipeline keywords: - some - special - terms version : "0.5.0" author : stanley email : info@stackstorm.com
{ "pile_set_name": "Github" }
# Chrome Serial support for Avrgirl Arduino ## methods and properties needed for direct mappings / translation interface ### constructor / static + `new SerialPort()` -> `navigator.serial.requestPort` + `SerialPort.list` -> `navigator.serial.getPorts` ### instance + `serialPort.open` -> `serialPort.open` + `serialPo...
{ "pile_set_name": "Github" }
planner_configs: SBLkConfigDefault: type: geometric::SBL range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0, set on setup() ESTkConfigDefault: type: geometric::EST range: 0.0 # Max motion added to tree. ==> maxDistance_ default: 0.0, if 0.0 setup() goal_bias: 0.05 # ...
{ "pile_set_name": "Github" }
<?php interface I {} class C implements I {} $rc = new ReflectionClass('C'); var_dump($rc->getDefaultProperties(null)); var_dump($rc->getDefaultProperties('X')); var_dump($rc->getDefaultProperties(true)); var_dump($rc->getDefaultProperties(array(1,2,3))); var_dump($rc->getStaticProperties(null)); var_dump($rc->getStati...
{ "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\HttpKernel\Tests\Fixtures\DataCollector; use Symfony\...
{ "pile_set_name": "Github" }
import dropdown from 'v-dropdown' import selector from '../mixins/selector' export default { name: 'SelectElement', components: { dropdown }, mixins: [selector], props: { list: { type: Array, required: true }, blankText: String, value: Object }, data () { return { sele...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.validate = validate; exports.afterRequest = afterRequest; exports.beforeRequest = beforeRequest; exports.browser = browser; exports.cache = cache; exports.content = content; exports.cookie = cookie; exports.creator = creator; export...
{ "pile_set_name": "Github" }
<?php /** * @package plugins.contentDistribution * @subpackage api.objects */ class KalturaDistributionValidationErrorInvalidMetadata extends KalturaDistributionValidationErrorInvalidData { /** * @var int */ public $metadataProfileId; /* * mapping between the field on this object (on the left) and the sett...
{ "pile_set_name": "Github" }
/* * ****************************************************************************** * sdrtrunk * Copyright (C) 2014-2019 Dennis Sheirer * * 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, e...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * * freepage.h * Management of page-organized free memory. * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/utils/freepage...
{ "pile_set_name": "Github" }
/* *Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * *WSO2 Inc. licenses this file to you 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/LI...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import print_function from __future__ import division from utils.external.faster_rcnn_tensorflow.configs import cfgs import tensorflow as tf import numpy as np def max_length_limitation(length, length_limitation): return tf.cond(tf...
{ "pile_set_name": "Github" }
{ "word": "Postseason", "definitions": [ "The period following the regular season.", "A game or competition held during the postseason." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2010 Google, Inc. * * Author: * Colin Cross <ccross@google.com> * Based on arch/arm/plat-omap/cpu-omap.c, (C) 2005 Nokia Corporation */ #include <linux/clk.h> #include <linux/cpufreq.h> #include <linux/err.h> #include <linux/init.h> #include <linux/modu...
{ "pile_set_name": "Github" }
/* $OpenBSD: auth1.c,v 1.73 2008/07/04 23:30:16 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for any purpose. Any derived versions of this * so...
{ "pile_set_name": "Github" }
<?php /* |-------------------------------------------------------------------------- | Create The Application |-------------------------------------------------------------------------- | | The first thing we will do is create a new Laravel application instance | which serves as the "glue" for all the components of La...
{ "pile_set_name": "Github" }
// Package timeoutconn provides overridden net.Conn that supports deadline (timeout). package timeoutconn import ( "net" "time" ) // New creates a net.Conn with a timeout for every Read operation. func New(netConn net.Conn, timeout time.Duration) net.Conn { return &conn{netConn, timeout} } // A net.Conn that sets...
{ "pile_set_name": "Github" }
TYPE=Ethernet DEVICE=aliasem2 HWADDR=00:11:22:33:44:55 BOOTPROTO=none ONBOOT=yes DNS1=4.2.2.1 DNS2=4.2.2.2 IPADDR=192.168.1.5 PREFIX=24 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 IPV6INIT=no
{ "pile_set_name": "Github" }
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_executable(vespalib_arrayqueue_test_app TEST SOURCES arrayqueue.cpp DEPENDS vespalib ) vespa_add_test(NAME vespalib_arrayqueue_test_app COMMAND vespalib_arrayqueue_test_app)
{ "pile_set_name": "Github" }
#include "config.h" #include <stdio.h> #include <string.h> /** * alignof - ALIGNOF() macro to determine alignment of a type. * * Many platforms have requirements that certain types must be aligned * to certain address boundaries, such as ints needing to be on 4-byte * boundaries. Attempting to access variables w...
{ "pile_set_name": "Github" }
/* * Copyright (C)2005-2019 Haxe Foundation * * 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, copy, modify, merge,...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" conte...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var tern = require("../lib/tern"), condense = require("../lib/condense"); var path = require("path"), fs = require("fs"); require("../plugin/doc_comment"); var localDir = process.cwd(), ourDir = path.resolve(__dirname, ".."); var spans = true; function usage(exit) { console.error("usage: " + pr...
{ "pile_set_name": "Github" }
package io.prometheus.client; import java.util.List; import java.util.regex.Pattern; /** * A collector for a set of metrics. * <p> * Normal users should use {@link Gauge}, {@link Counter}, {@link Summary} and {@link Histogram}. * <p> * Subclasssing Collector is for advanced uses, such as proxying metrics from a...
{ "pile_set_name": "Github" }
# # Makefile.PL for Net::Pcap # # $Id: Makefile.PL 209 2005-03-21 02:37:37Z mbr $ # use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Net::Pcap', 'DISTNAME' => 'Net-Pcap', 'VERSION_FROM' => 'Pcap.pm', 'LIBS' => ['-lpcap'], dist => { 'COMPRESS' => "gzip -9f", 'SUFFIX' => "gz" } );
{ "pile_set_name": "Github" }
// Copyright 2013 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. // Check for syntactically unreachable code. package main import ( "go/ast" "go/token" ) func init() { register("unreachable", "check for unreachable c...
{ "pile_set_name": "Github" }
/* * pata_efar.c - EFAR PIIX clone controller driver * * (C) 2005 Red Hat * (C) 2009-2010 Bartlomiej Zolnierkiewicz * * Some parts based on ata_piix.c by Jeff Garzik and others. * * The EFAR is a PIIX4 clone with UDMA66 support. Unlike the later * Intel ICH controllers the EFAR widened the UDMA mod...
{ "pile_set_name": "Github" }
const models = require('../../models'); const {i18n} = require('../../lib/common'); const errors = require('@tryghost/errors'); const megaService = require('../../services/mega'); module.exports = { docName: 'emails', read: { options: [ 'fields' ], validation: { ...
{ "pile_set_name": "Github" }
html { background: #fff; margin: 0 0 0 -1px; padding: 0; overflow-Y: scroll; } canvas { border: #000000 solid 1px; }
{ "pile_set_name": "Github" }
{ "channel_group": { "groups": { "Application": { "groups": { "Org1MSP": { "groups": {}, "mod_policy": "Admins", "policies": { "Admins": { "mod_policy": "Admins", "policy": { "type": 1, ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl> * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com> * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl> * Copyright (c) 2005, 2006 Dmitry V. Levin <ldv@altlinux...
{ "pile_set_name": "Github" }
export interface StartOfSourceMap { file?: string; sourceRoot?: string; } export interface RawSourceMap extends StartOfSourceMap { version: string; sources: string[]; names: string[]; sourcesContent?: string[]; mappings: string; } export interface Position { line: number; column: n...
{ "pile_set_name": "Github" }
// File: DataMixingMuonWorker.cc // Description: see DataMixingMuonWorker.h // Author: Mike Hildreth, University of Notre Dame // //-------------------------------------------- #include "DataFormats/Common/interface/Handle.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" #include <map> #include <memory> ...
{ "pile_set_name": "Github" }
package org.jdownloader.gui.views.downloads.columns.candidatetooltip; import java.awt.Color; import java.util.Date; import java.util.List; import javax.swing.Icon; import javax.swing.JLabel; import jd.controlling.downloadcontroller.HistoryEntry; import jd.gui.swing.jdgui.GUIUtils; import jd.plugins.Accoun...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019, 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 Softwa...
{ "pile_set_name": "Github" }
// Copyright © 2020 The nef Authors. import Foundation import Bow import BowEffects public struct RenderingPersistence<A> { public let writePage: (_ page: RenderingOutput<A>, _ file: URL) -> EnvIO<FileSystem, RenderingPersistenceError, Void> public init(writePage: @escaping (_ page: RenderingOutput<A>, ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f6d08eb9a8e35d84fa30a7e3ae64181a PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
trait A trait B trait C trait D object Test { type AB = A with B val list: List[AB with C] = Nil list.collect { case d: D => d } }
{ "pile_set_name": "Github" }
<?php //copy this file to lib/smarty_tiki //create a new module and put the following //{wikistructure id=1 detail=1} //id for structure id, or page_ref_id //detail if you only wanna display subbranches of the open node within the structure // assign your module //this script may only be included - so its be...
{ "pile_set_name": "Github" }
<%- groups ||= [] -%> <%- common ||= false -%> [<%= namespace %>.buffer] type = "table" category = "Buffer" common = <%= common.to_toml %> groups = <%= groups.to_toml %> description = "Configures the sink-specific buffer behavior." [<%= namespace %>.buffer.children.max_events] type = "uint" common = true default = 500...
{ "pile_set_name": "Github" }
--- external help file: Module Name: Microsoft.Graph.CrossDeviceExperiences online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.crossdeviceexperiences/set-mguseractivityhistoryitemactivitybyref schema: 2.0.0 --- # Set-MgUserActivityHistoryItemActivityByRef ## SYNOPSIS Update the ref of ...
{ "pile_set_name": "Github" }
""" cargo-raze crate build file. DO NOT EDIT! Replaced on runs of cargo-raze """ package(default_visibility = [ # Public for visibility by "@raze__crate__version//" targets. # # Prefer access through "//wasm_bindgen/raze", which limits external # visibility to explicit Cargo.toml dependencies. "//...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Perforce::Internal::PendingChangesDialog</class> <widget class="QDialog" name="Perforce::Internal::PendingChangesDialog"> <property name="windowTitle"> <string>P4 Pending Changes</string> </property> <layout class="QVBoxLayout"> <property na...
{ "pile_set_name": "Github" }
; Copyright (c) 2001, Stanford University ; All rights reserved. ; ; See the file LICENSE.txt for information on redistributing this software. EXPORTS crUnpack crUnpackPush crUnpackPop crUnpackSetReturnPointer crUnpackSetWritebackPointer cr_unpackData
{ "pile_set_name": "Github" }
# $Id: __init__.py 8068 2017-05-08 22:10:39Z milde $ # Author: David Goodger <goodger@python.org> # Copyright: This module has been placed in the public domain. """ This is ``docutils.parsers.rst`` package. It exports a single class, `Parser`, the reStructuredText parser. Usage ===== 1. Create a parser:: pa...
{ "pile_set_name": "Github" }
what starts off as a potentially incredibly twisting mystery becomes simply a monster chase film .
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # Makefile for Hyper-V tools include ../scripts/Makefile.include sbindir ?= /usr/sbin libexecdir ?= /usr/libexec sharedstatedir ?= /var/lib ifeq ($(srctree),) srctree := $(patsubst %/,%,$(dir $(CURDIR))) srctree := $(patsubst %/,%,$(dir $(srctree))) endif # Do not use make's built-...
{ "pile_set_name": "Github" }
package db import ( "time" "github.com/syndtr/goleveldb/leveldb/errors" "github.com/status-im/status-go/eth-node/types" ) // NewHistoryStore returns HistoryStore instance. func NewHistoryStore(storage Storage) HistoryStore { return HistoryStore{ topicDB: NewDBNamespace(storage, TopicHistoryBucket), reques...
{ "pile_set_name": "Github" }
// http://nodejs.cn/api/path.html#path_path_resolve_paths const { resolve } = require('path'); console.log(resolve('./'));
{ "pile_set_name": "Github" }
// // CustomScrollView.m // SendMessageController // // Created by Remi Robert on 17/11/14. // Copyright (c) 2014 remirobert. All rights reserved. // #import "RRCustomScrollView.h" @implementation RRCustomScrollView - (BOOL)touchesShouldCancelInContentView:(UIView *)view { if ([view isKindOfClass:[UIButton c...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016-present, Facebook, Inc. * 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. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <F...
{ "pile_set_name": "Github" }
Experiment all_results for datafile = ../data/tsdlr_5050/beveridge-wheat-price-index-1500.mat Running experiment: description = Trying latest code on interpolation task, data_dir = ../data/tsdlr_5050/, max_depth = 10, random_order = False, k = 1, debug = False, local_computation = False, n_rand = 9, sd = 2, jitter_s...
{ "pile_set_name": "Github" }
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0 h1:eOI3/cP2VTU6uZLDYAoic+eyzzB9YyGmJ7eIjl8rOPg= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp...
{ "pile_set_name": "Github" }