text
stringlengths
2
99.9k
meta
dict
(function(){ var opt = { 'type' : 1, 'pageShow' : function(){}, 'pageHide' : function(){}, 'useShakeDevice' : { 'speed' : 30, 'callback' : function(){} }, 'useParallax' : true, 'useArrow' : true,...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # lantern documentation build configuration file, created by # sphinx-quickstart on Fri Jan 12 22:07:11 2018. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # au...
{ "pile_set_name": "Github" }
/* * Image mirroring * * Copyright Red Hat, Inc. 2012 * * Authors: * Paolo Bonzini <pbonzini@redhat.com> * * This work is licensed under the terms of the GNU LGPL, version 2 or later. * See the COPYING.LIB file in the top-level directory. * */ #include "qemu/osdep.h" #include "qemu/cutils.h" #include "qem...
{ "pile_set_name": "Github" }
function bubbleSort() { var numElements = this.dataStore.length; var temp; for (var outer = numElements; outer >= 2; --outer) { for (var inner = 0; inner <= outer-1; ++inner) { if (this.dataStore[inner] > this.dataStore[inner+1]) { swap(this.dataStore, inner, inner+1); ...
{ "pile_set_name": "Github" }
<?php /* * 2007-2017 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a...
{ "pile_set_name": "Github" }
#!/bin/bash # Build documentation for display in web browser. PORT=${1:-4000} echo "usage: build_docs.sh [port]" # Find the docs dir, no matter where the script is called ROOT_DIR="$( cd "$(dirname "$0")"/.. ; pwd -P )" cd $ROOT_DIR # Gather docs. scripts/gather_examples.sh # Generate developer docs. make docs # ...
{ "pile_set_name": "Github" }
<?php /** @file ini_groups.php * @brief Program List groups within an ini file * @ingroup Examples * @author Marcus Boerger * @date 2003 - 2005 * * Usage: php dba_dump.php \<file\> [\<regex\>] * * Show all groups in the ini file specified by \<file\>. * The regular expression \<regex\> is used to filt...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. 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 ...
{ "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 not ...
{ "pile_set_name": "Github" }
/* * jdcolor.c * * Copyright (C) 1991-1995, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains output colorspace conversion routines. */ // leave this as first line for PCH reasons... ...
{ "pile_set_name": "Github" }
-- Place bugs that you find in here, and -- then check in the file, using (outside of M2): -- cvs ci -m "another bug" Tor should allow noncommutative rings (exterior algebra) quotient should check to see if the second arg is a variable -- in this case it should always use the "linear" strategy minimal resolutions ...
{ "pile_set_name": "Github" }
package conf import ( "github.com/sourcegraph/sourcegraph/cmd/frontend/envvar" "github.com/sourcegraph/sourcegraph/schema" ) // AuthProviderType returns the type string for the auth provider. func AuthProviderType(p schema.AuthProviders) string { switch { case p.Builtin != nil: return p.Builtin.Type case p.Ope...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- ~ Copyright (c) 2015 Evolveum and contributors ~ ~ This work is dual-licensed under the Apache License 2.0 ~ and European Union Public License. See LICENSE file for details. --> <xsd:schema elementFormDefault="qualified" targetNamespace...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2015 Oleg Dolya * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is di...
{ "pile_set_name": "Github" }
<div id="think_page_trace" style="position: fixed;bottom:0;right:0;font-size:14px;width:100%;z-index: 999999;color: #000;text-align:left;font-family:'微软雅黑';"> <div id="think_page_trace_tab" style="display: none;background:white;margin:0;height: 250px;"> <div id="think_page_trace_tab_tit" style="height:30px;...
{ "pile_set_name": "Github" }
// virtual method virtual_foo and virtual destructor class A1 { public: // no user-defined constructor A1() {} virtual ~A1(); virtual int virtual_foo(); }; class B1 : public A1 { public: // no user-defined constructor ~B1(); int virtual_foo(); }; // non-virtual method non_virutal_foo_XX and non-virtual ...
{ "pile_set_name": "Github" }
Router.waitOn(function() { if(Meteor.user() && _.isEmpty(K.Admin.method)) { K.Admin.loadMethods(); } }); Router.map(function() { this.route('panelAdmin', { path: '/admin', template: 'panelAdmin', layoutTemplate: 'layoutMap', loadingTemplate: 'pageLoading', onBeforeAction: function () { if(!K.Admi...
{ "pile_set_name": "Github" }
{ "usageText": "Ici, nous affichons une liste d’exemple d’actions pouvant être présentes dans une application.", "examples": { "inset": { "heading": "### Inset", "desc": "Les feuilles inférieures peuvent être inséparables, réduisant leur largeur maximale sur le bureau à 70%. Cela peut être réduit ma...
{ "pile_set_name": "Github" }
optional_int32: 101 optional_int64: 102 optional_uint32: 103 optional_uint64: 104 optional_sint32: 105 optional_sint64: 106 optional_fixed32: 107 optional_fixed64: 108 optional_sfixed32: 109 optional_sfixed64: 110 optional_float: 111 optional_double: 112 optional_bool: true optional_string: "115" optional_bytes: "116" ...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # 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/. HOST_SOURCES += [ 'bsdiff.c', ] HostProgram('mbsdiff')...
{ "pile_set_name": "Github" }
package com.linbit.linstor.core.apicallhandler.controller; import com.linbit.ExhaustedPoolException; import com.linbit.ImplementationError; import com.linbit.InvalidNameException; import com.linbit.ValueInUseException; import com.linbit.ValueOutOfRangeException; import com.linbit.linstor.InternalApiConsts; import com....
{ "pile_set_name": "Github" }
# Bidirectional Recurrent Neural Networks :label:`sec_bi_rnn` So far we assumed that our goal is to model the next word given what we have seen so far, e.g., in the context of a time series or in the context of a language model. While this is a typical scenario, it is not the only one we might encounter. To illustrat...
{ "pile_set_name": "Github" }
<span style="float:right;"><a href="https://github.com/RubixML/RubixML/blob/master/src/Transformers/SparseRandomProjector.php">[source]</a></span> # Sparse Random Projector A *database-friendly* random projector that samples its random projection matrix from a sparse probabilistic approximation of the Gaussian distrib...
{ "pile_set_name": "Github" }
package spec.concordion.common.results.runTotals.testsuite.failureIndex; import org.concordion.integration.junit4.ConcordionRunner; import org.junit.runner.RunWith; @RunWith(ConcordionRunner.class) public class FailureSpec { public void sleep(int secs) throws InterruptedException { Thread.sleep(secs); ...
{ "pile_set_name": "Github" }
.TH "<util/twi.h>: TWI bit mask definitions" 3 "4 Dec 2008" "Version 1.6.4" "avr-libc" \" -*- nroff -*- .ad l .nh .SH NAME <util/twi.h>: TWI bit mask definitions \- .SH "Detailed Description" .PP .PP .nf #include <util/twi.h> .fi .PP .PP This header file contains bit mask definitions for use with the AVR TWI interf...
{ "pile_set_name": "Github" }
<html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of values" rel=Appendix href="index_values.html"> <li...
{ "pile_set_name": "Github" }
<%@ Application CodeFile="global.asax.cs" Inherits="TestWebApp.Global" %>
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using UnicornStore.Models.UnicornStore; namespace UnicornStore.ViewModels.Shop { public class IndexViewModel { public IEnumerable<Product> FeaturedProducts { get; set; } public IEnumerable<Category> TopLevelCategories { get; set; } } }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2019 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 source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
.. _templatetags: Template tags ============= All translated fields can be read like normal fields, just using like: .. code-block:: html+django {{ object.fieldname }} When a translation is not available for the field, an empty string (or :django:setting:`TEMPLATE_STRING_IF_INVALID`) will be outputted. The Dja...
{ "pile_set_name": "Github" }
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Niek Haarman * * 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 applicabl...
{ "pile_set_name": "Github" }
/* ************************************************************************ qooxdoo - the new era of web development http://qooxdoo.org Copyright: 2007-2008 1&1 Internet AG, Germany, http://www.1und1.de License: MIT: https://opensource.org/licenses/MIT See the LICENSE file in the project'...
{ "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"); y...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Reference: text-emphasis-style: string</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <style> rt { font-variant-east-asian: normal; } </style> <p>Pass if there is a '^' ab...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=4 sw=4 et tw=99 ft=cpp: */ #include "ejs-llvm.h" #include "ejs-error.h" #include "ejs-object.h" #include "ejs-ops.h" #include "ejs-value.h" #include "ejs-array.h" #include "ejs-function.h" #include "ejs-proxy.h" #include "ejs-...
{ "pile_set_name": "Github" }
''' Faraday Penetration Test IDE - Community Version Copyright (C) 2013 Infobyte LLC (http://www.infobytesec.com/) See the file 'doc/LICENSE' for the license information '''
{ "pile_set_name": "Github" }
ttk_add_vtk_module()
{ "pile_set_name": "Github" }
var addSorting = (function () { "use strict"; var cols, currentSort = { index: 0, desc: false }; // returns the summary table element function getTable() { return document.querySelector('.coverage-summary'); } // returns the thead element of the summary table...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework; /** * Magento wrapper for Zend's Escaper class */ class ZendEscaper extends \Zend\Escaper\Escaper { }
{ "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 not u...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
# -*- coding: binary -*- # # Log severities # LOG_ERROR = :error LOG_DEBUG = :debug LOG_INFO = :info LOG_WARN = :warn LOG_RAW = :raw ## # # Log levels # ## # # LEV_0 - Default # # This log level is the default log level if none is specified. It should be # used when a log message should always be displayed when...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: | When "continue Identifier" is evaluated Identifier must be label in the label set of an enclosing (but not crossing function boundaries) IterationStatement es5id...
{ "pile_set_name": "Github" }
// Labels .label-variant(@color) { background-color: @color; &[href] { &:hover, &:focus { background-color: darken(@color, 10%); } } }
{ "pile_set_name": "Github" }
{ "component": true }
{ "pile_set_name": "Github" }
wild_JJ new_JJ bisexuality_JJ slutty_JJ rich_JJ even_JJ raucous_JJ complex_JJ storyline_JJ wild_JJ palatable_JJ solid_JJ needless_JJ sexual_JJ wicked_JJ wild_JJ guilty_JJ guilty_JJ involved_JJ good_JJ high_JJ blue_JJ pretty_JJ popular_JJ prominent_JJ physical_JJ long_JJ blue_JJ rubin-vega_JJ similar_JJ opportunistic_JJ...
{ "pile_set_name": "Github" }
// Copyright 2011 The Snappy-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 snappy import ( "encoding/binary" "errors" "io" ) // Encode returns the encoded form of src. The returned slice may be a sub- // slice of ds...
{ "pile_set_name": "Github" }
module Api::V09 class ScoresController < ApplicationController before_filter :set_leaderboard def show @score = @leaderboard.scores.find(params[:id].to_i) render json: @score end def create err_message = nil user_id = params[:score].delete(:user_id) err_message = "Please pass a user_id wit...
{ "pile_set_name": "Github" }
#!/bin/bash #Prerequisites: run test project first on Eclipse, install Contrib app #in MyExpenses.pages/{lang}/screenshots/orig verschieben #for lang in ca cs de en es fr hu it pl pt tr vi zh-tw; do (echo $lang;cd ${lang}/screenshots/orig/;for image in *;do echo $image; convert $image -resize 60% ../$image;done;);done ...
{ "pile_set_name": "Github" }
// RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s // rdar://11311333 @interface NSView @end @interface INTF - (void) drawRect : inView:(NSView)view; - (void)test:(NSView )a; - (void)foo; @end // CHECK: {7:35-7:35}:"*" // CHECK: {8:21-8:...
{ "pile_set_name": "Github" }
6-11
{ "pile_set_name": "Github" }
# `drupal:9.0.6-fpm-alpine3.12` ## Docker Metadata - Image ID: `sha256:e7d76783668ae929e42046aa53cbc944901acffe45ee332c4477fb70423ed541` - Created: `2020-09-17T04:24:48.207415581Z` - Virtual Size: ~ 165.45 Mb (total size of all layers on-disk) - Arch: `linux`/`amd64` - Entrypoint: `["docker-php-entrypoint"]` - Co...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #include "cbase.h" #include "tier1/utllinkedlist.h" #include "bitstring.h" #include "utlvector.h" #include "ai_navigator.h" #include "scripted...
{ "pile_set_name": "Github" }
#! /usr/bin/env nix-shell #! nix-shell -i python -p python3 nix import csv import json import subprocess import sys from codecs import iterdecode from collections import OrderedDict from os.path import abspath, dirname from urllib.request import urlopen HISTORY_URL = 'https://omahaproxy.appspot.com/history?os=linux'...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; #define ll long long const int mxN=50, M=998244353, i2=499122177, i6=166374059; int n, t, it[mxN*mxN+1], y[2*mxN]; array<int, 2> p[mxN]; ll ans, b[3]; ll f(int t) { for(int i=0; i<n; ++i) { y[2*i]=p[i][1]-t; y[2*i+1]=p[i][1]+t+1; } sort(y, y+2*n); ll r=0; for(in...
{ "pile_set_name": "Github" }
// Copyright 2014 the V8 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. #if V8_TARGET_ARCH_PPC #include "src/assembler.h" #include "src/frames.h" #include "src/macro-assembler.h" #include "src/ppc/assembler-ppc.h" #include...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"/...
{ "pile_set_name": "Github" }
The *.dat files in this directory are copied from The WebKit Open Source Project, specifically $WEBKITROOT/LayoutTests/html5lib/resources. WebKit is licensed under a BSD style license. http://webkit.org/coding/bsd-license.html says: Copyright (C) 2009 Apple Inc. All rights reserved. Redistribution and use in source a...
{ "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"); *...
{ "pile_set_name": "Github" }
import Dispatch internal func dispatched<In>(to queue: DispatchQueue, _ function: @escaping (In) -> ()) -> (In) -> () { return { input in queue.async(execute: { function(input) }) } } internal func dispatched<In1, In2>(to queue: DispatchQueue, _ function: @escaping (In1, In2) -> ()) -> (In1, In2) -> (...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Thu Dec 15 11:10:37 PST 2016 --> <title>Stores.StoreFactory (kafka 0.10.1.1 API)</title> <meta name="date" content="2016-12-15">...
{ "pile_set_name": "Github" }
{ "component": true, "usingComponents": { "wux-animation-group": "../animation-group/index" } }
{ "pile_set_name": "Github" }
// Copyright 2015 The go-github 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 github import ( "context" "encoding/json" "fmt" "net/http" "reflect" "testing" ) func TestAuthorizationsService_List(t *testing.T) { ...
{ "pile_set_name": "Github" }
IA2_EVENT_TEXT_INSERTED on role=ROLE_SYSTEM_LIST new_text={'<obj>' start=2 end=3} EVENT_OBJECT_SHOW on role=ROLE_SYSTEM_LISTITEM name="Item 3" EVENT_OBJECT_REORDER on role=ROLE_SYSTEM_LIST
{ "pile_set_name": "Github" }
/* BLAKE2 reference source code package - optimized C implementations Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. You may use this under the terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - CC0 1.0 Univers...
{ "pile_set_name": "Github" }
/* * Copyright 2015 The SageTV Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.ApplicationModel.DataTransfer.ClipboardHistoryItem.Content -api-type: winrt property ms.custom: RS5 --- <!-- Property syntax. public DataPackageView Content { get; } --> # Windows.ApplicationModel.DataTransfer.ClipboardHistoryItem.Content ## -description Gets the data for the curr...
{ "pile_set_name": "Github" }
define([], function() { return { "PropertyPaneDescription": "Description", "BasicGroupName": "Group Name", "DescriptionFieldLabel": "Description Field" } });
{ "pile_set_name": "Github" }
(cl:in-package #:sicl-reader) (defun convert-according-to-readtable-case (token token-escapes) (ecase (sicl-readtable:readtable-case *readtable*) (:upcase (loop for escape across token-escapes for i from 0 do (when (null escape) (setf (aref token i) (char-upcase (aref token i)))))) (:d...
{ "pile_set_name": "Github" }
*> \brief \b ZHETRD * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download ZHETRD + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zhetrd.f...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2011 Atheros Communications Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
{ "pile_set_name": "Github" }
<?php /** * 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"); ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2005-2006 Dan Marsden 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....
{ "pile_set_name": "Github" }
@require '~styles/variables' @require '~styles-lib/mixins' th width: 70px .content-container rounded-corners-lg() change-bg('bg') theme-prop('border-color', 'bg-subtle') margin-top: 20px padding-top: 8px padding-bottom: 4px padding-right: 10px border-style: solid border-width: $border-width-base .content-e...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "scale" : "1x" }, { "idiom" : "iphone", "filename" : "GroundBotGoodWalk_5_07_100.png", "scale" : "2x" }, { "idiom" : "iphone", "filename" : "GroundBotGoodWalk_5_07_180.png", "scale" : "3x" }, { "idio...
{ "pile_set_name": "Github" }
{ "name": "@arkecosystem/core-logger-pino", "version": "2.7.1", "description": "Pino integration for ARK Core", "license": "MIT", "contributors": [ "Brian Faust <brian@ark.io>" ], "files": [ "dist" ], "main": "dist/index", "types": "dist/index", "scripts": { ...
{ "pile_set_name": "Github" }
$THR 14 1 1 0 THR 1 N NH1 1 1 0 1 1 -0.470000 0.000000 2 H H 0 0 0 1 1 0.310000 0.000000 3 CA CT1 0 0 0 1 1 0.070000 0.000000 4 HA HB 0 0 0 1 1 0.090000 0.000000 5 CB CT1 ...
{ "pile_set_name": "Github" }
#include "qscopedpointer.h"
{ "pile_set_name": "Github" }
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This 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 License, or (at your option) * any la...
{ "pile_set_name": "Github" }
/* * This file is part of wl1271 * * Copyright (C) 2008-2010 Nokia Corporation * * Contact: Luciano Coelho <luciano.coelho@nokia.com> * * 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 Fou...
{ "pile_set_name": "Github" }
/* * 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 Software Foundation. Sun designates this * particular file as subject to the "...
{ "pile_set_name": "Github" }
# Wildcat - Setup - [Goals](docs/01-setup/01-goals.md) - [Requirements](docs/01-setup/02-requirements.md) - [Getting Started](docs/01-setup/03-getting-started.md) - Core Dependencies - [First-party](docs/02-dependencies/01-first-party.md) - [react-wildcat](packages/react-wildcat/README.md) ...
{ "pile_set_name": "Github" }
id: dsq-747520558 date: 2007-05-23T13:24:41.0000000-07:00 name: Rob Conery avatar: https://disqus.com/api/users/avatars/Rob Conery.jpg message: <p>@Owen - it's not an "assigment" at all :). If you read my post on this I'm looking for someone who thinks this is a neat thing to move forward (our initial project, that is)...
{ "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. // Package atom provides integer codes (also known as atoms) for a fixed set of // frequently occurring HTML strings: tag names and attribute keys such as "p" /...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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.tx...
{ "pile_set_name": "Github" }
{ # invalid name wrong name: 0 }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Pla...
{ "pile_set_name": "Github" }
################################################################################ # # sshfs # ################################################################################ SSHFS_VERSION = 2.5 SSHFS_SITE = http://downloads.sourceforge.net/project/fuse/sshfs-fuse/$(SSHFS_VERSION) SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERS...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 103a2bd2899a39947bc2ddd55bd879cb MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: - m_PersistentViewDataDictionary: {instanceID: 0} - disclaimerTextAsset: {fileID: 4900000, guid: 5cf71a00b12d3d44086aaa29828fdc8d, type: 3} executionOrder: 0 icon: {i...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang("language","sr-latn",{button:"Podesi jezik",remove:"Odstrani jezik"});
{ "pile_set_name": "Github" }
// Copyright (c) 2014-2018 The Khronos Group Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and/or associated documentation files (the "Materials"), // to deal in the Materials without restriction, including without limitation // the rights to use, copy, mod...
{ "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" }
#region Copyright (C) 2007-2018 Team MediaPortal /* Copyright (C) 2007-2018 Team MediaPortal http://www.team-mediaportal.com This file is part of MediaPortal 2 MediaPortal 2 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published b...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # This script demonstrates how to rerun a task you've run previously within this project. # Step 0: Have a previously run task with: $ datmo run <your-cmd-here> # or $ datmo <workspace> # ex: notebook, rstudio, etc # Step 1: Find the previous run ID from the run table: $ datmo run ls # Step 2: R...
{ "pile_set_name": "Github" }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.internal.statistic.eventLog.connection; import org.jetbrains.annotations.ApiStatus; import org.jetbrains.annotations.NotNull; import java.util.List; @ApiSt...
{ "pile_set_name": "Github" }
## DESCRIPTION ## ## ENDDESCRIPTION ## DBsubject(Algebra) ## DBchapter(Rational equations and functions) ## DBsection(Asymptotes) ## Date(03/17/2017) ## Institution(Red Rocks Community College, Colorado Community College System) ## Author(Brenda Forland) ## MO(1) ## KEYWORDS('college algebra') ####################...
{ "pile_set_name": "Github" }
.opacity(@o:0){ opacity: @o/100; } .border-radius(@radius:0px){ border-radius: @radius; -webkit-border-radius: @radius; -moz-border-radius: @radius; } .gradient(@from:#FAFAFA,@to:#E5E5E5){ background-color: @from; background: -webkit-gradient(linear, left top, left bottom, from(@from), to(@to));...
{ "pile_set_name": "Github" }