text stringlengths 2 99.9k | meta dict |
|---|---|
// Package wrapnewlines provides access to the Example API.
//
// Usage example:
//
// import "google.golang.org/api/wrapnewlines/v1"
// ...
// wrapnewlinesService, err := wrapnewlines.New(oauthHttpClient)
package wrapnewlines // import "google.golang.org/api/wrapnewlines/v1"
import (
"bytes"
"encoding/json"
... | {
"pile_set_name": "Github"
} |
require "rails_helper"
describe RelatedContentScore do
it "is valid" do
expect(build(:related_content_score)).to be_valid
end
it "is not valid with empty user or empty related_content" do
expect(build(:related_content_score, user: nil)).not_to be_valid
expect(build(:related_content_score, related_co... | {
"pile_set_name": "Github"
} |
semantic.embed = {};
// ready event
semantic.embed.ready = function() {
// selector cache
var
// alias
$myfavesEmbed = $('.example').eq(0).find('iframe'),
handler
;
// event handlers
handler = {
};
$('.embed.example .ui.embed')
.embed()
;
$('.existing.code .embed').removeClass('em... | {
"pile_set_name": "Github"
} |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle 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.
//
// Moodle ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Locking Column Row Editing Example</title>
<link rel="stylesheet" type="text/css" href="../shared/example.css" />
<script type="text/javascript" src="../../examples/shared/include-ext.js"></script>
<script typ... | {
"pile_set_name": "Github"
} |
suite('Global Tests', function(){
test('page has a valid title', function(){
assert(document.title && document.title.match(/\S/) &&
document.title.toUpperCase() !== 'TODO');
});
});
| {
"pile_set_name": "Github"
} |
require 'json/common'
module JSON
# This module holds all the modules/classes that implement JSON's
# functionality as C extensions.
module Ext
require 'json/ext/parser'
require 'json/ext/generator'
$DEBUG and warn "Using Ext extension for JSON."
JSON.parser = Parser
JSON.generator = Generato... | {
"pile_set_name": "Github"
} |
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* mc.h: Definitions for SGI Memory Controller
*
* Copyright (C) 1996 David S. Miller
* Copyright (C) 1999 Ralf Baechle
* Copyright (C) 19... | {
"pile_set_name": "Github"
} |
== 0.6.12/ 2014-06-14
* #44 Share the bundle config instead of creating it on multiple slices - dholdren
== 0.6.11/ 2014-02-21
* #46 Fix path issue in bundle_config - krutten.
== 0.6.10 / 2014-02-20
* #45 Bundler will sometimes try and verify the dependancy tree - jcstringer.
* This adds the ``--deploymen... | {
"pile_set_name": "Github"
} |
zreladdr-$(CONFIG_ARCH_H720X) := 0x40008000
| {
"pile_set_name": "Github"
} |
package com.box.l10n.mojito.service.gitblame;
import com.box.l10n.mojito.entity.GitBlame;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import java.util... | {
"pile_set_name": "Github"
} |
package org.eclipse.ceylon.compiler.java.test.issues.bug02xx;
class Bug241<T> implements .org.eclipse.ceylon.compiler.java.runtime.model.ReifiedType, .java.io.Serializable {
Bug241(final .org.eclipse.ceylon.compiler.java.runtime.model.TypeDescriptor $reified$T) {
this.$reified$T = $reified$T;
}
... | {
"pile_set_name": "Github"
} |
--------------------------------------------------------------------------------
Alpha 2
--------------------------------------------------------------------------------
[+] Reworked Lua stuff.
[+] New Lua-based custom dialogs engine.
[+] dialogs.CheckBoxesDialog. IF:G implementation swithed to dialogs.CheckBoxesD... | {
"pile_set_name": "Github"
} |
import logging
import tempfile
import os
import torch
from collections import OrderedDict
from tqdm import tqdm
from copy import deepcopy
import torch
import numpy as np
from mega_core.modeling.roi_heads.mask_head.inference import Masker
from mega_core.structures.bounding_box import BoxList
from mega_core.structures.... | {
"pile_set_name": "Github"
} |
"use strict";
var _commander = require("commander");
var _commander2 = _interopRequireDefault(_commander);
var _babelCore = require("babel-core");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
_commander2.default.option("-l, --whitelist [whitelist]", "Whitelist of ... | {
"pile_set_name": "Github"
} |
/* Clip the data.
The output is
clip if input > clip
-clip if input < -clip
input if |input| < clip
See also sfclip2.
September 2011 program of the month:
http://ahay.org/blog/2011/09/03/program-of-the-month-sfclip/
*/
/*
Copyright (C) 2004 University of Texas at Austin
This program is free software; you can... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.lexers.make
~~~~~~~~~~~~~~~~~~~~
Lexers for Makefiles and similar.
:copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re
from pygments.lexer import Lexer, RegexLexer, include, bygroups, \
... | {
"pile_set_name": "Github"
} |
{*
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is free... | {
"pile_set_name": "Github"
} |
Easylogging++ v9.63 RELEASE NOTES
---------------------------------
Release type: Minor
API changes: No
==========================
= BUG FIXES =
==========================
- Issue with multi-threading fixed for verbose logging not on (multi-threaded applications only)
==========================
= ... | {
"pile_set_name": "Github"
} |
---
title: "_mbclen, mblen, _mblen_l, _mbclen_l"
description: "Describes the Microsoft C Runtime Library (CRT) _mbclen, mblen, _mblen_l, and _mbclen_l functions."
ms.date: "4/2/2020"
api_name: ["_mbclen", "mblen", "_mblen_l", "_mbclen_l", "_o__mbclen", "_o__mbclen_l", "_o__mblen_l", "_o_mblen"]
api_location: ["msvcrt.d... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
#if ENABLE_GPU
#error This file should not be compiled with GPU support enabled
#endif
#include "vl_tmove.cu"
| {
"pile_set_name": "Github"
} |
package com.zqoffice;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.fac... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
<?php
/*
* $Id$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR C... | {
"pile_set_name": "Github"
} |
#version 450
layout(push_constant) uniform Push
{
vec4 SourceSize;
vec4 OriginalSize;
vec4 OutputSize;
uint FrameCount;
} params;
layout(std140, set = 0, binding = 0) uniform UBO
{
mat4 MVP;
} global;
///////////////////////////////// MIT LICENSE ////////////////////////////////
// Copyright (C) 2014 Troggl... | {
"pile_set_name": "Github"
} |
using System;
using Hanselman.Helpers;
using Newtonsoft.Json;
namespace Hanselman.Models
{
public class PodcastEpisode
{
[JsonProperty("id")]
public string Id { get; set; }
[JsonProperty("t")]
public string Title { get; set; }
[JsonProperty("d1")]
public strin... | {
"pile_set_name": "Github"
} |
/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set sts=2 sw=2 et tw=80: */
"use strict";
const { Corroborate } = ChromeUtils.import(
"resource://gre/modules/Corroborate.jsm"
);
const { FileUtils } = ChromeUtils.import(
"resource://gre/modules/FileUtils.jsm"
);
const { Services } = ChromeUtil... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// Depends on jsonlint.js from https://github.com/zaach/jsonlint
// declare global: jsonlint
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
m... | {
"pile_set_name": "Github"
} |
var sys = require('util');
var fs = require('fs');
// From the nodejs mailing list
var Framer = function(delimiter) {
this.delimiter = delimiter ? delimiter : "\0";
this.buffer = [];
};
Framer.prototype.next = function(data) {
var fram... | {
"pile_set_name": "Github"
} |
package com.rusefi.ui;
import com.rusefi.binaryprotocol.MsqFactory;
import com.rusefi.config.generated.Fields;
import com.rusefi.tools.online.Online;
import com.rusefi.tune.xml.Msq;
import com.rusefi.ui.util.Misc;
import org.putgemin.VerticalFlowLayout;
import javax.swing.*;
import java.awt.event.ActionEvent;
publi... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { StyleSheet, View } from 'react-native';
const Box = ({ color, fixed = false, layout = 'column', outer = false, ...other }) => (
<View
{...other}
style={[
styles[`color${color}`],
fixed && styles.fixed,
layout === 'row' && styles.row,
outer && styles... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package timeseries implements a time series structure for stats collection.
package timeseries // import "golang.org/x/net/internal/timeseries"
import (
"f... | {
"pile_set_name": "Github"
} |
#include "PSL/PSL.h"
#include <stdio.h>
#ifdef _WIN32
#include <conio.h>
#else
#define getch getchar
#endif
int main(int argc, char **argv)
{
if (argc < 2)
return 0;
using namespace PSL;
PSLVM p;
if (PSLVM::error e = p.loadScript(argv[1]))
{
if (e == PSLVM::FOPEN_ERROR)
{
string input = argv[1];
fo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | {
"pile_set_name": "Github"
} |
deck
====
Uniform and weighted shuffling and sampling for node.
examples
========
uniform shuffle
---------------
shuffle.js:
var deck = require('deck');
var xs = deck.shuffle([ 1, 2, 3, 4 ]);
console.log(xs);
output:
$ node shuffle.js
[ 1, 4, 2, 3 ]
uniform sample
--------------
pick.js:
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. -->
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<FSharpSourcesRo... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 676ce9850965f6d4fad5e20fa2a8da30
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
---
title: "cucumber-cpp"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
@import './../../../styles/_base';
$color-stroke: $color-primary;
$color-circle: $color-grey-light;
ngx-progress-circle {
display: inline-block;
--color-stroke: #{$color-stroke};
--color-circle: #{$color-circle};
}
.ngx-progress-circle {
position: relative;
width: 170px;
height: 170px;
margin: 0 auto;
... | {
"pile_set_name": "Github"
} |
{
"gadgets": {
0x1000: 'add eax, 0x5d000000 ; pop r12 ; ret',
0x2000: 'mov r8, rax ; call r12',
0x3000: 'mov rax, rbx ; pop rbx ; ret',
0x4000: 'pop r12; pop r13; pop r15; ret',
},
"find": {
"r8": "rax",
}
}
| {
"pile_set_name": "Github"
} |
<h1><code ng:non-bindable="">History</code>
<span class="hint">(service in module <code ng:non-bindable="">decipher.history</code>
)</span>
</h1>
<div><h2 id="Description">Description</h2>
<div class="description"><p>Provides an API for keeping a history of model values.</p></div>
<div class="member method"><h2 id="Met... | {
"pile_set_name": "Github"
} |
#
# Be sure to run `pod lib lint Caishen.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "Caishen"
s... | {
"pile_set_name": "Github"
} |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BuildStatusBadgeComponent } from './build-status-badge.component';
describe('BuildStatusBadgeComponent', () => {
let component: BuildStatusBadgeComponent;
let fixture: ComponentFixture<BuildStatusBadgeComponent>;
beforeEach(async... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
COMMENT Copyright (C) 1990-1991 EWT Consulting
COMMENT Portions Copyright (C) 1994-1995 Cronyx Ltd.
COMMENT Changes Copyright (C) 1996-1997 by Andrey A. Chernov, Moscow, Russia.
COMMENT Modified by Serge Vakulenko, <vak@cronyx.ru>
COMMENT Changes 1999 by Serge Winitzki.
COMMENT This software may be used, ... | {
"pile_set_name": "Github"
} |
This is my page
================
A single person team
About my team
===========================
My name is James Tookey and I'm based in Cheltenham, UK.
Having never participated in a hackathon before, I thought it was about time to give it a go!
About my skills and what I am going to do?
=======
I'm a software ... | {
"pile_set_name": "Github"
} |
#include "index-suppress-refs.hpp"
class Sub : B1, B2 {
typedef B1 Base1;
typedef B2 Base2;
};
// RUN: env CINDEXTEST_SUPPRESSREFS=1 c-index-test -index-file %s | FileCheck %s
// CHECK: [indexDeclaration]: kind: c++-class | name: Sub
// CHECK-NOT: [indexEntityReference]: kind: c++-class | name: B1
// CHECK... | {
"pile_set_name": "Github"
} |
<plexus>
<components>
<component>
<role>org.unidal.initialization.Module</role>
<role-hint>cat-core-document</role-hint>
<implementation>org.unidal.cat.core.document.CatDocumentModule</implementation>
</component>
<component>
<role>org.unidal.cat.core.document.spi.DocumentManager</role>
<implement... | {
"pile_set_name": "Github"
} |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
function AsyncIteratorIdentity() {
return this;
}
| {
"pile_set_name": "Github"
} |
/*
* Interplay C93 demuxer
* Copyright (c) 2007 Anssi Hannula <anssi.hannula@gmail.com>
*
* 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
* vers... | {
"pile_set_name": "Github"
} |
// CallTool.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "resource.h"
HINSTANCE hInst;
HWND hDlg;
TCHAR cmd[MAX_PATH] = {0};
TCHAR* title = 0;
TCHAR* defaultCmd = 0;
TCHAR envHint[MAX_PATH] = {0};
BOOL dialogShow(HINSTANCE hInst);
INT_PTR WINAPI mainDialogProc(HWND hDlg,... | {
"pile_set_name": "Github"
} |
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { NgAisRatingMenu } from './rating-menu';
@NgModule({
declarations: [NgAisRatingMenu],
entryComponents: [NgAisRatingMenu],
exports: [NgAisRatingMenu],
imports: [CommonModule],
})
export class NgAisRatingMenuModule... | {
"pile_set_name": "Github"
} |
# Adding an API Group
===============
本文译自[Adding an API Group V1.6](https://github.com/kubernetes/community/blob/release-1.6/contributors/devel/adding-an-APIGroup.md)
## 创建你的core group package
方法在未来会改进,演变的方向参考[16062](https://github.com/kubernetes/kubernetes/pull/16062)。
1. 在`pkg/apis`目录下创建一个文件夹,用于存放你准备新建的group。然后在t... | {
"pile_set_name": "Github"
} |
export default {
$schema: 'https://houtai.baidu.com/v2/schemas/page.json#',
title: '增删改查列类型汇总',
body: {
type: 'crud',
api: '/api/mock2/crud/list',
columns: [
{
name: 'id',
label: 'ID',
type: 'text'
},
{
name: 'audio',
label: '音频',
type:... | {
"pile_set_name": "Github"
} |
id: dsq-747535060
date: 2011-08-04T13:07:21.0000000-07:00
name: James Gaisford
avatar: https://disqus.com/api/users/avatars/James Gaisford.jpg
message: <p>Awesome post. Really simple to follow and our internal NuGet repository now has a package with it's very own command! <br>I've got the bug and am now trying to creat... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Colorscheme Duotones - DarkPool</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../assets/css/duotones-colorschemes/style-darkPool.css">
<link rel="stylesheet" href="../../output/p... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_fluent_weather_sunny_high_20_filled.pdf",
"idiom": "universal"
}
],
"info": {
"author": "xcode",
"version": 1
},
"properties": {
"preserves-vector-representation": true,
"template-rendering-intent": "template"
}
} | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE... | {
"pile_set_name": "Github"
} |
#ifndef GIM_MATH_H_INCLUDED
#define GIM_MATH_H_INCLUDED
/*! \file gim_math.h
\author Francisco Leon Najera
*/
/*
-----------------------------------------------------------------------------
This source file is part of GIMPACT Library.
For the latest info, see http://gimpact.sourceforge.net/
Copyright (c) 2006 Franci... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2017 ScyllaDB
// Use of this source code is governed by a ALv2-style
// license that can be found in the LICENSE file.
// +build all integration
package gocqlx_test
import (
"fmt"
"math"
"testing"
"time"
"github.com/gocql/gocql"
"github.com/scylladb/gocqlx/v2"
"github.com/scylladb/gocqlx/v2/... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Netflix, 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>48.0</apiVersion>
<status>Active</status>
</ApexTrigger>
| {
"pile_set_name": "Github"
} |
<?php
require_once 'swift_required.php';
require_once __DIR__.'/Mime/EmbeddedFileAcceptanceTest.php';
class Swift_EmbeddedFileAcceptanceTest extends Swift_Mime_EmbeddedFileAcceptanceTest
{
protected function _createEmbeddedFile()
{
return Swift_EmbeddedFile::newInstance();
}
}
| {
"pile_set_name": "Github"
} |
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations \u0026 Alerts",
"type": "dashboard"
},
{
"datasource": "psql",
... | {
"pile_set_name": "Github"
} |
import { addFormatToken } from '../format/format';
import { addUnitAlias } from './aliases';
import { addUnitPriority } from './priorities';
import { addRegexToken, match1to2, match1to4, match1to6, match2, match4, match6, matchSigned } from '../parse/regex';
import { addWeekParseToken } from '../parse/token';
import { ... | {
"pile_set_name": "Github"
} |
UMa 19 67301 65378 65378 62956 62956 59774 59774 54061 54061 53910 53910 58001 58001 59774 58001 57399 57399 54539 54539 50372 54539 50801 53910 48402 48402 46853 46853 44471 46853 44127 48402 48319 48319 41704 41704 46733 46733 54061
C3i 4 24608 23767 23767 23416 23416 23453 23453 23767
Csa 5 116727 105199 105199 10... | {
"pile_set_name": "Github"
} |
# retrieved by scancpan from http://cpan.metacpan.org/
md5 50e8418bfe27ab26818ca6e264052c95 HTTP-Entity-Parser-0.21.tar.gz
sha256 c14d3e42bdb0845eb412640ca5e396cbd52d3a9a616a5974a32a52cab487f8d8 HTTP-Entity-Parser-0.21.tar.gz
# computed by scancpan
sha256 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a... | {
"pile_set_name": "Github"
} |
{
"type": "attack",
"container": "goodfellow/competition:cpu",
"container_gpu": "goodfellow/competition:gpu",
"entry_point": "run_attack.sh"
}
| {
"pile_set_name": "Github"
} |
# Rucio WebUI
Alias /media /opt/rucio/.venv/lib/python2.7/site-packages/rucio/web/ui/media
Alias /static /opt/rucio/.venv/lib/python2.7/site-packages/rucio/web/ui/static
WSGIScriptAlias /ui /opt/rucio/.venv/lib/python2.7/site-packages/rucio/web/ui/main.py
| {
"pile_set_name": "Github"
} |
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may... | {
"pile_set_name": "Github"
} |
# lodash v4.17.4
The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
## Installation
Using npm:
```shell
$ npm i -g npm
$ npm i --save lodash
```
In Node.js:
```js
// Load the full build.
var _ = require('lodash');
// Load the core build.
var _ = require('lodash/core');
// ... | {
"pile_set_name": "Github"
} |
class A {
constructor() { }
}
class B extends A {
constructor() {
try {
this;
} catch (e) {
this;
super();
}
}
}
noInline(B);
for (var i = 0; i < 10000; ++i) {
var exception = null;
try {
new B(false);
} catch (e) {
... | {
"pile_set_name": "Github"
} |
// stylelint-disable selector-list-comma-newline-after, selector-no-qualifying-type
//
// Typography
// --------------------------------------------------
// Headings
// -------------------------
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: @headings-font-family;
font-weight: @headings-fo... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2003 Institute of Transport,
# Railway Construction and Operation,
# University of Hanover, Germany
# Copyright (c) 2006 Jürgen Hunold
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http:... | {
"pile_set_name": "Github"
} |
package com.anysoftkeyboard.keyboards;
import com.anysoftkeyboard.api.KeyCodes;
public enum CondenseType {
None,
Split,
CompactToRight,
CompactToLeft;
public static CondenseType fromKeyCode(int primaryCode) {
switch (primaryCode) {
case KeyCodes.SPLIT_LAYOUT:
r... | {
"pile_set_name": "Github"
} |
package org.netbeans.gradle.project.tasks.vars;
import org.netbeans.gradle.project.NbGradleProject;
import org.openide.util.Lookup;
public interface StringResolverSelector {
public StringResolver getContextFreeResolver();
public StringResolver getProjectResolver(NbGradleProject project, Lookup context);
}
| {
"pile_set_name": "Github"
} |
// -*- C++ -*-
//=============================================================================
/**
* @file Server_Worker.h
*
* @author Anand Krishnan
*/
//=============================================================================
#ifndef MT_SSLIOP_SERVER_WORKER_H
#define MT_SSLIOP_SERVER_WORKER_H
#includ... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="#333333"
android:alpha="0.6">
<path
android:fillColor="@android:color/white"
android:pathData="M19.35,1... | {
"pile_set_name": "Github"
} |
from django.db import models
class TestPage(models.Model):
content1 = models.TextField()
content2 = models.TextField()
class TestInline(models.Model):
page = models.ForeignKey(TestPage, on_delete=models.CASCADE)
content1 = models.TextField()
content2 = models.TextField()
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
import { Column, View } from '@msrvida/chart-types';
import { Search } from '@msrvida/search-expression';
import { Transforms } from 'vega-typings';
/**
* Type of selection scope on an axis.
*/
export type AxisSelectionTy... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package socket
const (
sysRECVMMSG = 0xf3
sysSENDMMSG = 0x10d
)
| {
"pile_set_name": "Github"
} |
import { Position, Toaster } from '@blueprintjs/core'
export const AppToaster = Toaster.create({
className: 'recipe-toaster',
position: Position.TOP
})
| {
"pile_set_name": "Github"
} |
; Software License Agreement
;
; Copyright(C) 1994-2020 David Lindauer, (LADSoft)
;
; This file is part of the Orange C Compiler package.
;
; The Orange C Compiler package is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2013 eBay Software Foundation and ios-driver committers
*
* 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 req... | {
"pile_set_name": "Github"
} |
function Close-ZipArchive {
<#
.SYNOPSIS
Tidies up and closes Zip Archive and file handles
#>
[CmdletBinding()]
param ()
process {
Write-Verbose -Message ($localized.ClosingZipArchive -f $Path);
if ($null -ne $zipArchive) {
$zipArchive.Dispose();
}
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2018, Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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 t... | {
"pile_set_name": "Github"
} |
#include <pthread.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
#include <unistd.h>
#include "args.h"
#include "battery.h"
#include "clock.h"
#include "clocks/clock_crow.h"
#include "clocks/clock_internal.h"
#include "clocks/clock_link.h"
#include "clocks/clock_midi.h"
#include "... | {
"pile_set_name": "Github"
} |
{
"name": "Redeeming Press",
"displayName": "Redeeming Press",
"properties": [
"redeeminggod.com"
]
} | {
"pile_set_name": "Github"
} |
obj-$(CONFIG_OMFS_FS) += omfs.o
omfs-y := bitmap.o dir.o file.o inode.o
| {
"pile_set_name": "Github"
} |
/*
**********************************************************************
* Copyright (C) 2003-2003, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
#include "unicode/parsepos.h"
U_NAMESPACE_BEGIN
UOBJECT_DE... | {
"pile_set_name": "Github"
} |
do you have calzone?
Do you have cordon bleu in the menu?
how much is the bottle of Sauvignon blanc?
fondue
Bruschette Pomodore
Spinach and Mushroom Cannelloni
Prosciutto
Fettuccine Alfredo
Ravioli
Carbonara
Pasta al pesto
Do you have risotto in the menu?
| {
"pile_set_name": "Github"
} |
6de7fb3d85eb9140
should be 0.123 = 0.123
should be 4.56 = 4.56
should be 78.9 = 78.900002
should be 10.1 = 10.1
000000a0ed7cbf3f000000a0703d1240
should be 0.123 = 0.123
should be 4.56 = 4.56
should be 78.9 = 78.900002
should be 10.1 = 10.1
| {
"pile_set_name": "Github"
} |
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\comment;
use humhub\modules\content\components\ContentActiveRecord;
use Yii;
use humhub\modules\comment\models\Comment;
use humhub\modules\search\e... | {
"pile_set_name": "Github"
} |
# Localization
## When should you localize strings?
Any time you add human-readable text to the add-on, whether it is plain text, labels, or text only available to screen-readers, you should localize those strings.
## How to update localized strings
If you just are fixing a typo in an existing English string, you c... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. 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 conditions and the ... | {
"pile_set_name": "Github"
} |
/* Romansh initialisation for the jQuery UI date picker plugin. */
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([ "../datepicker" ], factory );
} else {
// Browser globals
f... | {
"pile_set_name": "Github"
} |
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZpUGpz5+4FfNmIU+FmZg2P3Xaj2v2bfNWmk=
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc=
github.com/alicebob/miniredis/v2 v2.13.2 h1:qHd8pHjZsgovOjOFH6JZAR3quqL3E6R4vWLALTL... | {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "Literal",
"value": 42,
"raw": "42",
"range": [
3,
5
],
... | {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.