text
stringlengths
2
99.9k
meta
dict
{"Debug":{"InfoType":"IP4ROUTES", "OS":"linux"}} { "metrics":[{ "mss":"0", "genmask":"0.0.0.0", "irtt":"0", "flags":"UG", "destination":"0.0.0.0", "gateway":"162.209.76.1", "iface":"eth0", "window":"0" },{ "mss":"0", "genmask":"255.240.0.0", "irtt...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1999-2002 Free Software Foundation, Inc. * This file is part of the GNU LIBICONV Library. * * The GNU LIBICONV Library is free software; you can redistribute it * and/or modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; eit...
{ "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 licenses this file @rem to you under the Apache License, Version 2.0 (the @rem "L...
{ "pile_set_name": "Github" }
# Microsoft Developer Studio Project File - Name="libs3audio" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=libs3audio - Win32 Debug !MESSAGE This is not a valid makefile. To build this project u...
{ "pile_set_name": "Github" }
dnl Copyright (C) 2012-2014 Xiph.org Foundation dnl dnl Redistribution and use in source and binary forms, with or without dnl modification, are permitted provided that the following conditions dnl are met: dnl dnl - Redistributions of source code must retain the above copyright dnl notice, this list of conditions and...
{ "pile_set_name": "Github" }
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALL...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // GB_binop: hard-coded functions for each built-in binary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http:...
{ "pile_set_name": "Github" }
// Copyright 2010-2012 The W32 Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build windows package w32 import ( "fmt" "syscall" "unsafe" ) // DEFINED IN THE DWM API BUT NOT IMPLEMENTED BY MS: // DwmAttachMilContent // Dwm...
{ "pile_set_name": "Github" }
Math ==== .. doxygenfunction:: units::pow .. doxygenfunction:: units::sqrt .. doxygenfunction:: units::abs .. doxygenfunction:: units::epsilon
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
North Carolina, Tennessee, and Arkansas also voted for secession over the next two months.
{ "pile_set_name": "Github" }
<?php /** * @file * editableviews_test_feature.views_default.inc */ /** * Implements hook_views_default_views(). */ function editableviews_test_feature_views_default_views() { $export = array(); $view = new view(); $view->name = 'test_editable_views_node_fields'; $view->description = ''; $view->tag = '...
{ "pile_set_name": "Github" }
import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { AppRouter } from './router'; ReactDOM.render( <AppRouter /> , document.getElementById('root'));
{ "pile_set_name": "Github" }
export default /* glsl */` #if defined( USE_LOGDEPTHBUF ) && defined( USE_LOGDEPTHBUF_EXT ) gl_FragDepthEXT = log2( vFragDepth ) * logDepthBufFC * 0.5; #endif `;
{ "pile_set_name": "Github" }
package utils import ( "bytes" "strconv" "strings" "testing" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/spf13/cobra" "github.com/weaveworks/eksctl/pkg/ctl/cmdutils" ) func TestValidateLoggingFlags(t *testing.T) { var ( errBothEmpty = "at least one flag has to be provided" e...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002, 2008, 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" }
enabled: true
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>pinpoint-hbase</artifactI...
{ "pile_set_name": "Github" }
--- title: NumberInfo subtitle: 数据文本 cols: 1 order: 10 --- 常用在数据卡片中,用于突出展示某个业务数据。 ## API 参数 | 说明 | 类型 | 默认值 ----|------|-----|------ title | 标题 | ReactNode\|string | - subTitle | 子标题 | ReactNode\|string | - total | 总量 | ReactNode\|string | - subTotal | 子总量 | ReactNode\|string | - status | 增加状态 | 'up \| down' | - the...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_openbsd.go package socket const ( sysAF_UNSPEC = 0x0 sysAF_INET = 0x2 sysAF_INET6 = 0x18 sysSOCK_RAW = 0x3 ) type iovec struct { Base *byte Len uint64 } type msghdr struct { Name *byte Namelen uint32 Pad_cgo_0 [4]byte Iov *i...
{ "pile_set_name": "Github" }
// // Thumbnails // -------------------------------------------------- // Mixin and adjust the regular image class .thumbnail { display: block; padding: @thumbnail-padding; margin-bottom: 5px; line-height: @line-height-base; background-color: @thumbnail-bg; border: 2px solid @thumbnail-border; border-ra...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9af14103d0739514da98f1a5aafd79a4 timeCreated: 1480605655 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?php namespace Bolt\Storage\Query; use Bolt\Exception\QueryParseException; use Doctrine\DBAL\Query\Expression\ExpressionBuilder; /** * Handler class to convert the DSL for content query parameters * into equivalent DBAL expressions. * * @author Ross Riley <riley.ross@gmail.com> */ class QueryParameterParser...
{ "pile_set_name": "Github" }
/** * The file enables `@/store/index.js` to import all vuex modules * in a one-shot manner. There should not be any reason to edit this file. */ const files = require.context(".", false, /\.js$/); const modules = {}; files.keys().forEach(key => { if (key === "./index.js") return; modules[key.replace(/(\.\/|\.js...
{ "pile_set_name": "Github" }
/* Copyright (c) 2013 Martin Knopf * * Licensed under the MIT license; * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/MIT * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
pytest==6.0.1
{ "pile_set_name": "Github" }
/* [Script] cron "0 6 * * *" script-path=Shopee_checkin.js http-request ^https:\/\/shopee\.vn\/me\/setting max-size=0,script-path=shopee_getcookie.js MITM = shopee.vn */ var shopeeUrl = { url: 'https://shopee.vn/mkt/coins/api/v2/checkin', headers: { Cookie: $persistentStore.read("CookieSP"), } }...
{ "pile_set_name": "Github" }
荒金さとみ最新番号 【BOKD-080】衝撃の本名デビュー! アナルとチ●コに媚薬を塗られて絶頂SEX 荒金さとみ</a>2017-06-09僕たち男の娘$$$僕たち男の娘119分钟
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import <objc/NSObject.h> #import "TAirDropNotAvailableDelegateProtocol-Protocol.h" @class NSString; @interface TAirDropNoWifiOrBlue...
{ "pile_set_name": "Github" }
'use strict'; module.exports = { stdout: false, stderr: false };
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2016 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ...
{ "pile_set_name": "Github" }
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamb...
{ "pile_set_name": "Github" }
# coding: utf8 """ test_variant_db.py Copyright 2012 Andres Riancho This file is part of w3af, http://w3af.org/ . w3af 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. w3af is distribut...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
{ "pile_set_name": "Github" }
// // detail/reactive_socket_recvmsg_op.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE...
{ "pile_set_name": "Github" }
#![feature(core_intrinsics)] #![feature(const_int_unchecked_arith)] use std::intrinsics; // The documentation of `unchecked_shl` states that it: // // Performs an unchecked left shift, resulting in undefined behavior when // y < 0 or y >= N, where N is the width of T in bits. // // So we check this for a few `y`. //...
{ "pile_set_name": "Github" }
rbx.platform.typedef.__u_char = uchar rbx.platform.typedef.__u_short = ushort rbx.platform.typedef.__u_int = uint rbx.platform.typedef.__u_long = ulong rbx.platform.typedef.__int8_t = char rbx.platform.typedef.__uint8_t = uchar rbx.platform.typedef.__int16_t = short rbx.platform.typedef.__uint16_t = ushort rbx.platform...
{ "pile_set_name": "Github" }
/*========================================================================= Program: Visualization Toolkit Module: vtkVersionMacros.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software i...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_BASE_CONSTANTS_H_ #define REMOTING_BASE_CONSTANTS_H_ #include "base/time/time.h" namespace remoting { // Namespace used for chromo...
{ "pile_set_name": "Github" }
/* * tcl.h -- * * This header file describes the externally-visible facilities * of the Tcl interpreter. * * Copyright (c) 1987-1994 The Regents of the University of California. * Copyright (c) 1993-1996 Lucent Technologies. * Copyright (c) 1994-1998 Sun Microsystems, Inc. * Copyright (c) 1998-2000 by Scriptic...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright (C) 2006 Joe Wreschnig # # 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 by the Free Software Foundation. import struct from mutagen._compat import PY2 from mutagen._util import...
{ "pile_set_name": "Github" }
/* Copyright 2020 The Knative 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, sof...
{ "pile_set_name": "Github" }
<?php set_time_limit(1); register_shutdown_function("plop"); function plop() { $ts = time(); while(true) { if ((time()-$ts) > 2) { echo "Failed!"; break; } } } plop(); ?> ===DONE===
{ "pile_set_name": "Github" }
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /** * Structs for dealing with video capture. */ /** * PP_VideoCaptureDeviceInfo_Dev is a structure that represent a video capture * configur...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 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 ...
{ "pile_set_name": "Github" }
/* crypto/aes/aes_ecb.c -*- mode:C; c-file-style: "eay" -*- */ /* ==================================================================== * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
{ "pile_set_name": "Github" }
package ecs //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 //distribut...
{ "pile_set_name": "Github" }
minimalistic-assert === very minimalistic assert module.
{ "pile_set_name": "Github" }
using Nitra.Internal; using Nitra.ProjectSystem; using Nemerle; using Nemerle.Collections; using Nemerle.Text; using Nemerle.Utility; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Tagging; using System; using System.Diagnostics; using System.Collections.Generic; using System.Linq...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Stupidedi module Versions module ThirtyForty module SegmentDefs s = Schema e = ElementDefs r = ElementReqs PO1 = s::SegmentDef.build(:PO1, "Purchase Order Baseline Item Data", "To specify basic and most frequently used purchase ...
{ "pile_set_name": "Github" }
package math import ( "github.com/ericlagergren/decimal" "github.com/ericlagergren/decimal/misc" ) // Floor sets z to the greatest integer value less than or equal to x and returns // z. func Floor(z, x *decimal.Big) *decimal.Big { if z.CheckNaNs(x, nil) { return z } ctx := z.Context ctx.RoundingMode = decima...
{ "pile_set_name": "Github" }
<?php class CallConstructorFirst { private $someClass; protected $otherClass; public function sayHello() { $this->otherClass->hello(); $this->someClass->world(); } public function __construct(OtherClass $x) { $this->someClass = $x; $this->otherClass = new...
{ "pile_set_name": "Github" }
include README.rst
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** This file is part of the LibreCAD project, a 2D CAD program ** ** Copyright (C) 2010 R. van Twisk (librecad@rvt.dds.nl) ** Copyright (C) 2001-2003 RibbonSoft. All rights reserved. ** ** ** This file may be distributed and/or modified un...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif
{ "pile_set_name": "Github" }
/* Copyright (c) 2011, Spotify AB All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GObject Reference Manual: gobject-query</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GObject Ref...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. #pragma once #include "types_c.h" #include "xsapi/errors_c.h" #include "xsapi/system_c.h" #include "xsapi/presence_c.h" #if defined(__cplusplus) extern "C" { #endif #if !XDK_A...
{ "pile_set_name": "Github" }
http://bugs.gentoo.org/295357 (Makefile.in mangled a little for 1.4_p6) From 449d20aa12e13fefd848604225fc83d0c39c61d0 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Tue, 1 Dec 2009 22:48:15 +0100 Subject: [PATCH 1/1] do not put world-writable directories in distribution tarballs * automake.i...
{ "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. # [1.0.0](https://github.com/hperrin/svelte-material-ui/compare/v1.0.0-beta.21...v1.0.0) (2020-08-04) **Note:** Version bump only for package @smui/line...
{ "pile_set_name": "Github" }
(module 48099-5701:MOLEX_48099-5701 (layer F.Cu) (tedit 5AE8DC98) (attr smd) (fp_text reference J30 (at -12.5477 -6.25377) (layer F.SilkS) (effects (font (size 1.003 1.003) (thickness 0.05))) ) (fp_text value 48099-5701 (at 0.209543 0.275273) (layer F.SilkS) (effects (font (size 0.5 0.5) (thickness 0.05...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * File: sound/soc/codecs/ssm2602.h * Author: Cliff Cai <Cliff.Cai@analog.com> * * Created: Tue June 06 2008 * * Modified: * Copyright 2008 Analog Devices Inc. * * Bugs: Enter bugs at http://blackfin.uclinux.org/ */ #i...
{ "pile_set_name": "Github" }
{ "component": true }
{ "pile_set_name": "Github" }
// Copyright (c) Converter Systems LLC. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading; using System.Threading.Tasks; namespace Workstation.ServiceModel.Ua { /// <summary>Defines the contract for the basic state ma...
{ "pile_set_name": "Github" }
module ResourceHelper def resource_url(action, resource, options = {}) type, resource = *resource.reverse if resource.is_a?(Array) raise "can not generate a url for a new #{resource.class.name}" if resource.try(:new_record?) namespace = resource_url_namespace(options) type = normalize_resource_type(a...
{ "pile_set_name": "Github" }
<?php /** * Classes */ include_once('classes/Aplayer.php'); include_once('classes/Bilibili.php'); include_once('classes/Cache.php'); include_once('classes/Images.php'); include_once('classes/QQ.php'); use Sakura\API\Images; use Sakura\API\QQ; use Sakura\API\Cache; /** * Router */ add_action('rest_api_init', func...
{ "pile_set_name": "Github" }
/** @file Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiPei.h> #include <Library/DebugLib.h> #include <Library/BootloaderCommonLib.h> #include <Library/ConfigDataLib.h> #include <Library/BaseMemoryLib.h> /** Find con...
{ "pile_set_name": "Github" }
/* This header file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */ /*This file is prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief AT45DBX configuration file. * * This file contains the possible ex...
{ "pile_set_name": "Github" }
--- title: "Strings - C# Programming Guide" description: Learn about strings in C# programming. See information on declaring and initializing strings, the immutability of string objects, and string escape sequences. ms.date: 06/27/2019 helpviewer_keywords: - "C# language, strings" - "strings [C#]" ms.assetid: 2158...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
/* * * Copyright 2014 gRPC 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 agree...
{ "pile_set_name": "Github" }
<h2>New Video</h2><br /> <% form_for(@video, :html => { :multipart => true }) do |f| %> <%= f.error_messages %> <table> <tr> <td><%= f.label :title %>: </td><td><%= f.text_field :title %></td> </tr> <tr> <td><%= f.label :description %>: </td><td><%= f.text_area :description %></td> </tr...
{ "pile_set_name": "Github" }
package pl.surecase.eu; import de.greenrobot.daogenerator.DaoGenerator; import de.greenrobot.daogenerator.Entity; import de.greenrobot.daogenerator.Schema; public class MyDaoGenerator { public static void main(String args[]) throws Exception { Schema schema = new Schema(3, "greendao"); Entity box...
{ "pile_set_name": "Github" }
#!/usr/bin/env node //process.env.DEBUG_NOPT = 1 // my-program.js var nopt = require("../lib/nopt") , Stream = require("stream").Stream , path = require("path") , knownOpts = { "foo" : [String, null] , "bar" : [Stream, Number] , "baz" : path , "bloo" : [ "big", "m...
{ "pile_set_name": "Github" }
// Copyright 2010 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 json import ( "bytes" "errors" "io" ) // A Decoder reads and decodes JSON values from an input stream. type Decoder struct { r io.Reader buf ...
{ "pile_set_name": "Github" }
#if PLATFORM_WINDOWS || PLATFORM_MAC # define IDENTIFIER(n) _##n #else /* Linux */ # define IDENTIFIER(n) n #endif .globl IDENTIFIER(asm_function) IDENTIFIER(asm_function): movl $41, %eax ret
{ "pile_set_name": "Github" }
// // os/winapi/save_file.c // // Functions for mapping ROM images into the address space. // // This file is subject to the terms and conditions defined in // 'LICENSE', which is part of this source code package. // #include "save_file.h" #include <stddef.h> #include <windows.h> // Unmaps a save image from the host ...
{ "pile_set_name": "Github" }
{ "build": { "cpu": "cortex-m4", "extra_flags": "-DSTM32F412Zx", "f_cpu": "100000000L", "mcu": "stm32f412zgt6", "product_line": "STM32F412Zx", "zephyr": { "variant": "stm32f412g_disco" } }, "debug": { "default_tools": [ "stlink" ], "jlink_device": "STM32F412ZG"...
{ "pile_set_name": "Github" }
<?php /** * ALIPAY API: alipay.commerce.cityfacilitator.deposit.confirm request * * @author auto create * @since 1.0, 2015-12-18 21:36:24 */ class AlipayCommerceCityfacilitatorDepositConfirmRequest { /** * 合作渠道可通过该接口补登单笔圈存确认扣款请求,以帮助支付宝将用户的资金结算给指定的渠道,不支持单笔拆分 **/ private $bizContent; private $apiParas = arr...
{ "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" }
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="OrgPage" stopProcessing="true"> <match url="^(.*)$" /> <conditions logicalGrouping="MatchAll"> <add input="{...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB; INSERT INTO `list` (`id`, `value`) VALUES ('AF', 'Afghanistan'); INSERT INTO `list` (`id`, `value`) VALUES ('AX', 'Åland Islands'); INSERT INTO `list` (`id`, `val...
{ "pile_set_name": "Github" }
format: /* このセクションでリンクの方針を記述 */ code(align:1, logic:0x24, file:0x24); data(align:4, logic:stack_end, file:code_end); file: /* このセクションでコマンドラインに書ききれなかった .objファイル、.libファイルを記載 */ /* なお、このセクションはフルパスで書いてもよい。 */ /* 例: c:/osask/gg00libc.lib; */ ../../../z_tools/haribote/harilibc.lib; ../../../z_tools/haribote...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2010, 2009 Matthias Kaehlcke <matthias@kaehlcke.net> */ #include <asm/io.h> #include <asm/arch/ep93xx.h> #include <config.h> #include <status_led.h> static uint8_t saved_state[2] = {CONFIG_LED_STATUS_OFF, CONFIG_LED_STATUS_OFF}; static uint32_t gpio_pin[2] = {...
{ "pile_set_name": "Github" }
--- category: help layout: help mirrorid: kubernetes --- ## Kubernetes 镜像使用帮助 Kubernetes 是用于自动部署,扩展和管理容器化应用程序的开源系统。详情可见 [官方介绍](https://kubernetes.io/zh/)。 **硬件架构: `x86_64`, `armhfp`, `aarch64`** ### Debian/Ubuntu 用户 首先导入 gpg key: ```shell $ curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-...
{ "pile_set_name": "Github" }
export * from './home-favorite.entity';
{ "pile_set_name": "Github" }
namespace ClassLib057 { public class Class096 { public static string Property => "ClassLib057"; } }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010, Google Inc. * Copyright (C) 2008, Marek Zawirski <marek.zawirski@gmail.com> * Copyright (C) 2008, Shawn O. Pearce <spearce@spearce.org> and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0 which is avail...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 can ob...
{ "pile_set_name": "Github" }
[ { "type": "api-change", "category": "Rekognition", "description": "API Update for AmazonRekognition: Adding RecognizeCelebrities API" }, { "type": "api-change", "category": "IoT", "description": "In addition to using certificate ID, AWS IoT customers can now...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA * * 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, th...
{ "pile_set_name": "Github" }
package bbejeck.util.serializer; import bbejeck.model.PurchaseKey; import bbejeck.util.serde.StreamsSerdes; import org.apache.kafka.common.serialization.Serde; import org.junit.Before; import org.junit.Test; import java.util.Date; import static org.mockito.internal.matchers.Equality.areEqual; /** * User: Bill Bej...
{ "pile_set_name": "Github" }
from z3 import * import sys # col-wise sums xorsum_y = [ [3, 2, 3, 2, 2], [0, 1, 3, 1, 0], [0, 2, 2, 2, 2], [0, 3, 0, 1, 0], ] numminos_y = [ [2, 2, 2, 2, 2], [3, 1, 2, 1, 3], [3, 1, 1, 1, 1], [3, 1, 3, 1, 3], ] # row-wise sums xorsum_x = [ [1,2,3], [1,7,4], [1,1,1], [3,7,5] ] numminos_x = [ [5,2,3], [5...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright (c) 2016, 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 * * http://www.apache.org/lic...
{ "pile_set_name": "Github" }
/** * @param {number} start * @param {number=} stop * @param {number=} step */ d3.range = function(start, stop, step) { if (arguments.length < 3) { step = 1; if (arguments.length < 2) { stop = start; start = 0; } } if ((stop - start) / step == Infinity) throw new Error("infinite range"...
{ "pile_set_name": "Github" }
{ "id": "35287661", "url": "https:\/\/collection.cooperhewitt.org\/types\/35287661\/", "name": "gin-zame", "count_objects": "1", "supersedes": "0", "superseded_by": "0" }
{ "pile_set_name": "Github" }
package org.simple.clinic.registration.facility import kotlinx.android.parcel.IgnoredOnParcel import kotlinx.android.parcel.Parcelize import org.simple.clinic.R import org.simple.clinic.router.screen.FullScreenKey import org.simple.clinic.user.OngoingRegistrationEntry @Parcelize data class RegistrationFacilitySelecti...
{ "pile_set_name": "Github" }