text
stringlengths
2
99.9k
meta
dict
/* jquery.jspanel.css version 2.5.3 - 2015-05-16 22:21 */ @font-face { font-family: 'jsglyphregular'; src: url('fonts/jsglyph.eot'); src: url('fonts/jsglyph.eot?#iefix') format('embedded-opentype'), url('fonts/jsglyph.woff2') format('woff2'), url('fonts/jsglyph.woff') format('woff'), ...
{ "pile_set_name": "Github" }
<?php /** * Exception for 409 Conflict responses * * @package Requests */ /** * Exception for 409 Conflict responses * * @package Requests */ class Requests_Exception_HTTP_409 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 409; /** * Reason phrase ...
{ "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="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched...
{ "pile_set_name": "Github" }
using Bit.Core.Models; using Bit.Owin.Contracts; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; namespace Bit.Owin.Middlewares { public class AspNetCoreStaticFilesMiddlewareConfiguration : IAspNetCoreMiddlewareConfiguration { public virtual MiddlewarePosition MiddlewarePositio...
{ "pile_set_name": "Github" }
//===--- Editor.h - Output Of Text ------------------------------*- C++ -*-===// // // 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" }
/*- * Copyright (c) 2004 The FreeBSD Project * 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...
{ "pile_set_name": "Github" }
2.4.1 / 2017-11-06 ================== * fix bad merge w/ 2.4.0 2.4.0 / 2017-11-06 ================== UNPUBLISHED * update `package.engines.node` to be more strict * update `fresh@^0.5.2` * fix: `inspect()` no longer crashes `context` * fix: gated `res.statusMessage` for HTTP/2 * added: `app.handleRequest()`...
{ "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" }
using UnityEngine; using System.Collections.Generic; using System.Linq; namespace Keiwando.Evolution { public class CreatureBuilder { /// <summary> /// A counter used to assign a unique id to each body component created with this CreatureBuilder. /// Needs to be incremented after each use. Can be reset if ne...
{ "pile_set_name": "Github" }
""" Copyright Hugh Perkins 2014, 2015 hughperkins at gmail This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. simply import this module in your header file like: // [[[co...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-present The upper.io/db authors. All rights reserved. // // 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 righ...
{ "pile_set_name": "Github" }
<?php 1.2 + 3 ?>
{ "pile_set_name": "Github" }
function New-KeePassDatabase { <# .SYNOPSIS Function to create a keepass database. .DESCRIPTION This function creates a new keepass database .PARAMETER DatabasePath Path to the Keepass database (.kdbx file) .PARAMETER KeyPath Not yet im...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modi...
{ "pile_set_name": "Github" }
# Copyright (c) 2011 OpenStack Foundation. # 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...
{ "pile_set_name": "Github" }
<?php namespace Model; /** * Repository of Model\SequenceIdGeneratorDescending document. */ class SequenceIdGeneratorDescendingRepository extends \Model\Base\SequenceIdGeneratorDescendingRepository { }
{ "pile_set_name": "Github" }
<?php namespace AppBundle\Entity\Model; use AppBundle\Entity\Tag; use AppBundle\Service\TagManager; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\Common\Util\ClassUtils; use Symfony\Component\Serializer\Annotation\Groups; use Symfony\Component\Serializer\Annotation\SerializedName; trait TaggableTrait...
{ "pile_set_name": "Github" }
import shop shopName = 'the Berkeley Bowl' fruitPrices = {'apples': 1.00, 'oranges': 1.50, 'pears': 1.75} berkeleyShop = shop.FruitShop(shopName, fruitPrices) applePrice = berkeleyShop.getCostPerPound('apples') print(applePrice) print('Apples cost $%.2f at %s.' % (applePrice, shopName)) otherName = 'the Stanford Mall...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>Newtonsoft.Json</id> <version>4.5.11</version> <title>Json.NET</title> <authors>James Newton-King</authors> <owners>James Newton-King</owners> <licenseUrl>http://json.codeplex.com/l...
{ "pile_set_name": "Github" }
/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */ /*<!--match-->*/ .cm-s-midnight span.CodeMirror-matchhighlight { background: #494949; } .cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; } /*<!--activeline-->*/ .cm-s-midnight .CodeMirror-active...
{ "pile_set_name": "Github" }
# Prometheus Ksonnet A set of extensible configs for running Prometheus on Kubernetes. Usage: - Make sure you have [Tanka](https://tanka.dev/install) and [jsonnet-bundler](https://tanka.dev/install#jsonnet-bundler) installed: - In your config repo, init Tanka and point it at your Kubernetes cluster: ```bash $ tk ...
{ "pile_set_name": "Github" }
#' Edit a Data Frame. #' #' Interactively edit a \code{data.frame} or \code{data.table}. The resulting #' code will be emitted as a call to reload the data from a temp RDS file. #' #' This addin can be used to interactively edit. #' The intended way to use this is as follows: #' #' 1. Highlight a symbol naming a \code{...
{ "pile_set_name": "Github" }
settb=1/1000, setpts=1/(35*TB) * (N + 0.05 * sin(N*2*PI/25))
{ "pile_set_name": "Github" }
/* Derby - Class org.apache.derby.iapi.store.raw.AuxObject 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...
{ "pile_set_name": "Github" }
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. // Dart test for testing access to private fields. part of PrivateTest.dart; String _private2() { ret...
{ "pile_set_name": "Github" }
// 26.1.8 Reflect.getPrototypeOf(target) var $export = require('./_export') , getProto = require('./_object-gpo') , anObject = require('./_an-object'); $export($export.S, 'Reflect', { getPrototypeOf: function getPrototypeOf(target){ return getProto(anObject(target)); } });
{ "pile_set_name": "Github" }
// // LKDBProperty+KeyMapping.m // LKDBHelper // // Created by LJH on 13-6-17. // Copyright (c) 2013年 ljh. All rights reserved. // #import "LKDB+Mapping.h" #import "NSObject+LKModel.h" @interface LKModelInfos () { __strong NSMutableDictionary* _proNameDic; __strong NSMutableDictionary* _sqlNameDic; __...
{ "pile_set_name": "Github" }
{ "description": "Checks that tethering internet initialized and answers for AT commands", "nodes": [ { "id": "B1xhXPIHU", "position": { "units": "slots", "x": 1, "y": 1 }, "type": "xod/patch-nodes/not-implemented-in-xod" }, { "description": "Pulses ...
{ "pile_set_name": "Github" }
<?php /** * Admin Maintenance Controller * * PHP version 7 * * Copyright (C) Villanova University 2010. * * 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. * * This program i...
{ "pile_set_name": "Github" }
//System Includes #include <thread> #include <memory> #include <functional> //Project Includes #include <restbed> //External Includes #include <catch.hpp> //System Namespaces using std::thread; using std::shared_ptr; using std::make_shared; //Project Namespaces using namespace restbed; //External Namespaces void ...
{ "pile_set_name": "Github" }
<?php defined('IN_PHPCMS') or exit('No permission resources.'); pc_base::load_sys_class('model', '', 0); class admin_model extends model { public function __construct() { $this->db_config = pc_base::load_config('database'); $this->db_setting = 'default'; $this->table_name = 'admin'; parent::__construct(); } }...
{ "pile_set_name": "Github" }
websocket
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. // Streams classes. // // These memory-resident streams are used for serializing data into a sequential // region of memory. // Streams are divided in...
{ "pile_set_name": "Github" }
<#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may ...
{ "pile_set_name": "Github" }
WEBVTT 00:00:19.419 --> 00:00:24.925 <c.magenta>制作现代化Cocoa应用</c> 00:00:35.235 --> 00:00:38.071 <c.magenta>大家好 欢迎来到</c> <c.magenta>“制作现代化Cocoa应用”</c> 00:00:38.438 --> 00:00:39.473 <c.magenta>我是Corbin Dunn</c> 00:00:39.540 --> 00:00:41.975 <c.magenta>我将和同事Jeff一起来做本次演讲</c> 00:00:42.042 --> 00:00:43.977 <c.magenta>我们都...
{ "pile_set_name": "Github" }
package org.hisp.dhis.common.adapter; /* * Copyright (c) 2004-2020, University of Oslo * 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleIdentifier</key> <string>com.apple.xcode.dsym.BinaryDelt...
{ "pile_set_name": "Github" }
<!-- masthead --> <div class="ui masthead segment blue-round-gradient"> <div class="ui page grid"> <div class="column"> {% include menu.html %} </div> </div> </div> <!-- /masthead -->
{ "pile_set_name": "Github" }
stop <- function(..., call. = FALSE){ base::stop(..., call. = FALSE) }
{ "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>ExampleTests</key> <dict> <key>BundleIdentifiersForCrashReportEmphasis</key> <array> <string>org.openbakery.test.Example.watchkitapp</s...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/IMD...
{ "pile_set_name": "Github" }
# urllib2 work-alike interface # ...from urllib2... from urllib2 import \ URLError, \ HTTPError, \ BaseHandler, \ UnknownHandler, \ FTPHandler, \ CacheFTPHandler # ...and from mechanize from _auth import \ HTTPPasswordMgr, \ HTTPPasswordMgrWithDefaultRealm, \ AbstractBasicAu...
{ "pile_set_name": "Github" }
DEFINED_PHASES=install postinst prepare DEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 ) sys-libs/ncurses:0= >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=An ncurses based app to show a scrolling screen...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Agent_VisorHappy_Mat m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type...
{ "pile_set_name": "Github" }
\chapter{Various} \section{Dynamic programming} When doing DP on intervals: $a[i][j] = \min_{i < k < j}(a[i][k] + a[k][j]) + f(i, j)$, where the (minimal) optimal $k$ increases with both $i$ and $j$, \begin{itemize} \item one can solve intervals in increasing order of length, and search $k = p[i][j]$ for $a[i][j]$ on...
{ "pile_set_name": "Github" }
// All of these formats are defined in this specification: http://json-schema.org/latest/json-schema-validation.html#rfc.section.8.3 interface MyObject { /** * @TJS-format date-time */ dateTime: string; /** * @TJS-format email */ email: string; /** * @TJS-format hostname ...
{ "pile_set_name": "Github" }
class CreateCommunityPaymentGateways < ActiveRecord::Migration def change create_table :community_payment_gateways do |t| t.integer :community_id t.integer :payment_gateway_id t.string :braintree_merchant_id t.string :braintree_master_merchant_id t.string :braintree_public_key ...
{ "pile_set_name": "Github" }
require 'idaclient' require 'metasm' # load in metasm the same binary as currently loaded in IDA # from IDA, get all xrefs to the function under the cursor # retrieve the address of each function for each xref # disassemble these functions in metasm # backtrace the 'ebx' argument value for each xref # update...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd"> <html> <head> <link rel="stylesheet" type="text/css" href="../style/style.css" /> <title>Liberation: x86 Instruction Set Reference</title> <link rel="icon" type="image/ico...
{ "pile_set_name": "Github" }
--- title: "Plan your conferencing topology for Skype for Business Server" ms.reviewer: ms.author: v-lanac author: lanachin manager: serdars audience: ITPro ms.topic: conceptual ms.prod: skype-for-business-itpro f1.keywords: - NOCSH localization_priority: Normal ms.assetid: 7392dfa7-791a-4723-88ff-0ef8a9ef11c8 descrip...
{ "pile_set_name": "Github" }
module github.com/urfave/cli go 1.12 require ( github.com/BurntSushi/toml v0.3.1 gopkg.in/yaml.v2 v2.2.2 )
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- saved from url=(0014)about:internet --> <html> <head> <meta charset="UTF-8" /> <title>Avatar 2.0</title> <meta name="Description" content="" /> <meta name="Keywords" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=11" /> <meta http-equiv="Pragma" content="no-cache"> <link rel="shortcu...
{ "pile_set_name": "Github" }
{ "name": "KMI - IRM", "displayName": "KMI - IRM", "properties": [ "meteo.be" ], "prevalence": { "tracking": 0, "nonTracking": 0.0000147, "total": 0.0000147 } }
{ "pile_set_name": "Github" }
package org.mafagafogigante.dungeon.entity; import org.mafagafogigante.dungeon.io.Version; import org.mafagafogigante.dungeon.logging.DungeonLogger; import com.eclipsesource.json.JsonArray; import com.eclipsesource.json.JsonValue; import org.jetbrains.annotations.NotNull; import java.io.Serializable; import java.uti...
{ "pile_set_name": "Github" }
/* File: PVRTexture.h Abstract: The PVRTexture class is responsible for loading .pvr files. Version: 1.0 Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this...
{ "pile_set_name": "Github" }
<form action="{{ $action }}" method="post" @if(isset($inline) && $inline) class="inline-block" @endif > @csrf <button type="submit" class="{{ $class ?? '' }}" style="{{ $style ?? null }}" > {{ $slot }} </button> </form>
{ "pile_set_name": "Github" }
using Microsoft.EntityFrameworkCore; namespace EhTagTranslatorClient.Model { internal class TranslateDb : DbContext { public DbSet<Record> Table { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { optionsBuilder.UseSqlite("Data Sou...
{ "pile_set_name": "Github" }
import React from 'react'; import { makeStyles } from '@material-ui/core/styles'; import InfoIcon from '@material-ui/icons/Info'; import Snackbar from '@material-ui/core/Snackbar'; import { SnackbarContent } from '@material-ui/core'; import useRoomState from '../../hooks/useRoomState/useRoomState'; const useStyles =...
{ "pile_set_name": "Github" }
<div class="col-xs-9"> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active" id="usage-tab-doors-list"> <div class="interactive_screenshot"> <div id="screenshot_doors_tit...
{ "pile_set_name": "Github" }
/* Certificate request creation. Demonstrates some request related * operations. */ #include <stdio.h> #include <stdlib.h> #include <openssl/pem.h> #include <openssl/conf.h> #include <openssl/x509v3.h> #ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> #endif int mkreq(X509_REQ **x509p, EVP_PKEY *...
{ "pile_set_name": "Github" }
[package] name = "thar-be-settings" version = "0.1.0" authors = ["Zac Mrowicki <mrowicki@amazon.com>"] license = "Apache-2.0 OR MIT" edition = "2018" publish = false build = "build.rs" # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] apiclient = { path = "../apiclient" } ...
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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.o...
{ "pile_set_name": "Github" }
.umb-user-details-avatar { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid @gray-8; } div.umb-user-details-actions > div { margin-bottom: 20px; } .umb-user-details-actions .umb-button { margin-bottom: 20px; } .umb-user-details-view-title { font-size: 20px; font-weight:...
{ "pile_set_name": "Github" }
// P_4_3_4_01_emoji_icon_analyser // // Generative Gestaltung – Creative Coding im Web // ISBN: 978-3-87439-902-9, First Edition, Hermann Schmidt, Mainz, 2018 // Benedikt Groß, Hartmut Bohnacker, Julia Laub, Claudius Lazzeroni // with contributions by Joey Lee and Niels Poldervaart // Copyright 2018 // // http://www.ge...
{ "pile_set_name": "Github" }
From 96576b44a1b368bd6590eb0778ae45cc9ccede3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> Date: Fri, 21 Jun 2019 14:08:38 +0200 Subject: [PATCH] include version number Including it allows multiple lua versions to coexist. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- ...
{ "pile_set_name": "Github" }
package com.github.zhangkaitao.shiro.chapter11.service; import com.github.zhangkaitao.shiro.chapter11.dao.UserDao; import com.github.zhangkaitao.shiro.chapter11.dao.UserDaoImpl; import com.github.zhangkaitao.shiro.chapter11.entity.User; import java.util.Set; /** * <p>User: Zhang Kaitao * <p>Date: 14-1-28 * <p>Ver...
{ "pile_set_name": "Github" }
import { VssueAPI } from 'vssue'; import axios, { AxiosInstance, AxiosRequestConfig } from 'axios'; import { buildQuery, buildURL, concatURL, getCleanURL, parseQuery, } from '@vssue/utils'; import { normalizeUser, normalizeIssue, normalizeComment, normalizeReactions, mapReactionName, } from './ut...
{ "pile_set_name": "Github" }
/********************************************************************************/ /* */ /* Project : P A P Y R U S Toolkit */ /* File : PapyEnumImageGroups3.h *...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <SAObjects/SAUISnippet.h> @interface SAUISnippet (Translation) - (id)translatedSnippet; @end
{ "pile_set_name": "Github" }
package sp.phone.util; import android.content.Context; import android.content.SharedPreferences; import gov.anzong.androidnga.R; import sp.phone.common.ApplicationContextHolder; import gov.anzong.androidnga.common.PreferenceKey; /** * Created by Justwen on 2018/7/2. */ public class ForumUtils { public static ...
{ "pile_set_name": "Github" }
<?php /** * `SET` keyword parser. */ declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Components; use PhpMyAdmin\SqlParser\Component; use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Token; use PhpMyAdmin\SqlParser\TokensList; use function implode; use function is_array; use function trim; /** * ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011. # Tetsuya Morimoto <tetsuya.morimoto@gmail.com>, 2011. msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-23 02:42+0100\n" "PO-Revis...
{ "pile_set_name": "Github" }
# Copyright 2013 the V8 project authors. All rights reserved. # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple 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: # 1. Redistributions of sourc...
{ "pile_set_name": "Github" }
/* slist.c -- generalised singly linked lists Copyright (C) 2000, 2004, 2007-2009, 2011-2015 Free Software Foundation, Inc. Written by Gary V. Vaughan, 2000 NOTE: The canonical source of this file is maintained with the GNU Libtool package. Report bugs to bug-libtool@gnu.org. GNU Libltdl is free soft...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace KendoUIMVC5.Models { public class CarsService { private Random random = new Random(); private Dictionary<string, List<string>> data = new Dictionary<string, List<string>>(); public CarsServi...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "dismissButton.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "dismissButton@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "dismissButton@3x.png", "scale" : ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks/VideoConference.frame...
{ "pile_set_name": "Github" }
package com.trilead.ssh2.signature; import java.math.BigInteger; /** * DSAPrivateKey. * * @author Christian Plattner, plattner@trilead.com * @version $Id: DSAPrivateKey.java,v 1.1 2007/10/15 12:49:57 cplattne Exp $ * @deprecated use {@link java.security.interfaces.DSAPrivateKey} * @see java.security.interfaces...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; const Color backgroundColor = Color.fromARGB(255, 255, 241, 159); const Color commentColor = Color.fromARGB(255, 255, 246, 196);
{ "pile_set_name": "Github" }
import _ from 'lodash'; import configFile from '../../timelion.json'; module.exports = function () { function flattenWith(dot, nestedObj, flattenArrays) { const stack = []; // track key stack const flatObj = {}; (function flattenObj(obj) { _.keys(obj).forEach(function (key) { stack.push(key...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 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" }
<?php /** * SimplePie * * A PHP-Based RSS and Atom Feed Framework. * Takes the hard work out of managing a complete RSS/Atom solution. * * Copyright (c) 2004-2016, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
{ "pile_set_name": "Github" }
# DO NOT EDIT THIS FILE MANUALLY # # This file has been auto-generated from our Google Docs Spreadsheet. --- 'no': ab_tests: test_ideasubmit: help_your_community: Gi ditt bidrag make_your_voice_heard: Bli hørt test_showmespace: make_your_choice: Ta et valg og se hva som skjer videre pl...
{ "pile_set_name": "Github" }
{ "name": "SocketKB", "author": "Brendan Coles <bcoles@gmail.com>", "version": "0.2", "description": "Deploy your own professional knowledge base or knowledge repository. Provide your customers the answers to their questions with SocketKB. Increase customer satisfaction and confidence. Easy and fast to ...
{ "pile_set_name": "Github" }
/* ** DynASM PPC encoding engine. ** Copyright (C) 2005-2014 Mike Pall. All rights reserved. ** Released under the MIT license. See dynasm.lua for full copyright notice. */ #include <stddef.h> #include <stdarg.h> #include <string.h> #include <stdlib.h> #define DASM_ARCH "ppc" #ifndef DASM_EXTERN #define DASM_EXTERN...
{ "pile_set_name": "Github" }
#!/bin/bash -eux retry() { local COUNT=1 local RESULT=0 while [[ "${COUNT}" -le 10 ]]; do [[ "${RESULT}" -ne 0 ]] && { [ "`which tput 2> /dev/null`" != "" ] && tput setaf 1 echo -e "\n${*} failed... retrying ${COUNT} of 10.\n" >&2 [ "`which tput 2> /dev/null`" != "" ] && tput sgr0 } ...
{ "pile_set_name": "Github" }
package org.basex.query.func.math; import static java.lang.StrictMath.*; import org.basex.query.*; import org.basex.query.value.item.*; import org.basex.query.value.seq.*; import org.basex.util.*; /** * Function implementation. * * @author BaseX Team 2005-20, BSD License * @author Christian Gruen */ public fina...
{ "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" }
"""Middleware classes to process messages on their way in and out of workers. """ from vumi.middleware.base import ( BaseMiddleware, TransportMiddleware, ApplicationMiddleware, MiddlewareStack, create_middlewares_from_config, setup_middlewares_from_config) __all__ = [ 'BaseMiddleware', 'TransportMiddl...
{ "pile_set_name": "Github" }
//===- DominanceFrontier.cpp - Dominance Frontier Calculation -------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/MichaelRocks/libphonenumber-android.svg?branch=master)](https://travis-ci.org/MichaelRocks/libphonenumber-android) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-libphonenumber--android-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3676) [![...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org 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 is grant...
{ "pile_set_name": "Github" }
3.0 (quilt)
{ "pile_set_name": "Github" }
# ------------------------------------------------------------------------- # This file controls default concretization preferences for Spack. # # Settings here are versioned with Spack and are intended to provide # sensible defaults out of the box. Spack maintainers should edit this # file to keep it current. # # User...
{ "pile_set_name": "Github" }
package reflect2 import ( "reflect" "unsafe" ) type UnsafeMapType struct { unsafeType pKeyRType unsafe.Pointer pElemRType unsafe.Pointer } func newUnsafeMapType(cfg *frozenConfig, type1 reflect.Type) MapType { return &UnsafeMapType{ unsafeType: *newUnsafeType(cfg, type1), pKeyRType: unpackEFace(reflect.P...
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // // ...
{ "pile_set_name": "Github" }
// Copyright 2009 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 expressions type T struct { x, y, z int } var ( a, b, c, d, e int under_bar int longIdentifier1, longIdentifier2, longIdentifier3 int t0, t1, t2 ...
{ "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 * ...
{ "pile_set_name": "Github" }
{ "type": "File", "start": 0, "end": 18, "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 18 } }, "program": { "type": "Program", "start": 0, "end": 18, "loc": { "start": { "line": 1, "column": 0 }...
{ "pile_set_name": "Github" }