text
stringlengths
2
99.9k
meta
dict
# # Copyright (c) 2019 Nordic Semiconductor ASA # # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic # CONFIG_ZTEST=y CONFIG_NETWORKING=y CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_GATT_DM=y CONFIG_BT_GATT_DM_MAX_ATTRS=35 CONFIG_HEAP_MEM_POOL_SIZE=1024
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Quantile Regression Q-Learning" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Imports" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "sour...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "%matplotlib inline\n", "\n", "import seaborn as sns\n", "import pandas as pd\n", "import scipy.io as sio" ] }, { "cell_type": "markdown", "me...
{ "pile_set_name": "Github" }
" Vim syntax file " Language: AmigaDos " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz> " Last Change: Aug 31, 2016 " Version: 9 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_AMIGA " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif syn case ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="hello">hello</string> </resources>
{ "pile_set_name": "Github" }
DEFINED_PHASES=unpack DEPEND=sys-fabric/libibverbs:3.12 >=app-arch/rpm2targz-9.0.0.3g DESCRIPTION=OpenIB Userspace CM library EAPI=5 HOMEPAGE=https://www.openfabrics.org/ KEYWORDS=amd64 ~x86 ~amd64-linux LICENSE=|| ( GPL-2 BSD-2 ) RDEPEND=sys-fabric/libibverbs:3.12 !sys-fabric/libibcm:0 !sys-fabric/libibcm:3.5 SLOT=3.1...
{ "pile_set_name": "Github" }
/* * Zorro Driver Services * * Copyright (C) 2003 Geert Uytterhoeven * * Loosely based on drivers/pci/pci-driver.c * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. */ #include <linux...
{ "pile_set_name": "Github" }
.. :changelog: Change Log ---------- 0.6 (2019-08-20) ++++++++++++++++ * Adds ``'raw'`` option to pos_names for pynlpir.segment(). * Adds missing pos tags: "mg", "g", and "j". * Fixes broken NLPIR project links in documentation. 0.5.2 (2017-03-24) ++++++++++++++++++ * Fixes error opening PyNLPIR on Windows/Python ...
{ "pile_set_name": "Github" }
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.processor.plugins.defaults.properties.generators; import com.yahoo.aptutils.model.CoreTypes; import com.yahoo.aptutils.model.DeclaredTypeName; import com.ya...
{ "pile_set_name": "Github" }
import React, {Fragment} from 'react'; const DeviceRotate = ({width, height, color, padding, margin}) => ( <Fragment> <svg height={height} width={width} fill={color} style={{padding, margin}} xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" ...
{ "pile_set_name": "Github" }
################################################################################ # # bzip2 # ################################################################################ BZIP2_VERSION = 1.0.6 BZIP2_SITE = http://www.bzip.org/$(BZIP2_VERSION) BZIP2_INSTALL_STAGING = YES BZIP2_LICENSE = bzip2 license BZIP2_LICENSE_F...
{ "pile_set_name": "Github" }
def run_all_tests puts `clear` puts `node tests/test-constants.js` puts `node tests/test-headers.js` puts `node tests/test-request.js` end watch('.*.js') { run_all_tests } run_all_tests
{ "pile_set_name": "Github" }
package com.cradle.iitc_mobile; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.view.Surface; import com.cradle.iitc_mobile.compass.Compass; import com.cradle.iitc_mobile.compa...
{ "pile_set_name": "Github" }
# [1228. Missing Number In Arithmetic Progression](https://leetcode.com/problems/missing-number-in-arithmetic-progression) [中文文档](/solution/1200-1299/1228.Missing%20Number%20In%20Arithmetic%20Progression/README.md) ## Description <p>In some array <code>arr</code>, the values were in arithmetic progression: the values...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <RelativeLayout androi...
{ "pile_set_name": "Github" }
$dialog-btn-bg-bgcolor: transparent !default; $dialog-btn-box-shadow: none !default; $dialog-bg-color: $grey-white !default; $dialog-icon-color: rgba($base-font, .5) !default; $dialog-active-icon-color: rgba($base-font, .8) !default; $dialog-close-icon-normal-opacity: initial !default; $dialog-close-icon-active-opacity...
{ "pile_set_name": "Github" }
%%PERL5_MAN3%%/Module::Inspector.3.gz %%SITE_PERL%%/Module/Inspector.pm
{ "pile_set_name": "Github" }
// Copyright (c) 2012-2013 The Bitcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "serialize.h" #include "streams.h" #include <stdint.h> #include <boost/test/unit_test.hpp> using namespace st...
{ "pile_set_name": "Github" }
require File.expand_path('../helper', __FILE__) class TestRakeTaskWithArguments < Rake::TestCase include Rake def setup super Task.clear Rake::TaskManager.record_task_metadata = true end def teardown Rake::TaskManager.record_task_metadata = false Rake.application.thread_pool.join su...
{ "pile_set_name": "Github" }
package com.google.firebase.database.collection; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; import com.google.common.collect.ImmutableList; import com.google.common.collect.Ordering...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" android:orientation="vertical" android:background="@color/a69" android:layout_width="match_parent" andro...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <!-- Copyright 2007 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <!-- --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Closure Unit Tests - goog.pubsub.PubS...
{ "pile_set_name": "Github" }
//out.Data: false//v28: false// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT. package server import ( json "encoding/json" irc "github.com/khlieng/dispatch/pkg/irc" storage "github.com/khlieng/dispatch/storage" easyjson "github.com/mailru/easyjson" jlexer "github.com/mailru/easyjson/jlexer...
{ "pile_set_name": "Github" }
<?php return array ( 'ch' => array ( 0 => 'a', 1 => 'i', 2 => 'n', 3 => 'o', 4 => 'e', 5 => 'a_', 6 => 't', 7 => 's', 8 => 'r', 9 => 'o_', 10 => 'i_', 11 => 'na', 12 => 'n_', 13 => 'd', 14 => 'u', 15 => 'an', 16 => 'm', 17 => 'l', 18 => '...
{ "pile_set_name": "Github" }
class CreatePointcrons < ActiveRecord::Migration def change create_table :pointcrons do |t| t.integer :user_id t.string :category t.integer :point t.timestamps end end end
{ "pile_set_name": "Github" }
def enable_chef_handler(resource_name) ChefSpec::Matchers::ResourceMatcher.new(:chef_handler, :enable, resource_name) end
{ "pile_set_name": "Github" }
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize modern exports="node" -o ./modern/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and In...
{ "pile_set_name": "Github" }
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Wed Sep 19 18:34:33 GMT 2018 */ package uk.ac.sanger.artemis.components; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.j...
{ "pile_set_name": "Github" }
// // Copyright 2011 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #ifndef COMPILER_TRANSLATOR_BUILTINFUNCTIONEMULATOR_H_ #define COMPILER_TRANSLATOR_BUILTINFUNCTIONEMULATOR_H_ #include "compiler/translator/In...
{ "pile_set_name": "Github" }
/** * MUI NPM package * @module pkg/index.js */ /** Define module API */ module.exports = { overlay: require('./lib/js/overlay') }
{ "pile_set_name": "Github" }
{ "$schema": "http://json.schemastore.org/template", "author": "Microsoft", "classifications": [ "Universal" ], "name": "TreeView", "shortName": "TreeView", "groupIdentity": "wts.Page.TreeView", "identity": "wts.Page.TreeView.CodeBehind", "description": "The tree-view page has a tree view control...
{ "pile_set_name": "Github" }
//============ Copyright (c) Valve Corporation, All rights reserved. ============ #ifndef ISTEAMMUSICREMOTE_H #define ISTEAMMUSICREMOTE_H #ifdef _WIN32 #pragma once #endif #include "steam_api_common.h" #include "isteammusic.h" #define k_SteamMusicNameMaxLength 255 #define k_SteamMusicPNGMaxLength 65535 class ISte...
{ "pile_set_name": "Github" }
/* * Copyright 2013 serso aka se.solovyev * * 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 agre...
{ "pile_set_name": "Github" }
// link with no args: symlink the folder to the global location // link with package arg: symlink the global to the local var npm = require('./npm.js') var symlink = require('./utils/link.js') var fs = require('graceful-fs') var log = require('npmlog') var asyncMap = require('slide').asyncMap var chain = require('slid...
{ "pile_set_name": "Github" }
// flow-typed signature: 82aa0feffc2bbd64dce3bec492f5d601 // flow-typed version: 3315d89a00/mkdirp_v0.5.x/flow_>=v0.25.0 declare module 'mkdirp' { declare type Options = number | { mode?: number; fs?: mixed }; declare type Callback = (err: ?Error, path: ?string) => void; declare module.exports: { (path: st...
{ "pile_set_name": "Github" }
/* * Bolo - A stable and beautiful blogging system based in Solo. * Copyright (c) 2020, https://github.com/adlered * * 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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011 Lockheed Martin Corporation * * 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 applica...
{ "pile_set_name": "Github" }
# # Don't edit, this file is generated by FPCMake Version 2.0.0 # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 http://mozilla.org/MPL/2.0/. */ gTestfile = '15.9.5.12-2.js'; /**...
{ "pile_set_name": "Github" }
25.014 -2.9817 -27.799 -9.1808 -10.802 -29.848 -15.948 -46.156 17.114 -45.95 47.264 -14.612 -31.716 -38.375
{ "pile_set_name": "Github" }
; RUN: opt < %s -S -O2 -unroll-runtime=true -unroll-runtime-epilog=true | FileCheck %s -check-prefix=EPILOG ; RUN: opt < %s -S -O2 -unroll-runtime=true -unroll-runtime-epilog=false | FileCheck %s -check-prefix=PROLOG ; Check runtime unrolling prologue can be promoted by LICM pass. ; EPILOG: entry: ; EPILOG: %xtraite...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Netflix, 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 agreed t...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
{ "pile_set_name": "Github" }
Message-Id: <4.2.0.58.20000519003809.00a85140@pop.example.com> X-Sender: dwsauder@pop.example.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 X-Priority: 2 (High) Date: Fri, 19 May 2000 00:38:13 -0400 To: Heinz =?iso-8859-1?Q?Müller?= <mueller@example.com> From: Doug Sauder <dwsauder@exam...
{ "pile_set_name": "Github" }
n_node 1 0 - - 0.000000e+00 1.971521e+05
{ "pile_set_name": "Github" }
--- layout: page exclude_from_loop: true title: Samza Talks --- <!-- 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 ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Windows.UI.Xam...
{ "pile_set_name": "Github" }
/* scala-stm - (c) 2009-2011, Stanford University, PPL */ package stmbench7.scalastm import scala.concurrent.stm._ import stmbench7.core._ abstract class AssemblyImpl(id: Int, typ: String, buildDate: Int, module0: Module, superAssembly0: ComplexAssembly ) extends DesignObjImpl(id, typ, buildDate) with Assembly {...
{ "pile_set_name": "Github" }
authority letsencrypt { api url "https://acme-v01.api.letsencrypt.org/directory" account key "/etc/acme/letsencrypt.key" } domain {{ domain }} { alternative names { {{ acme_alt_names | map('regex_replace', '(.*)', '\\1.'+domain) | join(' ') }} } domain key "/etc/ssl/private/{{ domain }}.key" domain certifica...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ec2/EC2_EXPORTS.h> #include <aws/ec2/model/TrafficMirrorTarget.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/ec2/model/ResponseMetadata.h> #include <util...
{ "pile_set_name": "Github" }
using System; using System.Threading; using BeamgunApp.Models; using Moq; using NUnit.Framework; using Shouldly; namespace BeamgunTest.Models { [TestFixture] public class KeystrokeHookerTest { readonly Mutex _runMutex = new Mutex(); [Test] public void ThrowsExceptionWhenInitialize...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2.0, * as published by the Free Software Foundation. * * This program is also distributed with...
{ "pile_set_name": "Github" }
.. ../../../features/multilib
{ "pile_set_name": "Github" }
using RLottie; using System; using System.Collections.Generic; using System.IO.Compression; using System.Xml.Linq; using Telegram.Td.Api; using Unigram.Converters; using Unigram.Native; using Unigram.Services; using Windows.Storage.Streams; using Windows.UI; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Media.Ima...
{ "pile_set_name": "Github" }
<html> <!-- Padding to account for small screens of mobile devices --> <style> p {margin-top:48px;} </style> <head> <title>Testing Alerts</title> <script type="text/javascript"> function setInnerText(id, value) { document.getElementById(id).innerHTML = '<p>' + value + '</p>'; } ...
{ "pile_set_name": "Github" }
// mkerrors.sh -maix32 // Code generated by the command above; see README.md. DO NOT EDIT. // +build ppc,aix // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -maix32 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_BYPASS = 0x19 AF_CCITT ...
{ "pile_set_name": "Github" }
dependencies: \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Pods/gRPC-RxLibrary/src/objective-c/RxLibrary/GRXForwardingWriter.m \ /Users/nikhilsridhar/Desktop/Geofirestore-ios/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/gRPC-RxLibrary.build/module.modulemap \ /Users/nikhilsridhar/Deskto...
{ "pile_set_name": "Github" }
This has been tested with OpenJDK version 6 & 7 on Ubuntu-12.04 and Arch Linux-3.11, 64-bit. - OpenJDK is required to compile and run this test code. For example, install OpenJDK 6 with: $ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk - Java Native Access is required to run the code, you can ins...
{ "pile_set_name": "Github" }
#!/bin/bash # # A script to modify envoy config to perform JWT validation # given the information for the service. # Script executed by the iap container to configure IAP. When finished, the envoy config is created with the JWT audience. [ -z ${CLIENT_ID} ] && echo Error CLIENT_ID must be set && exit 1 [ -z ${CLIENT_S...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
{ "pile_set_name": "Github" }
<?php $datas = [ 'Flows' => 'nfsen_channel_flows', 'Packets' => 'nfsen_channel_packets', 'Traffic' => 'nfsen_channel_traffic', ]; if (isset($channelFilter) && file_exists($channelFilter)) { $chanelFilterContents = file_get_contents($channelFilter); print_optionbar_start(); echo $vars['channe...
{ "pile_set_name": "Github" }
/* * Copyright (c) Enalean, 2020-Present. All Rights Reserved. * * This file is a part of Tuleap. * * Tuleap is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at yo...
{ "pile_set_name": "Github" }
<?php class Directory_helper_test extends CI_TestCase { public function set_up() { $this->helper('directory'); vfsStreamWrapper::register(); vfsStreamWrapper::setRoot(new vfsStreamDirectory('testDir')); $this->_test_dir = vfsStreamWrapper::getRoot(); } public function test_directory_map() { $ds = DI...
{ "pile_set_name": "Github" }
import { Button, Text } from 'blockchain-info-components' import { Field, reduxForm } from 'redux-form' import { FormattedMessage } from 'react-intl' import { SettingComponent, SettingContainer, SettingDescription, SettingForm, SettingHeader, SettingSummary, SettingWrapper } from 'components/Setting' impo...
{ "pile_set_name": "Github" }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.cirosantilli.spring</groupId> <artifactId>spring</artifactId> ...
{ "pile_set_name": "Github" }
! BSD 3-Clause License ! ! Copyright (c) 2018, Sourcery Institute ! 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 copyright notice, this ...
{ "pile_set_name": "Github" }
; Kunena Forum translation ; ; All translations can be found from https://www.transifex.com/projects/p/Kunena/ ; Please join the translation team if you want to contribute your changes to the next release. ; ; License GNU General Public License version 3 or later; see LICENSE.txt ; Note : All ini files need to be saved...
{ "pile_set_name": "Github" }
/** * @brief hippocampus and amygdala version of mris_make_templace * * This code is a modified version of mris_make_template.c for being * applied on hippocampus and amygdala. */ /* * Original Author: Bruce Fischl * * Copyright © 2011 The General Hospital Corporation (Boston, MA) "MGH" * * Terms and conditi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008 - INRIA * * Copyright (C) 2012 - 2016 - Scilab Enterprises * * This file is hereby licensed under the terms of the GNU GPL v2.0, * pursuant to article 5.3.4 of the CeCILL v.2.1. * T...
{ "pile_set_name": "Github" }
from email.mime.nonmultipart import MIMENonMultipart class MIMEText(MIMENonMultipart): def __init__(self, _text, _subtype=..., _charset=...) -> None: ...
{ "pile_set_name": "Github" }
digraph ddl_table { node[shape=box;]; newrank=true; rankdir=LR; subgraph cluster_ddl { graph[label="ddl/ddl.go";fontsize=20;style=rounded] doDDLJob; } subgraph cluster_ReaderWriter { graph[label="kv/kv.go";fontsize=20;style=rounded] readerWriter_Set[label="Set"]; readerWriter_Delete[la...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>CSS 2.1 Test Suite: margin-right</title> <style type="text/css"> html { margin: 0; padding: 8px; } body { margin: 0; padding: 0; } .five { margin-right: -10px; color: navy; } </style> <link rel="help" href="http://www.w3.org/TR/C...
{ "pile_set_name": "Github" }
import { getEasing } from '../../utils'; export default ({ name = 'glide', direction = 'left', duration = 600, easing = 'ease', opacity = 1, zIndex = 1, delay = 0, scale = 1, } = {}) => { const config = { left: [-100, 'X'], right: [100, 'X'], top: [-100, 'Y'], bottom: [100, 'Y'], }...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Linq; namespace Microsoft.R.Components.Plots.Implementation { public sealed class RPlotDevice : IRP...
{ "pile_set_name": "Github" }
/* 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 http://mozilla.org/MPL/2.0/. */ package org.mozilla.javascript.drivers; import com.faendir.rhino_android.RhinoAndroidHelper; import org.junit.Te...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Foundation/NSDateComponents.h> @interface NSDateComponents (ReminderKitAdditions) + (id)rem_dateComponentsWithYear:(long long...
{ "pile_set_name": "Github" }
/* Copyright 2013-2014 IBM Corp. * * 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 ...
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Driver for Towitoko smartcard readers" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="moneypl...
{ "pile_set_name": "Github" }
2014-12-28收录周报 === > **本周特别推荐** [盘点开发者最喜爱的Swift技巧](http://www.csdn.net/article/2014-12-25/2823312-favorite-swift-tips-and-tricks):文章首推Natasha The Robot博主Natasha Murashev独门Swift秘籍,还有objc.io博主Chris Eidhof着力推荐的独具特色的Swift版Quicksort,还有... 还是请同学们细细品读文章吧。译者:[@唐门教主](http://weibo.com/u/2019731997),原文:[Favorite Swift Tips & Tric...
{ "pile_set_name": "Github" }
This file is no longer maintained. Consult the Git log for newer changes. 2009-09-27 Mark Guzman <segfault@hasno.info> * autoload/rubycomplete.vim: pplying a patch from Yoshimasa Niwa resolving a possible runaway CPU issue when matching context regexes 2008-08-11 Doug Kearns <dougkearns@gmail.com> * ftdetec...
{ "pile_set_name": "Github" }
package me.aflak.libraries; import android.bluetooth.BluetoothDevice; import android.os.Bundle; import android.os.Handler; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.widget.Button; import android.widget.TextView; import butterknife.BindView; import butt...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
{ "pile_set_name": "Github" }
/* This file is part of Subsonic. Subsonic 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 option) any later version. Subsonic is distributed in the hop...
{ "pile_set_name": "Github" }
""" Test suite for SocketServer.py. """ import contextlib import imp import os import select import signal import socket import select import errno import tempfile import unittest import SocketServer import test.test_support from test.test_support import reap_children, reap_threads, verbose try: import threading ...
{ "pile_set_name": "Github" }
package com.code44.finance.ui.categories.list; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import com.code44.finance.R; import com.code44.finance.common.model.TransactionType; import com.code44.finance.ui.common.activities.BaseActivity; import ...
{ "pile_set_name": "Github" }
{% include 'InterfaceTest/head.html' %} <!-- Main content starts --> <script type="text/javascript"> var showScreeShotIdList = [] function toggleSrceeshotShow(spanScreenShotId) { console.log("toggleSrceeshotShowStart"); console.log("spanScreenShotId"); console.log(showScreeShotIdList); ...
{ "pile_set_name": "Github" }
usr/bin/qadmin usr/bin/londiste3 usr/bin/scriptmgr3 usr/bin/queue_mover3 usr/bin/queue_splitter3 usr/bin/simple_consumer3 usr/bin/simple_local_consumer3 usr/bin/data_maintainer3 debian/skytools.ini /etc usr/lib/python*/site-packages/skytools-3.0/londiste usr/share/skytools3
{ "pile_set_name": "Github" }
8 80
{ "pile_set_name": "Github" }
// This file is part of the AliceVision project. // Copyright (c) 2016 AliceVision contributors. // Copyright (c) 2012 openMVG contributors. // 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 https:...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Tue May 26 09:04:13 BST 2015 --> <TITLE> ImageRawJPEGAdapter (Apache FOP 2.0 API) </TITLE> <META NAME="date" CONTENT="2015-05-26"> <LINK REL...
{ "pile_set_name": "Github" }
# General - [ ] Child key derivation - [ ] Hardware support, e.g. YubiHSM
{ "pile_set_name": "Github" }
Notes ----- This dashboard was written for PHP 5.4 and Ubuntu, there is no support for other operating systems yet. Also, not all system information is included. If you would like to add these additional features, feel free to fork and create a pull request. Installation ------------ Clone the repository to your web...
{ "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" }
using System; using System.Linq; using NUnit.Framework; using SharpRepository.EfCoreRepository; using SharpRepository.Repository; using SharpRepository.Tests.Integration.Data; using SharpRepository.Tests.Integration.TestObjects; using Shouldly; using Microsoft.EntityFrameworkCore; using Microsoft.Data.Sqlite; namespa...
{ "pile_set_name": "Github" }
/** * This file provides styles for the edit view (?do=edit), preview * and section edit buttons. */ /* edit view ********************************************************************/ .dokuwiki div.editBox { } /*____________ toolbar ____________*/ .dokuwiki div.toolbar { display: inline-block; margin-bot...
{ "pile_set_name": "Github" }
/* Plugin-SDK (Grand Theft Auto San Andreas) source file Authors: GTA Community. See more here https://github.com/DK22Pac/plugin-sdk Do not delete this comment block. Respect others' work! */ #include "CGangs.h" PLUGIN_SOURCE_FILE bool(&CGangs::GangAttackWithCops)[16] = *reinterpret_cast<bool(*)[16]>(...
{ "pile_set_name": "Github" }
第一行包含两个整数N和B。 第2~N+1行每行一个整数,其中第i+1行的整数表示Ui。
{ "pile_set_name": "Github" }
One of my favroite parts of Modding weapons is making weapon skins. I'm always trying to make cool skins, and use interesting textures to make them unique Taking a look though Dave's Texture folder, I decided to try some of the textures and see what works as skins. These are some of the more interesting, or weird, or ...
{ "pile_set_name": "Github" }
<a href='{% url "logout-view" %}'>Logout</a> Welcome, {{userdetail.username}} <br/> Asked Questions. <br/> {% for question in questions %} <li>{{question.title}}</li> {% endfor %} <br/> Answers. {% for answer in answers %} <li>{{answer.answer_text}} by {{answer.user.username}} </li> {% endfor %}
{ "pile_set_name": "Github" }