text
stringlengths
2
99k
meta
dict
!function(d3) { var mpld3 = { _mpld3IsLoaded: true, figures: [], plugin_map: {} }; mpld3.version = "0.4.2"; mpld3.register_plugin = function(name, obj) { mpld3.plugin_map[name] = obj; }; mpld3.remove_figure = function(figid) { var element = document.getElementById(figid); if (element...
{ "pile_set_name": "Github" }
/** * Copyright 2015 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 appli...
{ "pile_set_name": "Github" }
/* * Copyright (c) Minh Loi. * * This file is part of Ulangi which is released under GPL v3.0. * See LICENSE or go to https://www.gnu.org/licenses/gpl-3.0.txt */ import { ButtonSize, Theme, VocabularySortType, VocabularyStatus, } from '@ulangi/ulangi-common/enums'; import { ObservableCategory, Observa...
{ "pile_set_name": "Github" }
#!/usr/bin/perl #------------------------------------------------------------------------------ # Copyright and Licence #------------------------------------------------------------------------------ # CGI-Telnet Version 1.0 for NT and Unix : Run Commands on your Web Server # # Copyright (C) 2001 Rohitab Batra # Permis...
{ "pile_set_name": "Github" }
[packaging] auto_update = false
{ "pile_set_name": "Github" }
{ "iconName": "gradle" }
{ "pile_set_name": "Github" }
/* * Author: commy2 * * Adjust the grenades throwing direction and speed to the selected throwing mode. * * Argument: * input from "Fired" eventhandler * * Return value: * Nothing */ private ["_unit", "_weapon", "_projectile"]; _unit = _this select 0; _weapon = _this select 1; _projectile = _this select 6...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35-client;net40-client;netstandard2.0</TargetFrameworks> </PropertyGroup> </Project>
{ "pile_set_name": "Github" }
// Copyright 2014 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. #ifndef CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_PERMISSION_REQUEST_CREATOR_APIARY_H_ #define CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_PERMISSIO...
{ "pile_set_name": "Github" }
/* Copyright 2017-2020 PaGMO development team This file is part of the PaGMO library. The PaGMO library is free software; you can redistribute it and/or modify it under the terms of either: * the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or...
{ "pile_set_name": "Github" }
// Algorithm extensions -*- C++ -*- // Copyright (C) 2001-2014 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 Foundat...
{ "pile_set_name": "Github" }
// Copyright 2011 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 proxy import ( "context" "net" ) type direct struct{} // Direct implements Dialer by making network connections directly using net.Dial or net.Dial...
{ "pile_set_name": "Github" }
/* -*- C++ -*- */ /**************************************************************************** ** Copyright (c) 2001-2014 ** ** This file is part of the QuickFIX FIX Engine ** ** This file may be distributed under the terms of the quickfixengine.org ** license as defined by quickfixengine.org and appearing in the fil...
{ "pile_set_name": "Github" }
%YAML 1.1 --- $schema: "http://stsci.edu/schemas/yaml-schema/draft-01" id: "http://astropy.org/schemas/astropy/coordinates/longitude-1.0.0" tag: "tag:astropy.org:astropy/coordinates/longitude-1.0.0" title: | Represents longitude-like angles. description: Longitude-like angle(s) which are wrapped within a contig...
{ "pile_set_name": "Github" }
#!/bin/bash set -e DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" . ${DIR}/create-git-url.sh runtimeEnv=$(uname) echo "Running as $(whoami)." if [ "$runtimeEnv" != "Linux" ]; then echo "Do not use this script in non-dockerized environments." echo "Detected non-Linux runtime $runtimeEnv." echo ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # -*- coding: utf-8 -*- # # A script to disallow syntax errors to be committed # by running a checker (lint, pep8, pylint...) on them # # to install type ln -s check-stage .git/hooks/pre-commit # Redirect output to stderr. exec 2>&1 # set path (necessary for gitx and git-gui) export PATH=$PATH:/o...
{ "pile_set_name": "Github" }
--- title: ProtectedViewWindow.Activate Method (Word) keywords: vbawd10.chm231735396 f1_keywords: - vbawd10.chm231735396 ms.prod: word api_name: - Word.ProtectedViewWindow.Activate ms.assetid: a784fceb-38b9-2fc4-6c71-fcfb17b53dfe ms.date: 06/08/2017 --- # ProtectedViewWindow.Activate Method (Word) Activates the spec...
{ "pile_set_name": "Github" }
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
{ "pile_set_name": "Github" }
module.exports = require("./lib/_stream_transform.js")
{ "pile_set_name": "Github" }
/* Copyright (C) Microsoft 2014. All rights reserved. */ (function() { "use strict"; var ucwa = window.site.ucwa; function handleGetSingleContacts(data) { if (data.results !== undefined) { var contacts = data.results._embedded.contact; if (contacts !== undefined && !ucwa.G...
{ "pile_set_name": "Github" }
function sparsity=spars(x) % sparsity = sparse(x) % % Returns the sparsity of the matrix/vector x. It works for sparse and dense % storage, too. % This file is part of SeDuMi 1.1 by Imre Polik and Oleksandr Romanko % Copyright (C) 2005 McMaster University, Hamilton, CANADA (since 1.1) % % Copyright (C) 2001 Jos F. St...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
var LazyWrapper = require('./_LazyWrapper'); /** * Reverses the direction of lazy iteration. * * @private * @name reverse * @memberOf LazyWrapper * @returns {Object} Returns the new reversed `LazyWrapper` object. */ function lazyReverse() { if (this.__filtered__) { var result = new LazyWrapper(this); ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * linux/mm/compaction.c * * Memory compaction for the reduction of external fragmentation. Note that * this heavily depends upon page migration to do all the real heavy * lifting * * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie> */ #include <linux/cpu.h> #includ...
{ "pile_set_name": "Github" }
/* 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/. */ package mozilla.components.support.ktx.android.view import android.view.MotionEvent import android.view.MotionEve...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "3x" }, { "idiom" : "iphone", "size" : "40x40", "scale" : "2x" }, { "idiom" : "iphone", "size" : "40x...
{ "pile_set_name": "Github" }
From 5357e5991f09f78e945b3adcc5db0ebfa1766dc1 Mon Sep 17 00:00:00 2001 From: Dave Stevenson <dave.stevenson@raspberrypi.org> Date: Tue, 9 Apr 2019 12:37:28 +0100 Subject: [PATCH] drm: vc4: Query the display ID for each display in FKMS Replace the hard coded list of display IDs for a mailbox call that returns the disp...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: ISC /* * Copyright (c) 2010 Broadcom Corporation */ #ifndef BRCMFMAC_DEBUG_H #define BRCMFMAC_DEBUG_H #include <linux/net.h> /* net_ratelimit() */ /* message levels */ #define BRCMF_TRACE_VAL 0x00000002 #define BRCMF_INFO_VAL 0x00000004 #define BRCMF_DATA_VAL 0x00000008 #define BRCMF...
{ "pile_set_name": "Github" }
# A generic, single database configuration. [alembic] # path to migration scripts script_location = murano/db/cfapi_migration/alembic_migrations # template used to generate migration files # file_template = %%(rev)s_%%(slug)s # max length of characters to apply to the # "slug" field #truncate_slug_length = 40 # set...
{ "pile_set_name": "Github" }
################## BASE IMAGE ###################### FROM biocontainers/biocontainers:v1.0.0_cv4 ################## METADATA ###################### LABEL base_image="biocontainers:v1.0.0_cv4" LABEL version="3" LABEL software="PeptideProphet" LABEL software.version="201510131012" LABEL about.summary="Peptide assignmen...
{ "pile_set_name": "Github" }
/* * boot-common.c * * Common bootmode functions for omap based boards * * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <spl.h> #include <asm/omap_common.h> #include <asm/arch/omap.h> #include <asm/arch/mmc_host_d...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; const Degree = ({ data }) => ( <article className="degree-container"> <header> <h4 className="degree">{data.degree}</h4> <p className="school"><a href={data.link}>{data.school}</a>, {data.year}</p> </header> </article> ); Degree.pr...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.constant.ParamConstants import * class AlipayEbppInvoiceFinancialBlockchainBatchqueryModel(object): def __init__(self): self._cert_no_hash = None self._cert_type = None self._current_page = None self._i...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>Page with inconsistent CSS prefixes</title> <link rel="stylesheet" href="inconsistent-prefixes.css"> </head> <body> </body> </html>
{ "pile_set_name": "Github" }
<?php namespace Kunstmaan\NodeBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\HiddenType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; /** * NodeTranslationAdminType */ class NodeTranslationAdminType ext...
{ "pile_set_name": "Github" }
// // Copyright (c) ZeroC, Inc. All rights reserved. // #import <slicing/exceptions/TestI.h> #import <TestCommon.h> #import <objc/Ice.h> @implementation TestSlicingExceptionsServerI -(void) baseAsBase:(ICECurrent*)__unused current { @throw [TestSlicingExceptionsServerBase base:@"Base.b"]; } -(void) unknownDerive...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd netbsd openbsd // BSD system call wrappers shared by *BSD based systems // including OS X (Darwin) and FreeBSD. Like the ot...
{ "pile_set_name": "Github" }
namespace Microsoft.VisualStudio.Text.AdornmentLibrary.ToolTip.Implementation { using Microsoft.VisualStudio.Utilities; public interface IViewElementFactoryMetadata : IOrderable { string FromFullName { get; } string ToFullName { get; } } }
{ "pile_set_name": "Github" }
Ext.onReady(function() { Ext.select('#modx-testconn').on('click',MODx.DB.testConnection); Ext.select('#modx-testcoll').on('click',MODx.DB.testCollation); Ext.select('#modx-db-info').hide(); var es = Ext.select('.modx-hidden2'); es.setVisibilityMode(Ext.Element.DISPLAY); es.hide(); i...
{ "pile_set_name": "Github" }
""" .. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> """ import re from pathvalidate import validate_pathtype from pathvalidate.error import ErrorReason, ValidationError from ._base import _preprocess __MAX_SHEET_NAME_LEN = 31 __INVALID_EXCEL_CHARS = "[]:*?/\\" __RE_INVALID_EXCEL_SHEET_NAME = re.c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white" android:orientation="...
{ "pile_set_name": "Github" }
var searchData= [ ['close',['close',['../class_wi_fly.html#adf4138137065fd78de83a18825f47795',1,'WiFly']]], ['createadhocnetwork',['createAdhocNetwork',['../class_wi_fly.html#ac84cdf8e1dd3c544bb935548af9d114e',1,'WiFly']]] ];
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
//============================================================================ // // MM MM 6666 555555 0000 2222 // MMMM MMMM 66 66 55 00 00 22 22 // MM MMM MM 66 55 00 00 22 // MM M MM 66666 55555 00 00 22222 -- "A 6502 Microprocessor Emulator" // MM MM 66 66 55 00 00 22 ...
{ "pile_set_name": "Github" }
Title: lnx_thermal: Fix GUI warning about wrong parameter data type Level: 1 Component: checks Class: fix Compatible: compat Edition: cre State: unknown Version: 1.6.0b1 Date: 1544779738 This was a purely cosmetical error and did not affect the check logic in any way. CMK-1428
{ "pile_set_name": "Github" }
#include <skypat/skypat.h> #define _Bool bool extern "C" { #include <stdint.h> #include <stdlib.h> #include <dataTypes/Value.h> #include <dataTypes/stack_p.h> #include <dataTypes/vector_p.h> #include <dataTypes/FuncType.h> #include <structures/instrs/Memory.h> #include <structures/WasmMemory.h> #include <structures/Wa...
{ "pile_set_name": "Github" }
# coding=utf-8 import sys import json from math import log from collections import defaultdict as dict from common import read_sequence_data from common import plot_sequence_data def argmax(d): k = max(d, key = lambda x: d[x]) return k, d[k] class HiddenMarkovModel: def __init__(self): self.pro...
{ "pile_set_name": "Github" }
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="report.css" type="text/css"/> <title></title> <script type="text/javascript" src="report.js"></script> <script type="text/javascript" src="link_popup.js"></script> <script type="text/javascript" src="too...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3a38c8208cf0a405d915e5557883da1a folderAsset: yes timeCreated: 1532111502 licenseType: Free DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2014 Unknwon // // 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 writ...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeartbeatHandler = (client) => { if (client) { const nowTime = new Date().getTime(); client.setLastPing(nowTime); } return true; };
{ "pile_set_name": "Github" }
context("test-speedglm-speedglm") skip_on_cran() skip_if_not_installed("modeltests") library(modeltests) skip_if_not_installed("speedglm") library(speedglm) clotting <- data.frame( u = c(5, 10, 15, 20, 30, 40, 60, 80, 100), lot1 = c(118, 58, 42, 35, 27, 25, 21, 19, 18) ) fit <- speedglm(lot1 ~ log(u), data = c...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
{ "pile_set_name": "Github" }
package com.tinkerpop.gremlin.groovy.console; import java.util.Map; /** * Those wanting to extend the Gremlin Console can extend this class to provide custom imports and extension * methods to the language itself. Gremlin Console uses ServiceLoader to install plugins. It is necessary for * projects wishing to ex...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Flip Demo</string> <string name="activity_title">Flip Demo By Aphid Mobile</string> <string name="first_page_title">[1] OpenAphid 0.2 is Available</string> <string name="first_page_description">AphidMobile is pleased to announce the availab...
{ "pile_set_name": "Github" }
{ "browserslist": [ "chrome 78" ] }
{ "pile_set_name": "Github" }
--- title: Object doesn't support named arguments (Error 446) keywords: vblr6.chm1011332 f1_keywords: - vblr6.chm1011332 ms.prod: office ms.assetid: cb7d923a-e877-6a0e-0a2a-12c81399c218 ms.date: 06/08/2017 localization_priority: Normal --- # Object doesn't support named arguments (Error 446) Not all objects support ...
{ "pile_set_name": "Github" }
/* ****************************************************************************** ** ** File : LinkerScript.ld ** ** ** Abstract : Linker script for STM32H7 series ** 128Kbytes RAM_EXEC and 160Kbytes RAM ** ** Set heap size, stack size and stack location according ** ...
{ "pile_set_name": "Github" }
<?php namespace Particle\Validator\Tests\Rule; use Particle\Validator\Rule\Json; use Particle\Validator\Validator; class JsonTest extends \PHPUnit_Framework_TestCase { /** * @var Validator */ protected $validator; protected function setUp() { $this->validator = new Validator(); ...
{ "pile_set_name": "Github" }
# Description: # Test data (Tensorflow checkpoints) for vp/pretrained tests. licenses(["notice"]) # Apache 2.0 License exports_files(["LICENSE"]) package( default_visibility = ["//sonnet/python:__pkg__"], ) filegroup( name = "restore_initializer_test_checkpoint", srcs = glob(["restore_initializer_tes...
{ "pile_set_name": "Github" }
# Datasources Datasources are used in Renovate primarily to fetch released versions of packages. ### getReleases The minimum exported interface for a datasource is a function called `getReleases` that takes a lookup config as input. The config contains: - `lookupName`: the package's full name including scope if pr...
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !js package uuid import "net" var interfaces []net.Interface // cached list of interfaces // getHardwareInterface returns the name and hardware addre...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build 386,openbsd package unix func Getpagesize() int { return 4096 } func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int64(ts.Nsec) ...
{ "pile_set_name": "Github" }
{ "javascript.updateImportsOnFileMove.enabled": "always", "javascript.preferences.importModuleSpecifier": "non-relative", "workbench.colorCustomizations": { "titleBar.activeForeground": "#000", "titleBar.inactiveForeground": "#000000CC", "titleBar.activeBackground": "#ffc600", "titleBar.inactiveBa...
{ "pile_set_name": "Github" }
{ "name": "@cloudbeaver/core-utils", "sideEffects": false, "version": "0.1.0", "description": "", "license": "Apache-2.0", "main": "lib/index.js", "module": "lib/index.js", "types": "src/index.ts", "scripts": { "prebuild": "rimraf lib/*", "build": "webpack --config ../../configs/webpack.plugin...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Haruki Hasegawa * * 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" }
golang-lru ========== This provides the `lru` package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache. Documentation ============= Full docs are available on [Godoc](http://godoc.org/github.com/hashicorp/golang-lru) Example ======= Using the LRU is very simple: ```go l,...
{ "pile_set_name": "Github" }
/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ .yui3-widget-stacked .yui3-widget-shim{opacity:0;filter:alpha(opacity=0);position:absolute;border:0;top:0;left:0;padding:0;margin:0;z-index:-1;width:100%;height:100%;_width:0;...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CodeMirror: Vim bindings demo</title> <link rel="stylesheet" href="../lib/codemirror.css"> <script src="../lib/codemirror.js"></script> <script src="../addon/dialog/dialog.js"></script> <script src="../addon/search/searchcursor.js"></...
{ "pile_set_name": "Github" }
/* The contents of this file are subject to the Netscape Public * License Version 1.1 (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.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" ...
{ "pile_set_name": "Github" }
#import <stdio.h> #import <mach/mach.h> #import <mach/error.h> #import <mach/message.h> #import <CoreFoundation/CoreFoundation.h> kern_return_t mach_vm_read(vm_map_t target_task, mach_vm_address_t address, mach_vm_size_t size, vm_offset_t *data, mach_msg_type_number_t *dataCnt); ke...
{ "pile_set_name": "Github" }
// Generated from definition io.k8s.api.auditregistration.v1alpha1.Webhook /// Webhook holds the configuration of the webhook #[derive(Clone, Debug, Default, PartialEq)] pub struct Webhook { /// ClientConfig holds the connection parameters for the webhook required pub client_config: crate::api::auditregistrati...
{ "pile_set_name": "Github" }
from toga_dummy.utils import TestCase from toga_winforms import window class TestWindow(TestCase): def setUp(self): super().setUp() self.window = window.Window def test_build_filter(self): test_filter = self.window.build_filter(None, ["txt"]) self.assertEqual(test_filter, "txt...
{ "pile_set_name": "Github" }
# Copyright (c) Facebook, Inc. and its affiliates. # All rights reserved. # # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future_...
{ "pile_set_name": "Github" }
import Spinner from './spinner'; export default Spinner;
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: ac7a7f49f26f45b29857e71b0d156fff timeCreated: 1497030443 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
package org.openintents.filemanager.search; import android.app.SearchManager; import android.content.ContentProvider; import android.content.ContentUris; import android.content.ContentValues; import android.database.Cursor; import android.database.MatrixCursor; import android.net.Uri; import android.os.Environment; im...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ gTestfile = '11.12-1.js'; /** ...
{ "pile_set_name": "Github" }
// Copyright 2013 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. // +build !nacl,!plan9,!windows package ipv6 import ( "net" "syscall" ) // ReadFrom reads a payload of the received IPv6 datagram, from the // endpoint c, ...
{ "pile_set_name": "Github" }
/**************************************************************************** ** @license ** This demo file is part of yFiles for HTML 2.3. ** Copyright (c) 2000-2020 by yWorks GmbH, Vor dem Kreuzberg 28, ** 72070 Tuebingen, Germany. All rights reserved. ** ** yFiles demo files exhibit yFiles for HTML functionali...
{ "pile_set_name": "Github" }
'use strict'; var assert = require('assert'); var config = require('../lib/config'); var helper = require('../helper'); var redis = config.redis; describe("The 'incr' method", function () { helper.allTests(function (ip, args) { describe('using ' + ip, function () { describe('when connected ...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE OverloadedStrings #-} module EnAuOckerTextSpec where import Data.Text (Text) import qualified Data.Text as T import Faker hiding (defaultFakerSettings) import qualified Faker.Address as FA import Faker.Combinators (listOf) import qualified Faker.Company as CO import q...
{ "pile_set_name": "Github" }
.ct-label { fill: #676a6d; color: #676a6d; font-size: 1.2rem; line-height: 1; } .ct-chart-line .ct-label, .ct-chart-bar .ct-label { display: block; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .ct-chart-pie .ct-label, .ct-chart-donut .ct-la...
{ "pile_set_name": "Github" }
package com.example.learn import android.annotation.SuppressLint import android.app.Activity import android.content.Context import android.content.ContextWrapper import android.graphics.drawable.Drawable import android.net.Uri import android.os.Handler import android.os.Looper import android.support.v4.app.FragmentAct...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace AspComet { /// <summary> /// Stores clients in memory. All operations are locked and therefore thread safe when used independently. /// </summary> public class InMemoryClientRepository : IClientRep...
{ "pile_set_name": "Github" }
{ "CallIdentity_5_d0g0v0" : { "blocks" : [ { "blockHeaderPremine" : { "difficulty" : "0x020000", "gasLimit" : "0x05f5e100", "timestamp" : "0x03e8", "updatePoW" : "1" }, ...
{ "pile_set_name": "Github" }
""" Module containing all HTTP related classes Use this module (instead of the more specific ones) when importing Headers, Request and Response outside this module. """ from scrapy.http.headers import Headers from scrapy.http.request import Request from scrapy.http.request.form import FormRequest from scrapy.http.re...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <CoreCDPUI/CDPStateUIProvider-Protocol.h> @class CDPEnrollViewController, CDPOption, CDPRecoveryKey...
{ "pile_set_name": "Github" }
Local File Disclosure in xxx.xxxxxxxxxxxx.xxx Hi, While testing the media upload thing on `xxx.xxxxxxxxxxxx.xxx`, I found a way to display the content of local file of the server. ## Description It seems that you use the library `FFmpeg` to deal with videos on your system. FFmpeg is usually use to convert or e...
{ "pile_set_name": "Github" }
body { color: #000000; font-family: 'Segoe UI',Verdana,Arial; font-size: 0.813em; font-style: normal; word-wrap: break-word; } /*BEGIN HEADERS*/ .h1, h1 { color: #3A3E43; font-family: 'Segoe UI',Verdana,Arial; font-size: 1.4em; font-weight: bold; margin: 0; } .h2, h2 { col...
{ "pile_set_name": "Github" }
#!/bin/bash # # start solr in the foreground set -e if [[ "$VERBOSE" == "yes" ]]; then set -x fi EXTRA_ARGS=() # Allow easy setting of the OOM behaviour # Test with: docker run -p 8983:8983 -it -e OOM=script -e SOLR_JAVA_MEM="-Xms25m -Xmx25m" solr if [[ -z "${OOM:-}" ]]; then OOM='none' fi case "$OOM" in 'sc...
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Asynchronous Network Library" HOMEPAGE="http://asio.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hp...
{ "pile_set_name": "Github" }
# # test for --maximum- my_getopt prefix # # # ulong # SET @@session.auto_increment_increment=40960; SELECT @@session.auto_increment_increment; # # ulonglong # SET @@session.tmp_table_size=40960; SELECT @@session.tmp_table_size; # # ha_rows # SET @@session.max_join_size=40960; SELECT @@session.max_join_size; # # enum...
{ "pile_set_name": "Github" }
// Copyright 2013 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 ssh import ( "crypto" "crypto/ecdsa" "crypto/elliptic" "crypto/rand" "crypto/subtle" "errors" "io" "math/big" "golang.org/x/crypto/curve25519...
{ "pile_set_name": "Github" }
{ union { ...FC } } fragment FC on C { cText }
{ "pile_set_name": "Github" }
-- in2.test -- -- execsql {INSERT INTO a VALUES(NULL, t)} INSERT INTO a VALUES(NULL, t)
{ "pile_set_name": "Github" }
{ "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "quark:blue_slime_block" }, { "item": "minecraft:slime_block" } ], "result": { "item": "quark:cyan_slime_block", "count": 2 }, "conditions": [ { "type": "quark:flag", "flag": "color_sli...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 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" }
package net.chrisrichardson.eventstore.examples.customersandorders.customersservice.web; import net.chrisrichardson.eventstore.examples.customersandorders.customersservice.backend.CustomerBackendConfiguration; import org.springframework.boot.autoconfigure.web.HttpMessageConverters; import org.springframework.context.a...
{ "pile_set_name": "Github" }