text
stringlengths
2
99.9k
meta
dict
// Class for a password field: let user choose into a bunch of small images enyo.kind({ name: "Sugar.Password", kind: enyo.Control, published: { label: '', }, events: { onEnter: "" }, classes: "password-class", components: [ {name: "line", classes: "password-line", components: [ {name: "text", content: "x...
{ "pile_set_name": "Github" }
/** * @file core/hpt/deduce_hp_types.hpp * @author Kirill Mishchenko * * Tools to deduce types of hyper-parameters from types of arguments in the * Optimize method in HyperParameterTuner. * * mlpack is free software; you may redistribute it and/or modify it under the * terms of the 3-clause BSD license. You sh...
{ "pile_set_name": "Github" }
JupyterHub for Teaching ======================= Version: |version| Date: |today| .. _abstract-teaching: Abstract -------- This deployment is designed for teaching a small to medium group of trusted users. As a simple, reusable JupyterHub deployment for your reference, this repository enables installation and deplo...
{ "pile_set_name": "Github" }
import Foundation import UIKit import Display import AsyncDisplayKit import UIKit import SwiftSignalKit import TelegramCore import SyncCore import TelegramPresentationData import TelegramStringFormatting import AccountContext final class PeerBanTimeoutController: ActionSheetController { private var presentationDis...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-63.js * @description Object.create - one property in 'Properties' is a Number object that uses Object's [[Get]] method to access the 'enumerable' property (8.10.5 step 3.a) */ function testcase() { ...
{ "pile_set_name": "Github" }
{ "name": "@stylable/custom-value", "version": "3.11.1", "description": "Custom values (variables) for Stylable", "main": "./cjs/index.js", "types": "./cjs/index.d.ts", "scripts": { "clean": "rimraf ./cjs", "build": "ts-build ./src --cjs", "test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000...
{ "pile_set_name": "Github" }
# Changelog ## V 4.0 * Fix compatibility with Python 3.8 and drop compatibility with Python 2 * Fix poppy-configure and dxl-config for recent Dynamixel firmwares with protocol v1 * Replaced the Snap build from pypot by a Snap downloader for `poppy-services --snap` * Add Snap entry points for webcam access in the RES...
{ "pile_set_name": "Github" }
#ifndef _TUTTLE_PLUGIN_PINNINGPLUGINFACTORY_HPP_ #define _TUTTLE_PLUGIN_PINNINGPLUGINFACTORY_HPP_ #include <ofxsImageEffect.h> namespace tuttle { namespace plugin { namespace pinning { mDeclarePluginFactory(PinningPluginFactory, {}, {}); } } } #endif
{ "pile_set_name": "Github" }
<RCC> <qresource prefix="/images"> <file>tower.png</file> <file>bullet.png</file> <file>enemy.png</file> </qresource> </RCC>
{ "pile_set_name": "Github" }
<Alloy> <Window> <Label id="build"/> </Window> </Alloy>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="AsyncBridge.Net35" version="0.2.0" targetFramework="net45" /> <package id="JetBrains.Lifetimes" version="2020.2.1" targetFramework="net45" /> <package id="NUnit" version="3.11.0" targetFramework="net45" /> <package id="TaskParallelLibrary" version=...
{ "pile_set_name": "Github" }
// https://leetcode-cn.com/problems/queries-on-a-permutation-with-key/ class L1409_Queries_on_a_Permutation_With_Key { public int[] processQueries(int[] queries, int m) { } }
{ "pile_set_name": "Github" }
package matchers import ( "fmt" "github.com/onsi/gomega/format" ) type BeTrueMatcher struct { } func (matcher *BeTrueMatcher) Match(actual interface{}) (success bool, err error) { if !isBool(actual) { return false, fmt.Errorf("Expected a boolean. Got:\n%s", format.Object(actual, 1)) } return actual.(bool),...
{ "pile_set_name": "Github" }
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in th...
{ "pile_set_name": "Github" }
>> POST /institutions/get_by_id >> ={"client_id":"xxx","secret":"yyy","institution_id":"ins_3"} << 400 << content-type: application/json; charset=utf-8 << =<html>invalidJsonIsTheWorst</html>
{ "pile_set_name": "Github" }
{ "name": "puppetlabs-apache", "version": "1.1.1", "author": "puppetlabs", "summary": "Puppet module for Apache", "license": "Apache 2.0", "source": "git://github.com/puppetlabs/puppetlabs-apache.git", "project_page": "https://github.com/puppetlabs/puppetlabs-apache", "issues_url": "https://github.com/p...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008 - Yann COLLETTE <yann.collette@renault.com> * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to art...
{ "pile_set_name": "Github" }
/** * @author alteredq / http://alteredqualia.com/ * * Depth-of-field shader with bokeh * ported from GLSL shader by Martins Upitis * http://artmartinsh.blogspot.com/2010/02/glsl-lens-blur-filter-with-bokeh.html */ THREE.BokehShader = { uniforms: { "tColor": { type: "t", value: null }, "tDepth": { typ...
{ "pile_set_name": "Github" }
function map_dark_2xkrossb.init() dark.init() end
{ "pile_set_name": "Github" }
Source: statsite Maintainer: John Keates <john@keates.nl> Section: misc Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9), dh-systemd, dh-autoreconf, dh-systemd, pkg-config, python-pytest, python-mock, python-requests, netcat, lsof Package: statsite Architecture: any Depends: ${shlibs:Depends...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of th...
{ "pile_set_name": "Github" }
/* Copyright 2020 Gravitational, 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, soft...
{ "pile_set_name": "Github" }
{ "label": "Europe (EU27)", "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]] }
{ "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. // ------------------------------------------------------------------------------ /...
{ "pile_set_name": "Github" }
This DataTables plugin (v1.9.x) for jQuery was developed out of the desire to allow highly configurable access to HTML tables with advanced access features. For detailed installation, usage and API instructions, please refer to the DataTables web-pages: http://www.datatables.net Questions, feature requests and bug re...
{ "pile_set_name": "Github" }
/* Copyright (C) 2017 Canonical Ltd. */ 'use strict'; const React = require('react'); const enzyme = require('enzyme'); const Lightbox = require('./lightbox'); const {SvgIcon} = require('@canonical/juju-react-components'); describe('Lightbox', function() { const renderComponent = (options = {}) => enzyme.shallow(...
{ "pile_set_name": "Github" }
/** * \file dnn/src/cuda/local_share/opr_impl.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/ratingBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="32dp" an...
{ "pile_set_name": "Github" }
pragma solidity ^0.5.0; import "./IsLibrary.sol"; contract UsesLibrary { event UsesLibraryEvent(uint eventID); constructor() public {} function fireIsLibraryEvent(uint id) public { IsLibrary.fireIsLibraryEvent(id); } function fireUsesLibraryEvent(uint id) public { emit UsesLibraryEvent(id); } ...
{ "pile_set_name": "Github" }
local Enemy = require 'nodes/enemy' local gamestate = require 'vendor/gamestate' local Projectile = require 'nodes/projectile' local Timer = require 'vendor/timer' local sound = require 'vendor/TEsound' local Quest = require 'quest' return { name = 'alien_turret', die_sound = 'boulder-crumble', height = 48, wi...
{ "pile_set_name": "Github" }
<!-- ~ Copyright 2019 Uriah Shaul Mandel ~ ~ 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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013, 2018, 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" }
 Copyright (c) 2010 Darren Cauthon 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, publish, distribu...
{ "pile_set_name": "Github" }
/* Copyright (C) 2007-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the ...
{ "pile_set_name": "Github" }
# RUN: yaml2obj < %s | llvm-nm - | FileCheck -strict-whitespace %s # Check that wasm import of functions/globals/data are displayed correctly --- !WASM FileHeader: Version: 0x00000001 Sections: - Type: TYPE Signatures: - Index: 0 ParamTypes: - I32 R...
{ "pile_set_name": "Github" }
/* * Copyright 2014-present Open Networking 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
{ "pile_set_name": "Github" }
### 习近平对他万分感谢 胡锦涛有人怀念?(图) ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安卓版]...
{ "pile_set_name": "Github" }
package = "lua-resty-validation" version = "dev-1" source = { url = "git://github.com/bungle/lua-resty-validation.git" } description = { summary = "Validation Library (Input Validation and Filtering) for Lua and OpenResty", detailed = "lua-resty-validation is an extendable chaining validation and filtering ...
{ "pile_set_name": "Github" }
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // </auto-generated> namespace Microsoft.Azure.Management.Sql.Fluent.Models ...
{ "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 "printing/backend/print_backend.h" namespace { bool g_native_cups_enabled = false; } // namespace namespace printing { PrinterBasicInfo::...
{ "pile_set_name": "Github" }
from distutils.core import setup import os PROJECT_NAME = 'endless_pagination' ROOT = os.path.abspath(os.path.dirname(__file__)) VENV = os.path.join(ROOT, '.venv') VENV_LINK = os.path.join(VENV, 'local') project = __import__(PROJECT_NAME) root_dir = os.path.dirname(__file__) if root_dir: os.chdir(root_dir) da...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ScrollView android:id="@+id/scroll_container" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/material_margin_vertical" android:paddingLeft="@dimen/material_mar...
{ "pile_set_name": "Github" }
# The train/test net protocol buffer definition # this follows "ADAM: A METHOD FOR STOCHASTIC OPTIMIZATION" net: "examples/mnist/lenet_train_test.prototxt" # test_iter specifies how many forward passes the test should carry out. # In the case of MNIST, we have test batch size 100 and 100 test iterations, # covering the...
{ "pile_set_name": "Github" }
// // CustomTextViewController.swift // SwiftDemo // // Created by amao on 2016/10/12. // Copyright © 2016年 amao. All rights reserved. // import UIKit class CustomTextViewController: BaseViewController { let fontSize : [CGFloat] = [12,13,17,25] let colors = [RGB(0x000000),RGB(0x0000ff),RGB(0x00ff00),...
{ "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" }
import os import cv2 import sys import torch import argparse import subprocess import numpy as np from PIL import Image from glob import glob import os.path as osp import scipy.io as io import multiprocessing as mp import numpy.linalg as linalg import matplotlib.pyplot as plt import multiprocessing.pool as mpp from sci...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15E27e" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="hxg-PX-P...
{ "pile_set_name": "Github" }
module.exports = require('./unset');
{ "pile_set_name": "Github" }
<line_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#ios" id="oval:org.mitre.oval:ste:4021" version="1"> <show_subcommand>show running-config</show_subcommand> <config_line operation="pattern match">crypto isakmp profile</config_line> </line_state>
{ "pile_set_name": "Github" }
################################################################################ # # mesa3d-headers # ################################################################################ # mesa3d-headers is inherently incompatible with mesa3d, so error out # if both are enabled. ifeq ($(BR2_PACKAGE_MESA3D)$(BR2_PACKAGE_ME...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package windows import ( "sync" "sync/atomic" "syscall" "unsafe" ) // We need to use LoadLibrary and GetProcAddress from the Go runtime, because // the th...
{ "pile_set_name": "Github" }
/** * */ export default class { /** * */ compute() { return ` varying vec4 vPos; varying mat4 vProjectionViewMatrix; varying vec4 vProjectedCoords; // // main // void main() { vPos = modelMatrix * vec4(position, 1.0 ); vProjectionViewMatrix = projectionMatrix * viewMatrix; vProjectedCoords = projecti...
{ "pile_set_name": "Github" }
<?hh // Copyright 2004-present Facebook. All Rights Reserved. class DictConsts { const dict<int, string> CDICT = dict[2 => "folly"]; const dict<int, dict<int, string>> CNESTED_DICT = dict[2 => dict[4 => "folly"]]; const dict<int, dict<int, float>> CNESTED_DICT_FLOAT = dict[2 => dict[4 => -4.5e10, 5 => 5....
{ "pile_set_name": "Github" }
/* * Hibernate Search, full-text search for your domain model * * License: GNU Lesser General Public License (LGPL), version 2.1 or later * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.search.backend.elasticsearch.types.dsl.impl; import java....
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Collections.Specialized; using ServiceStack.Text; using ServiceStack.Web; namespace ServiceStack { public static class RequestExtensions { /// <summary> /// Duplicate Params are given a unique key by appending a #1 suffix ...
{ "pile_set_name": "Github" }
require('fs').readdirSync(__dirname).forEach(function(f) { if (f.substr(0, 5) === 'test-') require('./' + f); });
{ "pile_set_name": "Github" }
// // ViewController.m // ABCIntroView // // Created by Adam Cooper on 2/5/15. // Copyright (c) 2015 Adam Cooper. All rights reserved. // #import "ViewController.h" #import "ABCIntroView.h" @interface ViewController () <ABCIntroViewDelegate> @property ABCIntroView *introView; @end @implementation ViewController...
{ "pile_set_name": "Github" }
> * 原文地址:[Why We Need Web 3.0](https://medium.com/s/the-crypto-collection/why-we-need-web-3-0-5da4f2bf95ab) > * 原文作者:[Gav Would](https://medium.com/@gavofyork) > * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) > * 本文永久链接:[https://github.com/xitu/gold-miner/blob/master/TODO1/why-we-need-web-3-0.md](https://github.co...
{ "pile_set_name": "Github" }
(yield) => 42;
{ "pile_set_name": "Github" }
export { default } from "./ProductVariantImages"; export * from "./ProductVariantImages";
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(AspNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\OrchardCore\OrchardCore.Infrastructu...
{ "pile_set_name": "Github" }
{ "author": "Microsoft", "name": "Ink Smart Canvas", "description": "该网页可让你使用 Windows Ink 中的形状和文本识别功能来创建笔记。", "identity": "wts.Page.InkSmartCanvas.Prism" }
{ "pile_set_name": "Github" }
<?php /* * This file is part of the NelmioApiDocBundle package. * * (c) Nelmio * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Nelmio\ApiDocBundle\Tests\Functional\Entity; use JMS\Serializer\Annotation as Serializer; u...
{ "pile_set_name": "Github" }
export * from './app.component'; export * from './app.module';
{ "pile_set_name": "Github" }
/// <reference path="../../../jqwidgets-ts/jqwidgets.d.ts" /> function numericInput(selector) { // initialization options - validated in typescript // jqwidgets.NumberInputOptions has generated TS definition var options = { width: '250px', height: '25px', spinButtons: true }; ...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_fluent_arrow_down_28_regular.pdf", "idiom": "universal" } ], "info": { "author": "xcode", "version": 1 }, "properties": { "preserves-vector-representation": true, "template-rendering-intent": "template" } }
{ "pile_set_name": "Github" }
// +build darwin freebsd linux netbsd openbsd package packer import ( "bytes" "errors" "log" "os" "os/exec" "path/filepath" "strings" ) func configFile() (string, error) { dir, err := homeDir() if err != nil { return "", err } return filepath.Join(dir, ".packerconfig"), nil } func configDir() (string,...
{ "pile_set_name": "Github" }
--- layout: post title: State of the Browser, 2016 date: 2016-02-25 tags: ["Development","News","Roadmap"] --- It's been a while since we posted on here[*](#asterisk), and while the JBrowse-o-sphere has not been silent (there's been plenty of chatter on the [gmod-ajax](https://lists.sourceforge.net/lists/listinfo/gmod...
{ "pile_set_name": "Github" }
// This is part of SLEEF, written by Naoki // Shibata. http://shibatch.sourceforge.net // The code in this file is distributed under the Creative Commons // Attribution 4.0 International License. #define PREC_TARGET 64 #if 0 #define N 8 // Degree of equation #define S 40 // Number of samples for p...
{ "pile_set_name": "Github" }
import * as util from 'util' export default function inspect(obj: any, color: boolean) { return util.inspect(obj, false, 5, color) }
{ "pile_set_name": "Github" }
/* * Asqatasun - Automated webpage assessment * Copyright (C) 2008-2019 Asqatasun.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at y...
{ "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 ...
{ "pile_set_name": "Github" }
<!-- ~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved. ~ Redistribution or use of this work in any form, with or without modification, ~ requires written permission from the copyright holder. --> <h3><a href="http://reference.wolfram.com/mathematica/ref/DownLeftRightVector.html">DownLeftRightVe...
{ "pile_set_name": "Github" }
/* * pg_upgrade.c * * main source file * * Copyright (c) 2010, PostgreSQL Global Development Group * $PostgreSQL$ */ #include "pg_upgrade.h" #ifdef HAVE_LANGINFO_H #include <langinfo.h> #endif static void disable_old_cluster(migratorContext *ctx); static void prepare_new_cluster(migratorContext *ctx); static ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2018-2019, Mihai Emil Andronache * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1)Redistributions of source code must retain the above copyright notice, * this list of c...
{ "pile_set_name": "Github" }
<div> Defines a simple boolean parameter, which you can use during a build, either as an environment variable, or through variable substitution in some other parts of the configuration. The string value will be 'true' or 'false'. </div>
{ "pile_set_name": "Github" }
package it.sephiroth.android.library.imagezoom.graphics; import android.graphics.Bitmap; import it.sephiroth.android.library.imagezoom.ImageViewTouchBase; /** * Base interface used in the {@link ImageViewTouchBase} view * * @author alessandro */ public interface IBitmapDrawable { Bitmap getBitmap(); }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the follow...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Console; use Illuminate\Contracts\Events\Dispatcher; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\BufferedOutput; use Symfony\Component\Console\Application as SymfonyApplication; use Symfony\Component\Co...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. package model const ( POST_EMBED_IMAGE PostEmbedType = "image" POST_EMBED_MESSAGE_ATTACHMENT PostEmbedType = "message_attachment" POST_EMBED_OPENGRAPH PostEmbedType = "opengraph" P...
{ "pile_set_name": "Github" }
/* A Bison parser, made by GNU Bison 3.4.1. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as pub...
{ "pile_set_name": "Github" }
// Copyright 2013 The Gorilla 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 handlers import ( "compress/flate" "compress/gzip" "io" "net/http" "strings" ) type compressResponseWriter struct { io.Writer http.Respons...
{ "pile_set_name": "Github" }
/*globals define, $*/ /*jshint browser: true*/ /** * Generated by VisualizerGenerator 0.1.0 from webgme on Wed Dec 23 2015 11:31:06 GMT-0600 (CST). */ define([ 'js/Utils/ComponentSettings', 'text!./RootViz.html', 'text!./Card.html.ejs', 'underscore', 'css!./styles/RootVizWidget.css' ], function ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2017 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file exc...
{ "pile_set_name": "Github" }
# Makefile for installing Lua # See doc/readme.html for installation and customization instructions. # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT ======================= # Your platform. See PLATS for possible values. PLAT= none # Where to install. The installation starts in the src and doc directories, #...
{ "pile_set_name": "Github" }
/* * tcbmrom.h * * Written by * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.scene.control.skin; import com.sun.javafx.scene.ParentHelper; import com.sun.javafx.sce...
{ "pile_set_name": "Github" }
// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <gtest/gtest.h> #include "ie_layouts.h" #include "myriad_layers_tests.hpp" #include <vpu/private_plugin_config.hpp> #include "myriad_layers_reference_functions.hpp" using namespace InferenceEngine; using myriadEliminateRe...
{ "pile_set_name": "Github" }
/* This file is part of Konsole, a terminal emulator for KDE. Copyright 2018 by Mariusz Glebocki <mglb@arccos-1.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versio...
{ "pile_set_name": "Github" }
{ "name": "react-umeditor", "version": "1.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { "ansi-regex": { "version": "2.1.1", "resolved": "http://registry.npm.taobao.org/ansi-regex/download/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", "d...
{ "pile_set_name": "Github" }
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
################################################################################ # t/partition_mgm_lc0_archive.test # # # # Purpose: ...
{ "pile_set_name": "Github" }
#include <jni.h> /* Header for jnetpcap_utils utility methods */ #ifndef _Included_org_jnetpcap_WinWinPcapStat #define _Included_org_jnetpcap_WinWinPcapStat #ifdef __cplusplus extern "C" { #define EXTERN extern "C" #endif extern jclass winWinPcapStatClass; // Prototypes jobject newWinPcapStat(JNIEnv *env); void set...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: msgid "" msgstr "" "Project-Id-Version: xadmin-core\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-20 13:28+0800\n" "PO-Revision-Date: 2013-...
{ "pile_set_name": "Github" }
# `nats-streaming:0.18.0-scratch` ## Docker Metadata - Image ID: `sha256:51d28dc2950a94ff3d73d86750b57ba3c6dae964c671dbac699c2f17eecd5880` - Created: `2020-06-25T19:25:44.901907873Z` - Virtual Size: ~ 15.68 Mb (total size of all layers on-disk) - Arch: `linux`/`amd64` - Entrypoint: `["/nats-streaming-server"]` - ...
{ "pile_set_name": "Github" }
// // TLContactsAngel.h // TLChat // // Created by 李伯坤 on 2018/1/8. // Copyright © 2018年 李伯坤. All rights reserved. // #import "ZZFLEXAngel.h" typedef NS_ENUM(NSInteger, TLContactsVCSectionType) { TLContactsVCSectionTypeFuncation = -1, TLContactsVCSectionTypeEnterprise = -2, }; typedef NS_ENUM(NSInteger, ...
{ "pile_set_name": "Github" }
<cib crm_feature_set="2.1" admin_epoch="0" epoch="165" num_updates="3" dc-uuid="a9a4b0ab-fc17-48ab-9d91-29e398e15cb6" have-quorum="1" remote-tls-port="0" validate-with="pacemaker-3.0" cib-last-written="Fri Jul 13 13:51:07 2012"> <configuration> <crm_config> <cluster_property_set id="cib-bootstrap-options"> ...
{ "pile_set_name": "Github" }
/** * Copyright 2012-2020, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; var tinycolor = require('tinycolor2'); var scales = { 'Greys': [ [0, 'rgb(0,0,0)'], [1, 'rgb(255,25...
{ "pile_set_name": "Github" }
// ======================================================================== // $Id: ContextLoader.java,v 1.37 2006/01/09 07:26:12 gregwilkins Exp $ // Copyright 1999-2004 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // Licensed under the Apache License, Versi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 753ea9ccf9eee6c42a0954ec8663b992 NativeFormatImporter: userData: assetBundleName:
{ "pile_set_name": "Github" }