text stringlengths 2 99.9k | meta dict |
|---|---|
Array3d v(2,3,4);
cout << v.cube() << endl;
| {
"pile_set_name": "Github"
} |
# x64dbg
<img width="100" src="https://github.com/x64dbg/x64dbg/raw/development/src/bug_black.png"/>
[](https://www.bountysource.com/teams/x64dbg?utm_source=x64dbg&utm_medium=shield&utm_campaign=raised) [ {
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Li... | {
"pile_set_name": "Github"
} |
function res = struct2xml(s)
res = [];
names = fieldnames(s);
nl_char = sprintf('\n');
for i = 1:length(names)
% skip empty fields
if isempty(s.(names{i}))
continue;
end
if isnumeric(s.(names{i}))
if length(s.(names{i})) > 1
%warning(['ignoring field ' names{i} ': arrays ar... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty Internal Plugin Compile Function
*
* Compiles the {function} {/function} tags
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Compile Function Class
*
* @package Smarty
* @subpackage Compiler
*/
class Smarty_Internal_Compile_Function extends... | {
"pile_set_name": "Github"
} |
module.exports = (ctx) => {
const { name } = ctx.request.body;
if (ctx.accountMgr.removeAccount(name)) {
ctx.whistleMgr.kill(name);
ctx.success();
} else {
ctx.error();
}
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
// Copyright ©2015 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Ensure changes made to blas/native are reflected in blas/cgo where relevant.
/*
Package gonum is a Go implementation of the BLAS API. This implementatio... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
... | {
"pile_set_name": "Github"
} |
package flavors
import (
"fmt"
"net/http"
"testing"
"github.com/rackspace/gophercloud/pagination"
th "github.com/rackspace/gophercloud/testhelper"
"github.com/rackspace/gophercloud/testhelper/client"
)
func TestListFlavors(t *testing.T) {
th.SetupHTTP()
defer th.TeardownHTTP()
th.Mux.HandleFunc("/flavors/d... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* (C) Copyright 2008
* Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/
MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\
LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
OUTPUT_FOR... | {
"pile_set_name": "Github"
} |
package opentracing
import "time"
// Tracer is a simple, thin interface for Span creation and SpanContext
// propagation.
type Tracer interface {
// Create, start, and return a new Span with the given `operationName` and
// incorporate the given StartSpanOption `opts`. (Note that `opts` borrows
// from the "funct... | {
"pile_set_name": "Github"
} |
identifier
| {
"pile_set_name": "Github"
} |
require 'spec_helper'
module VCAP::CloudController
RSpec.describe ProcessModelAccess, type: :access do
subject(:access) { ProcessModelAccess.new(Security::AccessContext.new) }
let(:token) { { 'scope' => ['cloud_controller.read', 'cloud_controller.write'] } }
let(:user) { VCAP::CloudController::User.make ... | {
"pile_set_name": "Github"
} |
a suave , cool , collected , rich , uptight bad guy = cliche .
a clumsy criminal oaf to add to the laughs = cliche .
a bad guy who owns a wild animal = cliche .
a crooked , chauvinistic law enforcer type = cliche .
at an intense moment , our main character tries to get away , but the car has trouble starting = clic... | {
"pile_set_name": "Github"
} |
{
"AUTHORS.md" : "./AUTHORS.md",
"LICENSE.md" : "./LICENSE.md",
"README.md" : "./README.md",
"CHANGELOG.md" : "./CHANGELOG.md",
"x3dom.css" : "./src/x3dom.css",
"dash.all.js" : "./lib/dash.all.js"
} | {
"pile_set_name": "Github"
} |
"""Mixin classes for custom array types that don't inherit from ndarray."""
from __future__ import division, absolute_import, print_function
import sys
from numpy.core import umath as um
# Nothing should be exposed in the top-level NumPy module.
__all__ = []
def _disables_array_ufunc(obj):
"""True when __array... | {
"pile_set_name": "Github"
} |
{{#if title}}## {{ title }}
{{/if}}
```js
{{#if name}}{{name}}: {{/if}}{
{{#each entries}}
{{>substruct this name=@key}}
{{/each}}
}
```
{{#if definitions}}
**Definitions**
{{#each definitions}}
```js
{{>substruct this name=@key}}
```
{{/each}}
{{/if}}
| {
"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"
} |
fileFormatVersion: 2
guid: a5354730de8d2c249a1d46f97b73faae
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Properties files mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="properties.js"></script>
<style>.CodeMirror {border-top: 1px sol... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#include "content/browser/renderer_host/renderer_frame_manager.h"
#include <algorithm>
#include "base/logging.h"
#include "base/sys_info.h"
namespace c... | {
"pile_set_name": "Github"
} |
#colours {
color1: #fea;
color2: #ffeeaa;
color3: rgba(255, 238, 170, 0.1);
@color1: #fea;
string: "@{color1}";
/* comments are stripped */
// both types!
/*! but not this type
Note preserved whitespace
*/
}
dimensions {
val: 0.1px;
val: 0em;
val: 4cm;
val: 0.2;
val: 5;
angles-must-h... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Balaji Jinnah and Contributors
*
* 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 applicabl... | {
"pile_set_name": "Github"
} |
<transition_graph cluster-delay="60s" stonith-timeout="60s" failed-stop-offset="INFINITY" failed-start-offset="INFINITY" transition_id="0">
<synapse id="0">
<action_set>
<rsc_op id="261" operation="notify" operation_key="ovndb_servers_pre_notify_stop_0" internal_operation_key="ovndb_servers:0_pre_notify_st... | {
"pile_set_name": "Github"
} |
using Android.App;
using Android.Content;
using Android.OS;
using Android.Util;
using Android.Views;
using Android.Hardware.Camera2;
using Android.Graphics;
using Android.Hardware.Camera2.Params;
using Android.Media;
using Camera2Basic;
using Camera2Basic.Listeners;
using Xamarin.Forms;
using Xamarin.Forms.Platform.An... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
function Write-PipelineTelemetryError {
local telemetry_category=''
local force=false
local function_args=()
local message=''
while [[ $# -gt 0 ]]; do
opt="$(echo "${1/#--/-}" | awk '{print tolower($0)}')"
case "$opt" in
-category|-c)
telemetry_category=$2
sh... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, Adam <Adam@sigterm.info>
* 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
* li... | {
"pile_set_name": "Github"
} |
@import "variables.less";
@import "../common/SimpleDialog-compat.less";
| {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_library(
name = "go_default_library",
srcs = ["repair.go"],
importpath = "k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller",
deps = [
"//pkg... | {
"pile_set_name": "Github"
} |
using System;
using System.CodeDom.Compiler;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
using IronAHK.Scripting;
[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("Setup, PublicKey=00240000048000009400000006020000002... | {
"pile_set_name": "Github"
} |
---
title: ViewCtl.SaveAs Method (Outlook View Control)
ms.prod: outlook
ms.assetid: 59e2556d-04c4-7639-af1a-7e14757fb259
ms.date: 06/08/2017
---
# ViewCtl.SaveAs Method (Outlook View Control)
Saves the items that are selected in the control as a single file.
## Syntax
_expression_. **SaveAs**
_expression_A va... | {
"pile_set_name": "Github"
} |
/*
* 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
* distributed u... | {
"pile_set_name": "Github"
} |
#!/bin/bash
make -v
make clean
make unwrapped/S013.020.img
| {
"pile_set_name": "Github"
} |
// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2015 - Scilab Enterprises - Charlotte HECQUET
//
// This file is distributed under the same license as the Scilab package.
// ============================... | {
"pile_set_name": "Github"
} |
forgive the fevered criticism but the fervor of the crucible infects .
set in 1692 at salem , massachusetts , the crucible opens with a group of teenage girls passionately singing and dancing around a boiling cauldron in the middle of a forest under the glow of a full moon .
they beckon the names of men as the target... | {
"pile_set_name": "Github"
} |
{
"name": "bignumber.js",
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"version": "9.0.0",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignu... | {
"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 2.... | {
"pile_set_name": "Github"
} |
# js-reverse
### JS基础
1、获取时间戳
```javascript
// 获取时间戳
var time1 = new Date().getTime();
var time3 = Date.now();
alert(time1);
// 时间戳转时间
var time2 = new Date(time1).toLocaleString();
alert(time2);
```
2、声明变量,使用var关键字时声明的是局部变量,不使用var关键字,则为全局变量
3、||遇真返回,如果全为假,则返回最右值,&&遇假返回
```javascript
var b = a||0||""||100;
console.log... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2014.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : turkish (tr)
//! authors : Erhan Gundogan : https://github.com/erhangundogan,
//! Burak Yiğit Kaya: https://github.com/BYK
import moment from '../moment';
var suffixes = {
1: '\'inci',
5: '\'inci',
8: '\'inci',
70: '\'inci',
80: '\'inci',
... | {
"pile_set_name": "Github"
} |
"""distutils.core
The only module that needs to be imported to use the Distutils; provides
the 'setup' function (which is to be called from the setup script). Also
indirectly provides the Distribution and Command classes, although they are
really defined in distutils.dist and distutils.cmd.
"""
__revision__ ... | {
"pile_set_name": "Github"
} |
//**********************************************************************************
//* Copyright (C) 2007,2016 Hitachi Solutions,Ltd.
//**********************************************************************************
#region Apache License
//
// Licensed under the Apache License, Version 2.0 (the "License");
// y... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
Title: cisco_temperature.dom: Discover up interfaces by default
Level: 1
Component: checks
Compatible: incomp
Edition: cre
Version: 2.0.0i1
Date: 1566891799
Class: fix
| {
"pile_set_name": "Github"
} |
@extends(backpack_view('layouts.top_left'))
@php
$breadcrumbs = [
trans('backpack::crud.admin') => backpack_url('dashboard'),
trans('backpack::backup.backup') => false,
];
@endphp
@section('header')
<section class="container-fluid">
<h2>
<span class="text-capitalize">{{ trans('backpack::... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createTester = require('./internal/createTester');
var _createTester2 = _interopRequireDefault(_createTester);
var _eachOf = require('./eachOf');
var _eachOf2 = _interopRequireDefault(_eachOf);
var _notId = require('./internal/not... | {
"pile_set_name": "Github"
} |
# http://perl6advent.wordpress.com/2012/12/09/day-9-longest-token-matching/
use v6;
use Test;
plan 8;
is ~("food and drink" ~~ / foo | food /), 'food', 'ltm';
is ~("food and drink" ~~ / foo || food /), 'foo', 'first alternative';
grammar Letter {
rule text { <greet> $<body>=<line>+? <close> }
rule greet ... | {
"pile_set_name": "Github"
} |
if TARGET_PORTER
config SYS_BOARD
default "porter"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "porter"
endif
| {
"pile_set_name": "Github"
} |
from lib.common import helpers
class Module:
def __init__(self, mainMenu, params=[]):
self.info = {
'Name': 'Invoke-Mimikatz Golden Ticket',
'Author': ['@JosephBialek', '@gentilkiwi'],
'Description': ("Runs PowerSploit's Invoke-Mimikatz function "
... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.containers;
import com.intellij.openapi.util.text.StringUtil;
import org.jetbrains.annotations.NotNull;
import java.lang.ref.ReferenceQueue;
import ja... | {
"pile_set_name": "Github"
} |
# These are supported funding model platforms
github: Vasile-Peste
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
comm... | {
"pile_set_name": "Github"
} |
// @flow
// @jsx css
import css from 'glam';
import React, { Component } from 'react';
import Logo from './logo.svg.js';
// @keyframes App-logo-spin {
// from { transform: rotate(0deg); }
// to { transform: rotate(360deg); }
// }
class App extends Component<{}> {
render() {
return (
<div css={{ textA... | {
"pile_set_name": "Github"
} |
import pkg_resources
import collections
import sys
do_abort = False
packages = collections.defaultdict(list)
for f in sys.path:
for req in pkg_resources.find_distributions(f):
if req not in packages[req.project_name]:
# some exceptions inside buildPythonPackage
if req.project_name ... | {
"pile_set_name": "Github"
} |
// <eddie_source_header>
// This file is part of Eddie/AirVPN software.
// Copyright (C)2014-2019 AirVPN (support@airvpn.org) / https://airvpn.org
//
// Eddie 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,... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
*
* Copyright 2008-2016 Freescale Semiconductor Inc.
* Copyright 2016, 2019 NXP
*
*/
/*
* SEC descriptor composition header.
* Definitions to support SEC descriptor instruction generation
*/
#ifndef __RTA_DESC_H__
#define __RTA_DESC_H__
/* compat.h is not... | {
"pile_set_name": "Github"
} |
namespace ClassLib035
{
public class Class031
{
public static string Property => "ClassLib035";
}
}
| {
"pile_set_name": "Github"
} |
# 6.
import sys
import os
import time
import click as cli # ipython and use this command then, inspect its methods(Use cli.clear() if you want)
from termcolor import colored
from social import to_github, tweet
from post_log import create_post_log
# 4.
"""
# Why use filepath instead of file, file_location, path etc
... | {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Linq;
u... | {
"pile_set_name": "Github"
} |
require bug-app.inc
DESCRIPTION = "*NOTE: Only versions through v1.0.4 will work with R1.3; later versions require R1.4+*\
Controls:\
* Shutter button on the BUGcam module takes a picture ('live' mode only)\
* Hotkey 4 toggles between 'live' mode and 'review' mode\
* Hotkey 3 goes to next picture ('review' mode only)\... | {
"pile_set_name": "Github"
} |
module.exports = require("./lib/_stream_transform.js")
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Vocabulary: U-verbs - Lesson 6 | Genki Study Resources - 3rd Edition</title>
<meta name="title" content="Vocabulary: U-verbs - Lesson 6 | Genki Study Resources - 3rd Edition">
<meta name="twitter:titl... | {
"pile_set_name": "Github"
} |
/*
TODO:
- load file in a separate thread ("prefetch")
- can be smarter about the memcpy call instead of doing it row-by-row
:: use util functions caffe_copy, and Blob->offset()
:: don't forget to update hdf5_daa_layer.cu accordingly
- add ability to shuffle filenames if flag is set
*/
#include <fstream> // NOLINT... | {
"pile_set_name": "Github"
} |
# uwsgi --wsgi-file t/python/timers.py --http :8080 --master
from uwsgidecorators import mstimer
@mstimer(500)
def ms_timer(signum):
print("500 ms timer")
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Silex/SXJSONObject.h>
@class NSString, SXJSONArray;
@interface SXListStyle : SXJSONObject
{
}
- (unsigned long long)styleWi... | {
"pile_set_name": "Github"
} |
{
"kind": "PriorityClass",
"apiVersion": "scheduling.k8s.io/v1beta1",
"metadata": {
"name": "2",
"generateName": "3",
"namespace": "4",
"selfLink": "5",
"uid": "ą飋īqJ枊a8衍`Ĩɘ.蘯6ċV夸e",
"resourceVersion": "16964250748386560239",
"generation": 8071137005907523419,
"creationTimestamp": ... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/extensions/TeX/autoload-all.js
*
* Copyright (c) 2009-2014 The MathJax Consortium
*
* 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/li... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the ... | {
"pile_set_name": "Github"
} |
-- 1. 在hive中创建hbase的event_logs对应表
CREATE EXTERNAL TABLE event_logs(rowkey string, pl string, en string, s_time bigint, p_url string, u_ud string, u_sd string, ca string, ac string)
ROW FORMAT SERDE 'org.apache.hadoop.hive.hbase.HBaseSerDe'
STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
with serdepropertie... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2014 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
if (typeof define !== 'function') {
var define = require('amdefine')(module, require);
}
define(function (req... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | {
"pile_set_name": "Github"
} |
package com.microsoft.cordova;
/**
* Defines the available InstallModes.
*/
public enum InstallMode {
IMMEDIATE(0),
ON_NEXT_RESTART(1),
ON_NEXT_RESUME(2);
private int value;
InstallMode(int i) {
this.value = i;
}
/**
* Returns the InstallMode associated with a given value.... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<Import Project="..\Versioning.targets" />
<Import Project="..\ChapterTests.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0-preview-201906... | {
"pile_set_name": "Github"
} |
// Auto-generated file. Do not edit!
// Template: src/f32-vsqrt/avx512f-nr1fma1adj.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <imm... | {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/lexer_cases/regexesu/unclosed_groups/13.md
> :: lexer cases : regexesu : unclosed groups
>
> ::> 13
>
> Imported lexer test
## FAIL
## Input
`````js
/a(?:b(?=cd)e/u
`````
## Output
_Note: the whole output block is auto-generated. Manual changes will be overwritten... | {
"pile_set_name": "Github"
} |
//
// Overview
// --------------------------------------------------
.overview {
overflow: auto;
img {
width: 150px;
float: left;
margin-right: $padding / 2;
margin-bottom: $padding / 2;
}
} | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<body>
<style>
#a { border: 1px solid black; width: 100px; height: 100px; left: 10px; }
#b { border: 1px solid blue; width: 50px; height: 50px; left: 20px; }
div { position: absolute; }
</style>
<div id="a">
<div id="b">
</div>
</div>
</body>
</ht... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2018 Baidu, Inc. 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 applicable law... | {
"pile_set_name": "Github"
} |
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR xn--kpu716f. @ns6.dns.nic.xn--kpu716f. +nocomments +nocmd +noquestion +nostats +time=15
;; global options: +cmd
; Transfer failed.
| {
"pile_set_name": "Github"
} |
package Solution
func Solution(x bool) bool {
return x
}
| {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* file: UnlabeledValueArg.h
*
* Copyright (c) 2003, Michael E. Smoot .
* Copyright (c) 2004, Michael E. Smoot, Daniel Aarno.
* All rights reverved.
*
* See the file COPYING in the top directory of this distribution for
... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
using System.Windows.Data;
namespace HearthCap.UI.Converters
{
public class ValueBelowThreshold : IValueConverter
{
/// <summary>
/// Converts a value.
/// </summary>
/// <returns>
/// A converted value. If the method ret... | {
"pile_set_name": "Github"
} |
;===============================================================================
; Copyright 2015-2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" systemVersion="17A277" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeA... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "txdata",
"description": "Objects of transaction data that can be used when submitting/evaluating transactions",
"type": "array",
"items": {
"type": "object",
"properties": {
"transactionName": {
... | {
"pile_set_name": "Github"
} |
using LightBDD.Framework.UnitTests.Scenarios.Extended.Helpers;
using NUnit.Framework;
using System.Threading.Tasks;
using LightBDD.Framework.Scenarios;
namespace LightBDD.Framework.UnitTests.Scenarios.Extended
{
[TestFixture]
public class Extended_scenario_runner_step_type_parsing_tests : ExtendedScenariosTes... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: n... | {
"pile_set_name": "Github"
} |
################################################################################
#
# Copyright (c) 2019, the Perspective Authors.
#
# This file is part of the Perspective library, distributed under the terms of
# the Apache License 2.0. The full license can be found in the LICENSE file.
#
import numpy as np
import pa... | {
"pile_set_name": "Github"
} |
# Copyright 2018 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 writing, ... | {
"pile_set_name": "Github"
} |
--- **Tasking** - Creates and manages player TASK_CARGO tasks.
--
-- The **TASK_CARGO_DISPATCHER** allows you to setup various tasks for let human
-- players transport cargo as part of a task.
--
-- The cargo dispatcher will implement for you mechanisms to create cargo transportation tasks:
--
-- * As setup by ... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | {
"pile_set_name": "Github"
} |
{
This file is part of Synopse framework.
Synopse framework. Copyright (C) 2011 Arnaud Bouchez
Synopse Informatique - https://synopse.info
*** BEGIN LICENSE BLOCK *****
Version: MPL 1.1/GPL 2.0/LGPL 2.1
The contents of this file are subject to the Mozilla Public License Version
1.1 (the "Licens... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1103278123857852}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
<?php
namespace MatthiasMullie\Scrapbook\Tests\Scale;
use MatthiasMullie\Scrapbook\KeyValueStore;
use MatthiasMullie\Scrapbook\Tests\AdapterTest;
class StampedeProtectorAdapterTest extends AdapterTest
{
/**
* Time (in milliseconds) to protect against stampede.
*
* @var int
*/
const SLA = ... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2013-2017, tinydir authors:
- Cong Xu
- Lautis Sun
- Baudouin Feildel
- Andargor <andargor@yahoo.com>
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 m... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apach... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import argparse
import os
from urllib.parse import parse_qs
from .display import LINE_SIZE
from ..bots import supported_bots
from ..binders import available_formats
from ..assets.version import get_value as get_version
class Args:
def __init__(self, * args, mutex: list = [], group: list =... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC 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
//... | {
"pile_set_name": "Github"
} |
################################################################################
#
# lldpd
#
################################################################################
LLDPD_VERSION = 1.0.1
LLDPD_SITE = http://media.luffy.cx/files/lldpd
LLDPD_DEPENDENCIES = host-pkgconf libevent
LLDPD_LICENSE = ISC
LLDPD_LICENSE... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.