text stringlengths 2 99.9k | meta dict |
|---|---|
@echo off
set PKG_NAME=server.bank
IF "%1"=="help" GOTO HELP
IF "%1"=="build" GOTO BUILD
IF "%1"=="clean" GOTO CLEAN
IF "%1"=="commands" GOTO COMMANDS
:BUILD
@echo Building bank server source files
owjavac -echo -verbose *.java
if not errorlevel 0 goto END
@echo owjava -echo %PKG_NAME%.Server %%1 > server.bat
GOTO E... | {
"pile_set_name": "Github"
} |
.\" **************************************************************************
.\" * _ _ ____ _
.\" * Project ___| | | | _ \| |
.\" * / __| | | | |_) | |
.\" * | (__| |_| | _ <| |___
.\" * ... | {
"pile_set_name": "Github"
} |
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="FSharpServiceStacke6e2a48e-387d-4af2-9072-86a5276da6d4" Version="2.0.0" Language="en-US" Publisher="fsharp.org" />
<... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { useState, useCallback } from 'react';
import { cleanup, fireEvent } from '@testing-library/react';
import omit from 'lodash/omit';
import expect from 'expect';
import renderWithRedux from '../../util/renderWithRedux';
import ReferenceInputController from './ReferenceInputContro... | {
"pile_set_name": "Github"
} |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Config file generator
*
* @package PhpMyAdmin-setup
*/
/**
* Config file generation class
*
* @package PhpMyAdmin
*/
class ConfigGenerator
{
/**
* Creates config file
*
* @return string
*/
public static function getConfigFile()
... | {
"pile_set_name": "Github"
} |
# This file contains a list of people who've made non-trivial
# contribution to the Google C++ Testing Framework project. People
# who commit code to the project are encouraged to add their names
# here. Please keep the list sorted by first names.
Ajay Joshi <jaj@google.com>
Balázs Dán <balazs.dan@gmail.com>
Bharat ... | {
"pile_set_name": "Github"
} |
---
title: Immunity Debugger View and Description
author: Coleman Kane
twitter_image: https://class.malware.re/stuff/immdbg-noted.png
tags:
- malware
- immunity debugger
- disassembly
- lecture
---
The previous week introduced you to some of the Immunity Debugger interface, as well
as offered 3 walk-throughs for I... | {
"pile_set_name": "Github"
} |
0 STOP_CODE
1 POP_TOP
2 ROT_TWO
3 ROT_THREE
4 DUP_TOP
10 UNARY_POSITIVE
11 UNARY_NEGATIVE
12 UNARY_NOT
13 UNARY_CONVERT
15 UNARY_INVERT
19 BINARY_POWER
20 BINARY_MULTIPLY
21 BINARY_DIVIDE
22 BINARY_MODULO
23 BINARY_ADD
24 BINARY_SUBTRACT
25 BINARY_SUBSCR
30 SLICE_0
31 SLICE_1
32 SLICE_2
33 SLI... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* mmap based event notifications for SELinux
*
* Author: KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* Copyright (C) 2010 NEC corporation
*/
#include <linux/kernel.h>
#include <linux/gfp.h>
#include <linux/mm.h>
#include <linux/mutex.h>
#include "avc.h"
#include "security.h"
... | {
"pile_set_name": "Github"
} |
package org.agoncal.application.petstore.service;
import org.agoncal.application.petstore.util.Loggable;
@Loggable
public class InventoryService
{
} | {
"pile_set_name": "Github"
} |
# ***** BEGIN GPL LICENSE BLOCK *****
#
# 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 ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Amazon.Textract;
using Amazon.Textract.Model;
namespace Dotnet_Core.Services {
public class TextractTextDetectionService {
private IAmazonTextract textract;
public TextractTextDetectionService(I... | {
"pile_set_name": "Github"
} |
$.validator.addMethod( "dateFA", function( value, element ) {
return this.optional( element ) || /^[1-4]\d{3}\/((0?[1-6]\/((3[0-1])|([1-2][0-9])|(0?[1-9])))|((1[0-2]|(0?[7-9]))\/(30|([1-2][0-9])|(0?[1-9]))))$/.test( value );
}, $.validator.messages.date );
| {
"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 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
Plugin.define "OpenConf" do
author "Brendan Coles <bcoles@gmail.com>" # 201... | {
"pile_set_name": "Github"
} |
; RUN: opt -constmerge -S < %s | FileCheck %s
; PR8978
declare i32 @zed(%struct.foobar*, %struct.foobar*)
%struct.foobar = type { i32 }
; CHECK: bar.d
@bar.d = unnamed_addr constant %struct.foobar zeroinitializer, align 4
; CHECK-NOT: foo.d
@foo.d = internal constant %struct.foobar zeroinitializer, align 4
define i3... | {
"pile_set_name": "Github"
} |
package alidns
//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, software
//distri... | {
"pile_set_name": "Github"
} |
-- Copyright 2020 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"
} |
# 项目截图
### 登录界面

###
### 菜单管理

2.3.0
-----
* added a way to ignore unreadable directories (via Finder::ignoreUnreadableDirs())
* unified the way subfolders that are not executable are handl... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) 2013-2018 University of Amsterdam
//
// 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 of the
// License, or (at your option) any later version.
//
/... | {
"pile_set_name": "Github"
} |
t = db.set4;
t.drop();
orig = {
_id: 1,
a: [{x: 1}]
};
t.insert(orig);
t.update({}, {$set: {'a.0.x': 2, 'foo.bar': 3}});
orig.a[0].x = 2;
orig.foo = {
bar: 3
};
assert.eq(orig, t.findOne(), "A");
t.update({}, {$set: {'a.0.x': 4, 'foo.bar': 5}});
orig.a[0].x = 4;
orig.foo.bar = 5;
assert.eq(orig, t.findO... | {
"pile_set_name": "Github"
} |
[
{
"name": "Bool",
"type": "bool",
"value": false,
"context_default": "false",
"parser": "strconv.ParseBool(f.Value.String())"
},
{
"name": "BoolT",
"type": "bool",
"value": false,
"doctail": " that is true by default",
"context_default": "false",
"parser": "strconv.Pa... | {
"pile_set_name": "Github"
} |
// Copyright the Hyperledger Fabric contributors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
// Package shim provides APIs for the chaincode to access its state
// variables, transaction context and call other chaincodes.
package shim
import (
"errors"
"flag"
"fmt"
"io"
"os"
"unicode/utf8"
"g... | {
"pile_set_name": "Github"
} |
/*
* checklist.c -- implements the checklist box
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* Stuart Herbert - S.Herbert@sheffield.ac.uk: radiolist extension
* Alessandro Rubini - rubini@ipvvis.unipv.it: merged the two
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcap@cfw.com)
*
... | {
"pile_set_name": "Github"
} |
# This test is in it own file to protect other tests from the `import *` side effects
from godot import *
# Class with trailing underscore not are provided on star import
from godot.bindings import _OS, _ProjectSettings
def test_starimport():
assert issubclass(Node, Object)
assert isinstance(OS, _OS)
ass... | {
"pile_set_name": "Github"
} |
#
# test directory makefile
#
FNAME := Herk_ln
SRC_PATH := ..
OBJ_PATH := .
INST_PATH := $(HOME)/flame
LIB_PATH := $(INST_PATH)/lib
INC_PATH := $(INST_PATH)/include
FLAME_LIB := $(LIB_PATH)/libflame.a
BLAS_LIB := $(LIB_PATH)/libblas_clover.a
#BLAS_LIB := $(LIB_PATH)/libgoto_core2... | {
"pile_set_name": "Github"
} |
client
dev tun
proto tcp
remote us-oh.mullvad.net 80
cipher AES-256-CBC
resolv-retry infinite
nobind
persist-key
persist-tun
verb 3
remote-cert-tls server
ping 10
ping-restart 60
sndbuf 524288
rcvbuf 524288
auth-user-pass /config/openvpn-credentials.txt
ca /etc/openvpn/mullvad/ca.crt
tun-ipv6
script-secur... | {
"pile_set_name": "Github"
} |
<?php
class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase
{
public function test()
{
throw new RuntimeException;
}
}
| {
"pile_set_name": "Github"
} |
package com.online.taxi.order.service.impl;
import com.online.taxi.order.service.RenewGrabLockService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.S... | {
"pile_set_name": "Github"
} |
/**************************************************************************//**
*
*
*
*****************************************************************************/
#include <x86_64_accton_as7716_32x/x86_64_accton_as7716_32x_config.h>
/* <--auto.start.enum(ALL).source> */
/* <auto.end.enum(ALL).source> */
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, 2018, 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 com.github.mikephil.charting.jobs;
import android.animation.Animator;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.graphics.Matrix;
import android.view.View;
import com.github.mikephil.charting.charts.BarLineChartBase;
import com.github.mikephil.charting.compo... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// EvaluateBSDF_Line - Reference
//-----------------------------------------------------------------------------
void IntegrateBSDF_LineRef(float3 V, float3 positionWS,
PreLightData preLightData, LightData lightD... | {
"pile_set_name": "Github"
} |
// Copyright 2019 PingCAP, 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 i... | {
"pile_set_name": "Github"
} |
<BSBasicForm IsInline="true">
<BSFormGroup Class="mb-2 mr-sm-2 mb-sm-0">
<BSLabel For="exampleEmail" Class="mr-sm-2">Email</BSLabel>
<BSBasicInput InputType="InputType.Email" Name="email" Id="exampleEmail" PlaceHolder="something@idk.cool" Value="string.Empty"/>
</BSFormGroup>
<BSFormGr... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
var base64VLQ = require('./base64-vlq');
var util = require('./util');
var ArraySet = require('./array-set').Arr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svaerd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbe... | {
"pile_set_name": "Github"
} |
package de.lessvoid.nifty.controls;
import javax.annotation.Nullable;
/**
* The Draggable Control interface.
*
* @author void
* @author Martin Karing <nitram@illarion.org>
*/
public interface Draggable extends NiftyControl {
/**
* This function is used to disable the draggable properly.
*
* @par... | {
"pile_set_name": "Github"
} |
<link rel="stylesheet" href="../style.css">
<h5>Web Platform discrepancies</h5>
<p>Several extra methods are found on String.prototype for wrapping text in HTML elements (these are all generic; the this value need not be a String object):
</p><p>Algorithm ToHTMLTag(tag_name, content, attribute_name, attribute_value):
<... | {
"pile_set_name": "Github"
} |
"""
Helpers for Zigbee Home Automation.
For more details about this component, please refer to the documentation at
https://home-assistant.io/integrations/zha/
"""
import asyncio
import binascii
import collections
import functools
import itertools
import logging
from random import uniform
import re
from typing import... | {
"pile_set_name": "Github"
} |
var fs = require('fs'),
path = require('path');
module.exports = {
decorate: decorate,
isObject: isObject,
inherit: inherit,
constants: constants,
log: log
};
var isArray = Array.isArray,
defineProperty = Object.defineProperty,
getOwnDescriptor = Object.getOwnPropertyDescriptor,
getOwnName... | {
"pile_set_name": "Github"
} |
4Suite-0.11.1-14.x86_64.rpm
a2ps-4.13b-28.x86_64.rpm
acl-2.2.3-1.x86_64.rpm
acpid-1.0.2-2.x86_64.rpm
alchemist-1.0.27-1.i386.rpm
alchemist-1.0.27-1.x86_64.rpm
alchemist-devel-1.0.27-1.x86_64.rpm
amanda-2.4.4p1-0.3E.x86_64.rpm
amanda-client-2.4.4p1-0.3E.x86_64.rpm
amanda-devel-2.4.4p1-0.3E.x86_64.rpm
ami-1.2.2-3.x86_64.... | {
"pile_set_name": "Github"
} |
test:
@./node_modules/.bin/mocha \
--reporter spec \
--require should
.PHONY: test | {
"pile_set_name": "Github"
} |
-- Created on: 1998-11-19
-- Created by: Jean-Michel BOULCOURT
-- Copyright (c) 1998-1999 Matra Datavision
-- Copyright (c) 1999-2014 OPEN CASCADE SAS
--
-- This file is part of Open CASCADE Technology software library.
--
-- This library is free software; you can redistribute it and/or modify it under
-- the terms of ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: Member List</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css">
</head>
<body bgcolor="#FFFFFF">
<div id="header">
<hr class="first">
<img alt="" src="i... | {
"pile_set_name": "Github"
} |
/*
* filter registration
* copyright (c) 2008 Vitor Sessak
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (a... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include "fwd.h"
#include "memoize.h"
#include "set.h"
#include <utility>
namespace skip {
class ThreadLocalLockM... | {
"pile_set_name": "Github"
} |
# Hungarian translation for gimp-script-fu.
# Copyright (C) 2001, 2003, 2004, 2007, 2008, 2014, 2016, 2017, 2018, 2019, 2020 Free Software Foundation, Inc.
# This file is distributed under the same license as the gimp-script-fu package.
#
# András Tímár <timar at gnome dot hu>, 2001, 2003.
# Emese Kovács <emese at gnom... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/and.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace mp... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may not ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015, Cisco Systems
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// this list of condi... | {
"pile_set_name": "Github"
} |
<?php
/**
* Register the WP-CLI commands for documentation generation.
*
* @package AmpProject\AmpWP
*/
use AmpProject\AmpWP\Documentation\Cli\DocsCommandNamespace;
use AmpProject\AmpWP\Documentation\Cli\GenerateCommand;
if ( ! defined( 'WP_CLI' ) || ! class_exists( 'WP_CLI' ) ) {
return;
}
WP_CLI::add_command(... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1a8a57b0995296942a195a1925abe557
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 10
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestR... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
import os
class AwsParallelcluster(PythonPackage):
"""AWS ParallelCluster is an AWS supported Op... | {
"pile_set_name": "Github"
} |
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "caffe/util/im2col.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
void im2col_cpu(const Dtype* data_im, const int channels,
const int height, const int width, const int kernel_h, const int kernel_w,
con... | {
"pile_set_name": "Github"
} |
package net.zoneland.x.bpm.mobile.v1.zoneXBPM.utils
import android.app.*
import android.content.Context
import android.content.DialogInterface
import android.view.View
import android.widget.TextView
import java.util.*
/**
* Created by fancyLou on 2017/12/11.
* Copyright © 2017 O2. All rights reserved.
*/
object ... | {
"pile_set_name": "Github"
} |
/*
* SSL/TLS interface functions for OpenSSL
* Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef TLS_OPENSSL_H
#define TLS_OPENSSL_H
enum ocsp_result {
OCSP_GOOD, OCSP_REVOKED, OCSP_NO_RESPONSE, OC... | {
"pile_set_name": "Github"
} |
41
1000 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
40
781 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 163
771 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 116
743 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0... | {
"pile_set_name": "Github"
} |
package api
import (
"encoding/json"
"net/http"
"strconv"
"github.com/passwall/passwall-server/internal/app"
"github.com/passwall/passwall-server/internal/storage"
"github.com/passwall/passwall-server/model"
"github.com/gorilla/mux"
)
// FindAllEmails ...
func FindAllEmails(s storage.Store) http.HandlerFunc ... | {
"pile_set_name": "Github"
} |
reviewers:
- smarterclayton
- jessfraz
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>File: ziprequire.rb</title>
<meta http-equiv="Co... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
id: dsq-747530133
date: 2009-10-04T17:24:00.0000000-07:00
name: Adam Hicks
avatar: https://disqus.com/api/users/avatars/Adam Hicks.jpg
message: <p>Been looking forward to this. Thanks for all the effort.</p>
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# pylint: disable=W0102
from datetime import date, datetime
from distutils.version import LooseVersion
import itertools
import operator
import re
import sys
import numpy as np
import pytest
from pandas._libs.internals import BlockPlacement
from pandas.compat import OrderedDict, lrange, u, zip... | {
"pile_set_name": "Github"
} |
# Usage
MkDocstrings works by processing special expressions in your Markdown files.
The syntax is as follow:
```md
::: identifier
YAML block
```
The `identifier` is a string identifying the object you want to document.
The format of an identifier can vary from one handler to another.
For example, the Python h... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5384CE57-... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014, United States Government, as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All rights reserved.
*
* The Java Pathfinder core (jpf-core) platform is licensed under the
* Apache License, Version 2.0 (the "License"); you may not use this file exce... | {
"pile_set_name": "Github"
} |
[
{
"description": "validation of host names",
"schema": {"format": "hostname"},
"tests": [
{
"description": "a valid host name",
"data": "www.example.com",
"valid": true
},
{
"description": "... | {
"pile_set_name": "Github"
} |
{
"symbol": "ADT",
"address": "0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD",
"decimals": 9,
"name": "AdToken",
"ens_address": "",
"website": "https://adtoken.com",
"logo": {
"src": "",
"width": "",
"height": "",
"ipfs_hash": ""
},
"support": {
"email": "hello@metax.io",
"url": "... | {
"pile_set_name": "Github"
} |
0
SECTION
2
HEADER
9
$INSUNITS
70
4
9
$ACADVER
1
AC1014
9
$HANDSEED
5
FFFF
0
ENDSEC
0
SECTION
2
TABLES
0
TABLE
2
VPORT
5
8
100
AcDbSymbolTable
0
ENDTAB
0
TABLE
2
LTYPE
5
5
100
AcDbSymbolTable
0
LTYPE
5
14
100
AcDbSymbolTableRecord
100
AcDbLinetypeTableRecord
2
BYBLOCK
7... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2015 Karol Kosik <karo9@interia.eu>
* 2015 Samsung Electronics
* Author: Igor Kotrasinski <i.kotrasinsk@samsung.com>
*
* Based on tools/usb/usbip/libsrc/usbip_host_driver.c, which is:
* Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
* ... | {
"pile_set_name": "Github"
} |
import { mount } from "@vue/test-utils";
import Monitor from "./Monitor";
import { __RewireAPI__ as rewire } from "./Monitor";
import Vue from "vue";
describe("Monitor", () => {
beforeEach(() => {
rewire.__Rewire__(
"Services",
class {
async getInstalledRepositories(... | {
"pile_set_name": "Github"
} |
NODE_OPTS =
TEST_OPTS =
love:
@echo "Feel like makin' love."
test:
@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R dot $(TEST_OPTS)
spec:
@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R spec $(TEST_OPTS)
autotest:
@node $(NODE_OPTS) ./node_modules/.bin/_mocha -R dot --watch $(TEST_OPTS)
autospec:
@node $(NO... | {
"pile_set_name": "Github"
} |
import api from '@/api';
import { delay } from '@/utils';
import { REQUEST } from '@/store/modules/api';
import { FETCH_USER } from '@/store/modules/entities/users';
export const FETCHING_REWARDS = 'reward/FETCHING_REWARDS';
export const FETCHING_REWARDS_SUCCESS = 'reward/FETCHING_REWARDS_SUCCESS';
export const FETCH... | {
"pile_set_name": "Github"
} |
---
title: Use hub filters in ASP.NET Core SignalR
author: brecon
description: Learn how to use hub filters in ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-5.0'
ms.author: brecon
ms.custom: mvc
ms.date: 05/22/2020
no-loc: ["ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Id... | {
"pile_set_name": "Github"
} |
create table Alpha_Person (
id int primary key,
first_name varchar(255),
last_name varchar(255),
age int not null,
foo varchar(255),
num_trinkets int, -- The other one is a bigint so output needs to be a bigint (i.e. Long) but this one is nullable so output must be nullable (i.e. Option)
trinket_type varc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<pinyin_gwoyeu_mapping>
<item>
<Hanyu>a</Hanyu>
<Gwoyeu_I>a</Gwoyeu_I>
<Gwoyeu_II>ar</Gwoyeu_II>
<Gwoyeu_III>aa</Gwoyeu_III>
<Gwoyeu_IV>ah</Gwoyeu_IV>
<Gwoyeu_V>.a</Gwoyeu_V>
</item>
<item>
<Hanyu>ai</Hanyu>
<Gwoyeu_I>ai</Gwoyeu_I>
<Gwoyeu_II>air</Gwoyeu_II>
<G... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ab31639c81fde744ea5a20b2f4e5390e
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
import "fmt"
// ServiceError is a transport object to pass information about a non-Http error occurred in a WebService while processing a request.
type ... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:c741919f980befba775dec6259c13810f816101493cc0b382ab2f5e853e039f1
size 5716
| {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// 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"
} |
#
# This file is part of Dragonfly.
# (c) Copyright 2007, 2008 by Christo Butcher
# Licensed under the LGPL.
#
# Dragonfly 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, either version 3 of the L... | {
"pile_set_name": "Github"
} |
(module L_Neosid_SM-PIC0602H (layer F.Cu) (tedit 5D8BD8DF)
(descr "Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf")
(tags "Neosid Power Inductor SM-PIC0602H Fixed inductor SMD")
(attr smd)
(fp_text reference REF** (at 0 -4.4) (layer ... | {
"pile_set_name": "Github"
} |
0.13.0 / 2015-06-16
===================
* Allow Node.js HTTP server to set `Date` response header
* Fix incorrectly removing `Content-Location` on 304 response
* Improve the default redirect response headers
* Send appropriate headers on default error response
* Use `http-errors` for standard emitted errors
... | {
"pile_set_name": "Github"
} |
%module{Slic3r::XS};
%{
#include <xsinit.h>
#include "libslic3r/Flow.hpp"
%}
%name{Slic3r::Flow} class Flow {
~Flow();
%name{_new} Flow(float width, float height, float nozzle_diameter);
void set_height(float height)
%code{% THIS->height = height; %};
void set_bridge(bool bridge)
%code... | {
"pile_set_name": "Github"
} |
<?php
class Invoice_model extends Model {
function __construct() {
parent::Model();
$this->table_name = 'invoice';
}
/**
* @param int $invoice_id The ID of the invoice to be selected
* @return array Associative array of invoice related information
* @abstract Gets information regarding a parti... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"context"
"io"
"net/url"
)
// ContainerExport retrieves the raw contents of a container
// and returns them as an io.ReadCloser. It's up to the caller
// to close the stream.
func (cli *Client) ContainerExport(ctx context.Context, containerID stri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2018 xuexiangjys(xuexiangjys@163.com)
~
~ 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... | {
"pile_set_name": "Github"
} |
// Boost config.hpp configuration header file ------------------------------//
// boostinspect:ndprecated_macros -- tell the inspect tool to ignore this file
// Copyright (c) 2001-2003 John Maddock
// Copyright (c) 2001 Darin Adler
// Copyright (c) 2001 Peter Dimov
// Copyright (c) 2002 Bill Kempf
// Copyright... | {
"pile_set_name": "Github"
} |
plugins {
id("us.ihmc.ihmc-build") version "0.21.0"
id("us.ihmc.ihmc-ci") version "5.3"
id("us.ihmc.ihmc-cd") version "1.14"
id("us.ihmc.log-tools-plugin") version "0.5.0"
}
ihmc {
loadProductProperties("../product.properties")
configureDependencyResolution()
configurePublications()
}
... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The etcd 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 t... | {
"pile_set_name": "Github"
} |
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-eeprom.c - eeprom access methods (currently only MAC address reading is used)
*
* see flexcop.c for copyright information.
*/
#include "flexcop.h"
#if 0
/*EEPROM (Skystar2 has one "24LC08B" chip on board... | {
"pile_set_name": "Github"
} |
CONFIG_ARM=y
CONFIG_TARGET_LS1043AQDS=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_FSL_LS_PPA=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart"
CONFIG_FIT_VERBOSE=y
CONFIG_... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Filename: sys_ctrl.h
* Revised: 2018-09-17 14:58:51 +0200 (Mon, 17 Sep 2018)
* Revision: 52634
*
* Description: Defines and prototypes for the System Controller.
*
* Copyright (c) 2015 - 2017, Texas Instruments ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import AvatarItem, { AvatarItemProps, SizeType } from './AvatarItem';
export interface AvatarListProps {
Item?: React.ReactElement<AvatarItemProps>;
size?: SizeType;
maxLength?: number;
excessItemsStyle?: React.CSSProperties;
style?: React.CSSProperties;
children: React.ReactElem... | {
"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"
} |
#pragma once
#include "stl.hpp"
#include "db.hpp"
struct sqlite3_backup;
namespace mx3 { namespace sqlite {
shared_ptr<Db> backup_to_memory(const shared_ptr<Db>& source);
class Backup final {
public:
Backup(const shared_ptr<Db>& dest, const shared_ptr<Db>& source);
Backup(const shared_ptr<Db>& dest,
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.