text
stringlengths
2
99.9k
meta
dict
.text .globl _gcm_gmult_4bit .p2align 4 _gcm_gmult_4bit: pushq %rbx pushq %rbp pushq %r12 L$gmult_prologue: movzbq 15(%rdi),%r8 leaq L$rem_4bit(%rip),%r11 xorq %rax,%rax xorq %rbx,%rbx movb %r8b,%al movb %r8b,%bl shlb $4,%al movq $14,%rcx movq 8(%rsi,%rax,1),%r8 movq (%rsi,%rax,1),%r9 andb $240,%bl m...
{ "pile_set_name": "Github" }
subroutine qrsolv(n,r,ldr,ipvt,diag,qtb,x,sdiag,wa) integer n,ldr integer ipvt(n) double precision r(ldr,n),diag(n),qtb(n),x(n),sdiag(n),wa(n) c ********** c c subroutine qrsolv c c given an m by n matrix a, an n by n diagonal matrix d, c and an m-vector b, the problem is to dete...
{ "pile_set_name": "Github" }
pub mod treap;
{ "pile_set_name": "Github" }
## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Exploit::Remote Rank = GreatRanking include Msf::Exploit::Remote::Udp def initialize(info = {}) super(update_info(info, 'Name' ...
{ "pile_set_name": "Github" }
<?php namespace App\Http\Controllers\Admin; use App\Shop; use Illuminate\Http\Request; use App\Http\Controllers\Controller; class DashboardController extends Controller { public function home() { $shops = Shop::all(); return view('admin.dashboard', ['shops' => $shops]); } }
{ "pile_set_name": "Github" }
/* Simple, thread-safe Go rate-limiter. Inspired by Antti Huima's algorithm on http://stackoverflow.com/a/668327 Example: // Create a new rate-limiter, allowing up-to 10 calls // per second rl := ratelimit.New(10, time.Second) for i:=0; i<20; i++ { if rl.Limit() { fmt.Println("DOH! Over limit!") ...
{ "pile_set_name": "Github" }
<h1>Code of conduct</h1> <p>Open Food Facts is a project driven by a community of volunteers. Everyone is invited to participate, and to make sure everyone feels welcome at all times, we ask that you interact with kindness and courtesy with other members and that you follow those rules:</p> <h2>Rules</h2> <h3>No di...
{ "pile_set_name": "Github" }
// Testing Harbour comments * * star comment * more star comments * NOTE Old fashion comment PROCEDURE Main() /* multiple lines comment */ QOut( "Ok!" ) && old fashion comment RETURN
{ "pile_set_name": "Github" }
# Copyright (C) 2001-2006 Python Software Foundation # Author: Barry Warsaw # Contact: email-sig@python.org """Class representing text/* type MIME documents.""" __all__ = ['MIMEText'] from email.encoders import encode_7or8bit from email.mime.nonmultipart import MIMENonMultipart class MIMEText(MIMENonMultipart): ...
{ "pile_set_name": "Github" }
define( [ "../core", "../data/var/dataPriv", "./support", "../event", "./trigger" ], function( jQuery, dataPriv, support ) { "use strict"; // Support: Firefox <=44 // Firefox doesn't have focus(in | out) events // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 // // Support: Chrome <=48 - ...
{ "pile_set_name": "Github" }
package com.apress.prospring5.ch12.config; import com.apress.prospring5.ch12.services.SingerService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.remoting.httpin...
{ "pile_set_name": "Github" }
# Copyright (C) 2018 Aaron Bolton # This file is distributed under the GPL2. msgid "" msgstr "" "Project-Id-Version: Before + After Images for Divi 1.0.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/before-after-image-extension\n" "POT-Creation-Date: 2018-07-18 03:23:27+00:00\n" "MIME-Version: 1.0\...
{ "pile_set_name": "Github" }
--TEST-- Defining a free-standing assert() function is deprecated --FILE-- <?php namespace FooBar; function assert() {} ?> --EXPECTF-- Fatal error: Defining a custom assert() function is not allowed, as the function has special semantics in %s on line %d
{ "pile_set_name": "Github" }
#include <vector> #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/layers/concat_layer.hpp" #include "caffe/layers/flatten_layer.hpp" #include "caffe/layers/pooling_layer.hpp" #include "caffe/layers/split_layer.hpp" #include "caffe/layers/spp_l...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftmemory.h */ /* */ /* Th...
{ "pile_set_name": "Github" }
.claro { /* Quick Filter */ .gridxQuickFilter { padding: 2px; } .gridxQuickFilterButton, .gridxQuickFilterComboButton { margin: 0; .dijitButtonNode { border: none; background: none; box-shadow: none; padding: 1px; -moz-transition-duration: 0.3s, 0.35s; -moz-transition-property: backgrou...
{ "pile_set_name": "Github" }
package typings.dojo.dojo.main import typings.dojo.dojo.store.api.Store import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation._ /** * Permalink: http://dojotoolkit.org/api/1.9/dojo/main.store.html * * */ trait store extends js.Object { /** * */ var util: js.Object ...
{ "pile_set_name": "Github" }
# Offline Marketplace Syndication The Syndication tool is now available as a module on the PowerShell Gallery. Please refer to [the official documenation](https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-download-azure-marketplace-item?view=azs-2002&pivots=state-disconnected) on how to download market...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AutumnBox.GUI.Services { interface ISubWindowDialogManager { Task<object> ShowDialog(string token, ISubWindowDialog dialog); } }
{ "pile_set_name": "Github" }
/*! @file Forward declares `boost::hana::EuclideanRing`. @copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_FWD_CONCEPT_EUCLIDEAN_RING_HPP #define BOOST_HANA_FWD_CONCEPT_EUCL...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using UtyDepend; using UtyDepend.Config; using UtyMap.Unity.Infrastructure.Formats; using UtyMap.Unity.Infrastructure.IO; using UtyRx; namespace UtyMap.Unity.Geocoding { /// <summary> Online geocoder ...
{ "pile_set_name": "Github" }
// @flow import type {Plugin} from 'jss' /** * Sort props by length. */ export default function jssPropsSort(): Plugin { const sort = (prop0, prop1) => { if (prop0.length === prop1.length) { return prop0 > prop1 ? 1 : -1 } return prop0.length - prop1.length } return { onProcessStyle(styl...
{ "pile_set_name": "Github" }
diff -up tinyxml/tinyxml.h~ tinyxml/tinyxml.h --- tinyxml/tinyxml.h~ 2007-11-30 22:39:36.000000000 +0100 +++ tinyxml/tinyxml.h 2007-11-30 22:39:36.000000000 +0100 @@ -26,6 +26,8 @@ distribution. #ifndef TINYXML_INCLUDED #define TINYXML_INCLUDED +#define TIXML_USE_STL 1 + #ifdef _MSC_VER #pragma warning( push ) #...
{ "pile_set_name": "Github" }
/***************************************************************************** ** ** ** Neversoft Entertainment. ** ** ** ** Copyright (C) 2002 - All Rights Reserved ** ** ** ***********************************...
{ "pile_set_name": "Github" }
#include "stretchitem.h" using namespace dtb; StretchItem::StretchItem(QWidget *parent) : Item(parent) { setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); } void StretchItem::mousePressEvent(QMouseEvent *e) { QWidget::mousePressEvent(e); }
{ "pile_set_name": "Github" }
/* polevl.c * p1evl.c * * Evaluate polynomial * * * * SYNOPSIS: * * int N; * double x, y, coef[N+1], polevl[]; * * y = polevl( x, coef, N ); * * * * DESCRIPTION: * * Evaluates polynomial of degree N: * * 2 N * y = C + C x + C x +...+ C x * 0 1...
{ "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" }
module: lisp-reader copyright: Original Code is Copyright (c) 2008-2010 Dylan Hackers; All rights reversed. License: See License.txt in this distribution for details. Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define constant $whitespace = one-of('\t', ' ', '\n', '\r'); define constant $end-of...
{ "pile_set_name": "Github" }
""" true inside foo FOO false inside bar BAR """ def eval(condition): return (foo() if condition else bar()) def foo(): print "inside foo" return "foo" def bar(): print "inside bar" return "bar" print "true" print eval(true).ToUpper() print "false" print eval(false).ToUpper()
{ "pile_set_name": "Github" }
Service Worker Sample: Immediate Control === See https://googlechrome.github.io/samples/service-worker/immediate-control/index.html for a live demo. Learn more at https://www.chromestatus.com/feature/6561526227927040
{ "pile_set_name": "Github" }
Flying Tarrasque ================ We are a team composed by two dudes who love to program and seek to make our mark in the world, whether by a project to improve the lives of people or recognition for quality work . About us =========================== | pedrohenriquerls | japoneiz |--- |--- | ![pedrohenriquerls](...
{ "pile_set_name": "Github" }
/* * Copyright 2017-2020 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in...
{ "pile_set_name": "Github" }
/* mbed Microcontroller Library * Copyright (c) 2015 ARM Limited * * 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 requir...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Freescale Semiconductor, Inc. * * calculate the organization and timing parameter * from ddr3 spd, please refer to the spec * JEDEC standard No.21-C 4_01_02_12R23A.pdf * * */ #include <common.h> #include <fsl_ddr_sdram.h> #include <fsl_ddr.h> /* * Calculate the Density of each Physical R...
{ "pile_set_name": "Github" }
{{- if and (.Files.Glob "files/docker-entrypoint-initdb.d/*") (not .Values.initDBConfigMap) }} apiVersion: v1 kind: ConfigMap metadata: name: {{ template "cassandra.fullname" . }}-init-scripts labels: app: {{ template "cassandra.name" . }} chart: {{ template "cassandra.chart" . }} release: {{ .Release.N...
{ "pile_set_name": "Github" }
// mksyscall.pl -l32 syscall_bsd.go syscall_freebsd.go syscall_freebsd_386.go // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build 386,freebsd package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func getgroups(ngid int, gid ...
{ "pile_set_name": "Github" }
module IgnorePreloadingNils extend ActiveSupport::Concern class_methods do # rubocop:disable all # This beast is copied from jsonapi-resources and as such is subject to their # license (MIT) and not the Kitsu license (Apache-2). # # Why do we have this? Look for the comment labelled "HACK" ...
{ "pile_set_name": "Github" }
![](https://github.com/indulgeIn/YBImageBrowser/blob/master/Images/banner.png) [![CocoaPods](https://img.shields.io/cocoapods/v/YBImageBrowser.svg)](https://cocoapods.org/pods/YBImageBrowser)&nbsp; [![CocoaPods](https://img.shields.io/cocoapods/p/YBImageBrowser.svg)](https://github.com/indulgeIn/YBImageBrowser)&nbsp; ...
{ "pile_set_name": "Github" }
server: port: 8082 rocketmq: producer: # 发送同一类消息的设置为同一个group,保证唯一,默认不需要设置,rocketmq会使用ip@pid(pid代表jvm名字)作为唯一标示 groupName: bailitest #mq的nameserver地址 namesrvAddr: 47.94.14.194:9876 #如果需要同一个jvm中不同的producer往不同的mq集群发送消息,需要设置不同的instanceName instanceName: bailiProducer #topic名称 topic: TEST...
{ "pile_set_name": "Github" }
// Copyright 2012 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 tls import ( "bytes" "errors" "fmt" "internal/testenv" "io" "math" "net" "strings" "testing" "time" ) var rsaCertPEM = `-----BEGIN CERTIFICA...
{ "pile_set_name": "Github" }
function M = euclideanfactory(m, n) % Returns a manifold struct to optimize over m-by-n matrices. % % function M = euclideanfactory(m, n) % % Returns M, a structure describing the Euclidean space of m-by-n matrices % equipped with the standard Frobenius distance and associated trace inner % product as a manifold for Ma...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f47f1e79863e27c46904308902d30551 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED...
{ "pile_set_name": "Github" }
/* * context.h * * Description: * POSIX thread macros related to thread cancellation. * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2012 Pthreads-win32 co...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/aux_/iter_fold_impl.hpp" header // -- DO NOT modify by hand! nam...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <targets> <target name="richTextBox" xsi:type="RichTextBox" controlName="richTextBox1" formName="form1" useDefaultRowColoringRules="true"> ...
{ "pile_set_name": "Github" }
/* * Asqatasun - Automated webpage assessment * Copyright (C) 2008-2019 Asqatasun.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at y...
{ "pile_set_name": "Github" }
/** Copyright 2013-2020 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see http://www.jhipster.tech/ * for more information. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
{ "pile_set_name": "Github" }
version 3.2.0
{ "pile_set_name": "Github" }
package org.fluxtream.core.utils.gson; import java.lang.reflect.Type; import java.util.Calendar; import java.util.Date; import javax.xml.bind.DatatypeConverter; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObj...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Main cib file base name</key> <string>MainMenu.cib</string> <key>CPBundleName</key> <string>ScalingTest</string> <key>CPBundleVersion</k...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.haroldadmin.moonshotRepository"/>
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`$Call testType<$Call<(amount: number) => { type: 'ADD'; payload: number }>>() (type) should match snapshot 1`] = `"{ type: \\"ADD\\"; payload: number; }"`; exports[`$Call testType<FnReturnType>() (type) should match snapshot 1`] = `"number"`; exports[`$Call testTyp...
{ "pile_set_name": "Github" }
'use strict'; var $ = require('./$') , global = require('./$.global') , $export = require('./$.export') , fails = require('./$.fails') , hide = require('./$.hide') , redefineAll = require('./$.redefine-all') , forOf = require('./$.for-of') , stric...
{ "pile_set_name": "Github" }
/* Copyright 2019 Benjamin Vedder benjamin@vedder.se This file is part of VESC Tool. VESC Tool is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "architexture@1x.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "architexture@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "architexture@3x.png", "scale" : ...
{ "pile_set_name": "Github" }
# This file helps to compute a version number in source trees obtained from # git-archive tarball (such as those provided by githubs download-from-tag # feature). Distribution tarballs (built by setup.py sdist) and build # directories (produced by setup.py build) will contain a much shorter file # that just contains th...
{ "pile_set_name": "Github" }
/* * %CopyrightBegin% * * Copyright Ericsson AB 2001-2016. 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" }
digraph { bgcolor="transparent"; rankdir="LR"; start[color="green"; fontcolor="green"]; end[color="green"; fontcolor="green"]; start -> b; start -> c[style=invis]; subgraph cluster0 { label="application"; b[label="request"]; e[label="receive"]; b -> e[style=dashed; label="wait", color=gray, fontcolor...
{ "pile_set_name": "Github" }
# Nitrogen atom, determination of an optimal densty parameter # Try to use defaults valid for other systems as well. #the adequate ecut and acell will depend on the system, and pseudopotential acell 7 7 7 ecut 20 #znucl also depends on the system znucl 7.0 #Here, the different trial densty ndtset 8 densty1 0...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> */ #include <common.h> #include <smbios.h> #include <asm/sfi.h> #include <asm/mpspec.h> #include <asm/tables.h> #include <asm/acpi_table.h> #include <asm/coreboot_tables.h> /** * Function prototype to write a specific confi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b405b0a10b58fc646975e4f5fb7b58fa TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 9 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestRefe...
{ "pile_set_name": "Github" }
/* * USB Empeg empeg-car player driver * * Copyright (C) 2000, 2001 * Gary Brubaker (xavyer@ix.netcom.com) * * Copyright (C) 1999 - 2001 * Greg Kroah-Hartman (greg@kroah.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
{ "pile_set_name": "Github" }
\DOC CONTR \TYPE {CONTR : term -> thm -> thm} \SYNOPSIS Implements the intuitionistic contradiction rule. \KEYWORDS rule, contradiction. \DESCRIBE When applied to a term {t} and a theorem {A |- F}, the inference rule {CONTR} returns the theorem {A |- t}. { A |- F -------- CONTR `t` A |- t } \FAILURE Fa...
{ "pile_set_name": "Github" }
@import "_variables.scss"; @import "../../bootstrap/bootstrap.scss"; @import "_bootswatch.scss"; @import "../../forum/logo.scss"; @import "../../forum/quotes.scss"; @import "../../forum/sidebar-help.scss"; @import "../../select2/select2-bootstrap.scss";
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <abapGit version="v1.0.0" serializer="LCL_OBJECT_DTEL" serializer_version="v1.0.0"> <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0"> <asx:values> <DD04V> <ROLLNAME>ZEXCEL_CONVERTER_OPTION_HIDEHD</ROLLNAME> <DDLANGUAGE>E</DDLANGUAGE> <DOMNAME>ZEXCE...
{ "pile_set_name": "Github" }
# # Copyright 2020 Centreon (http://www.centreon.com/) # # Centreon is a full-fledged industry-strength solution that meets # the needs in IT infrastructure and application monitoring for # service performance. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com...
{ "pile_set_name": "Github" }
/** * @license AngularJS v1.0.0rc5 * (c) 2010-2011 AngularJS http://angularjs.org * License: MIT * * TODO(vojta): wrap whole file into closure during build */ /** * @ngdoc overview * @name angular.mock * @description * * Namespace from 'angular-mocks.js' which contains testing related code. */ angular.moc...
{ "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" }
namespace UglyToad.PdfPig.DocumentLayoutAnalysis.Export.Alto { using System; using System.ComponentModel; using System.Xml.Serialization; public partial class AltoDocument { /// <summary> /// [Alto] Classification of the category of operation, how the file was created, including ge...
{ "pile_set_name": "Github" }
module.exports = { projectName: 'ORY Oathkeeper', projectSlug: 'oathkeeper', projectTagLine: 'A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written i...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) . "$CUR_DIR"/../shell_config.sh ${CLICKHOUSE_CLIENT} --query "CREATE TABLE system.columns AS numbers(10);" 2>&1 | grep -F "Code: 57" > /dev/null && echo 'OK' || echo 'FAIL' ${CLICKHOUSE_CLIENT} --query "CREATE TABLE system.columns engin...
{ "pile_set_name": "Github" }
workflows: opportunity_flow: attributes: opportunity_name: property_path: opportunity.name notes: property_path: opportunity.notes contact: property_path: opportunity.contact probability: property...
{ "pile_set_name": "Github" }
// @warnings{no-unused} module test; type Number Number; // @error{circular declaration}
{ "pile_set_name": "Github" }
#=Copyright (c) 2017 Gabriel Goh 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, distribute, subl...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace FluentAssertions.Specs.Common { internal static class TypeExtensions { private const BindingFlags AllMembersFlag = BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static | Bindi...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash if [ $# -lt 3 ]; then echo "usage: $0 <db-name> <db-user> <db-pass> [db-host] [wp-version]" exit 1 fi DB_NAME=$1 DB_USER=$2 DB_PASS=$3 DB_HOST=${4-localhost} WP_VERSION=${5-latest} WP_TESTS_DIR=${WP_TESTS_DIR-/tmp/wordpress-tests-lib} WP_CORE_DIR=${WP_CORE_DIR-/tmp/wordpress/} download() { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1987 Fujitsu * * 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, di...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('findLastIndexFrom', require('../findLastIndex')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Web.Http { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial struct HttpProgress { // Forced s...
{ "pile_set_name": "Github" }
{ "id": 222669735, "id_str": "222669735", "name": "my-list", "uri": "\/DanielaSfregola\/lists\/my-list", "subscriber_count": 0, "member_count": 0, "mode": "private", "description": "a nice description", "slug": "my-list", "full_name": "@DanielaSfregola\/my-list", "created_at": "Wed Oct 14 06:29:51...
{ "pile_set_name": "Github" }
<template> <div class="component-container container-fluid"> <!-- 错误提示 --> <transition name="fade"> <div v-if='!!tips.error || !!tips.success || false' class="alert alert-dismissible" :class="tips.success?'alert-success':'alert-danger'"> <button type="button" class="close" @click.prevent="dismis...
{ "pile_set_name": "Github" }
<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219100</memory> <currentMemory unit='KiB'>219100</currentMemory> <vcpu placement='static'>6</vcpu> <os> <type arch='x86_64' machine='pc'>hvm</type> <boot dev='network'/> </os> <cpu m...
{ "pile_set_name": "Github" }
This directory collects "newsfragments": short files that each contain a snippet of ReST-formatted text that will be added to the next release notes. This should be a description of aspects of the change (if any) that are relevant to users. (This contrasts with your commit message and PR description, which are a descri...
{ "pile_set_name": "Github" }
package logrus import ( "bytes" "encoding/json" "fmt" "runtime" ) type fieldKey string // FieldMap allows customization of the key names for default fields. type FieldMap map[fieldKey]string func (f FieldMap) resolve(key fieldKey) string { if k, ok := f[key]; ok { return k } return string(key) } // JSONF...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Properties that can be set by automated processes for http://paasta.readthedocs.io/en/latest/yelpsoa_configs.html#marathon-clustername-yaml", "type": "object", "additionalProperties": false, "minProperties": 1, "patternPrope...
{ "pile_set_name": "Github" }
{ "test_plugin_1-NO_SSL": "Dont run the DE dev server using HTTPS", "test_plugin_1-DEV": "Run the DE server with development mode defaults" }
{ "pile_set_name": "Github" }
"""Test tools. Attributes: easy_clang_complete (module): this plugin module SublBridge (SublBridge): class for subl bridge """ import imp from unittest import TestCase from os import path from EasyClangComplete.plugin.utils import tools from EasyClangComplete.plugin.utils import file imp.reload(tools) imp.re...
{ "pile_set_name": "Github" }
<resources> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">@color/primary</item> <item name="colorPrimaryDark">@color/primary_dark</item> <item name="colorAccent">@color/accent</item> </style> </resources>
{ "pile_set_name": "Github" }
/** * @version v0.5.1 BEEN CUSTOMISED @link https://github.com/webadvanced/ng-remote-validate */ ( function( angular ) { 'use strict'; if( !angular ) { throw 'Missing something? Please add angular.js to your project or move this script below the angular.js reference'; } var directiveId = 'ngR...
{ "pile_set_name": "Github" }
/* * shared mem stuff * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appe...
{ "pile_set_name": "Github" }
# Start a Freedom Business How to start a location and time independent business by Colin Wright. # The 5 W's **What's a freedom business?** A business that earns its owner money and time. You build it to create personal freedom for yourself and to support your ideal lifestyle. **Who should start one?** Some exam...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ This is the command-line front-end in charge of processing arguments and call the framework """ import getopt import os import subprocess import sys from collections import defaultdict def GetName(): return sys.argv[0] def Usage(Message): print("Usage:") print( GetName(...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Martin Winandy * * 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 w...
{ "pile_set_name": "Github" }
//// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF //// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO //// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A //// PARTICULAR PURPOSE. //// //// Copyright (c) Microsoft Corporation. All rights reserved #pragma once #...
{ "pile_set_name": "Github" }
#Wed Oct 15 15:08:50 CST 2014 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler...
{ "pile_set_name": "Github" }
# Maintainer: DuckSoft <realducksoft at gmail dot com> pkgname=qv2ray-plugin-naiveproxy-git _pkgname=qv2ray-plugin-naiveproxy pkgver=20200620.r28.bc20aac pkgrel=2 pkgdesc="Qv2ray Plugin: NaiveProxy (for Qv2ray v2.6.0-rc2+ only)" arch=('x86_64') url='https://github.com/Qv2ray/QvPlugin-NaiveProxy' license=('GPL3') # _vi...
{ "pile_set_name": "Github" }