text stringlengths 2 99k | meta dict |
|---|---|
<?php
$a = $b ? $c : $d;
-----
Block#1
Stmt_JumpIf
cond: Var#1<$b>
if: Block#2
else: Block#3
Block#2
Parent: Block#1
Expr_Assign
var: Var#2
expr: Var#3<$c>
result: Var#4
Stmt_Jump
target: Block#4
Block#3
Parent: Block#1
Expr_Assign
... | {
"pile_set_name": "Github"
} |
1
168
409
496
568
654
727
798
880
937
1048
1050
1350
1389
1497
1603
1604
1744
1868
1917
2179
2288
2289
2290
2394
2467
2610
2833
3039
3042
3268
3478
3546
3778
4078
4120
4363
4471
4771
| {
"pile_set_name": "Github"
} |
#!perl -w
use strict;
use warnings;
use Opcode qw(opset opset_to_ops opdesc);
my $plperl_opmask_h = shift
or die "Usage: $0 <output_filename.h>\n";
my $plperl_opmask_tmp = $plperl_opmask_h . "tmp";
END { unlink $plperl_opmask_tmp }
open my $fh, ">", "$plperl_opmask_tmp"
or die "Could not write to $plperl_opmas... | {
"pile_set_name": "Github"
} |
#!/bin/sh
basedir=`dirname "$0"`
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../requirejs/bin/r.js" "$@"
ret=$?
else
node "$basedir/../requirejs/bin/r.js" "$@"
ret=$?
fi
exit $ret
| {
"pile_set_name": "Github"
} |
/*
Copyright 2020 The KubeVirt 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, so... | {
"pile_set_name": "Github"
} |
.wrapper{width: 370px;margin: 10px auto;zoom: 1;}
.tabbody{height: 360px;}
.tabbody .panel{width:100%;height: 360px;position: absolute;background: #fff;}
.tabbody .panel h1{font-size:26px;margin: 5px 0 0 5px;}
.tabbody .panel p{font-size:12px;margin: 5px 0 0 5px;}
.tabbody table{width:90%;line-height: 20px;margin:... | {
"pile_set_name": "Github"
} |
; RUN: opt -S -globalsplit %s | FileCheck %s
target datalayout = "e-p:64:64"
target triple = "x86_64-unknown-linux-gnu"
; CHECK: @global =
@global = constant { [2 x i8* ()*], [1 x i8* ()*] } {
[2 x i8* ()*] [i8* ()* @f, i8* ()* @g],
[1 x i8* ()*] [i8* ()* @h]
}
define i8* @f() {
ret i8* bitcast (i8* ()** getel... | {
"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>scope</key>
<string>source.lsl</string>
<key>settings</key>
<dict>
<key>icon</key>
<... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# H2O AutoML Binary Classification Demo\n",
"\n",
"This is a [Jupyter](https://jupyter.org/) Notebook. When you execute code within the notebook, the results appear beneath the code. To execute a code chunk, place your cursor o... | {
"pile_set_name": "Github"
} |
46367_airplane.png airplane
33683_airplane.png airplane
46430_airplane.png airplane
12777_airplane.png airplane
18710_airplane.png airplane
25930_airplane.png airplane
41821_airplane.png airplane
10050_airplane.png airplane
40125_airplane.png airplane
22699_airplane.png airplane
26824_airplane.png airplane
22557_airpla... | {
"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"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2005-2006 Joao Abecasis
Copyright (c) 2006-2007 Tobias Schwinger
Use modification and distribution are subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at... | {
"pile_set_name": "Github"
} |
package api
import (
"bytes"
"fmt"
"net/http"
"strings"
"time"
"github.com/alecthomas/template"
"github.com/bojand/ghz/runner"
"github.com/bojand/ghz/web/model"
"github.com/labstack/echo"
)
// ExportDatabase interface for encapsulating database access.
type ExportDatabase interface {
FindReportByID(uint) (... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package uuid
import "io"
// New creates a new random UUID or panics. New is equivalent to
// the expression
//
// uuid.Must(uuid.NewRandom())
func New() UUID... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2018, Cloudera, Inc. All Rights Reserved.
*
* Cloudera, Inc. licenses this file to you 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... | {
"pile_set_name": "Github"
} |
#*****************************************************************************
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDVBTTuning xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- SBS -->
<DVBTTuning>
<Frequency>655500</Frequency>
<BandWidth>7</BandWidth>
<Offset>125</Offset>
</DVBTTuning>
<!-- ABC -->
<D... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
========================================... | {
"pile_set_name": "Github"
} |
\hypertarget{class_c_s_t_l_compiler_attributes}{}\section{C\+S\+T\+L\+Compiler\+Attributes Class Reference}
\label{class_c_s_t_l_compiler_attributes}\index{C\+S\+T\+L\+Compiler\+Attributes@{C\+S\+T\+L\+Compiler\+Attributes}}
This class search for expressions \#\{obj.\+get\} and compiles it.
{\ttfamily \#include... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2011-2019 Asakusa Framework Team.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2019 Lubos Dolezel
Darling is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Darling i... | {
"pile_set_name": "Github"
} |
/* Localized versions of Info.plist keys */
| {
"pile_set_name": "Github"
} |
{
"name": "fastclick",
"repo": "ftlabs/fastclick",
"description": "Polyfill to remove click delays on browsers with touch UIs.",
"version": "1.0.3",
"main": "lib/fastclick.js",
"scripts": [
"lib/fastclick.js"
],
"ignore": [
"examples/",
"tests/"
],
"license": "MIT"
}
| {
"pile_set_name": "Github"
} |
import * as GQL from '../../../shared/src/graphql/schema'
/**
* Common props for components underneath a namespace (e.g., a user or organization).
*/
export interface NamespaceProps {
/**
* The namespace.
*/
namespace: Pick<GQL.Namespace, '__typename' | 'id' | 'url'>
}
| {
"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 no... | {
"pile_set_name": "Github"
} |
; REQUIRES: asserts
; RUN: opt -inline -mtriple=aarch64--linux-gnu -S -debug-only=inline-cost < %s 2>&1 | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64--linux-gnu"
define i32 @outer1(i32* %ptr, i32 %i) {
%C = call i32 @inner1(i32* %ptr, i32 %i)
ret... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
import unittest
import parlai.utils.testing as testing_utils
@testing_utils.skipUnlessGPU
class TestBertModel(unittest... | {
"pile_set_name": "Github"
} |
using NLog;
using NzbDrone.Core.DecisionEngine;
using NzbDrone.Core.Download;
using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.MediaFiles.TrackImport.Specifications
{
public class CloseTrackMatchSpecification : IImportDecisionEngineSpecification<LocalTrack>
{
private const double _threshold = ... | {
"pile_set_name": "Github"
} |
sphinx
sphinx_rtd_theme
pypandoc
twine
wheel
| {
"pile_set_name": "Github"
} |
//
// RxTest-tvOS-Bridging-Header.h
// Tests
//
// Created by Krunoslav Zaher on 11/25/15.
// Copyright Β© 2015 Krunoslav Zaher. All rights reserved.
//
#import "RXObjCRuntime+Testing.h"
| {
"pile_set_name": "Github"
} |
SUBROUTINE CHBGV( JOBZ, UPLO, N, KA, KB, AB, LDAB, BB, LDBB, W, Z,
$ LDZ, WORK, RWORK, INFO )
*
* -- LAPACK driver routine (version 3.0) --
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
* Courant Institute, Argonne National Lab, and Rice University
* September 30... | {
"pile_set_name": "Github"
} |
; <<>> DiG 9.9.5-3ubuntu0.8-Ubuntu <<>> AXFR olayangroup. @a.nic.olayangroup. +nocomments +nocmd +noquestion +nostats +time=15
;; global options: +cmd
; Transfer failed.
| {
"pile_set_name": "Github"
} |
__version__ = '0.7.1'
| {
"pile_set_name": "Github"
} |
'use strict';
var resolveCommand = require('./util/resolveCommand');
var hasEmptyArgumentBug = require('./util/hasEmptyArgumentBug');
var escapeArgument = require('./util/escapeArgument');
var escapeCommand = require('./util/escapeCommand');
var readShebang = require('./util/readShebang');
var isWin = process.platfor... | {
"pile_set_name": "Github"
} |
{
"name": "Rita Aparecida de Quadros",
"displayName": "Rita Aparecida de Quadros",
"properties": [
"baixefacil.com.br"
]
} | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This 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
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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 "net/proxy/dhcp_proxy_script_fetcher_win.h"
#include <memory>
#include <vector>
#include "base/bind.h"
#include "base/bind_helpers.h"
#incl... | {
"pile_set_name": "Github"
} |
<Type Name="IRepresentedMemberInfo" FullName="Xamarin.Interactive.Representations.Reflection.IRepresentedMemberInfo">
<TypeSignature Language="C#" Value="public interface IRepresentedMemberInfo" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IRepresentedMemberInfo" />
<Assemb... | {
"pile_set_name": "Github"
} |
config BR2_PACKAGE_PERL_MOJOLICIOUS
bool "perl-mojolicious"
help
Real-time web framework
http://mojolicious.org
| {
"pile_set_name": "Github"
} |
##########################################################################################
# VSTGUI UIDescription Library
##########################################################################################
set(target vstgui_uidescription)
set(${target}_sources
base64codec.h
compresseduidescription.cpp
... | {
"pile_set_name": "Github"
} |
# From https://lists.x.org/archives/xorg-announce/2018-March/002855.html
md5 987c438e79f5ddb84a9c5726a1610819 mkfontscale-1.1.3.tar.bz2
sha1 2fdbd7c6cc5b0678f2c5d10d2350a809d576e9e5 mkfontscale-1.1.3.tar.bz2
sha256 1e98df69ee5f4542d711e140e1d93e2c3f2775407ccbb7849110d52b91782a6a mkfontscale-1.1.3.tar.bz2
sha512 509e... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
... | {
"pile_set_name": "Github"
} |
package de.jensklingenberg.mpapt.common
import de.jensklingenberg.mpapt.model.FunctionParameter
import de.jensklingenberg.mpapt.model.Package
import org.jetbrains.kotlin.com.intellij.psi.PsiElement
import org.jetbrains.kotlin.descriptors.FunctionDescriptor
import org.jetbrains.kotlin.descriptors.SourceElement
import o... | {
"pile_set_name": "Github"
} |
ο»Ώusing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Materia.Shaders;
using Materia.Textures;
using Materia.Math3D;
using Materia.GLInterfaces;
namespace Materia.Imaging.GLProcessing
{
public class TransformProcessor : ImageProcessor
{
... | {
"pile_set_name": "Github"
} |
//
// P3DMutableLoopIndexArray.m
// P3DCore
//
// Created by Eberhard Rensch on 07.01.10.
// Copyright 2010 Pleasant Software. 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 as published by the Free Softwar... | {
"pile_set_name": "Github"
} |
<!--
Note: The elements in this UI can be broken apart
and spread around your page, as long as you keep the
IDs intact. Elements can also be dropped without
Dojo Offline's default UI breaking.
-->
<div id="dot-widget-container" style="visibility: hidden;">
<div id="dot-widget-title-bar">
<span id="dot-widget-n... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 13705
translator:
weibo: ''
hide: true
command: |-
find . -name "*.pdf" -print0 | xargs -r0 stat -c %y\ %n | sort|awk '{print $4}'|gawk 'BEGIN{ a=1 }{ printf "mv %s %04d.pdf\n", $0, a++ }' | bash
summary: |-
rename files (in this case pdfs) numerically in date order
| {
"pile_set_name": "Github"
} |
/* Copyright 2015, Kenneth MacKay. Licensed under the BSD 2-clause license. */
#ifndef _UECC_VLI_H_
#define _UECC_VLI_H_
#include "uECC.h"
#include "types.h"
/* Functions for raw large-integer manipulation. These are only available
if uECC.c is compiled with uECC_ENABLE_VLI_API defined to 1. */
#ifndef uECC_ENABL... | {
"pile_set_name": "Github"
} |
/*
* Copyright(c) 2007 Atheros Corporation. All rights reserved.
*
* Derived from Intel e1000 driver
* Copyright(c) 1999 - 2005 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 as published by t... | {
"pile_set_name": "Github"
} |
/**
* CFBMode
*
* An ActionScript 3 implementation of the CFB confidentiality mode
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.symmetric
{
import flash.utils.ByteArray;
/**
* This is the "full" CFB.
* CFB1 and CFB8 are hiding somew... | {
"pile_set_name": "Github"
} |
[
{
"settings": [ "master" ],
"resourceStore": {
"lazyResolve": true,
"lazyLangs": true,
"lazyMojits": true
},
"yui": {
"config": {
"filter": "raw"
}
},
"specs": {
"hello-1": {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientatio... | {
"pile_set_name": "Github"
} |
Make sure we can autoreconfigure popt
This commit makes a few changes in the popt build system to allow it
to be autoreconfigured with modern autotools:
- the TESTS variable shouldn't be using $(top_srcdir), and since we
don't care about tests in Buildroot, we just disable it.
- the AM_C_PROTOTYPES macro is dep... | {
"pile_set_name": "Github"
} |
ο»Ώ/*
* Created by SharpDevelop.
* User: Alexander Petrovskiy
* Date: 10/3/2014
* Time: 8:38 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace Tmx.Commands
{
using System.Management.Automation;
using Tmx;
/// <summary>
/// Description of SendTm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" method="html" encoding="utf-8" standalone="yes" />
<xsl:include h... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Static Pages
* @category modules
* @author Nazar Mokrynskyi <nazar@mokrynskyi.com>
* @license 0BSD
*/
namespace cs\modules\Static_pages;
use
cs\Cache,
cs\Config,
cs\Event,
cs\Language\Prefix,
cs\Menu,
cs\Request;
Event::instance()
->on(
'System/Request/routing_replace/after',
f... | {
"pile_set_name": "Github"
} |
// File generated from our OpenAPI spec
namespace Stripe
{
using Newtonsoft.Json;
public class SetupIntentMandateDataOptions : INestedOptions
{
/// <summary>
/// This hash contains details about the customer acceptance of the Mandate.
/// </summary>
[JsonProperty("customer_a... | {
"pile_set_name": "Github"
} |
/*!
*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, y... | {
"pile_set_name": "Github"
} |
var readInstalled = require('../read-installed.js');
var test = require('tap').test;
var path = require('path');
test('prerelease packages should not be marked invalid', function(t) {
readInstalled(
path.join(__dirname, 'fixtures/issue-40'),
{ log: console.error },
function(err, map) {
t.strictEqua... | {
"pile_set_name": "Github"
} |
---
- import_role:
name: service-precheck
vars:
service_precheck_services: "{{ vmtp_services }}"
service_name: "{{ project_name }}"
| {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, STMicroelectronics.
* 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... | {
"pile_set_name": "Github"
} |
import { FunctionAppResource } from "./resources/functionApp";
import { AppInsightsResource } from "./resources/appInsights";
import { StorageAccountResource } from "./resources/storageAccount";
import { CompositeArmTemplate } from "./compositeArmTemplate";
class ConsumptionPlanTemplate extends CompositeArmTemplate {
... | {
"pile_set_name": "Github"
} |
package api
import (
"bytes"
"fmt"
"io"
"net/http"
"strconv"
"strings"
)
// KVPair is used to represent a single K/V entry
type KVPair struct {
// Key is the name of the key. It is also part of the URL path when accessed
// via the API.
Key string
// CreateIndex holds the index corresponding the creation o... | {
"pile_set_name": "Github"
} |
OBJ_X86=anal_x86_im.o
OBJ_X86+=../arch/x86/x86im/x86im.o ../arch/x86/x86im/x86im_fmt.o
STATIC_OBJ+=${OBJ_X86}
TARGET_X86=anal_x86_im.${LIBEXT}
ALL_TARGETS+=${TARGET_X86}
CFLAGS+=-D__X86IM_USE_FMT__
${TARGET_X86}: ${OBJ_X86}
${CC} $(call libname,anal_x86) ${CFLAGS} -o anal_x86_im.${LIBEXT} ${OBJ_X86}
| {
"pile_set_name": "Github"
} |
ncolors = 12
# r g b
40 9 218
36 77 255
60 161 255
113 218 255
171 250 255
226 255 255
255 255 190
255 223 153
255 174 113
249 109 93
218 36 48
164 0 32
| {
"pile_set_name": "Github"
} |
## ChangeLog for: node-http-proxy
## Version 0.8.1 - 6/5/2012
- Fix re-emitting of events in RoutingProxy (coderarity)
- New load balancer and middleware examples (marak)
- Docs updated including changelog (lot of gently people)
## Version 0.8.0 - 12/23/2011
- Imp... | {
"pile_set_name": "Github"
} |
{
"name": "haxeui",
"license": "MIT",
"tags": [
"rich",
"ui"
],
"description": "Styleable application centric rich UI",
"contributors": [
"ianharrigan"
],
"releasenote": "Allow custom dialog buttons to use callbacks",
"version": "1.8.21",
"url": "https://g... | {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"syscall"
)
func main() {
// Geteuid returns the effective user ID of the calling process.
fmt.Println(syscall.Geteuid())
}
| {
"pile_set_name": "Github"
} |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | {
"pile_set_name": "Github"
} |
/**
* aops.c - NTFS kernel address space operations and page cache handling.
* Part of the Linux-NTFS project.
*
* Copyright (c) 2001-2007 Anton Altaparmakov
* Copyright (c) 2002 Richard Russon
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the ... | {
"pile_set_name": "Github"
} |
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 128K
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}
INCLUDE "gcc_nrf51_common.ld"
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
/*
* This file was automatically generated by com.microsoft.tfs.core.ws.generator.Generator
* from the /complexType.vm template.
*/
package ms.tfs.versioncontrol.clientservices._03;
import c... | {
"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_65) on Tue Jun 23 19:39:40 MSK 2015 -->
<TITLE>
Rect
</TITLE>
<META NAME="date" CONTENT="2015-06-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF=... | {
"pile_set_name": "Github"
} |
[](https://gitter.im/opentracing/public) [](https://travis-ci.org/opentracing/opentracing-go) [:
timestamp = -1
if not data:
return timestamp
if len(data) == 1: # data[0][2] always 1
return data[0][0]
n = len(data)
cnt = maxi = 0
for i in range(len(data)):
if data[i][2] == 1:
cnt += data[i][1]
else:
cn... | {
"pile_set_name": "Github"
} |
ο»Ώ<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration> | {
"pile_set_name": "Github"
} |
# Backbone.js + LMD β’ [TodoMVC](http://todomvc.com)
`LMD` is Yet Another RequireJS based on LMD ideology.
This is adapted `backbone_require` example for LMD.
Open `index.html` for basic version and `index-cache.html` for version with localStorage module cache.
## Tests
This application is and adoptation of `backbo... | {
"pile_set_name": "Github"
} |
#ifndef HTTP_STATUS_CODES_HPP
#define HTTP_STATUS_CODES_HPP
#include "status_code_constants.hpp"
#include "../../util/detail/string_view"
namespace http {
util::sview code_description(const status_t status_code) noexcept;
template<typename = void>
inline bool is_informational(const status_t status_code) noexcept {... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "IKDeviceBrowserView.h"
#import "IBDocumentArchiving-Protocol.h"
@interface IKDeviceBrowserView (IBDocumentArchivingGenerator) <IBDocumentArchiving>
- (void)unarchiveWi... | {
"pile_set_name": "Github"
} |
This package contains tools from the Qt3 Graphical User Interface
toolkit. This includes Qt Designer; Qt Linguist, lupdate and lrelease
for translating international applications; qm2ts for converting
old .qm ii18n message files; Qt Assistant for finding help; qtconfig
configuration tool (with online help); uic, the Us... | {
"pile_set_name": "Github"
} |
ο»Ώ{
"data": {
"type": "posts",
"id": "202",
"attributes": {
"content": "Post 2 content",
"created": "2015-02-05T08:10:00.0000000+00:00",
"title": "Post 2"
},
"relationships": {
"author": {
"links": {
... | {
"pile_set_name": "Github"
} |
add_llvm_library(LLVMBinaryFormat
AMDGPUMetadataVerifier.cpp
Dwarf.cpp
Magic.cpp
MsgPackReader.cpp
MsgPackTypes.cpp
MsgPackWriter.cpp
Wasm.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
)
| {
"pile_set_name": "Github"
} |
sha256:b38e66fb3acf45507306e47afbf72ca4b3cde62629a70d919bb532302a0638c1
| {
"pile_set_name": "Github"
} |
module Plugin.Imports
( module B
, module D
, module G
, module P
) where
-- Things I wish were in Prelude
import Control.Category as B ((<<<), (>>>))
import Control.Monad as B ((<=<), (>=>))
import Control.Lens as B ((^.), ... | {
"pile_set_name": "Github"
} |
{% extends "mobile/documents/page.mobile" %}
{% block title %}{% trans %}Edit{% endtrans %} | {{ folder|htsafe }} | {% trans %}Documents{% endtrans %}{% endblock %}
{% block module_title %}{{ folder }}{% endblock %}
{% block module_subtitle %}{% trans %}Folder{% endtrans %}{% endblock %}
{% block module_topmenu %}
... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"\u0635",
"\u0645"
],
"DAY": [
"\u0627\u0644... | {
"pile_set_name": "Github"
} |
<?php
/**
* php-file-iterator
*
* Copyright (c) 2009-2012, Sebastian Bergmann <sb@sebastian-bergmann.de>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of sou... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"bcrypt-pbkdf@1.0.1",
"/Users/eshanker/Code/fsevents"
]
],
"_from": "bcrypt-pbkdf@1.0.1",
"_id": "bcrypt-pbkdf@1.0.1",
"_inBundle": false,
"_integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=",
"_location": "/fsevents/bcrypt-pbkdf",
"_optional": true,
"_phantomChildren":... | {
"pile_set_name": "Github"
} |
/*!
* # Semantic UI 2.2.6 - Container
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Container
*******************************/
/* All Sizes */
.ui.container {
display: block;
max-w... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
// http://sui... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018-present HiveMQ and the HiveMQ Community
*
* 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 ... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Form Plugin
* version: 3.51.0-2014.06.20
* Requires jQuery v1.5 or later
* Copyright (c) 2014 M. Alsup
* Examples and documentation at: http://malsup.com/jquery/form/
* Project repository: https://github.com/malsup/form
* Dual licensed under the MIT and GPL licenses.
* https://github.com/malsup/for... | {
"pile_set_name": "Github"
} |
{ "translations": {
"Storage is temporarily not available" : "O armazenamento estΓ‘ temporariamente indisponΓvel",
"Storage invalid" : "Armazenamento invΓ‘lido",
"Unknown error" : "Erro desconhecido",
"All files" : "Todos os ficheiros",
"File could not be found" : "NΓ£o foi possΓvel encontrar o ficheir... | {
"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"
} |
# https://graphite.readthedocs.io/en/latest/config-carbon.html#storage-schemas-conf
[default]
pattern = .*
retentions = 1s:1d
| {
"pile_set_name": "Github"
} |
Β΅Matrix: A point-and-click matrix-based firewall, with many privacy-enhancing tools. For advanced users.
Β΅Matrix put you in full control of where your browser is allowed to connect, what type of data it is allowed to download, and what it is allowed to execute. Nobody else decides for you: You choose. You are in full ... | {
"pile_set_name": "Github"
} |
export const TEMPLATE_LOADING = Symbol('TEMPLATE_LOADING')
export const TEMPLATE_AVAILABLE = Symbol('TEMPLATE_AVAILABLE')
export const TEMPLATE_UNAVAILABLE = Symbol('TEMPLATE_UNAVAILABLE')
| {
"pile_set_name": "Github"
} |
.rst-content .toggle {
background: none repeat scroll 0 0 #e7f2fa;
padding: 12px;
line-height: 24px;
margin-bottom: 24px;
}
.rst-content .toggle .admonition-title {
display: block;
clear: both;
cursor: pointer;
}
.rst-content .toggle .admonition-title:after {
content: " βΆ";
}
.rst-con... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.