text
stringlengths
2
99.9k
meta
dict
strict digraph "SetIndex<Element : Hashable> - Type Hierarchy - SwiftDoc.org" { pad="0.1,0.8" node [shape=box, style="filled,rounded", color="#999999", fillcolor="#999999", fontcolor=white, fontname=Helvetica, fontnames="Helvetica,sansserif", fontsize=12, margin="0.07,0.05", height="0.3"] edge [color="#cccc...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 06a7728798142eb4992387d3436a0a11 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright 2011 Google 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" }
//----------------------------------------------- // Copyright 2009 Wellcome Trust Sanger Institute // Written by Jared Simpson (js18@sanger.ac.uk) // Released under the GPL //----------------------------------------------- // // OverlapCommon - Common functions used in overlap methods // #ifndef OVERLAPCOMMON_H #defin...
{ "pile_set_name": "Github" }
/* * Linux OS Independent Layer * * $Copyright Open Broadcom Corporation$ * * $Id: linux_osl.h 503131 2014-09-17 12:16:08Z $ */ #ifndef _linux_osl_h_ #define _linux_osl_h_ #include <typedefs.h> #define DECLSPEC_ALIGN(x) __attribute__ ((aligned(x))) /* Linux Kernel: File Operations: start */ extern void * osl_o...
{ "pile_set_name": "Github" }
=== RUN TestVet === PAUSE TestVet === RUN TestVetAsm === PAUSE TestVetAsm === RUN TestVetDirs === PAUSE TestVetDirs === RUN TestTags === PAUSE TestTags === RUN TestVetVerbose === PAUSE TestVetVerbose === CONT TestVet === CONT TestTags === CONT TestVetVerbose === RUN TestTags/testtag === PAUSE TestTags/te...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; class ExpandingDisplayItem extends StatefulWidget { /// The title of the item in the BottomNavigationBar final String title; /// The icon in the item of the BottomNavigationBar final IconData icon; /// The height of the box (Carries the BottomNavigationBar h...
{ "pile_set_name": "Github" }
# This class implements the Psigate gateway for the ActiveMerchant module. # Psigate = http://www.psigate.com/ The class is currently set up to use # the psigate test server while rails is in testing or developement mode. # The real server will be used while in production mode. # # Modifications by Sean O'Hara ...
{ "pile_set_name": "Github" }
import { AjaxObservable, AjaxCreationMethod } from './AjaxObservable'; /** * There is an ajax operator on the Rx object. * * It creates an observable for an Ajax request with either a request object with * url, headers, etc or a string for a URL. * * ## Using ajax.getJSON() to fetch data from API. * ```javascr...
{ "pile_set_name": "Github" }
package info.xiancloud.rpcnettyserver; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import info.xiancloud.core.util.LOG; import info.xiancloud.core.util.StringUtil; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; /** * 我们rpc传输的数据都是json格...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Module Name: aecommon - common include for the AcpiExec utility * *****************************************************************************/ /****************************************************************************** * * ...
{ "pile_set_name": "Github" }
package dns // Holds a bunch of helper functions for dealing with labels. // SplitDomainName splits a name string into it's labels. // www.miek.nl. returns []string{"www", "miek", "nl"} // .www.miek.nl. returns []string{"", "www", "miek", "nl"}, // The root label (.) returns nil. Note that using // strings.Split(s) w...
{ "pile_set_name": "Github" }
/* * * Copyright 2014 gRPC 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 agree...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s -triple=x86_64-linux-gnu using size_t = decltype(sizeof(int)); namespace std { struct string {}; } template<typename T, typename U> struct same_type; template<typename T> struct same_type<T, T> {}; namespace std_example { long double operator "" _w(long doubl...
{ "pile_set_name": "Github" }
/* * Copyright 2020 The Bazel 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 a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Description: RSS1 feed w/ item dc:description Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).summary.plainText() == 'XML is...' --> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc='http...
{ "pile_set_name": "Github" }
#region LICENSE // The contents of this file are subject to the Common Public Attribution // License Version 1.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://github.com/NiclasOlofsson/MiNET/blob/master/LICENSE. // The License ...
{ "pile_set_name": "Github" }
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64,linux package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 PathMa...
{ "pile_set_name": "Github" }
{ "name": "js2xmlparser", "description": "Parses JavaScript objects into XML", "keywords": [ "convert", "converter", "js", "json", "object", "objects", "parse", "parser", "xml" ], "homepage": "http://www.kourlas.net", "version": "0.1.7", "author": { "name": "Michael...
{ "pile_set_name": "Github" }
--- # Purpose: Creates the Kerberos principals needed # # Notes: # - Executed on KDC server as it requires kadmin.local # - The principal database must already exit - name: Determine existing principals shell: kadmin.local -q 'listprincs' register: principal_list changed_when: false - debug: var=principal_l...
{ "pile_set_name": "Github" }
CC = gcc CFLAG = -c -Wall EXECUTE = mod-rs485-iso all: $(EXECUTE) $(EXECUTE): i2c.o main.o $(CC) i2c.o main.o -o $(EXECUTE) main.o: main.c $(CC) $(CFLAG) main.c i2c.o: i2c.c $(CC) $(CFLAG) i2c.c clean: rm -rf *.o $(EXECUTE)
{ "pile_set_name": "Github" }
//***************************************************************************** // (c) Copyright 2013 - 2014 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property /...
{ "pile_set_name": "Github" }
/* * AutoRefactor - Eclipse plugin to automatically refactor Java code bases. * * Copyright (C) 2017 Andrei Paikin - Initial API and implementation * * 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 Sof...
{ "pile_set_name": "Github" }
/* * 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 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol PXUIWidgetFooterViewDelegate <NSObject> @optional - (void)widgetFooterView:(PXUIWidgetFooterView *)arg1 didSelectDisclosure:(UIButton *)arg2; @end
{ "pile_set_name": "Github" }
{ "locale": "hi-IN", "date": { "ca": [ "gregory", "generic" ], "hourNo0": true, "hour12": true, "formats": { "short": "{1}, {0}", "medium": "{1}, {0}", "full": "{1} को {0}", "long": "{1} को {0}", ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. #pragma once #include "system_internal.h" #include "xsapi/multiplayer.h" namespace xbox { namespace services { namespace tournaments { class tournament_team_result; }}} name...
{ "pile_set_name": "Github" }
;(function(window) { 'use strict'; var angular = window.angular; angular .module('tuchong-daily') .service('share', [ '$ionicLoading', '$ionicActionSheet', share ]); function share($ionicLoading, $ionicActionSheet) { this.popup = showPopup; function showPopup(image, pos...
{ "pile_set_name": "Github" }
package com.github.zxh0.luago.vm; import com.github.zxh0.luago.api.LuaVM; @FunctionalInterface public interface OpAction { void execute(int i, LuaVM vm); }
{ "pile_set_name": "Github" }
--- title: New York Department of Sanitation Monthly Tonnage homepage: https://data.cityofnewyork.us/City-Government/DSNY-Monthly-Tonnage-Data/ebb7-mvp5 category: Government description: "DSNY Monthly Tonnage Data provides monthly collection tonnages that the Department of Sanitation collects from NYC residences and in...
{ "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 packet import ( "bytes" "io" "io/ioutil" "golang.org/x/crypto/openpgp/errors" ) // OpaquePacket represents an OpenPGP packet as raw, unparsed dat...
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\nl_BE; class Address extends \Faker\Provider\Address { protected static $postcodes = array( '2970', '3700', '7510', '9420', '8511', '3800', '9300', '9880', '3200', '8700', '8211', '2630', '4557', '4280', '3930', '5590', '5362', '4219', '6280', '9991', '8660', '1790',...
{ "pile_set_name": "Github" }
define([ 'jquery', './utils' ], function ($, CompatUtils) { // No-op CSS adapter that discards all classes by default function _containerAdapter (clazz) { return null; } function ContainerCSS () { } ContainerCSS.prototype.render = function (decorated) { var $container = decorated.call(this); ...
{ "pile_set_name": "Github" }
# RUN: clangd -input-style=delimited -sync < %s 2>&1 | FileCheck %s # RUN: clangd -lit-test -sync < %s 2>&1 | FileCheck %s # {"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"clangd","capabilities":{},"trace":"off"}} --- {"jsonrpc":"2.0","id":3,"method":"shutdown"} --- {...
{ "pile_set_name": "Github" }
package com.googlecode.objectify; /** * Just like the EJB options. See http://docs.oracle.com/javaee/6/api/javax/ejb/TransactionAttributeType.html * * @author Jeff Schnitzer <jeff@infohazard.org> */ public enum TxnType { /** Require that there must already be a transaction running. If no transaction...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_project_file> <FileVersion major="1" minor="6" /> <Project> <Option title="udis86" /> <Option pch_mode="2" /> <Option compiler="gcc" /> <Build> <Target title="Release"> <Option platforms="Unix;" /> <Option output="bin/Release/udis...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2011 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2012, 2014 Kolja Brix <brix@igpm.rwth-aaachen.de> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
{ "pile_set_name": "Github" }
<?php namespace mageekguy\atoum\tests\units\writer\decorators; require_once __DIR__ . '/../../../runner.php'; use mageekguy\atoum; use mageekguy\atoum\writer\decorators\trim as testedClass; class trim extends atoum { public function testDecorate() { $this ->if($decorator = new testedClas...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.6: sym_iap_util.h Example File (network/qftp/sym_iap_util.h)</title> <link href="classic.css" rel="...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2010-2017 Evolveum and contributors ~ ~ This work is dual-licensed under the Apache License 2.0 ~ and European Union Public License. See LICENSE file for details. --> <connector oid="cccccccc-cccc-cccc-cccc-000000000004" xmlns="http://midpoint.e...
{ "pile_set_name": "Github" }
/* Copyright (C) 2012 Kristian Lauszus, TKJ Electronics. All rights reserved. This software may be distributed and modified under the terms of the GNU General Public License version 2 (GPL2) as published by the Free Software Foundation and appearing in the file GPL2.TXT included in the packaging of this file. Plea...
{ "pile_set_name": "Github" }
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:analysis_server/src/services/correction/fix.dart'; import 'package:analyzer_plugin/utili...
{ "pile_set_name": "Github" }
This is a generated file for the l3build validation system. Don't change this file in any respect. SQRT x Completed box being shipped out [2] \hbox(0.0+0.0)x0.0 .\mathon .\hbox(10.24+2.73999)x14.78 ..\vbox(0.66+11.65999)x9.28, shifted -8.92 ...\TU/XITSMath-Regular.otf(1)/m/n/10 glyph#1164 ..\vbox(10.24+0.09)x5.5 ...\ke...
{ "pile_set_name": "Github" }
{ Copyright 2019 Espressif Systems (Shanghai) PTE LTD SPDX-License-Identifier: Apache-2.0 } { ------------------------------ Helper functions from libcmdlinerunner.dll ------------------------------ } function ProcStart(cmdline, workdir: string): Longword; external 'proc_start@files:cmdlinerunner.dll cdecl'; fun...
{ "pile_set_name": "Github" }
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ /* * This file is part of The Croco Library * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2.1 of the GNU Lesser General Public * License as published by the Free Software Foundation. * * Th...
{ "pile_set_name": "Github" }
[android-components](../../index.md) / [mozilla.components.browser.state.state.content](../index.md) / [DownloadState](index.md) / [status](./status.md) # status `val status: `[`Status`](-status/index.md) [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/browser/state/src/main/jav...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIco...
{ "pile_set_name": "Github" }
// ========================================================== // Bitmap conversion routines // // Design and implementation by // - Riley McNiff (rmcniff@marexgroup.com) // // This file is part of FreeImage 3 // // COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY // OF ANY KIND, EITHER ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # # Translators: # Michael Wolf <milupo@sorbzilla.de>, 2016 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-09 17:42+0200\n" "PO-Revision-Date: 2017-09-23 00:02+0000\n" "Last-Translator: Mic...
{ "pile_set_name": "Github" }
{ "id": "sepia-puzzle-flooring", "name": "Sepia Puzzle Flooring", "games": { "nh": { "sellPrice": { "currency": "bells", "value": 362 }, "buyPrices": [ { "currency": "bells", "value": 1450 } ] } }, "category": "Flooring" }
{ "pile_set_name": "Github" }
// Copyright 2005, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
[29A045CE-ABA9060E-C:46] Name=Hydro Thunder (F) Cheat0="Always 1st",812C56A6 0001 Cheat1="Infinite\Time",812B52A0 42C8 Cheat2="Infinite\Boosts\Player 1",812C56AC 4190 Cheat3="Have All\Ships",50000702 0000,812B66B2 0101 Cheat4="Have All\Races",50000702 0000,812B66A4 0101 Cheat5="Infinite\Boosts\Player 2",812C59DC 4190
{ "pile_set_name": "Github" }
package analysisutils import ( "fmt" "go/ast" "reflect" "golang.org/x/tools/go/analysis" "golang.org/x/tools/go/analysis/passes/inspect" ) // StdlibFunctionCallExprAnalyzer returns an Analyzer for standard library function *ast.CallExpr func StdlibFunctionCallExprAnalyzer(analyzerName string, packagePath string...
{ "pile_set_name": "Github" }
#!/bin/sh dirList=`cd $1 && find lib tests -mindepth 1 -maxdepth 1 -type d` #echo "dirList="$dirList for dir in $dirList do gcnoList=`find $dir -name "*.gcno" -and \( -not -name "CMakeC*CompilerId.gcno" \)` #echo "gcnoList="$gcnoList for gcno in $gcnoList do #echo "gcno="$gcno srcName=`...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: fa9b3e3e21af64ed4899fd281d15ba00 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: f4c59e5c7eed94aefa9f60ed1e800dfb, type: 3} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
#include "robomongo/gui/dialogs/FunctionTextEditor.h" #include <QApplication> #include <QHBoxLayout> #include <QLineEdit> #include <QPushButton> #include <QMessageBox> #include <QLabel> #include <QDialogButtonBox> #include <Qsci/qscilexerjavascript.h> #include <Qsci/qsciscintilla.h> #include "robomongo/gui/editors/JS...
{ "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="ko"> <head> <!-- Generated by javadoc (1.8.0_191) on Tue Mar 03 19:55:19 KST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GsoHeaderProperty (HWP Libr...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: name: apiv2 spec: ports: - name: apiv2 protocol: "TCP" port: 31415 selector: {} --- apiVersion: v1 kind: Service metadata: name: lmtpd spec: ports: - name: lmtpd protocol: "TCP" port: 2525 selector: {} --- kind: Endpoints apiVersion: v...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: dd7302bc1ae794849a4709f37390df95 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
it('should check ng-bind', function() { var nameInput = element(by.model('name')); expect(element(by.binding('name')).getText()).toBe('Whirled'); nameInput.clear(); nameInput.sendKeys('world'); expect(element(by.binding('name')).getText()).toBe('world'); });
{ "pile_set_name": "Github" }
**Are you the copyright holder or authorized to act on the copyright owner's behalf?** Yes, I am authorized to act on the copyright owner's behalf. **Please describe the nature of your copyright ownership or authorization to act on the owner's behalf.** I am writing on behalf of CASIO, which is a member of REACT (al...
{ "pile_set_name": "Github" }
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 19 AND `SourceEntry` IN (13408,13409,13410,13411); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm %s -o - | FileCheck %s // CHECK: ret i32 9 struct s0 { int *var; int addend; }; static void f0(struct s0 *p) { *p->var += p->addend; } int f1(void) { int var = 0; { struct s0 x __attribute__((cleanup(f0))) = { &var, 2 }; struct s0 ...
{ "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 <objc/NSObject.h> #import "TNodeObserverProtocol-Protocol.h" @class NSString, TBrowserContainerController, TWindowHistoryEntr...
{ "pile_set_name": "Github" }
glabel func_80AEC93C /* 01D2C 80AEC93C 27BDFFD0 */ addiu $sp, $sp, 0xFFD0 ## $sp = FFFFFFD0 /* 01D30 80AEC940 AFB00028 */ sw $s0, 0x0028($sp) /* 01D34 80AEC944 00808025 */ or $s0, $a0, $zero ## $s0 = 00000000 /* 01D38 80AEC948 10A00019 */ beq $a1, $zero, .L80AEC9B0 ...
{ "pile_set_name": "Github" }
package com.dotcms.util; import com.dotcms.UnitTestBase; import com.dotcms.repackage.org.apache.commons.io.FileUtils; import com.dotmarketing.portlets.fileassets.business.FileAsset; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import javax.imageio.ImageIO; import java.awt.*; import ja...
{ "pile_set_name": "Github" }
+++ weight = 10 title = "Starting plan" subtitle = "Working with url accross pages" currency = "USD" price = "$9.99/mo" # highlight = true button_text = "Start at $9.99/mo" button_url = "/dev/events/payment?event=pricing:change&product=Starting plan&price=$9.99/mo&currency=usd" [[features]] text = "**Basic** feat...
{ "pile_set_name": "Github" }
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
{ "pile_set_name": "Github" }
# Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de # Barcelona (UAB). # # This work is licensed under the terms of the MIT license. # For a copy, see <https://opensource.org/licenses/MIT>. """Class used for operating the city map.""" import math import os try: import numpy as np exc...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * Generic driver for CS4231 chips * Copyright (c) by Jaroslav Kysela <perex@perex.cz> * Originally the CS4232/CS4232A driver, modified for use on CS4231 by * Tugrul Galatali <galatalt@stuy.edu> */ #include <linux/init.h> #include <linux/err.h> #include <linux/is...
{ "pile_set_name": "Github" }
/** * Copyright 2019, OpenCensus 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@android:color/white" /> <corners android:radius="512dp" /> </shape>
{ "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 m...
{ "pile_set_name": "Github" }
module.exports = require('./assignInAll');
{ "pile_set_name": "Github" }
#[macro_export] macro_rules! visit_attrs { ($_self:ident, $attrs:ident) => { for it in $attrs { $_self.visit_attribute_mut(it) } }; } #[macro_export] macro_rules! visit_punctuated { ($_self:ident, $ele:expr, $method:ident) => { for mut el in Punctuated::pairs_mut($ele) {...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
{ "pile_set_name": "Github" }
# The RxJS Contract ### Assume the RxJS Grammar Messages sent to instances of the `Observer` object follow the following grammar: onNext* (onCompleted | onError)? This grammar allows observable sequences to send any amount (0 or more) of `onNext` messages to the subscribed observer instance, optionally followed ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <title>Empty Player test</title> <script type="text/javascript" src="../../../tests/qunit/qunit-bootstrap.js"></script> <script type="text/javascript" src="../../../mwEmbedLoader.php"></script> <script type="text/javascript" src="../../../docs/js/doc-bootstrap.js"></script> <script ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2015-2016 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Cont...
{ "pile_set_name": "Github" }
# p2p-adb # https://github.com/kosborn/p2p-adb/ # @theKos # kyle@kyleosborn.com # Registering command registerCommand "5:getAccounts:Steal Accounts" getAccounts(){ echo $ISROOT if [ $ISROOT -le 1 ]; then DATAPATH="/data/system/accounts.db" echo 'We are root...' getData "$DATAPATH" else echo $ISROOT fi ...
{ "pile_set_name": "Github" }
#' Mean log loss #' #' Compute the logarithmic loss of a classification model. #' #' Log loss is a measure of the performance of a classification model. A #' perfect model has a log loss of `0`. #' #' Compared with [accuracy()], log loss #' takes into account the uncertainty in the prediction and gives a more #' detail...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ThoughtWorks, 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 agr...
{ "pile_set_name": "Github" }
// Copyright (C) 2016-2019 Jonathan Müller <jonathanmueller.dev@gmail.com> // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. #ifndef STANDARDESE_THREAD_POOL_HPP_INCLUDED #define STANDARDESE_THREAD_POOL_HPP_INCLUDED #include <future> #include <th...
{ "pile_set_name": "Github" }
#pragma warning disable /* * Warewolf - Once bitten, there's no going back * Copyright 2019 by Warewolf Ltd <alpha@warewolf.io> * Licensed under GNU Affero General Public License 3.0 or later. * Some rights reserved. * Visit our website for more information <http://warewolf.io/> * AUTHORS <http://warewolf.io/aut...
{ "pile_set_name": "Github" }
#!/bin/sh ./compile-and-run-gambit-fixnum-benchmark boyer ./compile-and-run-gambit-fixnum-benchmark browse ./compile-and-run-gambit-fixnum-benchmark cpstak ./compile-and-run-gambit-fixnum-benchmark ctak ./compile-and-run-gambit-fixnum-benchmark dderiv ./compile-and-run-gambit-fixnum-benchmark deriv ./compile-and-run-ga...
{ "pile_set_name": "Github" }
<!-- start of file --> <!-- This .xml file is part of the Traffic-Control-HOWTO document --> <!-- $Id$ --> <!-- The article was authored by Martin A. Brown <martin@linux-ip.net> for the linux community, and has been released under the GNU Free Documentation License (GFDL) through The Linux Documentation ...
{ "pile_set_name": "Github" }
'use strict' function id (e) { return e } var prop = require('../util/prop') var filter = require('./filter') //drop items you have already seen. module.exports = function unique (field, invert) { field = prop(field) || id var seen = {} return filter(function (data) { var key = field(data) if(seen[key])...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Intel(R) Trace Hub pci driver * * Copyright (C) 2014-2015 Intel Corporation. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/types.h> #include <linux/module.h> #include <linux/device.h> #include <linux/sysfs.h> #include <linux/pci.h> #include "intel_th.h" ...
{ "pile_set_name": "Github" }
package com.jnape.palatable.lambda.functions.builtin.fn3; import org.junit.Test; import static com.jnape.palatable.lambda.functions.builtin.fn3.Clamp.clamp; import static org.junit.Assert.assertEquals; public class ClampTest { @Test public void clampsValueBetweenBounds() { assertEquals((Integer) 5, ...
{ "pile_set_name": "Github" }
# Options for keepalived. See `keepalived --help' output and keepalived(8) and # keepalived.conf(5) man pages for a list of all options. Here are the most # common ones : # # --vrrp -P Only run with VRRP subsystem. # --check -C Only run with Health-checker subsystem. # --dont-release-vr...
{ "pile_set_name": "Github" }
/** @file kdtree.c ** @brief KD-tree - Definition ** @author Andrea Vedaldi, David Novotny **/ /* Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson. All rights reserved. This file is part of the VLFeat library and is made available under the terms of the BSD license (see the COPYING file). */ /** <!-- ~~~...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2015 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. --> <org.chromium.chrome.browser.preferences.datareduction.DataReductionPromoView xmlns:android="http://s...
{ "pile_set_name": "Github" }
.change-list .filtered { background: inherit !important; } .white-inset-light { box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .6); } #changelist #sitemap { .grey-box-shadow; // overflow: auto; /* Custom styles */ .border-radius(@border-radius, @border-radius, 0, 0); ul.header { ba...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Thu Jun 23 18:29:43 CST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Controller (Douyu 0.7.1 API) </TI...
{ "pile_set_name": "Github" }
<Results> <Result> <Input> <Description><![CDATA[Where -> Select]]></Description> <Expression><![CDATA[query.Where(doc => (doc.StringField == "str")).Select(doc => doc.NumericField)]]></Expression> </Input> <Output> <SqlQuery><![CDATA[ SELECT VALUE root["NumericField"] FROM root WHERE...
{ "pile_set_name": "Github" }
<!-- Step 2: Instrument Visual & Collision Models setup --> <Node name="root" dt="0.05"> <RequiredPlugin name="SofaOpenglVisual"/> <BackgroundSetting color="0.5 0.5 0.5" /> <VisualStyle displayFlags="showVisualModels showCollisionModels" /> <Node name="Instrument"> <MechanicalObject name="i...
{ "pile_set_name": "Github" }
# RGAA 3.2017 - Rule 1.2.1 ## Summary No-check rule ## Business description ### Criterion [1.2](http://references.modernisation.gouv.fr/rgaa-accessibilite/criteres.html#crit-1-2) ### Test [1.2.1](http://references.modernisation.gouv.fr/rgaa-accessibilite/criteres.html#test-1-2-1) ### Description <div lang="fr">Ch...
{ "pile_set_name": "Github" }
using System.Runtime.InteropServices; namespace RoslynPad { [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] public class ExecutionPlatform { internal string Name { get; } internal string TargetFrameworkMoniker { get; } internal string Frame...
{ "pile_set_name": "Github" }