text stringlengths 2 99.9k | meta dict |
|---|---|
let v = A1_a2.v
| {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <traildb.h>
#include "tdb_test.h"
static tdb *make_tdb(const char *root,
const uint64_t *tstamps,
uint32_t num,
int should_fail)
{
static uint8_t uuid[16];
con... | {
"pile_set_name": "Github"
} |
Abyss 2.4.0.3 X2;no-cache
Abyss 2.5.0.0 X1;no-cache
AOLserver 3.3.1;No-Cache
AOLserver 4.0.10a;no-cache
AOLserver 4.0.10;no-cache
AOLserver 4.5.0;no-cache
Apache 1.3.26;no-cache
Apache 1.3.27;no-cache
Apache 1.3.33;no-cache
Apache 1.3.34;no-cache
Apache 1.3.37;no-cache
Apache 1.3.39;no-cache
Apache 2.0.45;n... | {
"pile_set_name": "Github"
} |
<button class="bx-btn bx-btn-img" __extended_css__ __extended_action__>
<u style="background-image:url(__action_img_src__)">__action_caption__</u>
</button>
| {
"pile_set_name": "Github"
} |
package request
import (
"io"
"sync"
)
// offsetReader is a thread-safe io.ReadCloser to prevent racing
// with retrying requests
type offsetReader struct {
buf io.ReadSeeker
lock sync.Mutex
closed bool
}
func newOffsetReader(buf io.ReadSeeker, offset int64) *offsetReader {
reader := &offsetReader{}
buf.... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation fil... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=====================================================================================//
#ifndef SCREENSPACEEFFECTS_H
#define SCREENSPACEEFFECTS_H
#ifdef _WIN32
#pragma once
#endif
class KeyValues;
... | {
"pile_set_name": "Github"
} |
/**
* Checker to compare output and answer in the form:
*
* Case 1: <token> <token> ... <token>
* Case 2: <token> <token> ... <token>
* ...
* Case n: <token> <token> ... <token>
*
*/
#include "testlib.h"
#include <iostream>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <str... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - WebStartup.Web</title>
<environment include="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
</e... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/springer -->
<info>
<title>Triple Helix</title>
<id>http://www.zoter... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
*
* Simtec Generic I2C Controller
*
* 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 Lice... | {
"pile_set_name": "Github"
} |
/*
* rl6347a.h - RL6347A class device shared support
*
* Copyright 2015 Realtek Semiconductor Corp.
*
* Author: Oder Chiou <oder_chiou@realtek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Fre... | {
"pile_set_name": "Github"
} |
## Example: Virtual Network with a Network Security Group
This example provisions a Virtual Network containing a single Subnet, with a Network Security Group.
| {
"pile_set_name": "Github"
} |
.enable_plugin_nestable_list() when(@enable-plugin-nestable-list = true) {
.dd {
position: relative;
display: block;
margin: 0; padding: 0;
max-width: 600px;
list-style: none;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0; padding: 0; list-style: none;
.dd-list {
padding-... | {
"pile_set_name": "Github"
} |
BIND=../../../../bin
SRCD=../..
SRCF=$(basename $2 .rom)
redo-ifchange $BIND/a
redo-ifchange $SRCD/asrt.i $SRCD/asrt.asm
redo-ifchange $SRCD/dict.asm
a from $SRCF.asm to $3 quiet
| {
"pile_set_name": "Github"
} |
/* Matrix_and_Pitch.h
*
* Copyright (C) 1992-2011,2015 Paul Boersma
*
* This code 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... | {
"pile_set_name": "Github"
} |
import React from 'react'
import { Query } from 'react-apollo'
import get from 'lodash/get'
import query from 'queries/Network'
function withNetwork(WrappedComponent) {
const WithNetwork = props => {
return (
<Query query={query}>
{({ data }) => {
return (
<WrappedComponent
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="host" type="System.Web.Web... | {
"pile_set_name": "Github"
} |
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./db"));
| {
"pile_set_name": "Github"
} |
"""Evaluates the baseline performance of grid1 without RL control.
Baseline is an actuated traffic light provided by SUMO.
"""
import numpy as np
from flow.core.experiment import Experiment
from flow.core.params import TrafficLightParams
from flow.benchmarks.grid1 import flow_params
from flow.benchmarks.grid1 import ... | {
"pile_set_name": "Github"
} |
/** @file
GUIDs used as HII FormSet and HII Package list GUID in SecureBootConfigDxe driver.
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution... | {
"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"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<link rel="stylesheet" type="text/css" href="search.... | {
"pile_set_name": "Github"
} |
<top>
<num> Number: MB001 </num>
<title> BBC World Service staff cuts </title>
<querytime> Tue Feb 08 12:30:27 +0000 2011 </querytime>
<querytweettime> 34952194402811904 </querytweettime>
</top>
<top>
<num> Number: MB002 </num>
<title> 2022 FIFA soccer </title>
<querytime> Tue Feb 08 18:51:44 +0000 2011 </querytime>
... | {
"pile_set_name": "Github"
} |
"""Class for importing monitoring FIT files into a database."""
__author__ = "Tom Goetz"
__copyright__ = "Copyright Tom Goetz"
__license__ = "GPL"
import sys
import logging
from tqdm import tqdm
import Fit
from utilities import FileProcessor
from fit_file_processor import FitFileProcessor
logger = logging.getLogg... | {
"pile_set_name": "Github"
} |
[
{
"type": "api-change",
"category": "CloudFront",
"description": "You can now specify additional options for MinimumProtocolVersion, which controls the SSL\/TLS protocol that CloudFront uses to communicate with viewers. The minimum protocol version that you choose also determines the ciphe... | {
"pile_set_name": "Github"
} |
<div style="margin:15px; ">
<form method="post" action="#{ActionLink}">
<div>#{cssForm}</div>
</form>
</div>
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 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 contributing ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Oracle. All Rights Reserved.
* Author: Darrick J. Wong <darrick.wong@oracle.com>
*/
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_shared.h"
#include "xfs_format.h"
#include "xfs_trans_resv.h"
#include "xfs_mount.h"
#include "xfs_defer.h"
#include "xf... | {
"pile_set_name": "Github"
} |
!function(){var i=0;with(obj){i+=i+=10}}()
| {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = ["storage_test.go"],
embed = [":go_default_library"],
deps = [
"//pkg/apis/autoscaling:go_default_library",
"//... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010 Greg Lonnon (greg.lonnon@gmail.com) copied from TcxRideFile.cpp
*
* Copyright (c) 2008 Sean C. Rhea (srhea@srhea.net),
* J.T Conklin (jtc@acorntoolworks.com)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General... | {
"pile_set_name": "Github"
} |
/*
* This file is part of NLua.
*
* Copyright (C) 2003-2005 Fabio Mascarenhas de Queiroz.
* Copyright (C) 2012 Megax <http://megax.yeahunter.hu/>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* i... | {
"pile_set_name": "Github"
} |
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim ... | {
"pile_set_name": "Github"
} |
/* Copyright 2020 Nick Brassel (tzarc)
*
* 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... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from caffe2.python import core
import caffe2.python.hypothesis_test_util as hu
import caffe2.python.serialized_test.serialized_test_util as serial
from hypothesis import... | {
"pile_set_name": "Github"
} |
// Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | {
"pile_set_name": "Github"
} |
/*
Package stscreds are credential Providers to retrieve STS AWS credentials.
STS provides multiple ways to retrieve credentials which can be used when making
future AWS service API operation calls.
The SDK will ensure that per instance of credentials.Credentials all requests
to refresh the credentials will be synchr... | {
"pile_set_name": "Github"
} |
<a href="<%- url %>" class="AknColumn-navigationLink<% if (active) { %> AknColumn-navigationLink--active<% } %> navigation-item"><%- title %></a>
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<title>Spider tab</title>
</head>
<body>
<h1>Spider tab</h1>
<p>
The Spider tab shows you the set of unique URIs found by the <a
href="../../start/features/spider.html">Spider... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Installing GEE Server — Google Earth Enterprise 5.3.3 documentation</title>
<link rel="styles... | {
"pile_set_name": "Github"
} |
/* Class = "UIBarButtonItem"; title = "Add Database"; ObjectID = "CbK-f7-To5"; Note = "Action"; */
"CbK-f7-To5.title" = "Lägg till databas";
/* Class = "UILabel"; text = "No recent databases"; ObjectID = "fXt-kp-oSe"; */
"fXt-kp-oSe.text" = "Inga nyligen använda databaser";
/* Class = "UINavigationItem"; title = "Dat... | {
"pile_set_name": "Github"
} |
package cic.cs.unb.ca.jnetpcap.worker;
import cic.cs.unb.ca.jnetpcap.BasicFlow;
import cic.cs.unb.ca.jnetpcap.FlowGenerator;
import cic.cs.unb.ca.jnetpcap.PacketReader;
import org.jnetpcap.Pcap;
import org.jnetpcap.nio.JMemory.Type;
import org.jnetpcap.packet.PcapPacket;
import org.jnetpcap.packet.PcapPacketHandler;
i... | {
"pile_set_name": "Github"
} |
/*!
* content-type
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1
*
* parameter = token "=" ( token / quoted-string )
* token = 1*tchar
* tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*"
* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/iop -->
<info>
<title>European Journal of Physics</title>
<id>http:/... | {
"pile_set_name": "Github"
} |
---
sbt_tarball: "sbt-{{sbt_version}}.tgz"
sbt_download_location: "https://dl.bintray.com/sbt/native-packages/sbt/{{sbt_version}}/{{sbt_tarball}}"
| {
"pile_set_name": "Github"
} |
#ifndef PQCLEAN_DILITHIUM3_AVX2_PACKING_H
#define PQCLEAN_DILITHIUM3_AVX2_PACKING_H
#include "api.h"
#include "params.h"
#include "polyvec.h"
void PQCLEAN_DILITHIUM3_AVX2_pack_pk(
uint8_t pk[PQCLEAN_DILITHIUM3_AVX2_CRYPTO_PUBLICKEYBYTES],
const uint8_t rho[SEEDBYTES],
const polyveck *t1);
void PQCLEAN_DIL... | {
"pile_set_name": "Github"
} |
/*
* Tigase XMPP Server - The instant messaging server
* Copyright (C) 2004 Tigase, Inc. (office@tigase.com)
*
* 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, version 3 of the Licen... | {
"pile_set_name": "Github"
} |
- name: Swap | Create swap space
command: dd if=/dev/zero of=/extraswap bs=1M count={{ swap_size_in_mb }}
- name: Swap | Make swap
command: mkswap /extraswap
- name: Swap | Add to fstab
action: lineinfile dest=/etc/fstab regexp="extraswap" line="/extraswap none swap sw 0 0" state=present
- name: Swap | Turn sw... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.9 2012/10/06 11:54:38 asau Exp $
#
DISTNAME= fortunes-calvin-0.2
CATEGORIES= games
MASTER_SITES= http://www.netmeister.org/apps/
EXTRACT_SUFX= .gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.netmeister.org/misc.html
COMMENT= Fortunes from the famous Calvin & Hobbes comic strips
B... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: django-registration trunk\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-04-05 1... | {
"pile_set_name": "Github"
} |
/*
Работа с GUI.
*/
#pragma once
namespace Gui
{
/*
Инициализация.
*/
void init(void);
/*
Деинициализация.
*/
void uninit(void);
/*
Кээлбэк для _enumWindows().
IN window - окно.
IN param - параметр.
Return - true - продолжить поиск,
... | {
"pile_set_name": "Github"
} |
from functools import wraps
from django.utils.cache import patch_vary_headers
from django.utils.decorators import available_attrs
def vary_on_headers(*headers):
"""
A view decorator that adds the specified headers to the Vary header of the
response. Usage:
@vary_on_headers('Cookie', 'Accept-languag... | {
"pile_set_name": "Github"
} |
set currentlyPlayingTrack to getCurrentlyPlayingTrack()
-- Method to get the currently playing track
on getCurrentlyPlayingTrack()
tell application "Spotify"
set currentArtist to artist of current track as string
set currentTrack to name of current track as string
return currentArtist & " - " & curren... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017-present PyO3 Project and Contributors
//! Python object protocols
#[macro_use]
mod macros;
pub mod basic;
#[cfg(not(Py_LIMITED_API))]
pub mod buffer;
pub mod context;
pub mod descr;
pub mod gc;
pub mod iter;
pub mod mapping;
pub mod methods;
pub mod number;
pub mod proto_methods;
pub mod pyasyn... | {
"pile_set_name": "Github"
} |
BASE <http://example.org/>
PREFIX : <#>
SELECT * WHERE { :x :p 'x\'' }
| {
"pile_set_name": "Github"
} |
# -*- encoding: utf-8 -*-
$_ = "あれ"
print Kernel.chop
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 1999-2020 Alibaba Group Holding Ltd.
#
# 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-... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'AllocationChange'
db.create_table('allocation_change', (
('id', self.gf('djang... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.springframework:spring-core:3.2.9.RELEASE">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../../maven/repository/org/springframework/spring-core/3.2.9.RELEASE/spring-core-3.2.9.RELEASE.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT... | {
"pile_set_name": "Github"
} |
/*
* Buffered Filter
* (C) 1999-2007 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/buf_filt.h>
#include <botan/mem_ops.h>
#include <botan/internal/rounding.h>
#include <botan/exceptn.h>
namespace Botan {
/*
* Buffered_Filter Constructor
*/
Buf... | {
"pile_set_name": "Github"
} |
---
ceph_origin: repository
ceph_repository: community
cluster: ceph
public_network: "192.168.39.0/24"
cluster_network: "192.168.40.0/24"
monitor_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
radosgw_interface: "{{ 'eth1' if ansible_distribution == 'CentOS' else 'ens6' }}"
osd_objectstore: ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2002-2004 by The Web Services-Interoperability Organization (WS-I) and
Certain of its Members. All Rights Reserved.
Notice
The material contained herein is not a license, either expressly or impliedly, to any
intellectual property owned or controll... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e57bf701e9cb4a94dadf8040bc7df0cd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package api
func (c *Sys) Leader() (*LeaderResponse, error) {
r := c.c.NewRequest("GET", "/v1/sys/leader")
resp, err := c.c.RawRequest(r)
if err != nil {
return nil, err
}
defer resp.Body.Close()
var result LeaderResponse
err = resp.DecodeJSON(&result)
return &result, err
}
type LeaderResponse struct {
HA... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2017, ScalaFX Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this lis... | {
"pile_set_name": "Github"
} |
import _plotly_utils.basevalidators
class CustomdataValidator(_plotly_utils.basevalidators.DataArrayValidator):
def __init__(self, plotly_name="customdata", parent_name="scattergl", **kwargs):
super(CustomdataValidator, self).__init__(
plotly_name=plotly_name,
parent_name=parent_na... | {
"pile_set_name": "Github"
} |
MIT License
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<link rel="stylesheet" type="text/css" href="searc... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkMergeArrays.cxx
Copyright (c) Kitware, Inc.
All rights reserved.
See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
This software is distributed WITHOUT... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"pile_set_name": "Github"
} |
Connecting to: localhost:5001
Stopped at tests/debugger/do_list.js:15
(jerry-debugger) b do_list.js:18
Breakpoint 1 at tests/debugger/do_list.js:18
(jerry-debugger) b do_list.js:19
Breakpoint 2 at tests/debugger/do_list.js:19
(jerry-debugger) list
=== Active breakpoints ===
1: tests/debugger/do_list.js:18
2: tests/d... | {
"pile_set_name": "Github"
} |
package crdt
import "github.com/satori/go.uuid"
// GCounter represent a G-counter in CRDT, which is
// a state-based grow-only counter that only supports
// increments.
type GCounter struct {
// ident provides a unique identity to each replica.
ident string
// counter maps identity of each replica to their
// en... | {
"pile_set_name": "Github"
} |
# This is an empty schema designed to support
# nulldb adapter's requirement for one to exist
ActiveRecord::Schema.define(version: 1) do
end
| {
"pile_set_name": "Github"
} |
[package]
name = "mc-crypto-box"
version = "1.0.0"
authors = ["MobileCoin"]
edition = "2018"
[dependencies]
aead = "0.3"
aes-gcm = { version = "0.6.0" }
blake2 = { version = "0.9", default-features = false }
digest = { version = "0.9" }
failure = { version = "0.1.5", default-features = false }
hkdf = { version = "0.9.... | {
"pile_set_name": "Github"
} |
//
// This file is part of the NineAnimator project.
//
// Copyright © 2018-2020 Marcus Zhou. All rights reserved.
//
// NineAnimator 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 ... | {
"pile_set_name": "Github"
} |
/*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... | {
"pile_set_name": "Github"
} |
/*
******************************************************************************
*
* Copyright (C) 1997-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
*
* File CSTRING.H
*
* Contains CString inte... | {
"pile_set_name": "Github"
} |
//
// Response.swift
//
// Copyright (c) 2014-2016 Alamofire Software Foundation (http://alamofire.org/)
//
// 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, includ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 607a5643efb168f429e438f7d6ad270a
timeCreated: 1464350149
licenseType: Store
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Gos\Bundle\WebSocketBundle\Event;
trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "%s" class is deprecated and will be removed in 4.0, use the symfony/messenger component instead.', PushHandlerFailEvent::class);
/**
* @deprecated to be removed in 4.0, use the symfon... | {
"pile_set_name": "Github"
} |
recursive-include tests *.py *.sh Dockerfile
| {
"pile_set_name": "Github"
} |
<?php
/**
* CDummyCache class file.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.yiiframework.com/
* @copyright 2008-2013 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
/**
* CDummyCache is a placeholder cache component.
*
* CDummyCache does not cache anything. It is pr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>Responsive example - Disable child rows</title>
<link rel="stylesheet" type="text/css" href="..... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2020, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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... | {
"pile_set_name": "Github"
} |
---
title: "Reshuffle"
---
<!--
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"
} |
{
"title":"CSS Initial Letter",
"description":"Method of creating an enlarged cap, including a drop or raised cap, in a robust way.",
"spec":"https://www.w3.org/TR/css-inline/#initial-letter-styling",
"status":"wd",
"links":[
{
"url":"https://bugzilla.mozilla.org/show_bug.cgi?id=1223880",
"tit... | {
"pile_set_name": "Github"
} |
// tslint:disable-next-line no-implicit-dependencies
import * as nock from 'nock';
import Instagram from '../src/index';
describe('Instagram', () => {
it('should be a class', () => {
const instagram = new Instagram({} as any);
expect(instagram instanceof Instagram).toBeTruthy();
});
it('should set clien... | {
"pile_set_name": "Github"
} |
## Description
Samsung NVR Recorder SRN-1670D is a high performance network video recorder. An arbitrary file
upload vulnerability was found in the Web Viewer component, which could allow an authenticated
user to upload a PHP payload to get code exuection. The vulnerable code can be found in
network_ssl_upload.php:
`... | {
"pile_set_name": "Github"
} |
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* blockcheck.c
*
* Checksum and ECC codes for the OCFS2 userspace library.
*
* Copyright (C) 2006, 2008 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th... | {
"pile_set_name": "Github"
} |
package com.example.firstapp
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
}
}
| {
"pile_set_name": "Github"
} |
package abi36_0_0.org.unimodules.interfaces.facedetector;
import android.content.Context;
public interface FaceDetectorProvider {
FaceDetector createFaceDetectorWithContext(Context context);
}
| {
"pile_set_name": "Github"
} |
library isapiapp;
uses
Winapi.ActiveX,
System.Win.ComObj,
Web.WebBroker,
Web.Win.ISAPIApp,
Web.Win.ISAPIThreadPool,
MainDataModuleUnit in '..\..\winecellarserver\MainDataModuleUnit.pas' {WineCellarDataModule: TDataModule},
MainWebModuleUnit in '..\..\winecellarserver\MainWebModuleUnit.pa... | {
"pile_set_name": "Github"
} |
Running with -XNoAlternativeLayoutRule
Running with -XAlternativeLayoutRule
Running with -XAlternativeLayoutRule -XAlternativeLayoutRuleTransitional
| {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
//
/// \file tuklib_common.h
/// \brief Common definitions for tuklib modules
//
// Author: Lasse Collin
//
// This file has been put into the public domain.
// You can do whatever you want with this file.
//
/////////////... | {
"pile_set_name": "Github"
} |
--TEST--
Include_once "Temp Variable URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
$var = "http://127.0.0.1/";
$app = "?";... | {
"pile_set_name": "Github"
} |
using System;
using System.ComponentModel;
using System.Drawing;
using DevExpress.ExpressApp.Editors;
using DevExpress.Utils;
using DevExpress.Utils.Controls;
using DevExpress.Utils.Design;
using DevExpress.XtraGrid;
using DevExpress.XtraGrid.Design;
namespace Xpand.ExpressApp.Win.ListEditors.GridListEditors.ColumnVie... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "techreborn:steel_storage_block"
},
"result": "techreborn:steel_storage_block_wall",
"count": 1
} | {
"pile_set_name": "Github"
} |
package org.bukkit.event.entity;
import org.bukkit.entity.LivingEntity;
/**
* Called when a creature is spawned into a world.
* <p>
* If a Creature Spawn event is cancelled, the creature will not spawn.
*/
public class CreatureSpawnEvent extends EntitySpawnEvent {
private final SpawnReason spawnReason;
p... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import random
import re
import string
import tempfile
import traceback
from ..files.file_manager import FileManager
from ..files.path_in_file import PathInFile
from ..users import Users
from ..useful.useful import run_cmd
class SudoList(object):
"""
Get... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.