text stringlengths 2 99.9k | meta dict |
|---|---|
//---------------------------------------------------------------------------//
// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com>
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
//
// See http://boos... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes 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 agreed to in writing, ... | {
"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 not... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
-->
<dimen name="activity_horizontal_margin">128dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Local File Inclusion Test... | {
"pile_set_name": "Github"
} |
package releases
import (
"fmt"
"strings"
"github.com/pkg/errors"
"github.com/jenkins-x/jx/v2/pkg/gits"
)
// ReleaseDownloadCount returns the total number of downloads for the given set of releases
func ReleaseDownloadCount(releases []*gits.GitRelease) int {
count := 0
for _, release := range releases {
cou... | {
"pile_set_name": "Github"
} |
<shapes name="mxgraph.gcp.extras">
<shape aspect="variable" h="113.97" name="Blue Hexagon" strokewidth="inherit" w="129.07">
<connections/>
<foreground>
<path>
<move x="28.3" y="108.23"/>
<line x="2.05" y="62.76"/>
<arc large-arc-flag="0" rx="11.5" ry="11.5" sweep-fla... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2018-2020
* All rights reserved, Designed By www.yixiang.co
* 注意:
* 本软件为www.yixiang.co开发研制
*/
package co.yixiang.common.service.impl;
import cn.hutool.core.collection.CollectionUtil;
import co.yixiang.common.service.BaseService;
import co.yixiang.common.web.param.OrderQueryParam;
import co.yixiang.... | {
"pile_set_name": "Github"
} |
-- misc1.test
--
-- execsql {BEGIN}
BEGIN | {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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 use, copy, modi... | {
"pile_set_name": "Github"
} |
//
// InterfaceTestViewController.m
// InterfaceTest
//
// Created by Robbie Hanson on 10/15/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import "InterfaceTestViewController.h"
@implementation InterfaceTestViewController
/*
// The designated initializer. Override to perform setup that is r... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* NAN - Native Abstractions for Node.js
*
* Copyright (c) 2015 NAN contributors
*
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
********************************************************************/
#ifndef NAN_OBJECT_WR... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 hex
import (
"bytes"
"testing"
)
type encDecTest struct {
enc string
dec []byte
}
var encDecTests = []encDecTest{
{"", []byte{}},
{"00010203040... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<write><data>new\x0a</data></write>
<write><data>sd 1\x0a</data></write>
<write><data>s1t3\x0a</data></write>
<read><delim>\x0a</delim><match><data>move p7p5\x0a</data></matc... | {
"pile_set_name": "Github"
} |
Prometheus Server
=================
One of Promgen's primary roles is to manage a list of targets for Prometheus to scrape.
For high availability, it is generally prefered to have multiple Prometheus servers running together.
There are multiple ways to deploy these targets to a Prometheus server.
Worker Model (Push)
... | {
"pile_set_name": "Github"
} |
```jsx
import { PlayerContextConsumer } from '@cassette/core';
<PlayerContextConsumer filterList={['currentTime', 'paused', 'onTogglePause']}>
{({ currentTime, paused, onTogglePause }) => (
<React.Fragment>
<div>
The track is {paused ? 'paused' : 'playing'}. The time is {currentTime}.
</div>
... | {
"pile_set_name": "Github"
} |
#include "rpygen_wrapper.hpp"
RPYBUILD_PYBIND11_MODULE(m)
{
initWrapper(m);
}
| {
"pile_set_name": "Github"
} |
tree 77fc9894c0904279fde93adc9c0ba231515ce68a
parent 30e367cef2203eba2b341dc9050993b06fd1e108
parent 420eac97a826bfac8724b6b0eef35c20922124b7
author Tom Preston-Werner <tom@mojombo.com> 1208054148 -0700
committer Tom Preston-Werner <tom@mojombo.com> 1208054148 -0700
Merge branch 'master' of git://github.com/dustin/gri... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
# Dont-Starve-Together-Docker-Cluster
根据配置文件快速建立饥荒联机版 (DST)Docker 集群
## 运行状况
- 镜像大约 `580m`,包括底层 Ubuntu 镜像的话大约 `1G`
- 大概每个实例(带洞穴的)占内存`1G`左右,CPU似乎不怎么占用
- 存档在生成的 `data/名字/Master/save` 里面,要备份的话,请用 `chown` 到自己的用户名,再进行备份
- Mod的话请查看 `./template/dedicated_server_mods_setup.lua` 文件,有具体说明,建议 PC 机先建立一个世界,再把 Mod 配置好,最后再复制到对应位置(... | {
"pile_set_name": "Github"
} |
var nativeCreate = require('./_nativeCreate');
/**
* Removes all key-value entries from the hash.
*
* @private
* @name clear
* @memberOf Hash
*/
function hashClear() {
this.__data__ = nativeCreate ? nativeCreate(null) : {};
this.size = 0;
}
module.exports = hashClear;
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// GB_red: hard-coded functions for reductions
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
// http://suitesparse.com S... | {
"pile_set_name": "Github"
} |
{
"name": "note-wrangler",
"version": "0.0.0",
"dependencies": {
"body-parser": {
"version": "1.12.0",
"from": "body-parser@^1.4.3",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.12.0.tgz",
"dependencies": {
"bytes": {
"version": "1.0.0",
... | {
"pile_set_name": "Github"
} |
//
// LUTheme.h
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2019 Alex Lementuev, SpaceMadness.
//
// 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 ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>motivation.html</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<h4>Motivation</h4>
<div>
The C++ function and template parameter lists are special syntactic constructs, and it is impossible to directly
manipulate or generate them using C++ construct... | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/71/sel_7181); part 000
wb/sel/71/sel_7181 -1 0 [WORD] XX (TOP* - - - - * -
wb/sel/71/sel_7181 -1 1 [WORD] XX * - - - - * -
wb/sel/71/sel_7181 -1 2 [WORD] XX * - - - - * -
wb/sel/71/sel_7181... | {
"pile_set_name": "Github"
} |
int ibm_partition(struct parsed_partitions *);
| {
"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"
} |
start
= (bcv_hyphen_range / sequence / cb_range / range / ff / bcv_comma / bc_title / ps151_bcv / bcv / bcv_weak / ps151_bc / bc / cv_psalm / bv / c_psalm / b / cbv / cbv_ordinal / cb / cb_ordinal / translation_sequence_enclosed / translation_sequence / sequence_sep / c_title / integer_title / cv / cv_weak / v_letter... | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
""" Orthogonal instrumental variable estimation of ATE.
"""
import numpy as np
from econml.utilities import hstack
from sklearn.model_selection import KFold, StratifiedKFold
from sklearn.linear_model import LinearRegression... | {
"pile_set_name": "Github"
} |
raise NotImplementedError("warnings is not yet implemented in Skulpt")
| {
"pile_set_name": "Github"
} |
Description:
Ensure IEEE compliant floating-point operations (overflow and division by zero).
Files:
m4/fpieee.m4
Depends-on:
configure.ac-early:
AC_REQUIRE([gl_FP_IEEE])
configure.ac:
Makefile.am:
Include:
License:
LGPLv2+
Maintainer:
all
| {
"pile_set_name": "Github"
} |
; RUN: opt < %s -add-discriminators -S | FileCheck %s
; RUN: opt < %s -passes=add-discriminators -S | FileCheck %s
; Discriminator support for multiple CFG paths on the same line.
;
; void foo(int i) {
; int x;
; if (i < 10) x = i; else x = -i;
; }
;
; The two stores inside the if-then-else... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--6a7149d4-8100-4b19-a8ec-69b07ef00ae9",
"spec_version": "2.0",
"objects": [
{
"type": "course-of-action",
"id": "course-of-action--3e8c9442-1e01-4fc2-9f90-b009bf6612fa",
"created_by_ref": "identity--e50ab59c-5c4f-4d40-bf6a-d58... | {
"pile_set_name": "Github"
} |
---
Description: Parental Controls Feature Set
ms.assetid: 25b9d906-6e26-488c-9d5b-a0c27d6cfe76
title: Parental Controls Feature Set
ms.topic: article
ms.date: 05/31/2018
---
# Parental Controls Feature Set
Information about the feature set in Parental Controls is organized as follows:
- [Parental Controls Top-Lev... | {
"pile_set_name": "Github"
} |
sha256:fbcf0ef3bcd0249075ef53a42bdb475dad277992936b7f9b99ceae19c08a344a
| {
"pile_set_name": "Github"
} |
<?php
/**
* PHPIDS
*
* Requirements: PHP5, SimpleXML
*
* Copyright (c) 2008 PHPIDS group (http://php-ids.org)
*
* PHPIDS 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, version 3 of the Licen... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://8191774
@protocol SomeProtocol
@end
@protocol SomeProtocol1
@end
@interface SomeObject <SomeProtocol>
@end
int main () {
Class <SomeProtocol> classA;
Class <SomeProtocol> classB;
Class <SomeProtocol, SomeProtocol1> classC;
Class <SomeProtocol1> c... | {
"pile_set_name": "Github"
} |
'use strict';
// B.2.3.2 String.prototype.anchor(name)
require('./_string-html')('anchor', function(createHTML){
return function anchor(name){
return createHTML(this, 'a', 'name', name);
}
}); | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.renyu.scrolldeletelistview"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="21" />
<ap... | {
"pile_set_name": "Github"
} |
class MassEdit
extend ActiveModel::Naming
include ActiveModel::Conversion
attr_accessor :photograph_ids, :collection_ids, :action, :user
def initialize(attributes = {})
attributes ||= {}
attributes.each do |key, value|
self.send("#{key}=", value)
end
end
def photograph_ids
@photogra... | {
"pile_set_name": "Github"
} |
/* App General */
"Cancel" = "Cancelar";
"Never" = "Nunca";
"None" = "Nenhum";
"Unnamed" = "Sem nome";
"Unknown Language" = "Língua Desconhecida";
"Decoder" = "Decodificador";
"iTunes Movies" = "Filmes do iTunes";
"iTunes TV Shows" = "Programas de TV do iTunes";
"iTunes Video Podcasts" = "Podcasts em Vídeo do iTunes";
... | {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIICXAIBAAKBgQC+hsCqLGG9GHN0KNDrUFZQieNtPCHcNdYo/rdlubH2Gwopebck
KI54RjNQiYRF8p0KV18IyibiHk0ApHlIm08hSmtG7PPpYthYhqCmG2+BvNaL56pJ
hNog1W/BsN66zOM3mdGXRZ4zLAGWnPIevguLAf6UvQYjDqOqk5deUUJXCQIDAQAB
AoGANu/CBA+SCyVOvRK70u4yRTzNMAUjukxnuSBhH1rg/pajYnwvG6T6F6IeT72n
P0gKkh3JUE6B0bds+p9yPUZTFUXg... | {
"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
* distri... | {
"pile_set_name": "Github"
} |
{
"name": "more-router-samples",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^9.1.9",
"@angular/c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_event.h>
#include <ngx_channel.h>
static void ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n,
ngx_int_t type);
static void ngx_start_cache_manager_processes(ngx_cycle_t *cycl... | {
"pile_set_name": "Github"
} |
import dsz
import dsz.menu
import os
import re
import xml.dom.minidom
import tasking
MaximumTasks = 'MaximumTasks'
HostName = 'HostName'
Domain = 'Domain'
IpAddress = 'IpAddress'
Mac = 'Mac'
PcId = 'PcId'
Guid = 'Guid'
SuccessfulMatch = 0
QuestionableMatch = 1
NoMatch = 2
class Tasking(object, ):
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="languages">
<item>English</item>
<item>Russian</item>
<item>Japanese</item>
<item>Turkish</item>
<item>Multilanguage</item>
<item>Vietnamese</item>
<item>French</item>
</string-array>
... | {
"pile_set_name": "Github"
} |
/*=auto=========================================================================
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Program: 3D Slicer
Module: $RCSfile: vtkDiffusionTensorMa... | {
"pile_set_name": "Github"
} |
import { Selector } from 'testcafe';
fixture `GH-2067`
.page `http://localhost:3000/fixtures/regression/gh-2067/pages/index.html`;
const radioWindows = Selector('#windows');
const radioMacos = Selector('#macos');
const radioLinux = Selector('#linux');
const radioAndroid = Selector('#android');
const radioFor... | {
"pile_set_name": "Github"
} |
-----BEGIN DH PARAMETERS-----
MIGHAoGBAKECDgU/s7GDh2vDd5A10bVlOTcs0e4u8sIsfzGL4kSNokoFqLD6OiVj
1z1QY1lZz464CSiXzM2A/UqppCsgiXSkjGtDQ87GJpB04fEojzXjxVnHNECJU1o1
DnW05efrrH8gLm6YxRawQ/aboJxsPdcaaI9CTF9zWYQlDhrpq1RTAgEC
-----END DH PARAMETERS-----
| {
"pile_set_name": "Github"
} |
#include "llvm/Transforms/Utils/VNCoercion.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/Debug.h"... | {
"pile_set_name": "Github"
} |
<Type Name="NSApplicationPrint" FullName="MonoMac.AppKit.NSApplicationPrint">
<TypeSignature Language="C#" Value="public delegate MonoMac.AppKit.NSApplicationPrintReply NSApplicationPrint(NSApplication application, string[] fileNames, NSDictionary printSettings, bool showPrintPanels);" />
<TypeSignature Language="I... | {
"pile_set_name": "Github"
} |
<div style="background: repeating-radial-gradient(closest-side, black 100px, black 150px, white 150px, white 200px); width: 400px; height: 400px;"></div>
| {
"pile_set_name": "Github"
} |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"eventViewerEndpoint": {
"type": "string",
"defaultValue": "https://storage-demo-event-grid-viewer.azurewebsites.net/api/updates",
... | {
"pile_set_name": "Github"
} |
set(LLVM_LINK_COMPONENTS
TransformUtils
BitWriter
Core
IRReader
Support
)
add_llvm_tool(llvm-split
llvm-split.cpp
DEPENDS
intrinsics_gen
)
| {
"pile_set_name": "Github"
} |
<iframe src="http://notfound-static.fwebservices.be/404/index.html" width="100%" height="650" frameborder="0"></iframe>
<p>This page doesn't exist or is not accessible at this time. Take a look at the sitemap:</p>
| {
"pile_set_name": "Github"
} |
<?php
// private class for unit testing
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
{
}
// vim: et sw=4 sts=4
| {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Jinja2 mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="jinja2.js"></script>
<style type="text/css">.CodeMirror {border-top: 1px s... | {
"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"
} |
package lion
import (
"context"
"encoding/json"
"encoding/xml"
"errors"
"fmt"
"net/http"
"net/url"
"time"
"github.com/celrenheit/lion/internal/matcher"
)
type ctxKeyType int
// Context key to store *ctx
const ctxKey ctxKeyType = 0
var (
// ErrInvalidRedirectStatusCode is used to notify when an invalid re... | {
"pile_set_name": "Github"
} |
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/** BEGIN COPYRIGHT BLOCK
* 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 distributed in the h... | {
"pile_set_name": "Github"
} |
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/icon_heightmap_smooth.svg-1216ccdd3a408b8769b0a0964b7bd3f9.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://addons/zylann.hterrain/tools/icons/icon_heightmap_smooth.svg"
dest_files=[ "res://.import/icon_heightmap_smooth.svg-1216ccd... | {
"pile_set_name": "Github"
} |
class AddTimeZoneToSites < ActiveRecord::Migration[4.2]
def change
add_column :sites, :time_zone, :string
end
end
| {
"pile_set_name": "Github"
} |
(library
(name lib)
(wrapped false)
(default_implementation lib.impl))
| {
"pile_set_name": "Github"
} |
// -----------------------------------------------------------------------------------
// Functions for variables on startup
#define initKey 59301350 // a code to identify the SHC
#define EE_autoInitKey 0
#define EE_reticule 4
#define EE_dispMaxContrast 8
#define EE_dispDimTimeout 12
#define EE_di... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
<name>ArduinoBTController</name>
<message>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Bluetooth Devices Paired</source>
<translation... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Guidewire Software, Inc.
*/
package gw.lang.reflect.java;
import gw.lang.reflect.module.IModule;
public interface ITypeInfoResolver {
IJavaClassType resolveType(String relativeName, int ignoreFlags);
IJavaClassType resolveType(String relativeName, IJavaClassInfo whosAskin, int ignoreFlags... | {
"pile_set_name": "Github"
} |
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Softwa... | {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c68099c0f6352614e8f3f941cc589177
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes 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 agreed to in writing, ... | {
"pile_set_name": "Github"
} |
---
version: 1
interactions:
- request:
body: login=test%2Buser%40example.com&name=test+user&role=engineer
form:
login:
- test+user@example.com
name:
- test user
role:
- engineer
headers:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Disable while we have Python 2.x compatability
# pylint: disable=useless-object-inheritance
"""Exceptions that are used by SoCo."""
from __future__ import unicode_literals
class SoCoException(Exception):
"""Base class for all SoCo exceptions."""
class UnknownSoCoException(SoCoExcep... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('cloneDeepWith', require('../cloneDeepWith'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
op {
graph_op_name: "Stage"
}
| {
"pile_set_name": "Github"
} |
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\mail;
/**
* MessageInterface is the interface that should be implemented by mail message classes.
*
* A message represents the settings and content of... | {
"pile_set_name": "Github"
} |
/**
* jQuery.autotype - Simple, accurate, typing simulation for jQuery
*
* version 0.5.0
*
* http://michaelmonteleone.net/projects/autotype
* http://github.com/mmonteleone/jquery.autotype
*
* Copyright (c) 2009 Michael Monteleone
* Licensed under terms of the MIT License (README.markdown)
*/
(function($){
... | {
"pile_set_name": "Github"
} |
"""
Pure SciPy implementation of Locally Optimal Block Preconditioned Conjugate
Gradient Method (LOBPCG), see
http://www-math.cudenver.edu/~aknyazev/software/BLOPEX/
License: BSD
Authors: Robert Cimrman, Andrew Knyazev
Examples in tests directory contributed by Nils Wagner.
"""
from __future__ import division, prin... | {
"pile_set_name": "Github"
} |
#define OWL_PARSER_IMPLEMENTATION
#include "1-parse.h"
| {
"pile_set_name": "Github"
} |
package com.lukaslechner.coroutineusecasesonandroid.utils
import com.google.gson.Gson
import okhttp3.*
class MockNetworkInterceptor : Interceptor {
private val mockResponses = mutableListOf<MockResponse>()
private val gson = Gson()
override fun intercept(chain: Interceptor.Chain): Response {
val... | {
"pile_set_name": "Github"
} |
import React from 'react'
import {
AddExternalServicesPage,
AddExternalServicesPageProps,
} from '../components/externalServices/AddExternalServicesPage'
import { codeHostExternalServices, nonCodeHostExternalServices } from '../components/externalServices/externalServices'
export interface SiteAdminAddExternal... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2005-2020 Junjiro R. Okajima
*
* This program, aufs 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 o... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
... | {
"pile_set_name": "Github"
} |
'use strict';
// B.2.3.8 String.prototype.fontsize(size)
require('./_string-html')('fontsize', function(createHTML){
return function fontsize(size){
return createHTML(this, 'font', 'size', size);
}
}); | {
"pile_set_name": "Github"
} |
#include <cmath>
#include <iostream>
#include <limits>
#include <cstdio>
#include <cassert>
#include "chisquare.h"
using namespace chisq;
/*
taken from numerical recipis 2007 third edition
modified by thorfinn@binf.ku.dk 30 aug 2013
ppl on the internet complain that numerecial recp can't be used in academic gn... | {
"pile_set_name": "Github"
} |
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Gen... | {
"pile_set_name": "Github"
} |
require('../../modules/es7.math.degrees');
module.exports = require('../../modules/_core').Math.degrees;
| {
"pile_set_name": "Github"
} |
Imports System.Web.Http
Imports System.Web.Mvc
Namespace Areas.HelpPage
Public Class HelpPageAreaRegistration
Inherits AreaRegistration
Public Overrides ReadOnly Property AreaName As String
Get
Return "HelpPage"
End Get
End Property
Public O... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example72-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<button ng-mouseleave="count = count + 1" ng-init="c... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_LUA_STDLIB
bool "lua-stdlib"
help
lua-stdlib is a library of modules for common programming
tasks, including list, table and functional operations,
objects, pickling, pretty-printing and command-line option
parsing.
https://github.com/lua-stdlib/lua-stdlib/
| {
"pile_set_name": "Github"
} |
package balancer
import (
"time"
balancerpb "github.com/bsm/grpclb/grpclb_balancer_v1"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
var _ = Describe("service", func() {
var subject *service
BeforeEach(func() {
var err error
subject, err = newService("svcname", mockDiscovery{backendA.Address(), ... | {
"pile_set_name": "Github"
} |
{
"sdivNonConst" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stArgsZeroOneBalance/sdivNonConstF... | {
"pile_set_name": "Github"
} |
class AddRolesUsersId < ActiveRecord::Migration[4.2]
def self.up
sql = 'alter table roles_users add id int(11) NOT NULL PRIMARY KEY AUTO_INCREMENT'
ActiveRecord::Base.connection.execute(sql)
end
def self.down
remove_column :roles_users, :id
end
end
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WF.Sample.Business.DataAccess;
using System.Data.Entity;
namespace WF.Sample.PostgreSql.Implementation
{
public class EmployeeRepository : IEmployeeRepository
{
private readonly Sa... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LBS_IF_USB_H
#define _LBS_IF_USB_H
#include <linux/wait.h>
#include <linux/timer.h>
struct lbs_private;
/*
* This file contains definition for USB interface.
*/
#define CMD_TYPE_REQUEST 0xF00DFACE
#define CMD_TYPE_DATA 0xBEADC0DE
#define CMD_TYPE_INDICATION 0xBEE... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1998-2016 Linux.org.ru
* 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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.