text
stringlengths
2
99.9k
meta
dict
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2014-2020, Regents of the University of California, * Arizona Board of Regents, * Colorado State University, * University Pierre & Marie Curie, Sorbonne...
{ "pile_set_name": "Github" }
/*-----------------------------------------------------------------------------+ Copyright (c) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or copy ...
{ "pile_set_name": "Github" }
Polybar Documentation ===================== .. note:: This is still very much a work-in-progress. Most information is still to be found on our `GitHub Wiki <https://github.com/polybar/polybar/wiki>`_. We will migrate the wiki content step-by-step. Welcome to the official polybar documentation. ....
{ "pile_set_name": "Github" }
<Type Name="ScrollEventHandler" FullName="System.Windows.Forms.ScrollEventHandler"> <TypeSignature Language="C#" Value="public delegate void ScrollEventHandler(object? sender, ScrollEventArgs e);" FrameworkAlternate="net-5.0" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ScrollEventHandle...
{ "pile_set_name": "Github" }
{ "translations": { "Request failed, network connection unavailable!" : "Päring ei õnnestunud, võrguühendus puudub!", "Request unauthorized. Are you logged in?" : "Päring pole lubatud. Oled sa sisse loginud?", "Request forbidden. Are you an admin?" : "Päring on keelatud. Kas sa oled admin?", "Request fa...
{ "pile_set_name": "Github" }
/* * Clutter. * * An OpenGL based 'interactive canvas' library. * * Authored By Matthew Allum <mallum@openedhand.com> * * Copyright (C) 2006 OpenedHand * * 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...
{ "pile_set_name": "Github" }
import torch.utils.data from data.base_data_loader import BaseDataLoader import os def CreateDataset(dataroots,dataset_mode='2afc',load_size=64,): dataset = None if dataset_mode=='2afc': # human judgements from dataset.twoafc_dataset import TwoAFCDataset dataset = TwoAFCDataset() elif datas...
{ "pile_set_name": "Github" }
package io.improbable.keanu.vertices.tensor; import io.improbable.keanu.algorithms.VariableReference; import io.improbable.keanu.vertices.NonProbabilistic; import io.improbable.keanu.vertices.NonProbabilisticVertex; import io.improbable.keanu.vertices.NonSaveableVertex; import io.improbable.keanu.vertices.Vertex; impo...
{ "pile_set_name": "Github" }
/** @file Main file for Disconnect shell Driver1 function. (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials...
{ "pile_set_name": "Github" }
class AppUsage < ActiveRecord::Base validates :package_name, :usage_duration_in_seconds, :used_on, presence: true belongs_to :device scope :app_usages_per_device_app_day, lambda { AppUsage.select(:package_name,:device_id,:used_on). where("device_id IS NOT NULL"). order("used_on desc...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="Encoding"> <file url="file://$PROJECT_DIR$" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/eureka-server" charset="UTF-8" /> <file url="file://$PROJECT_DIR$/uaa-service" charset="UTF-8" /> <file url="file://$PROJECT_DIR$...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the linux kernel. # obj-y := dio.o dio-driver.o dio-sysfs.o
{ "pile_set_name": "Github" }
<?php /* |-------------------------------------------------------------------------- | Create The Application |-------------------------------------------------------------------------- | | The first thing we will do is create a new Laravel application instance | which serves as the "glue" for all the components of La...
{ "pile_set_name": "Github" }
// a passthrough stream. // basically just the most minimal sort of Transform stream. // Every written chunk gets output as-is. 'use strict'; module.exports = PassThrough; var Transform = require('./_stream_transform'); /*<replacement>*/ var util = require('core-util-is'); util.inherits = require('inherits'); /*</r...
{ "pile_set_name": "Github" }
123 XYZ
{ "pile_set_name": "Github" }
// // KNFBIntroViewController.m // KNFBFriendSelectorDemo // // Created by Kent Nguyen on 1/6/12. // Copyright (c) 2012 Kent Nguyen. All rights reserved. // #import "KNFBIntroViewController.h" #import "KNFBAppDelegate.h" @implementation KNFBIntroViewController - (void)viewDidLoad { [super viewDidLoad]; /...
{ "pile_set_name": "Github" }
<?php /** * ua-parser * * Copyright (c) 2011-2013 Dave Olsen, http://dmolsen.com * Copyright (c) 2013-2014 Lars Strojny, http://usrportage.de * * Released under the MIT license */ namespace UAParser; use UAParser\Result\OperatingSystem; class OperatingSystemParser extends AbstractParser { /** * Attemp...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * BTRFS filesystem implementation for U-Boot * * 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz */ #include "btrfs.h" #include <malloc.h> static int get_subvol_name(u64 subvolid, char *name, int max_len) { struct btrfs_root_ref rref; struct btrfs_inode_ref iref; struct btr...
{ "pile_set_name": "Github" }
// AntiAliased Nearest Neighbor // by jimbo1qaz and wareya // Licensed MIT // Parameter lines go here: // set to true to interpolate in sRGB instead of a pseudo-perceptual colorspace #pragma parameter NOGAMMA "Interpolate in sRGB" 0.0 0.0 1.0 1.0 // Do bilinear filtering instead of anti-aliased nearest neighbor filte...
{ "pile_set_name": "Github" }
#include <vector> #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/test/test_caffe_main.hpp" namespace caffe { template <typename Dtype> class BlobSimpleTest : public ::testing::Test { protected: BlobSimpleTest() : blob_(new Blob<Dt...
{ "pile_set_name": "Github" }
.cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; } .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; } .cm-s-the-matrix.CodeMirror ::selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the-matrix.CodeMirror ::-moz-selection { background: rgba(45, 45, 45, 0.99); } .cm-s-the...
{ "pile_set_name": "Github" }
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
{ "pile_set_name": "Github" }
version: 5.13.1.{build} environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 CMAKE_GENERATOR: Visual Studio 15 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 CMAKE_GENERATOR: Visual Studio 14 2015 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 CMAKE_GENERATOR: Visual Stu...
{ "pile_set_name": "Github" }
好奇心原文链接:[陈伟霆代言 Levi‘s,冈本和饿了么合作“便利店”| 乙方日报_商业_好奇心日报-宣海伦](https://www.qdaily.com/articles/48844.html) WebArchive归档链接:[陈伟霆代言 Levi‘s,冈本和饿了么合作“便利店”| 乙方日报_商业_好奇心日报-宣海伦](http://web.archive.org/web/20180916060030/http://www.qdaily.com:80/articles/48844.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3xx9e7q1vj30u071skjn...
{ "pile_set_name": "Github" }
window.WCT = { environmentScripts: [ 'stacky/lib/parsing.js', 'stacky/lib/formatting.js', 'stacky/lib/normalization.js', 'mocha/mocha.js', 'chai/chai.js', '@polymer/sinonjs/sinon.js', // 'accessibility-developer-tools/dist/js/axs_testing.js', // '@polymer/test-fixture/test-fixture.js' ...
{ "pile_set_name": "Github" }
// Copyright (c) 2015 HPE Software Inc. All rights reserved. // Copyright (c) 2013 ActiveState Software Inc. All rights reserved. package watch import ( "os" "runtime" "time" "github.com/hpcloud/tail/util" "gopkg.in/tomb.v1" ) // PollingFileWatcher polls the file for changes. type PollingFileWatcher struct { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 Atmosphère-NX * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, but ...
{ "pile_set_name": "Github" }
<div class="cf-org-usage"> <mat-card> <mat-card-header> <mat-card-title>Summary</mat-card-title> </mat-card-header> <mat-card-content> <div class="app-metadata"> <div class="app-metadata__two-cols"> <app-metadata-item label="User Org Role"> {{ (cfOrgService.userOr...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "container:Life Without CocoaPods.xcodeproj"> </FileRef> <FileRef location = "group:../../AsyncDisplayKit.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
letrec f1 x = x in letrec f2 x = f1 f1 x in letrec f3 x = f2 f2 x in letrec f4 x = f3 f3 x in letrec f5 x = f4 f4 x in (f5 0)
{ "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>BuildMachineOSBuild</key> <string>14F2009</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> ...
{ "pile_set_name": "Github" }
use super::ProofOfIndexingEvent; use crate::prelude::SubgraphDeploymentId; use stable_hash::prelude::*; use stable_hash::utils::AsBytes; use std::collections::HashMap; use web3::types::{Address, H256}; /// The PoI is the StableHash of this struct. This reference implementation is /// mostly here just to make sure that...
{ "pile_set_name": "Github" }
package com.company.adapter.section3; import java.util.Map; /** * @author cbf4Life cbf4life@126.com <br/> * I'm glad to share my knowledge with you all. */ public interface IOuterUserBaseInfo { // 基本信息,比如名称,性别,手机号码了等 public Map<?, ?> getUserBaseInfo(); }
{ "pile_set_name": "Github" }
/*Header-MicMac-eLiSe-25/06/2007 MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation eLiSe : ELements of an Image Software Environnement www.micmac.ign.fr Copyright : Institut Geographique National Author : Marc Pierrot Deseilligny Contributors : Gregoire Maille...
{ "pile_set_name": "Github" }
/* This file is based on: $XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.17 1998/11/10 11:55:40 dawes Exp $ Modified for readability by Nick Kurshev */ static int pci_config_type( void ) { unsigned long tmplong1, tmplong2; unsigned char tmp1, tmp2; int retval; retval = 0; outb(...
{ "pile_set_name": "Github" }
// Copyright 2007 The Closure Library 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 requ...
{ "pile_set_name": "Github" }
--- title: OlPermission Enumeration (Outlook) keywords: vbaol11.chm3101 f1_keywords: - vbaol11.chm3101 ms.prod: outlook api_name: - Outlook.OlPermission ms.assetid: 11126d37-33da-53f7-f5b6-ea8603998651 ms.date: 06/08/2017 --- # OlPermission Enumeration (Outlook) Indicates the permission restrictions on an **Item**....
{ "pile_set_name": "Github" }
package junit.framework; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier; /** * A test case defines the fixture to run multiple tests. To define a test case<br/> * <ol> * <li>implement a subclass of <code>TestCase</code></li> * <li>define ...
{ "pile_set_name": "Github" }
define(function(require) { 'use strict'; const _ = require('underscore'); const $ = require('jquery'); const mediator = require('oroui/js/mediator'); const BaseComponent = require('oroui/js/app/components/base/component'); const TaxFormatter = require('orotax/js/formatter/tax'); /** *...
{ "pile_set_name": "Github" }
// // basename.go (go-coreutils) 0.1 // Copyright (C) 2014, The GO-Coreutils Developers. // // Written By: Abram C. Isola, Michael Murphy // package main import "flag" import "fmt" import "os" import "path/filepath" import "strings" const ( help_text string = ` Usage: basename [SUFFIX] or: basename OPTION...
{ "pile_set_name": "Github" }
import * as React from 'react' import { LabelProps } from '../../elements/Label' import DropdownDivider from './DropdownDivider' import DropdownHeader from './DropdownHeader' import { default as DropdownItem, DropdownItemProps } from './DropdownItem' import DropdownMenu from './DropdownMenu' import DropdownSearchInput...
{ "pile_set_name": "Github" }
/* @license dhtmlxScheduler v.5.3.9 Standard To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com (c) XB Software Ltd. */ Sche...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-only */ #include <console/console.h> #include <cpu/intel/em64t101_save_state.h> #include <cpu/intel/smm_reloc.h> #include <cpu/x86/mp.h> #include <cpu/x86/msr.h> #include <cpu/x86/mtrr.h> #include <cpu/x86/smm.h> #include <device/device.h> #include <device/pci.h> #include <device/pc...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2011 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/licens...
{ "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. // Transport code. package http2 import ( "bufio" "bytes" "compress/gzip" "context" "crypto/rand" "crypto/tls" "errors" "fmt" "io" "io/ioutil" "log...
{ "pile_set_name": "Github" }
{ stdenv, lib, fetchurl, unzip , qt4 ? null, qmake4Hook ? null , withQt5 ? false, qtbase ? null, qtmacextras ? null, qmake ? null , fixDarwinDylibNames }: let pname = "qscintilla-qt${if withQt5 then "5" else "4"}"; version = "2.11.2"; in stdenv.mkDerivation rec { inherit pname version; src = fetchurl { u...
{ "pile_set_name": "Github" }
# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Protein conformations around a known structure based on geometric restrictions" HOMEPAGE="http://www.mpibpc.mpg.de/groups/de_groot/concoord/concoord.html" SRC_URI=" amd64? ( http://www.mpibp...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !gccgo #include "textflag.h" // // System calls for AMD64, Linux // // Just jump to package syscall's implementation for all these functions. // Th...
{ "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" }
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
{ "pile_set_name": "Github" }
import json import unittest from google.appengine.ext import testbed from perfkit.common import gae_test_util from perfkit.explorer.model import dashboard from perfkit.explorer.model import explorer_config class DashboardTest(unittest.TestCase): def setUp(self): self.testbed = testbed.Testbed() self.test...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 Uber Technologies, 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 a...
{ "pile_set_name": "Github" }
//O(n^2) #include<iostream> using namespace std; void InsertionSort(int a[]) { for(int i=0;i<15;i++) { for(int j=i;j>=0;j--) { if(a[j]>a[j+1]) { swap(a[j],a[j+1]); } else{ cout<<"FALTU KA COMPARISION BACH GAYA"<<" "<<endl; break; } } } return ; } int main() { int arr[]...
{ "pile_set_name": "Github" }
<?php namespace ProcessWire; /** * The Permissions class serves as the $permissions API variable. * * #pw-summary Provides management of all Permission pages independent of users, for access control. * * @method PageArray find($selector) Return the permissions(s) matching the the given selector query. * @met...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
// Copyright 2017 Walter Schulze // // 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...
{ "pile_set_name": "Github" }
package com.amazonaws.athena.connector.lambda.data; /*- * #%L * Amazon Athena Query Federation SDK * %% * Copyright (C) 2019 Amazon Web Services * %% * 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 t...
{ "pile_set_name": "Github" }
#coding=utf-8 ''' Created on 2016-1-13 @author: zhangtiande ''' from django.db import connection from dataaccess.auth_user.auth_user_sql import Permission class DAL_Permission(object): ''' classdocs ''' @staticmethod def get_all_custom_permission(): cursor = connection.cursor() ...
{ "pile_set_name": "Github" }
Output Info: show_time_lapse = FALSE show_raw_text = FALSE suppress_data = FALSE protect_prompt = FALSE no_hints_send = FALSE no_hints_recv = TRUE no_hints_info = FALSE silent = 0 dump_mail = FALSE hide_send = FALSE hide_receive =...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:27:39.927700", "description": "Java mysql binlog parser", "fork": false, "full_name": "tangfl/jbinlog", "language": "Java", "updated_at": "2015-02-27T23:41:45.193068" }
{ "pile_set_name": "Github" }
/** * @file * * @author jeffrey.daily@gmail.com * * Copyright (c) 2015 Battelle Memorial Institute. */ #include "config.h" #include <stdint.h> #include <stdlib.h> #define SG_STATS #define SG_SUFFIX _striped_neon_128_8 #define SG_SUFFIX_PROF _striped_profile_neon_128_8 #include "sg_helper.h" #include "parasai...
{ "pile_set_name": "Github" }
# Mac stuff. per-file *_mac*=ccameron@chromium.org
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, Ve...
{ "pile_set_name": "Github" }
(function(window,$){window.LaravelDataTables=window.LaravelDataTables||{};window.LaravelDataTables["%1$s"]=$("#%1$s").DataTable(%2$s);})(window,jQuery);
{ "pile_set_name": "Github" }
BODY { font-family: Helvetica, sans-serif } TD { font-family: Helvetica, sans-serif } P { font-family: Helvetica, sans-serif } H1 { font-family: Helvetica, sans-serif } H2 { font-family: Helvetica, sans-serif } H4 { font-family: Helvetica, sans-serif } P.tiny { font-size: 8pt }
{ "pile_set_name": "Github" }
/* * Copyright (c) 1997, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/** * Copyright IBM Corp. 2018, 2018 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export const unstable_tokens = [ // Spacing 'spacing01', 'spacing02', 'spacing03', 'spacing04', 'spacing05', 'spacing06', 'sp...
{ "pile_set_name": "Github" }
project_admin_utils Tracker_key Tracker key
{ "pile_set_name": "Github" }
package com.d_project.qrcode { /** * QRMath * @author Kazuhiko Arase */ internal class QRMath { function QRMath() { throw new Error(""); } private static var EXP_TABLE : Array; private static var LOG_TABLE : Array; private ...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: javax.activation:activation:1.1.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1.1/activation-1.1.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/javax/activation/activation/1.1.1/activa...
{ "pile_set_name": "Github" }
;;; Author: Tung Dao <me@tungdao.com> ;; NPM JavaScript project (define-project-type javascript-npm (generic) (or (look-for "package.json") (look-for "node_modules")) :irrelevant-files ("node_modules/") :tasks (("test" :shell "npm test"))) (provide 'eproject-javascript-npm)
{ "pile_set_name": "Github" }
/************************************************************************** * * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to d...
{ "pile_set_name": "Github" }
include stdlib
{ "pile_set_name": "Github" }
include/group_replication.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options ...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>service</cbid> <replay> <write><data>new\x0a</data></write> <write><data>sd 1\x0a</data></write> <write><data>s2s4\x0a</data></write> <read><delim>\x0a</delim><match><data>move q7q5\x0a</data></matc...
{ "pile_set_name": "Github" }
<preface id="preface"> <title>About This Book</title> <blockquote><para><quote>Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.</quote> Albert Einstein</para></blockquote> <sect1 id="acknowledgements"> <title>Acknowledgments</title> <sect2 id="acknowledgements-jo...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using AspectCore.DependencyInjection; using Microsoft.Extensions.Configuration; using Xunit; namespace AspectCore.Extensions.Configuration.Tests { public class ConfigurationBindingTest { [Fact] public void LoadBinding() { var dict = new Dict...
{ "pile_set_name": "Github" }
<?php /** * @link https://craftcms.com/ * @copyright Copyright (c) Pixel & Tonic, Inc. * @license https://craftcms.github.io/license/ */ namespace craft\commerce\records; use craft\commerce\db\Table; use craft\db\ActiveRecord; use craft\records\Element; use yii\db\ActiveQueryInterface; /** * Variant record. * ...
{ "pile_set_name": "Github" }
import sys import timeit from kombu import Connection TOTAL_MESSAGES = int(sys.argv[1]) with Connection("amqp://guest:guest@127.0.0.1:5672//") as conn: simple_queue = conn.SimpleQueue("simple_queue") # Block until we get the 'ready to start' message simple_queue.get(block=True) def get(): sim...
{ "pile_set_name": "Github" }
// Copyright 2016 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" }
/** * * Copyright (c) 2017 ytk-learn https://github.com/yuantiku * * 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" }
crwdns151760:0crwdne151760:0 crwdns151762:0crwdne151762:0 crwdns151764:0crwdne151764:0 crwdns151766:0crwdne151766:0 crwdns151768:0crwdne151768:0 crwdns151770:0crwdne151770:0 crwdns151772:0crwdne151772:0 crwdns151774:0crwdne151774:0 crwdns151776:0crwdne151776:0 crwdns151778:0crwdne151778:0 crwdns151780:0crwdne1517...
{ "pile_set_name": "Github" }
/* ** 2001 September 16 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** ******************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2011+, HL7, Inc. 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 copyrig...
{ "pile_set_name": "Github" }
using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; namespace Merp.Registry.Web.Api.Public { public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Build().Run(); } public static IWebHostBuilder CreateWebHostBuilder(s...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="16C67" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment version="1050" identifier="macosx"/> <plugIn identifier="com.ap...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby # encoding: utf-8 #Description: require_relative 'alfred' load 'kuaidi' def format_alfred_detail(detail) al = AlfredXML.new unless detail[:message] == 'ok' al.add_item do title detail[:message] end return al.to_s end al.add_item do attribute :arg, detail[:data].col...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. import QtQuick 2.10 import QtQuick.Controls 1.4 import QtQuick.Controls 2.3 as Controls2 import QtQuick.Controls.Styles 1.4 import UM 1.2 as UM import Cura 1.6 as Cura import ".." Item { id: qualityRow height: c...
{ "pile_set_name": "Github" }
/* (c) 2017-2018 Open Source Geospatial Foundation - all rights reserved * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.taskmanager.tasks; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import java.s...
{ "pile_set_name": "Github" }
[PATCH] fix mbtheme build issue when png support is disabled DEFAULTTHEME{,NAME} is not defined when png support is disabled, leading to compile errors in mbtheme.c: mbtheme.c: In function 'show_parse_error': mbtheme.c:2422:28: error: 'DEFAULTTHEME' undeclared (first use in this function) mbtheme.c:2422:28: note: eac...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1150" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
#ifndef INDIRECT_REFERENCE_DWA200415_HPP # define INDIRECT_REFERENCE_DWA200415_HPP // // Copyright David Abrahams 2004. Use, modification and distribution is // subject to 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) // // t...
{ "pile_set_name": "Github" }
gun wielding arnold schwarzenegger has a change of heart by the film's end and becomes a believer in god instead of a skeptic , going through an amazing transformation by having a christian epiphany in the final scene as he becomes someone who can now beat the devil by his faith alone . . . this is after two hours of t...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -euo pipefail run_dir=$(pwd) cd $(mktemp -d) echo "Downloading build artefacts to temporary directory:" pwd curl https://api.github.com/repos/LN-Zap/zap-desktop/releases/latest | jq '.assets[].browser_download_url' | xargs wget echo "Calculating checksums and signing the result..." export G...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ...
{ "pile_set_name": "Github" }
CMM.memsize(8) CMM.ptrsize(32) CMM.byteorder("NATIVE") CMM.globals(300) CMM.imports({ "cmmprint16" }) CMM.exports({ "main", "przero" }) CMM.section("data") CMM.align(4) CMM.define_label("data1") CMM.data(32, nil) CMM.skip(4) CMM.emit_raddr("main", 4) CMM.define_label("GC_main") CMM.end_section() CMM.se...
{ "pile_set_name": "Github" }
<html> <body> <menu type="list"> <input type="image" src="bullet.png" alt="Bullet" value="Image button in menu element"> </menu> <div role="menu"> <input type="image" src="bullet.png" alt="Bullet" value="Image button in element with menu role"> </div> </menu> </body> </html>
{ "pile_set_name": "Github" }
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html # one: # column: value # # two: # column: value
{ "pile_set_name": "Github" }
// -- copyright // OpenProject is an open source project management software. // Copyright (C) 2012-2020 the OpenProject GmbH // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. // // OpenProject is a fork of ChiliProject, which i...
{ "pile_set_name": "Github" }