text
stringlengths
2
99.9k
meta
dict
FROM launcher.gcr.io/google/ubuntu1604 COPY notice.sh /usr/bin ENTRYPOINT ["/usr/bin/notice.sh"]
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <div xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> <jsp:directive.page contentType="text/html;charset=UTF-8"/> <jsp:output omit-xml-declaration=...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)); INSERT INTO "list" ("id", "value") VALUES (E'af', E'Afrikaans'); INSERT INTO "list" ("id", "value") VALUES (E'af_NA', E'Afrikaans (Namibia)'); INSERT INTO "list" ("id", "value") VALUES (E'af_ZA', E'Afrikaans (South Africa)'); INSE...
{ "pile_set_name": "Github" }
package org.javaee7.jpa.index; import static java.nio.charset.Charset.defaultCharset; import static java.nio.file.Files.exists; import static org.jboss.shrinkwrap.api.ShrinkWrap.create; import static org.junit.Assert.assertTrue; import java.io.BufferedReader; import java.nio.file.Files; import java.nio.file.Path; imp...
{ "pile_set_name": "Github" }
#version 400 layout(location=0) in vec4 in_Position; layout(location=1) in vec4 in_Color; uniform mat4 projectionMatrix; uniform mat4 viewMatrix; uniform mat4 modelMatrix; out vec4 frag_Color; void main(void) { gl_Position = projectionMatrix * viewMatrix * modelMatrix * in_Position; frag_Color = in_Color; }...
{ "pile_set_name": "Github" }
<div> <h2> <fa-icon [icon]="'object-group'"></fa-icon>&nbsp;<span>Deleting JDL Model</span> </h2> <jhi-alert></jhi-alert> <hr/> <p> Warning, you are about to delete JDL Model <b>"{{jdlModelName}}"</b>! Are you sure you want to delete this model? </p> <p class="text-center"> ...
{ "pile_set_name": "Github" }
# @type var a: Integer # @type var b: Integer # !expects IncompatibleAssignment: lhs_type=::Integer, rhs_type=::String a = begin 'foo' ensure # !expects IncompatibleAssignment: lhs_type=::Integer, rhs_type=::Symbol b = :foo 1 end # @type method foo: (String) -> String # !expects Metho...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
{ "pile_set_name": "Github" }
# Generated by camel build tools - do NOT edit this file! class=org.apache.camel.component.fhir.FhirValidateEndpointConfigurationConfigurer
{ "pile_set_name": "Github" }
/* * PIKA Warp(tm) board specific routines * * Copyright (c) 2008-2009 PIKA Technologies * Sean MacLennan <smaclennan@pikatech.com> * * 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...
{ "pile_set_name": "Github" }
provider "aws" { value = "foo" } module "child" { source = "./child" }
{ "pile_set_name": "Github" }
import * as d3 from "d3" /** * Created by hen on 5/15/17. */ export class SVG { static translate({x, y}) { return "translate(" + x + "," + y + ")" } static group(parent, classes, pos = {x: 0, y: 0}) { return parent.append('g').attrs({ class: classes, "transform": ...
{ "pile_set_name": "Github" }
#include "stdafx.h" wchar_t* ptszMessage[6]= {}; INT lastIndex=-1; INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) { case WM_INITDIALOG: TranslateDialogDefault(hwndDlg); { char tszStatus[6] = { 0 }; CheckDlgButton(hwndDlg, IDC_ENABLEREPLIER, ...
{ "pile_set_name": "Github" }
// Copyright 2014 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 COMPONENTS_METRICS_MACHINE_ID_PROVIDER_H_ #define COMPONENTS_METRICS_MACHINE_ID_PROVIDER_H_ #include <string> #include "base/macros.h" #include ...
{ "pile_set_name": "Github" }
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core'; import { ActiveCartService, AuthService, Cart, OrderEntry, PromotionLocation, PromotionResult, RoutingService, SelectiveCartService, } from '@spartacus/core'; import { combineLatest, Observable, of } from 'rxjs'; import { filter...
{ "pile_set_name": "Github" }
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2020, Arnaud Roques * * Project Info: https://plantuml.com * * If you like this project or if ...
{ "pile_set_name": "Github" }
// Copyright (C) 2015-2019 Pierre-Olivier Latour <info@pol-online.net> // // 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 3 of the License, or // (at your option) any late...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2017 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the Qt Quick Templates 2 module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL3$ ** Commercial License Usage ** Licensees holding...
{ "pile_set_name": "Github" }
<local_variable xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" comment="Word 2007 install path" datatype="string" id="oval:org.mitre.oval:var:1310" version="2"> <regex_capture pattern="^(.*[^\\])\\?$"> <object_component item_field="value" object_ref="oval:org.mitre.oval:obj:23885" /> </regex_capture...
{ "pile_set_name": "Github" }
location ~ [^/]\.php(/|$) { include /usr/local/nginx/conf/503include-only.conf; fastcgi_split_path_info ^(.+?\.php)(/.*)$; if (!-f $document_root$fastcgi_script_name) { return 404; } fastcgi_pass 127.0.0.1:9004; #fastcgi_pass unix:/tmp/php5-fpm-pool4.sock; fastcgi_index index.php;...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Rotated Labels and Font Styling</title> <link class="include" rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" /> <link rel="stylesheet" type="text/css" href="examples.min.css" /> <link type="text/css" rel="stylesheet" href="syntaxhighlighter/styles/...
{ "pile_set_name": "Github" }
/* * linux/fs/jbd/commit.c * * Written by Stephen C. Tweedie <sct@redhat.com>, 1998 * * Copyright 1998 Red Hat corp --- All Rights Reserved * * This file is part of the Linux kernel and is made available under * the terms of the GNU General Public License, version 2, or at your * option, any later version, inc...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * 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 th...
{ "pile_set_name": "Github" }
Title: WebGL 使用多个纹理 Description: 在WebGL中如何使用多个纹理 TOC: WebGL 使用多个纹理 此文上接[WebGL 图像处理](webgl-image-processing.html), 如果没读建议[从那开始](webgl-image-processing.html)。 现在可能是一个合适的时机去回答“如何使用 2 个或多个纹理?”。 非常简单,回到[几节之前绘制一个图像的着色器](webgl-image-processing.html), 将它升级到使用两个纹理。 首先改变代码加载两个图像,这其实不是WebGL的事情,是 HTML5 和 JavaScript 的事情,但是我也会涉...
{ "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 COMPONENTS_SYNC_SYNCABLE_TEST_USER_SHARE_H_ #define COMPONENTS_SYNC_SYNCABLE_TEST_USER_SHARE_H_ #include <stddef.h> #include <memory> #incl...
{ "pile_set_name": "Github" }
"use strict"; module.exports = function(Promise, INTERNAL) { var PromiseReduce = Promise.reduce; Promise.prototype.each = function (fn) { return PromiseReduce(this, fn, null, INTERNAL); }; Promise.each = function (promises, fn) { return PromiseReduce(promises, fn, null, INTERNAL); }; };
{ "pile_set_name": "Github" }
package com.in28minutes.springboot.web.security; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springframework.security.co...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:http="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <title>公益募捐 | 程序猿张先森</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta h...
{ "pile_set_name": "Github" }
/* Copyright 2016-2017 Joaquin M Lopez Munoz. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org/libs/poly_collection for library home page. */ #ifndef BOOST_POLY_COLLECTION_DETAIL_S...
{ "pile_set_name": "Github" }
package main import ( "fmt" "log" "net/http" "github.com/julienschmidt/httprouter" ) func init() { // Assign a user store store, err := NewFileUserStore("./data/users.json") if err != nil { panic(fmt.Errorf("Error creating user store: %s", err)) } globalUserStore = store // Assign a session store sessi...
{ "pile_set_name": "Github" }
path: "tensorflow.estimator.export.RegressionOutput" tf_class { is_instance: "<class \'tensorflow.python.estimator.export.export_output.RegressionOutput\'>" is_instance: "<class \'tensorflow.python.estimator.export.export_output.ExportOutput\'>" is_instance: "<type \'object\'>" member { name: "value" mt...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *-------------------------------------------------------------------------...
{ "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. // +build ignore package main // // No C code required. import "C" func FuncInt() int { return 2 } func FuncRecursive() X { return X{} } type Y struct { X...
{ "pile_set_name": "Github" }
<?php namespace Stripe; /** * Class Account * * @property string $id * @property string $object * @property mixed $business_profile * @property string $business_type * @property mixed $capabilities * @property bool $charges_enabled * @property mixed $company * @property string $country * @property int $cre...
{ "pile_set_name": "Github" }
/* * Copyright 2015 herd contributors * * 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 ...
{ "pile_set_name": "Github" }
#include <hurd/msg.defs>
{ "pile_set_name": "Github" }
srctype=dummy type=module version = 0.0.2
{ "pile_set_name": "Github" }
/* * FILE: ScatterplotTest * Copyright (c) 2015 - 2018 GeoSpark Development Team * * MIT License * * 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 witho...
{ "pile_set_name": "Github" }
// Copyright 2017 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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 3 of the License...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause * * Based on the Base 64 VLQ implementation in Closure Compiler: * https://code.google.com/p/closure-compiler/sour...
{ "pile_set_name": "Github" }
MVPArms框架自动生成MVP及Dagger2相关文件解决方案 第二代模版已经开源到 https://github.com/JessYanCoding/MVPArmsTemplate ,一键生成所有文件 (设置)Setting -> Editor -> File and Code Templates -> Files 然后点击左上角绿色的+号 下面有7个Template,将分隔符上Name: 后的字符复制到Name输入框里,将分隔符里的内容复制进下面的大输入框,复制完后在继续点+ 创建下一个,重复之前的操作,一共创建7个Template,点击右下角的ok按钮,现在在对应的包下点鼠标右键New选择项里就有刚才创建的 Tem...
{ "pile_set_name": "Github" }
<?php /* +-----------------------------------------------------------------------+ | Localization file of the Roundcube Webmail client | | | | Copyright (C) The Roundcube Dev Team | | ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 The BigDL 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 agr...
{ "pile_set_name": "Github" }
var stream = require('stream') function isStream (obj) { return obj instanceof stream.Stream } function isReadable (obj) { return isStream(obj) && typeof obj._read == 'function' && typeof obj._readableState == 'object' } function isWritable (obj) { return isStream(obj) && typeof obj._write == 'function' && ...
{ "pile_set_name": "Github" }
/* Miscellaneous test cases for gang/worker/vector mode transitions. */ #include <assert.h> #include <stdbool.h> #include <stdlib.h> #include <math.h> #include <openacc.h> /* Test basic vector-partitioned mode transitions. */ void t1() { int n = 0, arr[32], i; for (i = 0; i < 32; i++) arr[i] = 0; #pra...
{ "pile_set_name": "Github" }
# Slider ![Slider](https://camo.githubusercontent.com/d4635dbfc74c802b7b6dac1edb65d68c1490850b/68747470733a2f2f7069636c6f61642e6f72672f696d6167652f726469706f7077612f62696c6473636869726d666f746f323031362d31312d3036756d32312e312e706e67) ## Layout ### Default ![Default Slider](https://camo.githubusercontent.com/b7c135...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: ajenti\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-04-27 12:10+0200\n" "PO-Revision-Date: 2020-09-06 11:22\n" "Last-Translator: \n" "Language-Team: Thai\n" "Language: th_TH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding:...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
{ "pile_set_name": "Github" }
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using NUni...
{ "pile_set_name": "Github" }
package com.timgroup.statsd; import java.io.IOException; import java.net.SocketException; import java.util.Arrays; import java.util.Collection; import java.util.Random; import java.util.logging.Logger; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Time...
{ "pile_set_name": "Github" }
@font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400; src: local('Raleway'), url(../other/Raleway.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } * { box-...
{ "pile_set_name": "Github" }
DOUBLE PRECISION FUNCTION DZSUM1( N, CX, INCX ) * * -- LAPACK auxiliary routine (version 3.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2006 * * .. Scalar Arguments .. INTEGER ...
{ "pile_set_name": "Github" }
package chat.rocket.android.analytics.event sealed class SubscriptionTypeEvent(val subscriptionTypeName: String) { object DirectMessage : SubscriptionTypeEvent("Direct Message") object Channel : SubscriptionTypeEvent("Channel") object Group : SubscriptionTypeEvent("Group") }
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:3aff30965e1f6575439210a18ed6551f7fccd73f757586d0aece309a4425402f size 332080
{ "pile_set_name": "Github" }
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-$(GradleVersion)-all.zip
{ "pile_set_name": "Github" }
define([ 'jquery', 'underscore', 'backbone', 'js/views/utils/xblock_utils', 'js/utils/templates', 'js/views/modals/course_outline_modals', 'edx-ui-toolkit/js/utils/html-utils'], function( $, _, Backbone, XBlockViewUtils, TemplateUtils, CourseOutlineModalsFactory, HtmlUtils ) { 'use stric...
{ "pile_set_name": "Github" }
attention moviegoers : you are about to enter a meaning-free zone . should the sound system malfunction during your viewing of 200 cigarettes , do not panic . the film will work just as well as a silent movie . chronicling the meaningless lives of vain , yuppie types , the movie covers the same ground as the wilt st...
{ "pile_set_name": "Github" }
https://github.com/Gulden/gulden-official
{ "pile_set_name": "Github" }
file(REMOVE_RECURSE "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" "/home/jackey/install/ORB_SLAM2/Examples/ROS/ORB_SLAM2/lib/libgtest_main.pdb" "/home/jackey/install/ORB_SLAM2/Examples/ROS/ORB_SLAM2/lib/libgtest_main.so" ) # Per-language clean rules from dependency scanning. foreach(lang CXX) include(CMakeFi...
{ "pile_set_name": "Github" }
/** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { val = x; } * } */ public class Solution { public ListNode deleteDuplicates(ListNode head) { head=findFirst(head); if (head!=null) { head.next=deleteDuplic...
{ "pile_set_name": "Github" }
package com.ywl5320.appservice.dao; import com.ywl5320.appservice.bean.OrderBean; import org.springframework.orm.hibernate5.support.HibernateDaoSupport; import java.util.List; /** * Created by ywl5320 on 2017/10/19. */ public class OrderDaoImpl extends HibernateDaoSupport implements OrderDao{ public void crea...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Attribute existence selector with universal namespace</title> <style type="text/css"><![CDATA[@namespace a url(http://www.example.org/a); @namespace b url(http://www.example.org/b); @namespace html url(http://www.w3.org/1999/xhtml); *|p, *|q, *|r, *|s { dis...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/data-covert.R \docType{data} \name{covert_10} \alias{covert_10} \title{Caviar} \format{ list of igraph objects } \source{ Available from Manchester (https://sites.google.com/site/ucinetsoftware/datasets/covert-networks), reconstructed from Mo...
{ "pile_set_name": "Github" }
require_relative '../test_events' require_relative '../test_logger' require_relative '../test_merchant' require_relative '../test_permissions' require_relative '../test_api' require "#{Rails.root}/app/services/paypal_service/paypal_service_injector" # Rewrite PaypalService::API::Api to inject test paypal client module...
{ "pile_set_name": "Github" }
'' examples/manual/datatype/ushort.bas '' '' NOTICE: This file is part of the FreeBASIC Compiler package and can't '' be included in other distributions without authorization. '' '' See Also: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgUshort '' -------- Dim x As UShort = 0 Dim y As UShort = &HFFFF...
{ "pile_set_name": "Github" }
{ "name": "Kantar Gallup A/S", "displayName": "Kantar Gallup", "properties": [ "doipanel.dk", "tns-gallup.dk" ], "prevalence": { "tracking": 0.0000588, "nonTracking": 0.0000221, "total": 0.0000809 } }
{ "pile_set_name": "Github" }
package hudson.plugins.jira; import com.atlassian.jira.rest.client.api.StatusCategory; import com.atlassian.jira.rest.client.api.domain.Component; import com.atlassian.jira.rest.client.api.domain.Issue; import com.atlassian.jira.rest.client.api.domain.IssueType; import com.atlassian.jira.rest.client.api.domain.Priorit...
{ "pile_set_name": "Github" }
# frv testcase for tige $ICCi_2,$GRi,$s12 # mach: all .include "testutils.inc" start .global tige tige: and_spr_immed -4081,tbr ; clear tbr.tt set_gr_spr tbr,gr7 inc_gr_immed 2112,gr7 ; address of exception handler set_bctrlr_0_0 gr7 ; bctrlr 0,0 set_spr_immed 128,lcr set_gr_immed 0,gr7 set_psr_et 1 s...
{ "pile_set_name": "Github" }
cmake_minimum_required (VERSION 2.8) include (CheckLibraryExists) include (CheckSymbolExists) include (ExternalProject) include (FindPkgConfig) project (nrsc5 C) execute_process (COMMAND ${CMAKE_C_COMPILER} -dumpmachine OUTPUT_VARIABLE HOST_TRIPLE_DEFAULT OUTPUT_STRIP_TRAILING_WHITESPACE) option (USE_NEON "Use NEON i...
{ "pile_set_name": "Github" }
--- title: 'Lync Server 2013: Export a voice route configuration file' ms.reviewer: ms.author: v-lanac author: lanachin f1.keywords: - NOCSH TOCTitle: Export a voice route configuration file ms:assetid: 02ce922d-9ca8-4513-b09f-9de51f5c5bdc ms:mtpsurl: https://technet.microsoft.com/en-us/library/Gg398081(v=OCS.15) ms:c...
{ "pile_set_name": "Github" }
/* Base16 Atelier Savanna Light - Theme */ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ /* Atelier-Savanna Comment */ .hljs-comment, .hljs-quote { color: #5f6d64; } /* Ate...
{ "pile_set_name": "Github" }
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. module.exports = { EOC: 0, Boolean: 1, Integer: 2, BitString: 3, OctetString: 4, Null: 5, OID: 6, ObjectDescriptor: 7, External: 8, Real: 9, // float Enumeration: 10, PDV: 11, Utf8String: 12, RelativeOID: 13, Sequence...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by pulumigen. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Kubernetes.Types.Ou...
{ "pile_set_name": "Github" }
/** * Mandelbulber v2, a 3D fractal generator _%}}i*<. ____ _______ * Copyright (C) 2020 Mandelbulber Team _>]|=||i=i<, / __ \___ ___ ___ / ___/ / * \><||i|=>>%) / /_/ / _ \/ -_) _ \/ /__/ /__ * This file is part of Mandelbulber. )<=i=]=|=...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // File: DXMPerf.h // // Desc: Macros for DirectShow performance logging. // // Copyright (c) 1992-2001 Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ ...
{ "pile_set_name": "Github" }
伊達友美最新番号 【MOGU-005】熟女野外愛奴 伊達友美(31歳)</a>2008-01-25フォーエバー$$$もぐら53分钟
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
#!/bin/bash # version 0.2.0 # # Starts the mailserver. ########################################################################## # >> DEFAULT VARS # # add them here. # Example: DEFAULT_VARS["KEY"]="VALUE" ########################################################################## declare -A DEFAULT_VARS DEFAULT_VA...
{ "pile_set_name": "Github" }
package jsoniter import ( "fmt" "io" "reflect" "unsafe" ) func decoderOfArray(cfg *frozenConfig, typ reflect.Type) (ValDecoder, error) { decoder, err := decoderOfType(cfg, typ.Elem()) if err != nil { return nil, err } return &arrayDecoder{typ, typ.Elem(), decoder}, nil } func encoderOfArray(cfg *frozenConf...
{ "pile_set_name": "Github" }
description: bert_glue_pytorch_const hyperparameters: global_batch_size: 24 learning_rate: 2e-5 lr_scheduler_epoch_freq: 1 model_type: 'bert' adam_epsilon: 1e-8 weight_decay: 0 num_warmup_steps: 0 num_training_steps: 459 max_seq_length: 128 searcher: name: single metric: acc max_length: batc...
{ "pile_set_name": "Github" }
/* Copyright 2018 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 2005-2020 Talend * * The contents of this file are subject to the terms of one of the following * open source licenses: Apache 2.0 or or EPL 1.0 (the "Licenses"). You can * select the license that you prefer but you may not use this file except in * compliance with one of these Licenses. * * Y...
{ "pile_set_name": "Github" }
oauth_client_id=1000000978 oauth_client_secret=rBDhRJgpi3i6EPL78duQ8gy57CRPO__7 redirect_uri=https://baidu.com
{ "pile_set_name": "Github" }
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace Microsoft.ServiceBus.Messaging.Amqp { using System; using System.Collections.Generic; using System.T...
{ "pile_set_name": "Github" }
/* eslint max-len: 0 */ /* eslint no-nested-ternary: 0 */ import React, { Component } from 'react'; import classSet from 'classnames'; class ExpandComponent extends Component { render() { const { className } = this.props; const trCss = { style: { backgroundColor: this.props.bgColor }, ...
{ "pile_set_name": "Github" }
exports.transform = function() {};
{ "pile_set_name": "Github" }
package bolt import ( "fmt" "os" "syscall" "time" "unsafe" "golang.org/x/sys/unix" ) // flock acquires an advisory lock on a file descriptor. func flock(db *DB, mode os.FileMode, exclusive bool, timeout time.Duration) error { var t time.Time for { // If we're beyond our timeout then return an error. // T...
{ "pile_set_name": "Github" }
@testset "Cookies" begin c = HTTP.Cookies.Cookie() @test c.name == "" @test HTTP.Cookies.domainmatch(c, "") c.path = "/any" @test HTTP.Cookies.pathmatch(c, "/any/path") @test !HTTP.Cookies.pathmatch(c, "/nottherightpath") writesetcookietests = [ (HTTP.Cookie("cookie-1", "v\$1"), "c...
{ "pile_set_name": "Github" }
/* Machine-independant string function optimizations. Copyright (C) 1997-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of t...
{ "pile_set_name": "Github" }
#ifndef _WIN32 #include <dlfcn.h> #endif #include <stdexcept> #include <string> #include <vector> #include <array> #include <map> #include <algorithm> #include <boost/version.hpp> #include <boost/asio/ip/address.hpp> #include <boost/asio/ip/address_v4.hpp> #include <boost/asio/ip/address_v6.hpp> #include <boost/asio...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file system_stm32f7xx.c * @author MCD Application Team * @version V1.1.0 * @date 23-September-2016 * @brief CMSIS Cortex-M7 Device Peripheral Access Layer System Source File. * * This file provides two func...
{ "pile_set_name": "Github" }
/** * Logback: the reliable, generic, fast and flexible logging framework. * Copyright (C) 1999-2015, QOS.ch. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * or (per ...
{ "pile_set_name": "Github" }
<!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" content="text/html; charset=utf-8"> <title>Mesa Release Notes</title> <link rel="stylesheet" type="text/css" href="../mesa.css"> </head> <body> <div class...
{ "pile_set_name": "Github" }
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical"> <android.support.design.widget.TabLayout android:id="@+id/tab...
{ "pile_set_name": "Github" }
<?xml version='1.1' encoding='UTF-8'?> <hudson.plugins.ansicolor.AnsiColorBuildWrapper_-DescriptorImpl plugin="ansicolor@0.3.1"> <colorMaps> <hudson.plugins.ansicolor.AnsiColorMap> <name>xterm</name> <fgMap> <string>#000000</string> <string>#CD0000</string> <string>#00CD00</str...
{ "pile_set_name": "Github" }
// Copyright (c) All contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using MessagePack; #pragma warning disable SA1307 // Accessible fields should begin with upper-case letter #pragma warning disable SA1401 // Fields should be p...
{ "pile_set_name": "Github" }
import React, { forwardRef } from "react"; import cn from "classnames"; import { ListItemLink, ListItemLinkProps, ListItemLinkWithComponentProps, } from "@react-md/list"; export interface MenuItemLinkProps extends ListItemLinkProps { /** * The current role for the menu item. This will eventually be updated ...
{ "pile_set_name": "Github" }
# LocaleInformation_fr_CH.properties -- # Copyright (C) 1991-2005 Unicode, Inc. # All rights reserved. Distributed under the Terms of Use # in http://www.unicode.org/copyright.html. # # This file was automatically generated by gnu.localegen from CLDR. decimalSeparator=. groupingSeparator=' currencyFormat=\u00a4\u00a0#...
{ "pile_set_name": "Github" }
// Copyright 2011 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 plan9 import "syscall" // Constants const ( // Invented values to support what package os expects. O_CREAT = 0x02000 O_APPEND = 0x00400 O_NOC...
{ "pile_set_name": "Github" }