text
stringlengths
2
99.9k
meta
dict
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
{ "pile_set_name": "Github" }
Copyright (c) 2013 Braveg1rl 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, publish, distribute, sublicen...
{ "pile_set_name": "Github" }
/* Copyright (c) 2009-2018 ARM Limited. All rights reserved. SPDX-License-Identifier: Apache-2.0 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 www.apache.org/licenses/LICENSE-2.0 Unless ...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of discourse in UD_Sanskrit-Vedic' udver: '2' --- ## Treebank Statistics: UD_Sanskrit-Vedic: Relations: `discourse` This relation is universal. 973 nodes (4%) are attached to their parents as `discourse`. 550 instances of `discourse` (57%) are right-to-left (child precedes paren...
{ "pile_set_name": "Github" }
Projectile = GameObject:extend() function Projectile:new(area, x, y, opts) Projectile.super.new(self, area, x, y, opts) self.s = opts.s or 2.5 self.v = opts.v or 200 self.color = attacks[self.attack].color self.collider = self.area.world:newCircleCollider(self.x, self.y, self.s) self.collide...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * 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....
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- //------------------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
package=zlib $(package)_version=1.2.11 $(package)_download_path=http://www.zlib.net $(package)_file_name=$(package)-$($(package)_version).tar.gz $(package)_sha256_hash=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 define $(package)_set_vars $(package)_build_opts= CC="$($(package)_cc)" $(package)_bui...
{ "pile_set_name": "Github" }
# base class that should be imported on all cluster classes parameters: provider: google: version: 1.16.2 terraform: required_version: ">= 0.11.7" backend: gcs: bucket: my_centralized_tf_bucket project: centralized_gcloud_project prefix: /${name}/ # List of allo...
{ "pile_set_name": "Github" }
// Generated by CoffeeScript 1.7.1 (function() { var Fs, SessionStore, _; Fs = require('fs'); _ = require('underscore'); SessionStore = (function() { function SessionStore(fileName) { this.fileName = fileName; if (Fs.existsSync(this.fileName)) { this.sessions = JSON.parse(Fs.readFileS...
{ "pile_set_name": "Github" }
// AFURLSessionManager.m // Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ ) // // 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, includin...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011, Intel Corporation. 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 must retain the above copyright notice, this list of conditions and the ...
{ "pile_set_name": "Github" }
/* Copyright (c) DataStax, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s struct Base1 { virtual void g(); }; struct A : Base1 { virtual void g() override override; // expected-error {{class member already marked 'override'}} virtual void h() final final; // expected-error {{class member already marked 'final'}} }; struct Base...
{ "pile_set_name": "Github" }
<div class="row"> <a href="{{ pluginName }}/users/{{ entry.who }}">{{ entry.who }}</a> <span apiman-i18n-key="audit.updated-api">updated API</span> <a href="{{ pluginName }}/orgs/{{ entry.organizationId }}/plans">{{ entry.organizationId }}</a> <span apiman-i18n-skip>/</span> <a class="emphasis" href="{{ ...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js * * Copyright (c) 2009-2015 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 * * ht...
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright 2014 Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
{ "pile_set_name": "Github" }
# Copyright (C) 2003, 2006, 2009, 2010, 2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later vers...
{ "pile_set_name": "Github" }
var SUPPORTED_COMPACT_BLOCK_MATCHER = /^@media\W/; function tidyBlock(values, spaceAfterClosingBrace) { var withoutSpaceAfterClosingBrace; var i; for (i = values.length - 1; i >= 0; i--) { withoutSpaceAfterClosingBrace = !spaceAfterClosingBrace && SUPPORTED_COMPACT_BLOCK_MATCHER.test(values[i][1]); val...
{ "pile_set_name": "Github" }
using Server.Items; using Server.Mobiles; using System; namespace Server.Engines.Despise { public class DespiseBoss : BaseCreature { public static readonly int ArtifactChance = 5; public virtual BaseCreature SummonWisp => null; public virtual double WispScalar => 0.33; private...
{ "pile_set_name": "Github" }
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2017 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of so...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain o...
{ "pile_set_name": "Github" }
#!/usr/bin/perl # # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed wit...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c087529496257614e88a4bffee0c4afe timeCreated: 1495128005 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<html> <header> <title>Onion Top</title> <script src="http://code.jquery.com/jquery-1.4.3.min.js"></script> <style> body{ background: #fefefe; font-family: sans-serif; } h1{ color: black; text-align: center; } #process{ overflow: hidden; } table{ width: 100%; border: 1px solid #aaa; background: white; ...
{ "pile_set_name": "Github" }
OUT_DIR=output IN_DIR=markdown STYLES_DIR=styles STYLE=chmduquesne all: html pdf docx rtf pdf: init for f in $(IN_DIR)/*.md; do \ FILE_NAME=`basename $$f | sed 's/.md//g'`; \ echo $$FILE_NAME.pdf; \ pandoc --standalone --template $(STYLES_DIR)/$(STYLE).tex \ --from markdown --to context \ --variable pape...
{ "pile_set_name": "Github" }
INCLUDE 'VICMAIN_FOR' C C VICAR PROGRAM FIT -- Automatic stretch program C Performs a histogram (ends-in) stretch. See also program ASTRCH C C FIT INP OUT user-parameters C SUBROUTINE MAIN44 IMPLICIT INTEGER(A-Z) COMMON/CP/isb,nb,SL,SS,NL,NS,IUN,OUN CHARACTER*5 FMT CHARA...
{ "pile_set_name": "Github" }
using System; using System.CodeDom.Compiler; using System.Runtime.InteropServices; namespace WelmConsole { [GeneratedCode("Brain","1.0")] public static class NativeMethods { [StructLayout(LayoutKind.Explicit)] public struct PROCESSOR_INFO_UNION { [FieldOffse...
{ "pile_set_name": "Github" }
.view-animate-container { position:relative; height:100px!important; background:white; border:1px solid black; height:40px; overflow:hidden; } .view-animate { padding:10px; } .view-animate.ng-enter, .view-animate.ng-leave { -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s; transi...
{ "pile_set_name": "Github" }
#%RAML 1.0 # Objective: The following example shows how to set OAuth 2.0 properties. # Expected result: no error message # tags: security schemes, OAuth 2.0 title: Dropbox API version: 1 baseUri: https://api.dropbox.com/{version} securitySchemes: oauth_2_0: description: | Dropbox supports OAuth 2.0 for a...
{ "pile_set_name": "Github" }
/** * Copyright 2014 Shape Security, Inc. * * 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" }
# strip-dirs [![NPM version](https://img.shields.io/npm/v/strip-dirs.svg)](https://www.npmjs.com/package/strip-dirs) [![Build Status](https://img.shields.io/travis/shinnn/node-strip-dirs.svg)](https://travis-ci.org/shinnn/node-strip-dirs) [![Build status](https://ci.appveyor.com/api/projects/status/pr5edbtg59f6xfgn?s...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
/* Copyright (c) 2013 Alun Bestor and contributors. All rights reserved. This source file is released under the GNU General Public License 2.0. A full copy of this license can be found in this XCode project at Resources/English.lproj/BoxerHelp/pages/legalese.html, or read online at [http://www.gnu.org/licenses/gpl-...
{ "pile_set_name": "Github" }
# test main board # -*- coding: utf-8 -*- # COPYRIGHT: Openmoko Inc. 2009 # LICENSE: GPL Version 2 or later # DESCRIPTION: Main board test # AUTHOR: Christopher Hall <hsw@openmoko.com> import os.path MASTER_TEST = 'test_SAMO_01.py' execfile(os.path.join(os.path.dirname(module_name), MASTER_TEST)) # override MASTER_T...
{ "pile_set_name": "Github" }
use super::*; cpp_class!(pub unsafe struct SBCommandInterpreter as "SBCommandInterpreter"); unsafe impl Send for SBCommandInterpreter {} impl SBCommandInterpreter { pub fn handle_command( &self, command: &str, result: &mut SBCommandReturnObject, add_to_history: bool, ) -> Retu...
{ "pile_set_name": "Github" }
<template> <section class="shelf"> <header-bar></header-bar> <shelf-list v-if="shelfBookList.length > 0"></shelf-list> <empty v-else></empty> <tabbar></tabbar> <page-loading v-if="isShowPageLoading"></page-loading> </section> </template> <script> import { mapState, mapMu...
{ "pile_set_name": "Github" }
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export default function escapeHTML(str: string): string { return str.replace(/</g, '&lt;').replace(/>/g, '&...
{ "pile_set_name": "Github" }
#region licence // The MIT License (MIT) // // Filename: DetailPostDto.cs // Date Created: 2014/05/19 // // Copyright (c) 2014 Jon Smith (www.selectiveanalytics.com & www.thereformedprogrammer.net) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated ...
{ "pile_set_name": "Github" }
const glob = require('glob'); const path = require('path'); const load = require('load-json-file'); const Benchmark = require('benchmark'); const convex = require('./dist/js/index.js').default; const suite = new Benchmark.Suite('turf-convex'); /** * Benchmark Results * * elevation1 x 29,686 ops/sec ±1.77% (89 runs...
{ "pile_set_name": "Github" }
package com.linbit.utils; import com.google.common.base.Objects; public class Triple<A, B, C> implements Comparable<Triple<A, B, C>> { public A objA; public B objB; public C objC; public Triple() { } public Triple(A aRef, B bRef, C cRef) { objA = aRef; objB = bRef; ...
{ "pile_set_name": "Github" }
// Copyright © 2017-2020 Trust Wallet. // // This file is part of Trust. The full Trust copyright notice, including // terms governing use, modification, and redistribution, is contained in the // file LICENSE at the root of the source code distribution tree. #pragma once #include "../CoinEntry.h" namespace TW::<%= ...
{ "pile_set_name": "Github" }
/* global document: true */ import Module from './Module'; global.window = global.self = global; global.tabris = {} as ProtoTabris; tabris._start = function(client) { try { tabris._client = client; const rootModule = Module.root; global.module = rootModule; global.require = rootModule.require.bind(r...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10"> <data> <int key="IBDocument.SystemTarget">1024</int> <string key="IBDocument.SystemVersion">10F569</string> <string key="IBDocument.InterfaceBuilderVersion">804</string> <string key="IBDocumen...
{ "pile_set_name": "Github" }
require 'spec_helper' require 'memory_profiler' require 'tempfile' def Process.rss; `ps -o rss= -p #{Process.pid}`.chomp.to_i; end describe Ebooks::Model do describe 'making tweets' do before(:all) { @model = Ebooks::Model.consume(path("data/0xabad1dea.json")) } it "generates a tweet" do s = @model.m...
{ "pile_set_name": "Github" }
CONFIG_ARM=y CONFIG_ARCH_SOCFPGA=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_SOCFPGA_TERASIC_DE10_NANO=y CONFIG_SPL_STACK_R_ADDR=0x00800000 CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_de10_nano" CONFIG_FIT=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y CON...
{ "pile_set_name": "Github" }
maintainers: [] build_prefix: extra-x86_64 pre_build: aur_pre_build post_build: aur_post_build update_on: - source: aur aur:
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * lunch # # Translators: # Mikko Salmela <salmemik@gmail.com>, 2019 # Kari Lindgren <karisatu@gmail.com>, 2019 # Atte Isopuro <atte.isopuro@web-veistamo.fi>, 2019 # Veikko Väätäjä <veikko.vaataja@gmail.com>, 2019 # Timo Kou...
{ "pile_set_name": "Github" }
Using PdoSessionStorage to store Sessions in the Database ========================================================= By default, the :doc:`SessionServiceProvider </providers/session>` writes session information in files using Symfony NativeFileSessionStorage. Most medium to large websites use a database to store sessio...
{ "pile_set_name": "Github" }
'use strict'; var _ = require("lodash"); var AtomAsyncValueStates = { LOADING: "LOADING", SUCCESS: "SUCCESS", ERROR: "ERROR" }; exports.AtomAsyncValueStates = AtomAsyncValueStates; var AtomAsyncValue = function AtomAsyncValue(state) { this.state = state || AtomAsyncValueStates.LOADING; }; AtomAs...
{ "pile_set_name": "Github" }
{ "name": "libdatachannel-example-web", "version": "0.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { "bufferutil": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.1.tgz", "integrity": "sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3V...
{ "pile_set_name": "Github" }
-- -- Licensed to the Apache Software Foundation (ASF) under one -- or more contributor license agreements. See the NOTICE file -- distributed with this work for additional information -- regarding copyright ownership. The ASF licenses this file -- to you under the Apache License, Version 2.0 (the -- "License"); you ma...
{ "pile_set_name": "Github" }
/* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Wiring project - http://wiring.org.co Copyright (c) 2004-06 Hernando Barragan Modified 13 August 2006, David A. Mellis for Arduino - http://www.arduino.cc/ This library is free software; you can redistribute it and/or modify ...
{ "pile_set_name": "Github" }
/* eslint-disable */ class ExampleGalleryLayout extends React.Component { renderHeader() { const ActionBar = () => { return <Button>Save</Button>; }; return ( <Page.Header title="Page Title" breadcrumbs={ <Breadcrumbs items={[1, 2, 3].map(i => ({ id: `${i...
{ "pile_set_name": "Github" }
# destroy() Destroys Vue instance. Can only be called on a Vue component ### Example `BeforeDestroy.vue` ```js <template lang="html"> <div></div> </template> <script> export default { name: 'BeforeDestroy', beforeDestroy() { this.func(); }, props: ['func'] } </script> ``` `BeforeDestroy.spec.js` `...
{ "pile_set_name": "Github" }
; ; Replacement for "exx" ; ; $Id: exxswap.asm,v 1.3 2016-06-16 20:31:05 dom Exp $: SECTION code_crt0_sccz80 SECTION exxswap .exxswap push hl ld hl,(altregs) ex (sp),hl ld (altregs),hl push bc ld hl,(altregs+2) ex (sp),hl ld (altregs...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------- // SharpDisasm (File: SharpDisasm\Helpers\AssemblyCodeOffset.cs) // Copyright (c) 2014-2015 Justin Stenning // http://spazzarama.com // https://github.com/spazzarama/SharpDisasm // https://sharpdisasm.codeplex.com/ // // SharpDisasm is...
{ "pile_set_name": "Github" }
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this file * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <class name="AudioEffectEQ6" inherits="AudioEffectEQ" version="3.2"> <brief_description> Adds a 6-band equalizer audio effect to an Audio bus. Gives you control over frequencies from 32 Hz to 10000 Hz. Each frequency can be modulated between -60/+24 dB. </brief_description>...
{ "pile_set_name": "Github" }
Reparsing block ---------- Element(Perl5: MATCH_REGEX) ---------- m{test say 'hi'; say 'hi' }xx ---------- After typing ---------- sub something{ m{test say 'hi'; new_item<caret> say 'hi' }xx; } ---------- Psi structure ---------- Perl5 PsiPerlSubDefinitionImpl(SUB_DEFINITION)@main::so...
{ "pile_set_name": "Github" }
--- title: "mailcheck" layout: formula --- {{ content }}
{ "pile_set_name": "Github" }
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };
{ "pile_set_name": "Github" }
#===================================================================== # # S p e c f e m 3 D V e r s i o n 3 . 0 # --------------------------------------- # # Main historical authors: Dimitri Komatitsch and Jeroen Tromp # Princeton University, USA # ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0800" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5de0eafe0c281495b8272d9a1d7c3ea8 TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap...
{ "pile_set_name": "Github" }
# 编写高效的 XCTest 测试: Arrange,Act 和 Assert 当你使用 XCTest,Quick 或者其他测试框架时,你可以遵循下面的模式来编写有效的单元测试: 1. Arrange - 安排好所有先要条件和输入 2. Act - 对要测试的对象或方法进行演绎 3. Assert - 作出预测结果的断言 ## Arrange, Act, and Assert 三部曲 举个例子,假设现在有一个叫 `Banana` 的类: ```swift // Banana/Banana.swift /** A delicious banana. Tastes better if you peel it first...
{ "pile_set_name": "Github" }
set global innodb_monitor_disable = All; select name, status from information_schema.innodb_metrics; name status metadata_table_handles_opened disabled metadata_table_handles_closed disabled metadata_table_reference_count disabled lock_deadlocks disabled lock_timeouts disabled lock_rec_lock_waits disabled lock_table_lo...
{ "pile_set_name": "Github" }
1 00:00:02,202 --> 00:00:04,170 この靴 変かな? 2 00:00:04,304 --> 00:00:09,075 どうせ みんなの目は タオルのドレスに釘づけだ 3 00:00:11,111 --> 00:00:11,778 しかって 4 00:00:12,112 --> 00:00:16,349 今日は初出勤だ からかうのは よせ 5 00:00:17,217 --> 00:00:19,219 明日まで待つよ 6 00:00:21,087 --> 00:00:22,288 金曜は暇? 7 00:00:23,156 --> 00:00:27,627 植物学者の...
{ "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 <SafariSharedUI/WBSSiteMetadataResponse.h> @class NSColor, NSImage; __attribute__((visibility("hidden"))) @interface Favorite...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, 2016, Oracle and/or its affiliates. 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 must retain the above copyright * no...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS * FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder * is on an "...
{ "pile_set_name": "Github" }
package com.taobao.meta.test; import org.junit.Test; /** * meta集成测试_订阅小数据量消息 * * @author gongyangyu(gongyangyu@taobao.com) * */ public class SubscribeSmallInfoSizeTest extends BaseMetaTest { private final String topic = "meta-test"; @Test public void sendConsume() throws Exception { createProducer(); ...
{ "pile_set_name": "Github" }
note : some may consider portions of the following text to be spoilers . be forewarned . milos forman's first film since the ill-fated valmont , columbia's the people vs . larry flynt , is a vastly entertaining ( if not particularly enlightening ) biopic of hustler publisher and self-made millionaire larry flynt , w...
{ "pile_set_name": "Github" }
[![Build Status](https://travis-ci.org/jedisct1/libsodium.svg?branch=master)](https://travis-ci.org/jedisct1/libsodium?branch=master) [![Windows build status](https://ci.appveyor.com/api/projects/status/fu8s2elx25il98hj?svg=true)](https://ci.appveyor.com/project/jedisct1/libsodium) [![Coverity Scan Build Status](https:...
{ "pile_set_name": "Github" }
<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/co...
{ "pile_set_name": "Github" }
// Copyright 2012 Ettus Research LLC // Copyright 2018 Ettus Research, a National Instruments Company // // SPDX-License-Identifier: LGPL-3.0-or-later // axi_demux -- takes 1 AXI stream, demuxes to up to 16 output streams // One bubble cycle between each packet module axi_demux #(parameter WIDTH=64, parameter ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2007 Christopher J. W. Lloyd 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, publish, dis...
{ "pile_set_name": "Github" }
"""Test result object""" import sys import traceback import unittest from StringIO import StringIO from django.utils.unittest import util from django.utils.unittest.compatibility import wraps __unittest = True def failfast(method): @wraps(method) def inner(self, *args, **kw): if getattr(self, 'fail...
{ "pile_set_name": "Github" }
/* * Copyright 2019 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
<html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Test RenderJS UI</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan=...
{ "pile_set_name": "Github" }
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../assets/img/favicon-144.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72"...
{ "pile_set_name": "Github" }
const set = require('regenerate')(0x5F, 0x2054, 0xFF3F); set.addRange(0x203F, 0x2040).addRange(0xFE33, 0xFE34).addRange(0xFE4D, 0xFE4F); module.exports = set;
{ "pile_set_name": "Github" }
<?php // +-----------------------------------------------------------------------+ // | This file is part of Piwigo. | // | | // | For copyright and license information, please view the COPYING.txt | // | f...
{ "pile_set_name": "Github" }
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;modules&quot; | typedoc</title> <meta name="description" content="Documentation for typedoc"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel...
{ "pile_set_name": "Github" }
child :locations => :locations do extends "api/v2/taxonomies/base" end child :organizations => :organizations do extends "api/v2/taxonomies/base" end
{ "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 ...
{ "pile_set_name": "Github" }
7a4df873f557174063b0c5b62ef2e151a1f6294d
{ "pile_set_name": "Github" }
/* * The Shadow Simulator * Copyright (c) 2010-2011, Rob Jansen * See LICENSE for licensing information */ /* * ./run_plugin_test.sh * * -- or -- * * (see commands in shd-test-plugin first) * gcc `pkg-config --cflags --libs glib-2.0 gmodule-2.0` shd-test-module.c -o shd-test-module * ./shd-test-module */ ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace UnityBase.Objects { public class DiGameObject : IGameObject { public GameObject GameObject { get; set; } public Vector3 TransformPosition { get => GameObject....
{ "pile_set_name": "Github" }
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. package llnl.visit.operators; import llnl.visit.AttributeSubject; import llnl.visit.Communicati...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="STYLESHEET" type="text/css" href="../pgadmin3.css"> <title>Guru Hints</title> </head> <body> <h3>Server instrumentation</h3> <p> The server lacks instrumentation functions. </p> <p> pgAdmin III uses some support functions th...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
{ "pile_set_name": "Github" }
// // AppDelegate.h // CocoaUIViewer // // Created by ideawu on 4/12/15. // Copyright (c) 2015 ideawu. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- generated on Thu Apr 18 08:35:37 2019 by Eclipse SUMO od2trips Version UNKNOWN This data file and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/...
{ "pile_set_name": "Github" }
/*! ***************************************************************************** Copyright (c) Microsoft Corporation. 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....
{ "pile_set_name": "Github" }
import FWCore.ParameterSet.Config as cms # The reconstruction algo and its parameter set DTParametrizedDriftAlgo = cms.PSet( recAlgoConfig = cms.PSet( # The module to be used for ttrig synchronization and its parameter set tTrigMode = cms.string('DTTTrigSyncFromDB'), minTime = cms.double(-3...
{ "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" }
foo foo@_bar 'foo bar' '\'\\' ---------------------------------------------------- [ ["atom", "foo"], ["atom", "foo@_bar"], ["quoted-atom", "'foo bar'"], ["quoted-atom", "'\\'\\\\'"] ] ---------------------------------------------------- Checks for atoms and quoted atoms.
{ "pile_set_name": "Github" }
# # Copyright 2016 Google Inc. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
/* * Copyright 2005-2020 Sixth and Red River Software, Bas Leijdekkers * * 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" }