text
stringlengths
2
99.9k
meta
dict
// // URLSession+Rx.swift // RxCocoa // // Created by Krunoslav Zaher on 3/23/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // import struct Foundation.URL import struct Foundation.URLRequest import struct Foundation.Data import struct Foundation.Date import struct Foundation.TimeInterval import cl...
{ "pile_set_name": "Github" }
(* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. *) module Path = PyrePath type t = | Root of Path.t | Subdirectory of { root: Path.t; subdirectory: string; } [@@...
{ "pile_set_name": "Github" }
<h1 class="heading">单表访问方法</h1> <p>标签: MySQL 是怎样运行的</p> <hr> <p>对于我们这些<code>MySQL</code>的使用者来说,<code>MySQL</code>其实就是一个软件,平时用的最多的就是查询功能。DBA时不时丢过来一些慢查询语句让优化,我们如果连查询是怎么执行的都不清楚还优化个毛线,所以是时候掌握真正的技术了。我们在第一章的时候就曾说过,<code>MySQL Server</code>有一个称为<code>查询优化器</code>的模块,一条查询语句进行语法解析之后就会被交给查询优化器来进行优化,优化的结果就是生成一个所谓的<code>执行计划</code...
{ "pile_set_name": "Github" }
package com.tencent.mm.protocal; import com.tencent.mm.protocal.b.ami; import com.tencent.mm.protocal.b.vr; import com.tencent.mm.sdk.platformtools.be; public final class s$a extends k.c implements k.a { public vr jsA = new vr(); public final byte[] tZ() { jsg = ac.aYu(); jsA.jzd = new ami().aV(b...
{ "pile_set_name": "Github" }
import Rand from "../../util/Rand.js"; export default class BenchmarkGenerator { constructor() { this.lastLat = Rand.rollFromZero(500); this.lastThr = Rand.rollFromZero(1000); } hasNext() { return true; } next() { let latency, throughput; const time = Date.no...
{ "pile_set_name": "Github" }
## DESCRIPTION ## ENTER DESCRIPTION HERE ## ENDDESCRIPTION ## DBsubject(Electricity) ## DBchapter(Heat and Heat Transfer) ## DBsection(Hearing) ## Date(December 2017) ## Institution(Brock University) ## Author(Caroline Promnitz) ## Edited (Sara Hesse, May 23 2018) ## TitleText1('College Physics') ## AuthorText1('Urone...
{ "pile_set_name": "Github" }
--- namespace: Titanium.UI.UserWindow.getDOMWindow type: method description: | Return the WebKit DOMWindow of the page loaded in this window if one exists, otherwise return null. A DOMWindow object will not be available until a UI.UserWindow's PAGE_INITIALIZED event has fired. since: 0.5.0 platforms: [o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- *** GENERATED FROM project.xml - DO NOT EDIT *** *** EDIT ../build.xml INSTEAD *** --> <project name="com.jme3.gde.nmgen-impl" basedir=".."> <fail message="Please build using Ant 1.7.1 or higher."> <condition> <not> ...
{ "pile_set_name": "Github" }
package com.onlyxiahui.im.message.data.chat; import java.util.List; /** * 描述:聊天内容 * * @author XiaHui * @date 2015-04-16 08:09:32 * @version 0.0.1 */ public class Content { private Font font=new Font(); private List<Section> sections; private long timestamp; public Font getFont() { return font; } pub...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-19 17:59+0700\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" msgid "Action" msgstr "" msgid "All queues have been removed" msgstr "" msgid "Are you sure you want to delete ALL queues" msgstr "" msgid "Are y...
{ "pile_set_name": "Github" }
<?php namespace Drupal\Tests\bar\Functional; use Drupal\dcg_test\TestTrait; use Drupal\Tests\BrowserTestBase; /** * Controller test. * * @group DCG */ final class ControllerTest extends BrowserTestBase { use TestTrait; /** * {@inheritdoc} */ public static $modules = ['bar', 'node']; /** * {@i...
{ "pile_set_name": "Github" }
(; Context map ; Tuesday Feb 12, 2013 at 4:30am is the "now" for the tests {:reference-time (time/t -2 2013 2 12 4 30 0) :min (time/t -2 1900) :max (time/t -2 2100)} "sad" "sada" "upravo sad" "ovaj tren" (datetime 2013 2 12 4 30 00) "danas" (datetime 2013 2 12) "jucer" ...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
From 3fa237b3afabc293e563292b8d89265a871626ad Mon Sep 17 00:00:00 2001 From: Martin Kelly <mkelly@xevo.com> Date: Mon, 22 May 2017 17:00:05 -0700 Subject: [PATCH] add #include <sys/sysmacros.h> In newer glibc versions, the definition for major() has been moved to sys/sysmacros.h, and using the older version in <sys/ty...
{ "pile_set_name": "Github" }
/** * P6Spy * * Copyright (C) 2002 - 2020 P6Spy * * 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" }
.. title:: clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay cppcoreguidelines-pro-bounds-array-to-pointer-decay =================================================== This check flags all array to pointer decays. Pointers should not be used as arrays. ``span<T>`` is a bounds-checked, safe alternative to...
{ "pile_set_name": "Github" }
SOURCES = main.cpp CONFIG += CONSOLE
{ "pile_set_name": "Github" }
--- -api-id: P:Windows.UI.ViewManagement.UISettings.AdvancedEffectsEnabled -api-type: winrt property --- <!-- Property syntax. public bool AdvancedEffectsEnabled { get; } --> # Windows.UI.ViewManagement.UISettings.AdvancedEffectsEnabled ## -description Gets a value that indicates whether the system Trans...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www....
{ "pile_set_name": "Github" }
context("dropdown") test_that("Default", { tagdrop <- dropdown( "Content goes here", style = "unite", icon = shiny::icon("gear"), status = "danger", width = "300px", animate = animateOptions( enter = animations$fading_entrances$fadeInLeftBig, exit = animations$fading_exits$fadeOutRightBig ...
{ "pile_set_name": "Github" }
import os,sys import exifread import helper import hashlib import magic from PIL import Image, ImageChops, ImageEnhance from PIL.ExifTags import TAGS, GPSTAGS import imagehash import nude from nude import Nude import datetime from geopy.geocoders import Nominatim def basic_info(filename): print ("Extraction of ba...
{ "pile_set_name": "Github" }
'use strict'; /* jshint quotmark: double */ window.SwaggerTranslator.learn({ "Warning: Deprecated":"Предупреждение: Устарело", "Implementation Notes":"Заметки", "Response Class":"Пример ответа", "Status":"Статус", "Parameters":"Параметры", "Parameter":"Параметр", "Value":"Значение", "De...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 from utils import * with TemporaryDirectory() as tmp, \ Memo() as memo_1, Memo() as memo_2: memo_1.run(['user', 'create', 'user']) memo_1.run([ 'silo', 'create', 'filesystem', 'storage', '--path', tmp.dir, ]) network_name = memo_1.run([ 'network', 'create', 'network', ...
{ "pile_set_name": "Github" }
``` /** 给定一个单链表,其中的元素按升序排序,将其转换为高度平衡的二叉搜索树。 本题中,一个高度平衡二叉树是指一个二叉树每个节点 的左右两个子树的高度差的绝对值不超过 1。 示例: 给定的有序链表: [-10, -3, 0, 5, 9], 一个可能的答案是:[0, -3, 9, -10, null, 5], 它可以表示下面这个高度平衡二叉搜索树: 0 / \ -3 9 / / -10 5 * Definition for singly-linked list. * public class ListNode { * int val; * List...
{ "pile_set_name": "Github" }
import { findAPortNotInUse } from 'portscanner'; import { webFrame, remote } from 'electron'; import React from 'react'; import { render } from 'react-dom'; import { Provider } from 'react-redux'; import launchEditor from 'react-dev-utils/launchEditor'; import './setup'; import App from './containers/App'; import confi...
{ "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 go1.9 package ipv6 import ( "net" "runtime" "syscall" "golang.org/x/net/internal/socket" ) // BUG(mikio): On Windows, the ReadBatch and WriteB...
{ "pile_set_name": "Github" }
package com.neu.his.cloud.service.dms.mapper; import com.neu.his.cloud.service.dms.model.DmsDrug; import com.neu.his.cloud.service.dms.model.DmsDrugExample; import java.util.List; import org.apache.ibatis.annotations.Param; public interface DmsDrugMapper { int countByExample(DmsDrugExample example); int dele...
{ "pile_set_name": "Github" }
// // NSString+Stripe_CardBrands.h // Stripe // // Created by Jack Flintermann on 1/15/16. // Copyright © 2016 Stripe, Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "STPCardBrand.h" @interface NSString (Stripe_CardBrands) + (nonnull instancetype)stp_stringWithCardBrand:(STPCardBrand)bran...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 7ec8d075b610046c495df1093f81a054 timeCreated: 1499442348 licenseType: Pro TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 1 mipMapFadeDistanceStart: ...
{ "pile_set_name": "Github" }
#! /bin/bash set -e FILETOSIGN=$1 [ -z $2 ] && SIGFILE="$FILETOSIGN.asc" || SIGFILE="$2" [ ! -z "$3" ] && CLRSIGNEDFILE="$3" if [ -z "$FILETOSIGN" -o ! -r "$FILETOSIGN" ]; then echo "No file to sign provided" >&2 exit 1 fi if [ ! -r /etc/rhn/signing.conf ]; then echo "No config file found: /etc/rhn/sign...
{ "pile_set_name": "Github" }
/* * BSD 3-Clause License * * Copyright (c) 2019, NTT 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: * * Redistributions of source code must retain the above copyright ...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
{ "pile_set_name": "Github" }
# Copyright 2017 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
// stylelint-disable selector-no-qualifying-type // // Base styles // .input-group { position: relative; display: flex; flex-wrap: wrap; // For form validation feedback align-items: stretch; width: 100%; > .form-control, > .custom-select, > .custom-file { position: relative; // For focus state's ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011 Arduino. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
{ "pile_set_name": "Github" }
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> * * Tomahawk is free software: you ...
{ "pile_set_name": "Github" }
--- id: readme title: Overview category: Getting Started --- This document contains information on two main sections: - How the css components are organized - How the build process and architecture concepts ## Solar framework css overview Solar framework includes four concepts of code: - Base - Basics - Components - ...
{ "pile_set_name": "Github" }
# Global flow The tool starts in evoke/src/main.cpp. It reads command-line arguments and then constructs a Project object. This object's constructor collects the whole project status & information immediately. Directly after this point it runs the actions that the user instructed it to do. This part of the program may...
{ "pile_set_name": "Github" }
package ansiterm import ( "strconv" ) func sliceContains(bytes []byte, b byte) bool { for _, v := range bytes { if v == b { return true } } return false } func convertBytesToInteger(bytes []byte) int { s := string(bytes) i, _ := strconv.Atoi(s) return i }
{ "pile_set_name": "Github" }
Subject: al stats From: "michael mcguire" <michael.mcguire@canrem.com> Reply-To: "michael mcguire" <michael.mcguire@canrem.com> Distribution: rec Organization: Canada Remote Systems Lines: 11 I am looking for a source of American League baseball stats for individual players in the same format as printed in newspaper...
{ "pile_set_name": "Github" }
import { OperatorDoc } from '../operator.model'; export const merge: OperatorDoc = { name: 'merge', operatorType: 'combination', signature: 'public merge(other: ObservableInput, concurrent: number, scheduler: Scheduler): Observable', parameters: [ { name: 'other', type: 'ObservableInput', ...
{ "pile_set_name": "Github" }
#!/usr/bin/python # -*- coding: utf-8 -*- # # Ansible module to manage PaloAltoNetworks Firewall # (c) 2016, techbizdev <techbizdev@paloaltonetworks.com> # # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as publish...
{ "pile_set_name": "Github" }
/* WBMP ** ---- ** WBMP Level 0: B/W, Uncompressed ** This implements the WBMP format as specified in WAPSpec 1.1 and 1.2. ** It does not support ExtHeaders as defined in the spec. The spec states ** that a WAP client does not need to implement ExtHeaders. ** ** (c) 2000 Johan Van den Brande <joha...
{ "pile_set_name": "Github" }
require('../../modules/es6.string.trim'); module.exports = require('../../modules/_core').String.trim;
{ "pile_set_name": "Github" }
{ "version": 2, "waiters": { "AppExists": { "delay": 1, "operation": "DescribeApps", "maxAttempts": 40, "acceptors": [ { "expected": 200, "matcher": "status", "state": "success" }, { "matcher": "status", "expected"...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2013, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
--- title: "Type-Safe Access to Controls in a Dialog Box" ms.date: "11/04/2016" helpviewer_keywords: ["common controls [MFC], in dialog boxes", "Windows common controls [MFC], in dialog boxes", "safe access to dialog box controls", "dialog boxes [MFC], type-safe access to controls", "controls [MFC], accessing in dialog...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.add("uicolor",{requires:"dialog",lang:"af,ar,az,bg,ca,cs,cy,da,de,de-ch,el,en,en-gb,eo,es,et,eu,fa,fi,fr,fr-ca,gl,he,hr,hu,id,it,ja,km,ko,ku,lv,mk,nb,nl,no,o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsof...
{ "pile_set_name": "Github" }
package dt import ( "net/http" "path" "github.com/julienschmidt/httprouter" ) // HTTPRoute defines a route to be used within a HandlerMap. type HTTPRoute struct { Method string Path string } // HandlerMap maps HTTPRoutes (the method and URL path) to a echo router // handler. type HandlerMap map[HTTPRoute]htt...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
{ "type": "engine:nuiSkinEditorScreen", "skin": "engine:nuiEditorScreen", "contents": { "type": "migLayout", "layoutConstraints": "", "colConstraints": "[grow, 25%][grow, 75%]", "rowConstraints": "[min][grow, fill][min]", "debug": true, "contents": [ ...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ThoughtWorks, 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 agr...
{ "pile_set_name": "Github" }
@keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { animation-name: flash; }
{ "pile_set_name": "Github" }
package net.sgoliver.android.xml; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; import java.util.List; import org.xml.sax.Attributes; import android.sax.Element; import android.sax.EndElementListener; import android.sax...
{ "pile_set_name": "Github" }
using FluentAssertions; using NUnit.Framework; using NzbDrone.Common.Extensions; namespace NzbDrone.Common.Test.ExtensionTests { [TestFixture] public class UrlExtensionsFixture { [TestCase("http://my.local/url")] [TestCase("https://my.local/url")] public void should_report_as_valid...
{ "pile_set_name": "Github" }
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } /*! * FullCalendar v1.6.3 Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ .fc { direction: ltr; text-align: left; } .fc table...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: descriptor.proto /* Package descriptor is a generated protocol buffer package. It is generated from these files: descriptor.proto It has these top-level messages: FileDescriptorSet FileDescriptorProto DescriptorProto ExtensionRangeOptions FieldDescr...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Psy Shell. * * (c) 2012-2018 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Psy\Command\ListCommand; use Psy\VarDumper\Presenter; use Symfony\Component\Console\Input\Inpu...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ *************************************************************************** ImportIntoSpatialite.py --------------------- Date : October 2016 Copyright : (C) 2016 by Mathieu Pellerin Email : nirvn dot asia at gmail dot com ******...
{ "pile_set_name": "Github" }
// Copyright 2019 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 proto import ( "google.golang.org/protobuf/encoding/protowire" "google.golang.org/protobuf/internal/encoding/messageset" "google.golang.org/protobuf...
{ "pile_set_name": "Github" }
/* * platform.c - DesignWare HS OTG Controller platform driver * * Copyright (C) Matthijs Kooijman <matthijs@stdin.nl> * * 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 r...
{ "pile_set_name": "Github" }
/* Firewall Builder Copyright (C) 2003 NetCitadel, LLC Author: Vadim Kurland vadim@fwbuilder.org $Id$ This program is free software which we release under the GNU General Public License. You may redistribute and/or modify this program under the terms of th...
{ "pile_set_name": "Github" }
// Regions @import "compass/support"; // The prefixed support threshold for css regions. // Defaults to the $graceful-usage-threshold. $regions-support-threshold: $graceful-usage-threshold !default; // Webkit, IE10 and future support for [CSS Regions](http://dev.w3.org/csswg/css3-regions/) // // $target is a value ...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
### OpenStreetMap setup ![13](images/13.png)
{ "pile_set_name": "Github" }
type t = { title: string, date: string, slug: string, author: string, }; let fromJs: ResourceIo.postShallow => t; let toJs: t => ResourceIo.postShallow; let query: unit => Future.t(Belt.Result.t(array(t), Errors.t));
{ "pile_set_name": "Github" }
/*! * Cropper v3.1.6 * https://github.com/fengyuanchen/cropper * * Copyright (c) 2014-2018 Chen Fengyuan * Released under the MIT license * * Date: 2018-03-01T13:33:39.581Z */ .cropper-container { direction: ltr; font-size: 0; line-height: 0; position: relative; -ms-touch-action: none; touch-actio...
{ "pile_set_name": "Github" }
{ "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "name": "npmlog", "description": "logger for npm", "version": "0.0.6", "repository": { "type": "git", "url": "git://github.com/isaacs/npmlog.git" }, "main": "log.js", "scripts": { "...
{ "pile_set_name": "Github" }
--- ms.topic: include author: shashankbarsin ms.author: shasb ms.date: 12/17/2019 ms.prod: devops ms.technology: devops-cicd-tasks --- ```YAML # Go # Get, build, or test a Go application, or run a custom Go command - task: Go@0 inputs: #command: 'get' # Options: get, build, test, custom #customCommand: # Req...
{ "pile_set_name": "Github" }
{ "name": "vuepress-plugin-typedoc", "version": "0.1.0", "description": "A VuePress plugin to build api documentation with TypeDoc.", "main": "dist/index.js", "files": [ "dist/" ], "bugs": { "url": "https://github.com/tgreyuk/typedoc-plugin-markdown/issues" }, "repository": { "type": "git"...
{ "pile_set_name": "Github" }
/***************************************************************************** * Copyright (C) 2006-2011 by Mikhail V. Zinin * * mzinin@gmail.com * * * * ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright (C) 2009-2010 Pedro Algarvio <pedro@algarvio.me> # # Basic plugin template created by: # Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com> # Copyright (C) 2007-2009 Andrew Resch <andrewresch@gmail.com> # Copyright (C) 2009 Damien Churchill <damoxc@gmail.com> # # This file is ...
{ "pile_set_name": "Github" }
{-# OPTIONS_GHC -F -pgmF hspec-discover #-}
{ "pile_set_name": "Github" }
# Building on Windows _This page was based originally on the COMPILE-WIN32.txt file traditionally provided with Schism Tracker sources. It has been rewriten with instructions that use newer tools._ ## Software needed To compile on Windows, the following things are needed: * mingw-gcc * Python * SDL headers and libs...
{ "pile_set_name": "Github" }
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of the License "Eclipse Public License v1.0" // which accompanies this distribution, and is available // at the URL "http://www.eclipse...
{ "pile_set_name": "Github" }
// Copyright 2016 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 amd64,!gccgo,!appengine #include "textflag.h" DATA iv0<>+0x00(SB)/4, $0x6a09e667 DATA iv0<>+0x04(SB)/4, $0xbb67ae85 DATA iv0<>+0x08(SB)/4, $0x3c6ef3...
{ "pile_set_name": "Github" }
/** * Copyright 2013 Facebook, 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 ...
{ "pile_set_name": "Github" }
# Editor.md ![](https://pandao.github.io/editor.md/images/logos/editormd-logo-180x180.png) ![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/re...
{ "pile_set_name": "Github" }
$ $ Alldifferent except 0 in Essence'. $ $ Decomposition of the global constraint alldifferent except 0. $ $ From Global constraint catalogue: $ http://www.emn.fr/x-info/sdemasse/gccat/sec4.6.html $ """ $ Enforce all variables of the collection VARIABLES to take distinct values, except those $ variables ...
{ "pile_set_name": "Github" }
// Copyright 2015 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 "chrome/browser/ui/views/frame/desktop_browser_frame_auralinux.h" #include "base/command_line.h" #include "chrome/browser/shell_integration_linu...
{ "pile_set_name": "Github" }
r4 r8 mib''8 do''4 do''4 | re''4 re''8. re''16 si'4. si'8 | do''4 do''16 re''16 mib''8 re''4 sol''4 ~| sol''8. fa''16 fa''8. fa''16 re''4 mib''8. mib''16 | mib''4 re''8. re''16 re''4 do''8 la'8 | fad'4 sol'8. sol'16 sol'8. la'16 fad'8. sol'16 | sol'4 si'8 mib''8 do''4 fa''8 re''8 | si'4 do''8. do''16 do''8. si'16 si'8....
{ "pile_set_name": "Github" }
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2007-2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LI...
{ "pile_set_name": "Github" }
-----BEGIN PRIVATE KEY----- MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC6iFGoRI4W1kH9 braIBjYQPTwT2erkNUq07PVoV2wke8HHJajg2B+9sZwGm24ahvJr4q9adWtqZHEI eqVap0WH9xzVJJwCfs1D/B5p0DggKZOrIMNJ5Nu5TMJrbA7tFYIP8X6taRqx0wI6 iypB7qdw4A8Njf1mCyuwJJKkfbmIYXmQsVeQPdI7xeC4SB+oN9OIQ+8nFthVt2Za qn4CkC86exCABiTMHGyXrZZhW7filhLA...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- #TextRNN: 1. embeddding layer, 2.Bi-LSTM layer, 3.concat output, 4.FC layer, 5.softmax import tensorflow as tf from tensorflow.contrib import rnn import numpy as np class TextRNN: def __init__(self,num_classes, learning_rate, batch_size, decay_steps, decay_rate,sequence_length, ...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/storagegateway/model/CachediSCSIVolume.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aw...
{ "pile_set_name": "Github" }
{ "version": 3, "file": "highlight.css", "sources": [], "sourcesContent": [], "names": [], "mappings": "" }
{ "pile_set_name": "Github" }
// // Progress bars // -------------------------------------------------- // Bar animations // ------------------------- // WebKit // @-webkit-keyframes progress-bar-stripes { // from { background-position: 40px 0; } // to { background-position: 0 0; } // } // // // Spec and IE10+ // @keyframes progress-bar-...
{ "pile_set_name": "Github" }
module Agda.TypeChecking.Empty ( isEmptyType , isEmptyTel , ensureEmptyType , checkEmptyTel ) where import Control.Monad.Except import Data.Semigroup import qualified Data.Set as Set import Agda.Syntax.Common import Agda.Syntax.Internal import Agda.Syntax.Internal.MetaVars import Agda.Syntax.Position imp...
{ "pile_set_name": "Github" }
// +build ignore /* * MinIO Cloud Storage, (C) 2019 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.apache.org/licenses/LICENSE-2.0 * * Unless require...
{ "pile_set_name": "Github" }
-----BEGIN RSA PRIVATE KEY----- MIICXQIBAAKBgQDRjVXfw8Uf5iLB2v2JxG9nDvN0B41cvaRsxx/Y8ue9woBLT4qQh TR26LrQWu18RjY1iEknwhxiE38c5MDLbV2nEBDRKv/y8plHEVrmp9uYpohF171cqm G1xKxddeiOgswxR/XAcHxDHMY+w2XJ590QTPhXovUGQVB25F6hZF2MdwIDAQABAoG BAKuErcdLrCuh6M0Xe/KpsC2AlVBhZhmEt/K5QZ4HpBsz+mKqJlaIURsK/u3Pnxbb OT+z330Fasnz/1Uc/5kCWWYL...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.dialog.add("placeholder",function(a){var b=a.lang.placeholder;a=a.lang.common.generalTab;return{title:b.title,minWidth:300,minHeight:80,contents:...
{ "pile_set_name": "Github" }
import json from django.contrib import messages from django.http import HttpResponse, HttpResponseRedirect from django.shortcuts import get_object_or_404, redirect, render, reverse from django.urls import reverse from django.utils import timezone from libvirt import libvirtError from accounts.models import UserInstan...
{ "pile_set_name": "Github" }
CONFIG_MAIN_PROJ_NAME="linux-2.6.22-arm32" CONFIG_ARM=y CONFIG_ARCH_MAGIC="2" CONFIG_COMMON_UTILISE=y CONFIG_PK_BUSYBOX=y CONFIG_BUSYBOX_WGET=y CONFIG_BUSYBOX_VERSION="1.13.3" CONFIG_BUSYBOX_SRC=3 CONFIG_PK_QEMU_SYSTEM=y CONFIG_QEMU_SYSTEM_WGET=y CONFIG_QEMU_SYSTEM_VERSION="3.1.0" CONFIG_QEMU_SYSTEM_SRC=3 CONFIG_ROOTFS...
{ "pile_set_name": "Github" }
/* * Copyright 2019 TNG Technology Consulting GmbH * * 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" }
<?php /* * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS B...
{ "pile_set_name": "Github" }
package com.ufreedom.demo; import android.graphics.Color; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import com.ufreedom.uikit.FloatingText; import com.ufreedom.uikit.effect.CurveFloatingPathEffect; import com.ufreedom.uikit.effect.CurvePathFloatingAnimator; i...
{ "pile_set_name": "Github" }
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
// // Copyright (C) OpenSim Ltd. // // This program 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 // of the License, or (at your option) any later version. // // This program is dis...
{ "pile_set_name": "Github" }
/* SCCS Id: @(#)dprintf.c 3.1 94/01/29 */ /* Copyright (c) Jon W{tte, 1993. */ /* NetHack may be freely redistributed. See license for details. */ #include "hack.h" #include "macwin.h" static Boolean KeyDown (unsigned short code) { unsigned char keys [16]; GetKeys ((void *) keys); return ((keys [code >> 3...
{ "pile_set_name": "Github" }