text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:bottom="129dp" android:drawable="@drawable/shape_room" android:left="5dp" android:right="255dp" android:top="230dp"/> <item android:drawable="@draw...
{ "pile_set_name": "Github" }
/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ *...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
from glob import glob import operator import os import humanize import numpy from pyspark import RDD from scipy.sparse import csr_matrix from sourced.ml.models import BOW, OrderedDocumentFrequencies from sourced.ml.transformers import Indexer, Uast2BagFeatures from sourced.ml.transformers.transformer import Transform...
{ "pile_set_name": "Github" }
// // Created by Akshay on 2/15/16. // #ifndef ANALYSIS_VERIFY_H #define ANALYSIS_VERIFY_H #include <iostream> #include <fstream> #include <unordered_set> #include <unordered_map> #include <vector> #include <string> #include <ctime> #include "../protos/pvisit.pb.h" #include "../protos/penums.pb.h" #include <sys/fcntl....
{ "pile_set_name": "Github" }
%module extern_throws %{ #if defined(_MSC_VER) #pragma warning(disable: 4290) // C++ exception specification ignored except to indicate a function is not __declspec(nothrow) #endif %} %inline %{ #include <exception> extern int get() throw(std::exception); %} %{ int get() throw(std::exception) { return 0; } %}
{ "pile_set_name": "Github" }
--- layout: default description: A one stop resource for fully identifying, exploiting, and escalating SQL injection vulnerabilities across various Database Management Systems. title: NetSPI SQL Injection Wiki --- <h2 id="header">Welcome to the NetSPI SQL Injection Wiki!</h2> <div id="homeWrapper"> <p class="readabl...
{ "pile_set_name": "Github" }
/** * Shopware 5 * Copyright (c) shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License with an additional * permission...
{ "pile_set_name": "Github" }
package secrets import ( "context" "errors" "testing" "github.com/kyma-project/kyma/components/application-registry/internal/apperrors" "github.com/kyma-project/kyma/components/application-registry/internal/metadata/secrets/mocks" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github...
{ "pile_set_name": "Github" }
input AddTodoInput { id: String! text: String! userId: ID! clientMutationId: String } type AddTodoPayload { todoEdge: TodoEdge! user: User! clientMutationId: String } input ChangeTodoStatusInput { complete: Boolean! id: ID! userId: ID! clientMutationId: String } type ChangeTodoStatusPayload { ...
{ "pile_set_name": "Github" }
<footer> <p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; All rights reserved. Powered by [Hugo](https://gohugo.io) and [Minimal](https://github.com/calintat/minimal)" | markdownify }}</p> </footer> </body> </html>
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #define test(x) _Generic((x), _Bool : 1, char : 2, int : 3, default : 4) void test_typename(void) { char s; int y; int x = t...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) Facebook, Inc. and its affiliates. ~ ~ 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/lice...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet" href="qunit.css" type="text/css"/> <script type="text/javascript" src="qunit.js"></script> <script type="text/javascript" src="../dist/es5/uri.all.min.js"></scr...
{ "pile_set_name": "Github" }
// *************************************************************************** // bamtools_random.cpp (c) 2010 Derek Barnett, Erik Garrison // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- // Last modified: 10 December 2012 (DB) // ------...
{ "pile_set_name": "Github" }
/* * ALSA driver for ICEnsemble VT17xx * * Lowlevel functions for WM8776 codec * * Copyright (c) 2012 Ondrej Zary <linux@rainbow-software.org> * * 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" }
{ "type": "bundle", "id": "bundle--f0f505f8-650a-4867-aa71-cce9f5868d95", "spec_version": "2.0", "objects": [ { "id": "x-mitre-tactic--d418cdeb-1b9f-4a6b-a15d-2f89f549f8c1", "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "name": "Discovery...
{ "pile_set_name": "Github" }
/** * \file * * \brief Instance description for TC3 * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
{ "pile_set_name": "Github" }
During a route transition, the Ember Router passes a transition object to the various hooks on the routes involved in the transition. Any hook that has access to this transition object has the ability to immediately abort the transition by calling `transition.abort()`, and if the transition object is stored, it can be ...
{ "pile_set_name": "Github" }
# Copyright 2015-2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>View Tree ( Click to highlight view, or double click to change frame of view )</title> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/index.css"> <script type="text/javascript" src="js/modjs.js"></script> <scri...
{ "pile_set_name": "Github" }
global class RenameQuipFolder { @InvocableMethod(label='Rename Quip Folder' description='Renames Quips folder located under the path specified') global static List<Response> RenameQuipFolder(List<Request> requests) { List<Response> responses = new List<Response>(); IQuip quip = new Quip(new...
{ "pile_set_name": "Github" }
# Data Agreement File for Myers/HudsonAlpha ChIP-seq experiments # Lab info grant BadGrant lab HudsonAlpha dataType ChipSeq variables cell, antibody, badvariable assembly hg17 dafVersion 0.2.2.2 # Track/view definition view Peaks longLabelPrefix HudsonAlpha ChIP/Seq Peaks type narrowPe...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="SDL2main" ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" RootNamespace="SDLmain" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> <Platform Name...
{ "pile_set_name": "Github" }
/* * make_socket.java * * Copyright (C) 2004 Peter Graves * $Id$ * * 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 versi...
{ "pile_set_name": "Github" }
{ "$id": "docs/spec/rum_v3_user.json", "title": "User", "type": [ "object", "null" ], "properties": { "id": { "description": "Identifier of the logged in user, e.g. the primary key of the user", "type": [ "string", "inte...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* This file is part of the Frama-C's E-ACSL plug-in. *) (* *) (* Copyrigh...
{ "pile_set_name": "Github" }
<p>Implement <strong>next permutation</strong>, which rearranges numbers into the lexicographically next greater permutation of numbers.</p> <p>If such arrangement is not possible, it must rearrange it as the lowest possible order (ie, sorted in ascending order).</p> <p>The replacement must be <strong><a href="ht...
{ "pile_set_name": "Github" }
# accept a filename on the commandline, read it and print it out to screen # only ascii right now, just like the rest of Mu # # To run: # $ ./translate_mu apps/print-file.mu # $ echo abc > x # $ ./a.elf x # abc fn main _args: (addr array addr array byte) -> exit-status/ebx: int { var args/eax: (addr array ad...
{ "pile_set_name": "Github" }
Merge request JS54SBOKPUWZB5KD26UULXWQG5U2XX76 passed against revision 282e41acd6bbd98c75b75e7d8c44087ea7a79e13 <details><summary>Log</summary><p>``` running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured...
{ "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 <SearchFoundation/NSObject-Protocol.h> @class NSData, NSDictionary, NSString, NSTimeZone, SFLatLng; @protocol SFAirport <NSOb...
{ "pile_set_name": "Github" }
MODULE = api-ms-win-core-realtime-l1-1-0.dll
{ "pile_set_name": "Github" }
package backup // Copyright (c) Microsoft and contributors. 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 // // Unle...
{ "pile_set_name": "Github" }
# visual configuration for EVEX DB data (http://evexdb.org/) [labels] GGP | Gene or gene product | GGP Regulation | Regulation | Reg Positive_regulation | Positive regulation | +Regulation | +Reg Negative_regulation | Negative regulation | -Regulation | -Reg Binding | Binding | Bind Gene_expression | Gene expressio...
{ "pile_set_name": "Github" }
--- title: "UserAgent view" ms.reviewer: ms.author: v-lanac author: lanachin manager: serdars ms.date: 3/9/2015 audience: ITPro ms.topic: article ms.prod: skype-for-business-itpro f1.keywords: - NOCSH localization_priority: Normal ms.assetid: b986f76f-f16e-4e5e-96cb-6e8f7f9b42ee description: "The UserAgent View stores...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------------ # # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR> # Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR> # # This program and the accompanying materials # are licensed and made available under the terms and co...
{ "pile_set_name": "Github" }
# Copyright 2016 The TensorFlow 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 applica...
{ "pile_set_name": "Github" }
package ieproxy import "golang.org/x/sys/windows" var winHttp = windows.NewLazySystemDLL("winhttp.dll") var winHttpGetProxyForURL = winHttp.NewProc("WinHttpGetProxyForUrl") var winHttpOpen = winHttp.NewProc("WinHttpOpen") var winHttpCloseHandle = winHttp.NewProc("WinHttpCloseHandle") var winHttpGetIEProxyConfigForCur...
{ "pile_set_name": "Github" }
<?php /** * ZenTaoPHP的baseHelper类。 * The baseHelper class file of ZenTaoPHP framework. * * @package framework * * The author disclaims copyright to this source code. In place of * a legal notice, here is a blessing: * * May you do good and not evil. * May you find forgiveness for yourself and forgive other...
{ "pile_set_name": "Github" }
// ie9- setTimeout & setInterval additional parameters fix var global = require('./$.global') , $export = require('./$.export') , invoke = require('./$.invoke') , partial = require('./$.partial') , navigator = global.navigator , MSIE = !!navigator && /MSIE .\./.test(navigator.userAgent); ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <string xmlns="http://tempuri.org/">{ "Info": [ { "IsSuccess": "True", "InAddress": "嘉義縣新港鄉宮前村中山路167號", "InSRS": "EPSG:4326", "InFuzzyType": "[單雙號機制]+[最近門牌號機制]", "InFuzzyBuffer": "0", "InIsOnlyFullMatch": "False", "InIsLock...
{ "pile_set_name": "Github" }
<?php defined('SYSPATH') or die('No direct script access.'); /************************************************************************* * Copyright (C) 2012 Michel A. Mayer * * * * This program is free software: ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * c67x00.h: Cypress C67X00 USB register and field definitions * * Copyright (C) 2006-2008 Barco N.V. * Derived from the Cypress cy7c67200/300 ezusb linux driver and * based on multiple host controller drivers inside the linux kernel. */ #ifndef _USB_C67X00_H #defi...
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://www.siteslike.com/ [filters] http://www.siteslike.com/js/fpa.js [other] # Any other details [comments] fanboy
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
/* -*- Mode: IDL; 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/. * * The origin of this IDL file is ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2010 Lockheed Martin Corporation * * 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" }
/* @flow */ import {batchInsertMessages} from './batchInsertMessages' import {ElementProxy} from './ElementProxy' import {VirtualElement} from './VirtualElement' import {isDefined} from './is' import {$$root} from './symbol' import {get} from './get' import {set} from './set' export function render (vnode: VirtualEle...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import print_function import os import sys # the next line can be removed after installation sys.path.insert(0, os.path.dirname(os.path.dirname( os.path.dirname(os.path.abspath(__file__))))) import nngen as ng import veriloggen import matrix_add_ipxact a_...
{ "pile_set_name": "Github" }
//===--- DependencyGraph.cpp - Track intra-module dependencies ------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="olink.outlin...
{ "pile_set_name": "Github" }
syntax = "proto3"; package envoy.config.metrics.v4alpha; import "envoy/config/core/v4alpha/config_source.proto"; import "envoy/config/core/v4alpha/grpc_service.proto"; import "google/protobuf/wrappers.proto"; import "udpa/annotations/status.proto"; import "udpa/annotations/versioning.proto"; import "validate/valida...
{ "pile_set_name": "Github" }
# LaunchMe ## DESCRIPTION: + The LaunchMe sample application demonstrates how to implement a custom URL scheme to allow other applications to interact with your application. It registers the "launchme" URL scheme, of which URLs contain an HTML color code (for example, #FF0000 or #F00). The sample shows how to handl...
{ "pile_set_name": "Github" }
{"text": ["$", "cat", ":", "the", "dows", "top", "3", "stocks", "of", "2014", "URL"], "created_at": "Tue May 27 09:18:36 +0000 2014", "user_id_str": "2358944184"}
{ "pile_set_name": "Github" }
/* * (C) Copyright 2010-2013 * NVIDIA Corporation <www.nvidia.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ASM_ARCH_SPL_H_ #define _ASM_ARCH_SPL_H_ #define BOOT_DEVICE_RAM 1 #endif /* _ASM_ARCH_SPL_H_ */
{ "pile_set_name": "Github" }
package com.codestream.protocols.webview import com.codestream.protocols.CodemarkType import org.eclipse.lsp4j.Range interface WebViewNotification { fun getMethod(): String } object EditorNotifications { class DidChangeVisibleRanges( val uri: String?, val selections: List<EditorSelection>, ...
{ "pile_set_name": "Github" }
// license:BSD-3-Clause // copyright-holders:David Haywood, MetalliC /* ARM AIC (Advanced Interrupt Controller) from Atmel typically integrated into the AM91SAM series of chips current implementation was tested in pgm2 (pgm2.cpp) only, there might be mistakes if more advanced usage. if this peripheral is ...
{ "pile_set_name": "Github" }
require('../../modules/es6.object.freeze'); module.exports = require('../../modules/$.core').Object.freeze;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2008 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/license...
{ "pile_set_name": "Github" }
'use strict'; var path = require('./$.path') , invoke = require('./$.invoke') , aFunction = require('./$.a-function'); module.exports = function(/* ...pargs */){ var fn = aFunction(this) , length = arguments.length , pargs = Array(length) , i = 0 , _ = path._ , holder = ...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import division from __future__ import print_function from .Loss import Loss from .MarginLoss import MarginLoss from .SoftplusLoss import SoftplusLoss from .SigmoidLoss import SigmoidLoss __all__ = [ 'Loss', 'MarginLoss', 'SoftplusLoss', 'SigmoidL...
{ "pile_set_name": "Github" }
var test = require('tap').test; var browserify = require('browserify'); var through = require('through'); var vm = require('vm'); var fs = require('fs'); var path = require('path'); test('parse non-js, non-json files', function (t) { t.plan(2); var b = browserify(); b.add(__dirname + '/files/tr.beep'...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Communicator client code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Rights R...
{ "pile_set_name": "Github" }
<?php /* * status.php * * part of pfSense (https://www.pfsense.org) * Copyright (c) 2004-2013 BSD Perimeter * Copyright (c) 2013-2016 Electric Sheep Fencing * Copyright (c) 2014-2020 Rubicon Communications, LLC (Netgate) * All rights reserved. * * originally based on m0n0wall (http://neon1.net/m0n0wall) * Cop...
{ "pile_set_name": "Github" }
// Copyright (c) 2013 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. #include <string> #ifndef __GLIBCXX__ #error expected std library: libstdc++ #endif int main() { return 0; }
{ "pile_set_name": "Github" }
import sys if sys.version_info[:2] < (2, 7): # pragma: no cover import unittest2 as unittest else: import unittest try: from unittest import mock except ImportError: import mock # flake8: noqa
{ "pile_set_name": "Github" }
// Copyright 2016 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 applicabl...
{ "pile_set_name": "Github" }
--- # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. type: posts layout: post category: blog title: "A New Design for Wallet Pages" permalink: /en/posts/new-design-for-wallet-pages.html date: 2019-09-24 author: | <a href="https://github.com/wbnns">Will Binns</a>...
{ "pile_set_name": "Github" }
/* * Copyright 2016 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" }
// // 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. // @class NSString, Protocol; @protocol NSObject @property(readonly, copy) NSString *description; @property(readonly) Class superclass; @...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Effects - Easing demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.10.2.js"></script> <script src="../../ui/jquery.ui.effect.js"></script> <link rel="stylesheet" href="../demos...
{ "pile_set_name": "Github" }
def SampleFunction(): raise Exception('I should never be called!')
{ "pile_set_name": "Github" }
/*************************************************************************** copyright : (C) 2012 by Lukas Lalinsky email : lukas@oxygene.sk ***************************************************************************/ /*******************************************************************...
{ "pile_set_name": "Github" }
apiVersion: argoproj.io/v1alpha1 kind: AnalysisRun metadata: name: canary-demo-analysis-template-6c6bb7cf6f-btpgc namespace: default spec: analysisSpec: metrics: - failureCondition: result < 92 interval: 10 name: memory-usage provider: prometheus: address: '...
{ "pile_set_name": "Github" }
var Geometry = require('../lib/geometry'); var Point = require('../lib/point'); var assert = require('assert'); describe('wkx', function () { describe('parseTwkb', function () { it('includes size', function () { assert.deepEqual(Geometry.parseTwkb( ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- ########################################################################### # Copyright (c), The AiiDA team. All rights reserved. # # This file is part of the AiiDA code. # # ...
{ "pile_set_name": "Github" }
#!/usr/local/bin/perl # Show a form for editing a generic attribute or adding one require './zones-lib.pl'; do 'forms-lib.pl'; &ReadParse(); $zinfo = &get_zone($in{'zone'}); $zinfo || &error($text{'edit_egone'}); if (!$in{'new'}) { # Find the filesystem object ($attr) = grep { $_->{'name'} eq $in{'old'} } @{$zinfo->...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
{ "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. package syscall const _SYS_dup = SYS_DUP2 //sys Dup2(oldfd int, newfd int) (err error) //sys Fchown(fd int, uid int, gid int) (err error) //sys Fstat(fd int, ...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE // CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08) // This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com) (function(mod) { ...
{ "pile_set_name": "Github" }
/* Check compatibility of CET-enabled executable with dlopened legacy shared object. Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Publi...
{ "pile_set_name": "Github" }
--- title: KSPROPERTY\_MEDIASEEKING\_POSITION description: KSPROPERTY\_MEDIASEEKING\_POSITION retrieves the media time of a filter. ms.assetid: 46b246c6-63e9-4f38-91cc-eed762126097 keywords: ["KSPROPERTY_MEDIASEEKING_POSITION Streaming Media Devices"] topic_type: - apiref api_name: - KSPROPERTY_MEDIASEEKING_POSITION ap...
{ "pile_set_name": "Github" }
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2016.03.16...
{ "pile_set_name": "Github" }
--!A cross-platform build utility based on Lua -- -- 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...
{ "pile_set_name": "Github" }
/** * @license * Copyright 2019 Google LLC * * 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 applicable law ...
{ "pile_set_name": "Github" }
const Logger = require('@hkube/logger'); const { taskStatuses } = require('@hkube/consts'); const aigle = require('aigle'); const _ = require('lodash'); const components = require('./consts/component-name'); const log = Logger.GetLogFromContainer(); class heuristicRunner { constructor() { aigle.mixin(_); ...
{ "pile_set_name": "Github" }
ace.define("ace/theme/crimson_editor",["require","exports","module","ace/lib/dom"], function(require, exports, module) { exports.isDark = false; exports.cssText = ".ace-crimson-editor .ace_gutter {\ background: #ebebeb;\ color: #333;\ overflow : hidden;\ }\ .ace-crimson-editor .ace_gutter-layer {\ width: 100%;\ text-al...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> HTTP HTTP POST followlocation </keywords> </info> # # Server-side <reply> <data> HTTP/1.1 301 OK swsclose Location: moo.html&testcase=/10120002 Date: Thu, 09 Nov 2010 14:49:00 GMT Connection: close </data> <data2> HTTP/1.1 200 OK swsclose Location: this should be ignore...
{ "pile_set_name": "Github" }
package typings.devtoolsProtocol.mod.Protocol.Debugger import typings.devtoolsProtocol.devtoolsProtocolStrings.all import typings.devtoolsProtocol.devtoolsProtocolStrings.none_ import typings.devtoolsProtocol.devtoolsProtocolStrings.uncaught import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.a...
{ "pile_set_name": "Github" }
/* * Copyright 2013 serso aka se.solovyev * * 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...
{ "pile_set_name": "Github" }
var webpack = require("webpack"); var glob = require("glob") var path = require("path"); var staticPath = path.join(__dirname , "static"); var array = glob.sync( "static/**/load.*.js") ; var entryMap = {}; for(var i = 0 ; i <array.length ; i ++){ var filePath = array[i]; var entryName = filePath.match(/load\.(.+...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If ...
{ "pile_set_name": "Github" }
import createReactContext from 'create-react-context' /* eslint-disable no-console */ const defaultContextState = { subscribeToMouseOver: () => { console.warn('"subscribeToMouseOver" default func is being used') } } /* eslint-enable */ const { Consumer, Provider } = createReactContext(defaultContextState) ex...
{ "pile_set_name": "Github" }
/* * contrib/btree_gist/btree_time.c */ #include "postgres.h" #include "btree_gist.h" #include "btree_utils_num.h" #include "utils/builtins.h" #include "utils/date.h" #include "utils/timestamp.h" typedef struct { TimeADT lower; TimeADT upper; } timeKEY; /* ** time ops */ PG_FUNCTION_INFO_V1(gbt_time_compress);...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 The Guava 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" }
var mapping = require('./_mapping'), fallbackHolder = require('./placeholder'); /** Built-in value reference. */ var push = Array.prototype.push; /** * Creates a function, with an arity of `n`, that invokes `func` with the * arguments it receives. * * @private * @param {Function} func The function to wrap. ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* This file is automatically generated. Do not edit. */ static const char *initial_sid_to_string[] = { "null", "kernel", "security", "unlabeled", "fs", "file", "file_labels", "init", "any_socket", "port", "netif", "netmsg", "no...
{ "pile_set_name": "Github" }
// // BLELog+CoreDataProperties.swift // CovidSafe // // Copyright © 2020 Australian Government. All rights reserved. // // import Foundation import CoreData import UIKit import CoreBluetooth extension BLELog { enum CodingKeys: String, CodingKey { case timestamp case message } @no...
{ "pile_set_name": "Github" }
/** * Implementation of Tabli browser interface for Google Chrome, using extensions API * * Only import this module from Chrome! */ const chromeBrowser = { // make a tab (identified by tab id) the currently focused tab: activateTab: (tabId, callback) => { chrome.tabs.update(tabId, { active: true }, callbac...
{ "pile_set_name": "Github" }