text
stringlengths
2
99.9k
meta
dict
// // GrowlApplicationBridge.h // Growl // // Created by Evan Schoenberg on Wed Jun 16 2004. // Copyright 2004-2006 The Growl Project. All rights reserved. // /*! * @header GrowlApplicationBridge.h * @abstract Defines the GrowlApplicationBridge class. * @discussion This header defines the GrowlApplicationBri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. http://www.w3.org/Consortium/Legal/ipr-notice ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #pragma once #include <limits> #include "util/rb_map.h" namespace lean { /** \brief A "functional" priority queue, i.e., copy is O(1). If two keys have...
{ "pile_set_name": "Github" }
/* * eos - A 3D Morphable Model fitting library written in modern C++11/14. * * File: include/eos/render/detail/utils.hpp * * Copyright 2014-2017 Patrik Huber * * 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 ...
{ "pile_set_name": "Github" }
[EMC] DEBUG=0 LOG_LEVEL=0 [RS274NGC] SUBROUTINE_PATH = . [PYTHON] PATH_PREPEND=. TOPLEVEL=subs.py
{ "pile_set_name": "Github" }
// Copyright 2012 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
{ "pile_set_name": "Github" }
import argparse import ast import pprint import mxnet as mx from mxnet.module import Module from symdata.loader import AnchorGenerator, AnchorSampler, AnchorLoader from symnet.logger import logger from symnet.model import load_param, infer_data_shape, check_shape, initialize_frcnn, get_fixed_params from symnet.metric...
{ "pile_set_name": "Github" }
[nosetests] verbose=True detailed-errors=True with-gae=True stop=True without-sandbox=True with-coverage=True
{ "pile_set_name": "Github" }
/* Copyright 2008, Google Inc. * All rights reserved. * * Code released into the public domain. * * curve25519-donna: Curve25519 elliptic curve, public key function * * http://code.google.com/p/curve25519-donna/ * * Adam Langley <agl@imperialviolet.org> * Parts optimised by floodyberry * Derived from public ...
{ "pile_set_name": "Github" }
#!/bin/sh # This will generate the list of feature flags for implemented symbols. echo '/* DO NOT EDIT. This is auto-generated from feature.sh */' nm ../regressions/ck_pr/validate/ck_pr_cas|cut -d ' ' -f 3|sed s/ck_pr/ck_f_pr/|awk '/^ck_f_pr/ {print "#define " toupper($1);}'|sort
{ "pile_set_name": "Github" }
![bignumber.js](https://raw.githubusercontent.com/MikeMcl/bignumber.js/gh-pages/bignumberjs.png) A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic. [![Build Status](https://travis-ci.org/MikeMcl/bignumber.js.svg)](https://travis-ci.org/MikeMcl/bignumber.js) <br /> ## Features ...
{ "pile_set_name": "Github" }
; make the procedure object and assign where body is and in which environment it executes (assign val (op make-compiled-procedure) (label entry18) (reg env)) (goto (label after-lambda19)) ; go to after definition ; compiler will jump here when procedure is called entry18 ; load environment stored in procedure ...
{ "pile_set_name": "Github" }
page { background: #f6f6f6; display: flex; flex-direction: column; justify-content: flex-start; } .list { margin-top: 40rpx; height: auto; width: 100%; background: #fff; padding: 0 40rpx; border: 1px solid rgba(0, 0, 0, 0.1); border-left: none; border-right: none; transition: all 300ms ease; ...
{ "pile_set_name": "Github" }
import pytest from django.urls import reverse from ...models import SocialAuthProvider admin_link = reverse("misago:admin:settings:socialauth:edit", kwargs={"pk": "twitter"}) @pytest.fixture def provider(db): return SocialAuthProvider.objects.create( provider="twitter", is_active=True, order=0 ) ...
{ "pile_set_name": "Github" }
<p align="center"> <a href="https://wpscan.org/"> <img src="https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/images/wpscan_logo.png" alt="WPScan logo"> </a> </p> <h3 align="center">WPScan</h3> <p align="center"> WordPress Security Scanner <br> <br> <a href="https://wpscan.org/" title="home...
{ "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")...
{ "pile_set_name": "Github" }
/* Language: Django Description: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Requires: xml.js Author: Ivan Sagalaev <maniac@softwaremaniacs.org> Contributors: Ilya Baryshev <baryshev@gmail.com> Website: https://www.djangoproject.com Category: template */ e...
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------------------ * * # Dimple.js - multiple horizontal lines * * Demo of multiple line chart. Data stored in .tsv file format * * Version: 1.0 * Latest update: August 1, 2015 * * ---------------------------------------------------------------...
{ "pile_set_name": "Github" }
import { createFilterStructure } from "@saleor/discounts/components/VoucherListPage"; import { VoucherListUrlFilters } from "@saleor/discounts/urls"; import { date } from "@saleor/fixtures"; import { DiscountStatusEnum, VoucherDiscountType } from "@saleor/types/globalTypes"; import { getFilterQueryParams } from "@s...
{ "pile_set_name": "Github" }
; RUN: %lli %s > /dev/null define i32 @main() { %double1 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=6] %double2 = fadd double 0.000000e+00, 0.000000e+00 ; <double> [#uses=6] %float1 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=6] %float2 = fadd float 0.000000e+00, 0.000000e+00 ; <f...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2012 The Android Open Source Project 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" }
/* pcfread.c FreeType font driver for pcf fonts Copyright 2000-2010, 2012 by Francesco Zappa Nardelli 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 with...
{ "pile_set_name": "Github" }
#!/bin/bash echo "abi test not implemented"
{ "pile_set_name": "Github" }
#include "heap.h" #include "pagemap.h" #include "../ds/fun.h" #include "ponyassert.h" #include <string.h> #include <platform.h> #include <dtrace.h> typedef struct chunk_t { // immutable pony_actor_t* actor; char* m; size_t size; // mutable uint32_t slots; uint32_t shallow; uint32_t finalisers; str...
{ "pile_set_name": "Github" }
/*! * @license * Copyright 2019 Alfresco, Inc. and/or its affiliates. * * 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- 填充颜色 --> <solid android:color="@color/ios_dialog_button_press"></solid> <!-- 矩形的圆角半径 --> <corners android:topRightRadius="11dp" android:topLeftRad...
{ "pile_set_name": "Github" }
'use strict'; const fs = require('fs'); const path = require('path'); const fastGlob = require('fast-glob'); const gitIgnore = require('ignore'); const pify = require('pify'); const slash = require('slash'); const DEFAULT_IGNORE = [ '**/node_modules/**', '**/bower_components/**', '**/flow-typed/**', '**/coverage/*...
{ "pile_set_name": "Github" }
<span class="green"><%= @room.name %></span> (<%= @room.x %>, <%= @room.y %>, layer: <%= @room.map_layer %>) <%= Format.underline(@room.name) %> <%= @room |> description() %> <br /> <span class="white">Who</span>: <%= @room |> who(@conn) %> <span class="white">Items</span>: <%= @room |> items(@conn) %> <%= @room |> li...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_172) on Wed Mar 13 10:37:29 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>UnhandledParameterTypeExcep...
{ "pile_set_name": "Github" }
/* Oriented zero-offset migration. */ /* Copyright (C) 2009 University of Texas at Austin 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 opti...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Licensed to Cloudera, Inc. under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. Cloudera, Inc. licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you ma...
{ "pile_set_name": "Github" }
Tutorial: TodoSOA ================= [<a href="http://httplocal.com/todosoa">Live Demo</a> | <a href="https://github.com/pfraze/todosoa">Source Code</a>] --- TodoSOA is the Local.js version of <a href="http://todomvc.com">TodoMVC</a>. We're going to step through it briefly to introduce Local.js. ### The Tao of Local...
{ "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" }
#include <iostream> #include <nlohmann/json.hpp> using json = nlohmann::json; int main() { // create an array value json array = {1, 2, 3, 4, 5}; // get an iterator to the reverse-end json::const_reverse_iterator it = array.crend(); // increment the iterator to point to the first element --i...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE REQUEST----- MIIBuDCCASECAQAweDELMAkGA1UEBhMCR0IxGDAWBgNVBAgMD05vdHRpbmdoYW1z aGlyZTETMBEGA1UEBwwKTm90dGluZ2hhbTEPMA0GA1UECgwGU2VydmVyMRMwEQYD VQQLDApQcm9kdWN0aW9uMRQwEgYDVQQDDAt0ZXN0IGNsaWVudDCBnzANBgkqhkiG 9w0BAQEFAAOBjQAwgYkCgYEAmvC+cVdROE4a3jUdPDdmatZadxd9+WZVL8W4FwQ8 WeaPqq4WucFkoaA7ygztNekq...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="INFO" name="carrera" monitorInterval="60" shutdownHook="disable"> <Appenders> <Console name="stdout" target="SYSTEM_OUT"> <PatternLayout pattern="%d{ABSOLUTE} %5p %c{1}:%L - %m%n"/> </Console> <RollingRandomAccessFile ...
{ "pile_set_name": "Github" }
client dev tun proto udp remote 23.82.136.225 1194 resolv-retry infinite remote-random nobind tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 comp-lzo no remote-cert-tls server auth-user-pass ../Own_VPN_Config/nordvpnauth.txt verb 3 pull fast-io ciph...
{ "pile_set_name": "Github" }
/* * rcar_du_drv.c -- R-Car Display Unit DRM driver * * Copyright (C) 2013-2014 Renesas Electronics Corporation * * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as p...
{ "pile_set_name": "Github" }
#!/usr/bin/env python from gevent import monkey # isort:skip monkey.patch_all() # isort:skip import logging.config import os import os.path import signal import sys from dataclasses import dataclass from datetime import datetime from http import HTTPStatus from itertools import chain, count, product, repeat from ti...
{ "pile_set_name": "Github" }
/* * netlink/fib_lookup/request.h FIB Lookup Request * * 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 version 2.1 * of the License. * * Copyright (c) 2003-2006 Thomas Graf <tgra...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************* formats/ql_dsk.c Sinclair QL disk image formats *********************************************************************/ #include <cassert> #include "formats/ql_dsk.h" ql_format::ql...
{ "pile_set_name": "Github" }
--- com.fasterxml.jackson.core.read.NonStandardUnquotedNamesTest::testUnquotedIssue510 java.lang.ArrayIndexOutOfBoundsException: 256 at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddName2(ReaderBasedJsonParser.java:1964) at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddName(ReaderB...
{ "pile_set_name": "Github" }
approvers: - pmorie - saad-ali - thockin - matchstick - SandeepPissay - divyenpatel - BaluDontu - abrarshivani reviewers: - abithap - abrarshivani - saad-ali - justinsb - jsafrane - rootfs - jingxu97 - msau42 - SandeepPissay - divyenpatel - BaluDontu
{ "pile_set_name": "Github" }
/** This example demonstrates some possibilities of registerWebInterface in conjunction with AJAX requests. The tableview.dt uses JavaScript for just replacing the table if filter-data changes if no JavaScript is available the whole site gets reloaded. */ module app; import vibe.appmain; import vibe.http.router; i...
{ "pile_set_name": "Github" }
#include <QtScript/QScriptExtensionPlugin> #include <QtScript/QScriptValue> #include <QtScript/QScriptEngine> void qtscript_initialize_com_trolltech_qt_widgets_bindings(QScriptValue &); class com_trolltech_qt_widgets_ScriptPlugin : public QScriptExtensionPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID "com_trolltech_qt_widge...
{ "pile_set_name": "Github" }
# # WL#12261 Control (enforce and disable) table encryption # # Pre-define user u1, which is used in different tests below. CREATE USER u1@localhost; GRANT ALL ON db1.* TO u1@localhost; GRANT CREATE TABLESPACE, PROCESS, SYSTEM_VARIABLES_ADMIN ON *.* TO u1@localhost; SET GLOBAL debug= '+d,skip_table_encryption_admin_che...
{ "pile_set_name": "Github" }
CMAKE_INSTALL_NAME_DIR ---------------------- macOS directory name for installed targets. ``CMAKE_INSTALL_NAME_DIR`` is used to initialize the :prop_tgt:`INSTALL_NAME_DIR` property on all targets. See that target property for more information.
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making Angel available. * * Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "repos_lan@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e if [ $# -ne 1 ]; then echo >&2 "Usage: $0 PATH" echo >&2 "Show the primary and secondary maintainers for a given path" exit 1 fi set -e DEST=$1 DESTFILE="" if [ ! -d $DEST ]; then DESTFILE=$(basename $DEST) DEST=$(dirname $DEST) fi MAINTAINERS=() cd $DEST while true; do if [ -e ./MA...
{ "pile_set_name": "Github" }
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SQLiTE_TOOLS_ABSTRACT_H_ #ifdef DLIB_SQLiTE_TOOLS_ABSTRACT_H_ #include "sqlite_abstract.h" // ----------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
=pod =head1 NAME gendsa - generate a DSA private key from a set of parameters =head1 SYNOPSIS B<openssl> B<gendsa> [B<-out filename>] [B<-des>] [B<-des3>] [B<-idea>] [B<-rand file(s)>] [B<-engine id>] [B<paramfile>] =head1 DESCRIPTION The B<gendsa> command generates a DSA private key from a DSA parameter file (wh...
{ "pile_set_name": "Github" }
"Filed out from Dolphin Smalltalk 7"! Magnitude subclass: #TimeStamp instanceVariableNames: 'date time' classVariableNames: '' poolDictionaries: '' classInstanceVariableNames: ''! TimeStamp guid: (GUID fromString: '{87b4c656-026e-11d3-9fd7-00a0cc3e4a32}')! TimeStamp comment: '`TimeStamp` represents a `Tim...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CommandLine</class> <widget class="QWidget" name="commandLine"> <property name="minimumSize"> <size> <width>120</width> <height>400</height> </size> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Mi...
{ "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" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace System.CommandLine...
{ "pile_set_name": "Github" }
# coding: utf-8 class Solution: # @param k & A a integer and an array # @return ans a integer def kthLargestElement(self, k, A): start, end, _k = 0, len(A), k while True: ret, ret_index = self.partition(A, start, end) if ret_index != k: if ret_index >...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 #include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <linux/bpf.h> #include <sys/types.h> #include <bpf/bpf.h> #include <bpf/libbpf.h> #include "bpf_rlimit.h" #include "bpf_util.h" #include "cgroup_helpers.h...
{ "pile_set_name": "Github" }
# coding: utf-8 import chainer import chainer.functions as F class ExpandDims(chainer.Chain): def __init__(self): super(ExpandDims, self).__init__() def forward(self, x): y = F.expand_dims(x, axis=1) y2 = F.expand_dims(x, 1) return y, y2 # =================================...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from .base import * # NOQA
{ "pile_set_name": "Github" }
{% load i18n %} {% include 'authentication/_access_key_modal.html' %} <div class="row border-bottom"> <nav class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i...
{ "pile_set_name": "Github" }
/** * global variables */ #include "pedometer_defs.h"
{ "pile_set_name": "Github" }
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri 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 * ...
{ "pile_set_name": "Github" }
# Angr doesn't currently support reading multiple things with scanf (Ex: # scanf("%u %u).) You will have to tell the simulation engine to begin the # program after scanf is called and manually inject the symbols into registers. import angr import claripy import sys def main(argv): path_to_binary = argv[1] projec...
{ "pile_set_name": "Github" }
// Modified by Princeton University on June 9th, 2015 /* * ========== Copyright Header Begin ========================================== * * OpenSPARC T1 Processor File: fp_simple_all0.s * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES. * * The above named pr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 The WebRTC@AnyRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All co...
{ "pile_set_name": "Github" }
diff --git a/package.json b/package.json index 826ad87f..1ac6cee3 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ "clean:test": "rimraf build && rimraf test/config/node_modules", "docs": "node scripts/buildDocs.js", "compile": "npm-run-all -p compile:core compile:test -s compile:scripts"...
{ "pile_set_name": "Github" }
/* androidfde.c * * hashkill - a hash cracking tool * Copyright (C) 2010 Milen Rangelov <gat3way@gat3way.eu> * * 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 Lice...
{ "pile_set_name": "Github" }
add_subdirectory(aes) add_subdirectory(bench_operations) add_subdirectory(euclidean_distance) add_subdirectory(float) add_subdirectory(innerproduct) add_subdirectory(lowmc) add_subdirectory(millionaire_prob) add_subdirectory(min-euclidean-dist) add_subdirectory(psi_phasing) add_subdirectory(psi_scs) add_subdirectory(sh...
{ "pile_set_name": "Github" }
VMware's Cloud Application Platform =================================== Copyright (c) 2009-2011 VMware, Inc. What is Cloud Foundry? ---------------------- Cloud Foundry is an open platform-as-a-service (PaaS). The system supports multiple frameworks, multiple application infrastructure services and deployment to mul...
{ "pile_set_name": "Github" }
package terraform import ( "fmt" "log" "strings" "github.com/hashicorp/hcl/v2" "github.com/zclconf/go-cty/cty" "github.com/hashicorp/terraform-plugin-sdk/internal/addrs" "github.com/hashicorp/terraform-plugin-sdk/internal/configs" "github.com/hashicorp/terraform-plugin-sdk/internal/plans" "github.com/hashic...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "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 runenames import ( "strings" "testing" "unicode" "golang.org/x/text/internal/gen" "golang.org/x/text/internal/testtext" "golang.org/x/text/inter...
{ "pile_set_name": "Github" }
#!/bin/bash # Script used to verify the xlat funcs vs documentation # main() # # Which API functions are used to register xlats # xlat_api_funcs="xlat_register|xlat_async_register" src_dir="src/" doc_xlat="doc/" # # Where our output goes. # OUTPUT=$1 shift if [ -z "$OUTPUT" ]; then echo "Usage: $0 /path/output" ...
{ "pile_set_name": "Github" }
// +build !windows package ole import "unsafe" func (v *IConnectionPoint) GetConnectionInterface(piid **GUID) int32 { return int32(0) } func (v *IConnectionPoint) Advise(unknown *IUnknown) (uint32, error) { return uint32(0), NewError(E_NOTIMPL) } func (v *IConnectionPoint) Unadvise(cookie uint32) error { return...
{ "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" }
#ifndef _IPXE_EFI_FILE_H #define _IPXE_EFI_FILE_H /** @file * * EFI file protocols * */ extern int efi_file_install ( EFI_HANDLE handle ); extern void efi_file_uninstall ( EFI_HANDLE handle ); #endif /* _IPXE_EFI_FILE_H */
{ "pile_set_name": "Github" }
use rustc_ast as ast; use rustc_ast::visit::{self, AssocCtxt, FnCtxt, FnKind, Visitor}; use rustc_ast::{AssocTyConstraint, AssocTyConstraintKind, NodeId}; use rustc_ast::{GenericParam, GenericParamKind, PatKind, RangeEnd, VariantData}; use rustc_errors::struct_span_err; use rustc_feature::{AttributeGate, BUILTIN_ATTRIB...
{ "pile_set_name": "Github" }
Model: predict "Class = +1" if score > -1 score = 2 * x4 -2 * x2 -2 * x33 Accuracy: 0.62855 Confusion Matrix: 1337 672 4110 6755 Predictions: -1 -1 -1 1 1 1 -1 1 1 -1 -1 -1 -1 -1 1 1 1 -1 -1 1 -1 1 1 1 1 1 1 -1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -1 1 1 1 1 -1 1 1 1 1 -1 1 1 -1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1 1 1 1 1 1 1...
{ "pile_set_name": "Github" }
//this code excerpt also demonstrates try/catch exception handling #include <afxinet.h> void DisplayHttpPage(LPCTSTR pszServerName, LPCTSTR pszFileName) { CInternetSession session(_T("My Session")); CHttpConnection *pServer = NULL; CHttpFile *pFile = NULL; try { CString strServerName; INTERN...
{ "pile_set_name": "Github" }
--- name: Jérôme Petazzoni organization: Docker github: jpetazzo ---
{ "pile_set_name": "Github" }
CONTIKI_PROJECT = webserver-example all: $(CONTIKI_PROJECT) APPS = webserver # The webserver application normally contains a built-in file system and support # for server-side includes. # # This webserver example supports building the alternative webserver application # which serves files from an cfs file system. To ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2008 Oracle. All rights reserved. */ #ifndef BTRFS_TREE_LOG_H #define BTRFS_TREE_LOG_H #include "ctree.h" #include "transaction.h" /* return value for btrfs_log_dentry_safe that means we don't need to log it at all */ #define BTRFS_NO_LOG_SYNC 256 struct ...
{ "pile_set_name": "Github" }
if(DEFINED INCLUDED_POTHOS_LIBRARY_CONFIG_CMAKE) return() endif() set(INCLUDED_POTHOS_LIBRARY_CONFIG_CMAKE TRUE) ######################################################################## # Automatic LIB_SUFFIX detection + configuration option ######################################################################## ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 默认时的图片 --> <item android:color ="#6DCAEC" android:state_checked="false"/> <!-- 选择时的图片 --> <item android:color="#fffffb" android:state_checked="true"/> </selector>
{ "pile_set_name": "Github" }
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": false, "noImplicitAny": false, "sourceMap": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "dom", "es5", "scripthost", "es2015" ], "experimentalDecorators": true, "types...
{ "pile_set_name": "Github" }
// SetUpGame.cpp : implementation file // #include "stdafx.h" #include "duallistdemo.h" #include "SetUpGame.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CSetUpGame dial...
{ "pile_set_name": "Github" }
{ "name": "jsprim", "version": "1.4.1", "description": "utilities for primitive JavaScript types", "main": "./lib/jsprim.js", "repository": { "type": "git", "url": "git://github.com/joyent/node-jsprim.git" }, "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", "json-schema": "0.2.3", "ve...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
# Event 20 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|LoggingChannelName|UnicodeString|None|`None`| |TBD|ActivityName|UnicodeString|None|`None`| ## Tags * etw_level_Verbose * etw_keywords_K_ActivityLogging * et...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP #define BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // 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" }
就是一个单独的服务,与项目独立,又与项目紧密联系 通过Java 端口通讯 提供服务 消费服务
{ "pile_set_name": "Github" }
# RUN: llvm-mc --disassemble %s -triple=thumb-apple-darwin9 |& grep {invalid instruction encoding} # Opcode=2128 Name=t2STREXD Format=ARM_FORMAT_THUMBFRM(25) # 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 # ------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * wm5100.c -- WM5100 ALSA SoC Audio driver * * Copyright 2011-2 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published...
{ "pile_set_name": "Github" }
--- title: 217 - ClientOperationPrepared ms.date: 03/30/2017 ms.assetid: ad207f04-b038-4f33-95e9-27a361df8ecd ms.openlocfilehash: 5979cd8ffe0e05b61af01d2aa98c4a2c63fd432c ms.sourcegitcommit: 9b552addadfb57fab0b9e7852ed4f1f1b8a42f8e ms.translationtype: MT ms.contentlocale: es-ES ms.lasthandoff: 04/23/2019 ms.locfileid: ...
{ "pile_set_name": "Github" }
/* Copyright 2010-present MongoDB 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 agreed to in wri...
{ "pile_set_name": "Github" }
Shindo.tests("Excon redirecting with cookie preserved") do env_init with_rackup('redirecting_with_cookie.ru') do tests('second request will send cookies set by the first').returns('ok') do Excon.get( 'http://127.0.0.1:9292', :path => '/sets_cookie', :middlewares => Excon....
{ "pile_set_name": "Github" }
// Copyright 2012 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 bn256 import ( "math/big" ) func bigFromBase10(s string) *big.Int { n, _ := new(big.Int).SetString(s, 10) return n } // u is the BN parameter that...
{ "pile_set_name": "Github" }
# libXrandr.la - a libtool library file # Generated by libtool (GNU libtool) 2.4.6 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libXrandr.so.2' # Names of this library. library_names='libXrandr.so.2.2.0 libXrandr.so.2 libXrandr.so' # The nam...
{ "pile_set_name": "Github" }