text
stringlengths
2
99k
meta
dict
<appSettings> <!-- general protocol gateway settings --> <add key="MaxPendingInboundAcknowledgements" value="16" /> <!-- default: 16 --> <add key="DeviceReceiveAckTimeout" value="00:00:00" /> <!-- default: no timeout --> <add key="MaxInboundMessageSize" value="262144" /> <!-- 256KB --> <add key="ConnectArriva...
{ "pile_set_name": "Github" }
// Copyright 2011-2012 Google // 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 wri...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); use Magento\Framework\Api\SearchCriteriaBuilder; use Magento\Framework\Registry; use Magento\Quote\Model\QuoteRepository; use Magento\TestFramework\Helper\Bootstrap; use Magento\TestFramewor...
{ "pile_set_name": "Github" }
wordsize: 4 pointersize: 4 %%RA general registers: 8 address registers: 0 floating point registers: 0 use general as pointer: yes register score parameters: local variable: (2 cases) pointer,general (2 sizes) fitbyte -> (5,2) default -> (4,3) general,general (2 sizes) fitbyte -> (3,1) default ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false"> <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender"> <layout class="org.apache.log4j.PatternLayout"> <param n...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // Ecma International makes this code available under the terms and conditions set // forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the // "Use Terms"). Any redistribution of this code must retain the above // copyright and this n...
{ "pile_set_name": "Github" }
{ "": [ "--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-------------------------------------------------...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`VChip.ts should be removable 1`] = ` <span class="v-chip v-chip--no-color v-chip--removable theme--light v-size--default"> <span class="v-chip__content"> <button type="button" class="v-icon notranslate v-chip__close v-icon--link v-icon--right materi...
{ "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" }
#!/usr/bin/env python3 # -*- encoding: utf-8 -*- # 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 Apach...
{ "pile_set_name": "Github" }
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/type.proto #import "GPBProtocolBuffers_RuntimeSupport.h" #import "google/protobuf/Type.pbobjc.h" #import "google/protobuf/Any.pbobjc.h" #import "google/protobuf/SourceContext.pbobjc.h" // @@protoc_insertion_point(imports) #pragma m...
{ "pile_set_name": "Github" }
#ifndef BOOST_ARCHIVE_XML_ARCHIVE_EXCEPTION_HPP #define BOOST_ARCHIVE_XML_ARCHIVE_EXCEPTION_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // xml_archive_exception.hpp: // (C) Copyright 20...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: put uri: https://<REDACTED_BUCKET_NAME>.s3.<REDACTED_REGION_NAME>.amazonaws.com/gemstash/s3_storage/TEST_S3_SPEC_FOLDER/private/gems/44-f7177163c833dff4b38fc8d2872f1ec6/content body: encoding: UTF-8 string: zapatito headers: Content-Type: ...
{ "pile_set_name": "Github" }
-1.2
{ "pile_set_name": "Github" }
--- - import_tasks: register.yml - import_tasks: config.yml - import_tasks: bootstrap.yml - name: Flush handlers meta: flush_handlers
{ "pile_set_name": "Github" }
component EditLogPage(entries []*arn.EditLogEntry, nextIndex int, viewUser *arn.User, user *arn.User) if viewUser != nil h1.mountable= "Editor log: " + viewUser.Nick else h1.mountable Editor log if viewUser == nil .corner-buttons a.button(href="/log", title="Full list") RawIcon("list") a.button...
{ "pile_set_name": "Github" }
// // UIView+ZJHelperKitUIkit.m // ZJUIKit // // Created by dzj on 2018/1/17. // Copyright © 2018年 kapokcloud. All rights reserved. // #import "UIView+ZJHelperKitUIkit.h" @implementation UIView (ZJHelperKitUIkit) - (void)setZj_origin:(CGPoint)zj_origin { CGRect frame = self.frame; frame.origin = zj_origi...
{ "pile_set_name": "Github" }
*Seaside-GemStone-Tools-Production-ObjectLog debugContinuationString ^ ((self continuation isNil not and: [ self continuation isKindOf: GsProcess ]) and: [ self continuation isContinuation ]) ifTrue: [ 'debug' ] ifFalse: [ '' ]
{ "pile_set_name": "Github" }
/*---------------------------------------------------------- The base color for this template is #5c87b2. If you'd like to use a different color start by replacing all instances of #5c87b2 with your new color. ----------------------------------------------------------*/ body { font-size: .85em; font-family: "S...
{ "pile_set_name": "Github" }
// // OTVideoView.h // Overlay-Graphics // // Copyright (c) 2014 TokBox, Inc. All rights reserved. // #import <UIKit/UIKit.h> #import <OpenTok/OpenTok.h> #import "TBExampleVideoRender.h" #import "TBAudioLevelMeter.h" typedef enum { OTVideoViewTypeSubscriber, OTVideoViewTypePublisher } OTVideoViewType; @cl...
{ "pile_set_name": "Github" }
// Copyright 2018 The prometheus-operator 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 ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * A collection of MIME headers. * * @author Chris Corbyn */ class Swift_Mime_SimpleHeaderSet impleme...
{ "pile_set_name": "Github" }
<!--- * Copyright (C) 2005-2008 Razuna * * This file is part of Razuna - Enterprise Digital Asset Management. * * Razuna is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero Public License as published by * the Free Software Foundation, either version 3 of the License, or * (a...
{ "pile_set_name": "Github" }
%%MatrixMarket matrix array real general % 9 6 1.5515698474097794e-01 1.8005308073449533e-01 1.5515698474097794e-01 -3.8375130504001653e-02 7.4901075115752808e-02 1.3056273071508326e+00 -3.8375130504001653e-02 7.4901075115752808e-02 1.3056273071508326e+00 -3.8375130504001653e-02 7.4901075115752808e-02 1.305627307150832...
{ "pile_set_name": "Github" }
3 3 10 40 20 50 50 80 60 90 30 60 40 70 30 30 40 40 50 50 60 60 10 10 20 20 2 1 10 10 20 20 40 10 50 20 25 12 35 40 4 1 1 1 2 2 1 5 2 6 5 1 6 2 5 5 6 6 3 3 4 4 4 1 1 1 2 2 1 5 2 6 5 1 6 2 5 5 6 6 100 100 101 101 0 0
{ "pile_set_name": "Github" }
import numpy as np lu = ''' 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.0000...
{ "pile_set_name": "Github" }
package com.siberiadante.utilsample.activity.util; import android.graphics.Bitmap; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.LinearLayout; import com.siberiadante.androidutil.util.SDBitmapUtil; import com.siberiadante.utils...
{ "pile_set_name": "Github" }
// jest-dom adds custom jest matchers for asserting on DOM nodes. // allows you to do things like: // expect(element).toHaveTextContent(/react/i) // learn more: https://github.com/testing-library/jest-dom import '@testing-library/jest-dom/extend-expect';
{ "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" }
/* * grunt * http://gruntjs.com/ * * Copyright (c) 2013 "Cowboy" Ben Alman * Licensed under the MIT license. * https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT */ 'use strict'; var grunt = require('../grunt'); // The module to be exported. var fail = module.exports = {}; // Error codes. fail.code = {...
{ "pile_set_name": "Github" }
#include "CondTools/Hcal/interface/HcalSiPMParametersHandler.h" #include "DataFormats/DetId/interface/DetId.h" #include "DataFormats/HcalDetId/interface/HcalGenericDetId.h" #include <memory> HcalSiPMParametersHandler::HcalSiPMParametersHandler(edm::ParameterSet const& ps) { m_name = ps.getUntrackedParameter<std::str...
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[${TM_RAILS_TEMPLATE_START_RUBY_EXPR}f.check_box :${1:attribute}${TM_RAILS_TEMPLATE_END_RUBY_EXPR}]]></content> <tabTrigger>ffcb</tabTrigger> <scope>text.html.ruby, text.haml</scope> <description>form_for check_box</description> </snippet>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This file is automatically generated by Visual Studio .Net. It is used to store generic object data source configuration information. Renaming the file extension or editing the content of this file may cause the file to be unrecognizable by the program....
{ "pile_set_name": "Github" }
// compile // Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // gccgo crashed compiling this. package p type T *T func f(t T) { println(t, *t) }
{ "pile_set_name": "Github" }
macro_create $$name 0.323952 component_create renderers;basic;textured_rectangle $$name.simple_with_texture 0.059733 0.010182 param_set $$name.simple_with_texture facing_camera 0 macro_create $$name.xy_position_oscillation -0.072497 -0.027243 0.190878 component_create maths;converters;3float_to_float3 $$name.xy_pos...
{ "pile_set_name": "Github" }
null main:([Ljava/lang/String;)V@T run:()V@T$1 run:()V@T$2
{ "pile_set_name": "Github" }
/* * NOTE: This copyright does *not* cover user programs that use HQ * program services by normal system calls through the application * program interfaces provided as part of the Hyperic Plug-in Development * Kit or the Hyperic Client Development ...
{ "pile_set_name": "Github" }
package com.earth2me.essentials; import net.ess3.api.IEssentials; import net.ess3.api.IUser; import org.bukkit.Location; import org.bukkit.event.player.PlayerTeleportEvent.TeleportCause; import java.util.UUID; import static com.earth2me.essentials.I18n.tl; @Deprecated public class TimedTeleport implements Runnable ...
{ "pile_set_name": "Github" }
<?php /** * This file is part of workerman. * * Licensed under The MIT License * For full copyright and license information, please see the MIT-LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @author walkor<walkor@workerman.net> * @copyright walkor<walkor@workerman.net> * ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"> <title>Section 4.3.1: Compute the Chebyshev center of a polyhedron</title> <link rel="canonical" href="/Users/mcgrant/Repos/CVX/examples/cvxbook/Ch04_cvx_opt_probs/html/chebyshev_center.html"> <link rel="stylesheet" href="../../../examples.css" type="text/css"> </hea...
{ "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 <CFNetwork/NSURLSessionDelegate-Protocol.h> @class NSError, NSHTTPURLResponse, NSURLAuthenticationChallenge, NSURLRequest, NSU...
{ "pile_set_name": "Github" }
""" Python Character Mapping Codec generated from '8859-5.TXT' with gencodec.py. Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. (c) Copyright 2000 Guido van Rossum. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(...
{ "pile_set_name": "Github" }
--- other: - Started using reno for release notes.
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ h2/config ~~~~~~~~~ Objects for controlling the configuration of the HTTP/2 stack. """ class _BooleanConfigOption(object): """ Descriptor for handling a boolean config option. This will block attempts to set boolean config options to non-bools. """ def __init__(self, ...
{ "pile_set_name": "Github" }
commandlinefu_id: 5093 translator: weibo: '' hide: true command: |- mysqldump -u UNAME -p DBNAME > FILENAME summary: |- dump the whole database
{ "pile_set_name": "Github" }
/* ssf.js (C) 2013-present SheetJS -- http://sheetjs.com */ /* vim: set ts=2: */ /*jshint -W041 */ var SSF = ({}); var make_ssf = function make_ssf(SSF){ SSF.version = '0.10.2'; function _strrev(x) { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; } function fill(c,l) { var o = ""; while(o.length ...
{ "pile_set_name": "Github" }
// Standard YAML's JSON schema. // http://www.yaml.org/spec/1.2/spec.html#id2803231 // // NOTE: JS-YAML does not support schema-specific tag resolution restrictions. // So, this schema is not such strict as defined in the YAML specification. // It allows numbers in binary notaion, use `Null` and `NULL` as `null`, etc. ...
{ "pile_set_name": "Github" }
<p><a href="psi_element://perlfunc">perlfunc</a>: <a href="psi_element://perlfunc%2FDESCRIPTION">DESCRIPTION</a>: <a href="psi_element://perlfunc%2FAlphabetical+Listing+of+Perl+Functions">Alphabetical Listing of Perl Functions</a></p><dl><dt style="padding-bottom:4px;font-weight:bold;">-X FILEHANDLE</dt> <dt style="pad...
{ "pile_set_name": "Github" }
--- title: "<servicePointManager> Element (Network Settings)" description: The <servicePointManager> network settings element configures connections to network resources options in the .NET Framework. ms.date: "03/30/2017" f1_keywords: - "http://schemas.microsoft.com/.NetConfiguration/v2.0#servicePointManager" - "...
{ "pile_set_name": "Github" }
package com.ngtesting.platform.model; public class TstCaseInTaskIssue extends BaseModel { private static final long serialVersionUID = 4897059624066098332L; private Integer caseInTaskId; private Integer issueId; private Integer userId; private String title; public TstCaseInTaskIssue() { } ...
{ "pile_set_name": "Github" }
/* iPhone Terms of Service Table Item Title */ "Terms of Service" = "Условия использования"; /* iPhone Privacy Policy Table Item Title */ "Privacy Policy" = "Политика конфиденциальности"; /* iPhone Legal Notices Table Item Title */ "Legal Notices" = "Юридические уведомления"; /* iPhone Notification that a web page cann...
{ "pile_set_name": "Github" }
package com.liuyanzhao.sens.web.controller.admin; import cn.hutool.core.lang.Validator; import com.google.common.base.Strings; import com.liuyanzhao.sens.common.constant.RedisKeys; import com.liuyanzhao.sens.config.annotation.SystemLog; import com.liuyanzhao.sens.config.shiro.UserToken; import com.liuyanzhao.sens.enti...
{ "pile_set_name": "Github" }
usr/include usr/share usr/lib
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Web IDL mode</title> <meta charset="utf-8"> <link rel="stylesheet" href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/edit/matchbrackets.js"></script> <script src="webidl.js"></sc...
{ "pile_set_name": "Github" }
package main import ( "fmt" "app/config" "github.com/kataras/iris/v12" ) func main() { app := iris.New() app.Get("/", func(ctx iris.Context) { ctx.TextYAML(config.C) }) addr := fmt.Sprintf("%s:%d", config.C.Addr.Internal.IP, config.C.Addr.Internal.Plain) app.Listen(addr, iris.WithConfiguration(config.C.I...
{ "pile_set_name": "Github" }
/* Copyright (C) 2010-2017 Kristian Duske This file is part of TrenchBroom. TrenchBroom is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later versio...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * dir.c - Operations for configfs directories. * * Based on sysfs: * sysfs is Copyright (C) 2001, 2002, 2003 Patrick Mochel * * configfs Copyright (C) 2005 Oracle. All rights reserved. */...
{ "pile_set_name": "Github" }
#ifndef PARTICLE_ENTITY_RENDERER_H #define PARTICLE_ENTITY_RENDERER_H #include <OgreSceneNode.h> #include "ParticleEntityAdditionalData.h" #include "ParticleEntityRendererDictionary.h" #include "../ParticleRenderer.h" class ParticleEntityRenderer : public ParticleRenderer { public: ParticleEntityRenderer(); ...
{ "pile_set_name": "Github" }
/* * This file was generated by qdbusxml2cpp version 0.8 * Command line was: qdbusxml2cpp -i fileoperationjob/renamejob.h -c RenameJobAdaptor -l RenameJob -a dbusadaptor/renamejob_adaptor renamejob.xml * * qdbusxml2cpp is Copyright (C) 2016 The Qt Company Ltd. * * This is an auto-generated file. * This file may ...
{ "pile_set_name": "Github" }
// Copyright (c) Philipp Wagner. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FcmSharp.Scheduler.Quartz.Quartz.Jobs; using FcmSharp.Scheduler.Quartz.Services; using FcmSharp.Scheduler.Quartz.Testing; using FcmSharp.Scheduler.Quartz.We...
{ "pile_set_name": "Github" }
common: sources: board: - source/board/stm32f401re.c target: - source/target/st/stm32f401re/target.c - source/target/st/target_reset.c
{ "pile_set_name": "Github" }
-module(mylib_app). -behaviour(application). -export([start/2, stop/1]). start(_StartType, _StartArgs) -> mylib_sup:start_link(). stop(_State) -> ok.
{ "pile_set_name": "Github" }
# Test data for spherical coordinates computed by Vector.angles() # # π π/2 π/3 π/4 # 3.141592653590 1.570796326795 1.047197551197 0.785398163397 # # azimuth # x y θ # x1 x2 r Φ1 1 1 1.414213562373 0.785398163397 1 0 1.000000000000 0.000000000000 0 1 1.000000000000 1.570796326795 0 0...
{ "pile_set_name": "Github" }
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class io_github_xausky_unitymodmanager_utils_NativeUtils */ #ifndef _Included_io_github_xausky_unitymodmanager_utils_NativeUtils #define _Included_io_github_xausky_unitymodmanager_utils_NativeUtils #ifdef __cplusplus extern "C" { #end...
{ "pile_set_name": "Github" }
/** * @license * Copyright 2019 Google LLC. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
name = "PlotAxes" uuid = "8b6f5f00-d239-11e8-3a24-33314b00f6b0" repo = "https://github.com/haberdashPI/PlotAxes.jl.git"
{ "pile_set_name": "Github" }
1 121 421 721 1021 1321 1621 1921 2221 2521 2821
{ "pile_set_name": "Github" }
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
{ "pile_set_name": "Github" }
<form name="update_status" enctype="multipart/form-data" method="post"> Update status for a queue: <input name="queue_name"> <div> Bot Id: <input name="bot_id"> </div> <div> Active Bug Id: <input name="bug_id"> </div> <div> Active Patch Id: <input name="patch_id"> </div> <div> S...
{ "pile_set_name": "Github" }
neg100.fs(9,12,9,16): typecheck error FS3218: The argument names in the signature 'xxxx' and implementation 'qqqq' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling. neg100.fs(8,12,8,16): typecheck error FS3218: The argument names in the signatur...
{ "pile_set_name": "Github" }
--- title: Maintenance mode layout: error error: maintenance done: true ---
{ "pile_set_name": "Github" }
script: "" background_color { x: 0.0 y: 0.0 z: 0.0 w: 0.0 } nodes { position { x: 0.0 y: 0.0 z: 0.0 w: 1.0 } rotation { x: 0.0 y: 0.0 z: 0.0 w: 1.0 } scale { x: 1.0 y: 1.0 z: 1.0 w: 1.0 } size { x: 200.0 y: 100.0 z: 0.0 w: 1.0 } c...
{ "pile_set_name": "Github" }
from __future__ import absolute_import from __future__ import print_function from six.moves import range def main(): import meshpy.triangle as triangle import math import pickle segments = 50 points = [ (1,0),(1,1),(-1,1),(-1,-1),(1,-1),(1,0) ] for i in range( 0, segments + 1 ): angle =...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <translate android:duration="@android:integer/config_mediumAnimTime" android:fromXDelta="0" android:toXDelta="100%p"/> <alpha android:duration="@android:integer/config_mediumAn...
{ "pile_set_name": "Github" }
# Extension Workflow When we developing an extension, usually we would register some callback function and return the results. There are several way to do this: ## Did jobs in entry point If we don't need any user input, and the taks did once in loading phase, we can put the code in the `load` callback of `main.js`:...
{ "pile_set_name": "Github" }
**This airport has been automatically generated** We have no information about MA07[*] airport other than its name, ICAO and location (US). This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries... Good luck if you decide to do this airport!
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IDEDidComputeMac32BitWarning</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
/* * Asqatasun - Automated webpage assessment * Copyright (C) 2008-2019 Asqatasun.org * * 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 y...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIDzTCCArWgAwIBAgIHBHNFSWX6izANBgkqhkiG9w0BAQsFADCBmTELMAkGA1UE BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5 ICgxMjUyNjQxMjA3MDQxMTkzKTEcMBoGA1UEAwwTTG9jYWwgUm9vdCBmb3IgMjE1 MjAeFw0yMDA3MTQwMzI2MjBaFw0yMTA3...
{ "pile_set_name": "Github" }
#!/bin/sh ## Copyright (C) 2006 Free Software Foundation, Inc. ## ## This file is a part of GNU Classpath. ## ## GNU Classpath 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...
{ "pile_set_name": "Github" }
================================================== I-Net MLM Script Engine SQLi Vulnerability ================================================= 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0 0 _ __ __ __ ...
{ "pile_set_name": "Github" }
/* * Name: DBObject_Unique_Column.java * Description: column of a unique constraint * Created: Feb 28, 2009 * Vendor: K.K. Alice * Author: Stefan Christians * * FileTarget: ~/development/sandbox/migrate/src/com/kkalice/adempiere/migrate/DBObject_Unique_Column.java * FileOwner: spc.dvp * FilePerms: 0644 *...
{ "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 `atomic_max_relaxed` fn in crate `std`."> <meta name="keywo...
{ "pile_set_name": "Github" }
// +build linux aix // +build !js package logrus import "golang.org/x/sys/unix" const ioctlReadTermios = unix.TCGETS func isTerminal(fd int) bool { _, err := unix.IoctlGetTermios(fd, ioctlReadTermios) return err == nil }
{ "pile_set_name": "Github" }
# Component makefile for extras/ads111x # expected anyone using ADC driver includes it as 'ads111x/ads111x.h' INC_DIRS += $(ads111x_ROOT).. # args for passing into compile rule generation ads111x_SRC_DIR = $(ads111x_ROOT) $(eval $(call component_compile_rules,ads111x))
{ "pile_set_name": "Github" }
//>>built define( //begin v1.x content ({ insertAnchor: "Vložiť kotvu", title: "Vlastnosti kotvy", anchor: "Názov:", text: "Opis:", set: "Nastaviť", cancel: "Zrušiť" }) //end v1.x content );
{ "pile_set_name": "Github" }
%tr.product{ :id => "p_{{product.id}}" } %td.left-actions %a{ 'ofn-toggle-variants' => 'true', :class => "view-variants", 'ng-show' => 'hasVariants(product)' } %a{ :class => "add-variant icon-plus-sign", 'ng-click' => "addVariant(product)", 'ng-show' => "!hasVariants(product) && hasUnit(product)" } %td.imag...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright (C) 2010 Edgewall Software # All rights reserved. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at http://trac.edgewall.org/wiki/TracLicense. # # This software consists o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Endpoint xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/endpoint.xsd"> <id value="example"/> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> Heal...
{ "pile_set_name": "Github" }
--- home: true heroImage: /logo.png actionText: 快速上手 → actionLink: /zh/guide/ features: - title: 快速 details: 能快速绘制大数据量的股票图。 - title: 简单 details: 通过自定义以及默认配置相结合,可以快速使用ClChart轻松绘制专业的股票图表。 - title: 跨平台 details: 支持html、微信小程序、react-native和weex。 footer: MIT Licensed | Copyright © 2018-present ClChart --- # 安装 ClChart ...
{ "pile_set_name": "Github" }
// // Created by Jesse Squires // https://www.jessesquires.com // // // Documentation // https://jessesquires.github.io/JSQSystemSoundPlayer // // // GitHub // https://github.com/jessesquires/JSQSystemSoundPlayer // // // License // Copyright © 2013-present Jesse Squires // Released under an MIT license: https...
{ "pile_set_name": "Github" }
#!/bin/bash LOCALES=$* # Get newest .py files so we don't update strings unnecessarily CHANGED_FILES=0 PYTHON_FILES=`find . -regex ".*\(ui\|py\)$" -type f` for PYTHON_FILE in $PYTHON_FILES do CHANGED=$(stat -c %Y $PYTHON_FILE) if [ ${CHANGED} -gt ${CHANGED_FILES} ] then CHANGED_FILES=${CHANGED} fi done #...
{ "pile_set_name": "Github" }
// // kern_disasm.hpp // Lilu // // Copyright © 2016-2017 vit9696. All rights reserved. // #ifndef kern_disasm_hpp #define kern_disasm_hpp #include <Headers/kern_config.hpp> #include <Headers/kern_util.hpp> #include <sys/types.h> #include <mach/vm_types.h> class Disassembler { /** * Because captsone handle c...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under 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 // // See http://boos...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only -triple spir-unknown-unknown // Variadic functions void vararg_f(int, ...); // expected-error {{invalid prototype, variadic arguments are not allowed in OpenCL}} void __vararg_f(int, ...); typedef void (*vararg_fptr_t)(int, ...); // expected-e...
{ "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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SQLKVDatabase (Permazen 4.1.6 API)</title> <link rel="stylesheet" type=...
{ "pile_set_name": "Github" }
use flate2::bufread::GzDecoder; use std::io::Read; pub fn ungz(buf: &[u8]) -> Vec<u8> { let mut r = Vec::new(); GzDecoder::new(buf).read_to_end(&mut r).unwrap(); r }
{ "pile_set_name": "Github" }
/* * 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 Software Foundation. Oracle designates this * particular file as subject to th...
{ "pile_set_name": "Github" }
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.18 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERSION ); # # Object Generator 8 transcoders all at once! # use Encode (); our %BOM_Unknown = map { $_ => 1 } qw(UTF-16 ...
{ "pile_set_name": "Github" }
package org.openjdk.tests.java.util; import java.lang.reflect.Field; import sun.misc.Unsafe; class UnsafeAccess { static final Unsafe unsafe; static { try { Field field = null; try { field = Unsafe.class.getDeclaredField("theUnsafe"); ...
{ "pile_set_name": "Github" }