text
stringlengths
2
99.9k
meta
dict
# Project: VID_PID_SWAPPER # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = VID_PID_SWAPPER.o $(RES) LINKOBJ = VID_PID_SWAPPER.o $(RES) LIBS = -L"C:/Dev-Cpp/lib" INCS = -I"C:/Dev-Cpp/include" CXXINCS = -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
package droidefense.sdk.enums; import java.io.Serializable; /** * Created by .local on 14/05/2016. */ public enum MalwareResultEnum implements Serializable { MALWARE("MALWARE"), GOODWARE("GOODWARE"), UNKNOWN("UNKNOWN"); private final String type; MalwareResultEnum(String type) { this.type = ...
{ "pile_set_name": "Github" }
// // ViewController.h // LoadableMacro // // Created by everettjf on 2016/12/20. // Copyright © 2016年 everettjf. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
{ "pile_set_name": "Github" }
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!--@subject {{trans "Your %store_name order has shipped" store_name=$store.frontend_name}} @--> <!--@vars { "var formattedBillingAddress|raw":"Billing Address", "var this.getUrl($store,'customer/account/',[_nosid...
{ "pile_set_name": "Github" }
# [Dieter](http://alexa.amazon.com/#skills/amzn1.ask.skill.d5491cc9-d5a4-4fc8-a3de-b74d2c16d306) ![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x.png)![0 stars](../../images/ic_star_border_black_18dp_1x...
{ "pile_set_name": "Github" }
Pipes: A Lazy Data Flow Framework "http://pipes.tinkerpop.com":http://pipes.tinkerpop.com h2. Pipes 2.y.z !https://github.com/tinkerpop/pipes/raw/master/doc/images/pipes-2.png! h3. Version 2.4.0 (August 4, 2013) ```xml <dependency> <groupId>com.tinkerpop</groupId> <artifactId>pipes</artifactId> <version>2.4.0...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Page with overflow</title> <style> #over { width:400px; height: 300px; overflow-x: auto; overflow-y: scroll; } </style> </head> <body> <div id="over"> <div style="width: 5000px;"> <div style="width: 100%; text-align: right;" ><a href...
{ "pile_set_name": "Github" }
/** * Miscellaneous test macros. */ #ifndef TEST_MACROS_H_ #define TEST_MACROS_H_ #define GET_2ND_ARG(arg1, arg2, ...) arg2 #define GET_3RD_ARG(arg1, arg2, arg3, ...) arg3 #define GET_4TH_ARG(arg1, arg2, arg3, arg4, ...) arg4 #define GET_5TH_ARG(arg1, arg2, arg3, arg4, arg5, ...) arg5 #endif /* TEST_MACROS_H_ */
{ "pile_set_name": "Github" }
config THINKPAD_EC tristate depends on X86 ---help--- This is a low-level driver for accessing the ThinkPad H8S embedded controller over the LPC bus (not to be confused with the ACPI Embedded Controller interface).
{ "pile_set_name": "Github" }
module NicIpRequired class Ipv4 < Base def initialize(opts = {}) super @subnet = nic.subnet @field = :ip @other_field = :ip6 end end end
{ "pile_set_name": "Github" }
import sys import dsz import ops import ops.parseargs dsz.control.echo.Off() parser = ops.parseargs.ArgumentParser() parser.add_argument('command_id', type=int, help='Command ID of wrapped command.') parser.add_argument('reason', help='Reason for command to be disabled.') options = parser.parse_args() if (op...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 589526ebfe6d8614992f71bd2817a19e timeCreated: 1507441383 licenseType: Free DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 Oracle and/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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
{ "pile_set_name": "Github" }
LIBRARY api-ms-win-security-isolatedcontainer-l1-1-1.dll EXPORTS IsProcessInWDAGContainer
{ "pile_set_name": "Github" }
//===-- sanitizer_deadlock_detector2.cpp ----------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta name="generator" content= "HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.17), see www.w3.org"> <title>JMRI: Edit Turntable Help</title> <meta name="author" ...
{ "pile_set_name": "Github" }
.dojoxEllipsis, .dojoxEllipsisShown { white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } .dojoxEllipsis window { width:100%; -moz-user-focus:normal; -moz-user-select:text; } .dojoxEllipsis description{ -moz-us...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2018, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
SHA256 (IO-TieCombine-1.005.tar.gz) = 402d4db8300b3d271632f4995e0ade329d89280a7e47f2badf8b38af6e5569af SIZE (IO-TieCombine-1.005.tar.gz) = 16863
{ "pile_set_name": "Github" }
Car -1 -1 -10 771 191 1207 436 1.39 1.60 4.09 2.77 1.62 6.52 -1.63 1.00 Car -1 -1 -10 720 179 877 284 1.50 1.65 4.38 3.09 1.65 12.89 -1.57 1.00 Car -1 -1 -10 408 183 510 254 1.51 1.56 3.75 -3.64 1.79 17.83 1.62 1.00 Car -1 -1 -10 49 197 414 405 1.48 1.63 4.10 -3.57 1.81 7.69 1.61 1.00 Car -1 -1 -10 693 177 783 243 1.51...
{ "pile_set_name": "Github" }
package com.youngmanster.collection.mvp.contract.wechat.okhttpcache; import com.youngmanster.collection.been.wechat.WeChatNews; import com.youngmanster.collectionlibrary.mvp.BasePresenter; import com.youngmanster.collectionlibrary.mvp.BaseView; import java.util.List; /** * Created by yangyan * on 2018/...
{ "pile_set_name": "Github" }
package mesh import ( "errors" "github.com/kumahq/kuma/pkg/core/resources/registry" mesh_proto "github.com/kumahq/kuma/api/mesh/v1alpha1" "github.com/kumahq/kuma/pkg/core/resources/model" ) const ( DataplaneInsightType model.ResourceType = "DataplaneInsight" ) var _ model.Resource = &DataplaneInsightResource{...
{ "pile_set_name": "Github" }
# keras-vis documentation We use extended Markdown, as implemented by [MkDocs](http://mkdocs.org), for documentation. The API docs are autogenerated using `MarkdownAPIGenerator` in `md_autogen.py`. ## Dependencies ```bash sudo pip install mkdocs sudo pip install https://github.com/mitya57/python-markdown-math/archive...
{ "pile_set_name": "Github" }
--TEST-- Test get_html_translation_table() function : basic functionality - XML 1.0 --FILE-- <?php echo "*** Testing get_html_translation_table() : basic functionality/XML 1.0 ***\n"; echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n"; $table = HTML_ENTITIES; $tt = get_html_translation_table($table, ENT_QUOTES | EN...
{ "pile_set_name": "Github" }
// flow-typed signature: c4ccfb63d38020d7a5ef85ef5d1a98aa // flow-typed version: <<STUB>>/roboto-fontface_v^0.7.0/flow_v0.46.0 /** * This is an autogenerated libdef stub for: * * 'roboto-fontface' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work...
{ "pile_set_name": "Github" }
package io.quarkus.jdbc.derby.runtime; import io.quarkus.agroal.runtime.AgroalConnectionConfigurer; import io.quarkus.agroal.runtime.JdbcDriver; import io.quarkus.datasource.common.runtime.DatabaseKind; @JdbcDriver(DatabaseKind.DERBY) public class DerbyAgroalConnectionConfigurer implements AgroalConnectionConfigurer ...
{ "pile_set_name": "Github" }
; RUN: not opt -verify -S < %s 2>&1 | FileCheck %s ; LD2 and LD2LANE ; CHECK: Intrinsic has incorrect return type ; CHECK-NEXT: llvm.aarch64.neon.ld2.v4i32 define { <4 x i64>, <4 x i32> } @test_ld2_ret(<4 x i32>* %ptr) { %res = call { <4 x i64>, <4 x i32> } @llvm.aarch64.neon.ld2.v4i32(<4 x i32>* %ptr) ret{ <4 x ...
{ "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 <AppleMediaServices/AMSDoubleLinkedListNode.h> @protocol NSCopying; __attribute__((visibility("hidden"))) @interface AMSLRUCa...
{ "pile_set_name": "Github" }
# Contributing to Bootstrap Looking to contribute something to Bootstrap? **Here's how you can help.** Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved. Following these guidelines helps to communicate that you respect the time of the deve...
{ "pile_set_name": "Github" }
/** * Polish translation for bootstrap-datetimepicker * Robert <rtpm@gazeta.pl> */ ;(function($){ $.fn.datetimepicker.dates['pl'] = { days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"], daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"], ...
{ "pile_set_name": "Github" }
/* * Network port table * * SELinux must keep a mapping of network ports to labels/SIDs. This * mapping is maintained as part of the normal policy but a fast cache is * needed to reduce the lookup overhead. * * Author: Paul Moore <paul@paul-moore.com> * */ /* * (c) Copyright Hewlett-Packard Development Comp...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
/* * Copyright (c) International Business Machines Corp., 2000,2002 * * 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...
{ "pile_set_name": "Github" }
@echo off SET TMP=C:\Temp SET TEMP=C:\Temp SET UVEXE=C:\Keil\UV4\UV4.EXE echo. echo Building DSP Libraries GCC echo. echo Building DSP Library for Cortex-M0 Little Endian %UVEXE% -rb -j0 arm_cortexM_math.uvproj -t "M0l" -o "DspLib_M0l_build.log" echo Building DSP Library for Cortex-M0 Big Endian %UVEXE% -rb -j...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * * xid.c * POSTGRES transaction identifier and command identifier datatypes. * * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDEN...
{ "pile_set_name": "Github" }
import ng from 'angular'; import Auth from '../../common/auth/auth'; import CurrentUser from '../../common/auth/current_user'; import userDropdownTemplate from './user_dropdown.html'; import licenseModalTemplate from '../../common/ui/modal/license_modal.html'; import Modal from '../../common/ui/modal/modal'; import Sto...
{ "pile_set_name": "Github" }
From craig@deersoft.com Fri Aug 23 11:07:09 2002 Return-Path: <craig@deersoft.com> Delivered-To: yyyy@localhost.netnoteinc.com Received: from localhost (localhost [127.0.0.1]) by phobos.labs.netnoteinc.com (Postfix) with ESMTP id 31B4044166 for <jm@localhost>; Fri, 23 Aug 2002 06:05:15 -0400 (EDT) Received: from pho...
{ "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" }
/* * This file is part of LibrePlan * * Copyright (C) 2013 St. Antoniusziekenhuis * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your ...
{ "pile_set_name": "Github" }
/* * LZO 1x decompression * copyright (c) 2006 Reimar Doeffinger * * This file is part of FFmpeg. * * FFmpeg 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 the License,...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml" version="2.0" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:tbx="http://www.lisa.org/TBX-Specification.33.0.html" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:import...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `set_permissions` fn in crate `std`."> <meta name="keywords...
{ "pile_set_name": "Github" }
package scala.tools.nsc package typechecker import symtab.Flags._ trait Macros { self: Analyzer => import global._ import definitions._ def macroMethName(name: Name) = newTermName((if (name.isTypeName) "type" else "def") + "macro$" + name) def macroMeth(mac: Symbol): Symbol = { var owner = mac.owne...
{ "pile_set_name": "Github" }
--- title: "msdyn_ocwechatchannelconfig Entity Reference | MicrosoftDocs" description: "Includes schema information and supported messages for the msdyn_ocwechatchannelconfig entity." ms.date: 09/14/2020 ms.service: "crm-online" ms.topic: "reference" applies_to: - "Dynamics 365 (online)" author: "susikka" ms.author:...
{ "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" file ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Micropolis: SimSprite Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><b...
{ "pile_set_name": "Github" }
; RUN: %souper-check -print-replacement %s > %t1 ; RUN: %FileCheck %s < %t1 ; RUN: %parser-test < %t1 ; RUN: %souper-check %t1 | %FileCheck %s ; RUN: %souper-check -print-replacement-split %s > %t2 ; RUN: %FileCheck %s < %t2 ; RUN: %parser-test < %t2 ; RUN: %souper-check %t2 | %FileCheck %s ; CHECK: LGTM %0:i32 = ...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?auth=ruby-authkey&channel-group=demo&m=1&pnsdk=PubNub-Ruby/4.1.0&r=1&signature=GA-NJfFM8rGH5-49bMyJ3mqKfQGKlLtiWkn5GfPsMXc=&timestamp=1464188989&ttl=0&uuid=ruby-test-uuid-client-one&w=0 body: en...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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" }
define(function(require, exports, module) { plugin.consumes = ["open_ui", "history"]; return plugin; function plugin(options, imports, register) { var openUi = imports.open_ui; var history = imports.history; var gui = nodeRequire("nw.gui"); var options = require("./lib/opti...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the tools applications of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGP...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("TemplateFactory")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembl...
{ "pile_set_name": "Github" }
add_library(PackageManagerTests HelpTests.swift PackageManager/Clean.swift PackageManager/Config.swift PackageManager/Describe.swift PackageManager/GenerateXcodeProject.swift PackageManager/Options.swift Tests.swift)
{ "pile_set_name": "Github" }
\begin{code} openFile :: FilePath -> IOMode -> Linear s ('LinearState next open) !\annotate{1}! ('LinearState (next TL.+ 1) !\annotate{2}! (next ': open)) !\annotate{3}! (Handle s next) openFile = coerce SIO.openFile \end{code}
{ "pile_set_name": "Github" }
commandlinefu_id: 13830 translator: weibo: '' hide: true command: |- lxshortcut -o ~/Desktop/myLauncher summary: |- Create shortcut with lubuntu
{ "pile_set_name": "Github" }
&GLOBAL PROJECT UO2-2x2x2-binary_restart FLUSH_SHOULD_FLUSH PRINT_LEVEL medium RUN_TYPE md &END GLOBAL &MOTION &MD ENSEMBLE NVT STEPS 10 TIMESTEP [fs] 0.5 TEMPERATURE [K] 300.0 &THERMOSTAT REGION MASSIVE &NOSE &END NOSE &END THERMOSTAT &END MD &PRINT &CELL OFF &EACH MD 1 &END EA...
{ "pile_set_name": "Github" }
// (c) Copyright Juergen Hunold 2015 // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #define BOOST_TEST_MODULE Qt3DLogic #include <Qt3DLogic> #include <boost/test/unit_test.hpp> ...
{ "pile_set_name": "Github" }
--- title: "Installing Riak CS" description: "" menu: riak_cs-2.1.1: name: "Installing Riak CS" identifier: "installing" weight: 200 parent: "index" project: "riak_cs" project_version: "2.1.1" aliases: - /riakcs/2.1.1/cookbooks/installing/Installing-Riak-CS/ - /riak/cs/2.1.1/cookbooks/installing/I...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:25.607718", "description": "A screamingly fast Python WSGI server written in C.", "fork": false, "full_name": "jonashaag/bjoern", "language": "C", "updated_at": "2015-02-27T23:42:40.444872" }
{ "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="en"> <head> <!-- Generated by javadoc --> <title>ProfilerController (geckoview 83.0.20200925033748 API)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title=...
{ "pile_set_name": "Github" }
package test type typeForTest struct { F struct { F float32 } }
{ "pile_set_name": "Github" }
<!-- HTML header for doxygen 1.8.13--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compat...
{ "pile_set_name": "Github" }
/* vim: set ts=8 sw=8 noexpandtab: */ // qcms // Copyright (C) 2009 Mozilla Corporation // Copyright (C) 1998-2007 Marti Maria // // 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 witho...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import os from setuptools import setup, Command from datetime import date # Fix for building on non-Windows systems import codecs try: codecs.lookup('mbcs') except LookupError: ascii = codecs.lookup('ascii') func = lambda name, enc=ascii: {True: enc}.get(name=='mbcs') codecs.regis...
{ "pile_set_name": "Github" }
package { import flash.net.FileReference; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLVariables; public class UploadQueue { private var _queue:Vector.<FileReference>; private var _threads : int; private var _url : String; private var _sessionId : String; priva...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient> * * 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...
{ "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 ma...
{ "pile_set_name": "Github" }
namespace Microsoft.ApplicationInsights.Common.Extensions { using System; using System.Collections.Generic; using System.Globalization; /// <summary> /// Provides a set of extension methods for <see cref="Exception"/>. /// </summary> internal static class ExceptionExtensions { ...
{ "pile_set_name": "Github" }
# # Copyright (C) 2018 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 applicable la...
{ "pile_set_name": "Github" }
/* * This file is part of the WebKit open source project. * This file has been generated by generate-bindings.pl. DO NOT MODIFY! * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundati...
{ "pile_set_name": "Github" }
/*========================================================================== * This is a minimal sketch showing the usage of TeensyStep * * STEP Pulses on Pin 2 (can be any pin) * DIR Signall on Pin 3 (can be any pin) * * The target position is set to 1000 steps relative to the * current position. The m...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Swoft. * (c) Swoft <group@swoft.org> * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ return [ 'serverDispatcher' => [ 'middlewares' => [ \Swoft\View\Middleware\ViewMiddleware::c...
{ "pile_set_name": "Github" }
<?php /** * Copyright 2010-2013 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...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Container; use Closure; use ReflectionMethod; use ReflectionFunction; use InvalidArgumentException; class BoundMethod { /** * Call the given Closure / class@method and inject its dependencies. * * @param \Illuminate\Container\Container $container * @param callabl...
{ "pile_set_name": "Github" }
{ "translations": { "Maps" : "Kaarte", "Personal" : "Persoonlik", "Name" : "Naam", "Category" : "Kategorie", "Comment" : "Kommentaar", "Add" : "Voeg by", "Cancel" : "Kanselleer", "Update" : "Werk by", "Delete" : "Skrap", "Not grouped" : "Nie gegroepeer", "Home" : "Tuis", ...
{ "pile_set_name": "Github" }
package me.tatarka.bindingcollectionadapter; import android.support.annotation.IntDef; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.StaggeredGridLayoutManager; import java.lang....
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><module fritzingVersion="0.7.2b" moduleId="SparkFun-DigitalIC-VS1002-"> <!-- generated from Sparkfun Eagle Library 'SparkFun-DigitalIC' VS1002 --> <version>4</version> <date>2013-02-13</date> <label>U</label> <author>www.fritzing.org</author> <description>MP3 decoder</description>...
{ "pile_set_name": "Github" }
"""Python net specification. This module provides a way to write nets directly in Python, using a natural, functional style. See examples/pycaffe/caffenet.py for an example. Currently this works as a thin wrapper around the Python protobuf interface, with layers and parameters automatically generated for the "layers"...
{ "pile_set_name": "Github" }
/* * SNOOPY LOGGER * * File: snoopy/datasource/snoopy_literal.h * * Copyright (c) 2015 Bostjan Skufca <bostjan@a2o.si> * * 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...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # A sample Gemfile source "https://rubygems.org" gem 'cocoapods', '0.39.0'
{ "pile_set_name": "Github" }
using Glimpse.Core.Extensibility; using Glimpse.Core.Framework; using Glimpse.Core.Policy; using Moq; namespace Glimpse.Test.Core.Tester { public class ControlCookiePolicyTester:ControlCookiePolicy { public Mock<IRequestMetadata> RequestMetadataMock { get; set; } public Mock<IRuntimePolicyConte...
{ "pile_set_name": "Github" }
import _ from 'lodash'; import { FilterBarLibGenerateMappingChainProvider } from './generate_mapping_chain'; import { FilterBarLibMapMatchAllProvider } from './map_match_all'; import { FilterBarLibMapPhraseProvider } from './map_phrase'; import { FilterBarLibMapPhrasesProvider } from './map_phrases'; import { FilterBar...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condit...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # 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/. from .config import ( # noqa F401 PY3, MS_WD, CONFIG, MODULESDIR ) from .ms import ( # no...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ oauthlib.oauth1 ~~~~~~~~~~~~~~ This module is a wrapper for the most recent implementation of OAuth 1.0 Client and Server classes. """ from __future__ import absolute_import, unicode_literals from .rfc5849 import Client from .rfc5849 import SIGNATURE_HMAC, SIGNATURE_RSA, SIGNATURE_PLAINTEX...
{ "pile_set_name": "Github" }
/*<html><pre> -<a href="qh-user.htm" >-------------------------------</a><a name="TOP">-</a> usermem.c qh_exit(), qh_free(), and qh_malloc() See README.txt. If you redefine one of these functions you must redefine all of them. If you recompile and load this file, then us...
{ "pile_set_name": "Github" }
/* * AppArmor security module * * This file contains AppArmor policy attachment and domain transitions * * Copyright (C) 2002-2008 Novell/SUSE * Copyright 2009-2010 Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple i386-pc-win32 %s -fsyntax-only -verify -fms-extensions -Wno-microsoft -std=c++11 struct __declspec(layout_version(19)) S {}; enum __declspec(layout_version(19)) E {}; // expected-warning{{'layout_version' attribute only applies to classes}} int __declspec(layout_version(19)) I; // expected-w...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * linux/fs/read_write.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/slab.h> #include <linux/stat.h> #include <linux/sched/xacct.h> #include <linux/fcntl.h> #include <linux/file.h> #include <linux/uio.h> #include <linux/fsnotify.h> #include <linux/securit...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
{ "title": "VJ: Control structures should use curly braces", "type": "CODE_SMELL", "status": "ready", "remediation": { "func": "Constant\/Issue", "constantCost": "2min" }, "tags": [ "misra", "cert", "pitfall" ], "standards": [ "CERT" ], "defaultSeverity": "Major", "ruleSpec...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/collect.r, R/collect.summarized_disk.frame.r \name{collect.disk.frame} \alias{collect.disk.frame} \alias{collect_list} \alias{collect.summarized_disk.frame} \title{Bring the disk.frame into R} \usage{ \method{collect}{disk.frame}(x, ..., para...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Real Time Clock (RTC) Driver for sd3078 * Copyright (C) 2018 Zoro Li */ #include <linux/bcd.h> #include <linux/i2c.h> #include <linux/module.h> #include <linux/regmap.h> #include <linux/rtc.h> #include <linux/slab.h> #define SD3078_REG_SC 0x00 #define SD3078_REG_MN 0x01...
{ "pile_set_name": "Github" }
import STATUSES from 'data/STATUSES' export const SNAPSHOT_BLACKLIST = [ STATUSES.ARMYS_ETHOS.id, STATUSES.ARMYS_MUSE.id, STATUSES.ANGELS_WHISPER.id, STATUSES.ARMS_LENGTH.id, STATUSES.ASPECTED_BENEFIC.id, STATUSES.ASPECTED_HELIOS.id, STATUSES.ASYLUM.id, STATUSES.AURORA.id, STATUSES.BARRAGE.id, STATUSES.BLACK...
{ "pile_set_name": "Github" }
--DOC_GEN_OUTPUT --DOC_NO_USAGE --DOC_HIDE_ALL --DOC_ASTERISK --DOC_RAW_OUTPUT --DOC_GEN_IMAGE local module = ... module.generate_nav_table { class = "screen", content = { { association = "aggregation", class = "tag", to_property = "s.tags", f...
{ "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" }
set ::num_tests 0 set ::num_passed 0 set ::num_failed 0 set ::num_skipped 0 set ::num_aborted 0 set ::tests_failed {} set ::cur_test "" proc fail {msg} { error "assertion:$msg" } proc assert {condition} { if {![uplevel 1 [list expr $condition]]} { set context "(context: [info frame -1])" error...
{ "pile_set_name": "Github" }
#include "apk/titleitemsmodel.h" #include <QFile> #include <QDirIterator> #include <QTextStream> #include <QDebug> #include <QtConcurrent/QtConcurrent> TitleItemsModel::TitleItemsModel(const Project *apk, QObject *parent) : QAbstractTableModel(parent) { // Parse application label attribute (android:label): au...
{ "pile_set_name": "Github" }
//===-- llvm-objdump.cpp - Object file dumping utility for llvm -----------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }