text
stringlengths
2
99.1k
meta
dict
table.datatable { @extend .table, .table-striped, .table-bordered, .table-hover; td.actions { vertical-align: middle; align: center; div.btn-group { display: flex; } a { @extend .btn; } } td.truncate { max-width: 1px; @include text-overflow(); } }
{ "pile_set_name": "Github" }
export GETDNS_ENABLED="no" export GETDNS_LOGLEVEL='4'
{ "pile_set_name": "Github" }
{ "measurements": { "Cloud Albedo": { "id": "cloud-albedo", "title": "Cloud Albedo", "subtitle": "MERRA-2", "sources": { "MERRA-2": { "id": "merra2", "title": "MERRA-2", "descriptio...
{ "pile_set_name": "Github" }
@import '~assets/less/variable'; .largeWrapper { width: 160px; height: 160px; line-height: 160px; } .profileWrapper { width: 120px; height: 120px; line-height: 120px; } .defaultWrapper { width: 80px; height: 80px; line-height: 80px; } .smallWrapper { width: 40px; height: 40px; line-height: 4...
{ "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 <objc/NSObject.h> @interface PodsDummy_MMDB_Objc : NSObject { } @end
{ "pile_set_name": "Github" }
commandlinefu_id: 1334 translator: weibo: '' hide: true command: |- $ grep -rl oldstring . |xargs sed -i -e 's/oldstring/newstring/' summary: |- recursive search and replace old with new string, inside files
{ "pile_set_name": "Github" }
{ "ver": "2.2.0", "uuid": "9139051d-f174-4c03-92a7-e4a39902fac4", "type": "sprite", "wrapMode": "clamp", "filterMode": "bilinear", "premultiplyAlpha": false, "subMetas": { "heitao_small": { "ver": "1.0.3", "uuid": "71d34242-1ca6-4e9c-8258-9ef646e5e856", "rawTextureUuid": "9139051d-f1...
{ "pile_set_name": "Github" }
%---------------------------------------------------------------------------% % vim: ts=4 sw=4 et ft=mercury %---------------------------------------------------------------------------% :- module add_type_nr_2. :- interface. :- type foo ---> a ; b(int). :- pred init(foo::out) is det. :- implement...
{ "pile_set_name": "Github" }
Gammu, perangkat managemen mobile- Instalasi ============================================ Lihat docs/manual/project/install.rst untuk petunjuk instalasi atau lihat bab "Compiling Gammu" dalam Manual Gammu.
{ "pile_set_name": "Github" }
--net-file=input_tri.net.xml --detector-files=input_tri.det.xml --detector-output detectors_def.det.xml --measure-files xxx.txt,input_flows.txt
{ "pile_set_name": "Github" }
%module xxx %typemap(in) (char *str, int len) { } %apply (char *str, int len) { int x };
{ "pile_set_name": "Github" }
I setup health checking. When I fail some hosts, Envoy starts routing to all of them again. Why? ================================================================================================ This feature is known as the load balancer :ref:`panic threshold <arch_overview_load_balancing_panic_threshold>`. It is used ...
{ "pile_set_name": "Github" }
<h1>New Product</h1> <%= render 'form' %>
{ "pile_set_name": "Github" }
sphinx>=1.4 ipykernel nbsphinx recommonmark sphinx-autodoc-typehints sphinx-gallery cython numpy matplotlib
{ "pile_set_name": "Github" }
module FbGraph2 class Domain < Node include Edge::Insights register_attributes( raw: [:name] ) end end
{ "pile_set_name": "Github" }
var $export = require('./_export'); // 19.1.2.3 / 15.2.3.7 Object.defineProperties(O, Properties) $export($export.S + $export.F * !require('./_descriptors'), 'Object', {defineProperties: require('./_object-dps')});
{ "pile_set_name": "Github" }
from django.core.management import BaseCommand from jet_django.utils.backend import get_token class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument('token', nargs='?', type=str) def handle(self, *args, **options): token = get_token() if token: ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "ic_addoption.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "ic_addoption@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : ...
{ "pile_set_name": "Github" }
<h2>New user</h2> <%= render "form.html", changeset: @changeset, action: user_path(@conn, :create), roles: @roles %> <%= link "Back", to: user_path(@conn, :index) %>
{ "pile_set_name": "Github" }
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the li...
{ "pile_set_name": "Github" }
# Makefile for the dss1_divert ISDN module # Each configuration option enables a list of files. obj-$(CONFIG_ISDN_DIVERSION) += dss1_divert.o # Multipart objects. dss1_divert-y := isdn_divert.o divert_procfs.o divert_init.o
{ "pile_set_name": "Github" }
# Makefile for the dss1_divert ISDN module # Each configuration option enables a list of files. obj-$(CONFIG_ISDN_DIVERSION) += dss1_divert.o # Multipart objects. dss1_divert-y := isdn_divert.o divert_procfs.o divert_init.o
{ "pile_set_name": "Github" }
$LabConfig=@{ DomainAdminName='LabAdmin'; AdminPassword='LS1setup!'; Prefix = 'WSLab17763.973-'; SwitchName = 'LabSwitch'; DCEdition='4'; Internet=$true ; AdditionalNetworksConfig=@(); VMs=@()} $LabConfig.VMs += @{ VMName = 'Management' ; ParentVHD = 'Win2019_G2.vhdx' } $LabConfig.VMs += @{ VMName = 'CA' ;...
{ "pile_set_name": "Github" }
// +build solaris package system import ( "syscall" ) // fromStatT creates a system.StatT type from a syscall.Stat_t type func fromStatT(s *syscall.Stat_t) (*StatT, error) { return &StatT{size: s.Size, mode: uint32(s.Mode), uid: s.Uid, gid: s.Gid, rdev: uint64(s.Rdev), mtim: s.Mtim}, nil }
{ "pile_set_name": "Github" }
export * from './application' export * from './breakpoint' export * from './goto' export * from './icons' export * from './lang' export * from './presets' export * from './theme'
{ "pile_set_name": "Github" }
//+build !go1.9 package concurrent import "sync" // Map implements a thread safe map for go version below 1.9 using mutex type Map struct { lock sync.RWMutex data map[interface{}]interface{} } // NewMap creates a thread safe map func NewMap() *Map { return &Map{ data: make(map[interface{}]interface{}, 32), } ...
{ "pile_set_name": "Github" }
server.port: 7003 server.error.include-message: always logging: level: root: INFO se.magnus: DEBUG --- spring.profiles: docker server.port: 8080
{ "pile_set_name": "Github" }
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from test.djinni #import <Foundation/Foundation.h> /** * we need to test optional interface * this one will be used */ @interface DBSampleInterface : NSObject @end
{ "pile_set_name": "Github" }
Crypto
{ "pile_set_name": "Github" }
{"text": ["lookn", "4wins", ":", "$", "vz", "volume", "$", "vz", "most", "recent", "stock", "chart", "and", "URL"], "created_at": "Sun Nov 02 16:08:08 +0000 2014", "user_id_str": "386787305"}
{ "pile_set_name": "Github" }
package com.github.javaparser.utils; /** * Simply a pair of objects. * @param <A> type of object a. * @param <B> type of object b. */ public class Pair<A, B> { public final A a; public final B b; public Pair(A a, B b) { this.a = a; this.b = b; } }
{ "pile_set_name": "Github" }
source.. = src/main/java/,\ src/main/resources/ bin.includes = META-INF/,\ .,\ OSGI-INF/,\ NOTICE output.. = target/classes/
{ "pile_set_name": "Github" }
package main import ( "fmt" "github.com/docker/docker/pkg/namesgenerator" ) func main() { fmt.Println(namesgenerator.GetRandomName(0)) }
{ "pile_set_name": "Github" }
import basemod import inspect import sys class _Popen(basemod.Popen): def __init__(self, *args, **kw): print(inspect.getfile(self.__init__)) print(inspect.getfile(super(_Popen, self).__init__)) super(_Popen, self).__init__(*args, **kw) # Reduce recursion limit to shorten traceback sys.set...
{ "pile_set_name": "Github" }
-- re-export all of C module Mod118_B (C(..)) where import Mod118_A hiding (C(m1)) import Mod118_A (C)
{ "pile_set_name": "Github" }
var parent = require('../../es/object/define-setter'); module.exports = parent;
{ "pile_set_name": "Github" }
require.define($__filename, function (require, module, exports, __dirname, __filename) { $body }); require($__filename);
{ "pile_set_name": "Github" }
---------....#......---------... .........#....#....#............ ...------#.G..#....#............ ..#......bbb...#...#............ ..#.G.E........#...#............ ..#.bbbb.......#....#........... ..#...........#.---..#....GG---. ..#..........#.......#....BB.... ..#..........#...G...#.......... ..#----...G.#....B..#.....
{ "pile_set_name": "Github" }
# frozen_string_literal: true json.default_country_id(Spree::Country.default.id) json.default_country_iso(Spree::Config[:default_country_iso])
{ "pile_set_name": "Github" }
import vtkTextureMapToSphere from './TextureMapToSphere'; import vtkTextureMapToPlane from './TextureMapToPlane'; export default { vtkTextureMapToPlane, vtkTextureMapToSphere, };
{ "pile_set_name": "Github" }
#include <assert.h> #include <threads.h> int main() { thrd_yield(); assert(0); return 0; }
{ "pile_set_name": "Github" }
package com.steveperkins.fitnessjiffy; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(final String[] args) { SpringApplication.run(Application.class, args); ...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License bg{ Version{"2.1.19.14"} collations{ standard{ Sequence{"[reorder Cyrl]"} Version{"31.0.1"} } } }
{ "pile_set_name": "Github" }
{ "id": "blue-nurses-uniform", "name": "Blue Nurse's Uniform", "category": "Tops", "games": { "nl": { "orderable": true, "fashionThemes": [ "Official" ], "set": "Welcome amiibo Update", "sources": [ "Able Sisters" ], "buyPrices": [ { ...
{ "pile_set_name": "Github" }
__version__ = "1.0.1" __author__ = "The MediaCrush developers" __email__ = "support@mediacru.sh"
{ "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. package cfg import ( "bytes" "fmt" "go/ast" "go/parser" "go/token" "testing" ) const src = `package main import "log" func f1() { live() return dea...
{ "pile_set_name": "Github" }
--- -api-id: M:Windows.UI.Xaml.Controls.ToggleSplitButtonAutomationPeer.Collapse -api-type: winrt method ms.custom: RS5 --- <!-- Method syntax. public void ToggleSplitButtonAutomationPeer.Collapse() --> # Windows.UI.Xaml.Controls.ToggleSplitButtonAutomationPeer.Collapse ## -description Hides the contr...
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'Camera' target in the 'Camera' project // #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif
{ "pile_set_name": "Github" }
<ul> <li>This line spans more than one line and is lazy</li> <li>Similar to this line</li> </ul>
{ "pile_set_name": "Github" }
#!/usr/local/bin/perl # Show a form for editing a generic attribute or adding one require './zones-lib.pl'; do 'forms-lib.pl'; &ReadParse(); $zinfo = &get_zone($in{'zone'}); $zinfo || &error($text{'edit_egone'}); if (!$in{'new'}) { # Find the filesystem object ($attr) = grep { $_->{'name'} eq $in{'old'} } @{$zinfo->...
{ "pile_set_name": "Github" }
# This is the official list of Snappy-Go authors for copyright purposes. # This file is distinct from the CONTRIBUTORS files. # See the latter for an explanation. # Names should be added to this file as # Name or Organization <email address> # The email address is not required for organizations. # Please keep the lis...
{ "pile_set_name": "Github" }
// Copyright 2015 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 gxui type ButtonType int const ( PushButton ButtonType = iota ToggleButton ) type Button interface { LinearLayout Text() string SetText(string) ...
{ "pile_set_name": "Github" }
#!/bin/bash source ${HOME}/.bashrc.rdbox-hq ipcalc -n "${AWS_VPC_CIDR}" | grep 'Address' | awk '{print $2}' #
{ "pile_set_name": "Github" }
--- name: TemPy desc: HTML Object-Oriented Templating system site: https://github.com/Hrabal/TemPy tags: - html - oop - graphs - tree - python upforgrabs: name: low-hanging-fruit link: https://github.com/Hrabal/TemPy/labels/low-hanging-fruit stats: issue-count: 2 last-updated: '2020-03-31T21:05:43Z'
{ "pile_set_name": "Github" }
- fix issues when using `ImageManipulator` and `ImagePicker` on SDKs lower than 32 - fix `Location.watchPositionAsync` never resolving on SDK32
{ "pile_set_name": "Github" }
{{>licenseInfo}} import Foundation {{>generatedCode}} @objc public final class {{apiName}}ApiController: NSObject { // Singleton static let instance = {{apiName}}ApiController() override private init() {} private var requestHandler: {{apiName}}ApiRequestHandlerProvider? @objc public func re...
{ "pile_set_name": "Github" }
init var a = 10 if a > 9 assert( a > 9 ) else assert_not_reached()
{ "pile_set_name": "Github" }
namespace WowPacketParser.Enums { public enum GarrisonMissionResult { Success, Failure } }
{ "pile_set_name": "Github" }
comment: layout: "header, diff, changes, sunburst, uncovered" coverage: range: "50..75" status: patch: false
{ "pile_set_name": "Github" }
framework module E { umbrella header "E-macOS-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
lf lf crlf lf lf
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s struct A { void f(); }; struct B : A {}; void m() { const B b; (b.*&B::f)(); // expected-error{{drops 'const' qualifier}} ((&b)->*&B::f)(); // expected-error{{drops 'const' qualifier}} }
{ "pile_set_name": "Github" }
.flow-on .mod-pray .dropdown-input{ width: 171px; } .flow-on .mod-pray-h12 .dropdown-input{ width: 131px; } /*TODO find a better solution*/ /*.flow-on .mod-pray .dropdown-list{ width: 201px!important; } .flow-on .mod-pray-h12 .dropdown-list{ width: 162px!important; }*/
{ "pile_set_name": "Github" }
--- execution: - concurrency: 1 hold-for: 1m scenario: BZM-API scenarios: BZM-API: default-address: ${default-address} requests: - headers: Authorization: Basic ${__base64Encode(${auth})} url: ${default-path}/tests variables: auth: USER:PASSWORD settings: env: default-add...
{ "pile_set_name": "Github" }
import Button from "./components/Button"; import SubmitButton from "./components/SubmitButton"; export { Button, SubmitButton }
{ "pile_set_name": "Github" }
Typed Arrays The `for-of` loop in ES6 Rest parameters The `spread` operator `WeakMap` in ES6
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "ic_pf_leave.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "ic_pf_leave@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1,...
{ "pile_set_name": "Github" }
transaction nuking free space
{ "pile_set_name": "Github" }
9; 9; 9; 9;
{ "pile_set_name": "Github" }
> $\star$ Prove that in the array $P$ in procedure `PERMUTE-BY-SORTING`, the > probability that all elements are unique is at least $1 - 1/n$. Let $\Pr\\{j\\}$ be the probability that the element with index $j$ is unique. If there are $n^3$ elements, then the $\Pr\\{j\\} = 1 - \frac{j-1}{n^3}$. $$ \begin{align} \P...
{ "pile_set_name": "Github" }
version: '2' services: web: image: nginx:latest ports: - "8080:80" volumes: - ./code:/code - ./site.conf:/etc/nginx/conf.d/default.conf networks: - code-network php: image: php:fpm volumes: - ./code:/cod...
{ "pile_set_name": "Github" }
o: D: D: 2: D: l: D: u:
{ "pile_set_name": "Github" }
// to indexed object, toObject with fallback for non-array-like ES3 strings var IObject = require('./_iobject'); var defined = require('./_defined'); module.exports = function (it) { return IObject(defined(it)); };
{ "pile_set_name": "Github" }
require('../../../modules/es6.array.some'); module.exports = require('../../../modules/_entry-virtual')('Array').some;
{ "pile_set_name": "Github" }
<header>Adres van servers om te updaten</header> <p>Dit veld specificeert het oude adres van de servers die worden gemodificeerd.</p>
{ "pile_set_name": "Github" }
class NestedArrayLengthInference { public void doStuff(int r) { int[] length16array = new int[16]; int[] unknownLengthArray = new int[r]; // CF seems to think that if one array has constant length, all do?? int[][] myNewArray = new int[][] {unknownLengthArray, length16array}; ...
{ "pile_set_name": "Github" }
******** SERVER ******** 1999-03-02 09:44:33 H=[127.0.0.1] temporarily rejected connection in "connect" ACL 1999-03-02 09:44:33 H=[ip4.ip4.ip4.ip4] temporarily rejected connection in "connect" ACL
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "LaunchImage.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "LaunchImage@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "LaunchImage@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "LaunchImage.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "LaunchImage@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "LaunchImage@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "LaunchImage.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "LaunchImage@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "LaunchImage@3x.png", "scale" : "3x" ...
{ "pile_set_name": "Github" }
while (true) { var x = function () {}; } for (var i = 0; i < 5; i++) { var y = function () {}; } while (true) { function z() {} }
{ "pile_set_name": "Github" }
java_library(name = "file_without_trailing_newline")
{ "pile_set_name": "Github" }
// Copyright 2019 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" }
tstgtgen gtgen out=xxxlab1 'tiecnvrt + geotiff=("ModelTiePointTag=(2,3,0,350807.4,5317081.3,0.0)", + "ModelTiePointTag=(202,103,0,351807.4,5316081.3,0.0)", + "ModelTiePointTag=(2,103,0,350807.4,5316081.3,0.0)", + "GTRasterTypeGeoKey=1(RasterPixelIsArea)") Beginning VICAR task gtgen ...
{ "pile_set_name": "Github" }
main = return $ 1 + 2 -- putStrLn "Hello, world!" a1 x = let y = 1 in x + y
{ "pile_set_name": "Github" }
AXValueChanged on AXSlider
{ "pile_set_name": "Github" }
package co.sentinel.lite.ui.rating; public interface ReviewListener { void onReview(int stars); }
{ "pile_set_name": "Github" }
{ "settings": { "createApp": { "url": "https://api.imgur.com/oauth2/addclient", "image": "config.png" }, "copyingKey": { "url": "http://imgur.com/account/settings/apps", "image": "keys.png" }, "install": { "href": { "provider": "http://imgur.com/", "docs": "http://api...
{ "pile_set_name": "Github" }
package example /** * It is link to [example other func][example] * * Sure, it is [example] * * [example]: example.someOtherFunc */ fun a() { } fun someOtherFunc() { }
{ "pile_set_name": "Github" }
export default { name: 'common/space/delTrailingBlanks', index: '-3', handler(text) { return text.replace(/[ \t]+\n/g, '\n'); } };
{ "pile_set_name": "Github" }
require('../../../modules/es7.string.trim-left'); module.exports = require('../../../modules/_entry-virtual')('String').trimLeft;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> </dict> </plist>
{ "pile_set_name": "Github" }
#ifdef GL_ES precision mediump float; #endif varying vec3 v_reflect; uniform samplerCube u_cubeTex; uniform vec4 u_color; void main(void) { gl_FragColor = textureCube(u_cubeTex, v_reflect) * u_color; }
{ "pile_set_name": "Github" }
{ "products": [ { "description": "", "name": "V310", "vendor": "ZyXEL" }, { "description": "N300 Wireless Router", "name": "E1500 (1.0)", "vendor": "Linksys" }, { "description": "Maximum Perfo...
{ "pile_set_name": "Github" }
function d3_noop() {}
{ "pile_set_name": "Github" }
EXAMPLE addl HYPOTHESES: POINT O A; ON-CIRCLE B O A; ON-CIRCLE C O A; ON-CIRCLE D O A; LINE X A B; LINE X B C; LINE X C D; LINE X D A; LINE X A C; LINE X B D; SHOW: NO.
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> </dict> </plist>
{ "pile_set_name": "Github" }
# ==== Purpose ==== # # Verify that their is no crash any more while executing a # 'CREATE...SELECT' statement even if it is interrupted at # debug point 'mysql_lock_tables_kill_query' in the middle # and 'CREATE TABLE' event was not logged when # binlog_format=row, gtid_mode=off and autocommit=0. # # ==== Implementati...
{ "pile_set_name": "Github" }
alter table gha_skip_commits add dt timestamp without time zone; update gha_skip_commits set dt = now(); alter table gha_skip_commits alter column dt set not null;
{ "pile_set_name": "Github" }
require 'forwardable' class LimitedURI extend Forwardable def_delegators :@uri, :scheme, :host, :port, :port=, :path, :query, :query=, :to_s def initialize(uri) @uri = uri end def ==(other) to_s == other.to_s end def self.parse(uri) return uri if uri.is_a? LimitedURI return new(uri) i...
{ "pile_set_name": "Github" }