text
stringlengths
2
99.9k
meta
dict
//////////////////////////////////////////////////////////////////////////////// // base.js //////////////////////////////////////////////////////////////////////////////// // Copyright 2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modificati...
{ "pile_set_name": "Github" }
import { Component, OnInit } from '@angular/core'; import { ProductService } from './product.service'; import { Product } from './product'; import {BroadcastService} from "@azure/msal-angular"; import { MsalService} from "@azure/msal-angular"; @Component({ templateUrl: './product.component.html', }) export class Pr...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 50e02b493210a474f8f6cde2ba9f6150 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: 4263932218259524f8182efeb60b2bd8, type: 3} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Sweden - Överklinten [CHANNEL] DELIVERY_SYSTEM = DVBT FREQUENCY = 586000000 BANDWIDTH_HZ = 8000000
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" IUSE="" MODS="roundup" inherit selinux-policy-2 DESCRIPTION="SELinux policy for roundup" if [[ ${PV} != 9999* ]] ; then KEYWORDS="amd64 -arm ~arm64 ~mips x86" fi
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!13 &1 InputManager: m_ObjectHideFlags: 0 serializedVersion: 2 m_Axes: - serializedVersion: 3 m_Name: Horizontal descriptiveName: descriptiveNegativeName: negativeButton: left positiveButton: right altNegativeButton: a altPositiveButto...
{ "pile_set_name": "Github" }
// Word cloud layout by Jason Davies, http://www.jasondavies.com/word-cloud/ // Algorithm due to Jonathan Feinberg, http://static.mrfeinberg.com/bv_ch03.pdf (function(exports) { function cloud() { var size = [256, 256], text = cloudText, font = cloudFont, fontSize = cloud...
{ "pile_set_name": "Github" }
#![allow(dead_code)] use env_logger::Builder; use log::LevelFilter; use std::env; lazy_static! { static ref LOG_DUMMY: bool = { let mut builder = Builder::new(); builder.filter(None, LevelFilter::Info); if let Ok(log) = env::var("RUST_LOG") { builder.parse_filters(&log); } if let Ok(_) = builder.try_i...
{ "pile_set_name": "Github" }
// Copyright 2014 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 // +godefs map struct_in_addr [4]byte /* in_addr */ package ipv4 /* #include <sys/socket.h> #include <netinet/in.h> */ import "C" const ( ...
{ "pile_set_name": "Github" }
{ "word": "Pharmacotherapy", "definitions": [ "Medical treatment by means of drugs." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
/*========================================================================= * * Copyright NumFOCUS * * 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.or...
{ "pile_set_name": "Github" }
Special Support for OOP via Object Maps ====================================== {{#include ../links.md}} [Object maps] can be used to simulate [object-oriented programming (OOP)][OOP] by storing data as properties and methods as properties holding [function pointers]. If an [object map]'s property holds a [function p...
{ "pile_set_name": "Github" }
/* $NetBSD: filter.c,v 1.1.1.2 2009/12/02 00:26:47 haad Exp $ */ /* * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. * * This file is part of LVM2. * * This copyrighted material is made available to anyone wishing to use, * modify...
{ "pile_set_name": "Github" }
{ "ver": "2.3.5", "uuid": "6aa0aa6a-ebee-4155-a088-a687a6aadec4", "type": "sprite", "wrapMode": "clamp", "filterMode": "bilinear", "premultiplyAlpha": false, "genMipmaps": false, "packable": true, "width": 195, "height": 270, "platformSettings": {}, "subMetas": { "HelloWorld": { "ver":...
{ "pile_set_name": "Github" }
/* * QEMU IDE disk and CD/DVD-ROM Emulator * * Copyright (c) 2003 Fabrice Bellard * Copyright (c) 2006 Openedhand Ltd. * * 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 restri...
{ "pile_set_name": "Github" }
(ns taoensso.timbre.appenders.postal "Email (Postal) appender. Requires https://github.com/drewr/postal." {:author "Peter Taoussanis (@ptaoussanis)"} (:require [clojure.string :as str] [taoensso.encore :as enc :refer [have have?]] [taoensso.timbre :as timbre] [io.aviso.exception :as aviso-ex...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd--> <html xmlns="http://www.w3.org/1999/xhtml" > <head><title>18 Data.Int</title> ...
{ "pile_set_name": "Github" }
" ============================================================================= " File: autoload/ctrlp/utils.vim " Description: Utilities " Author: Kien Nguyen <github.com/kien> " ============================================================================= " Static variables {{{1 fu! ctrlp#utils#las...
{ "pile_set_name": "Github" }
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 6.1.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or existe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>WebpackerReactExample</title> <%= csrf_meta_tags %> <%= javascript_pack_tag 'a' %> <%= javascript_pack_tag 'b' %> </head> <body> <%= yield %> </body> </html>
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/ext/vector_bool3_precision.hpp #pragma once #include "../detail/type_vec3.hpp" namespace glm { /// @addtogroup core_vector_precision /// @{ /// 3 components vector of high qualifier bool numbers. /// /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4....
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\DownloadableSampleData\Setup\Patch\Data; use Magento\Framework\Setup; use Magento\Framework\Setup\Patch\DataPatchInterface; use Magento\Framework\Setup\Patch\PatchVersionInterface; /** * Class I...
{ "pile_set_name": "Github" }
# Copyright 2012 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of # the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, s...
{ "pile_set_name": "Github" }
$NetBSD: patch-ab,v 1.12 2001/03/10 10:50:38 drochner Exp $ --- gdk/Makefile.in.orig Fri Mar 2 20:49:25 2001 +++ gdk/Makefile.in Wed Mar 7 21:54:58 2001 @@ -135,7 +135,7 @@ # libtool stuff: set version and export symbols for resolving libgdkincludedir = $(includedir)/gtk-1.2/gdk -libgdk_la_LDFLAGS = @STRIP_BEGIN...
{ "pile_set_name": "Github" }
require 'test_helper' class Notification::MentionTest < ActiveSupport::TestCase # Replace this with your real tests. test "the truth" do assert true end end
{ "pile_set_name": "Github" }
#include "ofxCv/Flow.h" #include "ofGraphics.h" namespace ofxCv { using namespace cv; using namespace std; Flow::Flow() :hasFlow(false) { } Flow::~Flow(){ } //call with two images void Flow::calcOpticalFlow(Mat lastImage, Mat currentImage){ if(lastImage.channels() == 1 && currentImage.channel...
{ "pile_set_name": "Github" }
! ! By email on December 2nd, 2010: ! ! I, Louis Burry, on behalf of PCI Geomatics agree to allow the ellips.txt ! and datum.txt file to be distributed under the GDAL open source license. ! ! Louis Burry ! VP Technology & Delivery ! PCI Geomatics ! ! NOTE: The range of "D900" to "D998" is set aside for...
{ "pile_set_name": "Github" }
// Copyright 2018 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 darwin dragonfly freebsd linux netbsd openbsd solaris package unix_test import ( "log" "os" "golang.org/x/sys/unix" ) func ExampleExec() { err...
{ "pile_set_name": "Github" }
package com.reactnativecomponent.barcode; import android.os.Environment; import android.support.annotation.Nullable; import android.widget.Toast; import com.facebook.react.bridge.Callback; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com...
{ "pile_set_name": "Github" }
<?php /** * PHPUnit * * Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>. * 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 ...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICwjCCAaygAwIBAgIUNTNJjnkkZVkSqyxFevGNL4LSwUowCwYJKoZIhvcNAQEL MA0xCzAJBgNVBAMMAmNhMCIYDzIwMTUxMTI4MDAwMDAwWhgPMjAxODAyMDUwMDAw MDBaMBAxDjAMBgNVBAMMBWVlLUNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEAuohRqESOFtZB/W62iAY2ED08E9nq5DVKtOz1aFdsJHvBxyWo4NgfvbGc BptuGobya+KvWnVramRxCHqlWqdFh/cc...
{ "pile_set_name": "Github" }
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2005-2014 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
{ "pile_set_name": "Github" }
/* dso_null.c */ /* * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project * 2000. */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without *...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Alachisoft // // 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...
{ "pile_set_name": "Github" }
<?php namespace A; // 4 used, 2 unused use SingleWithoutAliasUsed; use SingleWithoutAliasUnused; use OriginalUsedAliasUnusedo as OriginalUsedAliasUnuseda; use OriginalUnusedAliasUsedo as OriginalUnusedAliasUseda; use OriginalAliasBothUsedo as OriginalAliasBothUseda; use OriginalAliasBothUnusedo as OriginalAliasBothUn...
{ "pile_set_name": "Github" }
#!/usr/local/env ruby is_ci = !!ENV["CI"] if is_ci puts "Skip SwiftLint" else system "./Pods/SwiftLint/swiftlint --config .swiftlint.yml" end
{ "pile_set_name": "Github" }
const defaults = { activeVisitors: 0, averageViews: 0, averageDuration: 0, viewsToday: 0, viewsMonth: 0, viewsYear: 0 } export default (items) => { return { ...defaults, ...items } }
{ "pile_set_name": "Github" }
--- title: “End Enum”前面必须有匹配的“Enum” ms.date: 07/20/2015 f1_keywords: - bc30184 - vbc30184 helpviewer_keywords: - BC30184 ms.assetid: b7f5ebf0-10c8-4320-8caf-dffc24ae8a71 ms.openlocfilehash: ab8a099c0b1fc1ded03e4c28cfcc744bbbefcb79 ms.sourcegitcommit: bf5c5850654187705bc94cc40ebfb62fe346ab02 ms.translationtype: MT ms.co...
{ "pile_set_name": "Github" }
#include "stdafx.h" #include "script_debugger_threads.h" #include "ai_space.h" #include "script_process.h" #include "script_engine.h" #include "script_engine_space.h" #include "script_thread.h" #include "script_debugger.h" u32 CDbgScriptThreads::Fill() { u32 res = 0; #ifdef XRGAME_EXPORTS CScriptProcess* sp = ai()...
{ "pile_set_name": "Github" }
package com.deepoove.poi.tl.example; import com.deepoove.poi.data.DocxRenderData; import com.deepoove.poi.data.NumberingRenderData; import com.deepoove.poi.data.PictureRenderData; /** * 代码由CodeGenUtils生成 * @author Sayi * @version */ public class ResumeData { private PictureRenderData portrait; private S...
{ "pile_set_name": "Github" }
const should = require('should'); const request = require('supertest'); const path = require('path'); const mongoose = require('mongoose'); const User = mongoose.model('User'); const express = require(path.resolve('./config/lib/express')); /** * Globals */ let app; let agent; let credentials; let user; let supportMe...
{ "pile_set_name": "Github" }
/** * Copyright 2011 Facebook, Inc. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to * use, copy, modify, and distribute this software in source code or binary * form for use in connection with the web services and APIs provided by * Facebook. * * As with any software that integrates with ...
{ "pile_set_name": "Github" }
package name.abuchen.portfolio.ui.views.dataseries; import org.swtchart.IBarSeries; import org.swtchart.ILineSeries; import name.abuchen.portfolio.money.Values; import name.abuchen.portfolio.snapshot.PerformanceIndex; import name.abuchen.portfolio.ui.util.chart.TimelineChart; import name.abuchen.portfolio.ui.views.da...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="${package.Mapper}.${table.mapperName}"> <#if enableCache> <!-- 开启二级缓存 --> <cache type="org.mybatis.caches.ehcache.LoggingEhcache"/> </#if> <#if ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSString.h> @interface NSString (RCAdditions) + (BOOL)rc_string:(id)arg1 isEqualToString:(id)arg2; + (id)stringWit...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <workflow name="wheat" production_system="intensive_farming" variety="triticum_aestivum"> <procedure name="plowing" month="11" average_speed_value="0.84" average_speed_unit="hectare_per_hour"> <doer name="driver" /> <tool name="tractor" /> <tool name="plow" /> </procedure> ...
{ "pile_set_name": "Github" }
crlf crlf lf crlf crlf
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Contracts\Cookie; interface Factory { /** * Create a new cookie instance. * * @param string $name * @param string $value * @param int $minutes * @param string $path * @param string $domain * @param bool|null $secure * @param ...
{ "pile_set_name": "Github" }
-- -- LIMIT -- Check the LIMIT/OFFSET feature of SELECT -- SELECT ''::text AS two, unique1, unique2, stringu1 FROM onek WHERE unique1 > 50 ORDER BY unique1 LIMIT 2; SELECT ''::text AS five, unique1, unique2, stringu1 FROM onek WHERE unique1 > 60 ORDER BY unique1 LIMIT 5; SELECT ''::text AS two, unique1, unique...
{ "pile_set_name": "Github" }
/* Copyright 2020 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" }
@echo off set ssleay=%1% set tmp1=pem.out set cmp=fc.exe call tpem.bat crl ..\test\testcrl.pem if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq2.pem if errorlevel 1 goto err call tpem.bat rsa ..\test\testrsa.pem if errorlevel 1 goto err call...
{ "pile_set_name": "Github" }
package org.mengyun.tcctransaction.interceptor; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.reflect.MethodSignature; import org.mengyun.tcctransaction.api.Compensable; import org.mengyun.tcctransaction.api.Propagation; import org.mengyun.tcctransaction.api.TransactionContext; import org.mengyu...
{ "pile_set_name": "Github" }
package main import ( "fmt" "runtime" _ "github.com/ying32/govcl/pkgs/winappres" "github.com/ying32/govcl/vcl" "github.com/ying32/govcl/vcl/types" ) func main() { vcl.Application.Initialize() vcl.Application.SetMainFormOnTaskBar(true) mainForm := vcl.Application.CreateForm() mainForm.SetCaption("Hello") ...
{ "pile_set_name": "Github" }
# -------------------------------------------------------- # Subcategory CNN # Copyright (c) 2015 CVGL Stanford # Licensed under The MIT License [see LICENSE for details] # Written by Yu Xiang # -------------------------------------------------------- from __future__ import absolute_import from __future__ import divisi...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
$LANGUAGE $(myLicenseData) ${LANG_ENGLISH} ---------------------------------------------------- [ ["variable", "$LANGUAGE"], ["variable", "$(myLicenseData)"], ["variable", "${LANG_ENGLISH}"] ] ---------------------------------------------------- Checks for variables.
{ "pile_set_name": "Github" }
// 代码地址: https://github.com/CoderMJLee/MJRefresh // 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000 // MJRefreshHeader.m // MJRefreshExample // // Created by MJ Lee on 15/3/4. // Copyright (c) 2015年 小码哥. All rights r...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Autocomplete - Accent folding</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.9.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui....
{ "pile_set_name": "Github" }
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Transition" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' OTHER_CFLAGS = $(inherited) -iquote "${POD...
{ "pile_set_name": "Github" }
namespace Kledex.Store.Cosmos.Mongo.Configuration { public class MongoOptions { public string ConnectionString { get; set; } public string DatabaseName { get; set; } = "DomainStore"; public string AggregateCollectionName { get; set; } = "Aggregates"; public string CommandCollect...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com> // 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 ...
{ "pile_set_name": "Github" }
Arduino Timer Library Readme file for version 2.1 https://github.com/JChristensen/Timer/tree/v2.1 This library was originally developed by Dr. Simon Monk to avoid problems that arise when you start trying to do much inside the loop() function. It can change pin values or run a callback function. See Dr. Monk's ori...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2010 jMonkeyEngine * 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...
{ "pile_set_name": "Github" }
var webpack = require('webpack'); const path = require('path'); var ExtractTextPlugin = require("extract-text-webpack-plugin"); // CSS files output // They are outputed directly on the dist root folder because of the webpack resolve url loader. // CSS 'url()' are not processed correctly when the CSS files are in a su...
{ "pile_set_name": "Github" }
/* Copyright 2020 the SumatraPDF project authors (see AUTHORS file). License: Simplified BSD (see COPYING.BSD) */ // TODO: this is meant to evolve into a scroll bar (which can also serve // as a non-scrollable rectangle bar for e.g. indicating progress) but // it's far from it. Currently it's just horizontal p...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------------ # Copyright (c) 2013, Nucleic Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file LICENSE, distributed with this software. #-----------------------------------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Mon Jun 02 17:48:59 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface c...
{ "pile_set_name": "Github" }
Chris Armstrong <carmstrong@engineyard.com> (@carmstrong) Gabriel Monroy <gmonroy@engineyard.com> (@gabrtv) Kelsey Hightower <kelsey.hightower@gmail.com> (@kelseyhightower) Matthew Fisher <mfisher@engineyard.com> (@bacongobbler) Oleksandr Kushchenko <gearok@gmail.com> (@okushchenko)
{ "pile_set_name": "Github" }
--- title: Microsoft Release Management 2013 Server & Client Version ms.custom: seodec18 description: Create managed continuous deployment pipelines in Azure Pipelines or TFS using Release Management 2013 (server and client version) ms.assetid: 15B2F7A1-E9D3-4D4D-9991-A514959D71F2 ms.topic: overview ms.author: ronai a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform...
{ "pile_set_name": "Github" }
module.exports = function(hljs) { var VARIABLE = { begin: '\\$+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*' }; var PREPROCESSOR = { className: 'meta', begin: /<\?(php)?|\?>/ }; var STRING = { className: 'string', contains: [hljs.BACKSLASH_ESCAPE, PREPROCESSOR], variants: [ { beg...
{ "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" }
# TestArea 这个仓库主要用于一些测试 ## BitStream 使用C#处理基于比特流的数据,在此基础上编写了7bit和6bit的字符编码用于测试 相关文章:[使用C#处理基于比特流的数据](http://www.cnblogs.com/durow/p/5957306.html) ## AsyncTest C#中的异步测试,刚开始学习C#异步时得测试 相关文章:[C#中实现并发的几种方法的性能测试](http://www.cnblogs.com/durow/p/4837746.html) [C#执行异步操作的几种方式比较和总结](http://www.cnblogs.com/durow/p/4...
{ "pile_set_name": "Github" }
// see background.js::initBackground for explanation chrome.runtime.sendMessage({method: "INJECT_BACKGROUND_CALLBACKS"});
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace PhpParser\ErrorHandler; use PhpParser\Error; use PhpParser\ErrorHandler; /** * Error handler that handles all errors by throwing them. * * This is the default strategy used by all components. */ class Throwing implements ErrorHandler { public function handleError(Erro...
{ "pile_set_name": "Github" }
i wish i could say that there is something more to the new star wars installment than what you see in the commercials , but there isn't . george lucas is an expert at crafting triumphant , special effects-bound flicks and he has done it again . this is the first star wars film i've seen on the big screen , so , of co...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved. // Use of this source code is governed by a MIT license found in the LICENSE file. package codec import ( "math" "reflect" "time" ) const ( cborMajorUint byte = iota cborMajorNegInt cborMajorBytes cborMajorText cborMajorArray cborMajorMap cborMa...
{ "pile_set_name": "Github" }
// BSON library for Go // // Copyright (c) 2010-2012 - Gustavo Niemeyer <gustavo@niemeyer.net> // // 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 r...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* Copyright (C) 2017-2018 Broadcom */ /** * DOC: Broadcom V3D MMU * * The V3D 3.x hardware (compared to VC4) now includes an MMU. It has * a single level of page tables for the V3D's 4GB address space to * map to AXI bus addresses, thus it could need up to 4MB of * physical...
{ "pile_set_name": "Github" }
package com.polidea.hierarchyviewer.internal.model.view; import android.view.View; import android.widget.AdapterViewAnimator; import com.google.gson.annotations.SerializedName; import com.polidea.hierarchyviewer.internal.logic.ConvertersContainer; public class AdapterViewAnimatorModelInfo extends AdapterViewModelInfo...
{ "pile_set_name": "Github" }
/** * Copyright 2015 @ to2.net. * name : item * author : jarryliu * date : 2016-06-29 09:31 * description : * history : */ package product import ( "go2o/core/infrastructure/domain" ) var ( ErrNoSuchProduct = domain.NewError( "err_product_no_such_product", "产品不存在") ErrNoSuchAttr = domain.NewError( "err_...
{ "pile_set_name": "Github" }
# PG'OCaml is a set of OCaml bindings for the PostgreSQL database. Please note that this is not the first or only PGSQL bindings for OCaml. Here are the others which you may want to consider: * [postgresql-ocaml](https://mmottl.github.io/postgresql-ocaml/) PostgreSQL-OCaml by Markus Mottl * [ocamlodbc](http://home.g...
{ "pile_set_name": "Github" }
#N canvas 802 145 296 279 10; #N canvas 0 0 682 744 \$0-overview 0; #X restore 84 206 pd \$0-overview; #N canvas 337 123 805 747 dump 0; #X obj 94 243 textfile; #X obj 94 337 t a b; #X obj 128 411 f; #X obj 160 412 + 1; #X obj 240 603 s pd-\$0-overview; #X obj 94 461 list; #X msg 172 247 1; #X obj 94 211 until; #X obj ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009 Martin Decky * 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 condit...
{ "pile_set_name": "Github" }
/* * * This program 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. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warran...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- /** * Copyright (c) 2014, 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/lice...
{ "pile_set_name": "Github" }
|Google logo| ==================== Headers do not match ==================== .. container:: .. container:: content .. rubric:: Error message ``Headers do not match`` .. rubric:: Description The error appears in the vector Asset log when there is more than o...
{ "pile_set_name": "Github" }
// Package ini is an LL(1) parser for configuration files. // // Example: // sections, err := ini.OpenFile("/path/to/file") // if err != nil { // panic(err) // } // // profile := "foo" // section, ok := sections.GetSection(profile) // if !ok { // fmt.Printf("section %q could not be found", profile) // } // // Below i...
{ "pile_set_name": "Github" }
var arrayFilter = require('./_arrayFilter'), baseRest = require('./_baseRest'), baseXor = require('./_baseXor'), isArrayLikeObject = require('./isArrayLikeObject'); /** * Creates an array of unique values that is the * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) * of the g...
{ "pile_set_name": "Github" }
// Copyright 2015 Joyent, Inc. module.exports = Key; var assert = require('assert-plus'); var algs = require('./algs'); var crypto = require('crypto'); var Fingerprint = require('./fingerprint'); var Signature = require('./signature'); var DiffieHellman = require('./dhe'); var errs = require('./errors'); var utils = ...
{ "pile_set_name": "Github" }
Welcome to Brackets! [![Build Status](https://travis-ci.org/adobe/brackets.svg?branch=master)](https://travis-ci.org/adobe/brackets) ------------------- Brackets is a modern open-source code editor for HTML, CSS and JavaScript that's *built* in HTML, CSS and JavaScript. What makes Brackets different from other web c...
{ "pile_set_name": "Github" }
class CreateRegistrationTypeStatuses < ActiveRecord::Migration[5.2] def change create_table :registration_type_statuses do |t| t.references :registration_status, foreign_key: true, index: true t.references :registration_type, foreign_key: true, index: true t.timestamps end end end
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html id="top"> <head> <meta charset="utf-8"> <title>The Crosswalk Project</title> <link rel="shorcut icon" href="/assets/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/assets/favicon.ico" type="image/x-icon" /> <script> WebFontConfig = { custom: { ...
{ "pile_set_name": "Github" }
/*! \file \brief Extra helper classes for ESPManager. ESPMAN is a file+namespace for extra features of the ESPManager lib. */ #pragma once #include <Arduino.h> #include <ArduinoJson.h> #include <IPAddress.h> #include <functional> #include <FS.h> /** * @brief Contains tools for ESPmanager */ na...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. // source: google.golang.org/appengine/internal/remote_api/remote_api.proto // DO NOT EDIT! /* Package remote_api is a generated protocol buffer package. It is generated from these files: google.golang.org/appengine/internal/remote_api/remote_api.proto It has these top-level mess...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
# Your Name Taf Meister ### Academics NYU ### Interests - Raspberry Pi, DYI Projects ### Development - Open Source ### Projects - [SQL-EAN Boilerplate](https://github.com/tashrafy/generator-sql-fullstack) Boilerplate replacing the M (MongoDB) in MEAN stack with SQL (Sequelize) ### Profile Link [Taf Meister](https...
{ "pile_set_name": "Github" }
# gold loot=currency,50,40,50 # crafting loot=751,15 loot=752,15 loot=754,15 # normal clothes loot=311,13 loot=312,13 loot=313,13 loot=314,13 loot=315,13 loot=316,13 loot=317,13 loot=318,13 loot=319,13 loot=320,13 # normal weapons loot=321,13 loot=322,13 loot=323,13 # normal misc loot=324,13 # magic clothes loot=3...
{ "pile_set_name": "Github" }