text stringlengths 2 99.9k | meta dict |
|---|---|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>1.1 CRAN | The ggedit gitbook</title>
<meta name="description" content="ggedit user book" />
<meta name="generator" content="bookdown ... | {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
class d
class d<T where H.e:A{struct B{class d<e>:d
| {
"pile_set_name": "Github"
} |
{
"_from": "which@^1.2.14",
"_id": "which@1.3.0",
"_inBundle": false,
"_integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "which... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
26460D64FF89CA404F6F9D81 /* Pods_ANREye_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D477BAA2D2C568E57014022E /* Pods_ANREye_Tests.framework */; };
4C41E60C351787236285654C ... | {
"pile_set_name": "Github"
} |
USING: editors io.standard-paths kernel make math.parser
namespaces sequences strings ;
IN: editors.vim
TUPLE: vim ;
T{ vim } editor-class set-global
SYMBOL: vim-path
HOOK: find-vim-path editor-class ( -- path )
HOOK: vim-ui? editor-class ( -- ? )
SYMBOL: vim-tabs?
M: vim vim-ui? f ;
M: vim find-vim-path "vim" ?... | {
"pile_set_name": "Github"
} |
# source: https://raw.githubusercontent.com/tqdm/tqdm/v4.19.8/tqdm/__init__.py
# version: 4.48.0
# date: 2020-07-20
# The modules _tqdm_gui, _tqdm_notebook, and _tqdm_pandas are not included.
# Also removed syscall on import in _version module.
from .std import tqdm, trange
# from .gui import tqdm as tqdm_gui # TODO:... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*... | {
"pile_set_name": "Github"
} |
package flags
import (
"strconv"
)
type multiTag struct {
value string
cache map[string][]string
}
func newMultiTag(v string) multiTag {
return multiTag{
value: v,
}
}
func (x *multiTag) scan() (map[string][]string, error) {
v := x.value
ret := make(map[string][]string)
// This is mostly copied from ref... | {
"pile_set_name": "Github"
} |
# mapstructure [](https://godoc.org/github.com/mitchellh/mapstructure)
mapstructure is a Go library for decoding generic map values to structures
and vice versa, while providing helpful error handling.
This library is most useful when decoding va... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-aggregator:v1.9.8-beta.0
| {
"pile_set_name": "Github"
} |
/*
* PLUGIN UNPACK
*
* Slovak language file.
*
* Author:
*/
theUILang.unpack = "Unpack";
theUILang.unpackPath = "Unpack to (leave blank for the torrent's current directory)";
theUILang.unzipNotFound = "Unpack plugin: rTorrent user can't access 'unzip' program.";
theUILang.unrarNotFound = "Unpack plugin: ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -eou pipefail
URL=$1
shift
# youtube-dl --restrict-filenames --force-ipv4 --format best -o '%(uploader)s_%(title)s.%(ext)s' "$URL" $@
youtube-dl --no-mtime --restrict-filenames --force-ipv4 -o '%(uploader)s_%(title)s.%(ext)s' "$URL" $@
# youtube-dl --restrict-filenames \
# --force-i... | {
"pile_set_name": "Github"
} |
RS-AN-MARGIN(1) General Commands Manual RS-AN-MARGIN(1)
NNAAMMEE
RS-an-margin - reStructuredText peeks at an internal register
DDEESSCCRRIIPPTTIIOONN
regular text
zero indent 168
non-zero indent 252
back to zero indent 168
back to re... | {
"pile_set_name": "Github"
} |
// Package api implements an HTTP-based API and server for CFSSL.
package api
import (
"encoding/json"
"io/ioutil"
"net/http"
"github.com/cloudflare/cfssl/errors"
"github.com/cloudflare/cfssl/log"
)
// Handler is an interface providing a generic mechanism for handling HTTP requests.
type Handler interface {
Ha... | {
"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"
} |
op {
name: "ExperimentalMapAndBatchDataset"
input_arg {
name: "input_dataset"
type: DT_VARIANT
}
input_arg {
name: "other_arguments"
type_list_attr: "Targuments"
}
input_arg {
name: "batch_size"
type: DT_INT64
}
input_arg {
name: "num_parallel_calls"
type: DT_INT64
}
... | {
"pile_set_name": "Github"
} |
<form action="<?php echo $action; ?>" method="get">
<input type="hidden" name="mid" value="<?php echo $mid; ?>" />
<input type="hidden" name="amt" value="<?php echo $amt; ?>" />
<input type="hidden" name="amt_editable" value="N" />
<input type="hidden" name="currency" value="<?php echo $currency; ?>" />
<inpu... | {
"pile_set_name": "Github"
} |
<body>
{{> JetSetter}}
</body>
<template name="JetSetter">
{{#if MeteorToys}}
<div id="JetSetter" class="MeteorToys {{expanded}}">
{{#if MeteorToys_Pro}}
{{> JetSetter_header_pro}}
{{> JetSetter_create}}
{{#each SessionItems}}
{{> JetSetter_row}}
{{/each}}
{{#if MeteorT... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSInvocation.h>
@interface NSInvocation (NSInvocationDebugDescription)
- (id)debugDescription;
@end
| {
"pile_set_name": "Github"
} |
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# bu... | {
"pile_set_name": "Github"
} |
\new Staff {
\set Staff.instrumentName="Viola"
\set Staff.midiInstrument="viola"
\key c \major
\clef alto
\relative c'' {
R1*77 |
r8 r16 g32 d <h g>8 r16 d32 h g8 r r4 |
R1 |
r2 r8 r16 c'32 g e8 r16 g32 e |
c4 r r2 |
r8 r32 a cis e a8 r32 cis, e a cis4 r |
r8 r16 d32 a f8 r16 a32 f d4 r |
r8 r16 d... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
</head>
<body>
<p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p>
</body>
</html> | {
"pile_set_name": "Github"
} |
SELECT
f.folder_id,
f.name,
project_id,
p.folder_id,
p.name,
p.[description]
FROM
[catalog].projects p
INNER JOIN
[catalog].folders f ON p.folder_id = f.folder_id
ORDER BY
f.[name],
p.[name] | {
"pile_set_name": "Github"
} |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export { registerHelpers } from './elasticsearch';
export { getRandomString ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2004 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"pile_set_name": "Github"
} |
mvn -e exec:java -Dexec.mainClass="org.dllearner.algorithm.tbsl.Evaluation" -Dexec.classpathScope="test" -Dexec.args="tbsl/evaluation/dbpedia-train.xml"
| {
"pile_set_name": "Github"
} |
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
| {
"pile_set_name": "Github"
} |
//
// DPTableViewCellSegmentedControlItem.m
// DTRichTextEditor
//
// Created by Daniel Phillips on 20/05/2013.
// Copyright (c) 2013 Cocoanetics. All rights reserved.
//
#import "DPTableViewCellSegmentedControlItem.h"
@implementation DPTableViewCellSegmentedControlItem
- (id)initWithImage:(UIImage *)image highl... | {
"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 semver implements comparison of semantic version strings.
// In this package, semantic version strings must begin with a leading "v",
// as in "v1.0.... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/
/* Component containers
----------------------------------*/
.ui-widg... | {
"pile_set_name": "Github"
} |
1.
```ts
class AppConfigurator {
reportType: ReportTypes
formatters = {
[ReportTypes.Html]: HtmlFormatterFactory,
[ReportTypes.Txt]: TxtFormatterFactory,
default: TxtFormatterFactory
}
constructor(reportType: ReportTypes) {
this.reportType = reportType
}
configure(reportData: ReportData): ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="keywords" content="4store, database, RDF, Semantic Web, Web, SPA... | {
"pile_set_name": "Github"
} |
exports.f = require('./_wks');
| {
"pile_set_name": "Github"
} |
# Event 1002 - IOControlreceivedbytheserialclassextension
###### Version: 1
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|Request|Pointer|None|`None`|
|TBD|IoControlCodeString|UnicodeString|None|`None`|
## Tags
* etw_level_Informational
* e... | {
"pile_set_name": "Github"
} |
/*****************
* Notebooks and *
* tabs *
*****************/
.notebook {
padding: 0px;
border-color: @transparent;
border-style: solid;
border-radius: 0px;
border-width: 2px 0px 0px 0px;
border-image: none;
background-color: shade(@theme_bg_color, 0.97);
-unico-focus-bo... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<geometry>
<cell id="1" fill="5" region="151 -152 153 -154 1380 -1370" />
<cell id="52" material="9" name="Fuel rod active region - 1.6% enr radial 0: Fuel 1.6%" region="-35" universe="8" />
<cell id="53" material="5" name="Fuel rod active region - 1.6% enr radial 1: Helium... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "linux_ppp.h"
#include "triton.h"
#include "log.h"
#include "events.h"
#include "ppp.h"
#include "ppp_ipv6cp.h"
#include "ipdb.h"
#include "memdebug.h"
struct recv_opt_t
{
struct list_head entry;
struct ipv6cp_opt_hdr... | {
"pile_set_name": "Github"
} |
import { extractIndexFieldNames } from './extract-index-field-names';
import { getIndexes } from '../index-manager';
import { COLLECTION_KEY, SCOPE_KEY } from '../../../utils/constants';
import { ConnectionManager } from '../../../connections/connection-manager';
import { getModelMetadata } from '../../utils/model.util... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (c) 2012-2013, Batu Alp Ceylan
~
~ This copyrighted material is made available to anyone wishing to use, modify,
~ copy, or redistribute it subject to the terms and conditions of the GNU
~ Lesser General Public License, as published by the Free Software Foundation.
~
~ This program is dis... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013 Google, Inc.
*
* 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 granted to anyone to use this software for any purpose,
* including commercial appl... | {
"pile_set_name": "Github"
} |
// Code generated by go generate gen.go; DO NOT EDIT.
//go:generate go run gen.go
package atom
const (
A Atom = 0x1
Abbr Atom = 0x4
Accept Atom = 0x1a06
AcceptCharset Atom = 0x1a0e
Accesskey Atom = 0x2c09
Acronym ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MMCommon/MMService.h>
#import "IMsgExt-Protocol.h"
#import "MMKernelExt-Protocol.h"
#import "MMService-Protocol.h"
#import "P... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... | {
"pile_set_name": "Github"
} |
declare var foo
declare var foo;
declare function foo(): void
declare function foo(): void;
declare function foo<T>(): void;
declare function foo(x: number, y: string): void;
declare class A1 {}
declare class A1<T> extends B<T> { x: number }
declare class A1 { static foo(): number; static x : string }
declare class A1 ... | {
"pile_set_name": "Github"
} |
#pragma once
#include <gsl/span>
#include <tl/optional.hpp>
#include "util/locked.hpp"
#include "util/thread.hpp"
#include "services/controller.hpp"
#include "util/serial.hpp"
#include "RtMidi.h"
#include "board/hardware_map.hpp"
#include "board/mcu_controller.hpp"
namespace otto::services {
using namespace ot... | {
"pile_set_name": "Github"
} |
//= require ./bootstrap/transition
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
//= require ./bootstrap/dropdown
//= require ./bootstrap/modal
//= require ./bootstrap/tab
//= require ./bootstrap/affix
//= require ./bootstrap/scrollspy
//=... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: includes.h,v 1.54 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
* This file includes most of the needed system headers.
*
* As far as I am concerned, the code I h... | {
"pile_set_name": "Github"
} |
//===-- SparcInstrInfo.h - Sparc Instruction Information --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
InspectorTest.log('Checks createContext().');
var executionContextIds = new Set();
var contextGroup1 = new InspectorTest.ContextGroup();
var session1 =... | {
"pile_set_name": "Github"
} |
uint64 timestamp # time since system start (microseconds)
uint16 free_memory_bytes
float32 voltage_v # Servo rail voltage in volts
float32 rssi_v # RSSI pin voltage in volts
# PX4IO status flags (PX4IO_P_STATUS_FLAGS)
bool status_outputs_armed
bool status_override
bool status_rc_ok
bool status_rc_ppm
bool status... | {
"pile_set_name": "Github"
} |
0020..007E
00A0..0377
037A..037E
0384..038A
038C..038C
038E..03A1
03A3..0527
0531..0556
0559..055F
0561..0587
0589..058A
058F..058F
0591..05C7
05D0..05EA
05F0..05F4
0600..0604
0606..061B
061E..070D
070F..074A
074D..07B1
07C0..07FA
0800..082D
0830..083E
0840..085B
085E..085E
08A0..08A0
08A2..08AC
08E4..08FE
0900..0977
0... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012 Massachusetts Institute of Technology
*
* 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... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
/**
* editable_selects.js
*
* Released under LGPL License.
* Copyright (c) 1999-2017 Ephox Corp. All rights reserved
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
var TinyMCE_EditableSelects = {
editSelectElm : null,
init : function () {
var nl = do... | {
"pile_set_name": "Github"
} |
const fse = require('fs-extra');
const copy = require('copy');
console.log('Removing old dist files...');
// Retaining node_modules by not deleting the whole dist folder
fse.removeSync('../dist/browser/');
fse.removeSync('../dist/models/');
fse.removeSync('../dist/render/');
fse.removeSync('../dist/services/');
fse.re... | {
"pile_set_name": "Github"
} |
class AddBlockRulesInMessageAndNickname < Jennifer::Migration::Base
def up
change_table(:block_rules) do |t|
t.add_column :in_message, :bool, {:null => false, :default => true}
t.add_column :in_nickname, :bool, {:null => false, :default => false}
end
end
def down
change_table(:block_rules... | {
"pile_set_name": "Github"
} |
<launch>
<node name="WheelOdometry" pkg="autorally_core" type="WheelOdometry" output="screen"/>
<param name="vehicle_wheelbase" value="0.57785" />
<param name="vehicle_width" value="0.3175" />
<param name="using_sim" value="false" />
<!-- note: the debug parameter delays the output of the angular vel... | {
"pile_set_name": "Github"
} |
21 15
0x0000 0x0001 ../lucsans/lsr.12
0x0001 0x00FF 1 B.10.1
| {
"pile_set_name": "Github"
} |
private
selectSetting: aSymbol
| list choice appClass |
appClass := self application class.
list := appClass optionsFor: aSymbol.
list isEmpty
ifTrue: [ ^ self ].
choice := UIManager default
chooseFrom: list
title: 'Select options for ' localized , aSymbol.
choice = 0
ifTrue: [ ^ self ].
appClass perform... | {
"pile_set_name": "Github"
} |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* 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 th... | {
"pile_set_name": "Github"
} |
<html>
<body>Show default file template usage.
</body>
</html> | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:29:15.467680",
"description": "Gulp plugin to run a webserver (with LiveReload)",
"fork": false,
"full_name": "AveVlad/gulp-connect",
"language": "JavaScript",
"updated_at": "2015-02-27T23:44:13.060020"
} | {
"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"
} |
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright 1992-2013 Free Software Foundation, Inc.
timestamp='2013-11-29'
# This file 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... | {
"pile_set_name": "Github"
} |
package com.winterbe.java8.samples.stream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.TimeUnit;
/**
* @author Benjamin Winterberg
*/
public class Streams12 {
public static void main(Str... | {
"pile_set_name": "Github"
} |
#include "callback.h"
#include <QGLViewer/qglviewer.h>
#include <math.h>
Scene::Scene(const QGLViewer *const v) {
// Connect the viewer signal to our draw slot.
connect(v, SIGNAL(drawNeeded()), this, SLOT(draw()));
}
// Draws a spiral
void Scene::draw() {
const float nbSteps = 200.0;
glBegin(GL_QUAD_STRIP);
... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Newscoop
* @copyright 2011 Sourcefabric o.p.s.
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace Newscoop\Query;
use \Doctrine\ORM\Query\AST\Functions\FunctionNode,
\Doctrine\ORM\Query\Parser,
\Doctrine\ORM\Query\Lexer,
\Doctrine\ORM\Query\SqlWalker;
/**
* DayOfMon... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "rubygems/dependency"
require_relative "shared_helpers"
require_relative "rubygems_ext"
module Bundler
class Dependency < Gem::Dependency
attr_reader :autorequire
attr_reader :groups, :platforms, :gemfile, :git, :branch
PLATFORM_MAP = {
:ruby => Gem::Plat... | {
"pile_set_name": "Github"
} |
#ifndef SIMIT_LOWER_PRINTS_H
#define SIMIT_LOWER_PRINTS_H
#include "ir.h"
namespace simit {
namespace ir {
Func lowerPrints(Func func);
}}
#endif
| {
"pile_set_name": "Github"
} |
error: lifetime may not live long enough
--> $DIR/regions-free-region-ordering-caller.rs:11:12
|
LL | fn call2<'a, 'b>(a: &'a usize, b: &'b usize) {
| -- -- lifetime `'b` defined here
| |
| lifetime `'a` defined here
LL | let z: Option<&'b &'a usize> = None;
| ... | {
"pile_set_name": "Github"
} |
/* Flot plugin for automatically redrawing plots as the placeholder resizes.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
It works by listening for changes on the placeholder div (through the jQuery
resize event plugin) - if the size changes, it will redraw the plot.
There are no opt... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace Another.Place
{
using System.Collections.Generic;
using FunctionalTests.ProductivityApi.TemplateModels.CsMonsterModel;
public class CustomerMm
{
publi... | {
"pile_set_name": "Github"
} |
import { start } from "@thi.ng/hdom";
import { canvasWebGL } from "@thi.ng/hdom-components";
import {
concat,
lookAt,
perspective,
rotationX44,
rotationY44,
} from "@thi.ng/matrices";
import { SOA } from "@thi.ng/soa";
import { permutations, repeat } from "@thi.ng/transducers";
import { normalize } ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -fexceptions -fcxx-exceptions -std=c++11 -O1 -triple x86_64 -emit-llvm -o - | FileCheck %s
// lifetime.end should be invoked even if the destructor doesn't run due to an
// exception thrown from previous ctor call.
struct A { A(); ~A(); };
A Baz(const A&);
void Test1() {
// CHECK-LABEL: @_Z5T... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import, division, unicode_literals
from datrie import Trie as DATrie
from pip._vendor.six import text_type
from ._base import Trie as ABCTrie
class Trie(ABCTrie):
def __init__(self, data):
chars = set()
for key in data.keys():
if not isinstance(key, te... | {
"pile_set_name": "Github"
} |
FROM python:3.6
RUN pip install pipenv==11.9.0
RUN mkdir /etc/ceryx
COPY Pipfile Pipfile.lock /etc/ceryx/
WORKDIR /etc/ceryx
RUN pipenv install --system --dev --deploy
COPY . /opt/ceryx
WORKDIR /opt/ceryx
ENV PORT 5555
CMD python api.py
| {
"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"
} |
/*
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"
} |
// Copyright 2018 The Prometheus 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... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
FactoryBot.define do
factory :votable do
end
end
| {
"pile_set_name": "Github"
} |
const innerBinarySearch = (arr, key, from, to) => {
if (from > to) {
return -1;
}
const middleIndex = Math.trunc((from + to) / 2);
if (arr[middleIndex] > key) {
return innerBinarySearch(arr, key, from, middleIndex - 1);
} else if (arr[middleIndex] < key) {
return innerBinar... | {
"pile_set_name": "Github"
} |
require('../modules/es6.function.bind');
require('../modules/es6.function.name');
require('../modules/es6.function.has-instance');
module.exports = require('../modules/_core').Function;
| {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-proxy-amd64:v1.7.0
| {
"pile_set_name": "Github"
} |
# ------------------------------------------------------------------------------
# Copyright (c) Microsoft
# Licensed under the MIT License.
# Written by Bin Xiao (Bin.Xiao@microsoft.com)
# ------------------------------------------------------------------------------
# coding: utf-8
# pylint: disable=missing-docstrin... | {
"pile_set_name": "Github"
} |
StartChar: less.subs
Encoding: 1114343 -1 1026
Width: 354
Flags: MW
LayerCount: 2
Fore
SplineSet
87 138 m 2
314 43 l 2
327 37 330 15 330 10 c 0
330 7 326 -5 322 -3 c 2
42 117 l 2
30 122 15 130 15 134 c 0
15 139 24 156 36 161 c 2
322 281 l 2
326 283 330 270 329 266 c 0
326 252 322 241 309 235 c 2
86 141 l 2
8... | {
"pile_set_name": "Github"
} |
<?php
/*
V5.14 8 Sept 2011 (c) 2000-2011 John Lim (jlim#natsoft.com). All rights reserved.
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence. See License.txt.
Set tabs to 4 for best viewing.
... | {
"pile_set_name": "Github"
} |
# 9 - Troy
# County Title
title = c_troy
# Settlements
max_settlements = 4
b_rensselaer_NY = castle
b_troy_NY = temple
b_wynantskill_NY = city
# Misc
culture = hudsonian
religion = occultist
| {
"pile_set_name": "Github"
} |
/*
XXXXX XXXXXX XXXXXXX XXX XXX XXXXXXX XXXXX
XXX XXX XXX XXX XX XXX XXX XXX XXXXXXXX XXX XXX
XXXXXXX XXX XXX XXX XXX XXX XXXXXXXX XXXXXXX
XXX XXX XXX XXX XXX XXX XXXXXXXX XXX
XXX XXX XXX XXX XXX XX XXXXX XXXXXXXX XXX XXX
XXXXX XXX XXX XXXXXXX XXX XXX XXX XXXXX
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2018
// MIT License
#pragma once
namespace ArduinoJson {
namespace Internals {
template <typename TInput>
void skipSpacesAndComments(TInput& input) {
for (;;) {
switch (input.current()) {
// spaces
case ' ':
case '\t':
ca... | {
"pile_set_name": "Github"
} |
/* Test program for DWARF (.debug_frame) CFI handling.
Copyright (C) 2009-2010, 2013, 2015, 2018 Red Hat, Inc.
This file is part of elfutils.
This file 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 Foundatio... | {
"pile_set_name": "Github"
} |
package com.nordnetab.chcp.main.model;
/**
* Created by Nikolay Demyankov on 25.08.15.
* <p/>
* Enum for plugin specific errors.
*/
public enum ChcpError {
NONE(0, ""),
// region Actual errors
FAILED_TO_DOWNLOAD_APPLICATION_CONFIG(-1, "Failed to download application configuration file"),
APPLICA... | {
"pile_set_name": "Github"
} |
# Redis1 sentinel.conf
# port <sentinel-port>
# The port that this sentinel instance will run on
port 26382
bind 127.0.0.1
# sentinel announce-ip <ip>
# sentinel announce-port <port>
#
# The above two configuration directives are useful in environments where,
# because of NAT, Sentinel is reachable from outside via a... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
// +-------------------------------------------------... | {
"pile_set_name": "Github"
} |
package integration;
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.WebDriverProvider;
import com.codeborne.selenide.WebDriverRunner;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.WebDriver;
imp... | {
"pile_set_name": "Github"
} |
1.Enum Process By PsLookupProcessByProcessId/travel Active List/PspCidTable
2.Hdie Process By Process Active List/PspCidTable
3.Monitor Process CreateInformation By PsSetCreateProcessNotifyRoutineEx
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "桃園市蘆竹區南昌路45號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCoun... | {
"pile_set_name": "Github"
} |
.\"/*
.\" * Copyright (c) 2012 Red Hat, Inc.
.\" *
.\" * All rights reserved.
.\" *
.\" * Author: Jan Friesse (jfriesse@redhat.com)
.\" *
.\" * This software licensed under BSD license, the text of which follows:
.\" *
.\" * Redistribution and use in source and binary forms, with or without
.\" * modification, are perm... | {
"pile_set_name": "Github"
} |
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under Simplified BSD License (see LICENSE)
GAUGES = [
"memcache.total_items",
"memcache.curr_items",
"memcache.limit_maxbytes",
"memcache.uptime",
"memcache.bytes",
"memcache.curr_connections",
"memcache.connection_structures"... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.