text
stringlengths
2
99.9k
meta
dict
<html> <body> <script src="bundle.js"></script> </body> </html>
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2002. // 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) #ifndef LONG_DWA2002627_HPP # define LONG_DWA2002627_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/obje...
{ "pile_set_name": "Github" }
// apiversions_v1 package testing
{ "pile_set_name": "Github" }
中河原小春最新番号 【2030】絶頂M尻倶楽部</a>2008-06-05アートビデオ$$$ART VIDEO88分钟
{ "pile_set_name": "Github" }
use crate::{error::ZomeApiResult, Dispatch}; use holochain_core_types::entry::cap_entries::{CapFunctions, CapabilityType}; use holochain_persistence_api::cas::content::Address; use holochain_wasm_utils::api_serialization::capabilities::{ CommitCapabilityClaimArgs, CommitCapabilityGrantArgs, }; /// Adds a capabilit...
{ "pile_set_name": "Github" }
'use strict'; var Buffer = require('buffer').Buffer; /*<replacement>*/ var bufferShim = require('buffer-shims'); /*</replacement>*/ module.exports = BufferList; function BufferList() { this.head = null; this.tail = null; this.length = 0; } BufferList.prototype.push = function (v) { var entry = { data: v, ne...
{ "pile_set_name": "Github" }
using System; namespace TODOSQLiteSample.Models { public class TodoItem : Mvvm.BindableBase { private string _Id = default(string); public string Id { get { return _Id; } set { Set(ref _Id, value); } } private string _Title = default(string); public string Title { get { return...
{ "pile_set_name": "Github" }
Afghan Afghani (AFN) Afghan Afghani (1927–2002) (AFA) Albanian Lek (ALL) Albanian Lek (1946–1965) (ALK) Algerian Dinar (DZD) Andorran Peseta (ADP) Angolan Kwanza (AOA) Angolan Kwanza (1977–1991) (AOK) Angolan New Kwanza (1990–2000) (AON) Angolan Readjusted Kwanza (1995–1999) (AOR) Argentine Austral (ARA) Argentine Peso...
{ "pile_set_name": "Github" }
$(function () { 'use strict'; // Switch Between Login & Signup $('.login-page h1 span').click(function () { $(this).addClass('selected').siblings().removeClass('selected'); $('.login-page form').hide(); $('.' + $(this).data('class')).fadeIn(100); }); // Trigger The Selectboxit $("select").selectBox...
{ "pile_set_name": "Github" }
/* * The MIT License * * Copyright (c) 2009-2019 PrimeTek * * 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, cop...
{ "pile_set_name": "Github" }
module Temple # Temple expression grammar which can be used to validate Temple expressions. # # Example: # Temple::Grammar.match? [:static, 'Valid Temple Expression'] # Temple::Grammar.validate! [:multi, 'Invalid Temple Expression'] # # See {file:EXPRESSIONS.md Expression documentation}. # # @api ...
{ "pile_set_name": "Github" }
[Unit] Description=Entropy Daemon based on the HAVEGE algorithm Documentation=man:haveged(8) http://www.issihosts.com/haveged/ [Service] Type=forking PIDFile=/run/haveged.pid EnvironmentFile=/etc/haveged.conf ExecStart=/usr/sbin/haveged -w ${WATERMARK} -v 1 -p /run/haveged.pid -r 0 [Install] WantedBy=multi-user.targe...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) [2012] - [2017] Red Hat, Inc. 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 available at http://www.eclipse....
{ "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 Lice...
{ "pile_set_name": "Github" }
/** * Localization file for French - France (fr-FR) */ (function(factory) { // Module systems magic dance. /*global require,ko.validation,define,module*/ if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object') { // CommonJS or Node module.exports = factory(require(...
{ "pile_set_name": "Github" }
import java.util.*; import com.chain.api.*; import com.chain.http.*; import com.chain.signing.*; class GlobalVsLocalData { public static void main(String[] args) throws Exception { Client client = new Client(); MockHsm.Key assetKey = MockHsm.Key.create(client); HsmSigner.addKey(assetKey, MockHsm.getSig...
{ "pile_set_name": "Github" }
// Copyright 2005, 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
/// \file // Range v3 library // // Copyright Eric Niebler 2013-present // // 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) // // Project home: https://github.com/ericniebler...
{ "pile_set_name": "Github" }
Doctools Error in macro at line 2, column 0: [def] --> (FmtError) Manpage error (bodycmd), "def" : Command not allowed outside of the body of the manpage.
{ "pile_set_name": "Github" }
<UserControl x:Class="Dev2.Studio.Views.Help.HelpView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http:/...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Test: line-height of images</title> <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> <link rel="alternate" href="http://ww...
{ "pile_set_name": "Github" }
enum Color { Red, Orange, Yellow, Green, Blue, Indigo, Violet }; void test(enum Color color) { switch (color) { case Red: break; case Yellow: break; case Green: break; } unsigned c2; switch (c2) { case } // RUN: %clang_cc1 -fsyntax-only -code-com...
{ "pile_set_name": "Github" }
package com.wss.common.widget.dialog; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.view.Gravity; import android.view.View; import android.view.Window; import android.view.WindowManager; import com.bigkoo.pickerview.adapter.ArrayWheelAdapter; import ...
{ "pile_set_name": "Github" }
#!/usr/bin/env node 'use strict' const logger = require('../lib/logger') const modules = require('../lib/modules') require('colors') logger.log('Module Status'.bold) modules().forEach(m => { logger.log(`${m.enabled ? 'Enabled: '.green : 'Disabled: '.red} ${m.key.bold}`) logger.log(' ' + m.description)...
{ "pile_set_name": "Github" }
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # Local configure fragment for sysdeps/unix/sysv/linux/csky arch_minimum_kernel=4.20.0 ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
{ "pile_set_name": "Github" }
package com.eclipsesource.v8; import com.tencent.matrix.trace.core.AppMethodBeat; import java.lang.reflect.Method; public class V8Object extends V8Value { static class Undefined extends V8Object { public boolean isUndefined() { return true; } public boolean isReleased() { ...
{ "pile_set_name": "Github" }
package com.mashibing.service.base; import com.mashibing.bean.ZhRentContract; import com.baomidou.mybatisplus.extension.service.IService; /** * <p> * 租赁合同 服务类 * </p> * * @author lian * @since 2020-04-18 */ public interface ZhRentContractService extends IService<ZhRentContract> { }
{ "pile_set_name": "Github" }
import { DYNAMIC_FORM_CONTROL_TYPE_ARRAY, DYNAMIC_FORM_CONTROL_TYPE_CHECKBOX } from "@ng-dynamic-forms/core"; export const NGX_BOOTSTRAP_SAMPLE_FORM_LAYOUT = { "bsSelect, bsDatePicker, bsCheckboxGroup, bsRadioGroup, bsInput, bsInput2, bsTextArea, bsTimePicker": { element: { container: "form-gr...
{ "pile_set_name": "Github" }
!!! %html %body .span15 .container .col-md-12 .row .page-header %h1 Accounts .row .col-md-10.pull-left These are awesome people that use Hashview. .col-md-2.pull-right %a.btn.b...
{ "pile_set_name": "Github" }
// Copyright (C) 2012-2019 The VPaint Developers. // See the COPYRIGHT file at the top-level directory of this distribution // and at https://github.com/dalboris/vpaint/blob/master/COPYRIGHT // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the ...
{ "pile_set_name": "Github" }
// Sizing shortcuts .size(@width; @height) { width: @width; height: @height; } .square(@size) { .size(@size; @size); }
{ "pile_set_name": "Github" }
/* ========================================== */ /* CSS for control sap.uxap/ObjectPageLayout */ /* High Contrast Black theme */ /* ========================================== */ .sapUxAPObjectPageNavigation { background-color: @sapUiObjectHeaderBackground; } .sapUxAPObjectChildPage { width: 0.25re...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
import { VantComponent } from '../common/component'; VantComponent({ props: { size: String, mark: Boolean, color: String, plain: Boolean, round: Boolean, textColor: String, type: { type: String, value: 'default' }, close...
{ "pile_set_name": "Github" }
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
{ "pile_set_name": "Github" }
--- sources/src/machdep/m68kops.h.orig 2020-08-25 11:26:10 UTC +++ sources/src/machdep/m68kops.h @@ -11,7 +11,7 @@ #ifndef ANDROID -#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || defined(ARM) || defined(WIIU) +#if defined(__CELLOS_LV2__) || defined(_WIN32) || defined(__x86_64__) || define...
{ "pile_set_name": "Github" }
include(Platform/HP-UX-HP) __hpux_compiler_hp(ASM)
{ "pile_set_name": "Github" }
Object = require 'libraries/classic/classic' Timer = require 'libraries/enhanced_timer/EnhancedTimer' Input = require 'libraries/boipushy/Input' fn = require 'libraries/moses/moses' require 'GameObject' require 'utils' function love.load() local object_files = {} recursiveEnumerate('objects', object_files) ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """Test that two different but equivalent fishers functions give the similar results.""" import sys import os from itertools import combinations import collections as cx from goatools.go_enrichment import GOEnrichmentStudy from goatools.base import get_godag from goatools.test_data.genes_NCBI_10...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014, NVIDIA * Copyright (C) 2015, Siemens AG * * Authors: * Thierry Reding <treding@nvidia.com> * Jan Kiszka <jan.kiszka@siemens.com> */ #include <linux/linkage.h> #include <asm/macro.h> #include <asm/psci.h> .pushsection ._secure.text, "ax" .arch...
{ "pile_set_name": "Github" }
// Copyright (c) 2013, Suryandaru Triandana <syndtr@gmail.com> // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package capability import ( "bufio" "errors" "fmt" "io" "os" "strings" "syscall" ) var errUnknownVers = errors.New("...
{ "pile_set_name": "Github" }
/* * netlink/addr.h Abstract Address * * 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 Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch> */ #...
{ "pile_set_name": "Github" }
This module provides an API to generate a special widget independently of the Field API.
{ "pile_set_name": "Github" }
{ "objects": [ { "attributes": { "description": "", "kibanaSavedObjectMeta": { "searchSourceJSON": "{\"index\":\"traces:span\",\"query\":{\"query\":\"\",\"language\":\"lucene\"},\"filter\":[]}" }, "title": "Longest Traces durations", "uiStateJSON": "{}", ...
{ "pile_set_name": "Github" }
// @flow type X = {foo: number}; type Y = {bar: X, baz: ?X}; declare var x1: ?X; declare var x2: X; declare var y1: ?Y; declare var y2: Y; (x1?.["foo"]: empty); (x2?.["foo"]: empty); (y1?.["bar"]?.["foo"]: empty); (y2?.["bar"]?.["foo"]: empty); (y1?.["baz"]?.["foo"]: empty); (y2?.["baz"]?.["foo"]: empty); (y1?.["...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.tokbox.custom_video_driver_lib" />
{ "pile_set_name": "Github" }
[MASTER] # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). init-hook='import sys; sys.path.append("pythonx/")' # Add files or directories to the blacklist. They should be base names, not # paths. ignore=CVS,compatibility_py3 # Pickle collected data for later comparisons. persiste...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1f51de9724363f14391b3b120c16f6aa TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
function instructions(job, h) { h.append("<h1>Important Instructions</h1>"); h.append("<p>In this task, we ask you to annotate a video. You are to draw a box around every object of interest and track each object for the entire video. These instructions will give you tips on how to best use our tool.</p>"); ...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: MIT nvkm-y += nvkm/subdev/iccsense/base.o nvkm-y += nvkm/subdev/iccsense/gf100.o
{ "pile_set_name": "Github" }
/* * fs/partitions/msdos.c * * Code extracted from drivers/block/genhd.c * Copyright (C) 1991-1998 Linus Torvalds * * Thanks to Branko Lankester, lankeste@fwi.uva.nl, who found a bug * in the early extended-partition checks and added DM partitions * * Support for DiskManager v6.0x added by Mark Lord, *...
{ "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" }
import { FlubOptions } from '../interfaces'; import * as stackTrace from 'stack-trace'; import quotes from './../quotes'; import { FrameParser } from './frame-parser'; export class ErrorParser { public viewQuote: boolean = true; private readonly error: Error; constructor(error: Error, options: FlubOptions) { ...
{ "pile_set_name": "Github" }
{ "_from": "readable-stream@^2.1.5", "_id": "readable-stream@2.3.6", "_inBundle": false, "_integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "_location": "/stream-iterate/readable-stream", "_phantomChildren": {}, "_requested": { "type": "ran...
{ "pile_set_name": "Github" }
 RegistryKey regKey%AppName% = Registry.%HiveKey%.CreateSubKey(@"%officAddinKey%"); regKey%AppName%.SetValue("LoadBehavior", Convert.ToInt32(%LoadBehavior%)); regKey%AppName%.SetValue("FriendlyName", "%Name%"); regKey%AppName%.SetValue("Description", "%Description%"); regKey%AppName%.Close();
{ "pile_set_name": "Github" }
******** SERVER ******** 1999-03-02 09:44:33 H=[ip4.ip4.ip4.ip4] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=no F=<userx@test.ex> rejected RCPT <userx@test.ex>: unacceptable cipher TLS1.x:ke-RSA-AES256-SHAnnn:xxx
{ "pile_set_name": "Github" }
{ "fields": { "post": "Postagem", "attachments": "Anexos", "targetType": "Alvo", "teams": "Equipes", "users": "Usuários", "portals": "Portais", "isGlobal": "É Global", "isInternal": "É interno (para usuários internos)", "createdByGender": "Criado por Gênero", "data": "Dado", ...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
require 'roma/storage/tokyocabinet' require_relative 'config4cpdb_base' module Roma module Config include CpdbBase::Config STORAGE_CLASS = Roma::Storage::TCStorage end end
{ "pile_set_name": "Github" }
{ "comment": "", "ignore": "", "package": [ { "checksumSHA1": "9NFR6RG8H2fNyKHscGmuGLQhRm4=", "origin": "github.com/docker/docker/vendor/github.com/Azure/go-ansiterm", "path": "github.com/Azure/go-ansiterm", "revision": "39377bb96d459d2ef59bd2bad75468638a7f86a3", "revisionTime": "2018-01-18T19:02:33...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:osmand="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orien...
{ "pile_set_name": "Github" }
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ PORTNAME= terrapin PORTVERSION= 0.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Run shell commands safely LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-climate_control>=0.0.3<1.0:devel/rubyg...
{ "pile_set_name": "Github" }
/* * This program 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 your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
open Revery_Core; open TestFramework; let font = Revery_Font.Family.fromFile("Roboto-Regular.ttf") |> Revery_Font.Family.toSkia(Revery_Font.Weight.Normal) |> Revery_Font.load |> Result.get_ok; describe("TextOverflow", ({test, _}) => { test("handle overflow UTF-8", ({expect, _}) => { let measure = str =>...
{ "pile_set_name": "Github" }
[pytest] filterwarnings = ignore::DeprecationWarning
{ "pile_set_name": "Github" }
//index.js //获取应用实例 var app = getApp() Page({ data: { motto: 'Hello World', userInfo: {} }, //事件处理函数 bindViewTap: function() { wx.navigateTo({ url: '../chat/chat' }) }, onLoad: function () { console.log('onLoad') var that = this //调用应用实例的方法获取全局数据 app.getUserInfo(functio...
{ "pile_set_name": "Github" }
var class_t_m_c5160_stepper = [ [ "TMC5160Stepper", "class_t_m_c5160_stepper.html#a6bac7c5223645da8e54aca6ff9ad700f", null ], [ "TMC5160Stepper", "class_t_m_c5160_stepper.html#a755dbd24ac852cede5f84fee827cc5dd", null ], [ "TMC5160Stepper", "class_t_m_c5160_stepper.html#ad0f698ae6d90619b534685d0ef53ffc9", nu...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>R: Canadian Women's Labour-Force Participation</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="R.css"> </head><body> <table width="100%" summary="page for Womenlf"...
{ "pile_set_name": "Github" }
import React from "react" import { View, StyleSheet } from "react-native" import colors from "../foundation/colors" import shadows from "../foundation/shadows" import textStyles from "../foundation/textStyles" import AccessibilityTest from "./AccessibilityTest" import AccessibilityVisibility from "./AccessibilityVisib...
{ "pile_set_name": "Github" }
// Copyright (c) 2013, Vastech SA (PTY) LTD. All rights reserved. // http://github.com/gogo/protobuf/gogoproto // // Go support for Protocol Buffers - Google's data interchange format // // Copyright 2014 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source ...
{ "pile_set_name": "Github" }
.1.3.6.1.2.1.17.1.1.0 = Hex-STRING: 00 08 E3 FF FF FC .1.3.6.1.2.1.17.1.2.0 = INTEGER: 76 .1.3.6.1.2.1.17.1.3.0 = INTEGER: 2 .1.3.6.1.2.1.17.1.4.1.1.4230 = INTEGER: 4230 .1.3.6.1.2.1.17.1.4.1.1.5761 = INTEGER: 5761 .1.3.6.1.2.1.17.1.4.1.1.5762 = INTEGER: 5762 .1.3.6.1.2.1.17.1.4.1.1.5763 = INTEGER: 5763 .1.3.6.1.2.1.1...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils gnome2-utils DESCRIPTION="A simple medical imaging visualization tool" HOMEPAGE="https://github.com/neurolabusc/MRIcroGL" SRC_URI="https://github.com/neurolabusc/MRIcroGL/archive/v${PV}.ta...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013, 2017, 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" }
package config import ( "fmt" "sort" "testing" "github.com/golangci/golangci-lint/pkg/logutils" "github.com/stretchr/testify/assert" ) func TestUtils(t *testing.T) { s1 := []string{"diagnostic", "experimental", "opinionated"} s2 := []string{"opinionated", "experimental"} s3 := intersectStringSlice(s1, s2) ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the PHP_CodeCoverage package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Utility methods. * * @since Class available since Release 1.0...
{ "pile_set_name": "Github" }
# del > Delete one or more files. > More information: <https://docs.microsoft.com/windows-server/administration/windows-commands/del>. - Delete one or more space-separated files or patterns: `del {{file_pattern}}` - Prompt for confirmation before deleting each file: `del {{file_pattern}} /p` - Force the deletion ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import torch import numpy as np import torch.nn as nn from sklearn.utils import shuffle from torch.autograd import Variable from models.BaseModel import BaseModel class LSTMAttention(torch.nn.Module): def __init__(self,opt): super(LSTMAttention, self).__init__() self.hidden...
{ "pile_set_name": "Github" }
/* Copyright libuv project contributors. 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 * deal in the Software without restriction, including without limitation the * rights to use, cop...
{ "pile_set_name": "Github" }
ERROR: unable to copy: source and destination are the same
{ "pile_set_name": "Github" }
"""Support for tasks, coroutines and the scheduler.""" __all__ = ( 'Task', 'create_task', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED', 'wait', 'wait_for', 'as_completed', 'sleep', 'gather', 'shield', 'ensure_future', 'run_coroutine_threadsafe', 'current_task', 'all_tasks', '_register_...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # This used to be run standalone, but now it's intended to always be # invoked by 'meteor self-test' (and eventually we should port the # whole thing to JavaScript, or at least the parts that don't # duplicate our existing JS-based test coverage). # # To run it, set METEOR_TOOL_PATH to the 'meteor'...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <ProjectView>ProjectFiles</ProjectView> <PublishUrlHistory /> <InstallUrlHistory /> <SupportUrlHistory /> <UpdateUrlHistory /> <BootstrapperUrlHistor...
{ "pile_set_name": "Github" }
he follows a new suspect , huh , and eventually catches him in the act of brutally murdering a woman in a crowded techno bar .
{ "pile_set_name": "Github" }
easyblock = 'ConfigureMake' name = 'libsodium' version = '1.0.13' homepage = 'https://doc.libsodium.org/' description = """Sodium is a modern, easy-to-use software library for encryption, decryption, signatures, password hashing and more.""" toolchain = {'name': 'foss', 'version': '2017a'} source_urls = [ 'htt...
{ "pile_set_name": "Github" }
/** * Copyright 2019 LinkedIn Corporation. All rights reserved. * Licensed under the BSD 2-Clause License. See the LICENSE file in the project root for license information. * See the NOTICE file in the project root for additional information regarding copyright ownership. */ package com.linkedin.datastream.commo...
{ "pile_set_name": "Github" }
#ifndef _ES31CTEXTURESTORAGEMULTISAMPLEGETMULTISAMPLEFVTESTS_HPP #define _ES31CTEXTURESTORAGEMULTISAMPLEGETMULTISAMPLEFVTESTS_HPP /*------------------------------------------------------------------------- * OpenGL Conformance Test Suite * ----------------------------- * * Copyright (c) 2014-2016 The Khronos Group ...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <assert.h> #if _MSC_VER #include <malloc.h> #endif #include "data_desk.h" static FILE *global_header_file = 0; DATA_DESK_FUNC void DataDeskCustomInitCallback(void) { global_header_file = fopen("generated.h", "w"); } static DataDeskNode * get_chi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <View xmlns:android="http://schemas.android.com/apk/res/android" test1="" test2="Lorem ipsum" test3="\@" test4="\?" test5="#ff123456" test6="\#ff123456" test7="&amp;" test8="'" test9="&quot;" test10="\u0005" test11=" foo bar " tes...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2016 Google 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" }
.TH "NPM\-EXPLORE" "1" "September 2016" "" "" .SH "NAME" \fBnpm-explore\fR \- Browse an installed package .SH SYNOPSIS .P .RS 2 .nf npm explore <pkg> [ \-\- <cmd>] .fi .RE .SH DESCRIPTION .P Spawn a subshell in the directory of the installed package specified\. .P If a command is specified, then it is run in the subshe...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
/* KeeFox - Allows Firefox to communicate with KeePass (via the KeePassRPC KeePass-plugin) Copyright 2008-2015 Chris Tomlinson <keefox@christomlinson.name> This install.js file helps manage the installation of .NET, KeePass and KeePassRPC. See install.xul for a description of each of the ICs (Install Cases) This p...
{ "pile_set_name": "Github" }
library(pystr) context("pystr_rfind") test_that("it finds the highest index of the substring", { expect_equal(pystr_rfind("abcabc", "abc"), 4) }) test_that("it finds the highest index of the substring within start and end", { expect_equal(pystr_rfind("abcabc", "abc", 1, 4), 1) }) test_that("it returns -1 when th...
{ "pile_set_name": "Github" }
package liquibase.license; /** * A Location is an object that has a name, LocationType, value, and path. There are currently * four LocationTypes in use. The FILE_PATH type is the most direct. The ENVIRONMENT_VARIABLE * and SYSTEM_PROPERTY types are things that can refer to a path. These three types eventually * ...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim 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 to ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2012 Partners In Health. All rights reserved. * The use and distribution terms for this software are covered by the * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) * which can be found in the file epl-v10.html at the root of this distribution. * By using this software ...
{ "pile_set_name": "Github" }
/* * (c) 2011 Graf-Syteco, Matthias Weisser * <weisserm@arcor.de> * * Based on tx25.c: * (C) Copyright 2009 DENX Software Engineering * Author: John Rigby <jrigby@gmail.com> * * Based on imx27lite.c: * Copyright (C) 2008,2009 Eric Jarrige <jorasse@users.sourceforge.net> * Copyright (C) 2009 Ilya Yanok <ya...
{ "pile_set_name": "Github" }
Sphinx coding standard ======================= WARNING. This document is just an internal note. It might or might not be in sync with the actual code. Use it as an overview; refer to the source for precise details. General -------- This document describes C++ coding standard that MUST be used for Sphinx source code....
{ "pile_set_name": "Github" }
--TEST-- mysqli multi_query, next_result, more_results --SKIPIF-- <?php require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php require_once("connect.inc"); $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket); $mysql->multi_query('SELECT 1;SELECT 2'); do { $res = $m...
{ "pile_set_name": "Github" }