text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The contents of this file are subject to the terms of either the Universal Permissive License
* v 1.0 as shown at http://oss.oracle.com/licenses/upl
*
* or the follo... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = {
};
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.Threading.Tasks;
using Android.App;
using Android.Content;
using Android.Content.PM;
using Android.OS;
using Com.Microsoft.Appcenter.Analytics;
using Com.Microsoft.Appcenter.Analytics.Channel;
using Com.Microso... | {
"pile_set_name": "Github"
} |
/*
* rtacct.c Applet to display contents of /proc/net/rt_acct.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later versi... | {
"pile_set_name": "Github"
} |
// Russian
plupload.addI18n({
'Select files' : 'Выберите файлы',
'Add files to the upload queue and click the start button.' : 'Добавьте файлы в очередь и нажмите кнопку "Загрузить файлы".',
'Filename' : 'Имя файла',
'Status' : 'Статус',
'Size' : 'Размер',
'Add files' : 'Добавить файлы',
'St... | {
"pile_set_name": "Github"
} |
package reflect2
import (
"reflect"
"unsafe"
)
// DefaultTypeOfKind return the non aliased default type for the kind
func DefaultTypeOfKind(kind reflect.Kind) Type {
return kindTypes[kind]
}
var kindTypes = map[reflect.Kind]Type{
reflect.Bool: TypeOf(true),
reflect.Uint8: TypeOf(uint8(0)),
ref... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (c) 2004, 2011 IBM Corporation
* All rights reserved.
* This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* http:... | {
"pile_set_name": "Github"
} |
const userApi = require('./api/userApi');
const fs = require('fs');
const path = require('path');
const bodyParser = require('body-parser');
const express = require('express');
const app = express();
app.use(bodyParser.json());
app.use(bodyParser.urlencoded())
app.use('/api/user', userApi);
app.listen(3000);
console... | {
"pile_set_name": "Github"
} |
// Copyright 2010 Google Inc. All Rights Reserved.
//
// This code is licensed under the same terms as WebM:
// Software License Agreement: http://www.webmproject.org/license/software/
// Additional IP Rights Grant: http://www.webmproject.org/license/additional/
// --------------------------------------------------... | {
"pile_set_name": "Github"
} |
exec(/a|ab/ /*lastIndex=0*/ , "abc");
["a"] /*input="abc", index=0*/
r.lastIndex=0
RegExp.${_,1,...,9}=["abc","","","","","","","","",""]
exec(/((a)|(ab))((c)|(bc))/ /*lastIndex=0*/ , "abc");
["abc","a","a",undefined,"bc",undefined,"bc"] /*input="abc", index=0*/
r.lastIndex=0
RegExp.${_,1,...,9}=["abc","a","a"... | {
"pile_set_name": "Github"
} |
{
"id": "MAP_UNDERWATER2",
"name": "Underwater2",
"layout": "LAYOUT_UNDERWATER2",
"music": "MUS_UNDERWATER",
"region_map_section": "MAPSEC_UNDERWATER_125",
"requires_flash": false,
"weather": "WEATHER_BUBBLES",
"map_type": "MAP_TYPE_UNDERWATER",
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCE... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# Make sure qemu-img can create 5TB images
#
# Based on a testcase from Chris Wright,
# https://bugzilla.redhat.com/show_bug.cgi?id=491943
#
# Copyright (C) 2009 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Li... | {
"pile_set_name": "Github"
} |
<?php
// Heading
$_['heading_title'] = '<font color="#263238"><b><i class="fa fa-map-marker"></i> Materialize "Карта"</b></font>';
$_['map_title'] = 'Materialize "Карта"';
// Text
$_['text_module'] = 'Модули';
$_['text_success'] = 'Настройките на модула са обновени!';
$_['text_edit'] = 'Редакти... | {
"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"
} |
//
// Copyright (c) 2015-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <nudb/test/test_store.hpp>
#include <nudb/util.hpp>
#include <beast/unit... | {
"pile_set_name": "Github"
} |
// Copyright 2012 Gary Burd
//
// 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 wr... | {
"pile_set_name": "Github"
} |
//
// KBPGPSignAppView.h
// Keybase
//
// Created by Gabriel on 4/27/15.
// Copyright (c) 2015 Gabriel Handford. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Tikppa/Tikppa.h>
#import "KBRPC.h"
@interface KBPGPSignAppView : YOView
@property KBNavigationView *navigation;
@property (nonatomic... | {
"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 xml implements a simple XML 1.0 parser that
// understands XML name spaces.
package xml
// References:
// Annotated XML spec: http://www.xml.com/... | {
"pile_set_name": "Github"
} |
/* Orchid - WebRTC P2P VPN Market (on Ethereum)
* Copyright (C) 2017-2019 The Orchid Authors
*/
/* GNU Affero General Public License, Version 3 {{{ */
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free ... | {
"pile_set_name": "Github"
} |
// +build ignore
package B1
import "time"
var startup = time.Now()
func example() time.Duration {
before := time.Now()
time.Sleep(1)
return time.Since(before)
}
func msSinceStartup() int64 {
return int64(time.Since(startup) / time.Millisecond)
}
| {
"pile_set_name": "Github"
} |
/*
Fontname: -FreeType-Gentium Basic-Bold-R-Normal--23-230-72-72-P-114-ISO10646-1
Copyright: Copyright (c) SIL International, 2003-2008.
Capital A Height: 0, '1' Height: 14
Calculated Max Values w=11 h=22 x= 2 y= 8 dx=12 dy= 0 ascent=18 len=44
Font Bounding box w=36 h=33 x=-12 y=-8
Calculated Min Values... | {
"pile_set_name": "Github"
} |
{
"name": "phpdocumentor/phpdocumentor",
"description": "Documentation Generator for PHP",
"keywords": ["documentation", "api", "dga", "application", "phpdoc"],
"homepage": "https://www.phpdoc.org",
"license": "MIT",
"autoload": {
"psr-4": {
"phpDocumentor\\": [ "src/phpDocum... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://example.com/ns/cnf"
xmlns:val="http://example.com/ns/cnf/val"
val:name='foo'>
<val:a>0</val:a>
<val:b id="b0">bbb</val:b>
<val:c/>
<sect0>
<val:d>x, y, z</val:d>
</sect0>
<list1>
<item>0</item>
<item>1</item>
<item>... | {
"pile_set_name": "Github"
} |
package org.allenai.scienceparse
import java.io.File
import java.util.concurrent.{Executors, TimeUnit}
import org.allenai.common.Logging
import org.allenai.common.ParIterator._
import java.net.URL
import opennlp.tools.tokenize.{TokenizerME, TokenizerModel}
import org.allenai.scienceparse.LabeledData.Reference
import... | {
"pile_set_name": "Github"
} |
{
"name" : "isarray",
"description" : "Array#isArray for older browsers",
"version" : "0.0.1",
"repository" : "juliangruber/isarray",
"homepage": "https://github.com/juliangruber/isarray",
"main" : "index.js",
"scripts" : [
"index.js"
],
"dependencies" : {},
"keywords": ["browser","isarray","arr... | {
"pile_set_name": "Github"
} |
client
dev tun
proto udp
remote 81.92.206.52 1194
resolv-retry infinite
remote-random
nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
persist-key
persist-tun
ping 15
ping-restart 0
ping-timer-rem
reneg-sec 0
comp-lzo no
remote-cert-tls server
auth-user-pass ../Own_VPN_Config/nordvpnauth.txt
verb 3
pull
fast-io
ciphe... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20181130
{
using static Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Extensions;
public partial class SystemAssignedIdentityTags :
Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IAssociativeArray<string>
{
... | {
"pile_set_name": "Github"
} |
id: community-contributor
name: Community Contributor
short_desc: A person who works to build the Kubernetes community (e.g. by organizing meetups).
index: 1
foundational:
- label: "Contribute to the Kubernetes OSS project"
icon: fa-users
url: "/docs/imported/community/guide/"
- label: "Find out about mento... | {
"pile_set_name": "Github"
} |
# XLocale Database Sample for iso8859-7.
#
#
# XLC_FONTSET category
#
XLC_FONTSET
# fs0 class
fs0 {
charset {
name ISO8859-1:GL
}
font {
primary ISO8859-7:GL
substitute ISO8859-1:GL
vertical_rotate all
}
}
# fs1 class
fs1 {
charset {
name ISO8859-7:GR
}
... | {
"pile_set_name": "Github"
} |
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_VOLUNTARY=n
CONFIG_PREEMPT=n
#CHECK#CONFIG_TREE_RCU=y
CONFIG_HZ_PERIODIC=n
CONFIG_NO_HZ_IDLE=n
CONFIG_NO_HZ_FULL=y
CONFIG_RCU_FAST_NO_HZ=y
CONFIG_RCU_TRACE=y
CONFIG_HOTPLUG_CPU=n
CONFIG_SUSPEND=n
CONFIG_HIBERNATION=n
CONFIG_RCU_FANOUT=4
CONFIG_RCU_FANOU... | {
"pile_set_name": "Github"
} |
Imports System.Windows.Forms
Imports DWSIM.ExtensionMethods
Public Class Window
Private Sub Window_Load(sender As Object, e As EventArgs) Handles MyBase.Load
SetupInspectorWindow()
End Sub
Public Sub SetupInspectorWindow()
lblDisabled.Visible = Not GlobalSettings.Settings.Inspe... | {
"pile_set_name": "Github"
} |
StartChar: uni0302
Encoding: 770 770 91
GlifName: uni0302
Width: 0
VWidth: 0
Flags: HMW
AnchorPoint: "top_accent" 138 550 mark 0
LayerCount: 3
Fore
SplineSet
135 553 m 0
110 523 81 485 69 469 c 0
62 460 47 447 39 447 c 0
30 447 30 451 30 460 c 0
30 475 98 597 118 630 c 0
123 639 130 648 138 648 c 0
146 648 153 63... | {
"pile_set_name": "Github"
} |
/*
* 官网地站:http://www.mob.com
* 技术支持QQ: 4006852216
* 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
*
* Copyright (c) 2013年 mob.com. All rights reserved.
*/
package cn.sharesdk.onekeyshare.theme.classic;
import android.app.Activity;
import android.content.Context;
... | {
"pile_set_name": "Github"
} |
====
---- QUERY: TPCDS-Q16
select
count(distinct cs_order_number) as "order count"
,sum(cs_ext_ship_cost) as "total shipping cost"
,sum(cs_net_profit) as "total net profit"
from
catalog_sales cs1
,date_dim
,customer_address
,call_center
where
cast(d_date as timestamp) between cast('2002-02-01' as ti... | {
"pile_set_name": "Github"
} |
// cgo -godefs types_aix.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc,aix
package unix
const (
SizeofPtr = 0x4
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x4
SizeofLongLong = 0x8
PathMax = 0x3ff
)
type (
_C_short int16... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
set TZData(:Atlantic/Azores) {
{-9223372036854775808 -6160 0 LMT}
{-2713904240 -6872 0 HMT}
{-1830376800 -7200 0 -02}
{-1689548400 -3600 1 -01}
{-1677794400 -7200 0 -02}
{-1667430000 -3600 1 -01}
{-1647730800 -7200 0 -02}
{-1635807600 -3600 1 ... | {
"pile_set_name": "Github"
} |
import java.util.Scanner;
public class Solution {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String S = sc.nextLine();
int start = sc.nextInt();
int end = sc.nextInt();
System.out.println(S.substring(start, end));
sc.close();
}
}
| {
"pile_set_name": "Github"
} |
// Copyright 2010-2014 RethinkDB, all rights reserved.
#include "serializer/merger.hpp"
#include <functional>
#include "errors.hpp"
#include "arch/runtime/coroutines.hpp"
#include "concurrency/new_mutex.hpp"
#include "config/args.hpp"
#include "serializer/types.hpp"
merger_serializer_t::merger_serializer_t(scoped_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="overlay_color">#AA00FFBB</color>
</resources> | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
* Copyright (c) Enalean, 2015 - Present. All Rights Reserved.
*
* This file is a part of Tuleap.
*
* Tuleap is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | {
"pile_set_name": "Github"
} |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Janos Guljas <janos@resenje.org>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
"PO-Revision-Dat... | {
"pile_set_name": "Github"
} |
using System.Security.Claims;
using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using Liuliu.Demo.Identity.Entities;
using Microsoft.AspNetCore.Identity;
using OSharp.EventBuses;
using OSharp.Identity;
namespace Liuliu.Demo.Identity.Events
{
public class Logout_RemoveRefre... | {
"pile_set_name": "Github"
} |
Following files have to be present in this folder. Please, extract these firmware files from the folder `/system/common/lib` of your own legally purchased console.
* __NOTE__: Since there is no known way of extracting the SELF/SPRX decryption keys from a Playstation 4 console, please decrypt each module to a PRX file ... | {
"pile_set_name": "Github"
} |
package demo.docexamples
import groovyx.javafx.GroovyFX
import groovyx.javafx.SceneGraphBuilder
/**
* @author dean
*/
GroovyFX.start {
def sg = new SceneGraphBuilder()
sg.stage(width: 420, height: 320, visible: true) {
scene {
barChart(prefWidth: 400, prefHeight: 300) {
s... | {
"pile_set_name": "Github"
} |
select su.ttype ,su.cid ,su.s_id ,sessiontimezone
from sku su
where (nvl(su.up,'n')='n' and su.ttype=:b0)
for update of su.up
order by su.d
| {
"pile_set_name": "Github"
} |
/*
* Copyright 1998-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | {
"pile_set_name": "Github"
} |
#!/bin/sh -x
rm config/database_*
threads=$1
databaseName="carto_db_test"
dbAdmin="postgres"
startPort=6000
lastPort=$((threads + $startPort))
# Iterate and create one database per spec
for i in $(seq $startPort $lastPort)
do
newDatabase="${databaseName}_${i}"
# Create the database with specific owner and temp... | {
"pile_set_name": "Github"
} |
name: "level2"
instances {
id: "platform"
prototype: "/game/objects/platform.go"
position {
x: 448.0
y: 139.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
component_properties {
id: "platform"
properties {
id: "maxheight"
value: "276.0"
type: PROP... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Newscoop\CommunityTickerBundle
* @copyright 2013 Sourcefabric o.p.s.
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*/
namespace Newscoop\CommunityTickerBundle\Entity;
use Doctrine\ORM\Mapping AS ORM;
use Newscoop\Entity\User;
/**
* @ORM\Entity(repositoryClass="Newscoop\CommunityTickerB... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* gxvmorx5.c */
/* */
/* Tr... | {
"pile_set_name": "Github"
} |
/**
* This file is generated by xresloader 2.9.2, please don't edit it.
* You can find more information about this xresloader on https://xresloader.atframe.work/ .
* If there is any problem, please find or report issues on https://github.com/xresloader/xresloader/issues .
*/
#pragma once
#include "CoreMinimal.h"
#... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:rich="http://richf... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CMSIS DSP Software Library: Data Fields</title>
<link href="tabs.css" r... | {
"pile_set_name": "Github"
} |
--- configure.orig 2016-06-18 22:35:29.000000000 +1000
+++ configure 2016-06-30 21:15:07.000000000 +1000
@@ -640,6 +640,7 @@
HAVE_STRLCAT_TRUE
HAVE_STRLCPY_FALSE
HAVE_STRLCPY_TRUE
+HAVE_GETLINE_FALSE
LIBOBJS
ENABLE_EXAMPLES_FALSE
ENABLE_EXAMPLES_TRUE
@@ -13623,6 +13624,23 @@
fi
+# getline
+ac_fn_c_check_func... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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.
// +build ignore
/*
This program reads a file containing function prototypes
(like syscall_aix.go) and generates system call bodies.
The prototypes are marked ... | {
"pile_set_name": "Github"
} |
.. _api_range:
:mod:`xl.range` - Referencing Excel data
========================================
.. automodule:: xl.range | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of cond... | {
"pile_set_name": "Github"
} |
/* User-defined Rate Law functions
Note: the default argument type for rate laws, as read from the equations file, is single precision
but all the internal calculations are performed in double precision
*/
/* Arrhenius */
KPP_REAL ARR( float A0, float B0, float C0 )
{
double ARR_RES;
... | {
"pile_set_name": "Github"
} |
package com.alibaba.json.bvt.parser.deser;
import org.junit.Assert;
import junit.framework.TestCase;
import com.alibaba.fastjson.JSON;
public class TestEnum extends TestCase {
public static enum Type {
Big, Medium, Small
}
public void test_enum() throws Exception {
Assert.assertEquals(T... | {
"pile_set_name": "Github"
} |
from django.apps import AppConfig
class HomeConfig(AppConfig):
name = 'home'
| {
"pile_set_name": "Github"
} |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.watcher.notification.slack;
import org.apache... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 13 15:49:28 CST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
S - 索引 (新浪微博SDK)
</TITLE>... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Enalean, 2019-Present. All Rights Reserved.
*
* This file is a part of Tuleap.
*
* Tuleap 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
*... | {
"pile_set_name": "Github"
} |
package gui;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.EventQueue;
import javax.swing.JFrame;
// tag::main[]
/**
* CompRunner -- Component Runner.
* A generic main program, for testing a Component-based GUI class that
* has a n... | {
"pile_set_name": "Github"
} |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "jenkins-operator.fullname" . }}
labels:
helm.sh/chart: {{ include "jenkins-operator.chart" . }}
app.kubernetes.io/name: {{ include "jenkins-operator.name" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/inst... | {
"pile_set_name": "Github"
} |
// System.Web.Services.Description.OperationBinding
// System.Web.Services.Description.OperationBinding.OperationBinding
// System.Web.Services.Description.OperationBinding.Name
// System.Web.Services.Description.OperationBinding.Input
// System.Web.Services.Description.OperationBinding.Output
// System.Web.Services.De... | {
"pile_set_name": "Github"
} |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
# Version 0.2 # 2016-04-23 # Andrew Horton
# Moved patterns from passive fu... | {
"pile_set_name": "Github"
} |
#' Feature Transformation -- VectorAssembler (Transformer)
#'
#' Combine multiple vectors into a single row-vector; that is,
#' where each row element of the newly generated column is a
#' vector formed by concatenating each row element from the
#' specified input columns.
#'
#' @param input_cols The names of the input... | {
"pile_set_name": "Github"
} |
package ir.hosseinabbasi.mvvm.di.qualifier
import javax.inject.Qualifier
/**
* Created by Dr.jacky on 9/19/2018.
*/
@Qualifier
@Retention(AnnotationRetention.RUNTIME)
annotation class ApplicationContext | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"moduleResolution": "node",
"module": "esnext",
"target": "es5",
"lib": [
"dom",
"es2018"
],
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"sourceMap": true,
"stripInternal": true,
"... | {
"pile_set_name": "Github"
} |
class RenameGithubIdOnRepositoryUsers < ActiveRecord::Migration[5.0]
def change
rename_column :repository_users, :github_id, :uuid
rename_column :repository_organisations, :github_id, :uuid
add_column :repository_users, :host_type, :string
add_column :repository_organisations, :host_type, :string
en... | {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
<!---
Copyright BigchainDB GmbH and BigchainDB contributors
SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
Code is Apache-2.0 and docs are CC-BY-4.0
--->
# How to Set Up a BigchainDB Network
Until now, everything could be done by a node operator, by themselves.
Now the node operators, also called **Members**, mu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-3... | {
"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 u... | {
"pile_set_name": "Github"
} |
///<reference types="svelte" />
<></>;function render() {
let number1: number
let number2: number
;
() => (<>
<h1>{number1} + {number2} = {number1 + number2}</h1></>);
return { props: {number1: number1 , number2: number2} as {number1: number, number2: number}, slots: {}, getters: {}, events: {} }}
export de... | {
"pile_set_name": "Github"
} |
--- a/svr-chansession.c
+++ b/svr-chansession.c
@@ -953,12 +953,12 @@ static void execchild(const void *user_d
/* We can only change uid/gid as root ... */
if (getuid() == 0) {
- if ((setgid(ses.authstate.pw_gid) < 0) ||
+ if ((ses.authstate.pw_gid != 0) && ((setgid(ses.authstate.pw_gid) < 0) ||
(initgroups... | {
"pile_set_name": "Github"
} |
SET autocommit = 0;
START TRANSACTION;
SELECT * FROM t1 WHERE `is_uncommitted` > 0;
pk id int1 int1_key int1_unique int2 int2_key int2_unique for_update timestamp connection_id thread_id is_uncommitted is_consistent
COMMIT;
| {
"pile_set_name": "Github"
} |
import {customDirectives, domc} from './index.js'
function setup(node, directive = "item of data") {
const parent = node.parentNode
parent.textContent = ""
let nodes = []
const ofIdx = directive.indexOf(' of ')
const dataKey = directive.slice(ofIdx + 4)
const itemKey = directive.slice(0, ofId... | {
"pile_set_name": "Github"
} |
#import <Flutter/Flutter.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : FlutterAppDelegate
@end
| {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
IMAP
Clear Text
CHECK
CUSTOMREQUEST
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
imap
</server>
<name>
IMAP CHECK mailbox (CUSTOMREQUEST)
</name>
<command>
imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK'
</command>
</client>
#
# Verify ... | {
"pile_set_name": "Github"
} |
package network
// Address represents an IP address
type Address struct {
Addr string
PrefixLen int
}
// IPAM represents IP Address Management
type IPAM struct {
Driver string
Options map[string]string //Per network IPAM driver options
Config []IPAMConfig
}
// IPAMConfig represents IPAM configurations
ty... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<g:element xmlns:g="http://www.esri.com/geoportal/gxe"
xmlns:h="http://www.esri.com/geoportal/gxe/html"
g:i18nBase="catalog.iso19139.MD_Identifier" g:label="$i18nBase"
g:extends="$base/schema/gco/gcoBase/AbstractObject_Type.xml">
<g:body>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-... | {
"pile_set_name": "Github"
} |
// CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08)
// This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com)
CodeMirror.defineMode("perl",function(){
// http://perldoc.perl.org
var PERL={ // null - magi... | {
"pile_set_name": "Github"
} |
{
"bundles": {
"Oka\\PaginationBundle\\OkaPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
| {
"pile_set_name": "Github"
} |
/**
* Options module to manage the options
* @returns {{init: init}}
* @constructor
*/
function Options() {
var fields = ["token", "path", "committer_name", "committer_email", "repo", "owner"],
quote_item = ".quote-item";
/**
* Performs the UI bindings
*/
var bindUI = function () {
... | {
"pile_set_name": "Github"
} |
// (C) Copyright Tobias Schwinger
//
// Use modification and distribution are subject to the boost Software License,
// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
//------------------------------------------------------------------------------
// no include guards, this file is intended for mul... | {
"pile_set_name": "Github"
} |
package gps
import (
"fmt"
"testing"
)
// just need a ListVersions method
type fakeBridge struct {
*bridge
vl []Version
}
var fakevl = []Version{
NewVersion("v2.0.0").Is("200rev"),
NewVersion("v1.1.1").Is("111rev"),
NewVersion("v1.1.0").Is("110rev"),
NewVersion("v1.0.0").Is("100rev"),
NewBranch("master").Is... | {
"pile_set_name": "Github"
} |
# ------------------------------------------------------------------
#
# Copyright (C) 2014-2016 SUSE LLC
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# -----------... | {
"pile_set_name": "Github"
} |
#include "gtest/gtest.h"
#include "complext.h"
#include "hoNDArray_reductions.h"
#include "hoNDArray_elemwise.h"
#include "hoNFFT.h"
#include "cmr_strain_analysis.h"
#include "ImageIOAnalyze.h"
#include "GadgetronTimer.h"
using namespace Gadgetron;
using testing::Types;
template<typename Real>
class cmr_strain_test :... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
font-family: monospace;
font-size: 3em;
}
</style>
<p>Test passes if the rightmost character of the line that starts with “a” is under the number 3.
<d... | {
"pile_set_name": "Github"
} |
#pragma once
/** @addtogroup coreSystem
*
* @{
*/
template<typename T>
/**
* An array-wrapper that will align the array along full cache lines.
*/
/*
#ifdef RUNTIME_STATIC_LINKING
class AlignedArray
#else
*/
class BOOST_EXTENSION_SIMVARS_DECL AlignedArray
/*#endif*/
{
private:
T *array;
public:
Ali... | {
"pile_set_name": "Github"
} |
import Foundation
import Postbox
import SwiftSignalKit
import TelegramCore
import ImageIO
import MobileCoreServices
import Display
import UIKit
import AVFoundation
import WebP
import Lottie
import TelegramUIPrivateModule
public func fetchCachedResourceRepresentation(account: Account, resource: MediaResource, represent... | {
"pile_set_name": "Github"
} |
<?php
namespace TalisOrm;
interface AggregateId
{
public function __toString(): string;
}
| {
"pile_set_name": "Github"
} |
using Alex.ResourcePackLib.Json.Models.Entities;
using Microsoft.Xna.Framework;
namespace Alex.Entities.Models
{
public partial class VindicatorModel : EntityModel
{
public VindicatorModel()
{
Name = "geometry.vindicator";
VisibleBoundsWidth = 2;
VisibleBoundsHeight = 2;
VisibleBoundsOffset = n... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------------------------
# OpenMS -- Open-Source Mass Spectrometry
# --------------------------------------------------------------------------
# Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
# ETH Zurich, and Freie Universitaet B... | {
"pile_set_name": "Github"
} |
import {load, fetchFile, parse, encode} from '@loaders.gl/core';
import {DracoWriter, DracoLoader} from '@loaders.gl/draco';
import {LASLoader} from '@loaders.gl/las';
import {getModel, drawModelInViewport} from '../test-utils/get-model';
// LAZ
const LAS_BINARY_URL = '@loaders.gl/las/test/data/indoor.laz';
// Raw p... | {
"pile_set_name": "Github"
} |
#ifndef P_UART_H
#define P_UART_H
#include "peripherals/base.h"
#define UART_OFFS 0x00201000
#define UART_DR (PBASE + UART_OFFS + 0x00)
#define UART_RSRECR (PBASE + UART_OFFS + 0x04)
#define UART_FR (PBASE + UART_OFFS + 0x18)
#define UART_ILPR (PBASE + UART_OFFS + 0x20)
#define UART_IBRD (PBASE ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.