text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html> <html lang="en"> <head> <title>Classes Reference</title> <link rel="stylesheet" type="text/css" href="css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="css/highlight.css" /> <meta charset='utf-8'> <script src="js/jquery.min.js" defer></script> <script src="js/jazz...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using FluentValidation; using FluentValidation.Results; using Moq; using NUnit.Framework; using Weapsy.Domain.Pages; using Weapsy.Domain.Pages.Commands; using Weapsy.Domain.Pages.Handlers; namespace Weapsy.Domain.Tests.Pages.Handlers { [TestFixture] public class...
{ "pile_set_name": "Github" }
/** * \file dnn/src/cuda/repeat/repeat.cuh * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS...
{ "pile_set_name": "Github" }
/*************************************************************************** Copyright (c) 2019, Xilinx, 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...
{ "pile_set_name": "Github" }
# Makefile.in generated by automake 1.11.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permiss...
{ "pile_set_name": "Github" }
package com.microsoft.recognizers.text.datetime.english.parsers; import com.google.common.collect.ImmutableMap; import com.microsoft.recognizers.text.datetime.Constants; import com.microsoft.recognizers.text.datetime.config.BaseOptionsConfiguration; import com.microsoft.recognizers.text.datetime.english.extractors.Eng...
{ "pile_set_name": "Github" }
//===- CodeCoverage.cpp - Coverage tool based on profiling instrumentation-===// // // 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 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 webdav import ( "encoding/xml" "fmt" "net/http" "os" "reflect" "sort" "testing" ) func TestMemPS(t *testing.T) { // calcProps calculates the g...
{ "pile_set_name": "Github" }
{ "@context": "https://www.w3.org/ns/activitystreams", "summary": "Sally went home from work", "type": "Travel", "actor": { "type": "Person", "name": "Sally" }, "target": { "type": "Place", "name": "Home" }, "origin": { "type": "Place", "name": "Work" } }
{ "pile_set_name": "Github" }
/* Copyright Joyent, Inc. and other Node contributors. 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" }
/*========================================================================= Program: VMTK Module: $RCSfile: vtkvmtkSatoVesselnessMeasureImageFilter.cxx,v $ Language: C++ Date: $Date: 2006/04/06 16:48:25 $ Version: $Revision: 1.1 $ Copyright (c) Luca Antiga, David Steinman. All rights reserved. See LI...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 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" }
import { ChangeDetectorRef, Component, forwardRef, Input, ViewEncapsulation } from "@angular/core"; import {ControlValueAccessor, FormBuilder, FormGroup, NG_VALIDATORS, NG_VALUE_ACCESSOR, Validators} from "@angular/forms"; import {CommandLineToolModel, CommandOutputParameterModel, ParameterTypeModel} from "cwlt...
{ "pile_set_name": "Github" }
################################################################################ # # xcb-util # ################################################################################ XCB_UTIL_VERSION = 0.4.0 XCB_UTIL_SOURCE = xcb-util-$(XCB_UTIL_VERSION).tar.bz2 XCB_UTIL_SITE = http://xcb.freedesktop.org/dist XCB_UTIL_LICEN...
{ "pile_set_name": "Github" }
// The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from 'vue' import Vue2Filters from 'vue2-filters' import Notifications from 'vue-notification' import Router from 'vue-router' import App from './App' import store from ...
{ "pile_set_name": "Github" }
// // SmartDec decompiler - SmartDec is a native code to C/C++ decompiler // Copyright (C) 2015 Alexander Chernov, Katerina Troshina, Yegor Derevenets, // Alexander Fokin, Sergey Levin, Leonid Tsvetkov // // This file is part of SmartDec decompiler. // // SmartDec decompiler is free software: you can redistribute it an...
{ "pile_set_name": "Github" }
// // LibTest.m // LicenseManager3 // // Created by Pichaya Srifar on 10/5/11. // Copyright 2011 Vervata. All rights reserved. // #define DEBUG_NO #ifdef DEBUG # define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); #else # define DLog(...) #endif #import "GHTestCase.h...
{ "pile_set_name": "Github" }
<ul> <li>This line spans more than one line and is lazy</li> <li>Similar to this line</li> </ul>
{ "pile_set_name": "Github" }
--- -api-id: T:Windows.Media.Capture.AppBroadcastStreamReader -api-type: winrt class --- <!-- Class syntax. public class AppBroadcastStreamReader : Windows.Media.Capture.IAppBroadcastStreamReader --> # Windows.Media.Capture.AppBroadcastStreamReader ## -description Provides methods and events for obtaining audio and ...
{ "pile_set_name": "Github" }
define( [ "./core", "./core/access", "./var/document", "./var/documentElement", "./css/var/rnumnonpx", "./css/curCSS", "./css/addGetHookIf", "./css/support", "./core/init", "./css", "./selector" // contains ], function( jQuery, access, document, documentElement, rnumnonpx, curCSS, addGetHookIf, support ) { ...
{ "pile_set_name": "Github" }
{ name , plugin ? null , pluginOpts ? "" }: import ../make-test-python.nix ({ pkgs, lib, ... }: { inherit name; meta = { maintainers = with lib.maintainers; [ hmenke ]; }; nodes = { server = { boot.kernel.sysctl."net.ipv4.ip_forward" = "1"; networking.useDHCP = false; ...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #endif
{ "pile_set_name": "Github" }
package com.arjuna.wst11.stub; import com.arjuna.wst.*; import com.arjuna.wst.WrongStateException; import com.arjuna.wst.SystemException; import com.arjuna.ats.arjuna.state.OutputObjectState; import com.arjuna.ats.arjuna.state.InputObjectState; import com.arjuna.ats.arjuna.coordinator.ActionStatus; import com.arjuna.m...
{ "pile_set_name": "Github" }
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20" CONFIG_ARM=y CONFIG_TARGET_STAMP9G20=y
{ "pile_set_name": "Github" }
<div class="dash-bar-graph-holder mat-elevation-z4 " [ngStyle]="{ 'margin': 'auto', 'height':'350px'}" > <canvas id="areachart"></canvas> </div>
{ "pile_set_name": "Github" }
<H3>Description</H3> <P> This column shows the expression of genes in <A HREF="http://expression.gnf.org/mouse_annot.html">specific tissues</A> using the Affymetrix U74a chip. Together with the GNF U74b and GNF U74c columns, this displays the Mouse Gene Expression Atlas 1 from the Genomics Institute of the Novartis ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1100" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForAnalyzing = "YES" buildForTesting = "YES" ...
{ "pile_set_name": "Github" }
5
{ "pile_set_name": "Github" }
// +build !linux /* 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 agre...
{ "pile_set_name": "Github" }
archive: ref: events-change-input --- # Изменение: change, input, cut, copy, paste На элементах формы происходят события клавиатуры и мыши, но есть и несколько других, особенных событий. ## Событие change Событие [change](http://www.w3.org/TR/html5/forms.html#event-input-change) происходит по окончании изменения...
{ "pile_set_name": "Github" }
<!--- # license: 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 Licens...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Security.Cryptography; using System.Reflection; namespace ChoETL { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = false)] pub...
{ "pile_set_name": "Github" }
{ "specification": { "types": [ { "name": "t1", "displayName": "t1", "type": [ "object" ], "examples": [ { "value": { "prop": "stringValue" }, "strict": true, "name": "e1", "...
{ "pile_set_name": "Github" }
/* * nature.css_t * ~~~~~~~~~~~~ * * Sphinx stylesheet -- nature theme. * * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { ...
{ "pile_set_name": "Github" }
import argparse import logging import sys import aiorun from hpfeeds.broker.auth import env, json, mongo, multi, sqlite from hpfeeds.broker.server import Server, ServerException def get_authenticator(auth): if auth.endswith('.json'): return json.Authenticator(auth) elif auth == 'env': return...
{ "pile_set_name": "Github" }
{ "version": "2.0", "service": "<fullname>Elastic Load Balancing</fullname> <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures ...
{ "pile_set_name": "Github" }
#! /usr/bin/perl ## --------------------------------------------------------------------- ## ## Copyright (c) 2019 - 2019 by the IBAMR developers ## All rights reserved. ## ## This file is part of IBAMR. ## ## IBAMR is free software and is distributed under the 3-clause BSD ## license. The full text of the license can ...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org 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 Sof...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2006-7. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include "test_rational.hpp" #ifdef BOOST_HAS_LONG_LONG template void do_test_spots<doub...
{ "pile_set_name": "Github" }
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. search mail { document mail { } }
{ "pile_set_name": "Github" }
/* * Copyright 2002-2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
cmake_minimum_required(VERSION 2.8) find_package(testLibRequired 2.5 REQUIRED) include(CheckCXXSourceCompiles) set(CMAKE_REQUIRED_LIBRARIES Req::testSharedLibRequiredUser) check_cxx_source_compiles( " #include \"testSharedLibRequiredUser.h\" int main(int argc, char **argv) { TestSharedLibRequiredUser user; re...
{ "pile_set_name": "Github" }
# This file is part of OMG-tools. # # OMG-tools -- Optimal Motion Generation-tools # Copyright (C) 2016 Ruben Van Parys & Tim Mercy, KU Leuven. # All rights reserved. # # OMG-tools 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...
{ "pile_set_name": "Github" }
"earth_spirit_rolling_boulder_stuns" { "desc" "#DOTA_ChallengeDesc_Earth_Spirit_Rolling_Boulder_Stuns" "image" "images/spellicons/earth_spirit_rolling_boulder.png" "requiredhero" "earth_spirit" "events" { "matching_type" "linear_series" "query" { "accumulate_event" { "event" "modifier_add" ...
{ "pile_set_name": "Github" }
package spring2go.io.authcodeapp.client.interceptor; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.Request; import okhttp3.Response; public class ErrorInterceptor implements Interceptor { @Override public Response intercept(Chain chain) throws IOException { Request request = ...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: https://registry.test.cat:5000/v2/coreos/dex/manifests/unrelated body: encoding: US-ASCII string: '' headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - application/vnd.docker.distribution.ma...
{ "pile_set_name": "Github" }
/* * jdatadst.c * * Copyright (C) 1994-1996, Thomas G. Lane. * Modified 2009-2012 by Guido Vollbeding. * 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 compression data destination routines for the ca...
{ "pile_set_name": "Github" }
'''Estimate Pi''' def nth_term(n): return 4 / (2.0 * n + 1) * (-1) ** n def approximate_pi(error): prev = nth_term(0) # First term current = nth_term(0) + nth_term(1) # 1st + 2nd n = 2 # Starts at third term while abs(prev - current) > error: prev = current current += nth_ter...
{ "pile_set_name": "Github" }
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [0.2.7](https://github.com/open-wc/open-wc/compare/@import-maps/generate@0.2.6...@import-maps/generate@0.2.7) (2020-08-27) **Note:** Version bump onl...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>CMSIS DSP Software Library: arm_linear_interp_example_f32.c</title> <li...
{ "pile_set_name": "Github" }
--- title: Attributes (F#) description: Attributes (F#) keywords: visual f#, f#, functional programming author: dend manager: danielfe ms.date: 05/16/2016 ms.topic: language-reference ms.prod: visual-studio-dev14 ms.technology: devlang-fsharp ms.assetid: 95c001e6-3708-4d04-a850-d855f78eb51e redirect_url: https://docs.m...
{ "pile_set_name": "Github" }
package deleteat import "reflect" type dispatchFunction func(items reflect.Value, itemsLen int, index int) interface{} var dispatcher = map[string]dispatchFunction{ "string": deleteAtString, "*string": deleteAtPtrString, "bool": deleteAtBool, "*bool": deleteAtPtrBool, "int": deleteAtInt, "*int":...
{ "pile_set_name": "Github" }
#!/bin/bash VIM_ROOT=$HOME/.vim RANDOM_NR=`shuf -i 1000-90000 -n 1` INSTALL_ROOT=`pwd` if [ -d $VIM_ROOT -o -L $VIM_ROOT ]; then mv $VIM_ROOT $HOME/.vim_$RANDOM_NR fi cd #checking whether install from vim-ide dir or dotfiles BASE_INSTALL_DIR=`basename $INSTALL_ROOT` if [ $BASE_INSTALL_DIR == "vim-ide" ]; th...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "TButtonCell.h" @interface TProgressCancelButtonCell : TButtonCell { } - (void)awakeFromNib; @end
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Base Type" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_property_domain_dict</string> </key> <value> <dictionary> ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="reftest-wait"> <!-- Test: if select has a disabled fieldset ancestor, it is barred from constraint validation and should not be affected by :-moz-ui-invalid pseudo-class. --> <link rel='stylesheet' type='text/css' href='style.css'> <script> function onLoa...
{ "pile_set_name": "Github" }
// 链表节点类 class ListNode { constructor (val) { this.val = val; this.next = null; } // 将一个数组对象 转换为一个链表 并且追加到当前节点上 appendToLinkedListNode (array) { let head = null; if (this.val === null) { // 头部添加 head = this; head.val = array[0]; head.next = null; } else { // 插入式 hea...
{ "pile_set_name": "Github" }
--- slug: <%= name %> filename: <%= name %> title: Original Article Title subtitle: Change me description: Change me. author: Author Name copyright: <%= Time.new.year %> uuid: <%= SecureRandom.uuid %> pdf_preview_page_range: 1..30 epub_mobi_preview_chapter_range: 0..1
{ "pile_set_name": "Github" }
/***************************************************************************** Copyright (c) 2014, Intel Corp. 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 cod...
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # # This file contains settings for ActionController::ParamsWrapper which # is enabled by default. # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. ActiveSupport.on_load(:action_controller) do wrap_parameters ...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
{ "pile_set_name": "Github" }
#!/bin/bash tar -xzf misc.tar.gz T2RGB=`which tiff2rgba` echo $? > ~/install-exit-status cat > system-decompress-tiff << EOT #!/bin/sh ST=\`date +%s.%N\` ${T2RGB} -c none misc/4.2.03.tiff mandril.rgba ET=\`date +%s.%N\` echo "(\$ET - \$ST) * 1000" | bc > \$LOG_FILE echo \$? > ~/test-exit-status EOT chmod +x syste...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applica...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\NikonCustom; use JMS\Serializer\Annotation\ExclusionPol...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2b21abab14bf3a34d9318b132a659501 timeCreated: 1473739912 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * 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/. */ ...
{ "pile_set_name": "Github" }
#ifndef PYTHONIC_NUMPY_LINALG_MATRIX_POWER_HPP #define PYTHONIC_NUMPY_LINALG_MATRIX_POWER_HPP #include "pythonic/include/numpy/linalg/matrix_power.hpp" #include "pythonic/numpy/array.hpp" #include "pythonic/numpy/asarray.hpp" #include "pythonic/numpy/identity.hpp" #include "pythonic/numpy/dot.hpp" #include "pythonic...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan...
{ "pile_set_name": "Github" }
;(function(){ /** * Require the module at `name`. * * @param {String} name * @return {Object} exports * @api public */ function require(name) { var module = require.modules[name]; if (!module) throw new Error('failed to require "' + name + '"'); if (!('e...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="true"> <shape android:shape="rectangle"> <solid android:color="@color/white_8"/> <stroke android:width="@dimen/divider_height" android:color="@color/divider_night"/...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('findLastFrom', require('../findLast')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?php $datatable = $form['datatable']; if ($datatable && ! $form['relationship_table']) { $datatable = explode(',', $datatable); $table = $datatable[0]; $field = $datatable[1]; echo cb()->first($table, ['id' => $value])->$field; } if ($datatable && $form['relationship_table']) { $datatable_table = ...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/core/client/AWSError.h> #include <aws/monitoring/CloudWatchErrorMarshaller.h> #include <aws/monitoring/CloudWatchErrors.h> using namespace Aws::Client; using namespace Aws::CloudWatch; ...
{ "pile_set_name": "Github" }
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Tests\Fixtures; class CaseSensiti...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html data-require="math"> <head> <title>Hash Deletion Question 3</title> <script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.14/require.min.js"></script> <script src="../../khan-exercises/local-only/main.js" ></script> </head> <body> <div class="exercise"> <div cla...
{ "pile_set_name": "Github" }
package main import "fmt" func thomas(a, b, c, d []float64) []float64 { c[0] = c[0] / b[0] d[0] = d[0] / b[0] for i := 1; i < len(d); i++ { scale := 1. / (b[i] - c[i-1]*a[i]) c[i] *= scale d[i] = (d[i] - a[i]*d[i-1]) * scale } for i := len(d) - 2; i >= 0; i-- { d[i] -= c[i] * d[i+1] } return d } fu...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>Node Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script s...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices */ @class NSString; @interface FTCConnectionHandler : NSObject { int _serviceType; // 4 = 0x4 unsigned long long _caps; // 8 = 0x8 NSString *_name; // 16 = 0x10 NSSt...
{ "pile_set_name": "Github" }
#ifndef __gl3platform_h_ #define __gl3platform_h_ /* ** Copyright (c) 2017 The Khronos Group 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...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010-2020 Structr GmbH * * This file is part of Structr <http://structr.org>. * * Structr 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 yo...
{ "pile_set_name": "Github" }
[Desktop Entry] Encoding=UTF-8 Type=Application Name=Android GPU Inspector Comment=Android GPU Inspector Categories=Development;Debugger;Graphics;3DGraphics Icon=/opt/agi/icon.png Exec=/opt/agi/agi %f Terminal=false MimeType=application/x-gfxtrace;application/x-perfetto
{ "pile_set_name": "Github" }
import argparse import json import os import pandas as pd import numpy as np import csv import glob from pathlib import Path # requirements.txt import subprocess import sys # this doesn't work #subprocess.check_call([sys.executable, '-m', 'pip', 'install', '-r', 'requirements.txt']) subprocess.check_call([sys.executab...
{ "pile_set_name": "Github" }
" Hide all windows except the ones with code nnoremap <leader>Tm :action HideAllWindows<CR> vnoremap <leader>Tm :action HideAllWindows<CR> " Toggle presentation mode nnoremap <leader>Tp :action TogglePresentationMode<CR> vnoremap <leader>Tp :action TogglePresentationMode<CR> " Toggle presentation or distr...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012 Krzysztof Otrebski * * 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....
{ "pile_set_name": "Github" }
#include "license_pbs.h" /* See here for the software license */ #include <stdlib.h> #include <stdio.h> /* fprintf */ #include "libpbs.h" /* connect_handle */ #include "pbs_ifl.h" /* PBS_MAXUSER */ #include "mutex_mgr.hpp" struct connect_handle connection[10]; char pbs_current_user[PBS_MAXUSER]; const char *dis_emsg[...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
// Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. // // Example Usage // // The following is a complete example using assert in a standard test function: // import ( // "testing" // "github.com/stretchr/testify/assert" // ) // // func TestSomet...
{ "pile_set_name": "Github" }
require 'spec_helper' describe WhippedCream::Plugin do subject(:plugin) { described_class.new } describe '#camera' do subject { super().camera } it { is_expected.to be_nil } end describe '#name' do subject { super().name } it { is_expected.to be_nil } end describe '#controls' do subj...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * USB ConnectTech WhiteHEAT driver * * Copyright (C) 2002 * Connect Tech Inc. * * Copyright (C) 1999 - 2001 * Greg Kroah-Hartman (greg@kroah.com) * * See Documentation/usb/usb-serial.txt for more information on using this * driver */ #include <linux/kernel.h> ...
{ "pile_set_name": "Github" }
# Copyright 2018 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. static_library("common") { sources = [ "language_experiments.cc", "language_experiments.h", "locale_util.cc", "locale_util.h", ] deps ...
{ "pile_set_name": "Github" }
{ stdenv, fetchurl, cmake, perl, zlib }: stdenv.mkDerivation rec { pname = "libzip"; version = "1.6.1"; src = fetchurl { url = "https://www.nih.at/libzip/${pname}-${version}.tar.gz"; sha256 = "120xgf7cgjmz9d3yp10lks6lhkgxqb4skbmbiiwf46gx868qxsq6"; }; # Fix pkgconfig file paths postPatch = '' ...
{ "pile_set_name": "Github" }
package hcldec import ( "encoding/gob" ) func init() { // Every Spec implementation should be registered with gob, so that // specs can be sent over gob channels, such as using // github.com/hashicorp/go-plugin with plugins that need to describe // what shape of configuration they are expecting. gob.Register(Ob...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * REVIEWED: YES * * 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 ag...
{ "pile_set_name": "Github" }
# # Fluentd # # 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, so...
{ "pile_set_name": "Github" }
{ "1.1.1.1\/32":[ { "prefix":"1.1.1.1\/32", "protocol":"isis", "selected":true, "destSelected":true, "distance":115, "metric":20, "installed":true, "nexthops":[ { "fib":true, "ip":"10.0.1.1", "afi":"ipv4", "interfaceNa...
{ "pile_set_name": "Github" }
0.0.2 (2019-07-03) ------------------ * Catch exception and log error when no connection can be established 0.0.1 (2019-06-28) ------------------ Initial release
{ "pile_set_name": "Github" }
# mime Comprehensive MIME type mapping API. Includes all 600+ types and 800+ extensions defined by the Apache project, plus additional types submitted by the node.js community. ## Install Install with [npm](http://github.com/isaacs/npm): npm install mime ## API - Queries ### mime.lookup(path) Get the mime typ...
{ "pile_set_name": "Github" }
[Desktop Entry] Name=Office Comment=Office Applications Icon=applications-office Type=Directory #TRANSLATIONS_DIR=translations # Translations Name[pl]=Biuro Comment[pl]=Programy biurowe
{ "pile_set_name": "Github" }
protected native java.lang.Object clone() throws java.lang.CloneNotSupportedException protected void finalize() throws java.lang.Throwable public boolean equals(java.lang.Object obj) public boolean isAccessible() public final native java.lang.Class getClass() public final native void notify() public final native void n...
{ "pile_set_name": "Github" }