text stringlengths 2 99k | meta dict |
|---|---|
/*
Package buffer provides http.Handler middleware that solves several problems when dealing with http requests:
Reads the entire request and response into buffer, optionally buffering it to disk for large requests.
Checks the limits for the requests and responses, rejecting in case if the limit was exceeded.
Changes ... | {
"pile_set_name": "Github"
} |
.. tabs-drivers::
tabs:
- id: shell
content: |
.. class:: copyable-code
.. code-block:: javascript
db.inventory.insertMany([
{ item: "journal", qty: 25, tags: ["blank", "red"], size: { h: 14, w: 21, uom: "cm" } },
{ item: "mat", qty: 85, tags:... | {
"pile_set_name": "Github"
} |
==== Redirects
Actions can be redirected using the link:../ref/Controllers/redirect.html[redirect] controller method:
[source,groovy]
----
class OverviewController {
def login() {}
def find() {
if (!session.user)
redirect(action: 'login')
return
}
...
}
}... | {
"pile_set_name": "Github"
} |
Title: Vivaldi:贴心好用的新浏览器
Date: 2016-04-13 13:20:24
Authors: toy
Category: Apps
Tags: web browser, vivaldi
Slug: vivaldi
自从上网冲浪那天伊始我们便使用浏览器,时至今日已经有不计其数的浏览器出现。一款浏览器真正打动人心的地方是什么?我以为是不仅具有十分贴心的设计,而且使用起来感觉非常舒服。从这个角度来说,Vivaldi 恰是这样的浏览器。
<!-- PELICAN_END_SUMMARY -->
[]({filenam... | {
"pile_set_name": "Github"
} |
<?php
/**
* Bitrix Framework
* @package bitrix
* @subpackage main
* @copyright 2001-2012 Bitrix
*/
namespace Bitrix\Main;
use Bitrix\Main\Data;
use Bitrix\Main\Diag;
use Bitrix\Main\IO;
/**
* Base class for any application.
*/
abstract class Application
{
/**
* @var Application
*/
protected static $insta... | {
"pile_set_name": "Github"
} |
#include <assert.h>
#include <limits.h>
#include <stdint.h>
#include "blake2.h"
#include "crypto_generichash_blake2b.h"
#include "private/implementations.h"
int
crypto_generichash_blake2b(unsigned char *out, size_t outlen,
const unsigned char *in, unsigned long long inlen,
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2016 Turi
* All rights reserved.
*
* This software may be modified and distributed under the terms
* of the BSD license. See the LICENSE file for details.
*/
#ifndef GRAPHLAB_UNITY_LIB_SFRAME_CSV_LINE_TOKENIZER_HPP
#define GRAPHLAB_UNITY_LIB_SFRAME_CSV_LINE_TOKENIZER_HPP
#include <vector>
#inc... | {
"pile_set_name": "Github"
} |
package com.beyondxia.host;
import android.app.Application;
import com.beyondxia.modules.BuildConfig;
import com.beyondxia.modules.ServiceHelper;
/**
* Created by xiaojunxia on 2018/9/26.
*/
public class MyApp extends Application {
@Override
public void onCreate() {
super.onCreate();
Servi... | {
"pile_set_name": "Github"
} |
# - Try to find the OpenSSL library
# Once done this will define
#
# OpenSSL_FOUND - system has the OpenSSL library
# OpenSSL_INCLUDE_DIRS - Include paths needed
# OpenSSL_LIBRARY_DIRS - Linker paths needed
# OpenSSL_LIBRARIES - Libraries needed
# Copyright (c) 2010, Ambroz Bizjak, <ambrop7@gmail.com>
#
# Redistri... | {
"pile_set_name": "Github"
} |
1 polish x-vnd.Haiku-SMTP 815985329
POP3 authentication failed. The server said:\n smtp Nieudane uwierzytelnianie POP3. Serwer odpowiedział:\n
Destination: ConfigView Katalog docelowy:
Error while logging in to %serv smtp Błąd podczas logowania do %serv
Connecting to server… smtp Łączenie z serwerem…
Unencrypted Co... | {
"pile_set_name": "Github"
} |
{
"kind": "webfonts#webfont",
"family": "Bahianita",
"category": "display",
"variants": ["regular"],
"subsets": ["latin", "latin-ext", "vietnamese"],
"version": "v2",
"lastModified": "2019-11-05",
"files": {
"regular": "http://fonts.gstatic.com/s/bahianita/v2/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf"
}
... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | {
"pile_set_name": "Github"
} |
/**
* ◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉ ...... SOURCE CODE ......◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉
* ◉◉◉................................................... ◉◉◉
* ◉◉◉ https://github.com/AAChartModel/AAChartCore ◉◉◉
* ◉◉◉ https://github.com/AAChartModel/AAChartCore-Kotlin ◉◉◉
* ◉◉◉......................................... | {
"pile_set_name": "Github"
} |
package ch.ge.ve.commons.fileutils
/*
* -
* #%L
* Common crypto utilities
* %%
* Copyright (C) 2016 République et Canton de Genève
* %%
* 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 Found... | {
"pile_set_name": "Github"
} |
<!-- HTML header for doxygen 1.8.13-->
<!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>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/xht... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Pla... | {
"pile_set_name": "Github"
} |
'use strict';
const {promisify} = require('util');
const {finished, Transform} = require('stream');
const fancyLog = require('fancy-log');
const git = require('./lib.js');
const inspectWithKind = require('inspect-with-kind');
const {isVinyl} = require('vinyl');
const PluginError = require('plugin-error');
const vinyl... | {
"pile_set_name": "Github"
} |
package com.sksamuel.elastic4s.requests.searches.queries.span
import org.scalatest.funsuite.AnyFunSuite
import org.scalatest.matchers.should.Matchers
class SpanFirstQueryBodyFnTest extends AnyFunSuite with Matchers {
test("SpanFirstQueryBodyFn apply should return appropriate XContentBuilder") {
val builder = S... | {
"pile_set_name": "Github"
} |
--- a/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/ralink/rt2x00/rt2800lib.c
@@ -8186,6 +8186,27 @@ static const struct rf_channel rf_vals_5
{196, 83, 0, 12, 1},
};
+/*
+ * RF value list for rt3xxx with Xtal20MHz
+ * Supports: 2.4 GHz (all) (RF3322)
+ */
+static const struct rf_channel... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
/**
* The Burmese language file for Shadowbox.
*
* This file is part of Shadowbox.
*
* Shadowbox is an online media viewer application that supports all of the
* web's most popular media publishing formats. Shadowbox is written entirely
* in JavaScript and CSS and is highly customizable. Using Shadowbox, website... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>IPlugSurroundEffect</string>
<key>CFBundleGe... | {
"pile_set_name": "Github"
} |
"use strict"
function addLazyProperty(object, name, initializer, enumerable) {
Object.defineProperty(object, name, {
get: function() {
var v = initializer.call(this)
Object.defineProperty(this, name, { value: v, enumerable: !!enumerable, writable: true })
return v
},
set: function(v) {
... | {
"pile_set_name": "Github"
} |
package mage.cards.f;
import java.util.UUID;
import mage.abilities.effects.Effect;
import mage.abilities.effects.common.continuous.BoostTargetEffect;
import mage.abilities.effects.common.continuous.GainAbilityTargetEffect;
import mage.abilities.keyword.HasteAbility;
import mage.cards.CardImpl;
import mage.cards.CardS... | {
"pile_set_name": "Github"
} |
from ..lib import removed_packages
removed_packages.mark()
| {
"pile_set_name": "Github"
} |
package com.highperformancespark.examples.ml
import com.highperformancespark.examples.dataframe._
import scala.collection.{Map, mutable}
import scala.collection.mutable.{ArrayBuffer, MutableList}
import org.apache.spark._
import org.apache.spark.rdd.RDD
import org.apache.spark.sql._
import org.apache.spark.sql._
imp... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
#
# This file is part of Ansible
#
# Ansible 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.
#
# Ansible is distribut... | {
"pile_set_name": "Github"
} |
package vandy.mooc.threadconfig.activities;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.TextView;
import vandy.mooc.threadconfig.R;
import vandy.mooc.threadconfig.utils.UiUtils;
/**
* An activity that handles runtime configu... | {
"pile_set_name": "Github"
} |
<?php
namespace spec\Prophecy\Promise;
use PhpSpec\ObjectBehavior;
use Prophecy\Prophecy\MethodProphecy;
use Prophecy\Prophecy\ObjectProphecy;
class ReturnArgumentPromiseSpec extends ObjectBehavior
{
function it_is_promise()
{
$this->shouldBeAnInstanceOf('Prophecy\Promise\PromiseInterface');
}
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2018 Dgraph Labs, Inc. and Contributors
*
* 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"
} |
/*
* =============================================================================
*
* Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.org)
*
* 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... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from django import template
from django.template.defaultfilters import stringfilter
register = template.Library()
@register.filter(is_safe=True)
@stringfilter
def truncateletters(value, arg):
"""
Truncates a string after a certain number of letters
Argument: Number of letters to ... | {
"pile_set_name": "Github"
} |
/* Copyright 2013-2015 MongoDB 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 in writin... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>creator</key>
<string>org.robofab.ufoLib</string>
<key>formatVersion</key>
<integer>2</integer>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
<?php
namespace Github\Exception;
class GitGetTreeNotFoundException extends \RuntimeException implements ClientException
{
private $basicError;
public function __construct(\Github\Model\BasicError $basicError)
{
parent::__construct('Resource Not Found', 404);
$this->basicError = $basicErro... | {
"pile_set_name": "Github"
} |
import re
import requests
from bs4 import BeautifulSoup
from sota_extractor.taskdb.v01 import (
Task,
Dataset,
Link,
Sota,
SotaRow,
TaskDB,
)
REDITSOTA_URL = (
"https://raw.githubusercontent.com/RedditSota/"
"state-of-the-art-result-for-machine-learning-problems/master/README.md"
)
de... | {
"pile_set_name": "Github"
} |
# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
# Examples:
#
# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }])
# Mayor.create(:name =>... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6e0d2f3cad2f24d2ca12b1ad39cb62bd
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package com.alorma.github.ui.utils;
import core.User;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class AvatarHelper {
private static final String GITHUB_AVATAR =
"https://camo.githubusercon... | {
"pile_set_name": "Github"
} |
### convert/
**make sure you set GOMAXPROCS=4 (or however many processors you have)**
| {
"pile_set_name": "Github"
} |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Default">
<Color x:Key="ItemSelectionColor">#FFE2742F</Color>
<!-- ... | {
"pile_set_name": "Github"
} |
require 'backports/tools/require_relative_dir'
Backports.require_relative_dir
| {
"pile_set_name": "Github"
} |
The standard library {\tt mailcaster} package implements a one-to-many inter-thread communication mechanism.
The {\tt mailcaster} package implements the \ahrefloc{api:Mailcaster}{Mailcaster} API.
The {\tt mailcaster} package source code is in \ahrefloc{src/lib/src/lib/thread-kit/src/lib/mailcaster.pkg}{src/lib/src/l... | {
"pile_set_name": "Github"
} |
/* This file is part of the Pangolin Project.
* http://github.com/stevenlovegrove/Pangolin
*
* Copyright (c) 2011 Steven Lovegrove
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software wit... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 s390x,go1.11,!gccgo,!appengine
#include "textflag.h"
// Implementation of Poly1305 using the vector facility (vx) and the VMSL instruction.
// cons... | {
"pile_set_name": "Github"
} |
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
package(defau... | {
"pile_set_name": "Github"
} |
// Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "../../../include/fpdfapi/fpdf_page.h"
#include "../../../include/fp... | {
"pile_set_name": "Github"
} |
There is a ppro flag in cast-586 which turns on/off
generation of pentium pro/II friendly code
This flag makes the inner loop one cycle longer, but generates
code that runs %30 faster on the pentium pro/II, while only %7 slower
on the pentium. By default, this flag is on.
| {
"pile_set_name": "Github"
} |
<?php declare(strict_types = 1);
namespace PHPStan\PhpDocParser\Ast\PhpDoc;
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
class ParamTagValueNode implements PhpDocTagValueNode
{
/** @var TypeNode */
public $type;
/** @var bool */
public $isVariadic;
/** @var string */
public $parameterName;
/** @var string ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
from alipay.aop.api.response.AlipayResponse import AlipayResponse
class AlipayCommerceTransportOfflinepayUserblacklistQueryResponse(AlipayResponse):
def __init__(self):
super(AlipayCommerceTransportOfflinepayUserblacklistQueryResponse, self).__in... | {
"pile_set_name": "Github"
} |
from rlpyt.utils.launching.affinity import encode_affinity
from rlpyt.utils.launching.exp_launcher import run_experiments
from rlpyt.utils.launching.variant import make_variants, VariantLevel
script = "rlpyt/experiments/scripts/atari/dqn/train/atari_r2d1_async_alt.py"
affinity_code = encode_affinity(
n_cpu_core=2... | {
"pile_set_name": "Github"
} |
FUTURE
StringBuilderCapLen03
--max-nondet-string-length 1000
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--
^warning: ignoring
| {
"pile_set_name": "Github"
} |
@model AddPhoneNumberViewModel
@{
ViewData["Title"] = "Add Phone Number";
}
<h2>@ViewData["Title"].</h2>
<form asp-controller="Manage" asp-action="AddPhoneNumber" method="post" class="form-horizontal" role="form">
<h4>Add a phone number.</h4>
<hr />
<div asp-validation-summary="ValidationSumm... | {
"pile_set_name": "Github"
} |
angular.module('Bastion.routing', ['ui.router', 'ui.router.state.events']);
(function () {
'use strict';
/**
* @ngdoc config
* @name Bastion.routing.config
*
* @requires $urlRouterProvider
* @requires $locationProvider
*
* @description
* Routing configuration for Bas... | {
"pile_set_name": "Github"
} |
<!-- Place the following snippet at the bottom of the deck container. -->
<div aria-role="navigation">
<a href="#" class="deck-prev-link" title="Previous">←</a>
<a href="#" class="deck-next-link" title="Next">→</a>
</div>
| {
"pile_set_name": "Github"
} |
{
"enabled": 1,
"hidden": true,
"description": "Jobsets",
"nixexprinput": "src",
"nixexprpath": "jobsets.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 10,
"inputs": {
"src": {
"type": "git",
"value": "https://github.com/ha... | {
"pile_set_name": "Github"
} |
# Version 1.5.0beta2: Sandboxed, Hardened & Notarized
<span style="font-weight: bold; color: red;">Please disable <em>Start at login</em> in <em>Preferences</em> before you update. You can also check <a target="_blank" href="https://github.com/newmarcel/KeepingYouAwake/wiki/1.5:-Start-at-Login-Problems">this wiki page... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
6435A457251C89F400A6167A /* ModifyRecordsOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6435A456251C89F400A6167A /* ModifyRecordsOperation.swift */; };
648D93E522CBEF4D00C01529 /... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Cult... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2016 consulo.io
*
* 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"
} |
#update {
margin:10px 40px;
}
.button {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px / 100% Arial, Helvetica, sans-serif;
padding: 0.5em 1em 0.55em;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 0.5em;
-moz-bord... | {
"pile_set_name": "Github"
} |
#ifndef _TOWER_PANLE_LAYER_H_
#define _TOWER_PANLE_LAYER_H_
#include "cocos2d.h"
#include "Circle.h"
#include "Terrain.h"
#include "BaseBuildIcon.h"
USING_NS_CC;
class TowerPanleLayer: public Sprite
{
public:
virtual bool init() override;
CREATE_FUNC(TowerPanleLayer);
// 重载触摸回调函数
bool onTouchBegan(T... | {
"pile_set_name": "Github"
} |
ܟܠ ܒܪܢܫܐ ܒܪܝܠܗ ܚܐܪܐ ܘܒܪܒܪ ܓܘ ܐܝܩܪܐ ܘܙܕܩܐ. ܘܦܝܫܝܠܗ ܝܗܒܐ ܗܘܢܐ ܘܐܢܝܬ. ܒܘܕ ܕܐܗܐ ܓܫܩܬܝ ܥܠ ܐܚܪܢܐ ܓܪܓ ܗܘܝܐ ܒܚܕ ܪܘܚܐ ܕܐܚܢܘܬܐ.
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_VOID_FWD_HPP_INCLUDED
#define BOOST_MPL_VOID_FWD_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2001-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/m... | {
"pile_set_name": "Github"
} |
package com.pinery.aidl.client;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;
import com.pinery.aidl.IToastService;
import co... | {
"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>publicmapping.redistricting.models.Region.Meta</title>
<link rel="stylesheet" href="epydoc.... | {
"pile_set_name": "Github"
} |
v 0.000000 -1.000000 -1.000000
v 0.195090 -1.000000 -0.980785
v 0.382683 -1.000000 -0.923880
v 0.555570 -1.000000 -0.831470
v 0.707107 -1.000000 -0.707107
v 0.831470 -1.000000 -0.555570
v 0.923880 -1.000000 -0.382683
v 0.980785 -1.000000 -0.195090
v 1.000000 -1.000000 -0.000000
v 0.980785 -1.000000 0.195090
v 0.923880 ... | {
"pile_set_name": "Github"
} |
;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj -disable-hsdr %s -o - \
;; RUN: | llvm-objdump -s - | FileCheck %s
define i64 @foo (i64 %a, i64 %b)
{
%1 = and i64 %a, %b
ret i64 %1
}
; CHECK: 0000 0042e0d3 00c09f52
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
... | {
"pile_set_name": "Github"
} |
#import "TestHelper.h"
static int
beforeAllRan
, afterAllRan
;
SpecBegin(_PendingSpecTest5)
describe(@"group", ^{
beforeAll(^{
beforeAllRan ++;
});
pending(@"pending 1", ^{ });
pending(@"pending 2", ^{ });
it(@"example 1", ^{ });
it(@"example 2", ^{ });
pending(@"pending 3", ^{ });
pending(@"p... | {
"pile_set_name": "Github"
} |
package org.infinispan.encoding.impl;
import static org.infinispan.commons.dataconversion.MediaType.APPLICATION_OBJECT;
import java.util.HashSet;
import java.util.Set;
import org.infinispan.commons.dataconversion.MediaType;
import org.infinispan.commons.dataconversion.Transcoder;
import org.infinispan.util.logging.L... | {
"pile_set_name": "Github"
} |
/// @description Insert description here
// You can write your code in this editor
// Inherit the parent event
event_inherited();
///Anti-Bug: Teleport If Inside Wall
if collision_point(x,y,obj_limit,false,true)
{
//Middle of Boss Room
x=mySpawnX;
y=mySpawnY;
} | {
"pile_set_name": "Github"
} |
//
// MIT License
//
// Copyright (c) 2014 Bob McCune http://bobmccune.com/
// Copyright (c) 2014 TapHarmonic, LLC http://tapharmonic.com/
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the S... | {
"pile_set_name": "Github"
} |
# Locally computed:
sha256 97c8b700b3fe73d48eacb259008f410d6567e5d7d1b8e96386f8cc2422135ca5 python-coherence-b7856985fd496689ca1f9024925ae737297c00d1.tar.gz
| {
"pile_set_name": "Github"
} |
lf
lf
lf
lf
lf
| {
"pile_set_name": "Github"
} |
/**
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
*
* The Apereo Foundation licenses this file to you under the Educational
* Community License, Version 2.0 (the ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Sensio\Bundle\FrameworkExtraBundle\Tests\Request\ParamConverter;
use Se... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace PhpParser;
class NodeTraverser implements NodeTraverserInterface
{
/**
* If NodeVisitor::enterNode() returns DONT_TRAVERSE_CHILDREN, child nodes
* of the current node will not be traversed for any visitors.
*
* For subsequent visitors enterNode() will s... | {
"pile_set_name": "Github"
} |
/*
* OPCODE - Optimized Collision Detection
* http://www.codercorner.com/Opcode.htm
*
* Copyright (c) 2001-2008 Pierre Terdiman, pierre@codercorner.com
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of t... | {
"pile_set_name": "Github"
} |
To get emoji support:
Go to https://github.com/github/gemoji/tree/master/images/emoji/unicode
and copy the images into this directory.
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
# generated from catkin/cmake/template/setup.sh.in
# Sets various environment variables and sources additional environment hooks.
# It tries it's best to undo changes from a previously sourced setup file before.
# Supported command line options:
# --extend: skips the undoing of changes from a previou... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------
// <copyright file="CommandActionParameter.cs" company="Effort Team">
// Copyright (C) Effort Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and assoc... | {
"pile_set_name": "Github"
} |
src/backend/utils/misc/README
GUC Implementation Notes
========================
The GUC (Grand Unified Configuration) module implements configuration
variables of multiple types (currently boolean, enum, int, real, and string).
Variable settings can come from various places, with a priority ordering
determining which... | {
"pile_set_name": "Github"
} |
! RUN: %f18 -E %s 2>&1 | FileCheck %s
! CHECK: res=((666)+111)
* FLM call split between name and (, clipped
integer function IFLM(x)
integer :: x
IFLM = x
end function IFLM
program main
#define IFLM(x) ((x)+111)
integer :: res
* 'comment' is in column 73
* 1 2 ... | {
"pile_set_name": "Github"
} |
/**
* @file wm_wl_timers.h
*
* @brief task APIs
*
* @author dave
*
* Copyright (c) 2015 Winner Microelectronics Co., Ltd.
*/
#ifndef __TLS_WL_TIMERS_H__
#define __TLS_WL_TIMERS_H__
#include "wm_type_def.h"
#include "wm_wl_mbox.h"
/** callback function of time out */
typedef void (* tls_timeout_handler)(... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2005-2016 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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... | {
"pile_set_name": "Github"
} |
#!/bin/sh
. $TOPDIR/include/site/linux
ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_int16_t=2
ac_cv_sizeof_int32_t=4
ac_cv_sizeof_int64_t=8
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_siz... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources name="en" flag="gb" title="English">
<string name="_bx_shopify"><![CDATA[Shopify]]></string>
<string name="_bx_shopify_cmts"><![CDATA[Shopify's Reviews]]></string>
<string name="_bx_shopify_option_per_page_browse"><![CDATA[Number of items per page]]></string>
<str... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 "sql/sql_memory_dump_provider.h"
#include "base/trace_event/memory_dump_manager.h"
#include "base/trace_event/process_memory_dump.h"
#include "t... | {
"pile_set_name": "Github"
} |
from __future__ import print_function
from future.utils import viewitems
from miasm.arch.x86.arch import mn_x86
from miasm.expression.expression import get_rw
from miasm.arch.x86.ira import ir_a_x86_32
from miasm.core.locationdb import LocationDB
loc_db = LocationDB()
print("""
Simple expression manipulation demo.... | {
"pile_set_name": "Github"
} |
-- This file should undo anything in `up.sql`
DROP TABLE likes;
| {
"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.
// This file contains utility functions for dealing with the local
// filesystem.
#ifndef BASE_FILES_FILE_UTIL_H_
#define BASE_FILES_FILE_UTIL_H_
#i... | {
"pile_set_name": "Github"
} |
This project was automatically exported from code.google.com/p/go-uuid
# uuid 
The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
This package now... | {
"pile_set_name": "Github"
} |
<cfcomponent>
<cfproperty name="prop1">
<cfproperty name="prop2">
<cfset a = pro<caret>>
</cfcomponent> | {
"pile_set_name": "Github"
} |
#
# The art-fairs listing page
#
express = require 'express'
routes = require './routes'
app = module.exports = express()
app.set 'views', __dirname + '/templates'
app.set 'view engine', 'jade'
app.get '/art-fairs', routes.index
app.get '/fairs', routes.index
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.