text
stringlengths
2
99.9k
meta
dict
# This contains libraries that a) do not change frequently or b) require c code compilation to work # We install these libraries as a single layer in our base docker image # To decode JWT tokens. # cryptography is actually a transitive dependency, and only needed because PyJWT needs it PyJWT==1.7.1 cryptography==2.9 ...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "Using TensorFlow backend.\n" ] } ], "source": [ "import numpy as np\n", "import json\n", "from keras.models im...
{ "pile_set_name": "Github" }
#include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <stdio.h> struct auth { char name[32]; int auth; }; struct auth *auth; char *service; int main(int argc, char **argv) { char line[128]; while(1) { printf("[ auth = %p, service = %p ]\n", auth, service); ...
{ "pile_set_name": "Github" }
<?php namespace phpbu\App\Backup\Cleaner; use phpbu\App\Backup\Cleaner; use phpbu\App\Backup\Collector; use phpbu\App\Result; use phpbu\App\Backup\Target; /** * Simulator interface. * * @package phpbu * @subpackage Backup * @author Sebastian Feldmann <sebastian@phpbu.de> * @copyright Sebastian Feldmann ...
{ "pile_set_name": "Github" }
framework module Pods_DemoApp { umbrella header "Pods-DemoApp-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
@file:Suppress("NOTHING_TO_INLINE") package io.ktor.utils.io.bits import io.ktor.utils.io.core.internal.* import java.nio.* @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING") public actual inline class Memory @DangerousInternalIoApi constructor(public val buffer: ByteBuffer) { /** * Size of...
{ "pile_set_name": "Github" }
"use strict"; module.exports = exports = build; exports.usage = 'Attempts to compile the module by dispatching to node-gyp or nw-gyp'; var compile = require('./util/compile.js'); var handle_gyp_opts = require('./util/handle_gyp_opts.js'); var configure = require('./configure.js'); function do_build(gyp,argv,callbac...
{ "pile_set_name": "Github" }
# DM Reader <a name="2lzA4"></a> ## 一、插件名称 名称:**dmreader** <a name="jVb3v"></a> ## 二、支持的数据源版本 **DM7、DM8**<br /> <a name="4lw0x"></a> ## 三、参数说明 - **jdbcUrl** - 描述:针对关系型数据库的jdbc连接字符串 <br />jdbcUrl参考文档:[达梦官方文档](http://www.dameng.com/down.aspx?TypeId=12&FId=t14:12:14) - 必选:是 - 默认值:无 - **username** - 描述:数据源的用户...
{ "pile_set_name": "Github" }
/* ************************************************************************************* * Copyright 2013 Normation SAS ************************************************************************************* * * This file is part of Rudder. * * Rudder is free software: you can redistribute it and/or modify * it under the...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?><!-- ~ Copyright 2019 Google LLC ~ ~ 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 ~ ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ...
{ "pile_set_name": "Github" }
[ { "category": "``apigateway``", "description": "Update apigateway command to latest version", "type": "api-change" }, { "category": "``ssm``", "description": "Update ssm command to latest version", "type": "api-change" }, { "category": "``apigatewayv2``", "description"...
{ "pile_set_name": "Github" }
/* GNU Ocrad - Optical Character Recognition program Copyright (C) 2003-2015 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or ...
{ "pile_set_name": "Github" }
""" Base class with plot generating commands. Does not define any special non-GMT methods (savefig, show, etc). """ import contextlib import numpy as np import pandas as pd from .clib import Session from .exceptions import GMTError, GMTInvalidInput from .helpers import ( build_arg_string, dummy_context, da...
{ "pile_set_name": "Github" }
.. _multigraph: ================================================================= MultiGraph---Undirected graphs with self loops and parallel edges ================================================================= Overview ======== .. currentmodule:: networkx .. autoclass:: MultiGraph Methods ======= Adding and rem...
{ "pile_set_name": "Github" }
<?php // Heading $_['heading_title'] = 'Latest Orders'; // Text $_['text_extension'] = 'Extensions'; $_['text_success'] = 'Success: You have modified dashboard recent orders!'; $_['text_edit'] = 'Edit Dashboard Recent Orders'; // Column $_['column_order_id'] = 'Order ID'; $_['column_customer'] ...
{ "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" }
: ^a ^b ^c ^d ^e ^f ^g ^h ^i ^j ^k ^l ^m ^n ^o ^p ^q ^r ^s ^t ^u ^v ^w ^x ^y ^z ^0 ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^A ^B ^C ^D ^E ^F ^G ^H ^I ^J ^K ^L ^M ^N ^O ^P ^Q ^R ^S ^T ^U ^V ^W ^X ^Y ^Z
{ "pile_set_name": "Github" }
protocol NSLocking { func lock() func unlock() } class NSLock : NSObject, NSLocking { func tryLock() -> Bool func lock(before limit: NSDate) -> Bool @available(iOS 2.0, *) var name: String? func lock() func unlock() } class NSConditionLock : NSObject, NSLocking { init(condition condition: Int) var ...
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Application Name |-------------------------------------------------------------------------- | | This value is the name of your application. This value is used when the | framework needs to plac...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-cache-factory</title> <link href="style.css" rel="stylesheet" type="text/css"> <script src="../../../angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="cacheExampleApp"> <div ng-...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Name: src/generic/fontpickerg.cpp // Purpose: wxGenericFontButton class implementation // Author: Francesco Montorsi // Modified by: // Created: 15/04/2006 // Copyright: (c) Francesco Montorsi // Licence: wxWind...
{ "pile_set_name": "Github" }
#-- copyright # OpenProject is an open source project management software. # Copyright (C) 2012-2020 the OpenProject GmbH # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork ...
{ "pile_set_name": "Github" }
/* gzlib.c -- zlib functions common to reading and writing gzip files * Copyright (C) 2004-2017 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "gzguts.h" #if defined(_WIN32) && !defined(__BORLANDC__) && !defined(__MINGW32__) # define LSEEK _lseeki64 #else #if defin...
{ "pile_set_name": "Github" }
############################################################ # <bsn.cl fy=2013 v=none> # # Copyright 2013, 2014 BigSwitch Networks, Inc. # # # # </bsn.cl> ############################################################ ARCH := amd64 PACKAGE_NAMES=onlp-x86-64-accton-as7716-32x-r0 include ../../../../../make/debuild....
{ "pile_set_name": "Github" }
/*global doSweep */ $(document).ready(function() { "use strict"; var arr = [20, 30, 44, 54, 55, 11, 78, 14, 13, 79, 12, 98]; doSweep("shellsortCON2", arr, 8); });
{ "pile_set_name": "Github" }
module network { export class PlayCardsResolver extends IResolver{ public constructor() { super(); } /** * 发送消息封包 */ protected Package(data:any):any{ let event = { action:131, data:data }; event = data; return event; } /** * 接收消息解包 */ protected Parse(data:any){ re...
{ "pile_set_name": "Github" }
#coding=utf-8 #coding=utf-8 ''' Created on 2014-12-16 @author: Devuser ''' import os from gatesidelib.filehelper import FileHelper from gatesidelib.common.simplelogger import SimpleLogger class GitHelper(object): ''' git command helper ''' git_clonecommand="git clone -b {BRANCHNAME} {REPERTORY} {PROJ...
{ "pile_set_name": "Github" }
<html> <head> <title>CSS background/foreground images</title> <style type="text/css"> body { font-family:Verdana; font-size:10pt; width:100%%; height:100%%; background-color: window; padding:10px; margin:0; } header { font-size:150%; } #c1 { background-color: threedface; } img { ...
{ "pile_set_name": "Github" }
# # Copyright (c) 2008-2020 the Urho3D project. # # 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, merge, p...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Cavium, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License * as published by the Free Software Foundation. */ #ifndef __REQUEST_MANAGER_H #define __REQUEST_MANAGER_H #include "cpt_common.h" #d...
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Exception; use GuzzleHttp\Promise\PromiseInterface; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\UriInterface; /** * HTTP Request exception */ class RequestException extends TransferException { /** @var RequestInterface */ pri...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0+ # # Makefile for the HISILICON network device drivers. # ccflags-y := -I $(srctree)/drivers/net/ethernet/hisilicon/hns3 obj-$(CONFIG_HNS3_HCLGE) += hclge.o hclge-objs = hclge_main.o hclge_cmd.o hclge_mdio.o hclge_tm.o hclge_mbx.o hclge-$(CONFIG_HNS3_DCB) += hclge_dcb.o
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using AudioBand.AudioSource; namespace AudioBand.TextFormatting { /// <summary> /// A placeholder text that has values based on the current song. /// </summary> public abstract class TextPlaceholder { ...
{ "pile_set_name": "Github" }
import decimalAdjust from "discourse/lib/decimal-adjust"; export default function (value, exp) { return decimalAdjust("round", value, exp); }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Red Hat, 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 agre...
{ "pile_set_name": "Github" }
--- alias: iquaecuj6b description: Upgrade to 1.7 --- # Upgrade to 1.7 ## Overview The [1.7 release](https://github.com/graphcool/prisma/releases/tag/1.7.0) of Prisma introduces a few major changes for the deployment process of a Prisma API. These changes mainly concern the service configuration within [`prisma.yml`...
{ "pile_set_name": "Github" }
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build windows package main import ( "fmt" "time" "golang.org/x/sys/windows/svc" "golang.org/x/sys/windows/svc/mgr" ) func startService(name string) ...
{ "pile_set_name": "Github" }
<Ticket_ProcessEDocReply xmlns="http://xml.amadeus.com/TATRES_15_2_1A"> <msgActionDetails> <messageFunctionDetails> <messageFunction>131</messageFunction> </messageFunctionDetails> <responseType>7</responseType> </msgActionDetails> <error> <errorDetails> ...
{ "pile_set_name": "Github" }
find $SRC_DIR -type f if [[ ! -f "$SRC_DIR/mypkg/awesomeheader.h" ]]; then exit 1 fi # when a file shadows the parent directory name if [[ ! -f "$SRC_DIR/mypkg/mypkg" ]]; then exit 1 fi echo "found source files OK" exit 0
{ "pile_set_name": "Github" }

0:01 A key design feature for working with classes and object-oriented programming  0:04 is modeling and layers, going from the most general to the most specific.  0:09 So, we started with a creature class,  0:12 and a creature class has a name and a level and it's just a generic creature, 0:16 it could be anything, s...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License...
{ "pile_set_name": "Github" }
--- -api-id: E:Windows.UI.Xaml.Controls.SwipeItem.Invoked -api-type: winrt event --- <!-- Event syntax. public event TypedEventHandler Invoked<SwipeItem, SwipeItemInvokedEventArgs> --> # Windows.UI.Xaml.Controls.SwipeItem.Invoked ## -description Occurs when user interaction indicates that the command r...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <entity_profile> <profile id="Logistician"> <name>Logistician</name> </profile> <profile id="Translator"> <name>Translator</name> </profile> <profile id="Salesman"> <name>Salesman</name> </profile> </entity_profile>
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
xof 0303txt 0032 Material Material_1 { 1.000000;1.000000;1.000000;1.000000;; 3.200000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "C:\WORK\FPS Creator\MAPS2\texturebank\ww2\walls\concrete\W_b_ALL_01_D2.tga"; } } Frame wall_ALL_a_E { FrameTransformMatrix { 1.000000,0.00...
{ "pile_set_name": "Github" }
--- id: design-principles title: Design Principles --- :::caution This section is a work in progress. ::: - **Little to learn** - Docusaurus should be easy to learn and use as the API is quite small. Most things will still be achievable by users, even if it takes them more code and more time to write. Not having ab...
{ "pile_set_name": "Github" }
// Configure enzyme adapter const enzyme = require('enzyme'); const Adapter = require('enzyme-adapter-react-16'); enzyme.configure({ adapter: new Adapter() }); // require all modules ending in ".spec" from the // current directory and all subdirectories const testsContext = require.context('./src', true, /.spec$/); t...
{ "pile_set_name": "Github" }
export * from './styles' export * from './accessibility' export * from './common' export * from './strings' export * from './window' export * from './isFixed'
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2006-2014 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
{ "pile_set_name": "Github" }
OUTPUT := ./ ifeq ("$(origin O)", "command line") ifneq ($(O),) OUTPUT := $(O)/ endif endif ifeq ($(strip $(STATIC)),true) LIBS = -L../ -L$(OUTPUT) -lm OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ $(OUTPUT)../lib/cpufreq.o $(OUTPUT)../lib/sysfs.o else LIBS = -L../ -L$(OUTPUT...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleName</key> <string>EtoApp.1</string> <key>CFBundleIdentifier</key> <string>com.example.EtoApp.1</string> <key>CFBu...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "leveldb/options.h" #include "leveldb/comparator.h" #include "leveldb/env.h" namespace level...
{ "pile_set_name": "Github" }
# KDU ## Kernel Driver Utility #### System Requirements + x64 Windows 7/8/8.1/10; + Administrative privilege is required. # Purpose and Features The purpose of this tool is to give a simple way to explore Windows kernel/components without doing a lot of additional work or setting up local debugger. It features: + P...
{ "pile_set_name": "Github" }
/** * Alternate Sphinx design * Originally created by Armin Ronacher for Werkzeug, adapted by Georg Brandl. */ body { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif; font-size: 14px; letter-spacing: -0.01em; line-height: 150%; text-align: center; /*backg...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ Artificial Intelligence for Humans Volume 3: Deep Learning and Neural Networks Python Version http://www.aifh.org http://www.jeffheaton.com Code repository: https://github.com/jeffheaton/aifh Copyright 2015 by Jeff Heaton Licensed under the Apache License, V...
{ "pile_set_name": "Github" }
// RUN: llvm-mc -triple i686-elf -filetype asm -o - %s | FileCheck %s .type TYPE STT_FUNC // CHECK: .type TYPE,@function .type comma_TYPE, STT_FUNC // CHECK: .type comma_TYPE,@function .type at_TYPE, @STT_FUNC // CHECK: .type at_TYPE,@function .type percent_TYPE, %STT_FUNC // CHECK: .type percent_TYPE,@function...
{ "pile_set_name": "Github" }
<b:style src="./Node.css"/> <b:style src="./Node_Expander.css"/> <b:style src="./Folder.css"/> <b:define name="selected" type="bool"/> <b:define name="collapsed" type="bool"/> <b:define name="disabled" type="bool"/> <li class="Basis-TreeNode"> <div{content} class="Basis-TreeNode-Title"> <div ...
{ "pile_set_name": "Github" }
// Copyright Oliver Kowalke 2009. // 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) #include <boost/config.hpp> #if defined(BOOST_USE_SEGMENTED_STACKS) # if defined(BOOST_WINDOWS) # error "...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "MotionOrientation.h" FOUNDATION_EXPORT double MotionOrientation_PTEzVersionNumber; FOUNDATION_EXPORT const unsigned...
{ "pile_set_name": "Github" }
/* * This file is part of the SDWebImage package. * (c) Olivier Poitrey <rs@dailymotion.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ #import <Foundation/Foundation.h> #import "SDWebImageCompat.h" #import "SDImageCoder.h" /// A p...
{ "pile_set_name": "Github" }
/** * The MIT License * Copyright (c) 2015 Estonian Information System Authority (RIA), Population Register Centre (VRK) * * 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" }
from __future__ import absolute_import from builtins import str from .base_monitor import BaseMonitor from kafka import KafkaProducer from kafka.common import KafkaUnavailableError from scutils.method_timer import MethodTimer from retrying import retry import json import sys import traceback class KafkaBaseMonitor(B...
{ "pile_set_name": "Github" }
f.lux-xcode =========== This installs the f.lux iOS app on your device without requiring a jailbreak. Learn more about f.lux at <https://justgetflux.com/> Why isn't this in the app store? -------------------------------- This app changes the color of all running apps on your phone, even when f.lux is not directly op...
{ "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/ */ if (typeof _yuitest_coverage == "undefined"){ _yuitest_coverage = {}; _yuitest_coverline = function(src, line){ var coverage = _yuitest_coverage[src]; if (!...
{ "pile_set_name": "Github" }
package br.com.swconsultoria.nfe.schema_4.retConsReciNFe; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlID; import javax.xml.bind.annotati...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2012, 2013 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 S...
{ "pile_set_name": "Github" }
// Copyright 2008, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
# `lisk account` Commands relating to Lisk accounts. * [`lisk account:create`](#lisk-account-create) * [`lisk account:get ADDRESSES`](#lisk-account-get-addresses) * [`lisk account:show`](#lisk-account-show) ## `lisk account:create` Returns a randomly-generated mnemonic passphrase with its corresponding public/priva...
{ "pile_set_name": "Github" }
#include <rosePublicConfig.h> #ifdef ROSE_BUILD_BINARY_ANALYSIS_SUPPORT #include <sage3basic.h> #include <BinarySmtCommandLine.h> #include <BinarySmtSolver.h> namespace Rose { namespace BinaryAnalysis { bool listSmtSolverNames(std::ostream &out) { BinaryAnalysis::SmtSolver::Availability solvers = BinaryAnalysis:...
{ "pile_set_name": "Github" }
org.slf4j.simpleLogger.defaultLogLevel=warn
{ "pile_set_name": "Github" }
//===--- ParallelUtilities.cpp -------------------------------------------===// // // 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" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59...
{ "pile_set_name": "Github" }
<%inherit file="/template.html" /> <%namespace name="badge_index" file="/badge/index.html"/> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Global badges")}</%def> <%def name="breadcrumbs()"> ${h.badge.breadcrumbs(None)|n} </%def> <%block name="main_content"> ${components.flashmessa...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml en_NZ{ %%Parent{"en_001"} calendar{ generic{ DateTimePatterns{ "h:mm:ss a zzzz", "h:mm...
{ "pile_set_name": "Github" }
/* * cocos2d for iPhone: http://www.cocos2d-iphone.org * * Copyright (c) 2008-2010 Ricardo Quesada * Copyright (c) 2011 Zynga 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 wi...
{ "pile_set_name": "Github" }
function test() { class C { constructor() { this.x = 1; } } return C.prototype.constructor === C && new C().x === 1; } if (!test()) throw new Error("Test failed");
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; namespace Microsoft.Diagnostics.Runtime.DacInterface { [StructLayout(Lay...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; public static class Program { public static void Main () { var str = "abcdefgh"; var strChars = (str as IEnumerable<char>); foreach (var ch in strChars) Console.WriteLine(ch); } }
{ "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" }
// Copyright 2019 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 proto import ( "fmt" "google.golang.org/protobuf/reflect/protoreflect" "google.golang.org/protobuf/runtime/protoiface" ) // Merge merges src into ...
{ "pile_set_name": "Github" }
/* * * Support for audio capture for tm5600/6000/6010 * (c) 2007-2008 Mauro Carvalho Chehab * * Based on cx88-alsa.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. ...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; const UilNavigator = (props) => { const { color, size, ...otherProps } = props return React.createElement('svg', { xmlns: 'http://www.w3.org/2000/svg', width: size, height: size, viewBox: '0 0 24 24', fill: color, ...otherProps ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
{ "pile_set_name": "Github" }
var arrayCopy = require('./arrayCopy'), isArguments = require('../lang/isArguments'), isArray = require('../lang/isArray'), isArrayLike = require('./isArrayLike'), isPlainObject = require('../lang/isPlainObject'), isTypedArray = require('../lang/isTypedArray'), toPlainObject = require('../lang/t...
{ "pile_set_name": "Github" }
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1999, 2011 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ #include "db_config.h" #include "db_int.h" #pragma hdrstop // @v9.5.5 #include "dbinc/db_verify.h" static int __bam_safe_getdata __P((DB*, DB_THREAD_INFO*,PAGE*,...
{ "pile_set_name": "Github" }
<?php /** * Folders Access Control Lists Management (RFC4314, RFC2086) * * @version @package_version@ * @author Aleksander Machniak <alec@alec.pl> * * * Copyright (C) 2011-2012, Kolab Systems AG * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General P...
{ "pile_set_name": "Github" }
/*-------------------------------------------------------------- # Illustrations --------------------------------------------------------------*/ @import "illustrations/illustrations"; /*-------------------------------------------------------------- # Fonts -------------------------------------------------------------...
{ "pile_set_name": "Github" }
import java.io.{File} import scalaxb.compiler.{Config} class UnqualifiedLocalTest extends TestBase { val inFile = new File("integration/src/test/resources/unqualified.xsd") lazy val generated = module.process(inFile, "unqualified", tmp) "unqualified.scala file must compile so that Foo can be used" in { (Li...
{ "pile_set_name": "Github" }
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><la:message key="labels.admin_brand_title"/> | <la:message key="labels.search_list_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 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 t...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <title>Code coverage report for lib/spdy-transport/protocol/spdy/</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../../../prettify.css" /> <link rel="stylesheet" href="../../../../base.css" /> <meta name="viewport" content="width=device-width...
{ "pile_set_name": "Github" }
/* * C# Version Ported by Matt Bettcher and Ian Qvist 2009-2010 * * Original C++ Version Copyright (c) 2007 Eric Jordan * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission i...
{ "pile_set_name": "Github" }
package xiaofei.library.hermestest; import android.content.Context; import xiaofei.library.hermes.annotation.ClassId; /** * Created by Xiaofei on 16/4/28. */ @ClassId("FileUtils") public interface IFileUtils { String getExternalCacheDir(Context context); }
{ "pile_set_name": "Github" }
print(1 < 2 < 3) print(1 < 2 < 3 < 4) print(1 > 2 < 3) print(1 < 2 > 3)
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Writing Modes Test: absolutely positioned non-replaced element - 'direction: ltr' and 'width' is 'auto' and 'left' and 'right' are not 'auto'<...
{ "pile_set_name": "Github" }
{ }
{ "pile_set_name": "Github" }