text stringlengths 2 99.9k | meta dict |
|---|---|
//
// FileUtils.h
// ParticleMaker
//
// Created by Andreas Müller on 04/03/2014.
//
//
#pragma once
class FileUtils
{
public:
// ---------------------------------------------------------------------------------------------------------------------------------------------------
//
static vector<string> ... | {
"pile_set_name": "Github"
} |
{
"_from": "chokidar@^1.7.0",
"_id": "chokidar@1.7.0",
"_inBundle": false,
"_integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
"_location": "/chokidar",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "chokidar@^1.7.0",
"name": "chokidar",
"escapedName"... | {
"pile_set_name": "Github"
} |
/*
* DXVA2 VP9 HW acceleration.
*
* copyright (c) 2015 Hendrik Leppkes
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the L... | {
"pile_set_name": "Github"
} |
1
00:00:33,545 --> 00:00:35,447
(網浜サキ)
母は5人の男に殺されたんです。
2
00:00:35,447 --> 00:00:39,218
(直美)まさか
野村先生 中川肇 本田典史➡
3
00:00:39,218 --> 00:00:41,120
それ以外に 2人いるってこと?
4
00:00:41,120 --> 00:00:42,821
警察へ行ったらどうですか?
5
00:00:42,821 --> 00:00:46,025
何の証拠もない。
だから 何の罪もない。
6
00:00:46,025 --> 00:00:48,711
証拠がないことと 罪がないことは
違う。
7
0... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env stack
-- stack script --compile --resolver lts-16.3
{-
hledger-check-tag-files stack script.
Read the default journal and give an error if any tag values
containing '/' do not exist as file paths.
Usage:
$ hledger-check-tag-files.hs # compiles if needed
or:
$ hledger check-tag-files # compil... | {
"pile_set_name": "Github"
} |
{
"sessions": {
"title": "Sesiuni active pentru [<strong>{{username}}</strong>]",
"table": {
"ipaddress": "Adresa IP",
"useragent": "User Agent",
"date": "Data",
"button": "Invalidare"
},
"messages": {
"success": "<strong>Se... | {
"pile_set_name": "Github"
} |
// Copyright 2014 Canonical Ltd.
// Licensed under the LGPLv3, see LICENCE file for details.
package utils_test
import (
"os"
"github.com/juju/testing"
gc "gopkg.in/check.v1"
"github.com/juju/utils/v2"
)
type gomaxprocsSuite struct {
testing.IsolationSuite
setmaxprocs chan int
numCPUResponse int
setMaxP... | {
"pile_set_name": "Github"
} |
import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { CandidateInterviewService } from './candidate-interview.service';
import { CandidateInterviewController } from './candidate-interview.controller';
import { CandidateInterview } from './candidate-interview.entity';
import ... | {
"pile_set_name": "Github"
} |
3 2
50 85 250
10 15 25
3 6
50 85 250
10 15 25
8 1
10 20 30 40 50 60 70 80
8 10 58 63 71 72 75 76
| {
"pile_set_name": "Github"
} |
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 2005-2018. 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
%... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient
def initialize(info={})
super(update_info(info,
'Nam... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MII=
MII=
MII= | {
"pile_set_name": "Github"
} |
declare module 'react-modal' {
declare module.exports: any;
}
| {
"pile_set_name": "Github"
} |
{
"name": "angular",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.0",
"@angular/common... | {
"pile_set_name": "Github"
} |
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.d.ts"]
}
| {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------
* attribute.i
*
* SWIG library file for implementing attributes.
* ----------------------------------------------------------------------------- */
/* we use a simple exception warning here */
%{
#include <stdio.h>
%}
#define %attribu... | {
"pile_set_name": "Github"
} |
package jsonpb_gogo
| {
"pile_set_name": "Github"
} |
propel.targetPackage = classes.model
propel.packageObjectModel = true
propel.project = opensource
propel.database = mssql
propel.database.createUrl = mysql://root@localhost/
propel.database.url = mysql://root@localhost/rbac_os
propel.addGenericAccessors = true
propel.addGenericMut... | {
"pile_set_name": "Github"
} |
#include "libm.h"
/* asinh(z) = -i asin(i z) */
double complex casinh(double complex z)
{
z = casin(CMPLX(-cimag(z), creal(z)));
return CMPLX(cimag(z), -creal(z));
}
| {
"pile_set_name": "Github"
} |
import _debug from 'debug'
const debug = _debug('peercalls')
export function getBrowserFeatures() {
const media =
'mediaDevices' in navigator &&
typeof navigator.mediaDevices === 'object' &&
typeof navigator.mediaDevices.getUserMedia === 'function' &&
typeof navigator.mediaDevices.enumerateDevices =... | {
"pile_set_name": "Github"
} |
// Copyright © 2013 Steve Francia <spf@spf13.com>.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# If it has Build.PL use that, otherwise use Makefile.PL
if [ -f Build.PL ]; then
perl Build.PL
./Build
./Build test
# Make sure this goes in site
./Build install --installdirs site
elif [ -f Makefile.PL ]; then
# Make sure this goes in site
perl Makefile.PL INSTALLDIRS=site
... | {
"pile_set_name": "Github"
} |
desc_es=Generador de Informes de Análisis de Squid
| {
"pile_set_name": "Github"
} |
; <<< Use Configuration Wizard in Context Menu >>>
;******************************************************************************
;
; startup_rvmdk.S - Startup code for use with Keil's uVision.
;
; Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved.
; Software License Agreement
;
; T... | {
"pile_set_name": "Github"
} |
<github-corner></github-corner>
<demo-header></demo-header>
<div class="container">
<div class="row">
<div class="col-sm-4">
<demo-options #options></demo-options>
</div>
<div class="col-sm-offset-1 col-sm-7">
<demo-table [loading]="options.data"></demo-table>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#pragma once
#include "cores/AudioEngine/Interfaces/AEResample.h"
class IAEResample;
namespace ActiveAE
{
/**
* Bit options... | {
"pile_set_name": "Github"
} |
@echo on
:: Unset CircleCI default setting that prevents pulling Styrene from the public repo
git config --global --unset url."ssh://git@github.com".insteadOf "https://github.com"
:: Run Env preparation script in verbose mode (echo on)
call "%~dp0..\..\scripts\windows\msys2_prepare" -v
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
# #############################################################################
# Generic
# #############################################################################
# Build with -g -O0
debug = n
# Echo the build commands
verbose = n
# #############################################################################... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"name": "css-what",
"raw": "css-what@2.1",
"rawSpec": "2.1",
"scope": null,
"spec": ">=2.1.0 <2.2.0",
"type": "range"
},
"/Users/yangcs/bin/prometheus-handbook/node_modules/gitbook-plugin-image-captions/node_modules/css-select"
... | {
"pile_set_name": "Github"
} |
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.
WWW: https://docs.openstack.org/oslo.cache/latest/
WWW: https://git... | {
"pile_set_name": "Github"
} |
/* CLIQUE NO SINAL DE "+", À ESQUERDA, PARA EXIBIR A DESCRIÇÃO DO EXEMPLO
*
* Copyright (C) 2014 - UNIVALI - Universidade do Vale do Itajaí
*
* Este arquivo de código fonte é livre para utilização, cópia e/ou modificação
* desde que este cabeçalho, contendo os direitos autorais e a descrição do programa,
* s... | {
"pile_set_name": "Github"
} |
exports = module.exports = SemVer
var debug
/* istanbul ignore next */
if (typeof process === 'object' &&
process.env &&
process.env.NODE_DEBUG &&
/\bsemver\b/i.test(process.env.NODE_DEBUG)) {
debug = function () {
var args = Array.prototype.slice.call(arguments, 0)
args.unshift('SEMVER')
con... | {
"pile_set_name": "Github"
} |
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is reg... | {
"pile_set_name": "Github"
} |
# Amplify CLI Notifications Plugin
## Commands Summary
The Amplify Notifications Category Plugin supports the commands listed in the following table.
| Command | Description |
| --- | --- |
| amplify notifications add | Adds a notification channel. |
| amplify notifications remove | Removes a notifica... | {
"pile_set_name": "Github"
} |
import material/material2tropic;
main () {
content =
enumFromTo(1, 100)
|> (\xs -> map(xs, \x -> {
ps = make(PositionScale(Point(0.0, 0.0), Point(0.0, 0.0)));
openPopup = \manager, parent, m2t -> \ -> {
popup =
MPopup(
[[MCols([MTextInput(make(""), [MWidth(320.0)], []), MIconButton("add", nop... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Viewfinder. All rights reserved.
// Author: Peter Mattis.
#import <QuartzCore/QuartzCore.h>
CGMutablePathRef MakeChevronPath(float size);
// local variables:
// mode: objc
// end:
| {
"pile_set_name": "Github"
} |
<html>
<head>
<title>libogg - function - ogg_sync_pageout</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libogg documentation</p></td>
<td align=right><p class=tiny... | {
"pile_set_name": "Github"
} |
package com.doublechaintech.retailscm.potentialcustomercontactperson;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import java.math.BigDecimal;
import com.terapico.caf.DateTime;
import com.terapico.caf.Images;
import com.doubl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 MapD Technologies, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
"""
Test suite for docx.dml.color module.
"""
from __future__ import (
absolute_import, division, print_function, unicode_literals
)
from docx.enum.dml import MSO_COLOR_TYPE, MSO_THEME_COLOR
from docx.dml.color import ColorFormat
from docx.shared import RGBColor
from ..unitutil.cxml import ele... | {
"pile_set_name": "Github"
} |
namespace Kuriimu
{
partial class Name
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// ... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq;
namespace NHM.DeviceDetection.WMI
{
internal class DeviceBusData
{
public string Antecedent { get; set; }
public string Dependent { get; set; }
public int GetPCIBusID()
{
try
{
var pciBusStart = Anteceden... | {
"pile_set_name": "Github"
} |
from collections import Counter
from django_db_geventpool.utils import close_connection
from mygpo.podcasts.models import Podcast
from mygpo.celery import celery
from mygpo.maintenance.merge import PodcastMerger
from celery.utils.log import get_task_logger
logger = get_task_logger(__name__)
@celery.task
@close_co... | {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/detail/_features.hpp
#pragma once
// #define GLM_CXX98_EXCEPTIONS
// #define GLM_CXX98_RTTI
// #define GLM_CXX11_RVALUE_REFERENCES
// Rvalue references - GCC 4.3
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
// GLM_CXX11_TRAILING_RETURN
// Rvalue references for *t... | {
"pile_set_name": "Github"
} |
cairo-gobject
gtk4
| {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Platform
* @subpackage Data
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die;
use Joomla\Registry\Registry;
/**
* JData is a c... | {
"pile_set_name": "Github"
} |
# Copyright 2010-present Basho Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
//
// Jumbotron
// --------------------------------------------------
.jumbotron {
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
font-size: @jumbotron-font-size;
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-color;
background-color: @jumbotron-bg;
h1,
... | {
"pile_set_name": "Github"
} |
#include "b.h"
class foo {
int x, y;
public:
foo(){};
~foo(){};
};
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Simple command line interface to launching browsers.
/// Uses the browser_controller framework.
///... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2003 Daniel Nuffer
Copyright (c) 2001-2007 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at ... | {
"pile_set_name": "Github"
} |
There are many different ways to style code with GitHub's markdown. If you have inline code blocks, wrap them in backticks: `var example = true`. If you've got a longer block of code, you can indent with four spaces:
if (isAwesome) {
return true
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| {
"pile_set_name": "Github"
} |
using System.Configuration;
namespace Rhino.ServiceBus.Config
{
[ConfigurationCollection(typeof(AssemblyElement), CollectionType = ConfigurationElementCollectionType.BasicMap)]
public class AssemblyElementCollection : ConfigurationElementCollection
{
protected override ConfigurationElement Create... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 MediaTek Inc.
* Author: James Liao <jamesjj.liao@mediatek.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 Free Software Foundation.
*
* This program is distributed in the ... | {
"pile_set_name": "Github"
} |
<view class="container">
<view class="textContainer">
<text class="textStyle">{{text}}</text>
</view>
</view> | {
"pile_set_name": "Github"
} |
// #Conformance #TypesAndModules #Records
#light
// Verify the ability to clone records using a simplified syntax
type RecType = { A : int; B : string; C : float; D : RecType option }
let t1 = { A = 1; B = "t1"; C = 3.14; D = None }
let t2 = { t1 with A = 2 }
let t3 = { t2 with B = "t3" }
let t4 = { t3 with C = 4.... | {
"pile_set_name": "Github"
} |
''
'foo'
'foo\'bar'
``
`foo`
`foo\`bar`
----------------------------------------------------
[
["string", "''"],
["string", "'foo'"],
["string", "'foo\\'bar'"],
["string", "``"],
["string", "`foo`"],
["string", "`foo\\`bar`"]
]
----------------------------------------------------
Checks fo... | {
"pile_set_name": "Github"
} |
// Copyright 2019 the V8 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.
with({}) { eval("{function f(){f}}") };
f()
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 Mans Rullgard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any lat... | {
"pile_set_name": "Github"
} |
(** example.ml: The first special comment of the file is the comment
associated with the whole module. *)
(** Comment for exception My_exception. *)
exception My_exception of (int -> int) * int
(** Comment for type [weather] *)
type weather =
| Rain of int (** The comment for construtor Rain *)
| Sun ... | {
"pile_set_name": "Github"
} |
package com.fanchen.imovie.view.preference;
import android.content.Context;
import android.preference.Preference;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.fanchen.imovie.R;
import com.fanch... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2014 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
# pairing的初步
## 一、ECC pairing的介绍
在前面提到了RSA ACC累加器,它的缺点是需要不断的重复进行运算证明,速度还是是一个硬伤。这时就有人提出了Pairing:二元映射。特别是基于ECC Pairing,效率更好。
</br>
不过在刚刚提出这个算法时,e(P,Q)的计算量也是巨大的,所以不言而喻。但随着谷歌等一些公司的投入和大牛们的不断的努力,运算的时间已经从几分钟缩减到微秒级。
</br>
2008年,Vercauteren提出了最优Ate Pairing,这个是目前知道的最快的算法。
## 二、标识密码体系(IBC)和应用
在传统的PKI加密体系中,需要公开一个公钥和自己保密一个私钥。但是在传... | {
"pile_set_name": "Github"
} |
sortName: Lozano
displayName: Ruben Lozano
url: https://rubenlozano.com | {
"pile_set_name": "Github"
} |
<?php
switch($a) {
case substr($b, 0, 1) == 'c':
d($e['f'], 'g');
}
?> | {
"pile_set_name": "Github"
} |
//===- Error.cpp - tblgen error handling helper routines --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
"use strict";
var value = require("../../../object/valid-value")
, toInteger = require("../../../number/to-integer")
, max = Math.max
, min = Math.min;
module.exports = function (searchString/*, position*/) {
var start, self = String(value(this));
start = min(max(toInteger(arguments[1]), 0), s... | {
"pile_set_name": "Github"
} |
"""
Brushing Scatter Plot to show data on a table
---------------------------------------------
A scatter plot of the cars dataset, with data tables for horsepower, MPG, and origin.
The tables update to reflect the selection on the scatter plot.
"""
# category: scatter plots
import altair as alt
from vega_da... | {
"pile_set_name": "Github"
} |
#-*- coding: utf-8 -*-
#Vstream https://github.com/Kodi-vStream/venom-xbmc-addons
from resources.lib.handler.requestHandler import cRequestHandler
from resources.lib.parser import cParser
from resources.hosters.hoster import iHoster
import urllib, urllib2
import re, base64
import htmlentitydefs
import cookielib
try:
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileg... | {
"pile_set_name": "Github"
} |
spring.application.name=mq-service
server.port=8088
eureka.client.serviceUrl.defaultZone=http://eureka.didispace.com/eureka/
spring.rabbitmq.host=115.29.47.207
spring.rabbitmq.port=5672
spring.rabbitmq.virtualHost=/test
spring.rabbitmq.username=chengzhx76
spring.rabbitmq.password=chengzhx76
| {
"pile_set_name": "Github"
} |
from logging.handlers import BufferingHandler
from gixy.formatters.base import BaseFormatter
class LogHandler(BufferingHandler):
def __init__(self, matcher):
# BufferingHandler takes a "capacity" argument
# so as to know when to flush. As we're overriding
# shouldFlush anyway, we can set a... | {
"pile_set_name": "Github"
} |
{
"name": "granim",
"description": "Create fluid and interactive gradients animations with this small js library.",
"main": "index.js",
"authors": [
"Benjamin Blonde",
"Pranay Prakash <pranay.gp@gmail.com> (http://pranay.gp)"
],
"license": "MIT",
"keywords": [
"gradient",
"animation"
],
... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | {
"pile_set_name": "Github"
} |
jest.mock('fs-extra');
jest.mock('open');
jest.mock('../../../lib/S3AndCloudFront/configuration-manager');
jest.mock('../../../lib/S3AndCloudFront/helpers/file-uploader');
jest.mock('../../../lib/S3AndCloudFront/helpers/cloudfront-manager');
const fs = require('fs-extra');
const path = require('path');
const open = r... | {
"pile_set_name": "Github"
} |
--
-- CREATE_CAST
--
-- Create some types to test with
CREATE TYPE casttesttype;
CREATE FUNCTION casttesttype_in(cstring)
RETURNS casttesttype
AS 'textin'
LANGUAGE internal STRICT IMMUTABLE;
CREATE FUNCTION casttesttype_out(casttesttype)
RETURNS cstring
AS 'textout'
LANGUAGE internal STRICT IMMUTABL... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-2019 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 a... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f1xx_hal_mmc.h
* @author MCD Application Team
* @brief Header file of MMC HAL module.
******************************************************************************
* @attention
*
* <h2><center>© C... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Widget 1.9.2
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/jQuery.widget/
*/
(function( $, undefined ) {
var uuid = 0,
slice = Array.prototype.slice,
_cleanData = $.c... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#include "stdafx.h"
#include "CommandLine.h"
#include "FileSystem.h"
// Constants
const wchar_t * PARAM_OUTFILE = L"-o";
const wchar_t * PARAM_TMPDIR = L"-t... | {
"pile_set_name": "Github"
} |
load("@rules_haskell//haskell:cabal.bzl", "haskell_cabal_binary")
haskell_cabal_binary(
name = "cabal-toolchain-flags",
srcs = glob(["**"]),
)
| {
"pile_set_name": "Github"
} |
// Copyright 2011 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"
} |
# C/C++ with GCC
# Build your C/C++ project with GCC using make.
# Add steps that publish test results, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
# at pipeline level, set 'ezquake.githubconnection' & 'ezquake.githubreponame' variables
strategy:
matrix... | {
"pile_set_name": "Github"
} |
<?php
if (isset($argv[1])) {
$_GET['mode']=$argv[1];
}
if (isset($_GET['mode']) && $_GET['mode'] == 'yaf') {
include('bootstrap_yaf_so.php');
} else {
include('bootstrap.php');
}
$view = new Yaf_View_Simple(
TEST_APPLICATION_PATH.'application/views/'
);
$view->render('test/... | {
"pile_set_name": "Github"
} |
/* ###
* IP: GHIDRA
*
* 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 writin... | {
"pile_set_name": "Github"
} |
(* Copyright (C) 2002-2006 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a HPND-style license.
* See the file MLton-LICENSE for details.
*)
functor IOConvert
(structure IO: IO) :
IO_1997 =
struct
open IO
exception TerminatedStream
... | {
"pile_set_name": "Github"
} |
<?php
/*********************************************************************************
* This file is part of Sentrifugo.
* Copyright (C) 2014 Sapplica
*
* Sentrifugo 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 So... | {
"pile_set_name": "Github"
} |
<?php
/**
* Interface for output class of standard profiler driver.
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Profiler\Driver\Standard;
/**
* Interface \Magento\Framework\Profiler\Driver\Standard\OutputInterface
*
*/
interface Outpu... | {
"pile_set_name": "Github"
} |
package driver
import (
"bytes"
"context"
"errors"
"fmt"
"strconv"
"strings"
"time"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/bsontype"
"go.mongodb.org/mongo-driver/bson/primitive"
"go.mongodb.org/mongo-driver/event"
"go.mongodb.org/mongo-driver/mongo/readconcern"
"go.mongodb.o... | {
"pile_set_name": "Github"
} |
import Foundation
#if _runtime(_ObjC)
private enum ErrorResult {
case exception(NSException)
case error(Error)
case none
}
/// Only classes, protocols, methods, properties, and subscript declarations can be
/// bridges to Objective-C via the @objc keyword. This class encapsulates callback-style
/// asynch... | {
"pile_set_name": "Github"
} |
<?php
use \WP_CLI\Utils;
use \WP_CLI\Dispatcher;
use \WP_CLI\FileCache;
use \WP_CLI\Process;
use \WP_CLI\WpHttpCacheManager;
/**
* Various utilities for WP-CLI commands.
*/
class WP_CLI {
private static $configurator;
private static $logger;
private static $hooks = array(), $hooks_passed = array();
/**
* ... | {
"pile_set_name": "Github"
} |
#ifndef __NVKM_FAULT_H__
#define __NVKM_FAULT_H__
#include <core/subdev.h>
#include <core/notify.h>
struct nvkm_fault {
const struct nvkm_fault_func *func;
struct nvkm_subdev subdev;
struct nvkm_fault_buffer *buffer[2];
int buffer_nr;
struct nvkm_event event;
struct nvkm_notify nrpfb;
struct nvkm_device_ocl... | {
"pile_set_name": "Github"
} |
package v3
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "Lic... | {
"pile_set_name": "Github"
} |
{% extends "databrowse/base_site.html" %}
{% block title %}{{ model.verbose_name_plural|capfirst|escape }} by {{ field.field.verbose_name|escape }}{% endblock %}
{% block content %}
<div id="breadcrumbs"><a href="{{ root_url }}">Home</a> / <a href="{{ model.url }}">{{ model.verbose_name_plural|capfirst }}</a> / <a h... | {
"pile_set_name": "Github"
} |
"""Generic interface to all dbm clones.
Instead of
import dbm
d = dbm.open(file, 'w', 0666)
use
import anydbm
d = anydbm.open(file, 'w')
The returned object is a dbhash, gdbm, dbm or dumbdbm object,
dependent on the type of database being opened (determined by whichdb
module) in the... | {
"pile_set_name": "Github"
} |
lambda
lambda x, y
lambda x 1
| {
"pile_set_name": "Github"
} |
'use strict';
// https://github.com/sebmarkbage/ecmascript-string-left-right-trim
require('./$.string-trim')('trimRight', function($trim){
return function trimRight(){
return $trim(this, 2);
};
}); | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="hr" english-language-name="Croatian">
<!-- * This file is generated automatically. -->
<!-- * To submit changes to this file upstream (to the DocBook Project) -->
<!-- * do not submit an edited version of t... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.