text stringlengths 2 99.9k | meta dict |
|---|---|
--TEST--
PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', FALSE)
--FILE--
<?php
class Foo
{
public function __clone()
{
}
}
require __DIR__ . '/../../vendor/autoload.php';
$generator = new PHPUnit_Framework_MockObject_Generator;
$mock = $generator->generate(
'Foo',
array(),... | {
"pile_set_name": "Github"
} |
{
"randomStatetest610" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stRandom2/randomStatetest610... | {
"pile_set_name": "Github"
} |
<HTML><HEAD>
<!-- $Id: package.html,v 1.8 2002/01/30 21:00:44 dbrownell Exp $ -->
</HEAD><BODY>
<p>
This package contains interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
<p>See <a href='http://www.saxproject.org'>http://www.saxproject.org</a>
for more information about SAX.</p>
<... | {
"pile_set_name": "Github"
} |
/*
* fs/sdcardfs/lookup.c
*
* Copyright (c) 2013 Samsung Electronics Co. Ltd
* Authors: Daeho Jeong, Woojoong Lee, Seunghwan Hyun,
* Sunghwan Yun, Sungjong Seo
*
* This program has been developed as a stackable file system based on
* the WrapFS which written by
*
* Copyright (c) 1998-2011 Erez... | {
"pile_set_name": "Github"
} |
# Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile)
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:11:22:33:44:ee
BOOTPROTO=none
ONBOOT=yes
USERCTL=yes
MTU=1492
NM_CONTROLLED=yes
DNS1=4.2.2.1
DNS2=4.2.2.2
IPADDR=192.168.1.5
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR=dead:beaf::1
... | {
"pile_set_name": "Github"
} |
# Case 1: Immutable object (e.g. number-like)
# __iadd__ should not be defined, will be emulated using __add__
class A:
def __init__(self, v):
self.v = v
def __add__(self, o):
return A(self.v + o.v)
def __repr__(self):
return "A(%s)" % self.v
a = A(5)
b = a
a += A(3)
print(a)
# ... | {
"pile_set_name": "Github"
} |
/* Support macros for making weak and strong aliases for symbols,
and for using symbol sets and linker warnings with GNU ld.
Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
... | {
"pile_set_name": "Github"
} |
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<vTypeProbe id="test1" type="t1" file="vtypeprobe.xml"/>
</additional>
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Red Hat 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, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
/*
* KVM in-kernel PIT (i8254) support
*
* Copyright (c) 2003-2004 Fabrice Bellard
* Copyright (c) 2012 Jan Kiszka, Siemens AG
*
* 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 w... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Generated by Django 1.10.1 on 2016-10-10 14:47
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('managements', '0001_initial'),
]
operations = [
migrations.AlterModelOptions(
... | {
"pile_set_name": "Github"
} |
#ifndef EISA_H
#define EISA_H
FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <ipxe/isa_ids.h>
#include <ipxe/device.h>
#include <ipxe/tables.h>
/*
* EISA constants
*
*/
#define EISA_MIN_SLOT (0x1)
#define EISA_MAX_SLOT (0xf) /* Must be 2^n - 1 */
#define EISA_SLOT_BASE( n ) ( 0x1000 * (n) )
#defin... | {
"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"); y... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 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 required by applica... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"manifestName": "operationsCommon",
"explanation": "Common Data Model entities from operations applications",
"entities": [
{
"type": "LocalEntity",
"entityName": "Common",
"entityPath": "Common.cdm.json/Common"
},
{
"type": "LocalEntit... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\CheckoutBundle\Factory;
use Doctrine\Common\Collections\Collection;
use Oro\Bundle\CheckoutBundle\Entity\CheckoutLineItem;
use Oro\Bundle\CheckoutBundle\Model\CheckoutLineItemConverterRegistry;
class CheckoutLineItemsFactory
{
/** @var CheckoutLineItemConverterRegistry */
protected... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version... | {
"pile_set_name": "Github"
} |
[android-components](../../../index.md) / [mozilla.components.lib.nearby](../../index.md) / [NearbyConnection](../index.md) / [ConnectionState](./index.md)
# ConnectionState
`sealed class ConnectionState` [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/lib/nearby/src/main/java/m... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:comp... | {
"pile_set_name": "Github"
} |
; Test the three-operand forms of subtraction.
;
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s
; Check SRK.
define i32 @f1(i32 %a, i32 %b, i32 %c) {
; CHECK-LABEL: f1:
; CHECK: srk %r2, %r3, %r4
; CHECK: br %r14
%sub = sub i32 %b, %c
ret i32 %sub
}
; Check that we can still use SR in obvious ... | {
"pile_set_name": "Github"
} |
//===-- CodeGen/AsmPrinter/DwarfException.cpp - Dwarf Exception Impl ------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,mipsle
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fch... | {
"pile_set_name": "Github"
} |
/**
* @abstract
* @extends Ext.chart.series.Cartesian
* Abstract class for all the stacked cartesian series including area series
* and bar series.
*/
Ext.define('Ext.chart.series.StackedCartesian', {
extend: 'Ext.chart.series.Cartesian',
config: {
/**
* @cfg {Boolean}
* 'true' ... | {
"pile_set_name": "Github"
} |
Store register to memory
========================
Document conventions
--------------------
Notation: ``Rt, Rn`` denote ARM registers R0-R7 except where stated. ``immN`` represents an immediate
value having a width of N bits hence ``imm5`` is constrained to the range 0-31. ``[Rn + imm5]`` is the
contents of the memor... | {
"pile_set_name": "Github"
} |
using LinqAF.Config;
using LinqAF.Impl;
using System;
using System.Collections.Generic;
namespace LinqAF
{
public partial struct TakeEnumerable<TItem, TInnerEnumerable, TInnerEnumerator>
{
public TakeEnumerable<TItem, TInnerEnumerable, TInnerEnumerator> Take(int count)
{
if (IsDefa... | {
"pile_set_name": "Github"
} |
package com.annimon.stream.longstreamtests;
import com.annimon.stream.LongStream;
import org.junit.Test;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
public final class IteratorTest {
@Test
public void testIterator() {
assertThat(LongStream.of(1234567L).iterator(... | {
"pile_set_name": "Github"
} |
// +build !windows
package system
import (
"os"
)
func MkdirAll(path string, perm os.FileMode) error {
return os.MkdirAll(path, perm)
}
| {
"pile_set_name": "Github"
} |
input("*.tga","*.png","*.jpg","*.exr")
{
int("maxSize",1){
range(1,1024);
};
string("prop",""){
multiple(["readable","mipmap"],[1,2]);
};
stringlist("filter", "");
stringlist("notfilter", "");
stringlist("anyfilter", "");
stringlist("anynotfilter", "");
float("pathwidth",240){range(20,4096);};
feature("so... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------
jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile
Version 0.1.38
Copyright (c)2014-2019 Lajpat Shah
Contributors : https://github.com/nehakadam/DateTimePicker/contributors
Repository ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Slightly adapted for inclusion in V8.
// Copyright 2016 the V8 project authors. All rights reserved.
#include "src/base/debug/stack_trace.h"
#inc... | {
"pile_set_name": "Github"
} |
module.exports = function(it){
return typeof it === 'object' ? it !== null : typeof it === 'function';
}; | {
"pile_set_name": "Github"
} |
RNN 名詞
LSTM 名詞
GRU 名詞
BILSTM 名詞
CNN 名詞
晴れ 名詞
晴れ 動詞
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: src/univ/menu.cpp
// Purpose: wxMenuItem, wxMenu and wxMenuBar implementation
// Author: Vadim Zeitlin
// Modified by:
// Created: 25.08.00
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2013 10gen 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"
} |
# encoding: utf-8
require 'spec_helper'
describe Yardstick::Document, '#path' do
subject { described_class.new(docstring).path }
let(:docstring) { YARD::Registry.all(:method).first.docstring }
context 'when instance method' do
before do
YARD.parse_string(<<-RUBY)
module Foo
class B... | {
"pile_set_name": "Github"
} |
class TaskList
belongs_to :page
has_many :tasks, :order => 'position', :dependent => :destroy
has_many :comments, :as => :target, :order => 'created_at DESC', :dependent => :destroy
has_one :first_comment, :class_name => 'Comment', :as => :target, :order => 'created_at ASC'
has_many :recent_comments, :cla... | {
"pile_set_name": "Github"
} |
package inf
import (
"math/big"
)
// Rounder represents a method for rounding the (possibly infinite decimal)
// result of a division to a finite Dec. It is used by Dec.Round() and
// Dec.Quo().
//
// See the Example for results of using each Rounder with some sample values.
//
type Rounder rounder
// See http://sp... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 2019, 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"
} |
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
// Context: snapshot of the entire editor state as one big object/map
#include "nvim/context.h"
#include "nvim/eval/encode.h"
#include "nvim/ex_docmd.h"
#incl... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="DEFAULT_COMPILER" value="Javac" />
</component>
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/kotlinProject.iml" filepath="$PROJECT_DIR$/kotli... | {
"pile_set_name": "Github"
} |
**Couchbase Lite Core** (aka **LiteCore**) is the next-generation core storage and query engine for [Couchbase Lite][CBL]. It provides a cross-platform implementation of the database CRUD and query features, document versioning, and replication/sync.
All platform implementations of Couchbase Lite (from 2.0 onward) are... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2002, 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"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2014-2014
//
// 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)
//
// See http://www.boost... | {
"pile_set_name": "Github"
} |
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/_mozilla/bluetooth/bluetooth-helpers.js"></script>
<script>
'use strict';
promise_test(() => {
window.testRunner.setBluetoothMockDataSet(adapter_type.glucose_heart_rate);
retur... | {
"pile_set_name": "Github"
} |
{
"word": "Apartheid",
"definitions": [
"(in South Africa) a policy or system of segregation or discrimination on grounds of race.",
"Segregation on grounds other than race."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
/*
Join each word in A to each word in B, separated by a specified
character string
*/
%macro joinpair(A, B, sep=, dlm=%str( ));
%local i j wA wB result;
%let result=;
%let i=1;
%let wA = %scan(&A,1,%quote(&dlm));
%do %while(%quote(&wA)^= );
%let j=1;
%let wB = %scan(&B,&j,%quote(&dlm));
%do %while(%quote(... | {
"pile_set_name": "Github"
} |
<div id="container" style="height: 400px"></div>
<script src="https://code.highcharts.com/highcharts.js"></script> | {
"pile_set_name": "Github"
} |
(function (window) {
var assetURL = "${assetPath}"
, scripts = ${scriptArray}
var ts = Date.now().toString()
, identifier = "__cocos2d-app-" + ts.substring(ts.length - 3)
while (document.getElementById(identifier)) {
ts = Date.now().toString()
identifier = ... | {
"pile_set_name": "Github"
} |
// Copyright 2010 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in the file PATENTS. All contributing project authors may
// be... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
From e37d93abaabe3ab72b0332a18092acc162307274 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 30 Sep 2013 13:57:26 +0200
Subject: [PATCH] rt2x00: rt2800lib: fix txpower_to_dev function for RT3883
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
drivers/net/wireless/ralink/rt2x00/rt2800li... | {
"pile_set_name": "Github"
} |
exports.valid = {
fullName : "John Doe",
age : 47,
state : "Massachusetts",
city : "Boston",
zip : 16417,
married : false,
dozen : 12,
dozenOrBakersDozen : 13,
favoriteEvenNumber : 14,
topThreeFavoriteColors : [ "red", "blue", "green" ],
favoriteSingleDigitWholeNumbers : [ 7 ],
favoriteFiveLette... | {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of ccomp in UD_Komi_Zyrian-Lattice'
udver: '2'
---
## Treebank Statistics: UD_Komi_Zyrian-Lattice: Relations: `ccomp`
This relation is universal.
16 nodes (1%) are attached to their parents as `ccomp`.
16 instances of `ccomp` (100%) are left-to-right (parent precedes child).
Ave... | {
"pile_set_name": "Github"
} |
## CN
在指定时长后执行函数。
|参数名|说明|
|-----|---|
|fn|源函数|
|wait|延迟的毫秒数|
|...args|绑定参数|
| {
"pile_set_name": "Github"
} |
/**
* Copyright 2018, 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 ... | {
"pile_set_name": "Github"
} |
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
# GNU m4
## default y if !CONFIGURE_has_gnu_m4_1_4_12_or_newer
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新北市板橋區溪北路78號1樓",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCo... | {
"pile_set_name": "Github"
} |
<?php
class ExceptionTest extends PHPUnit_Framework_TestCase
{
/**
* Exception message
*
* @var string
*/
const ERROR_MESSAGE = 'Exception message';
/**
* Exception message
*
* @var string
*/
const ERROR_MESSAGE_REGEX = '#regex#';
/**
* Exception code
... | {
"pile_set_name": "Github"
} |
FROM google/cloud-sdk:latest
RUN apt-get -y update \
&& apt-get install python-dev -y \
&& apt-get install git curl -y
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& python get-pip.py \
&& pip install -U pip \
&& pip install numpy
RUN git clone https://github.com/GoogleCloudPl... | {
"pile_set_name": "Github"
} |
#include "gsl_math.h"
#include "gsl_cblas.h"
#include "gsl_cblas__cblas.h"
void
cblas_dcopy (const int N, const double *X, const int incX, double *Y,
const int incY)
{
#define BASE double
#include "gsl_cblas__source_copy_r.h"
#undef BASE
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 201518ee111a247e99faadb0bbe2b6ce
timeCreated: 1537947968
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package com.cheng.zenofdesignpatterns.patterns.builder.section1;
import java.util.ArrayList;
/**
* 定义一个车辆模型的抽象类,所有的车辆模型都继承这里类
*/
public abstract class CarModel {
//这个参数是各个基本方法执行的顺序
private ArrayList<String> sequence = new ArrayList<String>();
/*
* 模型是启动开始跑了
*/
protected abstract void start();
//能发动,那... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2002 Charless C. Fowlkes <fowlkes@eecs.berkeley.edu>
// Copyright (C) 2002 David R. Martin <dmartin@eecs.berkeley.edu>
//
// 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; eith... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[Google 地图新版本有点“大众点评”_商业_好奇心日报-金一雷](https://www.qdaily.com/articles/3985.html)
WebArchive归档链接:[Google 地图新版本有点“大众点评”_商业_好奇心日报-金一雷](http://web.archive.org/web/20190623153359/https://www.qdaily.com/articles/3985.html)
 | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
// Copyright 2015 Google LLC
//
// 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"
} |
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"
} |
package org.libsdl.app;
import android.content.Context;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattDescriptor;
import android.bluetooth.Blue... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Abp.Application.Services;
using InterceptionDemo.Sessions.Dto;
namespace InterceptionDemo.Sessions
{
public interface ISessionAppService : IApplicationService
{
Task<GetCurrentLogi... | {
"pile_set_name": "Github"
} |
/* -*-pgsql-c-*- */
/*
* $Header$
*
* pgpool: a language independent connection pool server for PostgreSQL
* written by Tatsuo Ishii
*
* Portions Copyright (c) 2003-2014, PgPool Global Development Group
* Portions Copyright (c) 2003-2004, PostgreSQL Global Development Group
*
* Permission to use, copy, modify,... | {
"pile_set_name": "Github"
} |
// give only a warning when a function that was declared implicitly by
// a function call is later declared explicitly with a more specific
// and therefore (likely) inconsistent type; FIX: I don't think this
// is gnu specific, but is K&R specific
// sm: actually, it's ordinary C89
int main() {
int buf[4];
int c... | {
"pile_set_name": "Github"
} |
en:
reports:
location_resources_subreport: | {
"pile_set_name": "Github"
} |
<?php
namespace Koodilab\Support;
class Util
{
/**
* Set a flash message.
*
* @param string $message
* @param string $title
*
* @return FlashManager|null
*/
public static function flash($message = null, $title = null)
{
$flash = app(FlashManager::class);
... | {
"pile_set_name": "Github"
} |
# some utility code for nicely plotting 3D images of function fitness landscapes.
__author__ = 'Tom Schaul, tom@idsia.ch'
from scipy import zeros, r_, cos, sin, pi, array, dot, sqrt, diag
from scipy.linalg import svd
from pylab import figure, plot, show, meshgrid, contour, savefig, colorbar
from pybrain.rl.environmen... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
package jsoniter
import (
"errors"
"fmt"
"github.com/modern-go/reflect2"
"io"
"reflect"
"strconv"
"unsafe"
)
// Any generic object representation.
// The lazy json implementation holds []byte and parse lazily.
type Any interface {
LastError() error
ValueType() ValueType
MustBeValid() Any
ToBool() bool
ToI... | {
"pile_set_name": "Github"
} |
var createWrapper = require('./createWrapper'),
replaceHolders = require('./replaceHolders'),
restParam = require('../function/restParam');
/**
* Creates a `_.partial` or `_.partialRight` function.
*
* @private
* @param {boolean} flag The partial bit flag.
* @returns {Function} Returns the new partial fun... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* VMX-preemption timer test
*
* Copyright (C) 2020, Google, LLC.
*
* Test to ensure the VM-Enter after migration doesn't
* incorrectly restarts the timer with the full timer
* value instead of partially decayed timer value
*
*/
#define _GNU_SOURCE /* for program_invo... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 9482b50b2bb9e95499420e69aff451b6
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
<div>
For projects that use Ant as the build system. This causes Hudson to
invoke Ant with the given targets and options. Any non-zero exit code
causes Hudson to mark the build as a failure.
<p>
Hudson supplies some <a href="https://hudson.dev.java.net/source/browse/*checkout*/hudson/trunk/hudson/main/war/re... | {
"pile_set_name": "Github"
} |
/**
* Created by Jacky.gao on 2016/6/2.
*/
import events from 'events';
export const OPEN_CREATE_PACKAGE_DIALOG='open_create_package_dialog';
export const HIDE_CREATE_PACKAGE_DIALOG='hide_create_package_dialog';
export const OPEN_CREATE_PACKAGE_ITEM_DIALOG='open_create_package_item_dialog';
export const HIDE_CREATE_... | {
"pile_set_name": "Github"
} |
package pf::radius_audit_log;
=head1 NAME
pf::radius_audit_log - module for radius_audit_log management.
=cut
=head1 DESCRIPTION
pf::radius_audit_log contains the functions necessary to manage a radius_audit_log: creation,
deletion, read info, ...
=cut
use strict;
use warnings;
use constant RADIUS_AUDIT_LOG => '... | {
"pile_set_name": "Github"
} |
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.FreeOTFE.org/
//
// -----------------------------------------------------------------------------
//
#include "FreeOTFEPlatform.h"
#include "FreeOTFEMACHMAC.h"
#include "FreeOTFEDebug.h"
#include "FreeOTFElib.h"
#i... | {
"pile_set_name": "Github"
} |
var drama = require('../')
var sys = drama('sys')
var remote = sys.fork('remote')
var actor = remote.actor('bob', {
hello: function () {
console.log('you:', this.method)
this.reply('hiya')
}
}).pick('?hello')
actor.hello(function (reply) {
console.log('%s: %s', actor.address, reply)
})
| {
"pile_set_name": "Github"
} |
#ifndef _MASK_ADDR_H_INCLUDED_
#define _MASK_ADDR_H_INCLUDED_
/*++
/* NAME
/* mask_addr 3h
/* SUMMARY
/* address bit banging
/* SYNOPSIS
/* #include <mask_addr.h>
/* DESCRIPTION
/* .nf
/*
* External interface.
*/
extern void mask_addr(unsigned char *, unsigned, unsigned);
/* LICENSE
/* .ad
/* .fi
/* The Secure ... | {
"pile_set_name": "Github"
} |
(function() {
var Color, compileTheme, loadTheme, vm;
if (typeof module !== "undefined" && module !== null) {
vm = require('vm');
Color = require('color');
}
loadTheme = function(name, cb) {
return $.ajax({
url: "/pace/templates/pace-theme-" + name + ".tmpl.css",
success: cb
});
... | {
"pile_set_name": "Github"
} |
#N canvas 300 169 770 718 10;
#X text 84 159 data packet: 64-bit_destination 16-bit_destination broadcast_radius
options data;
#X obj 80 115 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 5800 0;
#X obj 77 134 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10
-262144 -1 -1 58 256;
#X obj 77 10 tgl ... | {
"pile_set_name": "Github"
} |
.class public Lcom/google/android/gms/common/UserRecoverableException;
.super Ljava/lang/Exception;
| {
"pile_set_name": "Github"
} |
---
title: F# Compiler (fsc.exe) Reference
description: F# Compiler (fsc.exe) Reference
keywords: visual f#, f#, functional programming
author: dend
manager: danielfe
ms.date: 05/16/2016
ms.topic: language-reference
ms.prod: visual-studio-dev14
ms.technology: devlang-fsharp
ms.assetid: 65dfa6c6-2e55-439c-9672-dd1f274d7... | {
"pile_set_name": "Github"
} |
# Spring Boot 整合 Redis
<nav>
<a href="#一项目说明">一、项目说明</a><br/>
<a href="#11-项目结构">1.1 项目结构</a><br/>
<a href="#12-基本依赖">1.2 基本依赖</a><br/>
<a href="#二整合-Redis">二、整合 Redis</a><br/>
&... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'''Unit tests for grit.shortcuts
'''
import os
import sys
if __name__ == '__main__':
sys.path.append(os.path.join(os.path.dirnam... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# coding:utf-8
# ExpressBot - weather.py
# 2018/4/6 19:53
# weather broadcast for 7 days
__author__ = 'Benny <benny@bennythink.com>'
import requests
from constants import CITY
URL = u'http://wthrcdn.etouch.cn/weather_mini?citykey='
def forecast_5d(city, length):
"""
ge... | {
"pile_set_name": "Github"
} |
use serde::{Deserialize, Serialize};
use crate::types::{InlineKeyboardMarkup, InputMessageContent, ParseMode};
/// Represents a link to an animated GIF file stored on the Telegram servers.
///
/// By default, this animated GIF file will be sent by the user with an optional
/// caption. Alternatively, you can use `inp... | {
"pile_set_name": "Github"
} |
from __future__ import unicode_literals
import unittest
import spotify
import tests
from tests import mock
@mock.patch('spotify.link.lib', spec=spotify.lib)
class LinkTest(unittest.TestCase):
def setUp(self):
self.session = tests.create_session_mock()
def test_create_without_uri_or_obj_or_sp_link_... | {
"pile_set_name": "Github"
} |
/*
File: CADebugger.h
Abstract: Part of CoreAudio Utility Classes
Version: 1.0
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modification or redistribution of
this Apple... | {
"pile_set_name": "Github"
} |
; RUN: llc -O0 %s -o /dev/null
; PR 8235
define void @CGRectStandardize(i32* sret %agg.result, i32* byval %rect) nounwind ssp {
entry:
call void @llvm.dbg.declare(metadata !{i32* %rect}, metadata !23), !dbg !24
ret void
}
declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
declare void @llvm.mem... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@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 ca... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.