text stringlengths 2 99.9k | meta dict |
|---|---|
{
"ИмяСборки":"Сборка 8.3.15 UF",
"ВерсияПлатформы":"8.3.15",
"ВыводитьСообщенияВФайл": "./ServiceBases/Messages 8.3.15 UF.txt",
"КаталогПоискаВерсииПлатформы":"C:\\Program Files (x86)\\1cv8",
"СтрокаПодключенияКБазе":"ENTERPRISE /F.\\ServiceBases\\v83ServiceBase8315",
"EpfДляИнициализацияБазы": "./e... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python2.4
"""Test harness for diff_match_patch.py
Copyright 2006 Google Inc.
http://code.google.com/p/google-diff-match-patch/
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://... | {
"pile_set_name": "Github"
} |
from snap import *
from cvxpy import *
import math
import multiprocessing
import numpy
from scipy.sparse import lil_matrix
import sys
import time
import __builtin__
import code
# File format: One edge per line, written as "srcID dstID"
# Commented lines that start with '#' are ignored
# Returns a TGraphVX... | {
"pile_set_name": "Github"
} |
# coding: utf-8
from fabric import api as fab
from bsdploy.fabutils import rsync
fab.env.shell = '/bin/sh -c'
@fab.task
def upload_packages():
rsync('-av',
'downloads/packages/',
'{host_string}:/data/tomster/briefkasten-poudriere/')
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... | {
"pile_set_name": "Github"
} |
# vue-thanos-snap
灭霸打响指的消失效果。效果来源于 Google 搜索“灭霸” 或者 “thanos”, 同时部分资源也是来源于 Google 中直接扣下来的。
另外,其实代码是参考 https://github.com/lichking24/Thanos_Dust 的。 Thanos_Dust 代码已经算比较完善的了,我用 vue 来写了一下,加了一些英雄,修复了一些 bug ,加了一些效果之类的。
## effect demo
[demos](https://zhijianzhang.cn/vue-thanos-snap/)

- 点击一下手套,伴随音效和响... | {
"pile_set_name": "Github"
} |
package yaml
import (
"bytes"
"fmt"
)
// Flush the buffer if needed.
func flush(emitter *yaml_emitter_t) bool {
if emitter.buffer_pos+5 >= len(emitter.buffer) {
return yaml_emitter_flush(emitter)
}
return true
}
// Put a character to the output buffer.
func put(emitter *yaml_emitter_t, value byte) bool {
if ... | {
"pile_set_name": "Github"
} |
<p><code>FIXME</code> tags are commonly used to mark places where a bug is suspected, but which the developer wants to deal with later.</p>
<p>Sometimes the developer will not have the time or will simply forget to get back to that tag.</p>
<p>This rule is meant to track those tags and to ensure that they do not go unn... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2020 The LineageOS 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 applicable law or agreed to in... | {
"pile_set_name": "Github"
} |
.highlight {
&.navy {
color: hsla(210, 100%, 75%, 1);
background-color: #001f3f;
}
&.blue {
color: hsla(208, 100%, 85%, 1);
background-color: #0074d9;
}
&.aqua {
color: hsla(197, 100%, 20%, 1);
background-color: #7fdbff;
}
&.teal {
b... | {
"pile_set_name": "Github"
} |
detector: "PointPillarsDetection"
use_map_manager: true
use_object_filter_bank: true
| {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // ... | {
"pile_set_name": "Github"
} |
//
// CYLPlusDemoChildViewController.m
// CYLTabBarController
//
// Created by chenyilong on 19/12/2017.
// Copyright © 2017 微博@iOS程序犭袁. All rights reserved.
//
#import "CYLPlusDemoChildViewController.h"
@interface CYLPlusDemoChildViewController ()
@end
@implementation CYLPlusDemoChildViewController
- (void)vi... | {
"pile_set_name": "Github"
} |
{-
This file contains:
- Properties of 2-groupoid truncations
-}
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.2GroupoidTruncation.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.HLevels
open import Cubical.Fo... | {
"pile_set_name": "Github"
} |
package com.bookstore;
import com.bookstore.ds1.AuthorService;
import com.bookstore.ds2.BookService;
import org.springframework.boot.ApplicationRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.B... | {
"pile_set_name": "Github"
} |
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityServer4.Quickstart.UI
{
public class ScopeViewModel
{
public string Name { get; set; }
public strin... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Overcommit::Hook::CommitMsg
# Ensures a Gerrit Change-Id line is included in the commit message.
#
# It may seem odd to do this here instead of in a prepare-commit-msg hook, but
# the reality is that if you want to _ensure_ the Change-Id is included then
# you need to do ... | {
"pile_set_name": "Github"
} |
/*! Scroller 1.2.2
* ©2011-2014 SpryMedia Ltd - datatables.net/license
*/
/**
* @summary Scroller
* @description Virtual rendering for DataTables
* @version 1.2.2
* @file dataTables.scroller.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
* @copy... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -plan9 syscall_plan9.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
package plan9
import "unsafe"
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fd2path(fd int, buf []byte) (err error) {
var _p0 unsafe.Pointer
if len(buf) > 0 {
_p0 = unsafe.Pointer(&buf[0])... | {
"pile_set_name": "Github"
} |
################################################################################
#
# font-misc-misc -- No description available
#
################################################################################
XFONT_FONT_MISC_MISC_VERSION = 1.1.2
XFONT_FONT_MISC_MISC_SOURCE = font-misc-misc-$(XFONT_FONT_MISC_MISC_VER... | {
"pile_set_name": "Github"
} |
import LevelUp from '@/components/achievements/levelUp.vue';
/*
// I couldn't get rendering to work for the modal, this is what I tried.
// Now the testing is done by overriding `this` for the exported computed
// functions directly. I intend to come back to this later to test it
// properly in a rendered component.
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
ABQIAAAAnXMKfImv6Y8LvIDbnaSSwxS4LI42Xixs8WXXkVsObv3Vhb8mART0OXMLOBcNwQQUmryJJ6MhkE8tjQ
| {
"pile_set_name": "Github"
} |
/*
* Vulkan Samples
*
* Copyright (C) 2015-2016 Valve Corporation
* Copyright (C) 2015-2016 LunarG, 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.or... | {
"pile_set_name": "Github"
} |
//
// String+FirstLetter.swift
// Reddit
//
// Created by Ivan Bruel on 04/05/16.
// Copyright © 2016 Faber Ventures. All rights reserved.
//
import Foundation
extension String {
var firstLetter: String {
if let firstCharacter: UnicodeScalar = unicodeScalars.first {
if NSCharacterSet.decimalDigitChar... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# ============================================================================== #
# MIT License #
# #
# Copyright (c) 2017 Donato Rimenti ... | {
"pile_set_name": "Github"
} |
<html xmlns:py="http://code.google.com/p/msolo/wiki/spitfire">
<head>
<title>1</title>
</head>
<body>
</body>
</html> | {
"pile_set_name": "Github"
} |
%%{
#include "analyzer/protocol/ssl/SSL.h"
#include "Reporter.h"
#include <openssl/x509.h>
%%}
## Sets if the SSL analyzer should consider the connection established (handshake
## finished succesfully).
##
## c: The SSL connection.
function set_ssl_established%(c: connection%): any
%{
zeek::analyzer::Analyzer* sa =... | {
"pile_set_name": "Github"
} |
/*
***************************************************************************************
* Copyright (C) 2006 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | {
"pile_set_name": "Github"
} |
/*
* BLE2904.h
*
* Created on: Dec 23, 2017
* Author: kolban
*/
#ifndef COMPONENTS_CPP_UTILS_BLE2904_H_
#define COMPONENTS_CPP_UTILS_BLE2904_H_
#include "sdkconfig.h"
#if defined(CONFIG_BT_ENABLED)
#include "BLEDescriptor.h"
struct BLE2904_Data {
uint8_t m_format;
int8_t m_exponent;
uint16_t m_unit;... | {
"pile_set_name": "Github"
} |
#ifndef __EGLIB_CONFIG_H
#define __EGLIB_CONFIG_H
/*
* System-dependent settings
*/
#define G_OS_WIN32 1
#ifdef _MSC_VER
#include <io.h>
#define G_GNUC_PRETTY_FUNCTION __FUNCTION__
#define G_GNUC_UNUSED
#define G_BYTE_ORDER 1234
#define G_GNUC_NORETURN
#define G_BREAKPOINT() ... | {
"pile_set_name": "Github"
} |
[
{
"description": "validation of regular expressions",
"schema": {
"format": "regex"
},
"tests": [
{
"description": "a valid regular expression",
"data": "([abc])+\\s+$",
"valid": true
},
{
"description": "a regular expression with unclosed pare... | {
"pile_set_name": "Github"
} |
// https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
@function str-replace($string, $search, $replace: "") {
$index: str-index($string, $search);
@if $index {
@return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
}
... | {
"pile_set_name": "Github"
} |
#ifndef LINUX_QUICKLIST_H
#define LINUX_QUICKLIST_H
/*
* Fast allocations and disposal of pages. Pages must be in the condition
* as needed after allocation when they are freed. Per cpu lists of pages
* are kept that only contain node local pages.
*
* (C) 2007, SGI. Christoph Lameter <clameter@sgi.com>
*/
#includ... | {
"pile_set_name": "Github"
} |
/* CFBitVector.c
Copyright (c) 1998-2019, Apple Inc. and the Swift project authors
Portions Copyright (c) 2014-2019, Apple Inc. and the Swift project authors
Licensed under Apache License v2.0 with Runtime Library Exception
See http://swift.org/LICENSE.txt for license information
See http://swift.org/CONTRIBUTOR... | {
"pile_set_name": "Github"
} |
<?php
Util::assertNotLoggedIn();
// nick means "nick or email" throughout this form
$nick = Request::get('nick');
$password = Request::get('password');
$remember = Request::has('remember');
$submitButton = Request::has('submitButton');
$fakeUserNick = Request::get('fakeUserNick');
$priv = Request::getArray('priv');
$... | {
"pile_set_name": "Github"
} |
import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component';
describe('AppComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [
AppComponent
],
}).compileComponents();
}));
it('should create the app', as... | {
"pile_set_name": "Github"
} |
#config_version=5
mode:
game_mode: False
queue_relay_player:
relay3:
post: relay3_start
wait_for: relay3_done
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
/**
*/
package net.opengis.gml311;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Parametric Curve Surface Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* <!-- end-model-doc -->
*
*
* @see net.opengis.gml311.Gml311Package#getAbstractPa... | {
"pile_set_name": "Github"
} |
package org.edx.mobile.view
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.databinding.DataBindingUtil
import androidx.lifecycle.Observer
import androidx.lifecycle.ViewModelProvider
import androidx.recyclerview.widget.LinearLayoutManag... | {
"pile_set_name": "Github"
} |
//
// impl/read_until.hpp
// ~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST_ASIO_... | {
"pile_set_name": "Github"
} |
Math.acosh;
Math.asinh;
Math.atanh;
Math.cbrt;
Math.clz32;
Math.cosh;
Math.expm1;
Math.fround;
Math.hypot;
Math.imul;
Math.log10;
Math.log1p;
Math.log2;
Math.sign;
Math.sinh;
Math.tanh;
Math.trunc;
| {
"pile_set_name": "Github"
} |
module "gopkg.in/yaml.v2"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<title><length></title>
<meta name="description" content="CSS3参考手册之: <length>" />
<meta name="keywords" content="<length>, css3取值, css3, css3参考手册" />
<meta name="author" content="Joy Du(飘零雾雨), dooyoe@gmail.com, www.doyoe.... | {
"pile_set_name": "Github"
} |
//
// Variables
// --------------------------------------------------
//== Colors
//
//## Gray and brand colors for use across Bootstrap.
@gray-base: #000;
@gray-darker: lighten(@gray-base, 13.5%); // #222
@gray-dark: lighten(@gray-base, 20%); // #333
@gray: l... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDECodeSnippetCompletionPrefix</key>
<string>imp</string>
<key>IDECodeSnippetCompletionScopes</key>
<array>
<string>TopLevel</string>
</a... | {
"pile_set_name": "Github"
} |
{
"assert": "The stretched grid items along the column and/or row axis respect their defined margin-box's boundaries.",
"matches": null,
"test_case": {
"tag": "BODY",
"children": [
{
"tag": "DIV",
"children": [
{
... | {
"pile_set_name": "Github"
} |
package parser
import (
"reflect"
"testing"
"time"
"github.com/mithrandie/ternary"
"github.com/mithrandie/csvq/lib/cmd"
"github.com/mithrandie/csvq/lib/value"
)
func TestBaseExpr_Line(t *testing.T) {
e := BaseExpr{
line: 3,
char: 5,
sourceFile: "source.sql",
}
expect := 3
if e.Line() !=... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { Text, RichText, withSitecoreContext } from '@sitecore-jss/sitecore-jss-react';
/**
* This is a single tab within the tabs sample component. These are added to the tabs placeholder.
* This component demonstrates conditionally altering rendering when in the Sitecore Experience ... | {
"pile_set_name": "Github"
} |
<?php
namespace Aws\Iam;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Identity and Access Management (AWS IAM)** service.
*
* @method \Aws\Result addClientIDToOpenIDConnectProvider(array $args = [])
* @method \GuzzleHttp\Promise\Promise addClientIDToOpenIDConnectProviderAsync(array $arg... | {
"pile_set_name": "Github"
} |
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "techreborn:item/tool/sapphire_spade"
}
} | {
"pile_set_name": "Github"
} |
/**************************************************************************//**
* @file core_cm4.h
* @brief CMSIS Cortex-M4 Core Peripheral Access Layer Header File
* @version V2.10
* @date 19. July 2011
*
* @note
* Copyright (C) 2009-2011 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file usb_core.c
* @author MCD Application Team
* @version V2.1.0
* @date 19-March-2012
* @brief USB-OTG Core Layer
******************************************************************************
* @attention
... | {
"pile_set_name": "Github"
} |
package com.github.steveice10.mc.protocol.packet.ingame.server.world;
import com.github.steveice10.mc.protocol.data.MagicValues;
import com.github.steveice10.mc.protocol.data.game.world.sound.BuiltinSound;
import com.github.steveice10.mc.protocol.data.game.world.sound.SoundCategory;
import com.github.steveice10.packet... | {
"pile_set_name": "Github"
} |
version: build-{build}.{branch}
clone_folder: C:\gopath\src\github.com\Masterminds\semver
shallow_clone: true
environment:
GOPATH: C:\gopath
platform:
- x64
install:
- go version
- go env
- go get -u gopkg.in/alecthomas/gometalinter.v1
- set PATH=%PATH%;%GOPATH%\bin
- gometalinter.v1.exe --install
bu... | {
"pile_set_name": "Github"
} |
<html><!-- строчка рекламы by.ru -->
<script language="JavaScript" type="text/javascript" src="http://learn.tsinghua.edu.cn:8080/more.by.ru/up/up.js-2008415936" tppabs="http://more.by.ru/up/up.js?2008415936"></script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<!--
This document was converte... | {
"pile_set_name": "Github"
} |
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Sorting;
using MediaBrowser.Model.Querying;
using System;
namespace Emby.Server.Implementations.Sorting
{
/// <summary>
/// Class DatePlayedComparer
/// </summary>
public class DatePlayedCompar... | {
"pile_set_name": "Github"
} |
/**
* @file
* Test code for mutt_envlist_init()
*
* @authors
* Copyright (C) 2019 Richard Russon <rich@flatcap.org>
*
* @copyright
* 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, eithe... | {
"pile_set_name": "Github"
} |
public file
| {
"pile_set_name": "Github"
} |
@if 1 != 2
| {
"pile_set_name": "Github"
} |
/* run.config_qualif
OPT: -wp -wp-par 1 -wp-prop="-qed_ko"
OPT: -wp -wp-par 1 -wp-prop qed_ko -wp-timeout 5
*/
int f(int x) {
int y=1;
if (x) goto M;
L:
y=2;
M:
//@ assert qed_ko: oracle_ko: \at(y,L) == 0 ;
return y;
}
int g(int x) {
int y=0;
if (!x) goto M;
y=1 ;
L:
y=2 ;
M:
if (x) {
... | {
"pile_set_name": "Github"
} |
[
{
"outputFile": "C:\\Users\\hejunlin\\git\\TVSample\\superijkplayer\\build\\intermediates\\res\\merged\\debug\\values-tl\\values-tl.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
... | {
"pile_set_name": "Github"
} |
Shader "TextMeshPro/Distance Field" {
Properties {
_FaceTex ("Face Texture", 2D) = "white" {}
_FaceUVSpeedX ("Face UV Speed X", Range(-5, 5)) = 0.0
_FaceUVSpeedY ("Face UV Speed Y", Range(-5, 5)) = 0.0
_FaceColor ("Face Color", Color) = (1,1,1,1)
_FaceDilate ("Face Dilate", Range(-1,1)) = 0
_OutlineColo... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>MagicalLifeServer</RootNamespace>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>x64</Platf... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2011-2014 SirSengir
*
* This work (the API) is licensed under the "MIT" License, see LICENSE.txt for details.
******************************************************************************/
package forestry.api.genetics;
/... | {
"pile_set_name": "Github"
} |
username,first_name,last_name,department,photo_url
john,John,Doe,,https://placehold.it/100x100
janet,Janet,Doe,,https://placehold.it/100x100 | {
"pile_set_name": "Github"
} |
/// <reference path="../../typings/tsd.d.ts" />
import router = require("plugins/router");
import app = require("durandal/app");
import sys = require("durandal/system");
import menu = require("common/shell/menu");
import generateMenuItems = require("common/shell/menu/generateMenuItems");
import activeDatabaseTr... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Security;
using System.Threading;
using Outracks.Simulator.Parser;
namespace Outracks.Fuse
{
using Analytics;
using Protocol;
using Protocol.Preview;... | {
"pile_set_name": "Github"
} |
import node_resolve from '@rollup/plugin-node-resolve';
import babel from '@rollup/plugin-babel';
import static_files from 'rollup-plugin-static-files';
import { terser } from 'rollup-plugin-terser';
import prefresh from '@prefresh/nollup';
import hotcss from 'rollup-plugin-hot-css';
let config = {
input: './src/in... | {
"pile_set_name": "Github"
} |
SQUIT <server> [reason]
Splits <server> away from your side of the net with [reason].
- Requires Oper Priv: oper:remote for servers not connected to you
| {
"pile_set_name": "Github"
} |
package Paws::EMR::InstanceStateChangeReason;
use Moose;
has Code => (is => 'ro', isa => 'Str');
has Message => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::EMR::InstanceStateChangeReason
=head1 USAGE
This class represents one of two things:
=head3 Arguments in a cal... | {
"pile_set_name": "Github"
} |
var path = require("path");
var webpack = require("webpack");
module.exports = {
devtool: "eval",
entry: [
"webpack-dev-server/client?http://localhost:3000",
"webpack/hot/only-dev-server",
"./index"
],
output: {
path: path.join(__dirname, "dist"),
filename: "bundle.js",
publicPath: "/st... | {
"pile_set_name": "Github"
} |
// { dg-do compile }
// 2007-09-20 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2007-2020 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publish... | {
"pile_set_name": "Github"
} |
max-age=-3488923
| {
"pile_set_name": "Github"
} |
package bolt
import (
"fmt"
"io"
"os"
"sort"
"strings"
"time"
"unsafe"
)
// txid represents the internal transaction identifier.
type txid uint64
// Tx represents a read-only or read/write transaction on the database.
// Read-only transactions can be used for retrieving values for keys and creating cursors.
/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.6.0">
<Header>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
<Title>jqMap</Title>
<Author>Graham Charles</Author>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>class Jekyll::PageReader - jekyll-3.2.1 Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--Phoronix Test Suite v7.2.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://phoronix-test-suite.com/benchmark-files/ComputeApps-20170706.tar.bz2</URL>
<MD5>2a2a3dd35009f528fe8fce00ae4b48eb</MD5>
<SHA256>5ade6548ea9a6857eaba935178ec3767967378f4b43305e330864425dbe... | {
"pile_set_name": "Github"
} |
import pytest
from highway_env.road.lane import StraightLane
from highway_env.road.road import Road, RoadNetwork
from highway_env.vehicle.controller import ControlledVehicle
FPS = 15
def test_step():
v = ControlledVehicle(road=None, position=[0, 0], speed=20, heading=0)
for _ in range(2 * FPS):
v.st... | {
"pile_set_name": "Github"
} |
import os
import numpy as np
label_file_pat = "../data/processed/%s_label.npy"
group_file_pat = "../data/processed/%s_group.npy"
feature_file_pat = "../data/processed/%s_feature.npy"
def convert(type):
data_path = os.path.join("..", "data/MQ2008/Fold1/"+ type + ".txt")
labels = []
features = []
gr... | {
"pile_set_name": "Github"
} |
//
// Grid system
// --------------------------------------------------
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);
// Fluid (940px)
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);
// Reset utility classes due to specificity
[class*="span"].hide,
.row-fluid [class*="span"].hide... | {
"pile_set_name": "Github"
} |
/*
An Old Hope – Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com>
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom
*/
/* Death Star Comment */
.hljs-comment,
.hljs-quote
{
color... | {
"pile_set_name": "Github"
} |
/*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2013 - 2018 Adobe
* %%
* 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
*
... | {
"pile_set_name": "Github"
} |
rem
rem This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
rem project.
rem
rem Copyright (C) 1998-2020 OpenLink Software
rem
rem This project is free software; you can redistribute it and/or modify it
rem under the terms of the GNU General Public License as published by the
rem Free Soft... | {
"pile_set_name": "Github"
} |
/*
* SoapUI, Copyright (C) 2004-2019 SmartBear Software
*
* Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent
* versions of the EUPL (the "Licence");
* You may not use this work except in compliance with the Licence.
* You may obtain a copy of th... | {
"pile_set_name": "Github"
} |
/* Boost interval/detail/sparc_rounding_control.hpp file
*
* Copyright 2000 Jens Maurer
* Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
*
* 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)
... | {
"pile_set_name": "Github"
} |
# include "fbcunit.bi"
SUITE( fbc_tests.file_.close_ )
const filename = "./file/close.bas"
#macro TEST_CLOSE_STMT(err_expected, params...)
scope
close params
dim as integer e = err()
CU_ASSERT_EQUAL(e, err_expected)
end scope
#endmacro
enum FB_RTERROR
OK = 0
ILLEGALFUNCTIONCALL = 1
end enum
const... | {
"pile_set_name": "Github"
} |
/*****************************************************************
|
| Neptune - Zip Support
|
| Copyright (c) 2002-2008, Axiomatic Systems, LLC.
| All rights reserved.
|
| Redistribution and use in source and binary forms, with or without
| modification, are permitted provided that the following conditions are met:
... | {
"pile_set_name": "Github"
} |
/*!
* @license
* Copyright 2019 Alfresco, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | {
"pile_set_name": "Github"
} |
{
"citation": "\n@article{DBLP:journals/corr/abs-1903-04561,\n author = {Daniel Borkan and\n Lucas Dixon and\n Jeffrey Sorensen and\n Nithum Thain and\n Lucy Vasserman},\n title = {Nuanced Metrics for Measuring Unintended Bias with Real Data for Text\n ... | {
"pile_set_name": "Github"
} |
//
// EmptyStateView.swift
// WLEmptyState
//
// Created by Jorge Ovalle on 12/6/18.
// Copyright © 2018 Wizeline. All rights reserved.
//
import Foundation
import UIKit
final class EmptyStateView: UIView {
private lazy var stackView: UIStackView = {
let stackView = UIStackView(arrangedSubviews: ... | {
"pile_set_name": "Github"
} |
#include "THCCachingAllocator.h"
#include <cuda_runtime_api.h>
#include <deque>
#include <map>
#include <memory>
#include <mutex>
#include <set>
#include <unordered_map>
//
// Yet another caching allocator for CUDA device allocations.
//
// - Allocations are associated with a stream. Once freed, blocks can be
// re... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build s390x,linux
package unix
const (
sizeofPtr = 0x8
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x8
sizeofLongLong... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name mod_pkcs12
version 0.2.1
categories www security
platforms darwin
maintainers {redwax.org:dirkx @dirkx}... | {
"pile_set_name": "Github"
} |
using ExrinSampleMobileApp.View.Base;
namespace ExrinSampleMobileApp.View
{
public partial class AboutView : BaseView
{
public AboutView()
{
InitializeComponent();
}
}
}
| {
"pile_set_name": "Github"
} |
/* memset for the Visium processor.
Copyright (c) 2015 Rolls-Royce Controls and Data Services Limited.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code ... | {
"pile_set_name": "Github"
} |
/*
0syscall6 by SKGleba
All Rights Reserved
*/
#include "types.h"
/*
before:
00804d06 49 da 0c 00 bsr FUN_0080594e
00804d0a 00 05 mov r5,r0
after:
00804d06 21 c5 00 00 movh r5,0x0
00804d0a 01 50 mov r0,0x1
next:
00804d0c... | {
"pile_set_name": "Github"
} |
[Unit]
Description=TORQUE pbs_server daemon
Requires=network.target local-fs.target
Wants=rsyslog.target
After=trqauthd.service network.target local-fs.target rsyslog.target
[Service]
Type=simple
User=root
# Let systemd guess the pid.
#
# PIDFile should not be set to PBS_HOME/server_priv/server.lock
# since it holds ... | {
"pile_set_name": "Github"
} |
from ledger.hash_stores.hash_store import HashStore
from storage.binary_file_store import BinaryFileStore
from storage.kv_store_file import KeyValueStorageFile
class FileHashStore(HashStore):
# Hashes are stored as raw bytes. By default each leaf hash is of 32 bytes
# and each node hash is too of 32 bytes. Th... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.