text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <faces-config xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd" version="1.2"> <application> <default-render-kit-i...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1994, 2011, 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" }
16000: 16001: 16002: 16003: 16004: 16005: 16006: 16007: 16008: 16009: 1600A: 1600B: 1600C: 1600D: 1600E: 1600F: 16010: 16011: 16012: 16013: 16014: 16015: 16016: 16017: 16018: 16019: 1601A: 1601B: 1601C: 1601D: 1601E: 1601F: 16020: 16021: 16022: 16023: 16024: 16025: 16026: 16027: 16028: 16029: 1602A: 1602B: 1602C: 1602D...
{ "pile_set_name": "Github" }
package sanitize import ( "fmt" "net" "net/url" "strings" log "github.com/sirupsen/logrus" ) // URL returns a function that sanitizes a URL string. It lets underspecified // strings to be converted to usable URLs via some default arguments. func URL(defaultScheme string, defaultPort int, defaultPath string) fun...
{ "pile_set_name": "Github" }
# Note: Check https://gradle.org/release-checksums/ before updating wrapper or distribution distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=abc10bcedb58806e8654210f96031db541bcd2d6fc3161e81cb0572d6a15e821 distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all....
{ "pile_set_name": "Github" }
drop table tt;
{ "pile_set_name": "Github" }
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
{ "pile_set_name": "Github" }
// Copyright 2019 The Prometheus 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...
{ "pile_set_name": "Github" }
package configs // TODO Windows: This can ultimately be entirely factored out on Windows as // cgroups are a Unix-specific construct. type Cgroup struct { }
{ "pile_set_name": "Github" }
package org.uma.jmetal.experimental.componentbasedalgorithm.catalogue.solutionscreation.impl; import org.uma.jmetal.experimental.componentbasedalgorithm.catalogue.solutionscreation.SolutionsCreation; import org.uma.jmetal.problem.doubleproblem.DoubleProblem; import org.uma.jmetal.solution.doublesolution.DoubleSolution...
{ "pile_set_name": "Github" }
/* Copyright 2009-2020 David Hadka * * This file is part of the MOEA Framework. * * The MOEA Framework 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, or (at...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="wpt_voicerec">음성 녹음</string> <string name="wpt_stillimage">사진</string> </resources>
{ "pile_set_name": "Github" }
using Microsoft.DataTransfer.Basics; using System; namespace Microsoft.DataTransfer.Sql { sealed class Errors : CommonErrors { private Errors() { } public static Exception ConnectionStringMissing() { return new ArgumentException(Resources.ConnectionStringMissing); ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\SalesRule\Model\ResourceModel\Report\Rule; /** * Rule report resource model with aggregation by updated at * * @author Magento Core Team <core@magentocommerce.com> */ class Updatedat exten...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017-2019 Dremio Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
{ "pile_set_name": "Github" }
/* Copyright 2015 The TensorFlow 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 by applicable law or a...
{ "pile_set_name": "Github" }
.. toctree:: Introduction ----------- The following links describe a set of basic PCL tutorials. Please note that their source codes may already be provided as part of the PCL regular releases, so check there before you start copy & pasting the code. The list of tutorials below is automatically generated from reST f...
{ "pile_set_name": "Github" }
import logging from .base import BaseVisualizer LOG = logging.getLogger(__name__) class Occupancy(BaseVisualizer): show = False def __init__(self, *, field_names=None): super().__init__('occupancy') self.field_names = field_names def predicted(self, occupancy): if not self.show...
{ "pile_set_name": "Github" }
gcr.io/google_containers/conformance-arm:v1.14.10-beta.0
{ "pile_set_name": "Github" }
/* YUI 3.7.3 (build 5687) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('anim-easing', function (Y, NAME) { /* TERMS OF USE - EASING EQUATIONS Open source under the BSD License. Copyright 2001 Robert Penner All rights reserved. Redistribution...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 - 2014 Alexander "Evisceration" Martinz * * 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 later version....
{ "pile_set_name": "Github" }
{ "asset":{ "version":2 }, "materials":[ { "extensions":{ "KHR_techniques_webgl":{ "technique":"builtin/meshbasic.shader.json", "values":{ "diffuse":[ 1, ...
{ "pile_set_name": "Github" }
hqxSharp is a C# port of hqx, a fast, high-quality magnification filter designed for pixel art. Copyright (C) 2003 Maxim Stepin (maxst@hiend3d.com) Copyright (C) 2010 Cameron Zemek (grom@zeminvaders.net) Copyright (C) 2011, 2012 Tamme Schichler (tamme.schichler@googlemail.com) This program is free software: you can...
{ "pile_set_name": "Github" }
// CMSDAS11DijetAnalyzer.cc // Description: A basic dijet analyzer for the CMSDAS 2011 // Author: John Paul Chou // Date: January 12, 2011 #ifndef __CMSDAS11_DIJET_ANALYZER_H__ #define __CMSDAS11_DIJET_ANALYZER_H__ #include "FWCore/Framework/interface/Event.h" #include "FWCore/Utilities/interface/InputTag.h" #include...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg936\uc2\deff0\stshfdbch13\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe2052{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} {\f13\fnil\fcharset134\fprq2{\*\panose 02010600030101010101}\'cb\'ce\'cc\'e5{\*\falt SimSun};}{\f35\fnil\fcharset134\fprq2{\*\panose ...
{ "pile_set_name": "Github" }
var Server = IgeClass.extend({ classId: 'Server', Server: true, init: function (options) { var self = this, i; this.obj = []; // Start the network server ige.addComponent(IgeNetIoComponent); ige.network.start(2000); // Start the game engine ige.start(function (success) { // Check if the engin...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
##### Signed by https://keybase.io/max ``` -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJTybT5AAoJEJgKPw0B/gTfWngIAJ6drLOYdoRwBcWHDffww0i7 457YrD67xojdcV2a8kUWK+xHRZTI1FDctKdcwwAzVRstEYZ5xdJtdOkQ+9RO5L8T DAcx8nkc4NT8MYpnNnFmQEGqxF6N5Fw9IU2qN31iP69cWOdHtOhCJ0YXfQO2LGAQ yQMEQuGwC56iQKhkkcpijbNj+Cseiqple...
{ "pile_set_name": "Github" }
# # Copyright (C) 2000, 2001, 2013 Gregory Trubetskoy # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Apache Software Foundation # # 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" }
{ "Activate desktop notifications": { "other": "Activar notificacions d'escriptori" }, "Choose the plugin": { "other": "Seleccioneu el plugin" }, "Desktop Notifications": { "other": "Notificacions d'escriptori" }, "Display Workspaces Activity": { "other": "Display Workspaces Activity" },...
{ "pile_set_name": "Github" }
/// \file // Range v3 library // // Copyright Eric Niebler 2014 // // Use, modification and distribution is subject to the // Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Project home: https://github.com/ericniebler/range-v...
{ "pile_set_name": "Github" }
/* Copyright 2011 David Malcolm <dmalcolm@redhat.com> Copyright 2011 Red Hat, Inc. This 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 l...
{ "pile_set_name": "Github" }
CREATE TABLE ids ( id integer ); INSERT INTO ids VALUES (1); INSERT INTO ids VALUES (2); INSERT INTO ids VALUES (3); CREATE INDEX grnindex ON ids USING pgroonga (id pgroonga.int4_ops); SET enable_seqscan = off; SET enable_indexscan = off; SET enable_bitmapscan = on; SELECT id FROM ids WHERE id <= 2; DROP TA...
{ "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. #include "components/policy/core/common/cloud/cloud_policy_client.h" #include "build/build_config.h" #include <utility> #include "base/bind.h" #inc...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s -fblocks void donotwarn(); int (^IFP) (); int (^II) (int); int test1() { int (^PFR) (int) = 0; // OK PFR = II; // OK if (PFR == II) // OK donotwarn(); if (PFR == IFP) // OK donotwarn(); if (PFR == (int (^) (int))IFP) // OK do...
{ "pile_set_name": "Github" }
--- title: "invalid_compute_domain Class" ms.date: "11/04/2016" f1_keywords: ["invalid_compute_domain", "AMPRT/invalid_compute_domain", "AMPRT/Concurrency::invalid_compute_domain::invalid_compute_domain"] helpviewer_keywords: ["invalid_compute_domain class"] ms.assetid: ac7a7166-8bdb-4db1-8caf-ea129ab5117e --- # invali...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.8.2.18_A3; * @section: 15.8.2.18; * @assertion: If x is -0, Math.tan(x) is -0; * @description: Checking if Math.tan(-0) equals to -0; */ // CHECK#1 var x = -0; if ...
{ "pile_set_name": "Github" }
#!/bin/bash # If it has Build.PL use that, otherwise use Makefile.PL HOME=/tmp cpanm --installdeps . if [ -f Build.PL ]; then perl Build.PL perl ./Build perl ./Build test # Make sure this goes in site perl ./Build install --installdirs site elif [ -f Makefile.PL ]; then # Make sure this goes i...
{ "pile_set_name": "Github" }
kaolin.conversions.voxelgridconversions ======================================== .. currentmodule:: kaolin.conversions.voxelgridconversions .. toctree:: :maxdepth: 2 .. autofunction:: voxelgrid_to_pointcloud .. autofunction:: voxelgrid_to_trianglemesh .. autofunction:: voxelgrid_to_quadmesh .. autofunction:: vox...
{ "pile_set_name": "Github" }
/****************************************************************************** * Compilation: javac Insertion.java * Execution: java Insertion < input.txt * Dependencies: StdOut.java StdIn.java * Data files: https://algs4.cs.princeton.edu/21elementary/tiny.txt * https://algs4.cs.princeton...
{ "pile_set_name": "Github" }
.model BC560A PNP(IS=1.02f XTI=3 EG=1.11 VAF=74.76 BF=175.1 ISE=10.26f + NE=1.641 IKF=88.84m Nk=.4971 Xtb=1.5 Br=4.329 Isc=71.92f + Nc=1.401 Ikr=9.634 Rc=1.071 Cjc=9.81p Mjc=.332 Vjc=.4865 Fc=.5 + Cje=30p Mje=.3333 Vje=.5 Tr=10n Tf=822.7p Itf=3.991 Xtf=174.7 + Vtf=10) * MFG=PHILIPS pid=bc560a case=TO92 * 11-02-18 hjr...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
--- name: Feature Proposal about: Propose your idea for TML --- <!-- Please keep in mind that the tModLoader software is built by the community. By submitting your proposal you agree that it may become part of tModLoader as a whole, or partially. The development time it takes for your proposal may vary, the TML Team ...
{ "pile_set_name": "Github" }
package org.oasis_open.docs.ws_sx.ws_trust._200512; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0.U...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2018-2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
{ "pile_set_name": "Github" }
//===-- LICM.cpp - Loop Invariant Code Motion Pass ------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
actions previous | nextIndex | nextIndex := (self selectionIndex + classes size - 2 \\ classes size) + 1. self selected: (classes at: nextIndex)
{ "pile_set_name": "Github" }
/* * In-kernel transcendent memory (generic implementation) * * Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp. * * The primary purpose of Transcedent Memory ("tmem") is to map object-oriented * "handles" (triples containing a pool id, and object id, and an index), to * pages in a page-accessible memory (...
{ "pile_set_name": "Github" }
{ "name": "jquery.spritely", "filename": "jquery.spritely.min.js", "version": "0.6.1", "description": "Create dynamic characters and background animations.", "homepage": "http://www.spritely.net", "keywords": [ "spritely", "ui", "jquery" ], "maintainers": [ ...
{ "pile_set_name": "Github" }
@using System.Web.Http @using System.Web.Http.Description @using RockBands.Services.Areas.HelpPage.Models @using RockBands.Services.Areas.HelpPage.ModelDescriptions @model HelpPageApiModel @{ ApiDescription description = Model.ApiDescription; } <h1>@description.HttpMethod.Method @description.RelativePath</h1> <div...
{ "pile_set_name": "Github" }
import { defineMessages } from 'react-intl' export default defineMessages({ hello: { id: 'a.hello', defaultMessage: 'hello' }, helloZ: { id: 'z.hello', defaultMessage: 'hello' }, helloC: { id: 'c.hello', defaultMessage: 'hello' }, world: { id: 'a.world', defaultMessage: 'w...
{ "pile_set_name": "Github" }
package com.telenav.osv.ui.fragment; import android.support.annotation.AnimRes; import android.support.annotation.AnimatorRes; import android.support.v4.app.Fragment; import android.view.View; import com.telenav.osv.R; /** * Created by kalmanb on 8/9/17. */ public abstract class OSVFragment extends Fragment { ...
{ "pile_set_name": "Github" }
/* match.S -- x86 assembly version of the zlib longest_match() function. * Optimized for the Intel 686 chips (PPro and later). * * Copyright (C) 1998, 2007 Brian Raiter <breadbox@muppetlabs.com> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author be held ...
{ "pile_set_name": "Github" }
/******************************************************************************* * * Copyright 2012 Impetus Infotech. * * * * 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" }
<?php namespace Tests\Unit\Http\Middleware\Api\Application; use Tests\Unit\Http\Middleware\MiddlewareTestCase; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Pterodactyl\Http\Middleware\Api\Application\AuthenticateApplicationUser; class AuthenticateUserTest extends MiddlewareTestCase { ...
{ "pile_set_name": "Github" }
#include <cln/number.h> #include <cln/io.h> #include <cln/integer.h> #include <cln/float.h> #include <cln/float_io.h> #include <cln/real.h> #include <cln/real_io.h> #include <cln/complex.h> #include <cln/complex_io.h> #include <cstdlib> #include <cstring> #include <cln/timing.h> using namespace std; using namespace cl...
{ "pile_set_name": "Github" }
#include "f2c.h" #include "blaswrap.h" /* Table of constant values */ static integer c__1 = 1; /* Subroutine */ int zung2r_(integer *m, integer *n, integer *k, doublecomplex *a, integer *lda, doublecomplex *tau, doublecomplex * work, integer *info) { /* System generated locals */ integer a_dim1, a_offset,...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
// // MKOverlayPathView.h // MapKit // // Copyright (c) 2010-2014, Apple Inc. All rights reserved. // #import <UIKit/UIKit.h> #import <MapKit/MKOverlayView.h> #import <MapKit/MKFoundation.h> // Prefer MKOverlayPathRenderer MK_CLASS_AVAILABLE(NA, 4_0) __TVOS_PROHIBITED __WATCHOS_PROHIBITED @interface MKOverlayPath...
{ "pile_set_name": "Github" }
--- layout: default --- <article class="post-container post-container--single" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <div class="post-meta"> <time datetime="{{page.date | date: date_to_xmlschema}}" itemprop="datePublished" class="post-meta__date date">{{page.date ...
{ "pile_set_name": "Github" }
(module Wifi_Module_ESP8266_WRL-13678 (layer F.Cu) (tedit 5A047D93) (fp_text reference REF** (at 3.98 -18.36 180) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) (fp_text value Wifi_Module_ESP8266_WRL-13678 (at 3.25 5.56 180) (layer F.Fab) (effects (font (size 1 1) (thickness 0.15))) ) ...
{ "pile_set_name": "Github" }
/* * * the c# vvvv math library * * */ using System; using System.Runtime.InteropServices; using System.Runtime.Serialization; namespace VVVV.Utils.VMath { /// <summary> /// 4x4 transform matrix struct with operators, much faster then matrix classes /// </summary> [DataContract] [St...
{ "pile_set_name": "Github" }
defmodule Examples.GlobalCounter do use Component.Strategy.Global, initial_state: 0, show_code: false, state_name: :tally one_way increment(n) do tally + n end # fetch two_way get_count() do tally end # update and fetch two_way update_and_return(n) do set_state_...
{ "pile_set_name": "Github" }
/* * ************************************************************************* * JumpToTimeDIalog.java * ************************************************************************** * Copyright © 2015 VLC authors and VideoLAN * Author: Geoffrey Métais * * This program is free software; you can redistribute it ...
{ "pile_set_name": "Github" }
bad blocks in files
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: bb92a3a903a76864390a9ca5a2e77bd0 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
CodeMirror.defineMode('tiki', function(config) { function inBlock(style, terminator, returnTokenizer) { return function(stream, state) { while (!stream.eol()) { if (stream.match(terminator)) { state.tokenize = inText; break; } stream.next(); } if (returnTokenizer) state.tokenize = ...
{ "pile_set_name": "Github" }
# # Copyright 2006-2017 ICEsoft Technologies Canada Corp. # # 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 applicab...
{ "pile_set_name": "Github" }
From c1e0259445f32516785a6cb6e82e7cb401b6df37 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell <jr@jriddell.org> Date: Fri, 19 Jun 2020 16:44:47 +0100 Subject: [PATCH] use local cmake modules first, fixes build failure --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLi...
{ "pile_set_name": "Github" }
# Gradle 构建语言 Gradle 是以 Groovy 语言为基础, 基于DSL (领域特定语言) 语法的自动化构建工具,但是它增加了一些额外的特性,这使得Gradle更加的容易去阐释构建. 一个构建脚本能够包含任何Groovy语言的元素 ( Any language element except for statement labels ), 每个构建脚本都使用UTF-8编码.
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-110543543-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script')...
{ "pile_set_name": "Github" }
// +k8s:deepcopy-gen=package,register // +k8s:conversion-gen=github.com/openshift/origin/pkg/route/apis/route // +k8s:defaulter-gen=TypeMeta // +k8s:openapi-gen=true // +groupName=route.openshift.io // Package v1 is the v1 version of the API. package v1
{ "pile_set_name": "Github" }
(module SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief (layer F.Cu) (tedit 5EB70B45) (descr "Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/...
{ "pile_set_name": "Github" }
using System; namespace ScaffoldSample { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }
{ "pile_set_name": "Github" }
// Copyright 2015 go-dockerclient 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 docker import ( "encoding/json" "errors" "net/http" "golang.org/x/net/context" ) var ( // ErrNoSuchVolume is the error returned when th...
{ "pile_set_name": "Github" }
6800: İdeografi gardenya CJK : zi1 : Zhi 6801: 6802: Ideograph bir yaprak dökmeyen ağaç CJK : mui4 : Mei 6803: Ideograph meşe tipi; kararlı CJK : lai6 : lì 6804: İdeografi şan, şeref; güzelleşmek, başarılı CJK : wing4 : Rong 6805: İdeograf çiti; çit; ızgara CJK : caak3 saan1 saan3 : zha 6806: 6807: İdeografi işareti, s...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/glue/model/GetCatalogImportStatusRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Glue::Model; using namespace Aws::Utils::Json; using...
{ "pile_set_name": "Github" }
#include "statemanager.h" #include "snapshot.h" /* State Manager Class that records snapshot data for rewinding mostly based on SSNES's rewind code by Themaister */ static inline size_t nearest_pow2_size(size_t v) { size_t orig = v; v--; v |= v >> 1; v |= v >> 2; v |= v >> 4; #if SIZE_MAX >= 0xfff...
{ "pile_set_name": "Github" }
# # MOST I2C configuration # config HDM_I2C tristate "I2C HDM" depends on I2C ---help--- Say Y here if you want to connect via I2C to network tranceiver. To compile this driver as a module, choose M here: the module will be called hdm_i2c.
{ "pile_set_name": "Github" }
// We are defining types and submodules, so we can use a namespace // rather than a module at the top level namespace OrderTaking.Common open System // =============================== // Simple types and constrained types related to the OrderTaking domain. // // E.g. Single case discriminated unions (aka wrappers)...
{ "pile_set_name": "Github" }
// // PPDataCollector.h // PayPalDataCollector // // Copyright © 2015 PayPal, Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "PPRMOCMagnesResult.h" /** Used to collect risk data via the PayPal data collector */ @interface PPDataCollector : NSObject /** Returns a client metadata ID. @n...
{ "pile_set_name": "Github" }
# 高效的修改std::map元素的键值 在`std::map`数据结构中,键-值通常都对应存在,而且键通常是唯一并排序过的,而且键值一旦设定那么就不允许用户再进行修改。为了阻止用户修改键,键的类型声明使用了`const`。 这种限制是非常明智的,其可以保证用户很难在使用`std::map`的时候出错。不过,如果我们真的需要修改`map`的键值该怎么办呢? C++17之前,因为对应的键已经存在,我们不得不将整个键-值对从树中移除,然后再插入。这种方法的确定很明显,其需要分配出一些不必要的内存,感觉上也会对性能有一定的影响。 从C++17起,我们无需重新分配内存,就可以删除和重新插入map键值对。下面的内容中将会展示如何操作。...
{ "pile_set_name": "Github" }
{ "id": "35290835", "url": "https:\/\/collection.cooperhewitt.org\/types\/35290835\/", "name": "Skippet and cover", "count_objects": "2", "supersedes": "0", "superseded_by": "0" }
{ "pile_set_name": "Github" }
polygon 1 1.542000E+01 4.967938E+01 1.542006E+01 4.967936E+01 1.542010E+01 4.967936E+01 1.542014E+01 4.967935E+01 1.542027E+01 4.967950E+01 1.542032E+01 4.967951E+01 1.542036E+01 4.967948E+01 1.542040E+01 4.967950E+01 1.542046E+01 4.967945E+01 1.542055E+01 4.967941E+01 1.542074E+01 4.967938E+01 1.542072E+01...
{ "pile_set_name": "Github" }
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This 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...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright Echo Digital Audio Corporation (c) 1998 - 2004 All rights reserved www.echoaudio.com This file is part of Echo Digital Audio's generic driver library. Echo Digital Audio's generic driver library is free software; ...
{ "pile_set_name": "Github" }
+++ title = "windows_hotfix resource" draft = false platform = "windows" [menu] [menu.inspec] title = "windows_hotfix" identifier = "inspec/resources/os/windows_hotfix.md windows_hotfix resource" parent = "inspec/resources/os" +++ [\[edit on GitHub\]](https://github.com/inspec/inspec/blob/master/www/con...
{ "pile_set_name": "Github" }
# Copyright 2020 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. import("//third_party/protobuf/proto_library.gni") assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos") component("attestation") { outp...
{ "pile_set_name": "Github" }
// ==UserScript== // @name Mouse Gestures command file (with Wheel Gesture and Rocker Gesture) // @namespace http://space.geocities.yahoo.co.jp/gl/alice0775 // @description Commands for Lightweight customizable mouse gestures. Add Reload and Edit commands menu // @include main // @charset ...
{ "pile_set_name": "Github" }
{ This file is part of Synopse framework. Synopse framework. Copyright (C) 2020 Arnaud Bouchez Synopse Informatique - http://synopse.info Scripting support for mORMot Copyright (C) 2020 Pavel Mashlyakovsky pavel.mash at gmail.com *** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GP...
{ "pile_set_name": "Github" }
do './hints/linux.pl' or die $@;
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
# isobject [![NPM version](https://img.shields.io/npm/v/isobject.svg?style=flat)](https://www.npmjs.com/package/isobject) [![NPM downloads](https://img.shields.io/npm/dm/isobject.svg?style=flat)](https://npmjs.org/package/isobject) [![Build Status](https://img.shields.io/travis/jonschlinkert/isobject.svg?style=flat)](h...
{ "pile_set_name": "Github" }
module Mocha # :nodoc: class ExpectationList def initialize @expectations = [] end def add(expectation) @expectations.unshift(expectation) expectation end def matches_method?(method_name) @expectations.any? { |expectation| expectation.matches_method?(method_name...
{ "pile_set_name": "Github" }
const rowWeights = require('.') test('Test 1', () => { expect(rowWeights([80])).toEqual([80, 0]) }) test('Test 2', () => { expect(rowWeights([100, 50])).toEqual([100, 50]) }) test('Test 3', () => { expect(rowWeights([50, 60, 70, 80])).toEqual([120, 140]) }) test('Test 4', () => { expect(rowWeights([13, 27, ...
{ "pile_set_name": "Github" }
/* Base16 Atelier Plateau Light - Theme */ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ /* Atelier-Plateau Comment */ .hljs-comment, .hljs-quote { color: #655d5d; } /* Ate...
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <!-- ##Style: common --> <!-- ****************************************************************** --> <!-- ***************** FORCED ARTIFICIAL ITALIC / BOLD **************** --> <!-- ******************************************************...
{ "pile_set_name": "Github" }
{ "expr": "$formatNumber(123.9, \"9999\")", "dataset": null, "bindings": {}, "result": "0124" }
{ "pile_set_name": "Github" }