text
stringlengths
2
99.9k
meta
dict
'use strict' const childProcess = require('child_process') , childModule = require.resolve('./child/index') function fork (forkModule, workerOptions) { // suppress --debug / --inspect flags while preserving others (like --harmony) let filteredArgs = process.execArgv.filter(function (v) { return !(/^...
{ "pile_set_name": "Github" }
package org.hswebframework.web.authorization.simple.builder; import com.alibaba.fastjson.JSON; import org.hswebframework.web.authorization.access.DataAccessConfig; import org.hswebframework.web.authorization.builder.DataAccessConfigBuilder; import org.hswebframework.web.authorization.builder.DataAccessConfigBuilderFac...
{ "pile_set_name": "Github" }
! ! 5 ! </S> 3 $6,100,000,000 $6,100,000,000 2 $6,100,000,000 measure 2 $60 $60 2 $60 million 2 $600 $600 2 $600 per 2 $67,000 $67,000 2 $67,000 to 2 $740,000 $740,000 2 $740,000 in 2 $8,555 $8,555 2 $8,555 to 2 $88,000 $88,000 2 $88,000 was 2 & & 4 & Co. 2 & I 2 '' ' 390 -- - 124 / 2 2 1,000 1,000 2 1,000 churches 2 1...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"/> </resources>
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
require_relative "../../test_helper" class Test::Proxy::Routing::TestExplicitWebAppHost < Minitest::Test include ApiUmbrellaTestHelpers::Setup include Minitest::Hooks def setup super @refute_fallback_website = true setup_server once_per_class_setup do prepend_api_backends([ { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014 Andrew O'Malley * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","si",{title:"ස්ථාන හීම්කරුගේ ",toolbar:"ස්ථාන හීම්කරු නිර්මාණය කිරීම",name:"Placeholder Name",invalidName:"The placeholder can not be e...
{ "pile_set_name": "Github" }
//// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF //// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// //// Copyright (c) Microsoft Corporation. All rights reserved #include "pch.h...
{ "pile_set_name": "Github" }
/* sf_modf.c -- float version of s_modf.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Per...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <translation xmlns="http://docs.openrepose.org/repose/translation/v1.0"> <request-translations> <request-translation http-methods="ALL" content-type="*/*" accept="*/*" translated-content-type=""> <style-sheets> <style id="request-3" href="u...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import copy import datetime import sys from blist import sortedlist from .util import add_raw_postfix from .util import dt_to_ts from .util import EAException from .util import elastalert_logger from .util import elasticsearch_client from .util import format_index from .util import hashable fr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="JustMock" version="2020.2.616.1" targetFramework="net48" /> <package id="MSTest.TestAdapter" version="2.1.1" targetFramework="net48" /> <package id="MSTest.TestFramework" version="2.1.1" targetFramework="net48" /> </packages>
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'colorbutton', 'uk', { auto: 'Авто', bgColorTitle: 'Колір фону', colors: { '000': 'Чорний', '800000': 'Бордовий', '8B4513...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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 w...
{ "pile_set_name": "Github" }
# # Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas 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, version 3 of the License. # # Canvas is distributed in the ...
{ "pile_set_name": "Github" }
use SDL; use SDL::Events; use SDLx::App; my $app = SDLx::App->new; $app->add_event_handler( sub { my $event = shift; if( $event->type == SDL_MOUSEMOTION ) { printf( "x=%d y=%d\n", $event->motion_x, $event->motion_y ); $app->stop } } ); $app->run;
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('functionsIn', require('../functionsIn'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>...
{ "pile_set_name": "Github" }
// // DAContextMenuTableViewControllerDemoTests.m // DAContextMenuTableViewControllerDemoTests // // Created by Daria Kopaliani on 7/24/13. // Copyright (c) 2013 Daria Kopaliani. All rights reserved. // #import <XCTest/XCTest.h> @interface DAContextMenuTableViewControllerDemoTests : XCTestCase @end @implementat...
{ "pile_set_name": "Github" }
白井めぐみ最新番号 【VNDS-2500】近親相姦絵巻 禁断の性交 【VNDS-704】禁断の性</a>2006-04-20NEXT GROUP$$$ネクストイレブ87分钟
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Predis package. * * (c) Daniele Alessandri <suppakilla@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Predis; use Predis\Command\CommandInterface; use Predis\Command\RawC...
{ "pile_set_name": "Github" }
import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { CommonModule } from '@angular/common'; import { jqxChartModule } from 'jqwidgets-ng/jqxchart'; import { AppComponent } from './app.component'; @NgModule({ imports: [BrowserModule, jqxChartModule,...
{ "pile_set_name": "Github" }
using System; using Server; using Server.Items; namespace Server.Mobiles { [CorpseName( "an Abscess corpse" )] public class Abscess : Hydra { [Constructable] public Abscess() { IsParagon = true; Name = "Abscess"; Hue = 0x8FD; SetStr( 845, 871 ); SetDex( 121, 134 ); SetIn...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2012 - 2017, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b2a82e3e5f7344c4bbe15fdb9cf9870b MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation */ @interface _DRTopicStatisticsQuery : _DKQuery <_DKExecutableQuery> { NSObject<OS_dispatch_queue> * _defaultQueue; NSPredicate * _predicate; _DRTopicInterestSummary * _summary; } @...
{ "pile_set_name": "Github" }
.card:not(*:empty){ color:rgb(77, 60, 51); text-shadow:none; background: url('../../music/wood3.png'); background-size:auto; } #arena:not(.chess) .player[data-position='0']>.equips>.equip5>.image{ background-position: -6px -6px; } #arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5 { bord...
{ "pile_set_name": "Github" }
Version 1 From -0.125 1.125 Length 4101 Components 1 { -0.0267908168796 -0.0267653794441 -0.0267399008311 -0.0267143809741 -0.0266888198063 -0.0266632172608 -0.0266375732705 -0.0266118877685 -0.0265861606875 -0.0265603919602 -0.0265...
{ "pile_set_name": "Github" }
# Reorder String by Case 给定一个只包含字母的字符串,按照先小写字母后大写字母的顺序进行排序。 样例 给出"abAcD",一个可能的答案为"acbAD" 注意 小写字母或者大写字母他们之间不一定要保持在原始字符串中的相对位置。 挑战 在原地扫描一遍完成 ## Solution 和快排的方法类似,找到两个要交换的元素,分别交换即可 ## Code ```java public class Solution { /** *@param chars: The letter array you should sort by Case *@ret...
{ "pile_set_name": "Github" }
<div class="hexo-douban-item"> <div class="hexo-douban-picture"><img src="<%= root %>/assets/douban-loading.gif" data-src="<%= item.image %>" referrerPolicy="no-referrer" /></div> <div class="hexo-douban-info"> <div class="hexo-douban-title"> <a target="_blank" href="<%= item.alt %>"><%= ite...
{ "pile_set_name": "Github" }
#!/bin/bash # Show colored output if running interactively if [ -t 1 ] ; then export ANSIBLE_FORCE_COLOR=true fi # Log everything from this script into _quickstart.log echo "$0 $@" > _quickstart.log exec &> >(tee -i -a _quickstart.log ) # With LANG set to everything else than C completely undercipherable errors # ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 HugeGraph Authors * * 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, Ve...
{ "pile_set_name": "Github" }
#include <arpa/inet.h> #include <cassert> #include <stdint.h> #include <iomanip> #include <iostream> #include <string> int main (void) { using std::cin; using std::cout; using std::endl; using std::setprecision; uint32_t magic; cin.read (reinterpret_cast<char*> (&magic), sizeof (uint32_t)); magic = ntohl ...
{ "pile_set_name": "Github" }
//! @brief Solana Rust-based BPF program utility functions and types extern crate solana_sdk; pub fn uadd(x: u128, y: u128) -> u128 { x + y } pub fn usubtract(x: u128, y: u128) -> u128 { x - y } pub fn umultiply(x: u128, y: u128) -> u128 { x * y } pub fn udivide(n: u128, d: u128) -> u128 { n / d } pub...
{ "pile_set_name": "Github" }
import * as HighlightApis from '../../behaviour/highlighting/HighlightApis'; import { HighlightingBehaviour } from '../../behaviour/highlighting/HighlightingTypes'; import HighlightSchema from '../../behaviour/highlighting/HighlightSchema'; import * as Behaviour from './Behaviour'; const Highlighting: HighlightingBeha...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--7b067d45-5cf4-4e46-8d0b-0ef162724acf", "spec_version": "2.0", "objects": [ { "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs": [ "marking-definition--fa42a846-8d90-4e51-bc29-71d5b4...
{ "pile_set_name": "Github" }
/* * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
{ "pile_set_name": "Github" }
# Event 1643 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|szString|AnsiString|None|`None`| |TBD|BSSID|Binary|None|`None`| |TBD|dwValue1|UInt32|None|`None`| |TBD|dwValue2|UInt32|None|`None`| |TBD|dwValue3|UInt32|No...
{ "pile_set_name": "Github" }
/* * Copyright 2010 ZXing 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 ...
{ "pile_set_name": "Github" }
// Copyright © 2019 The Vultr-cli 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 a...
{ "pile_set_name": "Github" }
# retry Abstraction for exponential and custom retry strategies for failed operations. ## Installation npm install retry ## Current Status This module has been tested and is ready to be used. ## Tutorial The example below will retry a potentially failing `dns.resolve` operation `10` times using an exponentia...
{ "pile_set_name": "Github" }
commandlinefu_id: 706 translator: weibo: '' hide: true command: |- du -hs * | grep '^[0-9,]*[MG]' | sort -rn summary: |- Show sorted list of files with sizes more than 1MB in the current dir
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffered_write_stream::get_io_context</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" ti...
{ "pile_set_name": "Github" }
#!/bin/bash ##### # Helper script for pretty formatting of json files ##### for file in `ls -a app/phones | grep -v \\\.\$`; do cat app/phones/$file | python -mjson.tool > tmp.json rm app/phones/$file mv tmp.json app/phones/$file done
{ "pile_set_name": "Github" }
// #Regression #Conformance #Quotations #ReflectedDefinition // Regression for DevDiv:361318 //<Expects status="success"></Expects> open System.Reflection open Microsoft.FSharp.Quotations.DerivedPatterns type Iface1 = abstract Foo : int type Iface2 = inherit Iface1 abstract Bar : int type Test() = ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 2004, 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" }
#!/usr/bin/env python3 # Copyright 2014-2018 PUNCH Cyber Analytics Group # # 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 # # Un...
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/ext/vector_bool3.hpp #pragma once #include "../detail/type_vec3.hpp" namespace glm { /// @addtogroup core_vector /// @{ /// 3 components vector of boolean. /// /// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 4.1.5 Vector...
{ "pile_set_name": "Github" }
/* * Copyright 2011 David Jurgens * * This file is part of the S-Space package and is covered under the terms and * conditions therein. * * The S-Space package is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as published * by the Free Soft...
{ "pile_set_name": "Github" }
package com.nielsmasdorp.speculum.models.forecast; /** * @author Niels Masdorp (NielsMasdorp) */ @SuppressWarnings("unused") public class ForecastResponse { private Currently currently; private Forecast daily; public Currently getCurrently() { return currently; } public Forecast getFor...
{ "pile_set_name": "Github" }
/****************************************/ /* LeanBack Player | HTML5 Media Player */ /* Release: 0.8.x */ /****************************************/ /* LeanBack Player - no HTML5, no Flash */ .leanback-player-html-fallback {position: relative; text-align: center; font: 13px/1.231 arial, helvetica, sans-serif !im...
{ "pile_set_name": "Github" }
# # Copyright (C) 2012 Samsung Electronics # Lukasz Majewski <l.majewski@samsung.com> # # See file CREDITS for list of people who contributed to this # project. # # 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 Soft...
{ "pile_set_name": "Github" }
/* -*- Mode: js; js-indent-level: 2; -*- */ /* * Copyright 2011 Mozilla Foundation and contributors * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ // It turns out that some (most?) JavaScript engines don't self-host // `Array.prototype.sort`. This makes sense...
{ "pile_set_name": "Github" }
import Combine import PhotoAlbums import Photos import UIKit class AlbumCollectionViewDataSource: NSObject, UICollectionViewDataSource, UICollectionViewDataSourcePrefetching, PHPhotoLibraryChangeObserver { /// nil if deleted. private(set) var album: FetchedAlbum? var filter: VideoTypesFilter { ge...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Middleware; use Closure; use Illuminate\Support\Facades\Auth; class RedirectIfAuthenticated { /** * Handle an incoming request. * * @param \Illuminate\Http\Request $request * @param \Closure $next * @param string|null $guard * @return mixed */ ...
{ "pile_set_name": "Github" }
#if __has_include("RCTBridgeModule.h") #import "RCTBridgeModule.h" #else #import <React/RCTBridgeModule.h> #endif @interface RNKakaoLogins : NSObject <RCTBridgeModule> @end
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module Inuvik include TimezoneDefinition timezone 'America/Inuvik' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, -28800, 0, :PST tz.offset :o2, -28800, 7200, :PDDT ...
{ "pile_set_name": "Github" }
## Android视图系统:Android应用窗口Window 作者:[郭孝星](https://github.com/guoxiaoxing) 校对:[郭孝星](https://github.com/guoxiaoxing) 文章状态:已完成 **关于项目** > [BeesAndroid](https://github.com/BeesAndroid/BeesAndroid)项目旨在通过提供一系列的工具与方法,降低阅读Android系统源码的门槛,让更多的Android工程师理解Android系统,掌握Android系统。 **文章目录** - 一 窗口类型 - 二 窗口参数 - 三 窗口模式 - 四 窗口回调 ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk> * Driver CA0106 chips. e.g. Sound Blaster Audigy LS and Live 24bit * Version: 0.0.18 * * FEATURES currently supported: * See ca0106_main.c for features. * * Changelog: * Support interrupts per period. * Removed noise fro...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2020 - Raw Material Software Limited JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under ...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.glassfish.grizzly:grizzly-rcm:2.2.16"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/grizzly/grizzly-rcm/2.2.16/grizzly-rcm-2.2.16.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/glassfish/grizzly/gr...
{ "pile_set_name": "Github" }
import angular from 'angular'; import modalModule from 'common/components/modal'; import builderTpl from 'app/admin/builder/builder.tpl'; var builderModule = angular.module('admin.builder', [modalModule.name, builderTpl.name]); builderModule.controller('BuilderController', function() { console.log('builder!'); }); ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1999-2005, 2016 Free Software Foundation, Inc. * This file is part of the GNU LIBICONV Library. * * The GNU LIBICONV 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 Foundation; eit...
{ "pile_set_name": "Github" }
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/compiler/plugin.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "google/protobuf/compiler/plugin.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/once.h> #inc...
{ "pile_set_name": "Github" }
" local syntax file - set colors on a per-machine basis: " vim: tw=0 ts=4 sw=4 " Vim color file " Maintainer: Ron Aaron <ron@ronware.org> " Last Change: 2013 May 24 set background=dark hi clear if exists("syntax_on") syntax reset endif let g:colors_name = "ron" hi Normal guifg=cyan guibg=black hi NonText guifg=yel...
{ "pile_set_name": "Github" }
use futures::prelude::*; use std::sync::Arc; use std::sync::atomic::AtomicBool; use std::sync::atomic::Ordering; pub struct NextTick { started: bool, notify: Arc<AtomicBool> } impl Future for NextTick { type Item = (); type Error = !; fn poll( &mut self ) -> Result<Async<()>, !> { ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -std=c99 -verify -pedantic %s int x[10]; int x[] = {1,2,3}; int testx[(sizeof(x) == sizeof(int) * 10) ? 1 : -1]; int (*a)(int (*x)[10], int (*y)[]); int (*a)(int (*x)[], int (*y)[5]); void b() { int x[10], y[5]; a(&x, &y); a(&y, &y); // expected-warning {{incompatible pointer}} ...
{ "pile_set_name": "Github" }
[ { "BriefDescription": "Uncore cache clock ticks", "Counter": "0,1,2,3", "EventName": "UNC_C_CLOCKTICKS", "PerPkg": "1", "Unit": "CBO" }, { "BriefDescription": "All LLC Misses (code+ data rd + data wr - including demand and prefetch)", "Counter": "0,1...
{ "pile_set_name": "Github" }
// std import { deepStrictEqual, strictEqual } from 'assert'; // 3p import 'reflect-metadata'; // FoalTS import { getHookFunction, getHookFunctions, Hook, HookFunction, MergeHooks } from './hooks'; describe('Hook', () => { const hook1: HookFunction = () => { return; }; const hook2: HookFunction = () => undefine...
{ "pile_set_name": "Github" }
//===-- lib/MC/Disassembler.cpp - Disassembler Public C Interface ---------===// // // 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" }
/* Animations */ .logo, .about, .headlinks li, nav.archive.header{ opacity: 0; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); transform: translateY(-20px); -webkit-animation: fadein .6s .5s 1 forwards ease-in-out; -moz-animation: fadein .6s .5s 1 forwards ease-in-out; animation:...
{ "pile_set_name": "Github" }
// Copyright 2015-2019 the openage authors. See copying.md for legal info. #include "main_args_link.h" #include <QtQml> #include "../error/error.h" #include "engine_info.h" #include "guisys/link/qml_engine_with_singleton_items_info.h" #include "guisys/link/qtsdl_checked_static_cast.h" namespace openage::gui { nam...
{ "pile_set_name": "Github" }
# Handlers for docker
{ "pile_set_name": "Github" }
// Copyright 2015 Brett Vickers. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package etree import ( "io" "strings" ) // A simple stack type stack struct { data []interface{} } func (s *stack) empty() bool { return len(s.data) == 0 } func (s *stack) pu...
{ "pile_set_name": "Github" }
1
{ "pile_set_name": "Github" }
<?php /** * @link http://www.iisns.com/ * @copyright Copyright (c) 2015 iiSNS * @license http://www.iisns.com/license/ */ namespace frontend\models; use Yii; use yii\base\Model; use yii\db\Query; use app\modules\home\models\Album; use justinvoelker\tagging\TaggingQuery; /** * ContactForm is the model used by Ex...
{ "pile_set_name": "Github" }
doctype html html head title= title link(rel='stylesheet', href='/stylesheets/style.css') body block content
{ "pile_set_name": "Github" }
// // XJRankViewController.swift // XJ直播 // // Created by Paul on 2016/12/12. // Copyright © 2016年 Paul. All rights reserved. // import UIKit class XJRankViewController: XJBaseViewController { override func viewDidLoad() { super.viewDidLoad() self.navigationController?.isNavigationBarHidden = ...
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package nl.bzk.brp.model.data.kern; import nl.bzk.brp.model.data.kern.Partij; import org.springframework.beans.factory.annotation.Configurable; privile...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. // 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 full license information. namespace ReactiveUI.Tests { ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x", "filename" : "[抠鼻]@2x.png" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <!-- By default, only the Clean and Build commands use this build script. --> <!-- ...
{ "pile_set_name": "Github" }
# util-extend The Node object extending function that Node uses for Node! ## Usage ```js var extend = require('util-extend'); function functionThatTakesOptions(options) { var options = extend(defaults, options); // now any unset options are set to the defaults. } ```
{ "pile_set_name": "Github" }
# -*- coding: utf-8 from globaleaks import models from globaleaks.handlers.admin.field import db_create_field, db_update_field, db_create_option_trigger, db_reset_option_triggers from globaleaks.handlers.base import BaseHandler from globaleaks.handlers.operation import OperationHandler from globaleaks.handlers.public i...
{ "pile_set_name": "Github" }
import { Registry } from '../utils/Registry'; import { FieldConfigPropertyItem } from '../types/fieldOverrides'; export class FieldConfigOptionsRegistry extends Registry<FieldConfigPropertyItem> {}
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #pragma mark - // // File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AudioToolb...
{ "pile_set_name": "Github" }
/* BSD 2-Clause License Copyright Vulcan Inc. 2017-2018 and Living Computer Museum + Labs 2018 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code ...
{ "pile_set_name": "Github" }
/* Names of various DWARF tags. Copyright (C) 2012-2019 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC 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, or (at your opti...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package auth import ( "bytes" rand "crypto/rand" mrand "math/rand" "testing" ) // Test cases are from RFC 4231, and match those present in the tests direc...
{ "pile_set_name": "Github" }
#pragma once #include <memory> #include "envoy/buffer/buffer.h" #include "zlib.h" namespace Envoy { namespace Zlib { /** * Shared code between the compressor and the decompressor. */ // TODO(junr03): move to extensions tree once the compressor side is moved to extensions. class Base { public: Base(uint64_t chu...
{ "pile_set_name": "Github" }
diff -uNr patch-2.7.6/lib/tempname.c patch-2.7.6.mod/lib/tempname.c --- patch-2.7.6/lib/tempname.c 2018-02-03 14:41:53.000000000 +0200 +++ patch-2.7.6.mod/lib/tempname.c 2019-03-01 18:34:47.353225515 +0200 @@ -32,7 +32,7 @@ #include <stdio.h> #ifndef P_tmpdir -# define P_tmpdir "/tmp" +# define P_tmpdir "@TERMUX_PR...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter class...
{ "pile_set_name": "Github" }
package token // StringSet is a useful type for looking up strings. type stringSet map[string]struct{} // NewStringSet creates a new StringSet with the given strings. func newStringSet(keys ...string) stringSet { ss := make(stringSet, len(keys)) ss.add(keys...) return ss } // Add inserts the given keys into this ...
{ "pile_set_name": "Github" }
package net.mamoe.mirai.qqandroid.network.protocol.data.jce import kotlinx.serialization.Serializable import net.mamoe.mirai.qqandroid.network.Packet import net.mamoe.mirai.qqandroid.network.protocol.packet.EMPTY_BYTE_ARRAY import net.mamoe.mirai.qqandroid.utils.io.JceStruct import net.mamoe.mirai.qqandroid.utils.io.s...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple arm-linux-gnueabi -emit-llvm %s -o - | FileCheck %s -check-prefix=ARM // RUN: %clang_cc1 -triple powerpc-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC32 // RUN: %clang_cc1 -triple powerpc64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC64 // RUN: %clang_cc1 -tri...
{ "pile_set_name": "Github" }
package yaml const ( // The size of the input raw buffer. input_raw_buffer_size = 512 // The size of the input buffer. // It should be possible to decode the whole raw buffer. input_buffer_size = input_raw_buffer_size * 3 // The size of the output buffer. output_buffer_size = 128 // The size of the output r...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head><title> FFTW Frequently Asked Questions with Answers </title> <link rev="made" href="mailto:fftw@fftw.org"> <link rel="Contents" href="index.html"> <link rel="Start" href="index.html"> <META name="description" content="Frequently asked questions and a...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1996, 1999, 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" }