text stringlengths 2 99.9k | meta dict |
|---|---|
var Stream = require('stream');
var util = require('util');
var Response = module.exports = function (res) {
this.offset = 0;
this.readable = true;
};
util.inherits(Response, Stream);
var capable = {
streaming : true,
status2 : true
};
function parseHeaders (res) {
var lines = res.getAllResponse... | {
"pile_set_name": "Github"
} |
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
.NET Core task - (DotNetCoreCLI) incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft reserves al... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2011-2014 Yubico AB. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// de Barcelona (UAB).
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#pragma once
#include "carla/NonCopyable.h"
#include "carla/road/LaneSection.h"
#include <map... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Google Inc. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
package appengine
import "golang.org/x/net/context"
// IsTimeoutError reports whether err is a timeout error.
func IsTimeoutError(err error) bool {
if err == ... | {
"pile_set_name": "Github"
} |
{
"ConnectionStrings": {
"Default": "Server=localhost; Database=HeroShopDb; Trusted_Connection=True;"
},
"App": {
"ServerRootAddress": "http://localhost:21021/",
"ClientRootAddress": "http://localhost:4200/",
"CorsOrigins": "http://localhost:4200"
},
"Authentication": {
"JwtBearer": {
... | {
"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 "Licens... | {
"pile_set_name": "Github"
} |
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using WeiSha.Common;
using Song.ServiceInterfaces;
using... | {
"pile_set_name": "Github"
} |
import cos from "highlight.js/lib/languages/cos";
export default cos;
| {
"pile_set_name": "Github"
} |
/*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2015 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright noti... | {
"pile_set_name": "Github"
} |
/* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
#define MSND_CLASSIC
#include "msnd_pinnacle.c"
| {
"pile_set_name": "Github"
} |
p { color: violet }
| {
"pile_set_name": "Github"
} |
package Perlito5::Perl6::TreeGrammar;
use Perlito5::Dumper;
use strict;
use Perlito5::TreeGrammar;
sub refactor_range_operator {
my ($class, $in) = @_;
Perlito5::TreeGrammar::render(
[ And => [ Lookup => 'code', [ Value => 'infix:<..>' ] ],
[ Lookup => 'arguments',
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
perl aesni_gcm-x64.pl macosx > aesni_gcm-x64-osx.s
perl aesni-x64.pl macosx > aesni-x64-osx.s
perl ghash-x64.pl macosx > ghash-x64-osx.s
perl aesni_gcm-x64.pl gas > aesni_gcm-x64-linux.s
perl aesni-x64.pl gas > aesni-x64-linux.s
perl ghash-x64.pl gas > ghash-x64-linux.s
| {
"pile_set_name": "Github"
} |
package cli
import (
"bytes"
"fmt"
"io"
"sync"
)
// NewMockUi returns a fully initialized MockUi instance
// which is safe for concurrent use.
func NewMockUi() *MockUi {
m := new(MockUi)
m.once.Do(m.init)
return m
}
// MockUi is a mock UI that is used for tests and is exported publicly
// for use in external ... | {
"pile_set_name": "Github"
} |
extern crate serde_json;
extern crate frank_jwt;
mod jwt_context;
use jwt_context::JwtContext;
use log::info;
use serde_json::{json, Value};
use thruster::middleware::cookies::HasCookies;
use thruster::{async_middleware, middleware_fn};
use thruster::{App, Request, Server, ThrusterServer};
use thruster::{MiddlewareNe... | {
"pile_set_name": "Github"
} |
"use strict";
var to_ascii = typeof atob == "undefined" ? function(b64) {
return new Buffer(b64, "base64").toString();
} : atob;
var to_base64 = typeof btoa == "undefined" ? function(str) {
return new Buffer(str).toString("base64");
} : btoa;
function read_source_map(code) {
var match = /\n\/\/# sourceMap... | {
"pile_set_name": "Github"
} |
package org.dbpedia.spotlight.db.memory
import org.dbpedia.spotlight.db.model.TokenTypeStore
import org.dbpedia.spotlight.model.TokenType
import sun.reflect.generics.reflectiveObjects.NotImplementedException
class DummyTokenTypeStore extends TokenTypeStore {
/**
* Returns ID and count of a token in the database... | {
"pile_set_name": "Github"
} |
/// @file
/// A file
/// A typedef
typedef int Typedef;
//! An enum
enum Enum {
Value, //!< A brief description
Another, /**< A detailed description */
/**
* @brief A brief description
*
* And a detailed one as well.
*/
Last
};
| {
"pile_set_name": "Github"
} |
// ***********************************************
// This example commands.js shows you how to
// create various custom commands and overwrite
// existing commands.
//
// For more comprehensive examples of custom
// commands please read more here:
// https://on.cypress.io/custom-commands
// ***************************... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2015-2019 Uber Technologies, Inc. (streaming-data@uber.com)
*
* 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
... | {
"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>PACKAGES</key>
<array>
<dict>
<key>MUST-CLOSE-APPLICATION-ITEMS</key>
<array/>
<key>MUST-CLOSE-APPLICATIONS</key>
<false/>
<k... | {
"pile_set_name": "Github"
} |
CREATE TYPE public.continent AS ENUM (
'ASIA',
'AFRICA',
'ANTARCTICA',
'AUSTRALIA',
'EUROPE',
'NORTH_AMERICA',
'SOUTH_AMERICA'
);
ALTER TABLE public.campaigns
ADD COLUMN continent continent;
CREATE INDEX IF NOT EXISTS campaigns_continent_idx
ON public.campaigns
USING btree (continent); | {
"pile_set_name": "Github"
} |
<?php
// vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:
/**
* Wikilink rule end renderer for Xhtml
*
* PHP versions 4 and 5
*
* @category Text
* @package Text_Wiki
* @author Paul M. Jones <pmjones@php.net>
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @version ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<!--
Purpose:
This include file enables and configures the bridge
to forward changes to users and roles from CMS server group
to CD server group.
Configuration properties in this file:
Domains - the list of security domains configured in Sitecore for which events w... | {
"pile_set_name": "Github"
} |
# -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
#
# Copyright (C) 2020 Canonical Ltd
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as
# published by the Free Software Foundation.
#
# This program is distributed in the h... | {
"pile_set_name": "Github"
} |
/*
* sound/soc/omap/mcbsp.h
*
* OMAP Multi-Channel Buffered Serial Port
*
* Contact: Jarkko Nikula <jarkko.nikula@bitmer.com>
* Peter Ujfalusi <peter.ujfalusi@ti.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package ctxhttp
import (
"io/ioutil"
"net/http"
"net/http/httptest"
"testing"
"time"
"golang.org/x/net/context"
)
const (
requestDuration = 100 * time... | {
"pile_set_name": "Github"
} |
/*
* Ext JS Library 2.2
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.menu.DateMenu=function(A){Ext.menu.DateMenu.superclass.constructor.call(this,A);this.plain=true;var B=new Ext.menu.DateItem(A);this.add(B);this.picker=B.picker;this.relayEvents(B,["se... | {
"pile_set_name": "Github"
} |
/* crypto/rc4/rc4.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | {
"pile_set_name": "Github"
} |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
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 Foundation.
This progra... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2013, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; ... | {
"pile_set_name": "Github"
} |
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
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... | {
"pile_set_name": "Github"
} |
/*
* Deluxe Paint Animation demuxer
* Copyright (c) 2009 Peter Ross
*
* This file is part of FFmpeg.
*
* FFmpeg 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 Licen... | {
"pile_set_name": "Github"
} |
/* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
*/
/*
* misc2.c: Various functions.
*/
#include "vim.h"
#ifdef HAVE_FCNTL_H
# include <fcntl.h> /* fo... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2003
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
*/
/*
* LOCATION: see http://www.boost.org for most recent... | {
"pile_set_name": "Github"
} |
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
250 Accepted
354 Enter message, ending with "." on a line by itself
250 OK id=10HmaX-0005vi-00
221 myhost.test.ex closing connection
| {
"pile_set_name": "Github"
} |
/*
* 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, software distributed under t... | {
"pile_set_name": "Github"
} |
import {
STORE_NEW_BOARD_TO_COLLECTION,
} from '~Actions/ActionTypes';
const initialState = [];
export default function(state = initialState, action) {
switch (action.type) {
case STORE_NEW_BOARD_TO_COLLECTION:
return [...state, action.payload];
default:
return state... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ENCRYPTED_KEY_H
#define __ENCRYPTED_KEY_H
#define ENCRYPTED_DEBUG 0
#if defined(CONFIG_TRUSTED_KEYS) || \
(defined(CONFIG_TRUSTED_KEYS_MODULE) && defined(CONFIG_ENCRYPTED_KEYS_MODULE))
extern struct key *request_trusted_key(const char *trusted_desc,
const u... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Results>
<DiscoveryClientResult referenceType="System.Web.Services.Discovery.DiscoveryDocumentReference" url="http://devapi.socioboard.com/Service... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#pragma once
#include "atn/DecisionState.h"
namespace antlr4 {
namespace atn {
/// The start of a regular {@code (.... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!13 &1
InputManager:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Axes:
- serializedVersion: 3
m_Name: Horizontal
descriptiveName:
descriptiveNegativeName:
negativeButton: left
positiveButton: right
altNegativeButton: a
altPositiveButto... | {
"pile_set_name": "Github"
} |
{
"name": "Solidity 4 - docker",
"sourceDirectory": "./custom_contracts",
"outputDirectory": "./custom_build",
"nodeModulesDirectory": "./custom_node_modules",
"compilerType": "dockerized-solc",
"compilerVersion": "0.4.24"
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006, 2008, 2011, 2014 Apple Inc. All rights reserved.
* Copyright (C) 2012 Research In Motion Limited. 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. Redistributio... | {
"pile_set_name": "Github"
} |
/*==========================================================================;
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* File: d3drm.h
* Content: Direct3DRM include file
*
***************************************************************************/
#ifndef _D3DRMOBJ_... | {
"pile_set_name": "Github"
} |
fi-pl:
activemodel:
attributes:
agenda:
description: Kuvaus
duration: Kesto
title: Otsikko
close_meeting:
attendees_count: Osallistujien määrä
attending_organizations: Osallistuvien organisaatioiden lista
closing_report: Raportti
contributions_co... | {
"pile_set_name": "Github"
} |
---
title: Default Custom Action Locations and IDs
manager: soliver
ms.date: 3/9/2015
ms.audience: Developer
ms.topic: reference
keywords:
- feature. custom action [sharepoint 2010],custom action ID [SharePoint 2010]
ms.prod: sharepoint
localization_priority: Normal
ms.assetid: 6889686e-f6e6-4da0-bfd4-099878614980
---
... | {
"pile_set_name": "Github"
} |
var page = require('webpage').create();
page.open("http://localhost:3000/test/index.html", function (status) {
if (status != "success") {
console.log("page couldn't be loaded successfully");
phantom.exit(1);
}
waitFor(function () {
return page.evaluate(function () {
var output = document.getEle... | {
"pile_set_name": "Github"
} |
printf("included\n");
| {
"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>A</key>
<string>A_.glif</string>
<key>B</key>
<string>B_.glif</string>
<key>C</key>
<string>C_.glif</string>
<key>D</key>
<stri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="account_invoice_line_facturx_export">
<t xmlns:ram="urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100"
xmlns:rsm="urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100"
... | {
"pile_set_name": "Github"
} |
/**
*
* Copyright 2017 Google Inc. All rights reserved.
*
* 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 app... | {
"pile_set_name": "Github"
} |
<template>
<div class="main">
<!-- Loader -->
<div class="page-loading loader-inner ball-pulse" v-if="isLoading">
<div></div>
<div></div>
<div></div>
</div>
<!-- Mail -->
<div>
<div class="mail" v-if="!error">
<div class="mail-title">
<h4 class="title is-... | {
"pile_set_name": "Github"
} |
---
title: PolyEditor 的使用和事件绑定
order: 1
---
```jsx
import { Map, Polygon, Polyline, PolyEditor } from 'react-amap';
class App extends React.Component{
constructor() {
super();
this.state = {
lineActive: true,
polygonActive: true,
};
this.editorEvents = {
created: (ins) => {consol... | {
"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</Platform... | {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
import * as pulumi from "@pulumi/pulumi";
import * as utilities from "../utilities";
import {RestApi} from "./index";
/**
* Provides an HTTP Meth... | {
"pile_set_name": "Github"
} |
/**************************************************************************
* Otter Browser: Web browser controlled by the user, not vice-versa.
* Copyright (C) 2013 - 2018 Michal Dutkiewicz aka Emdek <michal@emdek.pl>
* Copyright (C) 2014 - 2017 Jan Bajer aka bajasoft <jbajer@gmail.com>
*
* This program is free softwa... | {
"pile_set_name": "Github"
} |
New Relic Platform Agent SDK for Go(golang)
====================
[](https://travis-ci.org/yvasiyarov/newrelic_platform_go)
This package provide very simple interface to NewRelic Platform http://newrelic.com/platform
For example o... | {
"pile_set_name": "Github"
} |
# O Código de Ética para Designers
- [O Código de Ética para Designers](#o-c%c3%b3digo-de-%c3%89tica-para-designers)
- [Designers são antes de tudo e principalmente seres humanos.](#designers-s%c3%a3o-antes-de-tudo-e-principalmente-seres-humanos)
- [Designers são responsáveis pelo trabalho que colocam no mundo... | {
"pile_set_name": "Github"
} |
Rails.application.routes.draw do
root to: 'static_pages#roadmap'
get '/roadmap', to: 'static_pages#roadmap'
namespace :admin do
root to: 'boards#index'
resources :boards
resources :comments
resources :posts
resources :post_statuses
resources :users
end
devise_for :users
resourc... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# This file is part of the pyFDA project hosted at https://github.com/chipmuenk/pyfda
#
# Copyright © pyFDA Project Contributors
# Licensed under the terms of the MIT License
# (see file LICENSE in root directory for details)
"""
Design ellip-Filters (LP, HP, BP, BS) with fixed or minimum ord... | {
"pile_set_name": "Github"
} |
/* $Id: jade_irq.c,v 1.7.2.4 2004/02/11 13:21:34 keil Exp $
*
* Low level JADE IRQ stuff (derived from original hscx_irq.c)
*
* Author Roland Klabunde
* Copyright by Roland Klabunde <R.Klabunde@Berkom.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Publi... | {
"pile_set_name": "Github"
} |
<a href='https://github.com/angular/angular.js/edit/v1.6.x/docs/content/tutorial/step_13.ngdoc?message=docs(tutorial%2F13 - REST and Custom Services)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<ul doc-tutorial-nav="13"></ul... | {
"pile_set_name": "Github"
} |
package railo.runtime.functions.orm;
import railo.runtime.PageContext;
import railo.runtime.exp.PageException;
import railo.runtime.orm.ORMSession;
import railo.runtime.orm.ORMUtil;
import railo.runtime.type.Array;
import railo.runtime.type.ArrayImpl;
public class EntityNameArray{
public static Array call(PageCont... | {
"pile_set_name": "Github"
} |
/*
* @Author: honghong
* @LastEditors: honghong
* @Description: 菜单的样式
* @email: 3300536651@qq.com
* @Date: 2019-04-01 11:27:41
* @LastEditTime: 2019-04-17 10:42:17
*/
| {
"pile_set_name": "Github"
} |
- name: Overview
href: ../publish/index.md
- name: Opening a developer account
href: ../publish/opening-a-developer-account.md
items:
- name: Account types, locations, and fees
href: ../publish/account-types-locations-and-fees.md
- name: Manage account settings and profile info
href: ../publis... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2009 Emil Dotchevski and Reverge Studios, Inc.
//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)
#ifndef UUID_61531AB0680611DEADD5846855D89593
#define UUID_61531AB0680611DEADD5846855D89593
#if defined... | {
"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"
} |
package com.novoda.staticanalysis.internal
import com.novoda.staticanalysis.StaticAnalysisExtension
import com.novoda.staticanalysis.Violations
import org.gradle.api.Action
import org.gradle.api.DomainObjectSet
import org.gradle.api.Project
import org.gradle.api.Task
import org.gradle.api.plugins.quality.CodeQualityEx... | {
"pile_set_name": "Github"
} |
From ed19aa8fbd4012ea2ccb74a2160855be01aba5e4 Mon Sep 17 00:00:00 2001
From: Lukas Rusak <lorusak@gmail.com>
Date: Sun, 5 Feb 2017 18:15:12 -0800
Subject: [PATCH 1/2] fix cross compile
---
Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index 0ac8061..b76c4c6 10... | {
"pile_set_name": "Github"
} |
Title: livedump-mail-fetch: Now supporting either quoted-printable or non encoded mails
Level: 1
Component: checks
Version: 1.2.5i5
Date: 1405498288
Class: feature
The tool livedump-mail-fetch which can be used to receive livedump results by fetching
them from a mailbox e.g. via POP3 always assumed incoming mails to b... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
/*
* This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license.
*
* GPL LICENSE SUMMARY
*
* Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it un... | {
"pile_set_name": "Github"
} |
lib LibC
type VaList = Void*
end
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_chevron_left_18pt.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ic_chevron_left_18pt_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "ic_chevron_left_18pt_3x.p... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: delete
uri: https://auth0-sdk-tests.auth0.com/api/v2/users/auth0%7C5d1668d58fbb120ea0c19799/permissions
body:
encoding: UTF-8
string: permissions[][permission_name]=rubytest-test-permission-for-users&permissions[][resource_server_identifier]=rubytest-tes... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 The Jetstack cert-manager 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 applicable law or agreed... | {
"pile_set_name": "Github"
} |
h3. B2
child2 of B | {
"pile_set_name": "Github"
} |
/***********************************************************************************
** MIT License **
** **
** Copyright (c) 2018 Victor DENIS (victordenis01@gmail.com) ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebM 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 contributin... | {
"pile_set_name": "Github"
} |
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace DNTFrameworkCore.TestWebApp.Infrastructure.Migrations
{
public partial class V2020_05_06_1917 : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<byte[]>(
... | {
"pile_set_name": "Github"
} |
#ifndef __WINLINUX_CONFIG__
#define __WINLINUX_CONFIG__
/////////////////////////////////////////////////////////////////////////////
#include "zwldef.h"
#pragma pack(push,1)
/////////////////////////////////////////////////////////////////////////////
class NOVTABLE wl_config
{
public:
typedef union tagVersion
{
s... | {
"pile_set_name": "Github"
} |
.#{$DRAFTAIL}Icon {
fill: currentColor;
pointer-events: none;
vertical-align: middle;
}
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>29-1005.06</num>
<headi... | {
"pile_set_name": "Github"
} |
--- source/configure
+++ source/configure
@@ -37813,6 +37813,7 @@
#####################################
# needed for SRV lookups
+if false; then
{ $as_echo "$as_me:$LINENO: checking for dn_expand in -lresolv" >&5
$as_echo_n "checking for dn_expand in -lresolv... " >&6; }
if test "${ac_cv_lib_resolv_dn_expand+set... | {
"pile_set_name": "Github"
} |
const path = require('path');
const debug = require('debug');
const debugCast = debug('chromecast');
const debugStatus = debug('chromecast:status');
const chromecast = require('chromecast-controller');
const internalIp = require('internal-ip').v4;
const bridge = require('./bridge');
const controller = require('./remote... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_POLYMORPHIC_PORTABLE_BINARY_OARCHIVE_HPP
#define BOOST_ARCHIVE_POLYMORPHIC_PORTABLE_BINARY_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple i686-windows-win32 -fms-extensions -debug-info-kind=limited -emit-llvm %s -o - \
// RUN: | FileCheck %s
// CHECK: @"?ui@s@@2IB" = weak_odr dso_local dllexport constant i32 0, comdat, align 4, !dbg [[UI:![0-9]+]]
struct __declspec(dllexport) s {
static const unsigned int ui = 0;
};
// ... | {
"pile_set_name": "Github"
} |
/*
* wm8750.c -- WM8750 ALSA SoC audio driver
*
* Copyright 2005 Openedhand Ltd.
*
* Author: Richard Purdie <richard@openedhand.com>
*
* Based on WM8753.c
*
* 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 b... | {
"pile_set_name": "Github"
} |
#include "Dialogs.h"
namespace Dialogs
{
StackState Dialog(VmState* vmstate)
{
StackState p = GetParam(1,vmstate);
if(p.v==M_NULL)
{
return Object_CreateObject(IupDialog(0));
}
return Object_CreateObject(IupDialog(static_cast<Ihandle*>(GetParam(1,vmstate).p)));
}
StackState Popup(VmState* vmstate)
{... | {
"pile_set_name": "Github"
} |
OC.L10N.register(
"notes",
{
"Error" : "შეცდომა",
"New note" : "ახალი ჩანაწერი",
"Notes" : "ჩანაწერები",
"There are unsaved notes. Leaving the page will discard all changes!" : "არსებობს შეუნახავი ჩანაწერები. გვერდის დატოვება ყველა ცვლილებას უარყოფს!",
"Settings" : "პარამეტრები",
"Catego... | {
"pile_set_name": "Github"
} |
package io.cucumber.spring;
import io.cucumber.core.backend.CucumberBackendException;
import io.cucumber.core.backend.ObjectFactory;
import org.apiguardian.api.API;
import org.springframework.beans.BeansException;
import org.springframework.stereotype.Component;
import org.springframework.test.annotation.DirtiesContex... | {
"pile_set_name": "Github"
} |
// Tests for the radial linear scale used by the polar area and radar charts
describe('Test the radial linear scale', function() {
it('Should register the constructor with the scale service', function() {
var Constructor = Chart.scaleService.getScaleConstructor('radialLinear');
expect(Constructor).not.toBe(undefin... | {
"pile_set_name": "Github"
} |
# Enterprise BI with SQL Data Warehouse
### This content has been moved to the following location:
### [https://github.com/mspnp/azure-sqldw-enterprise-bi](https://github.com/mspnp/azure-sqldw-enterprise-bi) | {
"pile_set_name": "Github"
} |
/*Colors*/
/*Shadows*/
/*Breakpoints*/
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(../fonts/Open-Sans-Light-Italic-v15.ttf) format("truetype"); }
@font-face {
font-family: 'Open Sans';
font-style: itali... | {
"pile_set_name": "Github"
} |
using UnityEngine;
namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityCharacterController
{
[TaskCategory("Basic/CharacterController")]
[TaskDescription("Stores the velocity of the CharacterController. Returns Success.")]
public class GetVelocity : Action
{
[Tooltip("The GameObject that the ta... | {
"pile_set_name": "Github"
} |
[
{
"address": "124 tenison road",
"area": "east",
"internet": "yes",
"parking": "no",
"id": "0",
"location": [
52.1963733,
0.1987426
],
"name": "a and b guest house",
"phone": "01223315702",
"postcode": "cb12dp"... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.