text
stringlengths
2
99.9k
meta
dict
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module fabmetheus_utilities.geometry.statements.while</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font ...
{ "pile_set_name": "Github" }
// Copyright 2019-present Facebook Inc. All rights reserved. // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. // Code generated by entc, DO NOT EDIT. package ent import ( "context" "errors" "fmt" "math" "github.com/facebook/ent...
{ "pile_set_name": "Github" }
/* QLogic qed NIC Driver * Copyright (c) 2015-2017 QLogic Corporation * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
{ "pile_set_name": "Github" }
package com.github.alexthe666.iceandfire.item; import com.github.alexthe666.iceandfire.IceAndFire; import com.github.alexthe666.iceandfire.entity.MyrmexHive; import com.github.alexthe666.iceandfire.message.MessageGetMyrmexHive; import com.github.alexthe666.iceandfire.message.MessageSetMyrmexHiveNull; import com.github...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3c693a72d4206434285a6b5350d1f087 timeCreated: 1487482330 licenseType: Pro NativeFormatImporter: userData: assetBundleName: 20170219 assetBundleVariant: 0201
{ "pile_set_name": "Github" }
/* * This file is part of the Xilinx DMA IP Core driver for Linux * * Copyright (c) 2017-present, Xilinx, Inc. * All rights reserved. * * This source code is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by ...
{ "pile_set_name": "Github" }
# BSDPy Dockerfile # Installs and prepares BSDPy to run inside a Docker container # Project home: https://bitbucket.org/bruienne/bsdpy # Version 0.1 FROM douglasmiranda/python-base MAINTAINER Pepijn Bruienne "bruienne@umich.edu" ENV DEBIAN_FRONTEND noninteractive ENV DOCKER_BSDPY_IFACE eth0 ENV DOCKER_BSDPY_PROTO htt...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; using Vote.Messaging.Messages; using System.Text; namespace Vote.Messaging { public class MessageHelper { public static byte[] ToData<TMessage>(TMessage message) where TMessage : Message { var json = JsonConvert.SerializeObject(message); ...
{ "pile_set_name": "Github" }
server browser
{ "pile_set_name": "Github" }
package security import ( "context" "fmt" "os" "github.com/containerd/containerd/containers" "github.com/containerd/containerd/oci" "github.com/opencontainers/runc/libcontainer/system" specs "github.com/opencontainers/runtime-spec/specs-go" "github.com/pkg/errors" "github.com/sirupsen/logrus" "golang.org/x/...
{ "pile_set_name": "Github" }
libavformat/wvenc.o: libavformat/wvenc.c libavutil/attributes.h \ libavformat/apetag.h libavformat/avformat.h libavcodec/avcodec.h \ libavutil/samplefmt.h libavutil/avutil.h libavutil/common.h \ libavutil/attributes.h libavutil/macros.h libavutil/version.h \ libavutil/avconfig.h config.h libavutil/intmath.h libavut...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Redis\Limiters; use Exception; use Illuminate\Support\Str; use Illuminate\Contracts\Redis\LimiterTimeoutException; class ConcurrencyLimiter { /** * The Redis factory implementation. * * @var \Illuminate\Redis\Connections\Connection */ protected $redis; /** ...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.appbrand.jsapi.k; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.plugin.appbrand.jsapi.a; import com.tencent.mm.plugin.appbrand.jsapi.c; import com.tencent.mm.plugin.appbrand.page.u; import org.json.JSONObject; public final class q extends a<com.tencent.mm.plug...
{ "pile_set_name": "Github" }
# Logging Style This document describes a specific logging style that we use that helps us having as useful logs as possible. ## Logging Levels There are three basic settings of logging that we commonly use: * default production mode - logging level is set to INFO; * debug mode - logging level is set to DEBUG, ...
{ "pile_set_name": "Github" }
__license__ = 'GPL v3' __copyright__ = '2010-2013, Darko Miletic <darko.miletic at gmail.com>' ''' www.eluniversal.com ''' from calibre.web.feeds.recipes import BasicNewsRecipe class ElUniversal(BasicNewsRecipe): title = 'El Universal' __author__ = 'Darko Miletic' description = 'Noticias de Venezuela y e...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the License. ...
{ "pile_set_name": "Github" }
// // posix/stream_descriptor_service.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot 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) /...
{ "pile_set_name": "Github" }
{ "position": { "line": 77, "character": 21 }, "source": "expressions/expressions.bal", "expected": { "result": { "signatures": [ { "label": "foo(float a, boolean b)", "documentation": { "rig...
{ "pile_set_name": "Github" }
/** * Created by noahv-cli. */ /* eslint-disable no-undef,no-unused-vars */ let mockup = require('noahv-mockup').mockupTool; exports.response = (path, params) => { return mockup.ok( { userName: '管理员' } ); }; /* eslint-enable */
{ "pile_set_name": "Github" }
message <span class="message">AddCookieArg</span> { <span class="comment">/** * Domain name of cookie */</span> required <span class="string">string</span> domain = 1; <span class="comment">/** * Name of cookie */</span> required <span class="string">string</span> name = 2; <span cla...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Elviss Strazdins. All rights reserved. #ifndef OUZEL_CORE_SYSTEMTVOS_HPP #define OUZEL_CORE_SYSTEMTVOS_HPP #include "../System.hpp" namespace ouzel::core::tvos { class System final: public core::System { public: System(int argc, char* argv[]); ~System() override = d...
{ "pile_set_name": "Github" }
(1:1)Language:/no/ (2:1)FeatureLine:Egenskap/i18n support/ (3:1)Empty:// (4:3)ScenarioLine:Scenario/Parsing many languages/ (5:5)StepLine:Gitt /Gherkin supports many languages/ (6:5)StepLine:Når /Norwegian keywords are parsed/ (7:5)StepLine:Så /they should be recognized/ EOF
{ "pile_set_name": "Github" }
/* Copyright (C) 2008 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 writing, so...
{ "pile_set_name": "Github" }
#import <DanMuPlayer.h> //#import "BILWebView.h"
{ "pile_set_name": "Github" }
# UI 기능 버그 리포트나 Jupyter Mailing list에 메일을 보내려고 할 때, 개발자나 사용자들이 버그를 진단하거나 해결해줄 경우 다른 UI를 사용하면 시간이 단축된다. 이번 장에서는 Notebook과 Notebook의 다른 모드의 UI 요소를 알려줄 것이다. ## Notebook Dashboard jupyter notebook 명령어를 실행하면 가장 먼저 Notebook Dashboard가 나타난다. ![Notebook Dashboard example](resources/dashboard.GIF "Notebook Dashboard") ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2002-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published b...
{ "pile_set_name": "Github" }
{ "id": "t_little_column", "fg": ["t_little_column"], "bg": ["t_concrete_tall"] }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="preferences">Sätted</string> <string name="gameDisplay">Mängu välimus</string> <string name="pieceAnimation">malendite liikumine</string> <string name="materialDifference">Materjal erinevus</string> <string name="boardHighlights">Laual rõhutatak...
{ "pile_set_name": "Github" }
(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012 *) (* \VV/ **************************************************************) (* // * Th...
{ "pile_set_name": "Github" }
// This code is distributed under MIT license. // Copyright (c) 2015 George Mamaladze // See license.txt or https://mit-license.org/ using Gma.System.MouseKeyHook.Implementation; namespace Gma.System.MouseKeyHook { /// <summary> /// This is the class to start with. /// </summary> public static cl...
{ "pile_set_name": "Github" }
<manifest package="com.pedro.rtsp" />
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Dual Timer namespace DtimTimer1load{ ///<Load Register using Addr = Register::Address<0x40015000,0xffffffff,0x00000000,unsigned>; } namespace DtimTimer1value{ ///<Value Register using Addr = Register::Address<0x40015004...
{ "pile_set_name": "Github" }
/* * The Número de Identificación Fiscal ( NIF ) is the way tax identification used in Spain for individuals */ $.validator.addMethod( "nifES", function( value ) { "use strict"; value = value.toUpperCase(); // Basic format test if ( !value.match("((^[A-Z]{1}[0-9]{7}[A-Z0-9]{1}$|^[T]{1}[A-Z0-9]{8}$)|^[0-9]{8}[A-...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2009, 2020 Mountainminds GmbH & Co. KG and Contributors * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'link', 'en-au', { acccessKey: 'Access Key', advanced: 'Advanced', advisoryContentType: 'Advisory Content Type', advisoryTitle: 'Advisory Title', ...
{ "pile_set_name": "Github" }
# created by tools/tclZIC.tcl - do not edit set TZData(:Asia/Seoul) { {-9223372036854775808 30472 0 LMT} {-1948782472 30600 0 KST} {-1830414600 32400 0 JST} {-767350800 32400 0 KST} {-498128400 30600 0 KST} {-462702600 34200 1 KDT} {-451733400 30600 0 KST} {-429784200 34200 1 KDT} {...
{ "pile_set_name": "Github" }
package org.kie.perf.run; import org.kie.perf.TestConfig; public class Duration implements IRunType { private long endTime; private int limit; private int i; @Override public void start(int limit) { this.limit = limit; endTime = System.currentTimeMillis() + TestConfig.getInstanc...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* Check for various error conditions. */ -- Look for domains without a mailbox. SELECT domain FROM Domains WHERE mailboxes = 1 AND domain NOT IN (SELECT SUBSTRING_INDEX(address, '@', -1) FROM Mailboxes GROUP BY 1); -- Look for mailbox domains without a domain record. SELECT SUBSTRING_INDEX(address, '@', -1) FROM Ma...
{ "pile_set_name": "Github" }
{ "viewHeadSetting": { "html": "<table border='1' cellpadding='0' cellspacing='0' styles='headTable' id='headTable'></table>" }, "viewSetting": { "html": "<table border='1' cellpadding='0' cellspacing='0' styles='contentTable' id='contentTable'></table>" }, "headSetting": { "html": "<tr styles='vi...
{ "pile_set_name": "Github" }
# LiquidCrystal_I2C Library This library is for character LCDs based on the HD44780 controller connected via I2C bus using the cheap I2C backpack modules based on the PCF8574(T/A). It is derived from the [LiquidCrystal_I2C](https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library) library as of 09.05.2017 ([...
{ "pile_set_name": "Github" }
package Paws::CloudHSMv2::RestoreBackupResponse; use Moose; has Backup => (is => 'ro', isa => 'Paws::CloudHSMv2::Backup'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudHSMv2::RestoreBackupResponse =head1 ATTRIBUTES =head2 Backup => L<Paws::Clou...
{ "pile_set_name": "Github" }
``` ini BenchmarkDotNet=v0.10.1, OS=Microsoft Windows NT 6.2.9200.0 Processor=Intel(R) Core(TM) i7-6700 CPU 3.40GHz, ProcessorCount=8 Frequency=3328120 Hz, Resolution=300.4699 ns, Timer=TSC [Host] : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1586.0 Job-DZPVZX : Clr 4.0.30319.42000, 64bit RyuJIT-v4.6.1586.0 Platfo...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
{ "pile_set_name": "Github" }
<Node name="root" dt="0.02"> <VisualStyle displayFlags="showBehaviorModels showForceFields" /> <Node name="Single"> <EulerImplicitSolver name="cg_odesolver" printLog="false" rayleighStiffness="0.1" rayleighMass="0.1" /> <CGLinearSolver iterations="25" name="linear solver" tolerance="1.0e-9" thr...
{ "pile_set_name": "Github" }
#include <climits> #include <vector> using namespace std; class Solution { public: int maxProfit(vector<int> &prices) { int result = 0; for (int i = 0, low = INT_MAX; i < prices.size(); i++) { low = min(low, prices[i]); result = max(result, prices[i] - low); } ...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <data> <row>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</row> <row>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</row> <row>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</row> <row>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</row> <row>aaa...
{ "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" }
/* * Copyright 2019 Apple 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 writing,...
{ "pile_set_name": "Github" }
namespace: kf-releasing bases: - ../../base resources: - update_job_cron.yaml images: - name: gcr.io/kubeflow-releasing/test-worker newName: gcr.io/kubeflow-releasing/test-worker newTag: v20190905-cff62af-dirty-f45ce7
{ "pile_set_name": "Github" }
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved. #include "StdAfx.h" #include "AlignTool.h" #include "Objects/BaseObject.h" #include "Objects/ShapeObject.h" #include "Objects/SelectionGroup.h" #include "QtUtil.h" #include "IEditorImpl.h" ///////////////////////////////////////////////////////...
{ "pile_set_name": "Github" }
# -*- coding:utf-8 -*- ''' Created on 2017/9/24 @author: Jimmy Liu ''' import unittest import tushare.stock.trading as fd class Test(unittest.TestCase): def set_data(self): self.code = '600848' self.start = '' self.end = '' def test_bar_data(self): self.set_data() ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <carbon.widget.LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <include layout=...
{ "pile_set_name": "Github" }
// Copyright 2018 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 modload import ( "errors" "fmt" "os" "strings" "cmd/go/internal/base" "cmd/go/internal/cfg" "cmd/go/internal/modinfo" "cmd/go/internal/par" "...
{ "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. // Malloc profiling. // Patterned after tcmalloc's algorithms; shorter code. package runtime import ( "runtime/internal/atomic" "unsafe" ) // NOTE(rsc): Ev...
{ "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 (th...
{ "pile_set_name": "Github" }
// Copyright © 2000-2016 SharpZipLib Contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merg...
{ "pile_set_name": "Github" }
git https://github.com/jimrthy/cl-glfw.git
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
// ATTENTION: The code in this file is highly EXPERIMENTAL. // Adventurous users should note that the APIs will probably change. #include <cstdarg> #include <cstdio> #include "onnx/common/assertions.h" namespace ONNX_NAMESPACE { void barf(const char *fmt, ...) { char msg[2048]; va_list args; va_start(args, f...
{ "pile_set_name": "Github" }
/* Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007 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 o...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2013 eBay Software Foundation and ios-driver committers * * 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 req...
{ "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")...
{ "pile_set_name": "Github" }
define(function (require) { var vec2 = require('zrender/core/vector'); return function (seriesModel) { var coordSys = seriesModel.coordinateSystem; if (coordSys && coordSys.type !== 'view') { return; } var rect = coordSys.getBoundingRect(); var nodeData = se...
{ "pile_set_name": "Github" }
module.exports = { "env": 'production', isDev () { return this.env === 'development'; }, target: '_', min: false, // minify polyfill api options: { scopeStyle: false, pageContainerClassName: 'page-container-classname' }, library: { customComponentPrefix: '...
{ "pile_set_name": "Github" }
assert true //#A assert !false //#A assert ('a' =~ /./) //#B assert !('a' =~ /b/) //#B assert [1] //#C assert ![] ...
{ "pile_set_name": "Github" }
${c.e.user.name} entfernte den Vorschlag ${c.e.proposal.title}.
{ "pile_set_name": "Github" }
-----BEGIN DH PARAMETERS----- MIGHAoGBAP3V8IHq3H2DUlYywsvjYNuS17eCdt0mJo6/os6PHqdhgkMrPxF9u4Gr qKXq9e6GqmZYdjta30N3FkXaV924BJ0xOqb2TntiKg4u50/l6hSUneWt6UFBaizd XrqjNFIme/5RXMZ7RglXliBpCepAaFLMcKhOS4ulUyYYHSy+oqRjAgEC -----END DH PARAMETERS-----
{ "pile_set_name": "Github" }
/* This file is part of Warzone 2100. Copyright (C) 1999-2004 Eidos Interactive Copyright (C) 2005-2020 Warzone 2100 Project Warzone 2100 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 o...
{ "pile_set_name": "Github" }
define( [ "./core", "./attributes/attr", "./attributes/prop", "./attributes/classes", "./attributes/val" ], function( jQuery ) { "use strict"; // Return jQuery for attributes-only inclusion return jQuery; } );
{ "pile_set_name": "Github" }
/* * Copyright 2012 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, d...
{ "pile_set_name": "Github" }
(ns reagentdemo.intro (:require [reagent.core :as r] [reagent.dom :as rdom] [reagentdemo.syntax :as s] [reagentdemo.common :as common :refer [demo-component]] [simpleexample.core :as simple] [todomvc.core :as todo])) (defn simple-component [] [:div [:p...
{ "pile_set_name": "Github" }
// Copyright 2018 The Mangos Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use 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" }
[图片分割后随机散开](#separate)<br/> [3D旋转](#3d_rotation)<br/> [照片墙](#photowall)<br/> [SVG时钟](#clock)<br/> [图片渐隐](#desslove)<br/> [banner](#3d_banner)<br/> [环形进度条](#circle_progress)<br/> *** <h2 id="separate">图片分割后随机散开</h2> <img src="https://github.com/capslocktao/Dynamic_effect/blob/master/show/separate.gif"> <h2 id="3d_rot...
{ "pile_set_name": "Github" }
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under // the terms of the Eclipse Public License 2.0 which is available at // https://www.eclipse.org/leg...
{ "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; namespace Microsoft.EntityFrameworkCore.TestModels.TransportationModel { public class SolidFuelTank : FuelTank { public ...
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland. // Parts of Boost.Geo...
{ "pile_set_name": "Github" }
// mksysnum_netbsd.pl // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT // +build amd64,netbsd package unix const ( SYS_EXIT = 1 // { void|sys||exit(int rval); } SYS_FORK = 2 // { int|sys||fork(void); } SYS_READ = 3 // { ssize_t|sys||read(int fd, void *bu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
--- http_client_port: 6004 http_server_port: 2082 udp_server_port: 6005 database: jdbc:postgresql://localhost:5432/universa_node_t3 node_number: 3 public_host: localhost node_name: node2_3 ip: - 127.0.0.1
{ "pile_set_name": "Github" }
GL_WIN_swap_hint http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glfunc01_16zy.asp GL_WIN_swap_hint void glAddSwapHintRectWIN (GLint x, GLint y, GLsizei width, GLsizei height)
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/xiongziliang/ZLMediaKit). * * Use of this source code is governed by MIT license that can be found in the * LICENSE file in the root of the source tree. All contributing project aut...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004, Richard Levitte <richard@levitte.org> * 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" }
// 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. #include "content/browser/service_worker/service_worker_job_coordinator.h" #include <stddef.h> #include <memory> #include <utility> #include "base/memo...
{ "pile_set_name": "Github" }
<span class="bd-color" style="background: hsl(0, 0%, 100%);"></span> <code>hsl(0, 0%, 100%)</code>
{ "pile_set_name": "Github" }
from unittest import TestCase from metrology.instruments.healthcheck import HealthCheck class DummyHealthCheck(HealthCheck): def check(self): return True class HealthCheckTest(TestCase): def setUp(self): self.health_check = DummyHealthCheck() def test_return_check(self): self....
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require File.expand_path('../../lib/consular',__FILE__) rc = File.join(ENV['HOME'], '.consularc') # Execute the configuration in our consularc # if it exists. # if File.exists?(rc) instance_eval File.read(rc), __FILE__, __LINE__ end Consular::CLI.start(ARGV)
{ "pile_set_name": "Github" }
#include <algorithm> #include <vector> #include "caffe/layer.hpp" #include "caffe/vision_layers.hpp" namespace caffe { template <typename Dtype> void ReLULayer<Dtype>::Forward_cpu(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { const Dtype* bottom_data = bottom[0]->cpu_data(); Dtype* t...
{ "pile_set_name": "Github" }
using System; using System.Linq; using GameServerCore.Domain; using GameServerCore.Domain.GameObjects; namespace LeagueSandbox.GameServer.Items { public class Shop: IShop { private readonly IChampion _owner; private readonly Game _game; public const byte ITEM_ACTIVE_OFFSET = 6; ...
{ "pile_set_name": "Github" }
package example.service; import example.repo.Customer1508Repository; import org.springframework.stereotype.Service; @Service public class Customer1508Service { public Customer1508Service(Customer1508Repository repo) { } }
{ "pile_set_name": "Github" }
package com.github.xfalcon.vhosts.util; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.Map; public class HttpUtils { /** * Send a get request * @param url * @return response * @throws...
{ "pile_set_name": "Github" }
<?php function atslangweb_get_pgname() { return $GLOBALS['the_atslangweb_pgname']; } function atslangweb_set_pgname($name) { $GLOBALS['the_atslangweb_pgname'] = $name; return; } ?> <?php /* end of [share.php] */ ?>
{ "pile_set_name": "Github" }
#region File Description //----------------------------------------------------------------------------- // GameScreenInput.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregi...
{ "pile_set_name": "Github" }
// // NSObject+RACPropertySubscribing.m // ReactiveObjC // // Created by Josh Abernathy on 3/2/12. // Copyright (c) 2012 GitHub, Inc. All rights reserved. // #import "NSObject+RACPropertySubscribing.h" #import <ReactiveObjC/RACEXTScope.h> #import "NSObject+RACDeallocating.h" #import "NSObject+RACDescription.h" #im...
{ "pile_set_name": "Github" }
# Notice to external contributors ## General info Hello! In order for us (YANDEX LLC) to accept patches and other contributions from you, you will have to adopt our Yandex Contributor License Agreement (the “**CLA**”). The current version of the CLA you may find here: 1) https://yandex.ru/legal/cla/?lang=en (in Eng...
{ "pile_set_name": "Github" }
D 2209 // 0.375838 0x3fd80dba838958d8 // -0.038990 0xbfa3f67b95da1c97 // -0.570763 0xbfe243b0df6987ac // 0.192605 0x3fc8a744bba9b58b // -0.286148 0xbfd25040840a81cc // -0.057185 0xbfad4763a1f28fa0 // -0.008290 0xbf80fa62b60c375e // 0.013271 0x3f8b2da5cdb0b854 // 0.182567 0x3fc75e5c031ccce2 // 0.243177 0x3fcf206b10c3d92...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 305be6428797d48bab3c7420ff9884be timeCreated: 1466846953 licenseType: Pro ModelImporter: serializedVersion: 18 fileIDToRecycleName: 100000: Bip001 100002: Bip001 Head 100004: Bip001 L Calf 100006: Bip001 L Clavicle 100008: Bip001 L Finger0 100010: Bip001 L Foot ...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : German (Austria) [de-at] //! author : lluchs : https://github.com/lluchs //! author: Menelion Elensúle: https://github.com/Oire //! author : Martin Groller : https://github.com/MadMG //! author : Mikolaj Dadela : https://github.com/mik01aj ;(function (global, factory) { ...
{ "pile_set_name": "Github" }
# Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University # Copyright (c) 2011, 2012 Open Networking Foundation # Copyright (c) 2012, 2013 Big Switch Networks, Inc. # See the file LICENSE.pyloxi which should have been included in the source distribution # Automatically generated by LOXI from ...
{ "pile_set_name": "Github" }