text
stringlengths
2
99.9k
meta
dict
-- -- 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")...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005 Massachusetts Institute of Technology * Copyright (c) 2007 Secure Endpoints Inc. * * 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, includ...
{ "pile_set_name": "Github" }
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. #import <UIKit/UIKit.h> //! Project version number for Chisel. FOUNDATION_EXPORT double ChiselVersionNumber; //! Pro...
{ "pile_set_name": "Github" }
#define __CLC_ATOMIC_OP or #define __CLC_ATOMIC_ADDRESS_SPACE local #include "../atom_int32_binary.inc"
{ "pile_set_name": "Github" }
alert('hello web-webpack-plugin from' + NAME);
{ "pile_set_name": "Github" }
# to-regex-range [![NPM version](https://img.shields.io/npm/v/to-regex-range.svg?style=flat)](https://www.npmjs.com/package/to-regex-range) [![NPM monthly downloads](https://img.shields.io/npm/dm/to-regex-range.svg?style=flat)](https://npmjs.org/package/to-regex-range) [![NPM total downloads](https://img.shields.io/np...
{ "pile_set_name": "Github" }
<launch> <node pkg="nodelet" type="nodelet" name="standalone_nodelet" args="manager"/> <node pkg="nodelet" type="nodelet" name="Points" args="load velodyne/Points standalone_nodelet" output="screen"/> <include file="$(find dgccompat)/launch/playback.launch" args="$(arg args)"> <arg name="args" value="/home/pnk2...
{ "pile_set_name": "Github" }
#!/bin/bash USER=HTTP_USER PASSWORD=HTTP_PASSWORD API_URI=https://remote.example.com/rm/ DOWNLOAD_DIR="YOUR_DOWNLOAD_DIR" # e.g. /mnt/usb/download SORT_DIR="YOUR_SORT_DIR" #e.g. /mnt/usb/complete OUTOUT="/tmp/aria2-complete.txt" echo "$3" >>$OUTOUT # remove file from server FILENAME=$(basename "$3") curl -s -v --u...
{ "pile_set_name": "Github" }
{ "activePlaceCount": 0, "birth": { "place": { "name": "Warszawa, Polska", "placeName": "Warszawa", "placeType": "inhabited_place" }, "time": { "startYear": 1907 } }, "birthYear": 1907, "date": "1907\u20131989", "death": { "time": { "startYear": 1989 ...
{ "pile_set_name": "Github" }
<mjml> <mj-body background-color="#fff"> <mj-section> <mj-column> <mj-image width="100px" src="{{host}}/assets/images/logos/logo_Gauzy.svg" ></mj-image> <mj-divider border-color="#1B005D" border-width="1px" ></mj-divider> <mj-text font-size="20px" font-family="helvetica" ...
{ "pile_set_name": "Github" }
import mongoose from 'mongoose' import bluebird from 'bluebird' import config from 'config' export default () => { // Set mongoose promise mongoose.Promise = bluebird // Function to create url connection const _connection = ({ MONGO_USERNAME = config.mongo.username, MONGO_PASSWORD = config....
{ "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/list.hpp" header // -- DO NOT modify by hand! namespace boost { namespace m...
{ "pile_set_name": "Github" }
namespace Server.Items { public class Feathernock : BaseQuiver { public override bool IsArtifact => true; [Constructable] public Feathernock() : base() { SetHue = 0x594; Attributes.WeaponDamage = 10; WeightReduction = 30; ...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, soft...
{ "pile_set_name": "Github" }
using System; using System.Threading; using Microsoft.Kusto.ServiceLayer.LanguageServices; using Microsoft.Kusto.ServiceLayer.LanguageServices.Contracts; using NUnit.Framework; namespace Microsoft.Kusto.ServiceLayer.UnitTests.LanguageServices { public class BindingQueueTests { [Test] public voi...
{ "pile_set_name": "Github" }
.help-page h1, .help-page .h1, .help-page h2, .help-page .h2, .help-page h3, .help-page .h3, #body.help-page, .help-page-table th, .help-page-table pre, .help-page-table p { font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; } .help-page p...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.gu.identity</groupId...
{ "pile_set_name": "Github" }
// Copyright 2014 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 darwin dragonfly freebsd linux netbsd openbsd package test import ( "bytes" "testing" "golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh/agent"...
{ "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. // Linux system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates system ...
{ "pile_set_name": "Github" }
//--------------------------------------------------------------------------- // E L E N A P r o j e c t: ELENA Compiler // // This file contains ELENA Executive Linker class implementation // Supported platforms: Linux32 // (C)2015-2020, by Alexei Rakov //------...
{ "pile_set_name": "Github" }
//Apache2, 2014-present, WinterDev using System; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm { public abstract partial class RenderElement : IRenderElement { //------ //TODO: check if we can remove the _rootGfx here or not *** //check if all rendering ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Diagnostics.ContractsLight; namespace BuildXL.Cache.ContentStore.Stores { /// <summary> /// Provide transaction semantics for a reservation request. /// </summary> public sealed class R...
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package cloudtrail import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" smithy "github.com/awslabs/smithy-go" "github.com/awslabs/smithy-go/middlewa...
{ "pile_set_name": "Github" }
from typing import List, Pattern, Dict import regex from recognizers_text.utilities import RegExpUtility from ...resources.french_date_time import FrenchDateTime from ..base_time import TimeParserConfiguration, AdjustParams from ..base_configs import BaseDateParserConfiguration, DateTimeUtilityConfiguration from .time...
{ "pile_set_name": "Github" }
# Time-stamp: <03/10/17 19:29:26 ptr> # $Id$ install-static: install-release-static install-dbg-static install-stldbg-static install-release-static: release-static $(INSTALL_STATIC_BIN_DIR) $(INSTALL_A) $(PRG_A) $(INSTALL_STATIC_BIN_DIR) @if exist $(A_PDB_NAME_OUT) $(INSTALL_A) $(A_PDB_NAME_OUT) $(INSTALL_STATIC_BI...
{ "pile_set_name": "Github" }
[Desktop Entry] Icon=cs-fonts Exec=cinnamon-settings fonts Type=Application OnlyShowIn=X-Cinnamon; Categories=Settings; Name=Font Selection Name[af]=Kies lettertipe Name[am]=የ ፊደል ምርጫዎች Name[ar]=تحديد الخط Name[ast]=Esbilla de fonte Name[az]=Yazı biçiminin Seçimi Name[be]=Выбар шрыфта Name[bg]=Избор на шрифт Name[bs]=I...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeA...
{ "pile_set_name": "Github" }
// *************************************************************************** // * // * Copyright (C) 2013 International Business Machines // * Corporation and others. All Rights Reserved. // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java // * Source File:<path>/icu-config.xml & build.xml // * // *********...
{ "pile_set_name": "Github" }
client dev tun proto udp remote 45.12.220.45 1194 resolv-retry infinite remote-random nobind tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 comp-lzo no remote-cert-tls server auth-user-pass ../Own_VPN_Config/nordvpnauth.txt verb 3 pull fast-io ciphe...
{ "pile_set_name": "Github" }
/* * Plugin: Full Calendar * --------------------- */ // Import variables and mixins as a reference for separate plugins version @import (reference) "../../bower_components/bootstrap/less/mixins"; @import (reference) "../../bower_components/bootstrap/less/variables"; @import (reference) "variables"; @import (referen...
{ "pile_set_name": "Github" }
use std::ops::{Index, IndexMut}; struct Foo { x: isize, y: isize, } impl Index<String> for Foo { type Output = isize; fn index(&self, z: String) -> &isize { if z == "x" { &self.x } else { &self.y } } } impl IndexMut<String> for Foo { fn index_m...
{ "pile_set_name": "Github" }
[profile testing] aws_access_key_id = PROFILE_ACCESS_KEY aws_secret_access_key = PROFILE_SECRET_KEY
{ "pile_set_name": "Github" }
/* gzio.c -- IO on .gz files * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h * * Compile this file with -DNO_GZCOMPRESS to avoid the compression code. */ /* @(#) $Id$ */ #include <stdio.h> #include "zutil.h" #ifdef NO_DEFLATE /* for com...
{ "pile_set_name": "Github" }
using System.Runtime.InteropServices; using CoreFoundation; using IOBluetooth; using ObjCRuntime; using Foundation; using System; namespace IOBluetoothUI { [Native] [Flags] public enum ServiceBrowserControllerOptions : ulong { None = 0, //automatically start an inquiry when the panel i...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals --> <info> <title>Egyptian Informatics Journal</title> <id>http://www.zotero.or...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011, Google 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
{ "pile_set_name": "Github" }
/* * OS includes and handling of OS dependencies * * This header exists to pull in some common system headers that * most code in QEMU will want, and to fix up some possible issues with * it (missing defines, Windows weirdness, and so on). * * To avoid getting into possible circular include dependencies, this *...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
From b42ab8e1aca951dd06c113159491b3fd5cf06f2e Mon Sep 17 00:00:00 2001 From: Haiqing Bai <Haiqing.Bai@windriver.com> Date: Thu, 24 Oct 2019 09:39:04 +0800 Subject: [PATCH] Add "listen" action for a tcp socket which does not call 'listen' after 'bind' It is found that /usr/bin/unfsd customus 100% cpu after starting qe...
{ "pile_set_name": "Github" }
! iso_c_wrap.f90 -- ! Mimick the IOS_C_BINDING module that is standard with Fortran 2003 ! This way we can easily prepare for Fortran 2003 ! module iso_c_binding implicit none integer, parameter :: c_int = kind(1) integer, parameter :: c_long = kind(1) ! Requires adjustment for 64-bits? ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:this="http://xmlns.opennms.org/xsd/config/qosd" targetNamespace="http://xmlns.opennms.org/xsd/config/qosd" elementFormDefault="qualified"> <element name="QoSDConfiguration"> <complexType> <sequence> <element ref="this:settin...
{ "pile_set_name": "Github" }
#ifndef __FLOCK_HXX #define __FLOCK_HXX #include <wininetp.h> #include <mainwin.h> extern void ShowReadOnlyCacheDialog(char* pszHostName); #include <sys/types.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/ipc.h> #include <errno.h> #include <sys...
{ "pile_set_name": "Github" }
// Copyright 2011 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 html import ( "strings" ) func adjustAttributeNames(aa []Attribute, nameMap map[string]string) { for i := range aa { if newName, ok := nameMap[aa[...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.mlsdev.rximagepicker"> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <application android:label="@string/app_name" /> </manifest>
{ "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 agent implements a client to an ssh-agent daemon. References: [PROTOCOL.agent]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROT...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 85187c2149c549c5b33f0cdb02836b17 ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
.gg-arrow-right-o { box-sizing: border-box; position: relative; display: block; width: 22px; height: 22px; border: 2px solid; transform: scale(var(--ggs,1)); border-radius: 20px } .gg-arrow-right-o::after, .gg-arrow-right-o::before { content: ""; display: block; box-sizing: ...
{ "pile_set_name": "Github" }
if (event.preview === 'disappearKeyboard') { const payload = { type: 'custom', module: 'custom-component', component: 'DisappearingText', myrandomproperty: 'This text will disappear when the timer expires. You can add any component, buttons, etc as a keyboard', wrapped: { // We can wra...
{ "pile_set_name": "Github" }
[ { "date": "2018-01-01 00:00:00", "start": "2018-01-01T03:00:00.000Z", "end": "2018-01-02T03:00:00.000Z", "name": "Ano Novo", "type": "public", "rule": "01-01", "_weekday": "Mon" }, { "date": "2018-02-10 00:00:00", "start": "2018-02-10T03:00:00.000Z", "end": "2018-02-14T17...
{ "pile_set_name": "Github" }
# $OpenBSD: Makefile,v 1.29 2019/09/07 13:16:47 naddy Exp $ COMMENT = enlightenment DBus component DISTNAME = e_dbus-1.7.10 EPOCH = 1 REVISION = 5 SO_VERSION = 5.0 # 8.10 .for _lib in edbus enotify econnman0_7x ehal eofono ebluez eukit SHARED_LIBS += ${_lib} ${SO_VERSION} .endfor # BSD PERMIT_PACKAGE = Yes ...
{ "pile_set_name": "Github" }
#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2013 Free Software Foundation, Inc. timestamp='2013-08-10' # 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 versi...
{ "pile_set_name": "Github" }
// +build amd64 // errorcheck -0 -m // 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. // Test that inlining of math/bits.RotateLeft* treats those calls as intrinsics. package p import "math/bits" var ( x8 ...
{ "pile_set_name": "Github" }
/* * Chinese AVS video (AVS1-P2, JiZhun profile) decoder. * Copyright (c) 2006 Stefan Gehrer <stefan.gehrer@gmx.de> * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softwa...
{ "pile_set_name": "Github" }
# Fun with WebGL 2.0 - 021 - Htc Vive Controller **Description**: Today we learn how to track Vive Controllers and check the state of all its buttons. We then create a simple gun with a shooting projectile and even create a sword. For extra fun we get an OBJ Mesh Model of the Vive controller to load up and use in our ...
{ "pile_set_name": "Github" }
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. libgee provides the following interfaces: * Iterable o Collection + List + Set * Iterator * Map The ArrayList, HashSet, and HashMap classes provide a ...
{ "pile_set_name": "Github" }
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com> // // This Source Code Form is subject to the terms of the Mozilla Public License // v. 2.0. If a copy of the MPL was not distributed with this file, You can // obtain one at htt...
{ "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 ...
{ "pile_set_name": "Github" }
function inArray(arr) { return x => arr.includes(x); } function inBetween(a, b) { return x => (x >= a && x <= b); }
{ "pile_set_name": "Github" }
import { Component } from '@angular/core'; import { ComponentFixture, TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { Observable } from 'rxjs'; import { configureTestSuite } from './../../util-test/util-expect.spec'; import { PoTagBaseComponent } from './po-tag-base.c...
{ "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...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009--2015 Red Hat ; see COPYRIGHT for license */ #ifndef _LD_LOG_H_ #define _LD_LOG_H_ #include <isc/error.h> #include <dns/log.h> #include <dns/result.h> #define fatal_error(...) isc_error_fatal(__FILE__, __LINE__, __VA_ARGS__) #define log_error_r(fmt, ...) \ log_error(fmt ": %s", ##__VA_A...
{ "pile_set_name": "Github" }
package authentication import ( "fmt" "log" "github.com/Azure/go-autorest/autorest" "github.com/Azure/go-autorest/autorest/adal" "github.com/hashicorp/go-multierror" ) type managedServiceIdentityAuth struct { msiEndpoint string clientID string } func (a managedServiceIdentityAuth) build(b Builder) (authMe...
{ "pile_set_name": "Github" }
architecture: arm battery: {removable: False, capacity: 2390, tech: 'Li-Ion'} bluetooth: {spec: '4.0'} cameras: - {flash: '', info: '5 MP'} - {flash: '', info: 'VGA'} codename: surnia cpu: Cortex-A53 cpu_cores: '4' cpu_freq: 1.2 GHz current_branch: 17.1 download_boot: With the device powered off, hold <kbd>Volume Down<...
{ "pile_set_name": "Github" }
// // SealedMemberInSealedClassIssue.cs // // Author: // Mike Krüger <mkrueger@xamarin.com> // // Copyright (c) 2013 Xamarin Inc. (http://xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal...
{ "pile_set_name": "Github" }
# # @copyright@ # Copyright (c) 2006 - 2019 Teradata # All rights reserved. Stacki(r) v5.x stacki.com # https://github.com/Teradata/stacki/blob/master/LICENSE.txt # @copyright@ # import stack.commands class Implementation(stack.commands.Implementation): def run(self, args): (switch, hosts) = args list_switch_ma...
{ "pile_set_name": "Github" }
class RemoveSkillFieldsFromMentor < ActiveRecord::Migration def up remove_column :mentors, :first_skill remove_column :mentors, :first_skill_expertise remove_column :mentors, :second_skill remove_column :mentors, :second_skill_expertise remove_column :mentors, :third_skill remove_column :mento...
{ "pile_set_name": "Github" }
#import <Quick/Quick.h> #import <Nimble/Nimble.h> #import <OCMock/OCMock.h> #import "SDLDynamicMenuUpdateRunScore.h" QuickSpecBegin(SDLMenuRunScoreSpec) describe(@"menuRunScore", ^{ __block SDLDynamicMenuUpdateRunScore *runScore = nil; beforeEach(^{ NSArray<NSNumber *> *oldMenuStatus = @[@1, @2, @3]...
{ "pile_set_name": "Github" }
/* */ if (typeof Object.create === 'function') { // implementation from standard node.js 'util' module module.exports = function inherits(ctor, superCtor) { ctor.super_ = superCtor ctor.prototype = Object.create(superCtor.prototype, { constructor: { value: ctor, enumerable: false, ...
{ "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 ...
{ "pile_set_name": "Github" }
{ "bundles": { "Wandi\\MailerBundle\\WandiMailerBundle": ["all"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "env": { "WANDI_MAILER_SENDER_NAME": "Example", "WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://www.netbeans.org/ns/project/1"> <type>com.microchip.mplab.nbide.embedded.makeproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/make-project/1"> <name>zlib</name> <creation-uuid>8eef651d-e634-46ae-91...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org 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 grant...
{ "pile_set_name": "Github" }
/** * Radio Button Inputs * -------------------------------------------------- */ .item-radio { padding: 0; &:hover { cursor: pointer; } } .item-radio .item-content { /* give some room to the right for the checkmark icon */ padding-right: $item-padding * 4; } .item-radio .radio-icon { /* checkma...
{ "pile_set_name": "Github" }
<===> no_todo/input.scss p { color: #ff8000; } <===> no_todo/output.css input: ["--precision", "10", "-t", "expanded", "input.scss"] file: p { color: #ff8000; } <===> ============================================================= <===> todo/options.yml --- :todo: - sass/sass#0000 <===> todo/input.scss p { color...
{ "pile_set_name": "Github" }
if not 'X86' in config.root.targets: config.unsupported = True
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Name: wx/private/fdiohandler.h // Purpose: declares wxFDIOHandler class // Author: Vadim Zeitlin // Created: 2009-08-17 // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org> // Licence: wxWindows licence //...
{ "pile_set_name": "Github" }
package soot.jimple.toolkits.thread.mhp.stmt; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 Raja Vallée-Rai and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by...
{ "pile_set_name": "Github" }
#! /usr/bin/env python # Copyright 2016, 2017 Google LLC. 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 r...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright (c) 2011 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Using the JSON dumped by the dump-dependency-json generator, generate input suitable for graphviz to render a dependency graph of targets...
{ "pile_set_name": "Github" }
/* * 练习7.42:对于你在练习7.40(参见7.5.1节,第261页)中编写的类,确定哪些构造 * 函数可以使用委托。如果可以的话,编写委托构造函数。如果不可以,从抽象概念列表 * 中重新选择一个你认为可以使用委托构造函数的,为挑选出的这个概念编写类定义。 */ /* * 比如选择Book */ #include <iostream> #include <string> using std::cout; using std::endl; using std::cin; class Book { public: Book(unsigned no, const std::string &name, const...
{ "pile_set_name": "Github" }
/** * A specialized version of `_.sum` for arrays without support for callback * shorthands and `this` binding.. * * @private * @param {Array} array The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @returns {number} Returns the sum. */ function arraySum(array, iterat...
{ "pile_set_name": "Github" }
package org.zstack.network.l3; import org.zstack.core.db.Q; import org.zstack.core.db.SQL; import org.zstack.header.network.l3.*; import org.zstack.utils.network.IPv6Constants; import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; public class IpRangeHelper { public static List<...
{ "pile_set_name": "Github" }
# coding: utf-8 """ Kubernetes No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 The version of the OpenAPI document: v1.15.11 Generated by: https://openapi-generator.tech """ import pprint import re # noqa: F401 import six f...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'list', 'bs', { bulletedlist: 'Lista', numberedlist: 'Numerisana lista' } );
{ "pile_set_name": "Github" }
/* * Driver for GE FPGA based GPIO * * Author: Martyn Welch <martyn.welch@ge.com> * * 2008 (c) GE Intelligent Platforms Embedded Systems, Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether e...
{ "pile_set_name": "Github" }
var Configuration = require('./configuration'); function wrap(result) { if (Configuration.autoPromiseWrap && (result === undefined || typeof result.then != 'function')) { return Promise.resolve(result); } return result; } var utility = { autoWrapInitializationResult: (result) => { return wrap(r...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ werkzeug._internal ~~~~~~~~~~~~~~~~~~ This module provides internally used helpers and constants. :copyright: (c) 2014 by the Werkzeug Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ import re import string import inspect from weakre...
{ "pile_set_name": "Github" }
FROM golang:1.13-alpine RUN apk add -U python py-pip python-dev musl-dev gcc git bash RUN pip install pre-commit COPY --from=golangci/golangci-lint:v1.24.0 /usr/bin/golangci-lint /usr/bin/golangci-lint WORKDIR /go/src/github.com/dnephin/dobi COPY .pre-commit-config.yaml ./ RUN git init && pre-co...
{ "pile_set_name": "Github" }
## Docker pipelines to prepare other callers output for Ensemble mode NeuSomatic can be used universally as a stand-alone somatic mutation detection method or with an ensemble of existing methods. In the ensemble mode NeuSomatic currently supports outputs from MuTect2, MuSE, Strelka2, SomaticSniper, VarDict, and VarSc...
{ "pile_set_name": "Github" }
import distutils, os from setuptools import Command from setuptools.command.setopt import edit_config, option_base class saveopts(option_base): """Save command-line options to a file""" description = "save supplied options to setup.cfg or other config file" def run(self): dist = self.distribution...
{ "pile_set_name": "Github" }
### 长江截流22年 戴晴:三峡大坝弊端渐引国人质疑中共决策 ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [...
{ "pile_set_name": "Github" }
.TH XScreenSaver 1 "10-May-97" "X Version 11" .SH NAME lightning - draws fractal lightning bolts .SH SYNOPSIS .B lightning [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImi...
{ "pile_set_name": "Github" }
{ "css": { "properties": { "box-lines": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/box-lines", "support": { "chrome": { "version_added": "1", "version_removed": "67", "prefix": "-webkit-" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <model ref="r:f272d0cc-a1f0-4f70-8316-377a652766ba(com.mbeddr.core.statements.actions)"> <persistence version="9" /> <languages> <use id="83888646-71ce-4f1c-9c53-c54016f6ad4f" name="jetbrains.mps.baseLanguage.collections" version="1" /> <use id="13744753-c81f-424a-9c1b...
{ "pile_set_name": "Github" }
path: "tensorflow.metrics.MeanSquaredLogarithmicError" tf_class { is_instance: "<class \'tensorflow.python.keras.metrics.MeanSquaredLogarithmicError\'>" is_instance: "<class \'tensorflow.python.keras.metrics.MeanMetricWrapper\'>" is_instance: "<class \'tensorflow.python.keras.metrics.Mean\'>" is_instance: "<cla...
{ "pile_set_name": "Github" }
package restful import "strings" // Copyright 2013 Ernest Micklei. All rights reserved. // Use of this source code is governed by a license // that can be found in the LICENSE file. // OPTIONSFilter is a filter function that inspects the Http Request for the OPTIONS method // and provides the response with a set of ...
{ "pile_set_name": "Github" }
<div class="step"> <div class="mui-container-fluid"> <div class="mui-row after-signin-pwd" style="display: none"> <p> <span class="fa fa-check-square" aria-hidden="true" style="font-size:1.5em;color:#03A43E;"></span> You've successfully signed in. You can now play...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 FUJITSU LIMITED * Author: Wen Congyang <wency@cn.fujitsu.com> * Yang Hongyang <hongyang.yang@easystack.cn> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Fou...
{ "pile_set_name": "Github" }
#include <stdio.h> #include "../../../▲课本算法实现/▲10 内部排序/00 SequenceListType/SequenceListType.c"//**▲10 内部排序**// /* 函数原型 */ void Algo_10_28(SqList_sort *L); void PrintKey(KeyType e); int main(int argc, char *argv[]) { FILE *fp; SqList_sort L; printf("创建并输出一个任意序列...\n"); fp = fopen("Data/Algo_10_28.txt", "r"); ...
{ "pile_set_name": "Github" }
# jQuery Mouse Wheel Plugin A [jQuery](http://jquery.com/) plugin that adds cross-browser mouse wheel support with delta normalization. In order to use the plugin, simply bind the `mousewheel` event to an element. It also provides two helper methods called `mousewheel` and `unmousewheel` that act just like other eve...
{ "pile_set_name": "Github" }