text
stringlengths
2
99.9k
meta
dict
ul.thumbnails.image_picker_selector { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: 0px; } ul.thumbnails.image_picker_selector ul { overflow: auto; list-style-image: none; list-style-position: outside; list-style-type: no...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> * Portions (C) Copyright 2002 Red Hat 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, or (at you...
{ "pile_set_name": "Github" }
package com.mesosphere.sdk.offer; import org.apache.mesos.Protos; import org.apache.mesos.SchedulerDriver; import com.mesosphere.sdk.framework.Driver; import com.mesosphere.sdk.testutils.ResourceTestUtils; import com.mesosphere.sdk.testutils.TestConstants; import org.junit.Assert; import org.junit.Before; import org...
{ "pile_set_name": "Github" }
# Define some default values that can be overridden by system properties hadoop.log.dir=. hadoop.log.file=hadoop.log # RootLogger - DailyRollingFileAppender log4j.rootLogger=INFO,DRFA # Logging Threshold log4j.threshhold=ALL #special logging requirements for some commandline tools log4j.logger.org.apache.nutch.crawl...
{ "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" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
{ "pile_set_name": "Github" }
CMake - Cross Platform Makefile Generator Copyright 2000-2014 Kitware, Inc. Copyright 2000-2011 Insight Software Consortium Copyright 2014 Justin Jacobs <jajdorkster@gmail.com> Copyright 2015 Cong Xu <congusbongus@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modifi...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Documents\Functional; use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM; /** @ODM\Document(collection="embedded_test") */ class EmbeddedTestLevel0 { /** @ODM\Id */ public $id; /** @ODM\Field(type="string") */ public $name; /** @ODM\EmbedMany(targetDocum...
{ "pile_set_name": "Github" }
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Version 2.0 (the "Li...
{ "pile_set_name": "Github" }
<?php /** * Build Administration Menu. * * @package WordPress * @subpackage Administration */ if ( is_network_admin() ) { /** * Fires before the administration menu loads in the Network Admin. * * The hook fires before menus and sub-menus are removed based on user privileges. * * @private * @since 3...
{ "pile_set_name": "Github" }
{ "name": "my-app", "version": "0.0.0", "description": "", "devDependencies": { "ember-cli": "~3.11.0-beta.1" } }
{ "pile_set_name": "Github" }
// // UsernameViewController.m // HutHelper // // Created by nine on 2016/11/20. // Copyright © 2016年 nine. All rights reserved. // #import "UsernameViewController.h" #import "JSONKit.h" #import "User.h" #import "MBProgressHUD+MJ.h" #import "APIRequest.h" @interface UsernameViewController () @property (weak, non...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; using UnityEngine.UI; namespace TMPro { public static class TMP_DefaultControls { public struct Resources { public Sprite standard; public Sprite background; public Sprite inputField; public Sprite k...
{ "pile_set_name": "Github" }
'use strict'; var getPrototypeOf = Object.getPrototypeOf, prototype = Object.prototype , toString = prototype.toString , id = {}.toString(); module.exports = function (value) { var proto; if (!value || (typeof value !== 'object') || (toString.call(value) !== id)) { return false; } proto = getPrototypeOf(va...
{ "pile_set_name": "Github" }
/* from asm/termbits.h */ #define TARGET_NCCS 19 struct target_termios { unsigned int c_iflag; /* input mode flags */ unsigned int c_oflag; /* output mode flags */ unsigned int c_cflag; /* control mode flags */ unsigned int c_lflag; /* local mode...
{ "pile_set_name": "Github" }
/* Copyright (C) 2009 Stig Brautaset. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the fo...
{ "pile_set_name": "Github" }
title: django.utils.timezone get_current_timezone Example Code category: page slug: django-utils-timezone-get-current-timezone-examples sortorder: 500011494 toc: False sidebartitle: django.utils.timezone get_current_timezone meta: Python example code for the get_current_timezone callable from the django.utils.timezone ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <FinalDraft DocumentType="Script" Template="Yes" Version="2"> <Content> <Paragraph Alignment="Center" FirstIndent="0.00" Leading="Regular" LeftIndent="1.50" RightIndent="7.50" SpaceBefore="0" Spacing="1" StartsNewPage="No" Type="Scene Heading"> <Scene...
{ "pile_set_name": "Github" }
config NET_DSA tristate "Distributed Switch Architecture support" default n depends on EXPERIMENTAL && NETDEVICES && !S390 select PHYLIB ---help--- This allows you to use hardware switch chips that use the Distributed Switch Architecture. if NET_DSA # tagging formats config NET_DSA_TAG_DSA bool default ...
{ "pile_set_name": "Github" }
/*! * Copyright (c) 2018 by Contributors * \file attrs.cc */ #include <tvm/attrs.h> namespace tvm { void DictAttrsNode::VisitAttrs(AttrVisitor* v) { v->Visit("__dict__", &dict); } void DictAttrsNode::InitByPackedArgs( const runtime::TVMArgs& args, bool allow_unknown) { for (int i = 0; i < args.size(); i...
{ "pile_set_name": "Github" }
config EXYNOS_THERMAL tristate "Exynos thermal management unit driver" depends on THERMAL_OF depends on HAS_IOMEM help If you say yes here you get support for the TMU (Thermal Management Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises the TMU, reports temperature and handles cooling...
{ "pile_set_name": "Github" }
class ProductsController < ApplicationController def index @products = Product.all end def show @product = Product.find(params[:id]) end end
{ "pile_set_name": "Github" }
# # This Dockerfile builds a recent curl with HTTP/2 client support, using # a recent nghttp2 build. # # See the Makefile for how to tag it. If Docker and that image is found, the # Go tests use this curl binary for integration tests. # FROM ubuntu:trusty RUN apt-get update && \ apt-get upgrade -y && \ apt-ge...
{ "pile_set_name": "Github" }
\version "2.19.21" \header { texidoc = "Tuplets may contain rests. " } \context Voice \relative { \time 2/4 \tuplet 3/2 { r c, c''' } \tuplet 3/2 { r c c } \tuplet 3/2 { r c r } \tuplet 3/2 { r r r } \tuplet 3/2 { r c e } \tuplet 3/2 { c r e } \tuplet 3/2 { r c g } \tuplet 3/2 { c r g } }
{ "pile_set_name": "Github" }
<?php namespace Gerardojbaez\Laraplans\Models; use Carbon\Carbon; use Illuminate\Database\Eloquent\Model; use Gerardojbaez\Laraplans\Contracts\PlanSubscriptionUsageInterface; class PlanSubscriptionUsage extends Model implements PlanSubscriptionUsageInterface { /** * The attributes that are mass assignable. ...
{ "pile_set_name": "Github" }
// Package printf implements a parser for fmt.Printf-style format // strings. // // It parses verbs according to the following syntax: // Numeric -> '0'-'9' // Letter -> 'a'-'z' | 'A'-'Z' // Index -> '[' Numeric+ ']' // Star -> '*' // Star -> Index '*' // // Precision -> Numeric+ | Star // W...
{ "pile_set_name": "Github" }
'use strict'; /*! * Module dependencies. */ const MongooseError = require('./error'); const $exists = require('./schema/operators/exists'); const $type = require('./schema/operators/type'); const get = require('lodash.get'); const immediate = require('./helpers/immediate'); const utils = require('./utils'); const v...
{ "pile_set_name": "Github" }
// // This file is auto-generated. Please don't modify it! // package org.opencv.plot; import org.opencv.core.Algorithm; import org.opencv.core.Mat; import org.opencv.core.Scalar; import org.opencv.plot.Plot2d; // C++: class Plot2d //javadoc: Plot2d public class Plot2d extends Algorithm { protect...
{ "pile_set_name": "Github" }
/* See LICENSE file in root folder */ #ifndef ___C3D_GlslMaterials_H___ #define ___C3D_GlslMaterials_H___ #include "SdwModule.hpp" #include <ShaderWriter/MatTypes/Mat4.hpp> #include <ShaderWriter/CompositeTypes/StructInstance.hpp> namespace castor3d { namespace shader { castor::String const PassBufferName = cuT(...
{ "pile_set_name": "Github" }
/* * Copyright 2019-2020 David Karnok * * 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" }
// // NSURL+Argo.swift // Yomu // // Created by Sendy Halim on 6/10/16. // Copyright © 2016 Sendy Halim. All rights reserved. // import Argo import Swiftz extension URL: Argo.Decodable { public static func decode(_ json: JSON) -> Decoded<URL> { switch json { case JSON.string(let url): return URL(s...
{ "pile_set_name": "Github" }
# [AwGo](https://github.com/deanishe/awgo) An awesome library to make Alfred Workflows made by [Deanishe](https://github.com/deanishe). ## Notes - Using macOS console app is a lot nicer than using Alfred debugger. You can access it by running `workflow:log` in a script filter. Where `workflow:` is a magic argument w...
{ "pile_set_name": "Github" }
/* * BatteryHelper.cpp * Copyright (C) 2016-2020 Linar Yusupov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ve...
{ "pile_set_name": "Github" }
/* * 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 (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 145914066afeadc48815a73e4b263190 timeCreated: 18446744011573954816 NativeFormatImporter: mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2009 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 scanner provides a scanner and tokenizer for UTF-8-encoded text. // It takes an io.Reader providing the source, which then can be tokenized // throug...
{ "pile_set_name": "Github" }
using System.Threading.Tasks; using OrchardCore.ContentFields.Fields; using OrchardCore.Indexing; using OrchardCore.Modules; namespace OrchardCore.ContentFields.Indexing { [RequireFeatures("OrchardCore.ContentLocalization")] public class LocalizationSetContentPickerFieldIndexHandler : ContentFieldIndexHandler<...
{ "pile_set_name": "Github" }
- [Introduction](/) - [Getting Started](/getting-started/) - [Next.js](/getting-started/next) - [Gatsby](/getting-started/gatsby) - [Create React App](/getting-started/create-react-app) - [React Static](/getting-started/react-static) - [Webpack](/getting-started/webpack) - [Parcel](/getting-started/parcel) ...
{ "pile_set_name": "Github" }
TEMPLATE = subdirs SUBDIRS = analogclock \ calculator \ calendarwidget \ charactermap \ codeeditor \ digitalclock \ groupbox \ icons \ imageviewer \ lineedits \ ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ This file is part of Popcorn Time. ~ ~ Popcorn Time 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 opti...
{ "pile_set_name": "Github" }
from arelle.ModelValue import qname from arelle.XmlValidate import VALID import time from collections import defaultdict caNamespace2011 = "http://xbrl.us/corporateActions/2011-05-31" caNamespace2012 = "http://xbrl.us/corporateActions/2012-03-31" eventTypeMap = { "CashDividendMember": {"Cash Dividend", "Sale Of Rig...
{ "pile_set_name": "Github" }
#ifndef __PLAYER_MENU_SERVICE_PROTOCOL_H #define __PLAYER_MENU_SERVICE_PROTOCOL_H #include <string> #include "cocos2d.h" #include "PlayerMacros.h" #include "PlayerServiceProtocol.h" PLAYER_NS_BEGIN #define kPlayerSuperModifyKey "super" #define kPlayerShiftModifyKey "shift" #define kPlayerCtrlModifyKey "ctrl" #def...
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <clientversion.h> #include <tinyformat.h> /** * Name of client reported in the 'version' message. Report the sam...
{ "pile_set_name": "Github" }
80a66dfdc56067c1a93c541d3bc687c78dc1ba6e
{ "pile_set_name": "Github" }
<!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"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # Copyright (C) 2015 Igalia S.L. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # T...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // This source file is part of the SwiftNIO open source project // // Copyright (c) 2017-2018 Apple Inc. and the SwiftNIO project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information // See CONTRIB...
{ "pile_set_name": "Github" }
/* * #%L * ACS AEM Commons Bundle * %% * Copyright (C) 2013 Adobe * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
{ "pile_set_name": "Github" }
/* $Date: 2005/03/07 23:59:05 $ $RCSfile: tp.h,v $ $Revision: 1.20 $ */ #ifndef CHELSIO_TP_H #define CHELSIO_TP_H #include "common.h" #define TP_MAX_RX_COALESCING_SIZE 16224U struct tp_mib_statistics { /* IP */ u32 ipInReceive_hi; u32 ipInReceive_lo; u32 ipInHdrErrors_hi; u32 ipInHdrErrors_lo; u32 ipInAddrErr...
{ "pile_set_name": "Github" }
start_server {tags {"protocol"}} { test "Handle an empty query" { reconnect r write "\r\n" r flush assert_equal "PONG" [r ping] } test "Negative multibulk length" { reconnect r write "*-10\r\n" r flush assert_equal PONG [r ping] } tes...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Desire NUENTSA WAKAM <desire.nuentsa_wakam@inria.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, Y...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011 LinkedIn, 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 agree...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Fri Jun 23 09:10:16 EDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ca.uhn.hl7v2.hoh.util (HAPI...
{ "pile_set_name": "Github" }
/** * @file * IGMP API */ /* * Copyright (c) 2002 CITEL Technologies Ltd. * 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 cop...
{ "pile_set_name": "Github" }
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?). Doom 3 Source Code is free software: you can redistribute it and/or modify it...
{ "pile_set_name": "Github" }
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
{ "pile_set_name": "Github" }
{ "name": "graphql-authentication-with-prisma-example", "private": true, "version": "1.0.0", "license": "ISC", "dependencies": { "email-templates": "^4.0.1", "graphql-authentication": "^0.5.3", "graphql-authentication-prisma": "^0.1.3", "graphql-cli": "^2.16.4", "graphql-yoga": "^1.14.12",...
{ "pile_set_name": "Github" }
--TEST-- Test for Xdebug's remote log (with xdebug.remote_addr_header) --SKIPIF-- <?php require __DIR__ . '/../utils.inc'; check_reqs('dbgp; !win'); ?> --INI-- xdebug.remote_enable=1 xdebug.remote_log=/tmp/remote-log3.txt xdebug.remote_autostart=1 xdebug.remote_connect_back=1 xdebug.remote_host=doesnotexist2 xdebug.rem...
{ "pile_set_name": "Github" }
{ "id": "", "padding": [ 0, 0, 0, 0 ], "border_box": { "position": [ 8, 8 ], "size": [ 1008, 0 ] }, "content": { "position": [ 8, 8 ], "...
{ "pile_set_name": "Github" }
<script> function check() { var x=document.getElementById('stat'); x.innerHTML="Waiting for the script to execute"; } </script> <div id="stat"></div> <img src="page.png" onerror="check();" />
{ "pile_set_name": "Github" }
include/group_replication.inc [rpl_server_count=3] Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWOR...
{ "pile_set_name": "Github" }
// Copyright 2017 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" }
@domain @index Feature: Adding a object index In order to make my catalog searchable I want to create a new index where a field comes from an fieldcollection Background: Given there is a pimcore field-collection "Collection" And the definition has a input field "name" And the definition has a input f...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Sof...
{ "pile_set_name": "Github" }
{ "name": "Vagrant", "description": "Software for building and installing virtual dev environments.", "url": "https://www.vagrantup.com/" }
{ "pile_set_name": "Github" }
digraph Any { mindist = 2.0 1 -> 2 [label="annotation"] 1 [shape=doublecircle, style=filled, color=blue] 2 [shape=doublecircle, style=filled, color=green] }
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "bf_7.png" }, { "idiom" : "universal", "scale" : "2x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
%%%----------------------------------------------------------------------------- %%% @copyright (C) 2016-2020, 2600Hz %%% @doc %%% @author Pierre Fenoll %%% %%% 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 o...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using AspectCore.DynamicProxy; using AspectCore.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection; using Xunit; namespace AspectCore1.Extensions.DependencyInjection.Test { public class Add...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* 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 l...
{ "pile_set_name": "Github" }
diff -rupN --exclude=.DS_Store cfe-3.5.0.src/CMakeLists.txt cfe-3.5.0.src.cotire/CMakeLists.txt --- cfe-3.5.0.src/CMakeLists.txt 2014-07-16 18:48:33.000000000 +0200 +++ cfe-3.5.0.src.cotire/CMakeLists.txt 2014-12-21 19:58:36.000000000 +0100 @@ -94,6 +94,8 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR include(AddLLVM) ...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ConsenSys AG. * * 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 wr...
{ "pile_set_name": "Github" }
//===- Signals.cpp - Signal Handling support --------------------*- 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" }
/* * Copyright (c) 2012 Stefano Sabatini * * 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 ...
{ "pile_set_name": "Github" }
// Copyright Cromwell D. Enage 2018. // 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_PARAMETER_AUGMENT_PREDICATE_HPP #define BOOST_PARAMETER_AUGMENT_PREDICATE_HPP #include <boost/parameter/keyword...
{ "pile_set_name": "Github" }
// Copyright (c) 2015-2016, Robert Escriva, Cornell University // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice...
{ "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.Threading.Tasks; namespace Microsoft.AspNet.SignalR.Tests.Common { public class AsyncOnConnectedConnection : Persistent...
{ "pile_set_name": "Github" }
using System.Diagnostics; using b2xtranslator.StructuredStorage.Reader; namespace b2xtranslator.Spreadsheet.XlsFileFormat.Records { [BiffRecord(RecordType.Chart3DBarShape)] public class Chart3DBarShape : BiffRecord { public const RecordType ID = RecordType.Chart3DBarShape; public enum Ris...
{ "pile_set_name": "Github" }
### Generated automatically from Makefile.org by Configure. ## ## Makefile for OpenSSL ## VERSION=1.0.2n MAJOR=1 MINOR=0.2 SHLIB_VERSION_NUMBER=1.0.0 SHLIB_VERSION_HISTORY= SHLIB_MAJOR=1 SHLIB_MINOR=0.0 SHLIB_EXT= PLATFORM=dist OPTIONS= no-ec_nistp_64_gcc_128 no-gmp no-jpake no-krb5 no-libunbound no-md2 no-rc5 no-rfc...
{ "pile_set_name": "Github" }
<!doctype> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Tableless - Anatomia de um plugin jQuery</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="jquery.marcaT...
{ "pile_set_name": "Github" }
package com.java110.intf.common; import com.java110.config.feign.FeignConfiguration; import com.java110.dto.machine.CarInoutDetailDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; impor...
{ "pile_set_name": "Github" }
/** * Icon icon set component. * Usage: <Icon name="icon-name" size={20} color="#4F8EF7" /> * * @providesModule Icon */ 'use strict'; import createIconSet from 'react-native-vector-icons/lib/create-icon-set'; import { GLYPH_MAP, FONT_NAME, FONT_FILE } from './config' /** * Icon Component * @example * <I...
{ "pile_set_name": "Github" }
/*************************************************************************** * Copyright (C) 2007, 2008 by Ben Dooks * * ben@fluff.org * * * * This pr...
{ "pile_set_name": "Github" }
/* http://pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html */ /* TODO: add loads of POSIX stuff... =) */ #ifndef __LIMITS_H__ #define __LIMITS_H__ #include <features.h> #include <mach/param.h> /* * ISO limits. */ #include <share/limits.h> #if (__GNUC__) #if defined(__arm__) #define CHAR_MAX UCH...
{ "pile_set_name": "Github" }
version: '2' services: etcd: image: nginx:latest container_name: nginx-lb hostname: nginx-lb volumes: - ./nginx-lb.conf:/etc/nginx/nginx.conf ports: - 16443:16443 restart: always
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2001 Intel Corporation // Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com> // // This Source Code Form is subject to the terms of the Mo...
{ "pile_set_name": "Github" }
// Navbar vertical align // // Vertically center elements in the navbar. // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. .navbar-vertical-align(@element-height) { margin-top: ((@navbar-height - @element-height) / 2); margin-bottom: ...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('isLength', require('../isLength'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
/* * Copyright 1999-2018 Alibaba Group Holding 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 applica...
{ "pile_set_name": "Github" }
package nia.chapter12; import io.netty.channel.Channel; import io.netty.channel.group.ChannelGroup; import io.netty.handler.ssl.SslContext; import io.netty.handler.ssl.SslHandler; import javax.net.ssl.SSLEngine; /** * Listing 12.6 Adding encryption to the ChannelPipeline * * @author <a href="mailto:norman.maurer@...
{ "pile_set_name": "Github" }
# **** util ifndef TOP_LEVEL_MAKEFILE $(error This makefile should be included in the top-level Makefile, not used stand-alone) endif .PHONY: %-splash %-splash: @echo; echo "**** $(@:-splash=)"
{ "pile_set_name": "Github" }
// linux/mksysnum.pl -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc64le,linux package unix const ( SYS_RESTART_SYSCALL = 0 SYS_EXIT = 1 SYS_FORK = 2 SYS_READ ...
{ "pile_set_name": "Github" }
// // TM & (c) 2017 Lucasfilm Entertainment Company Ltd. and Lucasfilm Ltd. // All rights reserved. See LICENSE.txt for license. // #include <MaterialXGenGlsl/GlslShaderGenerator.h> #include <MaterialXGenGlsl/GlslSyntax.h> #include <MaterialXGenGlsl/Nodes/PositionNodeGlsl.h> #include <MaterialXGenGlsl/Nodes/NormalNo...
{ "pile_set_name": "Github" }
<test> <preconditions> <table_exists>hits_100m_single</table_exists> <table_exists>hits_10m_single</table_exists> </preconditions> <query>SELECT count() FROM hits_10m_single WHERE NOT ignore(toString(WatchID)) SETTINGS max_threads = 1</query> <query>SELECT count() FROM hits_100m_single ...
{ "pile_set_name": "Github" }
name: "Showmax" url: "https://tech.showmax.com/"
{ "pile_set_name": "Github" }
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4] SZ[19] GN[] DT[2017-07-16] PB[单身情歌]BR[9段] PW[骊龙]WR[9段] KM[750]HA[0]RU[Japanese]RE[W+R]TM[60]TC[3]TT[60] ;B[pd];W[dd];B[pq];W[dp];B[fq];W[cn];B[jp];W[po];B[pl];W[lo];B[np] ;W[no];B[oo];W[on];B[op];W[nn];B[mp];W[qn];B[pi];W[qq];B[qr];W[qp] ;B[rr];W[rl];B[fc];W[cf];B[jd];W[qf];B[pf];W[pg];B...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.Quantum.Tests { open Microsoft.Quantum.Intrinsic; open Microsoft.Quantum.Diagnostics as Diag; operation CheckAllowNCallsTestShouldFail() : Unit { within { Diag.AllowAtMostNCallsCA(3, X, "Too ...
{ "pile_set_name": "Github" }
package mfe_MU import ( "testing" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) func TestLocale(t *testing.T) { trans := New() expected := "mfe_MU" if trans.Locale() != expected { t.Errorf("Expected '%s' Got '%s'", expected, trans.Locale()) } } func TestPluralsR...
{ "pile_set_name": "Github" }
//****************************************************************************************************** // ImportedMeasurement.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See...
{ "pile_set_name": "Github" }
#ifndef Py_LIMITED_API #ifndef Py_LONGINTREPR_H #define Py_LONGINTREPR_H #ifdef __cplusplus extern "C" { #endif /* This is published for the benefit of "friends" marshal.c and _decimal.c. */ /* Parameters of the integer representation. There are two different sets of parameters: one set for 30-bit digits, stored...
{ "pile_set_name": "Github" }