text
stringlengths
2
99.9k
meta
dict
// Copyright 2015 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 width import ( "unicode/utf8" "golang.org/x/text/transform" ) type foldTransform struct { transform.NopResetter } func (foldTransform) Span(src [...
{ "pile_set_name": "Github" }
/*! * Express * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ /** * Module dependencies. */ var connect = require('connect') , HTTPSServer = require('./https') , HTTPServer = require('./http') , Route = require('./router/route') /** * Re-export connect auto-loaders. * * Thi...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. /** * The Date.prototype.setTime property "length" has { ReadOnly, DontDelete, DontEnum } attributes * * @path ch15/15.9/15.9.5/15.9.5.27/S15.9.5.27_A3_T1.js * @description Checking ReadOnly attribute */ x = Date.prototype.setTime.length; Date.prototype...
{ "pile_set_name": "Github" }
<?php /** * @copyright Copyright (c) 2013 2amigOS! Consulting Group LLC * @link http://2amigos.us * @license http://www.opensource.org/licenses/bsd-license.php New BSD License */ Yii::import('bootstrap.helpers.TbArray'); Yii::import('bootstrap.helpers.TbHtml'); /** * WhFontSizes widget class * * @author Antoni...
{ "pile_set_name": "Github" }
# Deploy a Spark cluster in Azure HDInsight ![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-hdinsight-spark-linux/PublicLastTestDate.svg) ![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-hdinsight-spark-linux/PublicDeployment.svg) ...
{ "pile_set_name": "Github" }
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/ // // 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" }
// // InboxViewController.swift // Slide for Reddit // // Created by Carlos Crane on 1/23/17. // Copyright © 2017 Haptic Apps. All rights reserved. // import Anchorage import MaterialComponents.MaterialTabs import reddift import UIKit class InboxViewController: UIPageViewController, UIPageViewControllerDataSource...
{ "pile_set_name": "Github" }
'use strict' // This is the webpack config used for unit tests. const utils = require('./utils') const webpack = require('webpack') const merge = require('webpack-merge') const baseWebpackConfig = require('./webpack.base.conf') const webpackConfig = merge(baseWebpackConfig, { // use inline sourcemap for karma-sourc...
{ "pile_set_name": "Github" }
@import '../utils.sass' @import '~bulma/sass/components/media.sass'
{ "pile_set_name": "Github" }
/** * @file HoughLines.cpp * @brief mex interface for cv::HoughLines * @ingroup imgproc * @author Kota Yamaguchi * @date 2011 */ #include "mexopencv.hpp" #include "opencv2/imgproc.hpp" using namespace std; using namespace cv; /** * Main entry called from Matlab * @param nlhs number of left-hand-side arguments ...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2020 Alexandr Evstigneev * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
{ "pile_set_name": "Github" }
namespace NBTExplorer.Windows.Search { partial class StringRuleForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summ...
{ "pile_set_name": "Github" }
<?php return [ /* |-------------------------------------------------------------------------- | Default Database Connection Name |-------------------------------------------------------------------------- | | Here you may specify which of the database connections below you wish | to use as...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at h...
{ "pile_set_name": "Github" }
package com.github.megatronking.svg.iconlibs; import android.content.Context; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.Paint; import com.github.megatronking.svg.support.SVGRenderer; /** * AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was autom...
{ "pile_set_name": "Github" }
name = "All strings"; description = "Strings and heredocs in one place. <?php $string = 'string'; $query = <<<SQL Heredoc SQL; ?> "; clearphp = ""; severity = ""; timetofix = ""; exakatSince = "0.10.1";
{ "pile_set_name": "Github" }
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\src\ImageSharp.Web\ImageSharp.Web.csproj" /> </ItemGroup> </Project>
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. 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 applic...
{ "pile_set_name": "Github" }
Category: desktop Board URL: https://www.asus.com/Motherboards/A88XME/ ROM package: DIP8 ROM protocol: SPI ROM socketed: y Flashrom support: y (without AmdSpiRomProtect modules) Release year: 2014
{ "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 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, softw...
{ "pile_set_name": "Github" }
function log(o) { // console.log(o); } function retIsOk(ret) { if(ret && typeof ret == "object" && ret.Ok == 1) { return true; } return false; } var urlPrefix = ''; var getMsg = parent.getMsg; if (!getMsg) { getMsg = function(msg) { return msg; }; } // load image function getImageSize(url, callback) { var ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // 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" }
package Paws::Forecast::DeleteForecast; use Moose; has ForecastArn => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'DeleteForecast'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::API::Response'); ...
{ "pile_set_name": "Github" }
Rem Assert generates a BlitzMax runtime error if the specified condition is false. End Rem a=LoadImage("nonexistant image file") Assert a,"Image Failed to Load"
{ "pile_set_name": "Github" }
<?php /************************************************************************************* * oracle11.php * ----------- * Author: Guy Wicks (Guy.Wicks@rbs.co.uk) * Contributions: * - Updated for 11i by Simon Redhead * Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter) * Release Version: 1.0.8.10 * ...
{ "pile_set_name": "Github" }
## @ingroup Analyses # Analysis.py # # Created: # Modified: Feb 2016, Andrew Wendorff # ---------------------------------------------------------------------- # Imports # ---------------------------------------------------------------------- from SUAVE.Core import Data from SUAVE.Core import Container a...
{ "pile_set_name": "Github" }
# # Be sure to run `pod lib lint IHProgressHUD.podspec' to ensure this is a # valid spec before submitting. # # Any lines starting with a # are optional, but their use is encouraged # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = 'IHP...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
{ "pile_set_name": "Github" }
// mkerrors.sh -marm // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build arm,netbsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -marm _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x1c AF_BLUETOOTH ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,solaris // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_802 = 0x12 AF_APPLETALK = 0x10 AF_C...
{ "pile_set_name": "Github" }
/* No comment provided by engineer. */ "%d days ago" = "روز پیش %d"; /* No comment provided by engineer. */ "%d hours ago" = "ساعت پیش %d"; /* No comment provided by engineer. */ "%d minutes ago" = "دقیقه پیش %d"; /* No comment provided by engineer. */ "%d months ago" = "ماه پیش %d"; /* No comment provided by engin...
{ "pile_set_name": "Github" }
$(document).ready(function() { //feed to parse var feed = "https://cors-anywhere.herokuapp.com/https://jobs.writethedocs.org/feeds/rss.xml"; $.get(feed) .always( function(data) { console.log('Got data') var list = $("#jobs-listing").find('ul'); console.log('...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`break.ts format 1`] = ` ====================================options===================================== parsers: ["typescript", "babel", "flow"] printWidth: 80 | printWidth =============...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>GoogleDirectionsDefinition Class Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link r...
{ "pile_set_name": "Github" }
{ "html": "MassEffect_5e.html", "css": "MassEffect_5e.css", "authors": "John G.", "roll20userid": "1033031", "preview": "MassEffect_5e.png", "compendium": "", "instructions": "Modeled using 5th Edition OGL by Roll20. Compatible for use with Mass Effect 5E.", "useroptions": [ { ...
{ "pile_set_name": "Github" }
/* Copyright The Helm 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, software di...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # QAPI parser test harness # # Copyright (c) 2013 Red Hat Inc. # # Authors: # Markus Armbruster <armbru@redhat.com> # # This work is licensed under the terms of the GNU GPL, version 2 or later. # See the COPYING file in the top-level directory. # import argparse import difflib import os impo...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing class b: a { deinit { struct S<T: S<Int>
{ "pile_set_name": "Github" }
; RUN: llvm-as < %s | llvm-dis | grep byval %struct = type { } declare void @foo(...) define void @bar() { call void (...)* @foo(%struct* byval null ) ret void }
{ "pile_set_name": "Github" }
/* * This file is part of the UCB release of Plan 9. It is subject to the license * terms in the LICENSE file found in the top-level directory of this * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No * part of the UCB release of Plan 9, including this file, may be copied, * modified, prop...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Driver for USB Mass Storage compliant devices * Unusual Devices File * * Current development and maintenance by: * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) * * Initial work by: * (c) 2000 Adam J. Richter (adam@yggdrasil.com), Yggdrasil Computin...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import tensorflow as tf" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### 1. 定义神经网络结构相关的参数。" ] }, { "cell_type": "code", ...
{ "pile_set_name": "Github" }
Custom Javascript ----------------- You can use any custom javascript file or library in your Squarespace Template. Squarespace provides a script loader that minifies and combines your custom scripts, which you can use if you like. Alternatively you can package your scripts using the preprocessor of your choice. ### ...
{ "pile_set_name": "Github" }
#include "ServoConverter.hpp" ServoConverter::ServoConverter(BotParam *param) { rad_to_servo_.elevL_slope = bot_param_get_double_or_fail(param, "servo_commands.radians_to_servo.elevL_slope"); rad_to_servo_.elevL_y_intercept = bot_param_get_double_or_fail(param, "servo_commands.radians_to_servo.elevL_y_interce...
{ "pile_set_name": "Github" }
// Copyright (c) 2014, 2020, Oracle and/or its affiliates. Licensed under The Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl/ @import "../../utilities/oj.utilities"; // ----- start dependencies --------- // import dependencies @import "../../common/helpers/oj.com...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_AFNetworking : NSObject @end @implementation PodsDummy_AFNetworking @end
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- __author__ = "Mike Belov" __copyright__ = "Copyright (C) Nginx, Inc. All rights reserved." __license__ = "" __maintainer__ = "Mike Belov" __email__ = "dedm@nginx.com"
{ "pile_set_name": "Github" }
package com.android.frameworkperf; public class LocalTestService extends TestService { void terminate() { } }
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************** XL 80 cartridge emulation **********************************************************************/ #ifndef MAME_BUS_C64_XL80_H #define MAME_BUS_C64_XL80_H #pragma once #include "exp.h...
{ "pile_set_name": "Github" }
#N struct 1113-symarray float x array symbols 1113-sym; #N struct 1113-sym symbol name float on; #N canvas 34 60 877 510 10; #X declare -path .; #X declare -path .; #N canvas 91 50 1081 586 detailed_help 0; #X obj 719 26 declare -path .; #X obj 22 306 soundoutput; #X msg 186 132 save; #X obj 575 9 r \$0-GUI; #X obj 21 ...
{ "pile_set_name": "Github" }
{ "url": "https://stedman.dev/", "name": "Steve Stedman", "description": "I lead teams that design and develop great web experiences.", "twitter": "stedman", "source_url": "https://github.com/stedman/stedman.dev" }
{ "pile_set_name": "Github" }
// Copyright 2013 The Flutter 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 "flutter/testing/elf_loader.h" #include "flutter/fml/file.h" #include "flutter/fml/paths.h" #include "flutter/runtime/dart_vm.h" #include "flutte...
{ "pile_set_name": "Github" }
#include <Python.h> // NOLINT(build/include_alpha) // Produce deprecation warnings (needs to come before arrayobject.h inclusion). #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <boost/make_shared.hpp> #include <boost/python.hpp> #include <boost/python/raw_function.hpp> #include <boost/python/suite/index...
{ "pile_set_name": "Github" }
require(__dirname).test( { xml: "<root length='12345'></root>" , expect: [ ["attribute", { name: "length" , value: "12345" , prefix: "" , local: "length" , uri: "" }] , ["opentag", { name: "root" , prefix: "" , local: "root" , uri: "" , attributes: { lengt...
{ "pile_set_name": "Github" }
# $Id: modules-number.de.po,v 1.2.2.10 2008/11/05 12:24:01 hass Exp $ # German translation of CCK # Copyright 2006 Lukas Gangoly <lukas.gangoly@univie.ac.at> # Copyright 2006 Jakob Petsovits <jpetso@gmx.at> # Generated from files: # field.php,v 1.3 2006/04/16 13:47:13 luke # text.module,v 1.34 2006/06/12 19:59:53 luk...
{ "pile_set_name": "Github" }
# This migration comes from fae (originally 20140822224029) class CreateFaeRoles < ActiveRecord::Migration[4.2] def change create_table :fae_roles do |t| t.string :name t.integer :position t.timestamps end end end
{ "pile_set_name": "Github" }
Change: Make core/signature.json and core/skeleton/ inaccessible https://github.com/owncloud/core/issues/37734
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: networking/v1alpha3/gateway.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from...
{ "pile_set_name": "Github" }
/*************************************************** This is a library for the Adafruit 1.8" SPI display. This library works with the Adafruit 1.8" TFT Breakout w/SD card ----> http://www.adafruit.com/products/358 as well as Adafruit raw 1.8" TFT display ----> http://www.adafruit.com/products/618 Check ou...
{ "pile_set_name": "Github" }
import UIKit import MixinServices class RemoveEmergencyContactValidationViewController: PinValidationViewController { convenience init() { self.init(nib: R.nib.pinValidationView) transitioningDelegate = presentationManager modalPresentationStyle = .custom } override func v...
{ "pile_set_name": "Github" }
var v8 = {}; try { v8 = require("v8"); } catch (e) { } module.exports = v8;
{ "pile_set_name": "Github" }
;;; authors.el --- utility for maintaining Emacs's AUTHORS file ;; Copyright (C) 2000-2018 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint ;; Package: emacs ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redist...
{ "pile_set_name": "Github" }
# Select Hose [![Build Status](https://secure.travis-ci.org/indutny/select-hose.png)](http://travis-ci.org/indutny/select-hose) [![NPM version](https://badge.fury.io/js/select-hose.svg)](http://badge.fury.io/js/select-hose) Hose the data to the handler ## LICENSE This software is licensed under the MIT License. Co...
{ "pile_set_name": "Github" }
--- title: El especificador está duplicado. ms.date: 07/20/2015 f1_keywords: - bc30178 - vbc30178 helpviewer_keywords: - BC30178 ms.assetid: e57a63e2-b6ae-4ba4-8fec-adc6c959d8fa ms.openlocfilehash: e6b3a1b12bcbe6d4fea81c3f23d09283f5645e6d ms.sourcegitcommit: bf5c5850654187705bc94cc40ebfb62fe346ab02 ms.translationtype: ...
{ "pile_set_name": "Github" }
{ "name": "gulps", "version": "3.9.1", "description": "LuLu UI", "main": "mockup/index.php", "directories": { "doc": "mockup" }, "author": "zhangxinxu", "license": "ISC", "devDependencies": { "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-concat": "^2.6.1", "gulp-ruby-sass": "^2.1...
{ "pile_set_name": "Github" }
/*********************************************************\ * File: SRPBackgroundSky.cpp * * * Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/) * * This file is part of PixelLight. * * Permission is hereby granted, free of charge, to any person obtaining a co...
{ "pile_set_name": "Github" }
/* File: expreval.h Auth: Brian Allen Vanderburg II Date: Thursday, April 24, 2003 Desc: Main include file for ExprEval library This file is part of ExprEval. */ /* Include once */ #ifndef __BAVII_EXPREVAL_H #define __BAVII_EXPREVAL_H #ifdef __cplusplus extern "C" { #endif /* Define type of d...
{ "pile_set_name": "Github" }
input_pipeline: class: ParallelTextInputPipeline params: source_files: - ${HOME}/text-to-sql/data/academic/2018_02_08/query_split/8/8_encode.txt model_dir: ${HOME}/text-to-sql/models/academic/query_split/2018_02_09/attn_to_input/8 tasks: - class: DecodeText
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: e31e0b290af573546b43390bb4d2b475 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package com.x.organization.assemble.personal.jaxrs.reset; import javax.persistence.EntityManager; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.criteria.Predicate; import javax.persistence.criteria.Root; import com.x.base.core.container.En...
{ "pile_set_name": "Github" }
)]}' { "id": "Hello-World", "name": "Hello-World", "parent": "My-Parent", "description": "Hello-World project", "state": "ACTIVE" }
{ "pile_set_name": "Github" }
/* * Copyright 2013-2020 the original author or 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 ap...
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace ProceduralToolkit.Buildings { public interface ILayout : ILayoutElement, IEnumerable<ILayoutElement> { void Add(ILayoutElement element); } }
{ "pile_set_name": "Github" }
# # Copyright 2013-2016 Classmethod, 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...
{ "pile_set_name": "Github" }
/* Userspace key control operations * * Copyright (C) 2004-5 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * 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 Foun...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `DIGITS` constant in crate `std`."> <meta name="keywords" c...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; exports.default = remove; function remove(node) { return node.remove(); } module.exports = exports["default"];
{ "pile_set_name": "Github" }
package ToolKit; /** * Created by Luiz Arantes Sa on 1/23/15. */ public class Rectangle extends GeometricObject { private double width; private double height; public Rectangle() { } public Rectangle(double width, double height) { this.width = width; this.height = height; } ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Copyright 2010 California Institute of Technology. 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 ...
{ "pile_set_name": "Github" }
%% Convert Matlab Struct to OpenSim time Series Table % Input is a Maltab stucture where data.label = nX1 or nX3 array % eg s.LASI = [2 3 4; 4 5 6, ... % One of the structures values MUST be a time vector and called 'time' % Output is an OpenSim TimesSeriesTable % --------------------------------------------------...
{ "pile_set_name": "Github" }
package org.corfudb.universe; import com.spotify.docker.client.DefaultDockerClient; import com.spotify.docker.client.exceptions.DockerCertificateException; import lombok.Builder; import lombok.Builder.Default; import lombok.Getter; import lombok.NonNull; import lombok.extern.slf4j.Slf4j; import org.corfudb.common.util...
{ "pile_set_name": "Github" }
version: '2' services: container-crontab: image: rancher/container-crontab:v0.2.0 privileged: true volumes: - /var/run/docker.sock:/var/run/docker.sock labels: io.rancher.scheduler.global: true io.rancher.container.hostname_override: container_name
{ "pile_set_name": "Github" }
=== resources/clj_kondo/impl/cache/built_in/clj/clojure.zip.transit.json === insert-child {2 {:ret :vector}} left {1 {:ret #{:vector :nil}}} append-child {2 {:ret :vector}} down {1 {:ret #{:vector :nil}}} replace {2 {:ret :vector}} zipper {4 {:ret :vector}} end? {1 {:ret :boolean}} edit {:varargs {:ret :vector, :min-...
{ "pile_set_name": "Github" }
{ "objectType": "activity", "verb": "post", "generator": { "displayName": "AndStatus", "objectType": "application", "published": "2018-02-08T15:54:24Z", "updated": "2018-02-08T15:54:24Z", "links": { "self": { "href": "https:\/\/identi.ca\/a...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2009 Erin Catto http://www.box2d.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 granted to anyone to use this software for any purpose, * i...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free S...
{ "pile_set_name": "Github" }
package org.wikidata.query.rdf.updater; import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL; import java.time.Instant; import javax.annotation.Nullable; import org.wikidata.query.rdf.tool.change.events.EventsMeta; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jac...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.IO; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; namespace Org.BouncyCastle.Bcpg.OpenPgp { /// <remarks> /// Class to hold a single master secret key and its subkeys. /// <p> /// Of...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certai...
{ "pile_set_name": "Github" }
/*============================================================================== Copyright (c) 2011 Hartmut Kaiser 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) ========================================...
{ "pile_set_name": "Github" }
#include "script_component.hpp" /* * Author: ShackTac, SilentSpike * Converts a damage value into a representative RGBA colour. * Damage colouring follows a "white, cyan, blue" colour scale with 10 steps, Bezier interpolation and Correct lightness gradient. * See: https://gka.github.io/palettes * * Arguments: * ...
{ "pile_set_name": "Github" }
using System; using System.Data; using System.Data.SqlClient; using SampleProject.Application; using SampleProject.Application.Configuration.Data; namespace SampleProject.Infrastructure.Database { public class SqlConnectionFactory : ISqlConnectionFactory, IDisposable { private readonly string _connect...
{ "pile_set_name": "Github" }
D10 18 70 7 0.009800000000000001 0.0259 AT 0.0070 23.0 0.018 25.0 0.027 20.25 0.066 20.25 0.073 18.5 0.094 20.25 0.112 20.75 0.137 19.75 0.163 21.5 0.202 20.75 0.231 20.75 0.254 22.75 0.27 20.75 0.504 20.0 0.536 18.25 0.607 17.0 0.687 14.75 0.751 1...
{ "pile_set_name": "Github" }
import React, { useRef } from 'react'; import PropTypes from 'prop-types'; import I18n from 'i18n-js'; import { StyledPagerNavigation, StyledPagerNavInner, StyledPagerNoSelect } from './pager.style'; import NumberInput from '../../../__experimental__/components/number'; import Events from '../../../utils/helpers/...
{ "pile_set_name": "Github" }
project_path: /web/_project.yaml book_path: /web/updates/_book.yaml description: Houdini is a collection of APIs that expose the CSS engine’s internals to developers {# wf_updated_on: 2019-04-17 #} {# wf_published_on: 2016-05-19 #} {# wf_tags: houdini,css #} {# wf_featured_image: /web/updates/images/2016/05/houdini/co...
{ "pile_set_name": "Github" }
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2019 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of so...
{ "pile_set_name": "Github" }
/************** * List boxes * **************/ .list, .list-row { font-weight: normal; background-color: @base_color; } .list-row.button { padding: 4px; background-color: @base_color; color: @fg_color; font-weight: normal; border: none; border-radius: 0px; } .list-row.button:hover {...
{ "pile_set_name": "Github" }
/* Copyright 2016 Firewalla LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * ...
{ "pile_set_name": "Github" }