text
stringlengths
2
99.9k
meta
dict
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <VisioDocument xmlns="http://schemas.microsoft.com/visio/2003/core"> <DocumentSettings> <GlueSettings>12</GlueSettings> <SnapSettings>52</SnapSettings> </DocumentSettings> <PrintSetup> <PaperWidth>7.68056</PaperWidth> <PaperHeight>10.5</PaperH...
{ "pile_set_name": "Github" }
const proto = exports; /** * deleteObjectTagging * @param {String} name - object name * @param {Object} options */ proto.deleteObjectTagging = async function deleteObjectTagging( name, options = {} ) { options.subres = Object.assign({ tagging: '' }, options.subres); if (options.versionId) { options.sub...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2018 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundat...
{ "pile_set_name": "Github" }
This is the PHP port of Hamcrest Matchers ========================================= [![Build Status](https://travis-ci.org/hamcrest/hamcrest-php.png?branch=master)](https://travis-ci.org/hamcrest/hamcrest-php) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/hamcrest/hamcrest-php/badges/quality-score.png?b=ma...
{ "pile_set_name": "Github" }
## 前言 鉴于大家在集成TABAnimated的过程中,可能会遇到一些问题。 有一些问题是对TABAnimated不够了解造成, 有一些问题则是TABAnimated自身的原因。 作者建议: - 一定要阅读文档,看框架里的注释,使用框架起码需要一点学习成本呀! - 如果你遇到了达不到预期的集成效果, 先查找本文是否记录了这些信息, 如果在多次求证后,仍无法解决,反馈给我即可。 ## 目录 - 是否能够应对淘宝这样复杂的界面?界面复杂后就容易出问题? - 按照文档集成了之后,怎么没有效果? - 框架的api和文档不一致?部分方法消失了? - UITableView/UICollectionView预处理回调机制,包括tabl...
{ "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 n...
{ "pile_set_name": "Github" }
CONFIG_GPIO=y CONFIG_ZTEST=y CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y #CONFIG_TEST_USERSPACE=y
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////// // // // This is a generated file. You can view the original // // source in your browser if your browser supports source maps. // // ...
{ "pile_set_name": "Github" }
.. _server_deployment: ************************** `Server Deployment`:index: ************************** pgAdmin may be deployed as a web application by configuring the app to run in server mode and then deploying it either behind a webserver running as a reverse proxy, or using the WSGI interface. When deployed in s...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <description><![CDATA[Describe your package here]]></description> <requirements>Describe your package requirements here</requirements> <faq>C...
{ "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. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
{ "pile_set_name": "Github" }
// Copyright 2015 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. // +build ignore package main import ( "log" "golang.org/x/text/internal/gen" "golang.org/x/text/language" "golang.org/x/text/unicode/cldr" ) func main(...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; using System; namespace RedditSharp { public enum ModActionType { BanUser, UnBanUser, RemoveLink, ApproveLink, RemoveComment, ApproveComment, AddModerator, InviteModerator, UnInviteModerator, AcceptModerator...
{ "pile_set_name": "Github" }
using FluentAssertions; using Neutronium.Core.WebBrowserEngine.JavascriptObject; using Xunit; namespace Neutronium.Core.Test.WebBrowserEngine.JavascriptObject { public class JavascriptNamerTest { [Theory] [InlineData("a", "'a'")] [InlineData("cat", "'cat'")] [InlineData(@"\", @...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <script src="/js/spritejs.js"></script> <style> #container { position: absolute; ...
{ "pile_set_name": "Github" }
#tb 0: 1/24 #media_type 0: video #codec_id 0: rawvideo #dimensions 0: 320x176 #sar 0: 0/1 0, 0, 0, 1, 84480, 0x7760a00b 0, 29, 29, 1, 84480, 0xfe39a1db 0, 30, 30, 1, 84480, 0xd71961b4 0, 31, 31, 1, 84480, 0xc80dedb...
{ "pile_set_name": "Github" }
.famfamfam-flags { display: inline-block; }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 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 app...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta name="description" content="The Texas Family Road Trip by Chevrolet."> <meta name="author" content="Chevrolet"> <title>The Texas Family Road Trip by Chevrol...
{ "pile_set_name": "Github" }
package count import "testing" func TestCountTests(t *testing.T) { // ironically just running the function is enough to test it Tests(t, 1) }
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005, 2008, 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" }
((output (((f.ml (1 0) (1 11)) (paragraph (((f.ml (1 0) (1 11)) (reference (root foo value) ()))))))) (warnings ()))
{ "pile_set_name": "Github" }
import os from string import Template outputPath = os.path.join(os.getcwd(), 'riffle/src/main/java/com/exis/riffle/') # OI-- does this need generic information too? # public Deferred then(Handler.Zero handler) { # return _then (Cumin.cuminicate(handler)); # } callDeferredTemplate = ''' public $genericL...
{ "pile_set_name": "Github" }
//===-- Mangled.h -----------------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
using System; using System.Numerics; using Alex.API.Graphics; using Alex.API.Gui.Elements; using Alex.API.Gui.Graphics; using Alex.API.Services; using Alex.API.Utils; using Alex.Graphics.Camera; using Alex.Worlds; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RocketUI; using Vector3 = Mic...
{ "pile_set_name": "Github" }
// // GTSheet.h // GTSheet // // Created by Matt Banach on 9/22/17. // Copyright © 2017 Gametime. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for GTSheet. FOUNDATION_EXPORT double GTSheetVersionNumber; //! Project version string for GTSheet. FOUNDATION_EXPORT const unsigned char GT...
{ "pile_set_name": "Github" }
_/raw/vbox5-nova-sculpt _/src/vbox5-nova _/src/base-nova _/src/libc _/src/init _/src/posix _/src/zlib _/src/libiconv _/src/stdcxx _/src/vfs
{ "pile_set_name": "Github" }
char foo\[5\]; char bar\[16\];
{ "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" }
sha256:6cc41c432ee1816a0f312dde9113a091a6a4780814182c599f535bd43ca9489e
{ "pile_set_name": "Github" }
/* 20050224-1.c from the execute part of the gcc torture suite. */ #include <testfwk.h> #ifdef __SDCC #pragma std_c99 #endif /* Origin: Mikael Pettersson <mikpe@csd.uu.se> and the Linux kernel. */ unsigned long a = 0xc0000000, b = 0xc0400000; unsigned long c = 0xc01bb958, d = 0xc0264000; unsigned long e = 0xc0...
{ "pile_set_name": "Github" }
pipeline: run: action: docker:run credentials: gcr name: dbsync mount: ~/sync/config/: /config/ ~/e2e/.secret: /root/.secret env: ENDLY: test image: us.gcr.io/tech-ops-poc/dbsync:1.12 command: ["./sync", "-s","/config/"] ports: 8082: 8082
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 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 app...
{ "pile_set_name": "Github" }
h = mojs.h Tweenable = mojs.Tweenable Thenable = mojs.Thenable describe 'thenable ->', -> describe 'extention ->', -> it 'should extend tweenable', -> th = new Thenable expect(th instanceof Tweenable).toBe true describe '_vars method ->', -> it 'should create _history object', -> ...
{ "pile_set_name": "Github" }
package com.coremedia.iso.boxes.apple; /** * */ public class AppleRecordingYearBox extends AbstractAppleMetaDataBox { public static final String TYPE = "\u00a9day"; public AppleRecordingYearBox() { super(TYPE); appleDataBox = AppleDataBox.getStringAppleDataBox(); } }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Fri Feb 11 22:06:23 PST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ElementScope (aalto-xml 0.9.7 API...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, GoMint, BlackyPaw and geNAZt * * This code is licensed under the BSD license found in the * LICENSE file in the root directory of this source tree. */ package io.gomint.server.inventory.item; import io.gomint.inventory.item.ItemType; import io.gomint.server.registry.RegisterInfo; /** *...
{ "pile_set_name": "Github" }
{ "description": "RoleList is a collection of Roles", "required": [ "items" ], "x-kubernetes-group-version-kind": [ { "kind": "RoleList", "version": "v1beta1", "group": "rbac.authorization.k8s.io" } ], "$schema": "http://json-schema.org/schema#", "type": "object", "p...
{ "pile_set_name": "Github" }
Network Working Group L. Howard Internet-Draft PADL Intended status: Standards Track July 5, 2020 Expires: January 6, 2021 A Simple Anonymous GSS-API Mechanism ...
{ "pile_set_name": "Github" }
/****************************************************************************** * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2010 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License...
{ "pile_set_name": "Github" }
using CapFrameX.ViewModel; using LiveCharts; using LiveCharts.Wpf; using System; using System.Reactive.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Windows.Controls; using System.Windows.Input; namespace CapFrameX.View { /// <summary> /// Interaction logic for DataView.xaml /// ...
{ "pile_set_name": "Github" }
KBD = $C000 ;Read keydown KBDSTRB = $C010 ;Reset keybd SPKR = $C030 ;Toggle speaker ; TTL digital output pins on ; 16-pin DIP game connector SETAN0 = $C058 CLRAN0 = $C059 SETAN1 = $C05A CLRAN1 = $C05B SETAN2 = $C05C CLRAN2 = $C05D SETAN3 = $C05E CLRAN3 = $C05F PIN12ON = CLRAN3 PIN12OFF= SETAN3 PIN13ON = CLRAN2 PIN1...
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace OrchardCore.ContentManagement.Metadata.Records { public class ContentDefinitionRecord { public ContentDefinitionRecord() { ContentTypeDefinitionRecords = new List<ContentTypeDefinitionRecord>(); ContentPartDefinitionRecords = n...
{ "pile_set_name": "Github" }
/* LanguageTool, a natural language style checker * Copyright (C) 2013 Daniel Naber (http://www.danielnaber.de) * * 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 2....
{ "pile_set_name": "Github" }
#!/usr/bin/perl # # Authentic Theme (https://github.com/authentic-theme/authentic-theme) # Copyright Ilia Rostovtsev <programming@rostovtsev.io> # Copyright Alexandr Bezenkov (https://github.com/real-gecko/filemin) # Licensed under MIT (https://github.com/authentic-theme/authentic-theme/blob/master/LICENSE) # use stri...
{ "pile_set_name": "Github" }
syntax = "proto3"; package rest; import "common.proto"; import "data.proto"; import "idm.proto"; import "broker.proto"; import "config.proto"; import "scheduler.proto"; import "graph.proto"; import "share.proto"; import "frontend.proto"; import "templates.proto"; import "github.com/pydio/cells/common/proto/tree/tree....
{ "pile_set_name": "Github" }
using System; namespace Stateless.Reflection { /// <summary> /// Describes a method - either an action (activate, deactivate, etc.) or a transition guard /// </summary> public class InvocationInfo { readonly string _description; // _description can be null if user didn'...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package elgamal import ( "bytes" "crypto/rand" "math/big" "testing" ) // This is the 1024-bit MODP group from RFC 5114, section 2.1: const primeHex = "B10...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008-2017 Haulmont. * * 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 agr...
{ "pile_set_name": "Github" }
using Ont.SmartContract.Framework.Services.Ont; using Ont.SmartContract.Framework; using System; using System.ComponentModel; namespace Ont.SmartContract { public class HelloWorld : Framework.SmartContract { public static object Main(string operation, params object[] args) { switch ...
{ "pile_set_name": "Github" }
@node %~dp0\remove-ns-webpack %*
{ "pile_set_name": "Github" }
(:name region-list-edit :description "add/delete a region into/from a region list" :type emacswiki)
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <title>$.map</title> <script> window.$$path = location.protocol + "//" + location.host; ...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Hugo Amiard hugo.amiard@laposte.net // This software is licensed under the terms of the GNU General Public License v3.0. // See the attached LICENSE.txt file or https://www.gnu.org/licenses/gpl-3.0.en.html. // This notice and the license may not be removed or altered from any source distribut...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2014, 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" }
/** * Copyright (c) 2018 - 2019, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright no...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2009 # Marvell Semiconductor <www.marvell.com> # Written-by: Siddarth Gore <gores@marvell.com> obj-y := guruplug.o
{ "pile_set_name": "Github" }
/* * Copyright 2016 Crown Copyright * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
module github.com/gin-gonic/gin go 1.12 require ( github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 github.com/golang/protobuf v1.3.1 github.com/json-iterator/go v1.1.6 github.com/mattn/go-isatty v0.0.7 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <component name="org.nuxeo.core.import.tests" version="1.0"> <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema"> <schema name="invoiceNew" prefix="iv" src="schema/invoiceNew.xsd" /> <schema name="new" prefix="nw" src="schema/new.xsd" /> </extension> <extension...
{ "pile_set_name": "Github" }
#! /usr/bin/env python ''' Allows to visually calibrate motor reduction gear backlash. The backlash is hardcoded in SDK. Use only if you know what you're doing. ''' from dobot import DobotDriver from getch import getch import time # driver = DobotDriver('COM4') driver = DobotDriver('/dev/tty.usbmodem1421') driver.Op...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <ArrayOfChangelogEntry xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ChangelogEntry> <Version>Soon?</Version> <Title>Database optimization</Title> <Description>I'm not satisfied with the speed of vocab search.<...
{ "pile_set_name": "Github" }
// このファイルは Office JavaScript オブジェクト モデルの IntelliSense を有効にするために Visual Studio によって生成されます。 var Office = new function() { this._appContext = 1; this._showAll = true; this._setContext = { }; } // 1 Excel appContext = 001 // 2 Word appContext = 010 // 3 Word + Excel appContext = 011 // 4 Project...
{ "pile_set_name": "Github" }
@misc{LoremIpsum, title = {Lorem Ipusm}, url = {http://www.lipsum.com/feed/html}, }
{ "pile_set_name": "Github" }
<form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Order In Progress</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="customerNumber">Customer Number</label> <div class="col-md-4"> <input id="customerNumber" name="customerNumber" placeholder="" ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <title>main curl test file</title> <script> curl = { paths: { curl: '../src/curl/' } }; </script> <script src="../src/curl.js" type="text/javascript"></script> <script type="text/javascript"> curl( [ 'stuff/three', 'css!stuff/base', 'text!stuff/template.html', ...
{ "pile_set_name": "Github" }
/** * Hungarian language functions * * @author Santhosh Thottingal */ ( function ( $ ) { 'use strict'; $.i18n.languages.hu = $.extend( {}, $.i18n.languages[ 'default' ], { convertGrammar: function ( word, form ) { switch ( form ) { case 'rol': word += 'ról'; break; case 'ba': ...
{ "pile_set_name": "Github" }
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="ProductLaunch.Web.About" %> <asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server"> <h2><%: Title %>.</h2> <h3>Your application description page.</h3> <p...
{ "pile_set_name": "Github" }
const mobileFriendly = { testStatus: { status: 'COMPLETE', }, mobileFriendliness: 'MOBILE_FRIENDLY', }; const mobileFriendlyWithIssues = { testStatus: { status: 'COMPLETE', }, mobileFriendliness: 'MOBILE_FRIENDLY', resourceIssues: [ { blockedResource: { url: 'http://www.example....
{ "pile_set_name": "Github" }
resource "foo" "bar" { array = ["1","2","3" }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- generated on Tue Nov 4 23:07:13 2014 by SUMO netconvert Version dev-SVN-r17257 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" }
<annotation> <folder>widerface</folder> <filename>55--Sports_Coach_Trainer_55_Sports_Coach_Trainer_sportcoaching_55_572.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`accepts graphql DocumentNode as alternative to raw string 1`] = ` Object { "requests": Array [ Object { "body": Object { "query": "{ query { users } } ", }, "headers": Object { "accept": "*/*", "accept-encoding"...
{ "pile_set_name": "Github" }
require("../env"); require("../../d3"); var assert = require("assert"); module.exports = { topic: function() { var s = d3.select("body").append("div").selectAll("div") .data(["one", "two", "three", "four"]) .enter().append("div") .attr("class", String); s.filter(function(d, i) { retur...
{ "pile_set_name": "Github" }
module.exports = extend var hasOwnProperty = Object.prototype.hasOwnProperty; function extend(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] for (var key in source) { if (hasOwnProperty.call(source, key)) { target[key] = source[key] ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2015 Gregory hainaut * * 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 2, or (at your option) * any later version. * * This Program is distrib...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Crown Copyright * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
var xsdps__hw_8h = [ [ "XSDPS_ADMA_ERR_MM_LEN_MASK", "xsdps__hw_8h.html#ga745c6eac952b68abb760a5926c01789f", null ], [ "XSDPS_ADMA_ERR_STATE_FDS_MASK", "xsdps__hw_8h.html#ga1d9d6ab2c17208f9e56faf70886ef7e0", null ], [ "XSDPS_ADMA_ERR_STATE_MASK", "xsdps__hw_8h.html#ga18a886d854dc73476a55dc9b5de19317", null ...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2013 EMC Corp. // // @filename: // traceflags.cpp // // @doc: // Implementation of trace flags routines //--------------------------------------------------------------------------- #include "gpos/bas...
{ "pile_set_name": "Github" }
torch>=1.4.0 tensorboard>=1.14.0
{ "pile_set_name": "Github" }
package accesslogs import ( "bytes" "encoding/json" "github.com/TeaWeb/code/teadb/shared" "github.com/TeaWeb/code/teageo" "github.com/TeaWeb/uaparser" "github.com/iwind/TeaGo/Tea" "github.com/iwind/TeaGo/assert" "github.com/mailru/easyjson" "log" "runtime" "strconv" "testing" "time" ) func TestLogParseMi...
{ "pile_set_name": "Github" }
/******************************************************************************* * CRC16 functions algorithm liboray * * file : mf_crc.c * * ...
{ "pile_set_name": "Github" }
/* * libmad - MPEG audio decoder library * Copyright (C) 2000-2004 Underbit Technologies, 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 2 of the License, or ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="design_navigation_max_width">320dp</dimen> <dimen name="design_snackbar_action_inline_max_width">0dp</dimen> <dimen name="design_snackbar_background_corner_radius">2dp</dimen> <dimen name="design_snackbar_extra_spacing_horizontal">24dp</di...
{ "pile_set_name": "Github" }
within Modelica.ComplexBlocks.Interfaces; partial block ComplexMISO "Multiple Input Single Output continuous control block" extends Modelica.ComplexBlocks.Icons.ComplexBlock; parameter Integer nin=1 "Number of inputs"; ComplexInput u[nin] "Connector of Complex input signals" annotation ( Placement(transfo...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google.golang.org/appengine/internal/modules/modules_service.proto package modules import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Mars...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // 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 // // See http://boostorg.gi...
{ "pile_set_name": "Github" }
<!-- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF --> <!-- ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO --> <!-- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A --> <!-- PARTICULAR PURPOSE. --> <!-- ...
{ "pile_set_name": "Github" }
<?php use Gaufrette\Adapter\Local as OriginalLocalAdapter; class Brizy_Admin_Guafrette_LocalAdapter extends OriginalLocalAdapter{ private $create; private $mode; /** * @param string $directory Directory where the filesystem is located * @param bool $create Whether to create the directory if it does not ...
{ "pile_set_name": "Github" }
import connexion import six from swagger_server.models.order import Order # noqa: E501 from swagger_server import util def delete_order(orderId): # noqa: E501 """Delete purchase order by ID For valid response try integer IDs with value &lt; 1000. Anything above 1000 or nonintegers will generate API errors...
{ "pile_set_name": "Github" }
/* Copyright 2014 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, ...
{ "pile_set_name": "Github" }
package procsnitch import ( "fmt" "net" "os" "sync" "testing" "time" ) type TestListener struct { network string address string waitGroup *sync.WaitGroup } func NewTestListener(network, address string, wg *sync.WaitGroup) *TestListener { l := TestListener{ network: network, address: address, ...
{ "pile_set_name": "Github" }
// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2020 // MIT License #pragma once #include "type_traits.hpp" namespace ARDUINOJSON_NAMESPACE { template <typename T> inline void swap(T& a, T& b) { T t(a); a = b; b = t; } #if ARDUINOJSON_HAS_RVALUE_REFERENCES template <typename T> typename rem...
{ "pile_set_name": "Github" }
html { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale...
{ "pile_set_name": "Github" }
/* $Id: igd_desc_parse.c,v 1.17 2015/09/15 13:30:04 nanard Exp $ */ /* Project : miniupnp * http://miniupnp.free.fr/ * Author : Thomas Bernard * Copyright (c) 2005-2015 Thomas Bernard * This software is subject to the conditions detailed in the * LICENCE file provided in this distribution. */ #include "igd_desc_p...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f9b5f64cdfe464745b798d1c57291ecc folderAsset: yes timeCreated: 1487015645 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // 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 restrictio...
{ "pile_set_name": "Github" }
/* * This file is part of the Symfony Webpack Encore package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ 'use strict'; const WebpackConfig = require('../WebpackConfig'); //eslint...
{ "pile_set_name": "Github" }