text
stringlengths
2
99k
meta
dict
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; namespace EasyNetQ { internal static class ConnectionConfigurationExtensions { public static void SetDefaultProperties(this ConnectionConfiguration configuration) { Precondit...
{ "pile_set_name": "Github" }
list-file-users(1) asadmin Utility Subcommands list-file-users(1) NAME list-file-users - lists the file users SYNOPSIS list-file-users [--help] [--authrealmname auth_realm_name] [target] DESCRIPTION The list-file-users subcommand displays a list of file users supported by...
{ "pile_set_name": "Github" }
/* Copyright 2016 Goldman Sachs. 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" }
// mksyscall.pl -openbsd syscall_bsd.go syscall_openbsd.go syscall_openbsd_amd64.go // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build amd64,openbsd package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func getgroups(ngid i...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
package cn.wizzer.app.web.modules.controllers.platform.sys; import cn.wizzer.app.sys.modules.models.Sys_config; import cn.wizzer.app.sys.modules.services.SysConfigService; import cn.wizzer.app.web.commons.base.Globals; import cn.wizzer.app.web.commons.slog.annotation.SLog; import cn.wizzer.app.web.commons.utils.String...
{ "pile_set_name": "Github" }
import GoogleMapsLoader from 'google-maps'; import {GMapsLayerView, GMapsLayerModel} from './GMapsLayer'; export class SimpleHeatmapLayerModel extends GMapsLayerModel { defaults() { return { ...super.defaults(), _view_name: 'SimpleHeatmapLayerView', _model_name: 'Simple...
{ "pile_set_name": "Github" }
{ "log": { "version": "1.2", "creator": { "name": "WebInspector", "version": "537.36" }, "pages": [ { "startedDateTime": "2018-10-21T03:12:27.822Z", "id": "page_1", "title": "https://example.com/", "pageTimings": { "onContentLoad": 267.336000...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>智能社——http://www.zhinengshe.com</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-we...
{ "pile_set_name": "Github" }
agrupar_cargo: false
{ "pile_set_name": "Github" }
/* cops.c: LocalTalk driver for Linux. * * Authors: * - Jay Schulist <jschlst@samba.org> * * With more than a little help from; * - Alan Cox <alan@lxorguk.ukuu.org.uk> * * Derived from: * - skeleton.c: A network driver outline for linux. * Written 1993-94 by Donald Becker. * - ltpc...
{ "pile_set_name": "Github" }
MyLoveReader ==== 简介 ---- Android平台上的多功能文档阅读器,支持PDF、TXT、WORD、EXCEL阅读。 功能界面借鉴了IReader的形式,“书架”形式展示颇具动态性。 演示图片 ---- +![](http://img.my.csdn.net/uploads/201307/06/1373073361_7339.png) 功能简介 ---- *PDF文档阅读 *TXT文档阅读 *DOC文档阅读 *EXCEL文档阅读 收尾 ---- By kiritor 个人博客:[CSDN:Kiritor](http://blog.csdn.net/kiritor "Title")
{ "pile_set_name": "Github" }
<?php /** * Licensed under The GPL-3.0 License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @since 2.0.0 * @author Christopher Castro <chris@quickapps.es> * @link http://www.quickappscms.org * @license h...
{ "pile_set_name": "Github" }
// Copyright 2019+ Klaus Post. All rights reserved. // License information can be found in the LICENSE file. // Based on work by Yann Collet, released under BSD License. package zstd import "math/bits" type seqCoders struct { llEnc, ofEnc, mlEnc *fseEncoder llPrev, ofPrev, mlPrev *fseEncoder } // swap coders w...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "tz.pdf" } ], "info" : { "version" : 1, "author" : "xcode" }, "properties" : { "preserves-vector-representation" : true } }
{ "pile_set_name": "Github" }
package org.myrobotlab.service; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import org.bytedeco.javacv.IPCameraFrameGrabber; import org.myrobotlab.framework.Se...
{ "pile_set_name": "Github" }
/* * Copyright(c) 2006 to 2018 ADLINK Technology Limited and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0, or the Eclipse Distribution License * v. 1.0 which is availabl...
{ "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" }
{ "randomStatetest" : { "env" : { "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "0x051d6a3cd647", "currentGasLimit" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", "currentNumber" : "0x00", ...
{ "pile_set_name": "Github" }
package main import ( "bufio" "fmt" "os" "os/signal" "strings" "syscall" "golang.org/x/net/context" "github.com/pkg/errors" "github.com/urfave/cli" "github.com/currantlabs/ble" "github.com/currantlabs/ble/examples/lib" "github.com/currantlabs/ble/examples/lib/dev" "github.com/currantlabs/ble/linux" ) ...
{ "pile_set_name": "Github" }
#*************************************************************************** # _ _ ____ _ # Project ___| | | | _ \| | # / __| | | | |_) | | # | (__| |_| | _ <| |___ # \___|\___/|...
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'WeiboSDK_Sample_NoLib' target in the 'WeiboSDK_Sample_NoLib' project // #import <Availability.h> #ifndef __IPHONE_3_0 #warning "This project uses features only available in iOS SDK 3.0 and later." #endif #ifdef __OBJC__ #import <UIKit/UIKit.h> #import <Foundat...
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_DEBUG_GDI_DEBUG_UTIL_WIN_H_ #define BASE_DEBUG_GDI_DEBUG_UTIL_WIN_H_ #include <windows.h> #include "base/base_export.h" namespace base { n...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
{ "pile_set_name": "Github" }
{ "category": "Layers", "description": "Blend a hillshade with a raster by specifying the elevation data. The resulting raster looks similar to the original raster, but with some terrain shading, giving it a textured look.", "formal_name": "ChangeBlendRenderer", "ignore": false, "images": [ ...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:23.898988", "description": "Debug clojure from the browser", "fork": false, "full_name": "prismofeverything/schmetterling", "language": "JavaScript", "updated_at": "2015-02-27T23:42:35.555182" }
{ "pile_set_name": "Github" }
/** * \file PipelineGlobalSinkFilter.h */ #ifndef ATK_CORE_PIPELINEGLOBALSINKFILTER_H #define ATK_CORE_PIPELINEGLOBALSINKFILTER_H #include <ATK/Core/BaseFilter.h> #include <vector> namespace ATK { /// Class that can be used to process a pipeline that has more than one final sink. By adding these sinks to this f...
{ "pile_set_name": "Github" }
const { splitWhen } = require('ramda'); async function performance(page) { try { const performanceTiming = JSON.parse( await page.evaluate(() => JSON.stringify(window.performance.timing)) ); return extractDataFromPerformanceTiming( performanceTiming, 'responseEnd', 'domInteractiv...
{ "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" }
<?php /** * Class for backwards compatibility only */
{ "pile_set_name": "Github" }
Fragen und Antworten • Duplikate ausschließen - wie? ==================================================== Date: 2014-08-28 20:00:08 Hallo,\ \ ziemlich unschöne Trefferliste [site:gimpforum.de Vorgabe Massstab](http://79.227.13.212/yacysearch.html?query=site%3Agimpforum.de+Vorgabe+Massstab&contentdom=text&former=site%...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // 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) // // Preprocessed version of "boost/mpl/bitxor.hpp" header // -- DO NOT modif...
{ "pile_set_name": "Github" }
#TMSH-VERSION: 13.1.1 sys global-settings { hostname f5_bigip_structured_net_trunk_interface_implicit } net trunk trunk1 { interfaces { 1.0 } }
{ "pile_set_name": "Github" }
! -*- f90 -*- ! ! Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved. ! Copyright (c) 2009-2012 Los Alamos National Security, LLC. ! All Rights reserved. ! Copyright (c) 2018 Research Organization for Information Science ! and Technology (RIST). All rights reser...
{ "pile_set_name": "Github" }
<template> <v-select v-model="incidentStatuses" :items="items" :menu-props="{ maxHeight: '400' }" :label="label" multiple clearable chips /> </template> <script> import { cloneDeep } from "lodash" export default { name: "IncidentStatusMultiSelect", props: { valu...
{ "pile_set_name": "Github" }
// Copyright (C) 2013 Vicente J. Botet Escriba // // 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) // // 2013/10 Vicente J. Botet Escriba // Creation. #ifndef BOOST_CSBL_MEMORY_ALLOCATOR_TRAITS_HPP #define BOOST...
{ "pile_set_name": "Github" }
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" f...
{ "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" }
geometry_msgs/Pose pose --- bool success string message
{ "pile_set_name": "Github" }
load_lib libgomp-dg.exp load_gcc_lib gcc-dg.exp load_gcc_lib gfortran-dg.exp global shlib_ext global ALWAYS_CFLAGS set shlib_ext [get_shlib_extension] set lang_library_path "../libgfortran/.libs" set lang_link_flags "-lgfortran -foffload=-lgfortran" if [info exists lang_include_flags] then { unset lang_include_fl...
{ "pile_set_name": "Github" }
<?php /** * @file * Contains the basic 'node_revision' field handler. */ class views_handler_field_node_revision extends views_handler_field_node { function init(&$view, $options) { parent::init($view, $options); if (!empty($this->options['link_to_node_revision'])) { $this->additional_fields['vid'] ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CSS Masking: mask-size: mask layer size</title> <link rel="author" title="Astley Chen" href="mailto:aschen@mozilla.com"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <link rel="help" href="https://www.w3.org/TR/css-m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <config xmlns="http://www.knime.org/2008/09/XMLConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.knime.org/2008/09/XMLConfig http://www.knime.org/XMLConfig_2008_09.xsd" key="settings.xml"> <entry key="node_file" type="xstring" value="sett...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: grpc/gcp/altscontext.proto package grpc_gcp import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // Th...
{ "pile_set_name": "Github" }
#ifndef betr_algorithm_h_ #define betr_algorithm_h_ //: // \file // \brief The base class for betr algorithms // \author J.L. Mundy // \date July 4, 2016 // #include <string> #include <utility> #ifdef _MSC_VER # include <vcl_msvc_warnings.h> #endif #include <vbl/vbl_ref_count.h> #include <vil/vil_image_resource.h> #in...
{ "pile_set_name": "Github" }
--- title: 'チュートリアル: Azure Active Directory と Reviewsnap の統合 | Microsoft Docs' description: Azure Active Directory と Reviewsnap の間でシングル サインオンを構成する方法について説明します。 services: active-directory author: jeevansd manager: CelesteDG ms.reviewer: celested ms.service: active-directory ms.subservice: saas-app-tutorial ms.workload: i...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 Google Inc. 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 conditio...
{ "pile_set_name": "Github" }
<app-nav> </app-nav> <div class="container overview"> <div class="col-md-12 pt-5"> <h3 class="mb-2">Account Balance</h3> <div class="row"> <div class="col-md-12"> <div class="row"> <div class="col-md-3"> <a [routerLink]="['/nft/list']"> <div class="card"> ...
{ "pile_set_name": "Github" }
<img src="https://avatars1.githubusercontent.com/u/3846050?v=4" width="127px" height="127px" align="left"/> # React Code Style Guide Our React projects' best practices <br> # Introduction This is meant to be a guide to help new developers understand the React code style and best practices we adopt here at Pagar.me...
{ "pile_set_name": "Github" }
/* *************************************************************************************** * Copyright (C) 2006 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
{ "pile_set_name": "Github" }
// // Microsoft Windows // Copyright (c) Microsoft Corporation. All rights reserved. // // File: RadioMgr.idl // //---------------------------------------------------------------------------- cpp_quote("//+-------------------------------------------------------------------------") cpp_quote("//") cpp_...
{ "pile_set_name": "Github" }
namespace Comet.Layout { public class GridConstraints { public static readonly GridConstraints Default = new GridConstraints(); public GridConstraints( int row = 0, int column = 0, int rowSpan = 1, int colSpan = 1, float weightX = 1, float weightY = 1, float positionX = 0, float positionY...
{ "pile_set_name": "Github" }
# Copyright (C) 2014, 2016 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 applicabl...
{ "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 (version 1.7.0_10-ea) on Sun Jul 14 20:03:36 PDT 2013 --> <title>Uses of Class org.codehaus.jackson.map.util.ISO8601Utils (Jackson JSON Processor)</ti...
{ "pile_set_name": "Github" }
/** * SPDX-FileCopyrightText: © 2014 Liferay, Inc. <https://liferay.com> * SPDX-License-Identifier: LGPL-3.0-or-later */ import PropTypes from 'prop-types'; import React from 'react'; import EditorContext from '../../adapter/editor-context'; import ButtonIcon from './button-icon.jsx'; import ButtonStylesList from ...
{ "pile_set_name": "Github" }
/* ssl/d1_enc.c */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. * * Redistribution and use in sourc...
{ "pile_set_name": "Github" }
{-# LANGUAGE StrictData, TemplateHaskell #-} module T10697_sourceUtil where import Language.Haskell.TH makeSimpleDatatype :: Name -> Name -> SourceUnpackednessQ -> SourceStrictnessQ -> Q Dec makeSimpleDatatype tyName conName srcUpk srcStr = ...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit if {![info exists TZData(Asia/Hong_Kong)]} { LoadTimeZoneFile Asia/Hong_Kong } set TZData(:Hongkong) $TZData(:Asia/Hong_Kong)
{ "pile_set_name": "Github" }
package DDG::Spice::Lastfm::ArtistTracks; # ABSTRACT: Get the tracks of a musician. use strict; use DDG::Spice; spice to => 'http://ws.audioscrobbler.com/2.0/?limit=5&format=json&method=artist.gettoptracks&artist=$1&autocorrect=1&api_key={{ENV{DDG_SPICE_LASTFM_APIKEY}}}&callback={{callback}}'; #Queries like "songs b...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V27.Segment; using NHapi.Model.V27.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V27.Group { ///<summary> ///Represents the PPR_PC1_PATIENT_VISIT Group. A Group is an ordered co...
{ "pile_set_name": "Github" }
classes = 3 train = train_kitti_3cls_list.txt valid = valid_kitti_3cls_list.txt names = data/kitti_3cls.names backup = backup eval = kitti
{ "pile_set_name": "Github" }
<?php final class PhabricatorLegalpadSignaturePolicyRule extends PhabricatorPolicyRule { private $signatures = array(); public function getRuleDescription() { return pht('signers of legalpad documents'); } public function willApplyRules( PhabricatorUser $viewer, array $values, array $objec...
{ "pile_set_name": "Github" }
<g:applyLayout name="pluginInfoLayout"> <head> <title><g:layoutTitle default="Plugin - ${plugin.title}" /></title> <g:layoutHead /> <g:render template="../content/wikiJavaScript"/> <style type="text/css" media="screen"> .yui-navset-bottom .yui-nav li a em { display:inline; } .yui-navset .yui-n...
{ "pile_set_name": "Github" }
{ "images": { "icon-small": "https://minio.io/img/icons/minio/minio_dark_sm_ic.png", "icon-medium": "https://minio.io/img/icons/minio/minio_dark_md_ic.png", "icon-large": "https://minio.io/img/icons/minio/minio_dark_lg_ic.png" }, "assets": { "container": { "docker": { "minio-docker-R...
{ "pile_set_name": "Github" }
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2017, Rice University * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following con...
{ "pile_set_name": "Github" }
TEST?=./... default: test fmt: generate go fmt ./... test: generate go get -t ./... go test $(TEST) $(TESTARGS) generate: go generate ./... updatedeps: go get -u golang.org/x/tools/cmd/stringer .PHONY: default generate test updatedeps
{ "pile_set_name": "Github" }
read_celllib osu018_stdcells.lib read_verilog unit.v read_sdc unit.sdc read_spef unit.spef # show the lineage dump_lineage # show the timer details dump_timer report_tns # change time and capacitance scales set_units -time 1ps -capacitance 1fF report_tns # restore time and capacitance scales set_units -time 1ns -ca...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; namespace Box.V2.Models { /// <summary> /// Box object to order results returned by a metadata query /// </summary> public class BoxMetadataQueryOrderBy { /// <summary> /// A string which specifies the key property for a field property to order resul...
{ "pile_set_name": "Github" }
using System; namespace UnityEngine.PostProcessing { [Serializable] public abstract class PostProcessingModel { [SerializeField, GetSet("enabled")] bool m_Enabled; public bool enabled { get { return m_Enabled; } set { m_Ena...
{ "pile_set_name": "Github" }
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: instance - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: The command manager registers and installs all the individual sub-commands supported by the gem ...
{ "pile_set_name": "Github" }
foreach: expanded variable in constants range expression
{ "pile_set_name": "Github" }
Not using ``else`` where appropriate in a loop ============================================== The Python language provides a built-in ``else`` clause for ``for`` loops. If a ``for`` loop completes without being prematurely interrupted by a ``break`` or ``return`` statement, then the ``else`` clause of the loop is exec...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Wire Copyright (C) 2018 Wire Swiss GmbH 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 yo...
{ "pile_set_name": "Github" }
package main import "fmt" func main() { var languages [5]string languages[0] = "Go" languages[1] = "Ruby" languages[2] = "Pony" languages[3] = "Erlang" languages[4] = "Java" fmt.Println(languages[3]) }
{ "pile_set_name": "Github" }
"""Organizes and shares business logic, data and functions with different pages of the Streamlit App. - Database interactions: Select, Insert, Update, Delete - REST API interactions, get, post, put, delete - Pandas transformations """ import logging import pathlib import urllib.request from typing import Optiona...
{ "pile_set_name": "Github" }
19 comment:c C -0.2828350 0.9282100 -0.7668500 C -0.2826090 0.9278660 0.7672940 C 1.1249900 0.9819900 1.3938431 C 2.0409131 0.0301100 0.6663170 C 2.0407209 0.0302870 -0.6667120 C 1.1246270 0.9823930 -1.3937280 H 1.5057940 2.0093870 1.3147100 H 2.6745119 -0.6436120 1.2373160 H 2.6741650 -0.6432760 -1.2380700 H 1.505496...
{ "pile_set_name": "Github" }
# [World Series Champs Trivia Game](http://alexa.amazon.com/#skills/amzn1.ask.skill.ca8dc8ad-be51-40ed-baba-1fd6fdf4fdd9) ![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.png)![5 stars](../../images/ic_star_black_18dp_1x.pn...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is grant...
{ "pile_set_name": "Github" }
<div id="bx-cnv-form-submit-text" class="bx-cnv-form-submit-text bx-def-margin-left bx-def-font-grayed"></div> <div class="clear_both"></div> <script> $(document).ready(function() { setInterval(function () { var $e = $('#bx-cnv-form-submit-text'); var $eForm = $e.parents('form');...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
{ "pile_set_name": "Github" }
{# Copyright (C) 2014-2018 Maciej Delmanowski <drybjed@gmail.com> # Copyright (C) 2014-2018 DebOps <https://debops.org/> # SPDX-License-Identifier: GPL-3.0-only #} # This file is managed by Ansible, all changes will be lost # Defaults for isc-dhcp-server initscript # sourced by /etc/init.d/isc-dhcp-server # install...
{ "pile_set_name": "Github" }
// // TIPImageRenderedCache.h // TwitterImagePipeline // // Created on 4/6/15. // Copyright (c) 2015 Twitter. All rights reserved. // #import <UIKit/UIImage.h> #import <UIKit/UIView.h> #import "TIPInspectableCache.h" @class TIPImageCacheEntry; NS_ASSUME_NONNULL_BEGIN @interface TIPImageRenderedCache : NSObject...
{ "pile_set_name": "Github" }
Here is some explanatory text ```kotlin fun main() { println("Hello, world!") } ``` > You can get the full code [here](pattern-prop/pattern-001.kt).
{ "pile_set_name": "Github" }
package zemberek.core.collections; /** * A simple hashmap with integer keys and float values. Implements open address linear probing * algorithm. Constraints: <pre> * - Supports int key values in range (Integer.MIN_VALUE+1..Integer.MAX_VALUE]; * - Does not implement Map interface * - Capacity can be max 1 << 30 ...
{ "pile_set_name": "Github" }
package com.hexagonkt.http.server import com.hexagonkt.helpers.CodedException import com.hexagonkt.injection.InjectionManager /** Alias for routes' and filters' callbacks. Functions executed when a route is matched. */ typealias RouteCallback = Call.() -> Unit /** Alias for exceptions' callbacks. Functions executed ...
{ "pile_set_name": "Github" }
// +build ignore /* * Minio Go Library for Amazon S3 Compatible Cloud Storage * Copyright 2015-2017 Minio, 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.apa...
{ "pile_set_name": "Github" }
/* * Copyright 2019 New Vector Ltd * Copyright 2020 The Matrix.org Foundation C.I.C. * * 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" }
// // HAAppDelegate.m // NavigationMenu // // Created by Ivan Sapozhnik on 2/19/13. // Copyright (c) 2013 Ivan Sapozhnik. All rights reserved. // #import "HAAppDelegate.h" #import "HAViewController.h" @implementation HAAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NS...
{ "pile_set_name": "Github" }
// Copyright 2017 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 // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6_addr */ package socket /* #include <sys/s...
{ "pile_set_name": "Github" }
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is Mozilla Universal charset detector code. # # The Initial Developer of the Original Code is # Simon Montagu # Portions created by the Initial Developer are Copyright (C) 2005 # the Initial Developer. All Rights Reserved...
{ "pile_set_name": "Github" }
var searchData= [ ['overview',['Overview',['../index.html',1,'']]] ];
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>disabled</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
using CadEditor; using System; //css_include shared_settings/BlockUtils.cs; public class Data { public OffsetRec getScreensOffset() { return new OffsetRec(0xe4ee, 1 , 16*252, 16, 252); } public bool isBigBlockEditorEnabled() { return false; } public bool isBlockEditorEnabled() { return true; } publi...
{ "pile_set_name": "Github" }
prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: Protocol Buffers Description: Google's Data Interchange Format Version: @VERSION@ Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ Libs.private: @LIBS@ Cflags: -I${includedir} @PTHREAD_CFLAGS@ Conflicts: protobuf-lite
{ "pile_set_name": "Github" }
#!/usr/bin/env bash source /scripts/env-data.sh SETUP_LOCKFILE="${ROOT_CONF}/.ssl.conf.lock" if [ -f "${SETUP_LOCKFILE}" ]; then return 0 fi # This script will setup default SSL config # /etc/ssl/private can't be accessed from within container for some reason # (@andrewgodwin says it's something AUFS related) - ta...
{ "pile_set_name": "Github" }
RGB 31, 31, 31 RGB 25, 26, 14 RGB 20, 17, 31 RGB 00, 00, 00 RGB 31, 31, 31 RGB 30, 10, 06 RGB 20, 17, 31 RGB 00, 00, 00 RGB 31, 31, 31 RGB 15, 31, 00 RGB 20, 17, 31 RGB 00, 00, 00 RGB 31, 31, 31 RGB 31, 15, 31 RGB 20, 17, 31 RGB 00, 00, 00 RGB 31, 31, 31 RGB 15, 21, 31 RGB 20, 17, 31 RGB 00, 00,...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f6439b54b28f3884eb67579dec0b6f21 timeCreated: 1485107929 licenseType: Store TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
ref: refs/heads/master
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }