text stringlengths 2 99.9k | meta dict |
|---|---|
namespace ClassLib069
{
public class Class046
{
public static string Property => "ClassLib069";
}
}
| {
"pile_set_name": "Github"
} |
package dev.dworks.apps.anexplorer.network;
import org.apache.commons.net.ftp.FTPFile;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by HaKr on 02/01/17.
*/
public abstract class NetworkClient{
public abstract boolean logout() throws IOException;
public abstract boolean isConnect... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>flv.js demo</title>
<!-- <link rel="stylesheet" type="text/css" href="demo.css" /> -->
<style type="text/css">
.mainContainer {
display: block;
width: 100%;
margin-left: auto;
margin-right... | {
"pile_set_name": "Github"
} |
'use strict';
var _ = require('./../../lodash');
function detachWindowGUI(gui, K3D) {
var newWindow,
intervalID,
originalDom = K3D.getWorld().targetDOMNode,
detachedDom = document.createElement('div'),
detachedDomText = 'K3D works in detached mode. Please close window or click on th... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" data-navbar="/administrator/navbar-profile.html">
<head>
<meta charset="utf-8" />
<title translate="yes">Muuqaal ${profile.profileid}</title>
<link href="/public/pure-min.css" rel="stylesheet">
<link href="/public/content.css" rel="stylesheet">
<link href="/public/content-addi... | {
"pile_set_name": "Github"
} |
//
// MGTwitterEngine.m
// MGTwitterEngine
//
// Created by Matt Gemmell on 10/02/2008.
// Copyright 2008 Instinctive Code.
//
#import "MGTwitterEngine.h"
#import "MGTwitterHTTPURLConnection.h"
#import "OAuthConsumer.h"
#import "NSData+Base64.h"
#ifndef USE_LIBXML
// if you wish to use LibXML, add USE_LIBXML=1 ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_OBJECTS_DATA_HANDLER_H_
#define V8_OBJECTS_DATA_HANDLER_H_
#include "src/objects/struct.h"
// Has to be the last include (doesn't have incl... | {
"pile_set_name": "Github"
} |
import { append, findIndex, remove } from '@most/prelude'
import { disposeNone, disposeOnce } from '@most/disposable'
import { tryEnd, tryEvent } from '../source/tryEvent'
import { isCanonicalEmpty } from '../source/empty'
import { Stream, Scheduler, Sink, Disposable, Time } from '@most/types'
export const multicast =... | {
"pile_set_name": "Github"
} |
<template>
<div class="ecology-sea">
海洋
</div>
</template>
<script>
export default {
name: "Sea"
};
</script>
<style scoped>
</style>
| {
"pile_set_name": "Github"
} |
<!--Copyright (c) 2020 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,
and is available at
http://www.eclipse.org/legal/epl-v10.html
Contrib... | {
"pile_set_name": "Github"
} |
import {
CognitoIdentityProviderClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../CognitoIdentityProviderClient";
import { CreateUserPoolRequest, CreateUserPoolResponse } from "../models/models_0";
import {
deserializeAws_json1_1CreateUserPoolCommand,
serializeAws_json1_1CreateUserPoolCo... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<body>
<pre>xxxxxxxx xxxxxxxx xxxxxxxx</pre>
</body>
</html>
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<GateDocument version="3">
<!-- The document's features-->
<GateDocumentFeatures>
<Feature>
<Name className="java.lang.String">parsingError</Name>
<Value className="java.lang.Boolean">true</Value>
</Feature>
<Featur... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<i>Copyright (c) Microsoft Corporation. All rights reserved.</i>\n",
"\n",
"<i>Licensed under the MIT License.</i>\n",
"\n",
"\n",
"# Deployment of a model to Azure Kubernetes Service (AKS)\n",
"\n",
"## Tab... | {
"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 ... | {
"pile_set_name": "Github"
} |
<!--
doc/src/sgml/ref/alter_operator.sgml
PostgreSQL documentation
-->
<refentry id="SQL-ALTEROPERATOR">
<indexterm zone="sql-alteroperator">
<primary>ALTER OPERATOR</primary>
</indexterm>
<refmeta>
<refentrytitle>ALTER OPERATOR</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Statement... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015, Synopsys, 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 and... | {
"pile_set_name": "Github"
} |
"""Guess the MIME type of a file.
This module defines two useful functions:
guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
guess_extension(type, strict=1) -- guess the extension for a given MIME type.
It also contains the following, for tuning the behavior:
Data:
knownfiles -- list of fil... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
use strict;
use Getopt::Long;
use FindBin qw($Bin);
use File::Temp qw(tempdir tempfile);
use POSIX;
my $PID = $$;
$SIG{TERM} = $SIG{INT} = $SIG{QUIT} = sub { die; };
my $BINDIR = "$Bin/bin";
my $SRC;
my $TRG;
my $OUTPUT = "lex";
my $THREADS = 8;
my $PARALLEL = 0;
my $HELP;
GetOptions(
"b|bin... | {
"pile_set_name": "Github"
} |
#ifndef EMITTEROPTIONS_HPP_0NAXOILP
#define EMITTEROPTIONS_HPP_0NAXOILP
namespace IGC
{
struct DebugEmitterOpts {
bool isDirectElf = false;
bool UseNewRegisterEncoding = true;
bool EnableSIMDLaneDebugging = true;
bool EnableGTLocationDebugging = false;
bool EmitDebugRanges = false;
bool EmitD... | {
"pile_set_name": "Github"
} |
module FbGraph2
class Domain < Node
include Edge::Insights
register_attributes(
raw: [:name]
)
end
end | {
"pile_set_name": "Github"
} |
{
"network": [
[
"probeNetwork - default - end",
0,
0
],
[
"probeNetwork - default - start",
0,
0
]
],
"gfx": [
[
"probeGFX - default - end",
22,
15,
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "espn.jpg",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30223.230
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demos", "Demos\Demos.csproj", "{C4C313CF-0BBD-407F-AC30-C5E889206F55}"
ProjectSection(ProjectDepen... | {
"pile_set_name": "Github"
} |
extends ../_docs-template
block vars
- var activeLink = 'vue';
- var title = 'Card Vue Component | Framework7 Vue Documentation';
block content
include ../_docs-demo-device
.docs-nav
include ../_docs-menu-vue
.docs-content
+improveDocsLink
h1 Card Vue Component
ul.docs-index
p Cards, al... | {
"pile_set_name": "Github"
} |
cri-tools ({{ .Version }}-{{ .Revision }}) {{ .DistroName }} {{ .Arch }}; urgency=optional
* https://github.com/kubernetes-sigs/cri-tools/blob/master/CHANGELOG.md
-- Kubernetes Authors <kubernetes-dev@googlegroups.com> {{ date }}
| {
"pile_set_name": "Github"
} |
TASTE-Dataview DEFINITIONS ::=
BEGIN
All-HK ::= ENUMERATED {a, b, c}
TC-Allowed-HK ::= All-HK (a|b) -- Enumerationn's values not OK in ICD
toto INTEGER ::= 5
Hello ::= ENUMERATED { xx(toto) } -- XXX Makes the compiler crash XXX
T1 ::= INTEGER {aa(1), bb(2)}
T2 ::= T1 (bb) -- in ICD, size is 0 bits but the "why?" do... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: dom_data
oTest.fnStart( "oLanguage.oPaginate" );
/* Note that the paging language information only has relevence in full numbers */
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( { "sPaginationType": "full_numbers" } );
var oSettings = oTable.fnSett... | {
"pile_set_name": "Github"
} |
var x = 25;
if (x > 10)
console.log('>10');
else if (x < 10)
console.log('<10');
else
console.log('10');
| {
"pile_set_name": "Github"
} |
/** <!--
*
* Copyright (C) 2017 veyesys support@veyesys.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later ... | {
"pile_set_name": "Github"
} |
test/fixtures/noname
└── test/fixtures/noname/node_modules/foo
| {
"pile_set_name": "Github"
} |
#ifndef _PPC64_PSERIES_RECONFIG_H
#define _PPC64_PSERIES_RECONFIG_H
#ifdef __KERNEL__
#include <linux/notifier.h>
/*
* Use this API if your code needs to know about OF device nodes being
* added or removed on pSeries systems.
*/
#define PSERIES_RECONFIG_ADD 0x0001
#define PSERIES_RECONFIG_REMOVE 0x0002
#define ... | {
"pile_set_name": "Github"
} |
/** @file
*
* Copyright (c) 2018, Andrey Warkentin <andrey.warkentin@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#include "DwUsbHostDxe.h"
STATIC
EFI_STATUS
EFIAPI
DriverSupported (
IN EFI_DRIVER_BINDING_PROTOCOL *This,
IN EFI_HANDLE Controller,
I... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Google Inc. All rights reserved.
* Copyright (C) 2013 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>CROMU_00033</cbid>
<replay>
<write echo="ascii"><data>SEND\x06/UcpPD\x28\x00VqpwNA0mQ8pENEASVifH80c8DST12dX2XUkyuWp7</data></write>
<read echo="ascii"><delim>\n</delim><match><data>[INFO] File received: /UcpP... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d4c9e800b8d9b3344850b4b658de699d
timeCreated: 1491229652
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Sample AJAX functionality so people can see some of the CTools AJAX
* features in use.
*/
// ---------------------------------------------------------------------------
// Drupal hooks.
/**
* Implementation of hook_menu()
*/
function ctools_ajax_sample_menu() {
$items['ctools_ajax_sample'... | {
"pile_set_name": "Github"
} |
---
title: 'Gardener - The Kubernetes Botanist'
date: 2018-05-17
author: rfranzke
slug: gardener
---
**Authors**: [Rafael Franzke](mailto:rafael.franzke@sap.com) (SAP), [Vasu Chandrasekhara](mailto:vasu.chandrasekhara@sap.com) (SAP)
Today, Kubernetes is the natural choice for running software in the Cloud. More and mo... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
/* eBPF example program:
* - creates arraymap in kernel with key 4 bytes and value 8 bytes
*
* - loads eBPF program:
* r0 = skb->data[ETH_HLEN + offsetof(struct iphdr, protocol)];
* *(u32*)(fp - 4) = r0;
* // assuming packet is IPv4, lookup ip->proto in a map
* value = bpf_map_lookup_elem(map_fd, fp - 4)... | {
"pile_set_name": "Github"
} |
<soap:Body><foo><![CDATA[<!DOCTYPE doc [<!ENTITY % dtd SYSTEM "http://xss.cx"> %dtd;]><xxx/>]]></foo></soap:Body>
| {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = ["fake.go"],
tags = ["automanaged"],
deps = [
"//vendor/k8s.io/apimachinery/pkg/apimachinery/registered:go... | {
"pile_set_name": "Github"
} |
uuid: 80468c17-d37d-4c4a-9df3-50bf279b515f
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_tax_campaign
- node.type.author
- taxonomy.vocabulary.campaign
id: node.author.field_tax_campaign
field_name: field_tax_campaign
entity_type: node
bundle: author
label: Campaign
descriptio... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# GPU 0
# minibatch=512 iterations=50 device_id=0 seqlen=64 hiddensize={256,256} ./rnn_torch.sh
# GPU 1
# minibatch=256 iterations=100 device_id=1 seqlen=32 hiddensize={256,256} ./rnn_torch.sh
# CPU
export OMP_NUM_THREADS=4
minibatch=256 iterations=100 device_id=-1 seqlen=32 hiddensize={256,256} ./rnn_torch... | {
"pile_set_name": "Github"
} |
Beschrijving:
Swagger API-definities genereren voor LoopBack-toepassingen.
Bijvoorbeeld:
{{slc loopback:export-api-def [--json]}}
Hiermee worden de API-definities naar stdout gestuurd.
Gebruik de optie {{--json}} voor weergave in JSON-indeling. Anders wordt standaard YAML gebruikt.
{{slc loopback:export-a... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
---
title: Adding Custom Actions
layout: documentation
after: extension_development_preprocessor
---
# Adding a Custom Action
This example shows how to author a binary custom action called "FooAction". A common example is a dll custom action that launches notepad.exe or some other application as part of thei... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_libmailcore_Range */
#ifndef _Included_com_libmailcore_Range
#define _Included_com_libmailcore_Range
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_libmailcore_Range
* Method: removeRange
* Signature: (Lcom... | {
"pile_set_name": "Github"
} |
/* Define enum __socket_type for generic Linux.
Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library 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 So... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 solaris
package lif
import (
"errors"
"unsafe"
)
// An Addr represents an address associated with packet routing.
type Addr interface {
// Famil... | {
"pile_set_name": "Github"
} |
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// re... | {
"pile_set_name": "Github"
} |
---
description: "Automatically generated file. DO NOT MODIFY"
---
```csharp
GraphServiceClient graphClient = new GraphServiceClient( authProvider );
var contact = new Contact
{
EmailAddresses = new List<TypedEmailAddress>()
{
new TypedEmailAddress
{
Type = EmailType.Personal,
Name = "Pavel Bansky",
A... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
InspectorTest.log('Tests that all sessions get exception notifications.');
function connect(contextGroup, num) {
var session = contextGroup.connect()... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
<!-- markdownlint-disable -->
## talosctl version
Prints the version
### Synopsis
Prints the version
```
talosctl version [flags]
```
### Options
```
--client Print client version only
-h, --help help for version
--short Print the short version
```
### Options inherited from parent command... | {
"pile_set_name": "Github"
} |
// Gradients
#gradient {
// Horizontal gradient, from left to right
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
// Color stops are not available in IE9 and below.
.horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100... | {
"pile_set_name": "Github"
} |
// Create a "shared" function that takes two array iterators
// and returns the numbers common in both arrays.
/*
const i1 = function* () {
yield* [0, 2, 3, 4, 9, 10];
};
const i2 = function* () {
yield* [1, 2, 9, 10, 14];
};
// @param {Iterator} iter1
// @param {Iterator} ... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// Use, modification and distribution are subject to 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)
//
// This file is machine generated, do not edit by hand
// Polynomial evaluation using s... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2020 "Graph Foundation"
* Graph Foundation, Inc. [https://graphfoundation.org]
*
* Copyright (c) 2002-2020 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of ONgDB.
*
* ONgDB is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gen... | {
"pile_set_name": "Github"
} |
$PostgreSQL: pgsql/src/backend/utils/misc/README,v 1.10 2008/03/20 17:55:15 momjian Exp $
Guc Implementation Notes
========================
The GUC (Grand Unified Configuration) module implements configuration
variables of multiple types (currently boolean, enum, int, float, and string).
Variable settings can come fr... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
#if !(ANDROID || IOS) && !NETFX_CORE
using System.Security.Permissions;
#endif
using System.Text;
using System.Threading.Tasks;
namespace Csla.Security
{
/// <summary>
/// Security exception.
/// </summary>
[Serializable]
public class Securi... | {
"pile_set_name": "Github"
} |
PREFIX : <http://example/>
SELECT *
{ SELECT * { ?x ?y ?z } }
| {
"pile_set_name": "Github"
} |
var test = require('tape')
var bootstrap = require('../../bootstrap')
var mm = require('../../helper/mock')
mm.proxyFunction(require('@yoda/manifest'), 'get', {
after: (ret, self, args) => {
if (args[0] === 'capabilities.main-visibility') {
return 'voice'
}
return ret
}
})
test('should get key a... | {
"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")... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# ltconfig - Create a system-specific libtool.
# Copyright (C) 1996-1998 Free Software Foundation, Inc.
# Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
# This file 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 Soft... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Plugin.AsyncPause - Async Pause Plugin</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.0/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/pre... | {
"pile_set_name": "Github"
} |
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. NET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* Definitions used by the ARCnet driver.
*
* Authors: Avery Pen... | {
"pile_set_name": "Github"
} |
if (typeof Object.create === 'function') {
// implementation from standard node.js 'util' module
module.exports = function inherits(ctor, superCtor) {
ctor.super_ = superCtor
ctor.prototype = Object.create(superCtor.prototype, {
constructor: {
value: ctor,
enumerable: false,
wr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<com.yiyuanliu.flipgank.view.NormalItem
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="8dp"
android:background="?selectableItemBackground"
xmlns:tools="htt... | {
"pile_set_name": "Github"
} |
package com.lcw.one.codegen.util;
import org.apache.maven.model.Model;
import org.apache.maven.model.io.xpp3.MavenXpp3Reader;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.List;
public class PomUtils ... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
namespace Primrose
{
/// <summary>
/// Translates operating system-specific Browser KeyboardEvents into a
/// cross-platform Gesture that can then be dispatched to a CommandPack
/// for translation to an EditorCommand.
/// </summary>
public class OperatingSyst... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 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 to... | {
"pile_set_name": "Github"
} |
import binascii
import os
import struct
import types
from . import _icebox
# magic to attach dynamic properties to a single class instance
def _attach_dynamic_properties(instance, properties):
class_name = instance.__class__.__name__ + '_'
child_class = type(class_name, (instance.__class__,), properties)
... | {
"pile_set_name": "Github"
} |
/* QLogic qed NIC Driver
* Copyright (c) 2015 QLogic Corporation
*
* This software is available under the terms of the GNU General Public License
* (GPL) Version 2, available from the file COPYING in the main directory of
* this source tree.
*/
#include <linux/types.h>
#include <asm/byteorder.h>
#include <linux/... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_jpy_PyLib */
#ifndef _Included_org_jpy_PyLib
#define _Included_org_jpy_PyLib
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_jpy_PyLib
* Method: isPythonRunning
* Signature: ()Z
*/
JNIEXPORT jboolean JNICAL... | {
"pile_set_name": "Github"
} |
// $Id$
/*global JSAN, Test */
// Set up package.
if (typeof JSAN != 'undefined') JSAN.use('Test.Builder');
else {
if (typeof Test == 'undefined' || typeof Test.Builder == 'undefined')
throw new Error(
"You must load either JSAN or Test.Builder "
+ "before loading Test.Simple"
... | {
"pile_set_name": "Github"
} |
# [strife](https://strife.felixangell.com) [](https://travis-ci.org/felixangell/strife)
A simple game framework that wraps around SDL2.
## example
The largest example use of the Strife framework is the [Phi text editor](//phi.felixangell.com), ... | {
"pile_set_name": "Github"
} |
/*
** Application : Functions
** name : Abdelrahman Adam
** Date : 22\12\2017
*/
#======================================================
? " Hello , World !"
x = 10 #global
func main
?" welcome to main function"
one()
func one
?x
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
// expected-no-diagnostics
@interface Tester
@property char PropertyAtomic_char;
@property short PropertyAtomic_short;
@property int PropertyAtomic_int;
@property long PropertyAtomic_long;
@property long long PropertyAtomic_longlong;
@property float Pro... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.string.sub');
module.exports = require('../../modules/_core').String.sub; | {
"pile_set_name": "Github"
} |
# coding: utf-8
# This script is modified from https://github.com/lars76/kmeans-anchor-boxes
from __future__ import division, print_function
import numpy as np
def iou(box, clusters):
"""
Calculates the Intersection over Union (IoU) between a box and k clusters.
param:
box: tuple or array, shifte... | {
"pile_set_name": "Github"
} |
package com.auth0.android.lock;
import android.app.Activity;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.auth0.android.lock.internal.configuration.Options;
import com.auth0.android.provider.AuthCallback;
import com.auth0.android.prov... | {
"pile_set_name": "Github"
} |
/*
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/
#ifndef STARXY_H
#define STARXY_H
#include "astrometry/bl.h"
#include "astrometry/an-bool.h"
struct starxy_t {
double* x;
double* y;
double* flux;
double* background;
int N;
dou... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Description>ASP.NET Core security middleware enabling Yahoo authentication.</Description>
<Authors>Kévin Chalet;Jerrie Pelser;Chino Chang</Authors>
<PackageTags... | {
"pile_set_name": "Github"
} |
.u-w-radio-group{
flex-direction: column;
}
| {
"pile_set_name": "Github"
} |
/*
tests/test_class.cpp -- test py::class_ definitions and basic functionality
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
*/
#include "pybind11_tests.h"
#include "constru... | {
"pile_set_name": "Github"
} |
FROM maven:3.3.3-jdk-8
ENV SELDON_HOME /home/seldon
RUN mkdir -p "${SELDON_HOME}"
WORKDIR ${SELDON_HOME}
# create ${SELDON_HOME}/seldon-server-?.war
COPY seldon-server.tar.gz ${SELDON_HOME}/
RUN cd ${SELDON_HOME} && \
tar xfz seldon-server.tar.gz && \
cd seldon-server/server && \
mvn clean package && \
... | {
"pile_set_name": "Github"
} |
/* $progress-bar
------------------------------------------*/
.progress {
height: 10px;
margin-bottom: $gutter;
}
.progress-success {
@include progress-variant($brand-success);
}
.progress-info {
@include progress-variant($brand-info);
}
.progress-warning {
@include progress-variant($brand-warning);
}
.... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 Alachisoft
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
/*
Darcula color scheme from the JetBrains family of IDEs
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #2b2b2b;
}
.hljs {
color: #bababa;
}
.hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
}
.hljs-bullet,
.hljs-quote,
.hljs-link,
.hljs-number,
.hljs-regexp,
.hljs-literal {
... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Lewis Baker
// Licenced under MIT license. See LICENSE.txt for details.
///////////////////////////////////////////////////////////////////////////////
#include <cppcoro/static_thread_pool.hpp>
#include <cppcoro/task.hpp>
... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 !go1.9
package http2
import (
"net/http"
)
func configureServer19(s *http.Server, conf *Server) error {
// not supported prior to go1.9
return n... | {
"pile_set_name": "Github"
} |
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP864.TXT' with gencodec.py.
"""#"
import codecs
### Codec APIs
class Codec(codecs.Codec):
def encode(self,input,errors='strict'):
return codecs.charmap_encode(input,errors,encoding_map)
def decode(self,input,errors='strict'):
... | {
"pile_set_name": "Github"
} |
package cache
import (
"context"
"github.com/docker/distribution"
"github.com/opencontainers/go-digest"
)
// Metrics is used to hold metric counters
// related to the number of times a cache was
// hit or missed.
type Metrics struct {
Requests uint64
Hits uint64
Misses uint64
}
// Logger can be provided... | {
"pile_set_name": "Github"
} |
# Style Module
style = element style { style.attlist, text }
style.attlist =
title.attrib,
I18n.attrib,
attribute type { ContentType.datatype },
attribute media { MediaDesc.datatype }?,
attribute xml:space { "preserve" }?
head.content &= style*
| {
"pile_set_name": "Github"
} |
#
# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Softwar... | {
"pile_set_name": "Github"
} |
<?php
class PrefixCollision_C_Bar
{
public static $loaded = true;
}
| {
"pile_set_name": "Github"
} |
package com.riiablo.entity;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.assets.AssetDescriptor;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.GlyphLayout;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math... | {
"pile_set_name": "Github"
} |
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py.
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
licenses(["notice"]) # Apache 2
api_proto_package(
deps = [
"//envoy/annotations:pkg",
"//envoy/api/v2/core:pkg",
"//envoy/config/bootstrap/v2:pk... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace TodoList
{
[Command(
Name: "reset",
ShortDescription: "Marks a todo task as incomplete.",
ErrorText: "",
LongHelpText: "Change the status of a todo t... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.