text
stringlengths
2
99.9k
meta
dict
If you want to write an option parser, and have it be good, there are two ways to do it. The Right Way, and the Wrong Way. The Wrong Way is to sit down and write an option parser. We've all done that. The Right Way is to write some complex configurable program with so many options that you go half-insane just tryin...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Arx Libertatis Team (see the AUTHORS file) * * This file is part of Arx Libertatis. * * Arx Libertatis 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...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_Pods_App_macOS : NSObject @end @implementation PodsDummy_Pods_App_macOS @end
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
{ "pile_set_name": "Github" }
//TEST:SIMPLE: // #ifdef support #if (1 - 1*2) < 0 int foo() { return 0; } #else BadThing thatWontCompile; #endif #if (1 >> 1) && ~999 AnotherError onThisLine; #else int bar() { return foo(); } #endif
{ "pile_set_name": "Github" }
; TLS PE with ExitProcess call ; the EntryPoint code is not called even though the TLS is called again after... ; Ange Albertini, BSD LICENCE 2011-2013 %include 'consts.inc' %include 'headers.inc' istruc IMAGE_DATA_DIRECTORY_16 at IMAGE_DATA_DIRECTORY_16.ImportsVA, dd Import_Descriptor - IMAGEBASE ...
{ "pile_set_name": "Github" }
// DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. using System; using System.Collections.Generic; using System.IO; using DigitalRune.Ionic.Zip; namespace DigitalRune.Storages { ///...
{ "pile_set_name": "Github" }
BT=${BT-../../bin/bedtools} check() { if diff $1 $2; then echo ok else echo fail fi } ########################################################### ########################################################### # BAM files # #######################################...
{ "pile_set_name": "Github" }
{ "data": [ { "id": "100000000000001", "name": "Like Name1" }, { "id": "100000000000002", "name": "Like Name2" }, { "id": "100000000000003", "name": "Like Name3" }, { "id": "10...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="fCJ-sl-Q...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.mashibing.mapper.WyIncomeDetailMapper"> <!-- 通用查询映射结果 --> <resultMap id="BaseResultMap" type="com.mashibing.bean.WyIncomeDetail"> <id...
{ "pile_set_name": "Github" }
package com.github.badoualy.telegram.tl.api.messages; import com.github.badoualy.telegram.tl.TLContext; import com.github.badoualy.telegram.tl.api.TLAbsChat; import com.github.badoualy.telegram.tl.core.TLVector; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import static com.gi...
{ "pile_set_name": "Github" }
// // MySecondViewController.m // MyFirstProject // // Created by yuichi.takeda on 1/17/15. // Copyright (c) 2015 mixi, Inc. All rights reserved. // #import "MySecondViewController.h" @interface MySecondViewController () @end @implementation MySecondViewController - (void)viewDidLoad { [super viewDidLoad];...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: bea62e1faac8f9a48a4cb919ea05cb6a MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> mean #_RESULT_# min #_MIN_RESULT_# max #_MAX_RESULT_#</OutputTemplate> </ResultsParser> <ExtraData> <Identifier>csv-individual-frame-times</Identifier> </ExtraData> </Phoroni...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="col...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../dist/esb.min.css"> <link rel="stylesheet" href="../css/esb-documentation.css"> <link rel="stylesheet" href="../css/bootstrap.min.css"> <link rel="stylesheet" href="prism.css"> <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' t...
{ "pile_set_name": "Github" }
import csv import logging import ntpath import re import sys from uuid import UUID from django.conf import settings from django.contrib.auth.hashers import make_password from django.core.exceptions import ValidationError from django.core.management.base import CommandError from django.utils import translation from dja...
{ "pile_set_name": "Github" }
import { DefaultDOMElement } from 'substance' import { Managed, OverlayCanvas } from '../../kit' import EditorPanel from './EditorPanel' import ManuscriptTOC from './ManuscriptTOC' export default class ManuscriptEditor extends EditorPanel { _initialize (props) { super._initialize(props) this._model = this.c...
{ "pile_set_name": "Github" }
/* * Copyright 2014-2016 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
# DO NOT MODIFY. This file was generated by # github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go. # The Delete sentinel must be the value of a field. Deletes are implemented by # turning the path to the Delete sentinel into a FieldPath, and Fie...
{ "pile_set_name": "Github" }
<!doctype html> <title>CSS Test: overflow:auto on table overflowing upwards</title> <link rel="author" title="Simon Pieters" href="mailto:simonp@opera.com"> <link rel="help" href="http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.11.1.1b"> <meta name="flags" content=""> <meta name="assert" content="T...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContextMenu", "ContextMenu\ContextMenu.csproj", "{830F448B-AFA1-46D1-8756-B09BCBF93424}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|A...
{ "pile_set_name": "Github" }
/**************************************************************************** getopt.h - Read command line options AUTHOR: Gregory Pietsch CREATED Thu Jan 09 22:37:00 1997 DESCRIPTION: The getopt() function parses the command line arguments. Its arguments argc and argv are the argument count and array as passed to...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0) on Thu May 15 17:17:32 EDT 2008 --> <TITLE> TransactionStats (Oracle - Berkeley DB Java API) </TITLE> <META NAME="keywords" CONTENT="com.sleepycat....
{ "pile_set_name": "Github" }
module.exports = EofPacket; function EofPacket(options) { options = options || {}; this.fieldCount = undefined; this.warningCount = options.warningCount; this.serverStatus = options.serverStatus; this.protocol41 = options.protocol41; } EofPacket.prototype.parse = function(parser) { this.fieldCount =...
{ "pile_set_name": "Github" }
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender...
{ "pile_set_name": "Github" }
/* * fs/partitions/sgi.c * * Code extracted from drivers/block/genhd.c */ #include "check.h" #include "sgi.h" struct sgi_disklabel { __be32 magic_mushroom; /* Big fat spliff... */ __be16 root_part_num; /* Root partition number */ __be16 swap_part_num; /* Swap partition number */ s8 boot_file[16]; /* Nam...
{ "pile_set_name": "Github" }
/* * Camera Flash and Torch On/Off Trigger * * based on ledtrig-ide-disk.c * * Copyright 2013 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publis...
{ "pile_set_name": "Github" }
/*******************************************************************\ Module: C Nondet Symbol Factory Author: Diffblue Ltd. \*******************************************************************/ /// \file /// C Nondet Symbol Factory #include "c_nondet_symbol_factory.h" #include <ansi-c/c_object_factory_parameters....
{ "pile_set_name": "Github" }
/* * DateJS Culture String File * Country Code: fr-MC * Name: French (Principality of Monaco) * Format: "key" : "value" * Key is the en-US term, Value is the Key in the current language. */ Date.CultureStrings = Date.CultureStrings || {}; Date.CultureStrings["fr-MC"] = { "name": "fr-MC", "english...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
syntax = "proto2"; package object_detection.protos; import "object_detection/protos/calibration.proto"; // Configuration proto for non-max-suppression operation on a batch of // detections. message BatchNonMaxSuppression { // Scalar threshold for score (low scoring boxes are removed). optional float score_thresh...
{ "pile_set_name": "Github" }
package io.kroki.server.error; import java.util.Collection; import java.util.Iterator; public class Message { public static String oneOf(Collection<String> data) { if (data == null || data.size() == 0) { return ""; } StringBuilder sb = new StringBuilder(); Iterator<String> iterator = data.ite...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1994, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
//go:generate protoc --go_out=plugins=grpc:. ipv4_rib_edm_proto.proto // Cisco-IOS-XR-ip-rib-ipv4-oper:rib-stdby/vrfs/vrf/afs/af/safs/saf/ip-rib-route-table-names/ip-rib-route-table-name/protocol/static/non-as/information package cisco_ios_xr_ip_rib_ipv4_oper_rib_stdby_vrfs_vrf_afs_af_safs_saf_ip_rib_route_ta...
{ "pile_set_name": "Github" }
define("ace/mode/pig_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var PigHighlightRules = function() { ...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using TODOSQLiteSample.ViewModels; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Contro...
{ "pile_set_name": "Github" }
import lock from 'democracyos-loading-lock' import t from 't-component' import page from 'page' import config from '../../../config/config.js' import FormView from '../../../form-view/form-view.js' import ForumUnique from '../forum-unique/forum-unique.js' import template from './template.jade' export default class For...
{ "pile_set_name": "Github" }
// // UIImage+RemoteSize.h // iOS-Categories (https://github.com/shaojiankui/iOS-Categories) // // Created by Jakey on 15/1/27. // Copyright (c) 2015年 www.skyfox.org. All rights reserved. // #import <UIKit/UIKit.h> typedef void (^UIImageSizeRequestCompleted) (NSURL* imgURL, CGSize size); @interface UIImage (Remo...
{ "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" }
var assert = require('assert'); // The Flow class // ============== // Flow is a [Duplex stream][1] subclass which implements HTTP/2 flow control. It is designed to be // subclassed by [Connection](connection.html) and the `upstream` component of [Stream](stream.html). // [1]: https://nodejs.org/api/stream.html#strea...
{ "pile_set_name": "Github" }
require 'rspec' require 'fauxhai' require_relative '../../../libraries/sensu_helpers.rb' describe Sensu::Helpers do let(:node) { Fauxhai.mock(:platform => 'ubuntu', :version => '14.04').data } let(:unix_omnibus_gem_path) { '/opt/sensu/embedded/bin/gem' } let(:windows_omnibus_gem_path) { 'c:\opt\sensu\embedded\b...
{ "pile_set_name": "Github" }
.justify-content-center { display: flex; justify-content: center; } .category-link { color: inherit !important; } .nav-cat{ font-weight: 200; font-size: 12px; background-color: #292929; color:#fff; } .top-hero-padding{ padding-top: 0 !important; }
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright 2019 The Apollo 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 ...
{ "pile_set_name": "Github" }
function ExampleAnalog() % function OutputAnalogVector = ExampleAnalog() % Prompt for the correct DLL disp(' '); % Blank line DLLName = input('DLL Name: ', 's'); % Load the appropriate DLL [nsresult] = ns_SetLibrary(DLLName); if (nsresult ~= 0) disp('DLL was not found!'); return end % Find out the data file...
{ "pile_set_name": "Github" }
/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
/* * @license angular-humanize * Copyright 2013-2015 struktur AG, http://www.struktur.de * License: MIT */ (function(window, angular, humanize, undefined) { 'use strict'; /** * # ngHumanize * * `ngHumanize` is the name of the optional Angular module that provides * filters for humanization of data. * ...
{ "pile_set_name": "Github" }
#!/usr/bin/perl ## ## Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> ## Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software ## Foundation or, at...
{ "pile_set_name": "Github" }
upon taking a seat at the theater , and surveying the crowd , i soon realized that i was the only person under forty in the premises . i'm twenty-two , but have been accused of looking sixteen . yet as the film began , any consciousness of setting shifted to the home of five close-knit , yet troubled sisters . direc...
{ "pile_set_name": "Github" }
<html><head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link title="Index of types" rel=Appendix href="index_types.html"> <link title="Index of exceptions" rel=Appendix href="index_exceptions.htm...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.1.1.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.1.0.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json", "m...
{ "pile_set_name": "Github" }
"""Support for a camera of a BloomSky weather station.""" import logging import requests from homeassistant.components.camera import Camera from . import DOMAIN def setup_platform(hass, config, add_entities, discovery_info=None): """Set up access to BloomSky cameras.""" if discovery_info is not None: ...
{ "pile_set_name": "Github" }
# -*- coding:utf-8 -*- # Created by hrwhisper on 2016/4/14. import re from django.core.urlresolvers import reverse, NoReverseMatch from django import template register = template.Library() @register.simple_tag(takes_context=True) def active(context, pattern_or_urlname): try: pattern = '^' + reverse(patt...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright David Abrahams 2003-2004 // // 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) // // Preprocessed version of "boost/mpl/set/set30_c.hpp" header // -- DO NOT m...
{ "pile_set_name": "Github" }
#!/usr/bin/groovy //################ FILE IS AUTO-GENERATED from .base files //################ DO NOT MODIFY //################ See scripts/make_jenkinsfiles.sh // TOOD: rename to @Library('h2o-jenkins-pipeline-lib') _ @Library('test-shared-library') _ import ai.h2o.ci.Utils import static ai.h2o.ci.Utils.banner def...
{ "pile_set_name": "Github" }
/* Copyright (C) 2016 Quaternion Risk Management Ltd All rights reserved. This file is part of ORE, a free-software/open-source library for transparent pricing and risk analysis - http://opensourcerisk.org ORE is free software: you can redistribute it and/or modify it under the terms of the Modified BSD License...
{ "pile_set_name": "Github" }
{ "CVE_data_meta": { "ASSIGNER": "talos-cna@cisco.com", "DATE_PUBLIC": "2018-09-07T00:00:00", "ID": "CVE-2018-3952", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # # Function description: # Add some hosts record into /etc/hosts file # # Usage: # bash backupFileOrRollback.sh # # Create Time: # 2016-04-27 9:45:00.956620365 +0800 #date +'%Y-%m-%d %H:%M:%S.%N %z' # # Author: # Open Source Software written by 'Guodong Ding <dgdenterprise@gmail.com>' # Blog: http:...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <component name="org.nuxeo.ecm.platform.preview.tests.types" version="1.0"> <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype"> <doctype name="CustomDoc" extends="Document"> <schema name="dublincore"/> <schema name="files" /> </doctype> </ex...
{ "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 http-equiv="X-UA-Compatible" content="ie=edge" /> <title>Circle Gauge Chart</title> <link href="../../assets/styles.css" rel="stylesheet" /> <style>...
{ "pile_set_name": "Github" }
#################### ## ## Test Condor command file ## #################### executable = printer.remote error = printer.err output = printer.out log = printer.log queue
{ "pile_set_name": "Github" }
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // 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" }
/** * *************************************************************************** * Copyright (c) 2010 Qcadoo Limited * Project: Qcadoo MES * Version: 1.4 * <p> * This file is part of Qcadoo. * <p> * Qcadoo is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General P...
{ "pile_set_name": "Github" }
// you can use this file to add your custom webpack plugins, loaders and anything you like. // This is just the basic way to add additional webpack configurations. // For more information refer the docs: https://storybook.js.org/configurations/custom-webpack-config // IMPORTANT // When you add this file, we won't add ...
{ "pile_set_name": "Github" }
<html lang="en"> <head> <meta charset="UTF-8"/> <meta name="robots" content="anchors"/> <link rel="start" href="../CotEditorHelp.html"/> <link rel="index" href="../xpgs/xall.html"/> <link rel="stylesheet" href="../../Shared/sty/standard.css"/> <link rel="stylesheet" href="../../Shared/sty/index.css"/> <title>Sc...
{ "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 (1.8.0_162) on Sat Apr 25 19:12:20 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.fasterxml.jackson.dataf...
{ "pile_set_name": "Github" }
/* Host AP driver Info Frame processing (part of hostap.o module) */ #include <linux/if_arp.h> #include <linux/sched.h> #include <linux/slab.h> #include "hostap_wlan.h" #include "hostap.h" #include "hostap_ap.h" /* Called only as a tasklet (software IRQ) */ static void prism2_info_commtallies16(local_info_t *local, u...
{ "pile_set_name": "Github" }
#region LICENSE // The contents of this file are subject to the Common Public Attribution // License Version 1.0. (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // https://github.com/NiclasOlofsson/MiNET/blob/master/LICENSE. // The License ...
{ "pile_set_name": "Github" }
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Reflection; using Android.App; using Android.OS; using Xamarin.Android.NUnitLite; namespace Xamarin.Interactive.Tests.Android { [Activity (Label = "Xamarin.Interactive.Tests.Android", MainLauncher = tr...
{ "pile_set_name": "Github" }
define("ace/mode/perl_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var PerlHighlightRules = function() { ...
{ "pile_set_name": "Github" }
/* connection.h Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> */ /* This file is part of Freeminer. Freeminer 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, o...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import os import logging import sys import asyncio import uuid from aiohttp import web from nats.aio.client import Client as NATS from thrift.protocol import TBinaryProtocol from frugal.protocol import FProtocolFactory from frugal.aio.server import FNatsServer sys.path.append(os.path.join(os...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js * * Copyright (c) 2009-2014 The MathJax Consortium * * 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 * * h...
{ "pile_set_name": "Github" }
// // UIScreen+KIFAdditions.h // KIF // // Created by Steven King on 25/02/2016. // // #import <UIKit/UIKit.h> @interface UIScreen (KIFAdditions) @property (nonatomic, readonly) CGFloat majorSwipeDisplacement; @end
{ "pile_set_name": "Github" }
// Copyright (c) 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/base/ip_address.h" #include <limits.h> #include "base/strings/string_piece.h" #include "base/strings/string_split.h" #include "base/st...
{ "pile_set_name": "Github" }
#include <tommath.h> #ifdef BN_FAST_S_MP_MUL_HIGH_DIGS_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by * M...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> </Bucket>
{ "pile_set_name": "Github" }
sha256:cfd7e2357303b115442a070eae63b7994f1cb844332894431ea178fe822a17fb
{ "pile_set_name": "Github" }
// The MIT License (MIT) // // Copyright (c) 2014 LIGHT lightory@gmail.com // // 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 rig...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <inttypes.h> #include "config.h" #include "system.h" #include "../kernel-internal.h" #include "gcc_extensions.h" #include "lcd.h" #include "font.h" #include "backlight.h" #include "adc.h" #include "button-target.h" #include "button.h" #include "common.h" #include "storage.h" #include "file_i...
{ "pile_set_name": "Github" }
# spell icon mystic charge -s 1 2 imysticc.BMP hmysticc.BMP 2 1 1 1 2
{ "pile_set_name": "Github" }
"00:00" 4731254 "00:01" 4557274 "00:02" 443708 "00:03" 2922156 "00:04" 5610388 "00:05" 4933596 "00:06" 3108722 "00:07" 3279875 "00:08" 2484360 "00:09" 8413486 "00:10" 5809532 "00:11" 1343297 "00:12" 430592 "00:13" 3691867 "00:14" 1278763 "00:15" 3428572 "00:16" 168317 "00:17" 381586 "00:18" 525600 "00:19" 10077 "00:20"...
{ "pile_set_name": "Github" }
/* * Bootstrap Documentation * Special styles for presenting Bootstrap's documentation and code examples. * * Table of contents: * * Scaffolding * Main navigation * Footer * Social buttons * Homepage * Page headers * Old docs callout * Ads * Side navigation * Docs sections * Callouts * Grid styles * E...
{ "pile_set_name": "Github" }
function pshell{ param( [Parameter(Mandatory)] [String] $instruction ) powershell.exe -C $instruction }
{ "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 may not use ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <document xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" id="D.C. Law 21-200"> <num type="law">21-200</num> <num...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_LIBUV bool "libuv" depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # pthread_barrier_* depends on BR2_USE_MMU # fork() depends on !BR2_STATIC_LIBS depends on BR2_TOOLCHAIN_HAS_SYNC_4 help libuv is a multi-platform support library with a focus on asynchronous I/O. https://github.com/libuv/li...
{ "pile_set_name": "Github" }
import fetch from 'isomorphic-fetch' import columnify from 'columnify' import dateFormat from 'dateformat' export const handler = async ({ url }) => { const response = await fetch(`${url}/event-broker/read-models-list`) const result = await response.json() if (result.length === 0) { // eslint-disable-next-li...
{ "pile_set_name": "Github" }
# Encoding: utf-8 # # This is auto-generated code, changes will be overwritten. # # Copyright:: Copyright 2018, Google Inc. All Rights Reserved. # License:: Licensed under the Apache License, Version 2.0. # # Code generated by AdsCommon library 1.0.1 on 2018-09-20 09:46:58. require 'ads_common/savon_service' require '...
{ "pile_set_name": "Github" }
%a 3000 %{ #include<tnWidgets.h> #include<math.h> #include<string.h> #include "y.tab.h" int lineno = 0; int i; %} %% widgetname return WIDGETNAME; type return TYPE; parent return PARENT; xpos return XPOS; ypos return YPOS; height return HEIGHT; width return WIDTH; enabled return ENABLED; visible ...
{ "pile_set_name": "Github" }
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.sql; import com.yahoo.squidb.data.TableModel; import com.yahoo.squidb.sql.Property.LongProperty; import com.yahoo.squidb.sql.Property.PropertyVisitor; /** ...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // // <copyright file="ReadOnlyObservableCollection.cs" company="Microsoft"> // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Read-only wrapper around an ObservableCollection. // /...
{ "pile_set_name": "Github" }
/* * 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, or (at your option) any later version. * * FFmpeg is distributed...
{ "pile_set_name": "Github" }
{ "name": "neos/utility-schema", "description": "Flow Schema Utilities", "type": "library", "homepage": "http://flow.neos.io", "license": "MIT", "require": { "php": "^7.2 || ^8.0", "neos/error-messages": "*" }, "require-dev": { "mikey179/vfsstream": "~1.6", "phpunit/phpunit": "~8.1" },...
{ "pile_set_name": "Github" }
StartChar: uniFD51 Encoding: 64849 64849 5299 Width: 1494 Flags: HW LayerCount: 3 Fore Refer: 586 -1 N 1 0 0 1 1250 0 2 Refer: 725 -1 N 1 0 0 1 640 0 2 Refer: 678 -1 N 1 0 0 1 0 0 2 Colour: ff0000 EndChar
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android"> <TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:gravity="center" ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>Exceptions @ ImageMagick</title> <meta name="application-name" content="ImageMagick" /> <meta name="description" content="ImageMagick® is a sof...
{ "pile_set_name": "Github" }
<?php if(!defined('__CP__'))die(); define('LNG_BOTNET', 'Bots'); define('LNG_BOTNET_BOTSACTION', 'Bots action:'); //Фильтр. define('LNG_BOTNET_FILTER_TITLE', 'Filter'); define('LNG_BOTNET_FILTER_BOTS', 'Bots:'); define('LNG_BOTNET_FILTER_BOTNETS', 'Botnets:'); define('LNG_BOTNET_FILTER_IPS'...
{ "pile_set_name": "Github" }