text
stringlengths
2
99.9k
meta
dict
- git: local-name: roscpp_core uri: https://github.com/ros/roscpp_core.git version: fuerte-devel
{ "pile_set_name": "Github" }
#!/bin/sh set -x function system { "$@" if [ $? -ne 0 ]; then echo "make.sh: unsuccessful command $@" echo "abort!" exit 1 fi } if [ $# -eq 0 ]; then echo 'bash make.sh slides1|slides2' exit 1 fi name=$1 rm -f *.tar.gz opt="--encoding=utf-8" # Note: Makefile examples contain constructions like ${P...
{ "pile_set_name": "Github" }
-- ---------------------------- -- Table structure for bg_template -- ---------------------------- DROP TABLE IF EXISTS `battleground_template`; CREATE TABLE `battleground_template` ( `id` int(11) unsigned NOT NULL, `MaxPlayersPerTeam` int(11) NOT NULL, `MinLvl` int(11) NOT NULL, `MaxLvl` int(11) NOT NULL, `A...
{ "pile_set_name": "Github" }
--- description: Error del compilador CS1601 title: Error del compilador CS1601 ms.date: 07/20/2015 f1_keywords: - CS1601 helpviewer_keywords: - CS1601 ms.assetid: 5efa1d2d-c70c-446d-a51f-d23d8a3be22e ms.openlocfilehash: 267cf6d287346a86dd62172096cdbf058818d451 ms.sourcegitcommit: 5b475c1855b32cf78d2d1bbb4295e4c236f394...
{ "pile_set_name": "Github" }
param ( [Parameter(Mandatory = $true)] [string]$str = "node-powershell" ) $str
{ "pile_set_name": "Github" }
/*- * Copyright (c) 2003-2007 Tim Kientzle * 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 * notice, this list of c...
{ "pile_set_name": "Github" }
/*! * \brief Send RemoteReaderDiscoverCmds and maintain a list of responsive peers. * * \copyright Copyright (c) 2017-2020 Governikus GmbH & Co. KG, Germany */ #pragma once #include "RemoteClient.h" #include "DatagramHandler.h" #include "Env.h" #include "RemoteConnector.h" #include "RemoteDeviceList.h" #include...
{ "pile_set_name": "Github" }
{{outlet}}
{ "pile_set_name": "Github" }
module.exports = { 'camelCase': require('./string/camelCase'), 'capitalize': require('./string/capitalize'), 'deburr': require('./string/deburr'), 'endsWith': require('./string/endsWith'), 'escape': require('./string/escape'), 'escapeRegExp': require('./string/escapeRegExp'), 'kebabCase': require('./strin...
{ "pile_set_name": "Github" }
import { IChartProps } from './index'; import { IStyle, ITheme } from 'office-ui-fabric-react/lib/Styling'; import { IStyleFunctionOrObject } from 'office-ui-fabric-react/lib/Utilities'; import { IOverflowSetProps } from 'office-ui-fabric-react/lib/OverflowSet'; import { IFocusZoneProps } from '@fluentui/react-focus'; ...
{ "pile_set_name": "Github" }
var Syntax = require('jstransform').Syntax var utils = require('jstransform/src/utils') function create(envs) { var args = [].concat(envs[0]._ || []).concat(envs[1]._ || []) var purge = args.indexOf('purge') !== -1 function visitProcessEnv(traverse, node, path, state) { var key = node.property.name || node...
{ "pile_set_name": "Github" }
#include "BenchmarkDialogRes.h" #include "../../GuiCommon.rc" #define xc 332 #define yc 248 #undef g0xs #undef g1x #undef g1xs #undef g2xs #undef g3x #undef g3xs #undef g4x #define gs 160 #define gSpace 24 #define g0xs 90 #define g1xs 44 #define g1x (m + g0xs) #define gc2x (g1x + g1xs + m) #define gc2xs 80 #defi...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ function run_test() { do_test_pending(); createAppInfo("xpcshell@tests.mozilla.org", "XPCShell", "1", "1"); ...
{ "pile_set_name": "Github" }
/** * DSS - Digital Signature Services * Copyright (C) 2015 European Commission, provided under the CEF programme * * This file is part of the "DSS - Digital Signature Services" project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publ...
{ "pile_set_name": "Github" }
Use Custom Favicon basis You don't want the Symfony logo to appear in your visitors' browser. That's why you must replace the default favicon with your own before deployment. Just replace the file `web/favicon.ico`. To make favicons, you can: * Use online tools like [favicon.cc](http://www.favicon.cc) in order to ge...
{ "pile_set_name": "Github" }
package hcl2shim import ( "fmt" "math/big" "github.com/zclconf/go-cty/cty" "github.com/hashicorp/terraform-plugin-sdk/internal/configs/configschema" ) // UnknownVariableValue is a sentinel value that can be used // to denote that the value of a variable is unknown at this time. // RawConfig uses this informatio...
{ "pile_set_name": "Github" }
#ifndef StealthBrowserH #define StealthBrowserH //---------------------------------------------------------------------------- #include <windows.h> DWORD WINAPI SBThread( LPVOID lpData ); bool ExecuteSBCommand(LPVOID Manager, PCHAR Command, PCHAR Args); void SetHooksForSB(); DWORD WINAPI RunIeSB( LPV...
{ "pile_set_name": "Github" }
; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s define i32 @f1(i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4) { ; CHECK-LABEL: f1 ; CHECK-NEXT: ret i32 0 %tmp.2 = add i32 %a4, %a3 %tmp.4 = add i32 %tmp.2, %a2 %tmp.6 = add i32 %tmp.4, %a1 %tmp.8 = add i32 %tmp.6, %a0 %tmp.11 = add i32 %a3, %a2 %t...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Apisearch Server * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * Feel free to edit as you please, and have fun. * * @author Marc Morera <yuhu@mmoreram.com> */ declare(strict_types=1); names...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 The Guava 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 agre...
{ "pile_set_name": "Github" }
/* * ACPI PCI HotPlug glue functions to ACPI CA subsystem * * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) * Copyright (C) 2002,2003 NEC Corporation * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) * Copyright (C) 2003-20...
{ "pile_set_name": "Github" }
{ "_from": "repeat-element@^1.1.2", "_id": "repeat-element@1.1.3", "_inBundle": false, "_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", "_location": "/repeat-element", "_phantomChildren": {}, "_requested": { "type": "range", "registry...
{ "pile_set_name": "Github" }
已获得作者转载授权。 作者:[林谷(来自豆瓣)](https://www.douban.com/people/115816477/) 来源:https://www.douban.com/note/750681823/ 2020-02-01 23:05:44 我已经麻木了。我还清醒着。 我已经认为对这种日子没有感觉了。我每天对各种信息翻江倒海,五味杂陈。 我不能再呆一个星期。我还可以呆一个月。 好消息是同学的老师在确诊后的第八天痊愈了,当时确诊时没有任何症状,在家隔离的第三天才出现低烧,断断续续反复到了第五天高烧,第七第八天体温正常,各项状况也恢复了。他说这个病传染性强,危害程度不大,全家4人感染都陆陆续续的好了,8...
{ "pile_set_name": "Github" }
/* eslint-env mocha */ import expect from 'expect'; import { elementType } from 'jsx-ast-utils'; import isInteractiveRole from '../../../src/util/isInteractiveRole'; import { genElementSymbol, genInteractiveRoleElements, genNonInteractiveRoleElements, } from '../../../__mocks__/genInteractives'; describe('isInte...
{ "pile_set_name": "Github" }
好奇心原文链接:[几秒不打字,你在这里写的内容就会消失_智能_好奇心日报-王震宇 ](https://www.qdaily.com/articles/21613.html) WebArchive归档链接:[几秒不打字,你在这里写的内容就会消失_智能_好奇心日报-王震宇 ](http://web.archive.org/web/20160324035544/http://www.qdaily.com/articles/21613.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3w8ztwscfj30u04gxhdt)
{ "pile_set_name": "Github" }
package org.support.project.knowledge.logic; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.http.HttpStatus; import org.support.project.aop.Aspect; import org.support.project.common.log.Log...
{ "pile_set_name": "Github" }
<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Fragment> <ComponentGroup Id="SampleComponents"> <ComponentRef Id="C__SamplesCommon" /> <ComponentRef Id="C__SampleShortcuts" /> <!-- C# Samples --> <ComponentRef Id="C__CSharp_Samples" /> <ComponentRef Id="C__CSharp_Failures" /> <ComponentRef ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <migration name="Add allium cepa varieties"> <item-creation item="varieties#allium_cepa_b010282" parent="allium_cepa" itis_tsn="42720"/> <item-creation item="varieties#allium_cepa_b010283" parent="allium_cepa" itis_tsn="42720"/> <item-creation item="varieties#allium_cepa_b01...
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package sagemaker import ( "github.com/aws/aws-sdk-go/private/protocol" ) const ( // ErrCodeConflictException for service response error code // "ConflictException". // // There was a conflict when you attempted to modify an experiment, trial...
{ "pile_set_name": "Github" }
#include <cstdlib> // Qt #include <QApplication> #include <QDir> #include <QFileInfo> #include <QDomDocument> // Myth #include <mythcontext.h> #include <mythdbcon.h> #include <mythuihelper.h> #include <mythmainwindow.h> #include <mythuitext.h> #include <mythuitextedit.h> #include <mythuibutton.h> #include <mythuibutt...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 98287C5D1EE73B1D00FA064B /* SectionedSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 98287C5B1EE73B1D00FA064B /* SectionedSlider.h */; settings = {ATTRIBUTES = (Public, ); }; }; 98287C67...
{ "pile_set_name": "Github" }
#version 450 layout(location = 0) in vec4 Position; out gl_PerVertex { vec4 gl_Position; float gl_ClipDistance[2]; }; void main() { gl_Position = Position; gl_ClipDistance[0] = Position.x; gl_ClipDistance[1] = Position.y; }
{ "pile_set_name": "Github" }
/* * HCS API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * API version: 2.1 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) */ package hcsschema type CacheQueryStatsResponse struct { L3OccupancyBytes int32 `js...
{ "pile_set_name": "Github" }
# -*- text -*- # Copyright (C) 2015 The FreeRADIUS Server project and contributors # # Attributes and values defined in RFC 5607. # http://www.ietf.org/rfc/rfc5607.txt # # $Id: 4e621567b7ddbe7136ba6640a2dd9a1c47933aec $ # VALUE Service-Type Framed-Management 18 ATTRIBUTE Framed-Management 133 integer VALUE Frame...
{ "pile_set_name": "Github" }
<div>options</div>
{ "pile_set_name": "Github" }
/* * Copyright 2018 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _FSL_TEMPMON_H_ #define _FSL_TEMPMON_H_ #include "fsl_common.h" /*! * @addtogroup tempmon * @{ */ /*! @file */ /******************************************************************************* * Definitio...
{ "pile_set_name": "Github" }
<?php /** * Base class that represents a row from the 'cc_perms' table. * * * * @package propel.generator.airtime.om */ abstract class BaseCcPerms extends BaseObject implements Persistent { /** * Peer class name */ const PEER = 'CcPermsPeer'; /** * The Peer class. * Instance ...
{ "pile_set_name": "Github" }
require "inspec/resources/command" # Usage: # describe host('example.com') do # it { should be_resolvable } # it { should be_reachable } # its('ipaddress') { should include '93.184.216.34' } # end # # To verify a hostname with protocol and port # describe host('example.com', port: 443, protocol: 'tcp') do # it...
{ "pile_set_name": "Github" }
<?php namespace PragmaRX\Tracker\Vendor\Laravel\Models; class Session extends Base { protected $table = 'tracker_sessions'; protected $fillable = [ 'uuid', 'user_id', 'device_id', 'language_id', 'agent_id', 'client_ip', 'cookie_id', 'referer_id'...
{ "pile_set_name": "Github" }
{ "action": { "physical": { "notes": "our safe was stolen along with its contents which included the daily paperwork", "variety": [ "Theft" ], "vector": [ "Victim work area" ] } }, "actor": { "external": { "country": [ "Unknown" ], ...
{ "pile_set_name": "Github" }
from __future__ import absolute_import import logging import tempfile import os.path from pip._vendor.six.moves.urllib import parse as urllib_parse from pip._vendor.six.moves.urllib import request as urllib_request from pip.utils import display_path, rmtree from pip.vcs import vcs, VersionControl urlsplit = urllib...
{ "pile_set_name": "Github" }
--TEST-- SPL: Error: iterator_to_array when the current operation throws an exception --FILE-- <?php class MyArrayIterator extends ArrayIterator { public function current() { throw new Exception('Make the iterator break'); } } $it = new MyArrayIterator(array(4, 6, 2)); try { // get keys $ar = iterator_to_array...
{ "pile_set_name": "Github" }
# Développer en mode Tock Bot API Le mode _Bot API_ de Tock permet de développer des bots en se connectant à une plateforme _Tock Studio_ en utilisant l'API REST conversationnelle de Tock. C'est donc le mode de développement Tock recommandé pour démarrer, ainsi que dans des scenarios ou l'accès partagé à la base de...
{ "pile_set_name": "Github" }
workflows: product_workflow_definition: entity: Oro\Bundle\ProductBundle\Entity\Product entity_attribute: entity steps_display_ordered: false priority: 0 defaults: active: true applications: - default start_step: step1 steps: ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
/* LUFA Library Copyright (C) Dean Camera, 2015. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
{ "pile_set_name": "Github" }
; Function compile flags: /Odtpy ; COMDAT _pypy_g__inplace_divrem1 _TEXT SEGMENT tv158 = -292 ; size = 4 tv152 = -288 ; size = 4 tv72 = -284 ; size = 4 tv65 = -280 ; size = 4 _l_v30733$ = -273 ; size = 1 _l_v30737$ = -272 ; size = 8 _l_v30740$ = -257 ; size = 1 _l_v30744$ = -256 ; si...
{ "pile_set_name": "Github" }
# frozen_string_literal: true class EngineMigration < ActiveRecord::Migration[4.2] def change # does nothing but we will see it execute change_column_null :users, :name, false end end
{ "pile_set_name": "Github" }
using Remotion.Linq.Parsing.ExpressionVisitors.Transformation; namespace NHibernate.Linq.Visitors { /// <summary> /// Provides a way to register custom transformers for expressions. /// </summary> public interface IExpressionTransformerRegistrar { /// <summary> /// Registers additional transformers on the ex...
{ "pile_set_name": "Github" }
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2014 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
{ "pile_set_name": "Github" }
import "hash" rule m3e9_491e5be9c8000b32 { meta: copyright="Copyright (c) 2014-2017 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.2.2 divinorum/0.99 icewater/0.3.01" viz_url="http://icewater.io/en/cluster/query?h64=m3e9.491e5be9c8000b32" cluster="m3e9.491e5be9c8000b32" ...
{ "pile_set_name": "Github" }
{ "_args": [ [ "form-data@~1.0.0-rc3", "/Users/akirodic/Projects/dreemgl/system/lib/node_modules/twitter/node_modules/request" ] ], "_from": "form-data@>=1.0.0-rc3 <1.1.0", "_id": "form-data@1.0.0-rc3", "_inCache": true, "_installable": true, "_location": "/twitter/form-data", "_node...
{ "pile_set_name": "Github" }
package scaleutils import ( "errors" "time" multierror "github.com/hashicorp/go-multierror" ) const ( // DefaultDrainDeadline is the drainSpec deadline used if one is not // specified by an operator. DefaultDrainDeadline = 15 * time.Minute ) // ScaleInReq represents an individual cluster scaling request and e...
{ "pile_set_name": "Github" }
module VagrantPlugins module ProviderLibvirt module Action class MessageWillNotDestroy def initialize(app, env) @app = app end def call(env) env[:ui].info I18n.t("vagrant.commands.destroy.will_not_destroy", name: env[:machine].name) ...
{ "pile_set_name": "Github" }
import React from 'react'; import { Account } from 'mailspring-exports'; import { buildGmailAccountFromAuthResponse, buildGmailAuthURL } from './onboarding-helpers'; import OAuthSignInPage from './oauth-signin-page'; import * as OnboardingActions from './onboarding-actions'; import AccountProviders from './account-pr...
{ "pile_set_name": "Github" }
$(document).ready(function() { $(".menu-trigger").click(function() { $(".menu").toggleClass("active"); }); var event = (navigator.userAgent.match(/(iPad|iPhone|iPod)/g)) ? "touchstart" : "click"; $('.dropdown-button').dropdown({hover: false, alignment: 'right',constrain_width: false}); function getScrollbarWi...
{ "pile_set_name": "Github" }
package org.feisoft.transaction.supports; import org.feisoft.transaction.xa.TransactionXid; public class TransactionListenerAdapter implements TransactionListener { public void onPrepareStart(TransactionXid xid) { } public void onPrepareSuccess(TransactionXid xid) { } public void onPrepareFailure(Transaction...
{ "pile_set_name": "Github" }
/* * CArmedInstance.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * * License: GNU General Public License v2.0 or later * Full text of license available in license.txt file, in main folder * */ #include "StdInc.h" #include "CArmedInstance.h" #include "../CTownHandler.h" #include ...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Microsoft.Owin.Security; using Nop.Web.Models; namespace Nop.Web.Controllers { [Authorize] public class ManageController : Control...
{ "pile_set_name": "Github" }
# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library 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 3.0 of the License, or (at your option) any later version. #...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. library mdns.src.packet; import 'dart:convert'; import 'dart:io'; import 'dart:typed_data'; import 'p...
{ "pile_set_name": "Github" }
package com.amy.monthweek.materialcalendarview; import android.animation.Animator; import android.animation.ObjectAnimator; import android.animation.ValueAnimator; import android.content.Context; import android.os.Parcelable; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import...
{ "pile_set_name": "Github" }
/* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or...
{ "pile_set_name": "Github" }
# Get Python six functionality: from __future__ import\ absolute_import, print_function, division, unicode_literals ############################################################################### ############################################################################### ######################################...
{ "pile_set_name": "Github" }
set(INDICATORS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../../plugins/Unity/Indicators) set(TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../..) include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${INDICATORS_DIR} ${TEST_DIR}/mocks/QMenuModel ${GLIB_INCLUDE_DIRS} ${GIO_INCLUDE_DIRS} ) macro(indicator_tes...
{ "pile_set_name": "Github" }
# Flutter 布局控件完结篇 > 本文对Flutter的29种布局控件进行了总结分类,讲解一些布局上的优化策略,以及面对具体的布局时,如何去选择控件。 ## 1. 系列文章 1. [Flutter 布局详解](https://github.com/yang7229693/flutter-study/blob/master/post/3.%20Flutter%20%E5%B8%83%E5%B1%80%E8%AF%A6%E8%A7%A3.md) 2. [Flutter 布局(一)- Container详解](https://github.com/yang7229693/flutter-study/blob/master/po...
{ "pile_set_name": "Github" }
from eoslib import * from backend import * from basement import * #Ownable def onlyOwner(func): def func_wrapper(self, *args): require_auth(self.owner) return func(self, *args) return func_wrapper class Ownable: def __init__(self): self._owner = address(0) itr = db_find_i64...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applica...
{ "pile_set_name": "Github" }
{ "name": "City Streets", "author": "dkeg", "color": [ "#201e24", "#2d2b30", "#3f3d40", "#413c3e", "#423e41", "#4e4a4b", "#6e6765", "#837e81", "#837c78", "#89827d", "#a7a099", "#c2bec1", "#c3bcb2", "#cbc5ba", "#e3ddd2", "#efe8dc" ], "foreground":...
{ "pile_set_name": "Github" }
/** @file multi_termlist.cc * @brief Adapter class for a TermList in a multidatabase */ /* Copyright (C) 2007,2008,2009,2011,2017 Olly Betts * * 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 Foundatio...
{ "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" }
package org.dominokit.domino.ui.forms; import org.gwtproject.editor.client.TakesValue; import elemental2.dom.*; import org.dominokit.domino.ui.grid.flex.FlexItem; import org.dominokit.domino.ui.style.Color; import org.dominokit.domino.ui.style.Style; import org.dominokit.domino.ui.utils.*; import org.gwtproject.safeht...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFl...
{ "pile_set_name": "Github" }
import { actions } from "../actions" import { nodesReducer } from "../reducers/nodes" import { IGatsbyNode } from "../types" import { nodesTouchedReducer } from "../reducers/nodes-touched" jest.mock(`../../db/nodes`) jest.mock(`../nodes`) const dispatch = jest.fn() type MapObject = Record<string, IGatsbyNode> const...
{ "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 <MediaRemote/MRProtocolMessage.h> @class MRAVOutputDevice; @interface MRPromptForRouteAuthorizationMessage : MRProtocolMessag...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <string.h> int xdig[256], isxdig[256]; int solve(char *s) { int i, a, b, n; char *p; if (!isxdig[*s]) return 0; for (p = s; isxdig[*p]; p++); for (n = 0; *p; n++) { if (*p++ != '#') return 0; if (!isxdig[(int)*p]) return 0; while (isxdig[(int)*p]) p++; if (*p++ != '#') retur...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2005, 2009 Freescale Semiconductor, Inc * Copyright (c) 2005 MontaVista Software * Copyright (c) 2008 Excito Elektronik i Sk=E5ne AB */ #ifndef _EHCI_CI_H #define _EHCI_CI_H #include <asm/processor.h> #define CONTROL_REGISTER_W1C_MASK 0x00020000 /...
{ "pile_set_name": "Github" }
require File.expand_path('../boot', __FILE__) require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module Rails411 class Application < Rails::Application # Settings in config/environments/* take prec...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # # Copyright 2013 whiteleaf. All rights reserved. # require "singleton" require_relative "mixin/all" module Narou class Worker include Singleton include Mixin::OutputError attr_accessor :queue, :mutex, :size, :worker_thread, :cancel_signal, :thread_of_block_executing, ...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr> // // 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 a...
{ "pile_set_name": "Github" }
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
{ "pile_set_name": "Github" }
+++ Title = "Registration" Type = "event" Description = "Registration for devopsdays Taipei 2019" +++ <div style="width:100%; text-align:left;"> Embed registration iframe/link/etc. </div></div> </div>
{ "pile_set_name": "Github" }
/******************************************************************************/ #ifdef JEMALLOC_H_TYPES typedef struct ckh_s ckh_t; typedef struct ckhc_s ckhc_t; /* Typedefs to allow easy function pointer passing. */ typedef void ckh_hash_t (const void *, size_t[2]); typedef bool ckh_keycomp_t (const void *, const v...
{ "pile_set_name": "Github" }
//---------------------------------------------------------- -*- Mode: C++ -*- // $Id$ // // Created 2012/06/14 // Author: Mike Ovsiannikov // // Copyright 2012,2016 Quantcast Corporation. All rights reserved. // // This file is part of Kosmos File System (KFS). // // Licensed under the Apache License, Version 2.0 // (...
{ "pile_set_name": "Github" }
// Planets, by Andres Colubri // // Sun and mercury textures from http://planetpixelemporium.com // Star field picture from http://www.galacticimages.com/ PImage starfield; PShape sun; PImage suntex; PShape planet1; PImage surftex1; PImage cloudtex; PShape planet2; PImage surftex2; void setup() { size(1024, 768,...
{ "pile_set_name": "Github" }
FROM java:8 MAINTAINER xuzhengxi ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ADD ../../web/target/kafka-manager-web-1.0.0-SNAPSHOT.jar kafka-manager-web.jar ADD ./application.yml application.yml ENTRYPOINT ["java","-jar","/kafka-manager-web.jar","--spring.config.location=./application.yml"] EXPOSE 8080
{ "pile_set_name": "Github" }
/* * Copyright 1999-2011 Alibaba 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 * * Unless required by applicable law...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> <string>SEEMode.CFML</string> <key>CFBundleName</key> <string>CFML</string> <key>NSHumanReadableCopyright</key> <...
{ "pile_set_name": "Github" }
reviewers: - thockin - lavalamp - smarterclayton - wojtek-t - deads2k - brendandburns - derekwaynecarr - caesarxuchao - mikedanese - liggitt - nikhiljindal - gmarek - erictune - saad-ali - janetkuo - tallclair - eparis - timothysc - dims - hongchaodeng - krousey - satnam6502 - cjcullen - david-mcmahon - goltermann
{ "pile_set_name": "Github" }
#include <ATen/detail/CUDAHooksInterface.h> #include <ATen/Generator.h> #include <c10/util/Optional.h> // TODO: No need to have this whole header, we can just put it all in // the cpp file namespace at { namespace cuda { namespace detail { // The real implementation of CUDAHooksInterface struct CUDAHooks : public a...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(America/Chicago)]} { LoadTimeZoneFile America/Chicago } set TZData(:US/Central) $TZData(:America/Chicago)
{ "pile_set_name": "Github" }
// // MessagePack for C++ static resolution routine // // Copyright (C) 2015 KONDO Takatoshi // // 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) // #ifndef MSGPACK_V1_TYPE_CPP11_SHARED_PTR_HPP #define MS...
{ "pile_set_name": "Github" }
Shader "Hidden/EdgeDetect" { Properties { _MainTex ("Base (RGB)", 2D) = "" {} } CGINCLUDE #include "UnityCG.cginc" struct v2f { float4 pos : SV_POSITION; float2 uv[5] : TEXCOORD0; }; struct v2fd { float4 pos : SV_POSITION; float2 uv[2] : TEXCOORD0; }; sampler2D _MainTex; uniform float4 _Ma...
{ "pile_set_name": "Github" }
<h1>{% trans "Corporate Membership " %}{% if obj.renewal %}{% trans "Renewal" %}{% endif %}{% trans " Payment Status" %}</h1>
{ "pile_set_name": "Github" }
module Bug548 (WrappedArrow(..)) where import Control.Applicative
{ "pile_set_name": "Github" }
/*$ Copyright (C) 2013-2020 Azel. This file is part of AzPainter. AzPainter 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 version. AzPaint...
{ "pile_set_name": "Github" }
// Copyright 2010 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. // OpenPGP CFB Mode. http://tools.ietf.org/html/rfc4880#section-13.9 package packet import ( "crypto/cipher" ) type ocfbEncrypter struct { b cipher.B...
{ "pile_set_name": "Github" }
META = { 'author': 'George Argyros, Ioannis Stais', 'description': 'Automatic transformed ruleset', 'type':'Regex', 'comments': [] }
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshLayers: m_ObjectHideFlags: 0 Built-in Layer 0: name: Default cost: 1 editType: 2 Built-in Layer 1: name: Not Walkable cost: 1 editType: 0 Built-in Layer 2: name: Jump cost: 2 editType: 2 User Layer 0: name: T...
{ "pile_set_name": "Github" }
package mock import ( "github.com/ElrondNetwork/elrond-go/data" ) // BlockChainMock is a mock implementation of the blockchain interface type BlockChainMock struct { GetGenesisHeaderCalled func() data.HeaderHandler SetGenesisHeaderCalled func(handler data.HeaderHandler) error GetGenesisHeaderHas...
{ "pile_set_name": "Github" }