text
stringlengths
2
99.9k
meta
dict
/*================================================================================ code generated by: java2cpp author: Zoran Angelov, mailto://baldzar@gmail.com class: com.tencent.mm.sdk.openapi.WXTextObject ================================================================================*/ #ifndef J2CPP_INCLUDE...
{ "pile_set_name": "Github" }
/** * Copyright 2014 LinkedIn Corp. 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...
{ "pile_set_name": "Github" }
tcfail038.hs:7:11: Conflicting definitions for ‘==’ Bound at: tcfail038.hs:7:11-12 tcfail038.hs:9:11-12 tcfail038.hs:8:11: Conflicting definitions for ‘/=’ Bound at: tcfail038.hs:8:11-12 tcfail038.hs:10:11-12
{ "pile_set_name": "Github" }
/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
{ "pack": { "description": "create resources", "pack_format": 5 } }
{ "pile_set_name": "Github" }
package flag import ( "strings" flags "github.com/jessevdk/go-flags" ) type SpaceRole struct { Role string } func (SpaceRole) Complete(prefix string) []flags.Completion { return completions([]string{"SpaceManager", "SpaceDeveloper", "SpaceAuditor"}, prefix, false) } func (s *SpaceRole) UnmarshalFlag(val string...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the h...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2020 Alfresco Software, Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <!-- 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")...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # ----------------------------------------------------------------------------- # # FreeType high-level python API - Copyright 2011-2012 Nicolas P. Rougier # Distributed under the terms of the new BSD license. # # ----------------------------------------------------------...
{ "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" }
/* * Tencent is pleased to support the open source community by making * Tencent GT (Version 2.4 and subsequent versions) available. * * Notwithstanding anything to the contrary herein, any previous version * of Tencent GT shall not be subject to the license hereunder. * All right, title, and interest, including ...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //---------------------------------------------------------...
{ "pile_set_name": "Github" }
module.exports = function (response) { const responseJSON = response && response.responseJSON; let errors = responseJSON && responseJSON.message; if (responseJSON && responseJSON.errors && responseJSON.errors.length) { errors = responseJSON.errors.join('. ') + '. '; } return errors; };
{ "pile_set_name": "Github" }
partial class Examples { public static Result ObjectIterator(RhinoDoc doc) { var object_enumerator_settings = new ObjectEnumeratorSettings(); object_enumerator_settings.IncludeLights = true; object_enumerator_settings.IncludeGrips = false; var rhino_objects = doc.Objects.GetObjectList(object_enumera...
{ "pile_set_name": "Github" }
/* * Copyright 2019, The Android Open Source Project * * 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" }
/********************************************************************** * Copyright (c) 2018 Pieter Wuille, Greg Maxwell, Gleb Naumenko * * Distributed under the MIT software license, see the accompanying * * file LICENSE or http://www.opensource.org/licenses/mit-license.php.* *******************************...
{ "pile_set_name": "Github" }
package upload import ( "encoding/json" "fmt" "mime/multipart" api "nighthawkresponse/api/core" "nighthawkresponse/rabbitmq" "path/filepath" "time" ) type Job struct { UID string `json:"uid"` TS string `json:"timestamp"` UserID string `json:"user_id"` CaseID ...
{ "pile_set_name": "Github" }
/* This file is part of Smoothie (http://smoothieware.org/). The motion control part is heavily based on Grbl (https://github.com/simen/grbl). Smoothie 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, e...
{ "pile_set_name": "Github" }
# Copyright 2005 The Android Open Source Project LOCAL_PATH:= $(call my-dir) -include system/sepolicy/policy_version.mk # -- ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT))) init_options += \ -DALLOW_FIRST_STAGE_CONSOLE=1 \ -DALLOW_LOCAL_PROP_OVERRIDE=1 \ -DALLOW_PERMISSIVE_SELINUX=1 \ -DREB...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This comment will force IE7 to go into quirks mode. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type...
{ "pile_set_name": "Github" }
if not [%started%] == [] goto end call ..\DSTART.BAT %relroot%\rel2 lang%ver%.dat 07-15-96 11:00:00 %setupdr%\setupgui -0 :end set started=1
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: This header should never be used directly from leaf code!!! // Instead, just add the file memoverride.cpp into your project and all this // will automagically be used // // $NoKeywords: $ //======================================...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 Intel Corporation // // 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" }
<?php /** * Locale data for 'cch'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * @copyright 2008-2013 Yii Software LLC (http://www.yiiframework.com/lic...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); use PHPUnit\Framework\TestCase; final class ConnTest extends TestCase { // 测试协程外部析构 public function test(): void { $_this = $this; $func = function () use ($_this) { $GLOBALS['conn'] = redis()->borrow(); }; run($func); $_...
{ "pile_set_name": "Github" }
# Licensed to Elasticsearch B.V. under one or more contributor # license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright # ownership. Elasticsearch B.V. licenses this file to you under # the Apache License, Version 2.0 (the "License"); you may # not use ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, 2018, 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" }
<div style="padding:10px 15px;" ng-controller="Data.SQL.Index.Ctrl" ng-container="{}"> <div class="underlineTab" ng-container="{height:50}"> <ul class="right"> <li class="text Ellipsis" style="width:350px;"> <b><a class="linkButton" href="#/Data/SQL-Metadata/Index">{{autoLanguage("数据库"...
{ "pile_set_name": "Github" }
load("//Config:buck_rule_macros.bzl", "static_library") static_library( name = "NetworkLogging", srcs = glob([ "Sources/*.m", ]), headers = glob([ "Sources/*.h", ]), exported_headers = glob([ "PublicHeaders/**/*.h", ]), deps = [ "//submodules/MtProtoKit:M...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt3Support module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL...
{ "pile_set_name": "Github" }
MIME-Version: 1.0 Received: by 10.224.74.14 with HTTP; Tue, 19 Oct 2010 02:40:48 -0700 (PDT) In-Reply-To: <011601cb65ec$b8134930$0400a8c0@com4> References: <011601cb65ec$b8134930$0400a8c0@com4> Date: Tue, 19 Oct 2010 18:40:48 +0900 Delivered-To: david.john.parry@gmail.com Message-ID: <AANLkTiniGETKeUYbssO5WUt7kOA...
{ "pile_set_name": "Github" }
%include <typemaps/cdata.swg>
{ "pile_set_name": "Github" }
/** * @class NX.view.drilldown.Actions */ .nx-actions { background-color: $color-white; border-style: none; }
{ "pile_set_name": "Github" }
# TODO: Add comment # # Author: KirkLi ############################################################################### library(shiny) library(shinyIncubator) source("table.Performance.R") source("chooser.R") # Define UI for random distribution application shinyUI(fluidPage( titlePanel("P...
{ "pile_set_name": "Github" }
# AccessiWeb 2.2 - Rule 11.8.1 ## Summary @@@TODO ## Business description Criterion : 11.8 Test : [11.8.1](http://www.accessiweb.org/index.php/accessiweb-22-english-version.html#test-11-8-1) Test description : In each form, are for each [selection list](http://www.accessiweb.org/index.php/glossary-76.html#mListeCh...
{ "pile_set_name": "Github" }
/* * MIT License * * Copyright (c) 2017-2019 nuls.io * * 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, mod...
{ "pile_set_name": "Github" }
--- title: "CorAssemblyFlags Enumeration" ms.date: "03/30/2017" api_name: - "CorAssemblyFlags" api_location: - "mscoree.dll" api_type: - "COM" f1_keywords: - "CorAssemblyFlags" helpviewer_keywords: - "CorAssemblyFlags enumeration [.NET Framework metadata]" ms.assetid: bb8db3b6-d81d-49fc-b74c-dbc908a9eab9...
{ "pile_set_name": "Github" }
class Admin::Skus::StockAdjustmentsController < ApplicationController before_action :authenticate_user! # New stock level # # Modal trigger for displaying a form to create a stock adjustment def new set_product set_sku @stock_adjustment = @sku.stock_adjustments.build render json: { modal:...
{ "pile_set_name": "Github" }
function run_test() { runSourceMapTests('{THIS_MODULE}', do_throw); }
{ "pile_set_name": "Github" }
package controllers import ( // "crypto/md5" // "encoding/hex" // "encoding/json" "github.com/3xxx/engineercms/models" "github.com/astaxie/beego" // "github.com/astaxie/beego/httplib" // "github.com/astaxie/beego/logs" // "net" // "net/http" // "net/url" "path" "strconv" "strings" "time" // "io/ioutil" ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018. * * This file is part of MoneyWallet. * * MoneyWallet 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. ...
{ "pile_set_name": "Github" }
/* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */ "DeviceLogin.LogInPrompt" = "%@ पर जाएँ और ऊपर दिया गया कोड दर्ज करें."; /* Prompts a person that the next thing they need to do to finish connecting their Smart TV and Facebook application i...
{ "pile_set_name": "Github" }
Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide. *Due to the destructive nature of this task, always be cautious of the paths you clean.*
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "pile_set_name": "Github" }
// Automatically generated by the Fast Binary Encoding compiler, do not modify! // https://github.com/chronoxor/FastBinaryEncoding // Source: test.fbe // Version: 1.4.0.0 import ChronoxorFbe import ChronoxorProto // Fast Binary Encoding StructMap final model public class FinalModelStructMap: FinalModel { public v...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /** * dwc3-keystone.c - Keystone Specific Glue layer * * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com * * Author: WingMan Kwok <w-kwok2@ti.com> */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/interrupt.h> #include <linux/pla...
{ "pile_set_name": "Github" }
{ "accountLinkingWhitelistedDomains": null, "asin": "B01IATTVTS", "averageRating": 0, "canDisable": true, "capabilities": null, "category": null, "description": "Dubai is a city in the United Arab emirates known for its luxury, hotels, rich history and numerous landmarks. Learn more by asking for a \"Duba...
{ "pile_set_name": "Github" }
Reuse time tool aggregated results: Total accesses: 70515 Total instructions: 38067 Mean reuse time: 25.33 Reuse time histogram: Distance Count Percent Cumulative 1 5849 8.33% 8.33% 2 49421 70.35% 78.68% 3 526 0.75% 79.42% 4 463 ...
{ "pile_set_name": "Github" }
// Copyright 2010 Google 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 ...
{ "pile_set_name": "Github" }
library(shiny) library(shinyjs) library(magrittr) library(highlighter) # devtools::install_github("Appsilon/highlighter") library(formatR) library(httr) library(rjson) library(shiny.semantic) options(semantic.themes = TRUE) demo <- function(code) { div(class = "ui raised segment", code, div(style = "wid...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "FriendlyPing-Watermark.png" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
# Tenko parser test case - Path: tests/testcases/lexer_cases/regexesu/unclosed_groups/15.md > :: lexer cases : regexesu : unclosed groups > > ::> 15 > > Imported lexer test ## FAIL ## Input `````js /a(?:b(?!cd)e/u ````` ## Output _Note: the whole output block is auto-generated. Manual changes will be overwritten...
{ "pile_set_name": "Github" }
sap.ui.define([ 'sap/ui/core/mvc/Controller', 'sap/ui/model/json/JSONModel', 'sap/ui/Device' ], function(Controller, JSONModel, Device) { "use strict"; var TableController = Controller.extend("sap.m.sample.Table.Table", { onInit: function () { var oModel = new JSONModel(sap.ui.require.toUrl("sap/ui/dem...
{ "pile_set_name": "Github" }
/** * Original iOS version by Jens Alfke * Ported to Android by Marty Schoch * * Copyright (c) 2012 Couchbase, 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 ...
{ "pile_set_name": "Github" }
{ "ctm": { "ctm_version": 1, "type": "ctm", "layer": "CUTOUT", "textures": [ "chisel:blocks/glass/terrain-glassbubble-ctm" ] } }
{ "pile_set_name": "Github" }
StartChar: lacute Encoding: 503 314 247 GlifName: lacute Width: 430 VWidth: 0 Flags: HW HStem: -16 134<316.938 385> VStem: 140 150<138.078 1496> LayerCount: 4 Back Fore SplineSet 382 124 m 1 406 -4 l 1 378.94140625 -12 349 -16 314 -16 c 0 258 -16 210 11 178 50 c 0 140 96 140 158 140 191 c 2 140 1496 l 1 290 1496 ...
{ "pile_set_name": "Github" }
/* Copyright 2005-2015 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Software Foundat...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 4}, "rust"); function MT(name) {test.mode(name, mode, Array.prototype.slice.call(arguments, 1));} MT('integer_test', '[numb...
{ "pile_set_name": "Github" }
/* Copyright 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 applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file original="" product-name="Neos.Neos.Ui" source-language="en" datatype="plaintext" target-language="it"> <body> <trans-unit id="copy__from__to--title" xml:space="preserve"> <source>Copy {sourc...
{ "pile_set_name": "Github" }
// @generated Code generated by thrift-gen. Do not modify. package keyvalue import ( "errors" "fmt" "github.com/uber/ringpop-go" "github.com/uber/ringpop-go/forward" "github.com/uber/ringpop-go/router" "github.com/uber/tchannel-go" "github.com/uber/tchannel-go/thrift" ) type RingpopKeyValueServiceAdapter str...
{ "pile_set_name": "Github" }
AELF API 1.0 ============ Chain API --------- Get information about a given block by block hash. Optionally with the list of its transactions. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: GET /api/blockChain/block Parameters ^^^^^^^^^^ +-------------+-----...
{ "pile_set_name": "Github" }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Graphics.Sprites; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Replays; using osu.Game.Rulesets.Objects; us...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTit...
{ "pile_set_name": "Github" }
*printer_create_pen* -- Create a new pen resource printer_create_pen(int style, int width, string color)~ The function creates a new pen and returns a handle to it. A pen is used to draw lines and curves. For an example see |printer_select_pen|. {style} {style} must be one of the following constants: PRINTER_PEN_S...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////////// // Name: srchctrl.h // Purpose: wxSearchCtrlBase class // Author: Vince Harron // Created: 2006-02-18 // RCS-ID: $Id: srchctrl.h,v 1.5.2.1 2007/05/05 14:51:48 VZ Exp $ // Copyright: (c) Vince Harron // Licence: ...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing struct B<T where g=b{class B{}class B{let a=B{var d{{}class B{var _=c{struct c{struct d{class A{struct A{class d{enum S{class B{class A{struct d{class ...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2001-2011 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at h...
{ "pile_set_name": "Github" }
//: [上一节](@previous) - [目录](Index) import RxSwift playgroundShouldContinueIndefinitely() /*: ## 过滤 Observable 当我们有了变换操作时,就可以做很多事情了,然而有了过滤操作,对于队列的处理就更加轻松了。 过滤操作就是指去掉我们不喜欢的值,不再继续向下发射我们讨厌的值。 */ /*: ### `filter` filter 应该是最常用的一种过滤操作了。传入一个返回 `bool` 的闭包决定是否去掉这个值。 ![](https://raw.githubusercontent.com/kzaher/rxswiftco...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001, 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 Softwa...
{ "pile_set_name": "Github" }
# frozen_string_literal: true # == Schema Information # # Table name: survey_notifications # # id :integer not null, primary key # courses_users_id :integer # course_id :integer # survey_assignment_id :integer # dismissed :boolean default(FAL...
{ "pile_set_name": "Github" }
<?php /** * CEAcceleratorCache class file * * @author Steffen Dietz <steffo.dietz[at]googlemail[dot]com> * @link http://www.yiiframework.com/ * @copyright 2008-2013 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * CEAcceleratorCache implements a cache application module based on {@link...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *-------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright 2016-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
Issue705-record.agda:10,6-7 Ambiguous module name A. It could refer to any one of A.A (record module) Issue705-record.A (hint: Use C-c C-w (in Emacs) if you want to know why) when scope checking the declaration open A
{ "pile_set_name": "Github" }
// // ViewController.h // SDRecordButton-Demo // // Created by Sebastian Dobrincu on 13/08/15. // Copyright (c) 2015 Sebastian Dobrincu. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
{ "pile_set_name": "Github" }
''' The one parameter exponential family distributions used by GLM. ''' # TODO: quasi, quasibinomial, quasipoisson # see # http://www.biostat.jhsph.edu/~qli/biostatistics_r_doc/library/stats/html/family.html # for comparison to R, and McCullagh and Nelder import warnings import inspect import numpy as np from scipy i...
{ "pile_set_name": "Github" }
package restful // Copyright 2013 Ernest Micklei. All rights reserved. // Use of this source code is governed by a license // that can be found in the LICENSE file. import ( "fmt" "os" "reflect" "runtime" "strings" "sync/atomic" "github.com/emicklei/go-restful/log" ) // RouteBuilder is a helper to construct ...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.Routing; using Microsoft.AspNet...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="bulbasaur">Bulbasaur</string> <string name="ivysaur">Ivysaur</string> <string name="venusaur">Venusaur</string> <string name="charmander">Charmander</string> <string name="charmeleon">Charmeleon</string> <string name="charizard">Ch...
{ "pile_set_name": "Github" }
#ifndef _RTL871X_MP_IOCTL_H #define _RTL871X_MP_IOCTL_H #include "osdep_service.h" #include "drv_types.h" #include "mp_custom_oid.h" #include "rtl871x_ioctl.h" #include "rtl871x_ioctl_rtl.h" #include "rtl8712_efuse.h" #define TESTFWCMDNUMBER 1000000 #define TEST_H2CINT_WAIT_TIME 500 #define TEST_C2HINT_WAIT_TIME ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { // peripheral GPIO namespace GpioPfr0{ ///< register PFR0 using Addr = Register::Address<0x40033000,0xffff7fe5,0x00000000,unsigned>; /// bitfield PF constexpr Register::FieldLocation<Addr,Register::maskFromRange(15,15),Re...
{ "pile_set_name": "Github" }
#!/usr/bin/env perl system("./install") if ($ENV{BUILD_STYLE} =~ /Release/ || $ENV{CONFIGURATION} =~ 'Release');
{ "pile_set_name": "Github" }
/*! * depd * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * Module exports. * @public */ module.exports = depd /** * Create deprecate for namespace in caller. */ function depd(namespace) { if (!namespace) { throw new TypeError('argument namespace is required') } ...
{ "pile_set_name": "Github" }
package com.sequenceiq.cloudbreak.common.mappable; public enum CloudPlatform { AWS, GCP, AZURE, OPENSTACK, YARN, MOCK; public boolean equalsIgnoreCase(String platfrom) { return name().equalsIgnoreCase(platfrom); } }
{ "pile_set_name": "Github" }
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION // Copyright Aleksey Gurtovoy 2002-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // $Source$ // $Date: 2011-04-25 08:26...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2006. 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 BOOST_CONCEPT_DETAIL_HAS_CONSTRAINTS_DWA2006429_HPP # define BOOST_CONCEPT_DETAIL_HAS_CONSTRAINTS_DWA2006429_HPP # inc...
{ "pile_set_name": "Github" }
package templates import org.junit.Before import org.junit.Rule import org.junit.Test import org.junit.rules.RuleChain import util.BasePiperTest import util.JenkinsReadYamlRule import util.JenkinsStepRule import util.PipelineWhenException import util.Rules import static org.hamcrest.Matchers.* import static org.junit...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Cloudius Systems, Ltd. * * This work is open source software, licensed under the terms of the * BSD license as described in the LICENSE file in the top-level directory. */ package com.cloudiussystems.bench; public class Bench { static long measure(Benchmark b, int iterations) throws Ex...
{ "pile_set_name": "Github" }
syntax = "proto3"; message BookInfo { int64 id = 1; string title = 2; string author = 3; } message Action_BookInfoSetTitle { string title = 1; } message Action_BookInfoSetAuthor { string author = 1; }
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIB1TCCAT4CCQDV5mPlzm9+izANBgkqhkiG9w0BAQUFADAvMS0wKwYDVQQDEyQ3 NTI3YmQ3Ny1hYjNlLTQ3NGItYWNlNy1lZWQ2MDUzOTMxZTcwHhcNMTUwNzA2MjI0 NTA3WhcNMjUwNzAzMjI0NTA3WjAvMS0wKwYDVQQDEyQ3NTI3YmQ3Ny1hYjNlLTQ3 NGItYWNlNy1lZWQ2MDUzOTMxZTcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB ALNRHEirN6vQAIBtf+Ud2yfgZ308sqt/...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015, Niklas Hauser * * This file is part of the modm 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 one at http://mozilla.org/MPL/2.0/. */ // -----------------------...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}} {\colortbl ;\red0\green0\blue0;} {\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\brdrl\brdrs\brdrw20\brdrcf1\brsp80 \brdrt\brdrs\brdrw20\brdrcf1\brsp20 \brdrr\brdrs\brdrw20\brdrcf1\brsp80 \brdrb\brd...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
class A { public static final String RUN_CONFIGURATION_AD_TEXT = ""; public static void main(String[] args) { } }
{ "pile_set_name": "Github" }
// Copyright (C) 2011 Tim Blechmann // // 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) #include <boost/thread.hpp> #include <boost/lockfree/stack.hpp> #define BOOST_TEST_MAIN #ifdef BOOST_LOCKFREE_INCLUDE_...
{ "pile_set_name": "Github" }
<package> <name>msg_conversions</name> <version>1.0.0</version> <description> This package converts FF msgs to standard messages visualizable in rviz. </description> <license> Apache License, Version 2.0 </license> <author email="astrobee-fsw@nx.arc.nasa.gov"> Astrobee Flight Software </auth...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }