text stringlengths 2 99.9k | meta dict |
|---|---|
//
// Thumbnails
// --------------------------------------------------
// Mixin and adjust the regular image class
.thumbnail {
display: block;
padding: @thumbnail-padding;
margin-bottom: @line-height-computed;
line-height: @line-height-base;
background-color: @thumbnail-bg;
border: 1px solid @thumbnail-b... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
---
title: Concentric Layout
order: 6
---
Concentric Layout places the nodes on concentric circles.
## Usage
As the demo below, you can deploy it in `layout` while instantiating Graph. it can also be used for [Subgraph Layout](/en/docs/manual/middle/layout/sub-layout). This algorithm will order the nodes according t... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
///
/// \file integrated_snarl_finder.cpp
///
///
#include "integrated_snarl_finder.hpp"
#include "algorithms/three_edge_connected_components.hpp"
#include "algorithms/weakly_connected_components.hpp"
#include "subgraph_overlay.hpp"
#include <bdsg/overlays/overlay_helper.hpp>
#include <structures/union_find.hpp>
#... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{977cb199-b7a8-459a-835d-d6f3808cff21}</UniqueIdentifier>
<Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Exten... | {
"pile_set_name": "Github"
} |
// ---------------------------------------------------------------------
//
// Copyright (C) 2003 - 2018 by the deal.II authors
//
// This file is part of the deal.II library.
//
// The deal.II library is free software; you can use it, redistribute
// it, and/or modify it under the terms of the GNU Lesser General
// Pu... | {
"pile_set_name": "Github"
} |
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | {
"pile_set_name": "Github"
} |
//
// ORViewController.h
// ARAnalyticsTests
//
// Created by orta therox on 05/01/2013.
// Copyright (c) 2013 Orta Therox. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ORViewController : UIViewController
@end
| {
"pile_set_name": "Github"
} |
Ising/QUBO problem
==================
Blueqat wq module is a module for solbing Ising and Quadratic Unconstrained Binary Optimization (QUBO) problems.
It includes local solver for Simulated Annealing (SA) and Simulated Quantum Annealing (SQA).
You can also submit problems to D-Wave cloud machine using wq module.
Wha... | {
"pile_set_name": "Github"
} |
/* This is free and unencumbered software released into the public domain. */
#ifndef _STDALIGN_H
#define _STDALIGN_H
/**
* @file
*
* <stdalign.h> - C11 7.15: Alignment.
*
* @see http://libc11.org/stdalign/
*/
#if __STDC_VERSION__ < 201112L
#define _Alignas
#define _Alignof
#endif
#define alignas _Alignas
#d... | {
"pile_set_name": "Github"
} |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModu... | {
"pile_set_name": "Github"
} |
// Copyright © 2020 Banzai Cloud
//
// 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 i... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | {
"pile_set_name": "Github"
} |
/*
* Kontalk Android client
* Copyright (C) 2020 Kontalk Devteam <devteam@kontalk.org>
* 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 optio... | {
"pile_set_name": "Github"
} |
---
layout: example
title: Wheat and Wages Example
permalink: /examples/wheat-and-wages/index.html
spec: wheat-and-wages
image: /examples/img/wheat-and-wages.png
---
A recreation of [William Playfair's](https://en.wikipedia.org/wiki/William_Playfair) classic chart visualizing the price of wheat, the wages of a mechani... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_NVIDIA_TEGRA23_BINARIES
bool "nvidia-tegra23 binaries"
select BR2_PACKAGE_MESA3D_HEADERS
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_HAS_LIBOPENMAX
help
Those packages provide libraries, driv... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | {
"pile_set_name": "Github"
} |
#
# foobar
=begin
foo bar baz
=end
=begin
=end
#{comment}
----------------------------------------------------
[
["comment", "#"],
["comment", "# foobar"],
["comment", "=begin\r\nfoo bar baz\r\n=end"],
["comment", "=begin\r\n=end"],
["comment", "#{comment}"]
]
--------------------------------... | {
"pile_set_name": "Github"
} |
/**
* This code is released under the
* Apache License Version 2.0 http://www.apache.org/licenses/.
*
*/
#include "common.h"
#include "util.h"
#include "timer.h"
#include "bitpackinghelpers.h"
#include "simdbitpackinghelpers.h"
#include "delta.h"
#include "synthetic.h"
using namespace std;
using namespace SIMDCom... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <arch.h>
#include <asm_macros.S>
#include <assert_macros.S>
#include <platform_def.h>
.local platform_normal_stacks
.weak plat_get_my_stack
.weak plat_set_my_stack
/* -------... | {
"pile_set_name": "Github"
} |
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
0.10754
... | {
"pile_set_name": "Github"
} |
package s3crypto
// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
// Portions Licensed under the MIT License. Copyright (c) 2016 Carl Jackson
import (
"bytes"
"crypto/subtle"
"github.com/aws/aws-sdk-go/aws/awserr"
)
const (
pkcs7MaxPaddingSize = 255
)
type pkcs7Padder struct {
blo... | {
"pile_set_name": "Github"
} |
package tarsum // import "github.com/docker/docker/pkg/tarsum"
import (
"archive/tar"
"errors"
"io"
"sort"
"strconv"
"strings"
)
// Version is used for versioning of the TarSum algorithm
// based on the prefix of the hash used
// i.e. "tarsum+sha256:e58fcf7418d4390dec8e8fb69d88c06ec07039d651fedd3aa72af9972e7d04... | {
"pile_set_name": "Github"
} |
print <<DUMMY_TEST;
1..0 # skipping: rope
DUMMY_TEST
| {
"pile_set_name": "Github"
} |
# Display a process of packets and processed time.
# SPDX-License-Identifier: GPL-2.0
# It helps us to investigate networking or network device.
#
# options
# tx: show only tx chart
# rx: show only rx chart
# dev=: show only thing related to specified device
# debug: work with debug mode. It shows buffer status.
impor... | {
"pile_set_name": "Github"
} |
using BrightIdeasSoftware;
using WinFwk.UITools;
using MemoScope.Core.Data;
namespace MemoScope.Modules.TypeDetails
{
public abstract class AbstractTypeInformation : TreeNodeInformationAdapter<AbstractTypeInformation>, ITypeNameData
{
[OLVColumn(Title = "Type", FillsFreeSpace = true)]
public s... | {
"pile_set_name": "Github"
} |
package com.alibaba.json.bvt.parser.deser.deny;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.parser.ParserConfig;
import junit.framework.TestCase;
import java.util.Properties;
public class DenyTest9 extends TestCase {
public void test_autoTypeDeny() throws Exception {
ParserConfig confi... | {
"pile_set_name": "Github"
} |
module.exports = require('./').http;
| {
"pile_set_name": "Github"
} |
//
// NSStringLinqTests.m
// NSEnumeratorLinq
//
// Created by Антон Буков on 06.03.13.
// Copyright (c) 2013 Happy Nation Project. All rights reserved.
//
#import "NSEnumerator+Linq.h"
#import "NSStringLinqTests.h"
@implementation NSStringLinqTests
- (void)testEnumerateComponentsSeparatedByString
{
NSString... | {
"pile_set_name": "Github"
} |
/*
* Libata driver for the highpoint 366 and 368 UDMA66 ATA controllers.
*
* This driver is heavily based upon:
*
* linux/drivers/ide/pci/hpt366.c Version 0.36 April 25, 2003
*
* Copyright (C) 1999-2003 Andre Hedrick <andre@linux-ide.org>
* Portions Copyright (C) 2001 Sun Microsystems, Inc.
* Portion... | {
"pile_set_name": "Github"
} |
class A(Int)
extension class A(Int)
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ViewModels
{
public class TaskViewModel : INotifyPropertyChanged
{
public int ID
{
get
{
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1995-2016 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"
} |
さくら最新番号
【BRJ-002】Jewelry day さくら</a>2009-09-04BRAD-J$$$Brad-J88分钟 | {
"pile_set_name": "Github"
} |
<div class="wide form">
<?php $form=$this->beginWidget('CActiveForm', array(
'action'=>Yii::app()->createUrl($this->route),
'method'=>'get',
)); ?>
<div class="row">
<?php echo $form->label($model,'id'); ?>
<?php echo $form->textField($model,'id'); ?>
</div>
<div class="row">
<?php echo $form->label($mode... | {
"pile_set_name": "Github"
} |
{
"author": "Microsoft Community",
"name": "Media Player",
"description": "Una página para mostrar vídeos con los controles de los medios del sistema habilitados.",
"identity": "wts.Page.MediaPlayer.Prism"
} | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Base Timer 0
namespace Bt6PwmTmcr{ ///<Timer Control Register
using Addr = Register::Address<0x4002528c,0xffff8080,0x00000000,unsigned>;
///Count clock selection bit
constexpr Register::FieldLocation<Addr,Register::maskFro... | {
"pile_set_name": "Github"
} |
import logging
from datetime import timedelta
from core.errors import ObservableValidationError
from core.feed import Feed
from core.observables import Url, Ip
class BenkowTracker(Feed):
default_values = {
"frequency": timedelta(hours=1),
"name": "BenkowTracker",
"source": "http://benkow.... | {
"pile_set_name": "Github"
} |
<p><strong><?php _e('Critical Pages', 'event_espresso'); ?></strong></p>
<p>
<?php _e('This page shows all critical pages that Event Espresso needs to work correctly.', 'event_espresso'); ?>
</p>
<p><strong><?php _e('Shortcodes', 'event_espresso'); ?></strong></p>
<ul>
<li>
<strong><?php _e('Registration Checkout Page'... | {
"pile_set_name": "Github"
} |
module mod {
prefix m;
namespace "urn:cesnet:mod";
feature f1;
grouping login {
leaf login {
type string {
pattern '[a-zA-Z][a-zA-Z_0-9]*';
}
}
leaf password {
type string {
length "5..255";
}
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
# Copyright (c) 2015, Joyent, Inc.
#
#
# publish: publish a new version of mdb_v8. This does a few ... | {
"pile_set_name": "Github"
} |
/*++
* NAME
* tls_scache 3
* SUMMARY
* TLS session cache manager
* SYNOPSIS
* #include <tls_scache.h>
*
* TLS_SCACHE *tls_scache_open(dbname, cache_label, verbose, timeout)
* const char *dbname
* const char *cache_label;
* int verbose;
* int timeout;
*
* void tls_scache_close(cache)
* TLS_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004-2015 FBReader.ORG Limited <contact@fbreader.org>
*
* 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h"
#include <stddef.h>
#include <memory>
#include <set>
#include <utility... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 54a777298baef2c4f9c84ebdc5c57029
NativeFormatImporter:
userData:
assetBundleName:
| {
"pile_set_name": "Github"
} |
OSX_MIN_VERSION=10.8
OSX_SDK_VERSION=10.11
OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk
LD64_VERSION=253.9
darwin_CC=clang -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroot $(OSX_SDK) -mlinker-version=$(LD64_VERSION)
darwin_CXX=clang++ -target $(host) -mmacosx-version-min=$(OSX_MIN_VERSION) --sysroo... | {
"pile_set_name": "Github"
} |
using System.Linq;
using System.Text;
using PrtgAPI.Utilities;
namespace PrtgAPI.Tests.UnitTests.Support.TestResponses
{
public class SensorTypeResponse : IWebResponse
{
public string GetResponseText(ref string address)
{
var builder = new StringBuilder();
builder.Appe... | {
"pile_set_name": "Github"
} |
package org.hypergraphdb.storage.bje;
import com.sleepycat.je.DatabaseConfig;
import com.sleepycat.je.Durability;
import com.sleepycat.je.EnvironmentConfig;
public class BJEConfig
{
// public static final long DEFAULT_STORE_CACHE = 20*1024*1024; // 20MB
public static final long DEFAULT_STORE_CACHE = 100 * ... | {
"pile_set_name": "Github"
} |
#include "Common.h"
/*int main(int, char** argv)
{
int i, n = atoi(argv[1]);
N_Body_System system;
printf("%.9f\n", system.energy());
for (i = 0; i < n; ++i)
system.advance(0.01);
printf("%.9f\n", system.energy());
return 0;
}*/
void NBody(int n);
void FastaRedux(int n);
void FannkuchRedux(int max_n);
US... | {
"pile_set_name": "Github"
} |
require('../../modules/es7.error.is-error');
module.exports = require('../../modules/_core').Error;
| {
"pile_set_name": "Github"
} |
.0 2567.0
363.2 2605.8
1113.1 2671.4
1802.0 2706.2
2674.5 2724.7
3630.6 2739.2
4629.7 2726.9
5543.8 2686.2
6456.7 2617.0
6884.8 2579.3
7756.6 2474.9
8346.2 2364.8
9038.2 22... | {
"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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>OpenNSL API Guide a... | {
"pile_set_name": "Github"
} |
// mksysctl_openbsd.pl
// Code generated by the command above; DO NOT EDIT.
package unix
type mibentry struct {
ctlname string
ctloid []_C_int
}
var sysctlMib = []mibentry{
{"ddb.console", []_C_int{9, 6}},
{"ddb.log", []_C_int{9, 7}},
{"ddb.max_line", []_C_int{9, 3}},
{"ddb.max_width", []_C_int{9, 2}},
{"ddb... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.h
// HACClusterMapViewController
//
// Created by Hipolito Arias on 11/8/15.
// Copyright (c) 2015 MasterApp. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'X2Go Client*'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(@(0))
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {... | {
"pile_set_name": "Github"
} |
//g++ -O3 -g0 -DNDEBUG sparse_product.cpp -I.. -I/home/gael/Coding/LinearAlgebra/mtl4/ -DDENSITY=0.005 -DSIZE=10000 && ./a.out
//g++ -O3 -g0 -DNDEBUG sparse_product.cpp -I.. -I/home/gael/Coding/LinearAlgebra/mtl4/ -DDENSITY=0.05 -DSIZE=2000 && ./a.out
// -DNOGMM -DNOMTL -DCSPARSE
// -I /home/gael/Coding/LinearAlgebr... | {
"pile_set_name": "Github"
} |
/*
* intel_soc_pmic_crc.c - Device access for Crystal Cove PMIC
*
* Copyright (C) 2013, 2014 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 as published by the Free Software Founda... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <array>
#include <vector>
#include <boost/serialization/array.hpp>
#include <boost/serialization/deque.hpp>
#include <boost/serialization/priority_queue.hpp>
#include ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using AVFoundation;
using CoreFoundation;
using CoreMedia;
using Foundation;
using UIKit;
namespace AutoWait
{
public partial class PlaybackDetailsViewController : UIViewController
{
[Outlet ("rateLabel")]
UILabel RateLabel { get; set; }
[Out... | {
"pile_set_name": "Github"
} |
import "./module";
import f, { ns } from "./root2";
import * as r2 from "./root2";
it("should be able to import a secondary root", () => {
expect(f()).toBe("ok");
expect(f.x()).toBe("ok");
expect(ns.f()).toBe("ok");
expect(ns.f.x()).toBe("ok");
expect(r2.ns.f()).toBe("ok");
expect(r2.ns.f.x()).toBe("ok");
retur... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="search_toolbar_margin_top">5dp</dimen>
<dimen name="search_toolbar_margin_left">118dp</dimen>
<dimen name="search_toolbar_margin_right">118dp</dimen>
</resources> | {
"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>fileTypes</key>
<array>
<string>hs</string>
</array>
<key>keyEquivalent</key>
<string>^~H</string>
<key>name</key>
<string>Haskell</str... | {
"pile_set_name": "Github"
} |
using System;
namespace Substrate.Nbt
{
/// <summary>
/// A concrete <see cref="SchemaNode"/> representing a <see cref="TagNodeString"/>.
/// </summary>
public sealed class SchemaNodeString : SchemaNode
{
private string _value = "";
private int _length;
/// <su... | {
"pile_set_name": "Github"
} |
#define TEST_NAME "ed25519_convert"
#include "cmptest.h"
static const unsigned char keypair_seed[crypto_sign_ed25519_SEEDBYTES] = {
0x42, 0x11, 0x51, 0xa4, 0x59, 0xfa, 0xea, 0xde, 0x3d, 0x24, 0x71,
0x15, 0xf9, 0x4a, 0xed, 0xae, 0x42, 0x31, 0x81, 0x24, 0x09, 0x5a,
0xfa, 0xbe, 0x4d, 0x14, 0x51, 0xa5, 0x59, ... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../mode/css/css"));
else if (typeof define ==... | {
"pile_set_name": "Github"
} |
#ifndef Py_INTRCHECK_H
#define Py_INTRCHECK_H
#ifdef __cplusplus
extern "C" {
#endif
PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
PyAPI_FUNC(void) PyOS_InitInterrupts(void);
PyAPI_FUNC(void) PyOS_AfterFork(void);
PyAPI_FUNC(int) _PyOS_IsMainThread(void);
#ifdef MS_WINDOWS
/* windows.h is not included by Python.h so... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
... | {
"pile_set_name": "Github"
} |
/*
* ASoC codec driver for spear platform
*
* sound/soc/codecs/sta529.c -- spear ALSA Soc codec driver
*
* Copyright (C) 2012 ST Microelectronics
* Rajeev Kumar <rajeevkumar.linux@gmail.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*
* Based on the Base 64 VLQ implementation in Closure Compiler:
* https://code.google.com/p/closure-compiler/sour... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright ... | {
"pile_set_name": "Github"
} |
-module(msg).
-export([send_on_heap/0
,send_off_heap/0]).
send_on_heap() -> send(on_heap).
send_off_heap() -> send(off_heap).
send(How) ->
%% Spawn a function that loops for a while
P2 = spawn(fun () -> receiver(How) end),
%% spawn a sending process
P1 = spawn(fun () -> sender(P2) end),
P1.
sender... | {
"pile_set_name": "Github"
} |
% DOCKER(1) Docker User Manuals
% Docker Community
% FEBRUARY 2015
# NAME
docker-ps - List containers
# SYNOPSIS
**docker ps**
[**-a**|**--all**]
[**-f**|**--filter**[=*[]*]]
[**--format**=*"TEMPLATE"*]
[**--help**]
[**-l**|**--latest**]
[**-n**[=*-1*]]
[**--no-trunc**]
[**-q**|**--quiet**]
[**-s**|**--size**]
# DESC... | {
"pile_set_name": "Github"
} |
FactoryGirl.define do
factory :item do
user
title {Faker::Company.bs[0..250]}
url {Faker::Internet.url}
end
end
| {
"pile_set_name": "Github"
} |
version=3
opts="uversionmangle=s/-rc/~rc/" \
http://www.openfabrics.org/downloads/mlx4/libmlx4-(.+)\.tar\.gz
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AMD
... | {
"pile_set_name": "Github"
} |
package com.bwssystems.HABridge.plugins.hue;
public class HueDeviceIdentifier {
private String hueName;
private String ipAddress;
private String deviceId;
public String getHueName() {
return hueName;
}
public void setHueName(String hueName) {
this.hueName = hueName;
}
public String getIpAddress... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: bfda56da833e2... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-alpha.7
* @link https://github.com/tabler/tabler
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm.net Paweł Kuna
* Licensed under MIT (https://tabler.io/license)
-->
<h... | {
"pile_set_name": "Github"
} |
# Symfony CMF Routing Bundle
[](https://packagist.org/packages/symfony-cmf/routing-bundle)
[](https://packagist.org/packages/symfony-cmf/routing-bu... | {
"pile_set_name": "Github"
} |
import { Platform } from 'react-native';
import _ from 'lodash';
import variable from './../variables/platform';
export default (variables = variable) => {
const pickerTheme = {
};
return pickerTheme;
};
| {
"pile_set_name": "Github"
} |
package io.hydrosphere.mist.worker.runners
import java.io.File
import java.nio.file.Paths
import io.hydrosphere.mist.worker.SparkArtifact
import io.hydrosphere.mist.worker.runners.python.PythonRunner
import org.apache.commons.io.FileUtils
import org.scalatest.{BeforeAndAfter, FunSpecLike, Matchers}
class RunnerSelec... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Basic DateBox - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<scr... | {
"pile_set_name": "Github"
} |
package de.westnordost.streetcomplete.user
import android.os.Bundle
import android.view.View
import androidx.core.view.isGone
import androidx.fragment.app.Fragment
import androidx.fragment.app.FragmentTransaction.TRANSIT_FRAGMENT_FADE
import androidx.fragment.app.commit
import de.westnordost.streetcomplete.Injector
im... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIICKTCCAdCgAwIBAgIQWtkJW83DqWph5CL1SUe0ozAKBggqhkjOPQQDAjBzMQsw
CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy
YW5jaXNjbzEZMBcGA1UEChMQb3JnMy5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu
b3JnMy5leGFtcGxlLmNvbTAeFw0yMDA0MjkwMjQyMDBaFw0zMDA0MjcwMjQyMDBa
MGwxCzAJBgNVBAYTAlVTMRMwEQYDVQQI... | {
"pile_set_name": "Github"
} |
# Reference Types for WebAssembly
TODO: more text, motivation, explanation
## Introduction
Motivation:
* Easier and more efficient interop with host environment (see e.g. the [Interface Types proposal](https://github.com/WebAssembly/interface-types/blob/master/proposals/interface-types/Explainer.md))
- allow host... | {
"pile_set_name": "Github"
} |
CHECK: BINGO
Done1000000: Done 1000000 runs in
RUN: LLVMFuzzer-SimpleTest 2>&1 | FileCheck %s
# only_ascii mode. Will perform some minimal self-validation.
RUN: LLVMFuzzer-SimpleTest -only_ascii=1 2>&1
RUN: LLVMFuzzer-SimpleCmpTest -max_total_time=1 -use_cmp=0 2>&1 | FileCheck %s --check-prefix=MaxTotalTime
MaxTotal... | {
"pile_set_name": "Github"
} |
/**
* Use the sieve of eratosthenes to find all the prime numbers up to a certain limit.
*
* <p>Time Complexity: O(nloglogn)
*
* @author William Fiset, william.alexandre.fiset@gmail.com
*/
package com.williamfiset.algorithms.math;
public class SieveOfEratosthenes {
// Gets all primes up to, but NOT including ... | {
"pile_set_name": "Github"
} |
if (process.env.npm_package_name === 'pseudomap' &&
process.env.npm_lifecycle_script === 'test')
process.env.TEST_PSEUDOMAP = 'true'
if (typeof Map === 'function' && !process.env.TEST_PSEUDOMAP) {
module.exports = Map
} else {
module.exports = require('./pseudomap')
}
| {
"pile_set_name": "Github"
} |
angular
.module('walletDirectives')
.directive('downloadButton', downloadButton);
function downloadButton ($window, $timeout) {
const directive = {
restrict: 'E',
replace: true,
scope: {
filename: '@',
content: '='
},
template: '<a href="{{dataRef}}" download="{{filename}}" rel="n... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Site
* @subpackage com_contact
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
require_once JPATH_COMPONENT . '/models/category.ph... | {
"pile_set_name": "Github"
} |
// validator: no-self-include
/*
vc_crt_fix_ulink.cpp
Workaround for Visual C++ CRT incompatibility with old Windows versions (ulink version)
*/
/*
Copyright © 2010 Far Group
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the followin... | {
"pile_set_name": "Github"
} |
{
"DESCRIPTION": "Shows information about the server!",
"USAGE": "{{prefix}}serverinfo [ID/Name]",
"EXAMPLES": "{{prefix}}serverinfo Atlanta\n{{prefix}}serverinfo",
"AFK_CHANNEL": "AFK channel",
"NO_AFK_CHANNEL": "No AFK channel",
"MEMBERS": "{{count}} members",
"BOTS": "{{count}} bots",
... | {
"pile_set_name": "Github"
} |
# This file should be placed in the root directory of your project.
# Then modify the CMakeLists.txt file in the root directory of your
# project to incorporate the testing dashboard.
#
# # The following are required to submit to the CDash dashboard:
# ENABLE_TESTING()
# INCLUDE(CTest)
set(CTEST_PROJECT_NAME "Bare... | {
"pile_set_name": "Github"
} |
Scenario(887):
description: "Route table: support whitespace in URL path"
interactions:
- description: test
request:
get: "gh 887"
response:
text: 887
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>echonest.remix.support.midi.constants</title>
<link rel="stylesheet" href="epydoc.css" type... | {
"pile_set_name": "Github"
} |
// ******************************************************************
// *
// * This file is part of the Cxbx project.
// *
// * Cxbx and Cxbe are free software; you can redistribute them
// * and/or modify them under the terms of the GNU General Public
// * License as published by the Free Software Foundation; eit... | {
"pile_set_name": "Github"
} |
# Building `sys/unix`
The sys/unix package provides access to the raw system call interface of the
underlying operating system. See: https://godoc.org/golang.org/x/sys/unix
Porting Go to a new architecture/OS combination or adding syscalls, types, or
constants to an existing architecture/OS pair requires some manual ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.