text stringlengths 2 99.9k | meta dict |
|---|---|
<plugin xmlns:gml = "http://www.opengis.net/gml" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc = "http://www.opengis.net/ogc" xmlns = "pluginSchema" xsi:schemaLocation = "pluginSchema /data/capabilities/validate/pluginSchema.xsd" >
<name>Polygon Not Overlapping Line</name>
<description>One polygon c... | {
"pile_set_name": "Github"
} |
const modern = require('../../src/modern');
const compress = require('compression');
module.exports = {
name: 'compress',
options: {
__root: 'compress',
compress: {
default: {},
type: Object
}
},
// The whole plugin won't be loaded if the option is false
before: ctx => modern(compres... | {
"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"
} |
// COPYRIGHT © 2020 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
//
// This material is licensed for use under the Esri Master License
// Agreement (MLA), and is bound by the terms of that agreement.
// You may redistribute... | {
"pile_set_name": "Github"
} |
ul:local(.errorMessages) {
list-style-type: disc;
}
:local(.testResultText) {
padding-left: 20px;
}
:local(.testResultIcon) {
float: left;
line-height: inherit;
} | {
"pile_set_name": "Github"
} |
--
-- TIMESTAMPTZ
--
-- needed so tests pass even in Australia
/* SET australian_timezones = 'off'; */
CREATE TABLE TIMESTAMPTZ_TBL ( d1 timestamp(2) with time zone);
create table test_now (test_now timestamp(2) with time zone);
create table test_current_date (test_current_date date);
insert into test_now values (no... | {
"pile_set_name": "Github"
} |
@import '../../../../node_modules/@angular/material/theming';
@include mat-core();
$custom-theme-primary: mat-palette($mat-grey);
$custom-theme-accent: mat-palette($mat-grey, A200, A100, A400);
$custom-theme-warn: mat-palette($mat-grey);
$custom-theme: mat-dark-theme($custom-theme-primary, $custom-theme-accent, $cus... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-present Facebook.
*
* 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 agree... | {
"pile_set_name": "Github"
} |
// Copyright (c) 1997-2001
// ETH Zurich (Switzerland). All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// 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 o... | {
"pile_set_name": "Github"
} |
package common
import "strconv"
// AppCfg common config
type AppCfg struct {
Name string `json:"name"`
Version string `json:"version"`
Address string `json:"address"`
Port int `json:"port"`
}
func (a *AppCfg) Addr() string {
return a.Address + ":" + strconv.Itoa(a.Port)
}
| {
"pile_set_name": "Github"
} |
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations \u0026 Alerts",
"type": "dashboard"
},
{
"datasource": "psql",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, APT Group, School of Computer Science,
* The University of Manchester. All rights reserved.
* Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>workf... | {
"pile_set_name": "Github"
} |
---
layout: post
title: "Twitter Summingbird"
description: ''
category: platforms
tags: [Twitter, Storm, Scalding, MapReduce]
author: "Michael Hausenblas"
author_twitter: mhausenblas
---
{% include JB/setup %}
## Overview
In 09/2013 Twitter introduced [Summingbird](https://github.com/twitter/summingbird),
a library t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black">
<RelativeLayout
android:id="@+id/surface_container"
andro... | {
"pile_set_name": "Github"
} |
/************************************************************************
* Copyright(c) 2013, One Unified. All rights reserved. *
* email: info@oneunified.net *
* *
* This file is prov... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!--
This test checks that textarea elements behave correctly as flex items.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Tes... | {
"pile_set_name": "Github"
} |
i -retain lib/src/french/BeschFre.gf
cc -table (v_besch72 "absoudre")
-- note that there is a discrepency between the bescherelle table
-- numbers and the book, from 7 in the book, the gf numbers are one behind
-- (i.e. 7 in the book is 6 in gf, etc)
| {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { ControlsAreaPage, IControlsPageProps } from '../ControlsAreaPage';
import { SpinnerPageProps } from './SpinnerPage.doc';
import { Platforms } from '../../../interfaces/Platforms';
import { IPageSectionProps } from '@uifabric/example-app-base/lib/index2';
export const SpinnerPag... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class ServiceCollectionOptionsExtensions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class ServiceColl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Plugin providerName="PeddleCheap_Lp" providerType="module">
<Command name="Pc_connect" id="0">
<Help>Connects to a chosen host with PeddleCheap</Help>
<Input>
<Option name='key' optional='true'>
<Argument name='name' data='keyNa... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015, The Android Open Source Project
*
* 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"
} |
# $Id$
# Authority: dag
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name Text-EtText
Summary: Perl module that implements editable-text format for HTML output
Name: pe... | {
"pile_set_name": "Github"
} |
; 11
#######
# * #
# @ #
##$#.##
# # #
# $#. #
# # #
# $#.##
# # #
## ## ##
# * * #
# * #
### ##
#####
| {
"pile_set_name": "Github"
} |
#include "ServerNetworking.h"
#include "../util/Logger.h"
#include "../util/OptionsDB.h"
#include "../util/Version.h"
#include "../universe/ValueRefs.h"
#include "../parse/Parse.h"
#include <boost/iterator/filter_iterator.hpp>
#include <boost/asio/high_resolution_timer.hpp>
#include <boost/uuid/nil_generator.hpp>
#in... | {
"pile_set_name": "Github"
} |
#PBL preamble and RCW header
aa55aa55 010e0100
# serdes protocol 0x66
0c18000e 0e000000 00000000 00000000
66000002 80000002 58106000 01000000
00000000 00000000 00000000 00032810
00000000 0342500f 00000000 00000000
| {
"pile_set_name": "Github"
} |
{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"callable-types": false,
"interface-name": false,
"max-line-length": false,
"no-any-union": false,
"no-padding": false,
"no-redundant-jsdoc": false,
"no-redundant-jsdoc-2": false,
... | {
"pile_set_name": "Github"
} |
#ifndef CONFIG_H
#define CONFIG_H
#endif
| {
"pile_set_name": "Github"
} |
## SQLDB-LOGGER ZEROLOG ADAPTER

```go
logger := zerolog.New(os.Stdout)
// populate log pre-fields here before set to
db := sqldblogger.OpenDriver(
dsn,
&mysql.MySQLDriver{},
zerologadapter.New(logger),
// optional config...
)
``` | {
"pile_set_name": "Github"
} |
#begin document (wb/sel/04/sel_0452); part 000
wb/sel/04/sel_0452 -1 0 [WORD] VBD (TOP(FRAG(S(VP* - - - - * -
wb/sel/04/sel_0452 -1 1 [WORD] DT (NP* - - - - * -
wb/sel/04/sel_0452 -1 2 [WORD] NN (NML* - - - - * ... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2013 Mentor Graphics and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* http... | {
"pile_set_name": "Github"
} |
package client
const (
STATE_TRANSITION_TYPE = "stateTransition"
)
type StateTransition struct {
Resource
}
type StateTransitionCollection struct {
Collection
Data []StateTransition `json:"data,omitempty"`
client *StateTransitionClient
}
type StateTransitionClient struct {
rancherClient *RancherClient
}
ty... | {
"pile_set_name": "Github"
} |
# rlm_sql_mysql.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='rlm_sql_mysql-2.1.6.so'
# Names of this library.
library_names='rlm_sql_... | {
"pile_set_name": "Github"
} |
<?php
namespace Ladb\CoreBundle\Manager\Offer;
use Ladb\CoreBundle\Entity\Offer\Offer;
use Ladb\CoreBundle\Manager\AbstractPublicationManager;
use Ladb\CoreBundle\Utils\JoinableUtils;
class OfferManager extends AbstractPublicationManager {
const NAME = 'ladb_core.offer_manager';
/////
public function publish(O... | {
"pile_set_name": "Github"
} |
key.store=appsmsdemo1-release.keystore
key.alias=appsmsdemo1aliaskey
key.store.password=appsmsdemo1passw
key.alias.password=appsmsdemo1passw
| {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2001 - 2003.
// 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)
// See http://www.boost.org for most recent version.
// All POSIX feat... | {
"pile_set_name": "Github"
} |
@model GrantsViewModel
<div class="grants-page">
<div class="lead">
<h1>Client Application Permissions</h1>
<p>Below is the list of applications you have given permission to and the resources they have access to.</p>
</div>
@if (Model.Grants.Any() == false)
{
<div class="row">... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1996, 2000 Aladdin Enterprises. All rights reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license cont... | {
"pile_set_name": "Github"
} |
//----------------------------------------------
// NGUI: Next-Gen UI kit
// Copyright © 2011-2015 Tasharen Entertainment
//----------------------------------------------
using UnityEngine;
/// <summary>
/// Tween the widget's size.
/// </summary>
[RequireComponent(typeof(UIWidget))]
[AddComponentMenu("NG... | {
"pile_set_name": "Github"
} |
/* Copyright 2019 The TensorFlow Authors. 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 applicable law or a... | {
"pile_set_name": "Github"
} |
define(function (require) {
var axisDefault = require('../axisDefault');
var valueAxisDefault = axisDefault.valueAxis;
var Model = require('../../model/Model');
var zrUtil = require('zrender/core/util');
var axisModelCommonMixin = require('../axisModelCommonMixin');
function defaultsShow(opt... | {
"pile_set_name": "Github"
} |
---
name: Text
menu: Analysis
path: /components/text
---
import Anatomy from '../components/anatomy'
import Concepts from '../components/concepts'
import ComponentCoverage from '../components/component-coverage'
<ComponentCoverage component="Text" />
## Anatomy
<Anatomy component="Text" />
## Concepts
<Concepts c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
#ifndef UV_MULTIPLEX_H
#define UV_MULTIPLEX_H
#ifndef fatal
#define fatal(e) { \
assert(0 != e); \
if (EMFILE == -e) \
fprintf(stderr, UV_MULTIPLEX_INCREASE_LIMITS); \
fprintf(stderr, "%s:%d - %s: %s\n", \
__FILE__, \
__LINE__, \
uv_er... | {
"pile_set_name": "Github"
} |
<ui:Page
x:Class="SamplesCommon.SamplePages.SamplePage3"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:SamplesCommon.SamplePages"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xm... | {
"pile_set_name": "Github"
} |
# Sonobuoy Snapshot Layout
- [Retrieving results](#retrieving-results)
- [Filename](#filename)
- [Contents](#contents)
- [/hosts](#hosts)
- [/meta](#meta)
- [/plugins](#plugins)
- [/podlogs](#podlogs)
- [/resources](#resources)
- [/servergroups.json](#servergroups.json)
- [/serverversion.json](#serverversionjso... | {
"pile_set_name": "Github"
} |
Configuration
=============
Place in here a non-git-tracked copy of your `settings.yml`
Use `demo-settings.yml` or `vagrant-settings.yml` as a example.
You can specify a different `dev-settings.yml` file which will be used by `public/index_dev.php`
Referer to the *Install* section of documentation for more info.
| {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package neptune
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/service/neptune/types"
smithy "github.com/awslabs... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
* Copyright (C) 2009-2014 International Business Machines
* Corporation and others. All Rights Reserved.
************************... | {
"pile_set_name": "Github"
} |
package com.example.custom.service;
import com.example.custom.MainActivity;
import com.example.custom.R;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import androi... | {
"pile_set_name": "Github"
} |
/**
* \file oid.h
*
* \brief Object Identifier (OID) database
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You ma... | {
"pile_set_name": "Github"
} |
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<lin... | {
"pile_set_name": "Github"
} |
/*
* UITextDragging.h
*
* UIKit (c) 2017
*/
#import <Foundation/Foundation.h>
#import <UIKit/UIDragInteraction.h>
#import <UIKit/UITextInput.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_OPTIONS(NSInteger, UITextDragOptions) {
UITextDragOptionsNone = 0,
/* By default, previews generated by the system will ... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using Moq;
using WinForms.Comm... | {
"pile_set_name": "Github"
} |
[settings]
api_key
| {
"pile_set_name": "Github"
} |
.\" $NetBSD: hunt.6,v 1.3 1997/10/10 16:32:30 lukem Exp $
.\" $OpenBSD: hunt.6,v 1.19 2007/05/31 19:19:17 jmc Exp $
.\"
.\" Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
.\" San Francisco, California
.\"
.\" Copyright (c) 1985 Regents of the University of California.
.\" All rights reserve... | {
"pile_set_name": "Github"
} |
1
301
601
901
1201
1501
1510
1515
1815
2115
2415
2715
3015
3033
3039
3339
3639
3939
4239
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bats
load test_helper
@test 'batslib_err() <message...>: displays <message...>' {
run batslib_err 'm1' 'm2'
[ "$status" -eq 0 ]
[ "$output" == 'm1 m2' ]
}
@test 'batslib_err(): reads <message...> from STDIN' {
run bash -c "source '${TEST_MAIN_DIR}/load.bash'
echo 'm1' 'm2' | bat... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | {
"pile_set_name": "Github"
} |
//===--- Le64.cpp - Implement Le64 target feature support -----------------===//
//
// 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"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Mon Sep 11 11:06:08 EDT 2017 -->
<title>ExtentManager</title>
<meta name="date" content="2017-09-11">
<link rel="stylesheet" type="text... | {
"pile_set_name": "Github"
} |
[{
"result": true
}, {
"error": true
}]
| {
"pile_set_name": "Github"
} |
package mekanism.api.datagen.recipe.builder;
import com.google.gson.JsonObject;
import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault;
import mcp.MethodsReturnNonnullByDefault;
import mekanism.api.JsonConstants;
import mekanism.api.SerializerHelper;
import mekanism.api.annotations.Fiel... | {
"pile_set_name": "Github"
} |
# coding=utf-8
"""
**The brief introduction**:
This package (:py:mod:`poco.sdk.interfaces`) defines the main standards for communication interfaces between poco and
poco-sdk. If poco-sdk is integrated with an app running on another host or in different language, then poco-sdk is
called `remote runtime`. The implement... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.every');
module.exports = require('../../modules/_core').Array.every; | {
"pile_set_name": "Github"
} |
# This is the list of people who have contributed code to the repository.
#
# Names should be added to this file only after verifying that the individual
# or the individual's organization has agreed to the LICENSE.
#
# Names should be added to this file like so:
# Name <email address>
Dave Collins <davec@conformal.co... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env ruby -S rspec
require 'spec_helper'
describe "the keys function" do
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
it "should exist" do
Puppet::Parser::Functions.function("keys").should == "function_keys"
end
it "should raise a ParseError if there is less than 1 arguments" do
l... | {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want t... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from flask_babel import Babel
from flask_caching import Cache
from flask_themes2 import Themes as _Themes
from pyload import APPID
class Themes(_Themes):
def init_app(self, app):
return super().init_themes(app, app_identifier=APPID)
babel = Babel()
cache = Cache()
themes = Them... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_dbgmcu.h
* @author MCD Application Team
* @version V1.6.1
* @date 21-October-2015
* @brief This file contains all the functions prototypes for the DBGMCU firmware library.
************************... | {
"pile_set_name": "Github"
} |
/*
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 without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies o... | {
"pile_set_name": "Github"
} |
// Copyright lowRISC contributors.
// Copyright Luke Valenty (TinyFPGA project)
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// Converted from common/usb_serial_ctrl_ep.v
// -- move from CDC to Google simple serial protocol
// -- conform to lowRIS... | {
"pile_set_name": "Github"
} |
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../../enumerable/shared/enumeratorized', __FILE__)
# Modifying a collection while the contents are being iterated
# gives undefined behavior. See
# http://blade.nagaokaut.ac.jp... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Script to build all cross and native compilers supported by musl-libc.
# This isn't directly used by toybox, but is useful for testing.
trap "exit 1" INT
if [ ! -d litecross ]
then
echo Run this script in musl-cross-make directory to make "ccc" directory.
echo
echo " "git clone https://github.co... | {
"pile_set_name": "Github"
} |
/**
* @license AngularJS v1.3.15
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc object
* @name angular.mock
* @description
*
* Namespace from 'angular-mocks.js' which contains testing related code.
*/
angular.mock = {};
... | {
"pile_set_name": "Github"
} |
/*
* This file is generated as a starting point by Sencha Cmd - it will not be replaced or
* updated by "sencha package upgrade".
*
* This file can be removed and the script tag in theme.html removed if this theme does
* not need custom additional manifest or shortcut entries. These are documented in
* ./package... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M22,13C22,18.5228 17.5228,23 12,23C6.4771,23 2,18.5228 2,13C2,7.4771 6.4771,3 12,3C17.5228,3 22,7.4771 22,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
~ Hibernate, Relational Persistence for Idiomatic Java
~
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later.
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
-->
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibern... | {
"pile_set_name": "Github"
} |
module github.com/spf13/viper
go 1.12
require (
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.10+incompatible // indirect
github.com/coreos/go-semver v0.2.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190321... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package route
import (
"syscall"
"unsafe"
)
func (typ RIBType) parseable() bool { return true }
// A RouteMetrics represents route metrics.
type RouteMetri... | {
"pile_set_name": "Github"
} |
/*
* Blowfish algorithm
* Copyright (c) 2012 Samuel Pitoiset
*
* 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 License, or ... | {
"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"
} |
var LodashWrapper = require('../internal/LodashWrapper');
/**
* Executes the chained sequence and returns the wrapped result.
*
* @name commit
* @memberOf _
* @category Chain
* @returns {Object} Returns the new `lodash` wrapper instance.
* @example
*
* var array = [1, 2];
* var wrapped = _(array).push(3);
*... | {
"pile_set_name": "Github"
} |
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=php7-brotli
_pkgreal=brotli
pkgver=0.11.1
pkgrel=0
pkgdesc="Brotli Extension for PHP"
url="https://github.com/kjdev/php-ext-brotli"
arch="all"
license="MIT"
depends="php7-common"
makedepends="brotli-dev php7-dev"
checkdepends="php7-cgi"
sour... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TOOLS_BE_BYTESHIFT_H
#define _TOOLS_BE_BYTESHIFT_H
#include <stdint.h>
static inline uint16_t __get_unaligned_be16(const uint8_t *p)
{
return p[0] << 8 | p[1];
}
static inline uint32_t __get_unaligned_be32(const uint8_t *p)
{
return p[0] << 24 | p[1] << 16 | p[2] << ... | {
"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"
} |
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: -1 size:304182
ret:-EINVAL st:-1 flags:0 ts:-1.000000
ret:-EINVAL st:-1 flags:1 ts: 1.894167
ret:-EINVAL st: 0 flags:0 ts: 0.800000
ret:-EINVAL st: 0 flags:1 ts:-0.320000
ret:-EINVAL st:-1 flags:0 ts: 2.576668
ret:-EINVAL st:-1 fla... | {
"pile_set_name": "Github"
} |
setImmediate(() => {
console.log(5)
})
setTimeout(() => {
console.log('1')
Promise.resolve().then(() => {
console.log(2)
})
}, 0);
Promise.resolve().then(() => {
console.log(3)
})
process.nextTick(() => {
console.log(4)
})
Array.prototype.flatten = function() {
return this.reduce((flat, next) => f... | {
"pile_set_name": "Github"
} |
package com.example.algamoney.api.config.token;
import java.util.HashMap;
import java.util.Map;
import org.springframework.security.oauth2.common.DefaultOAuth2AccessToken;
import org.springframework.security.oauth2.common.OAuth2AccessToken;
import org.springframework.security.oauth2.provider.OAuth2Authentication;
imp... | {
"pile_set_name": "Github"
} |
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2009 Benny Malengier
# Copyright (C) 2009-2010 Stephen George
# Copyright (C) 2010 Doug Blank <doug.blank@gmail.com>
# Copyright (C) 2011 Paul Franklin
#
# This program is free software;... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Qualcomm;
use JMS\Serializer\Annotation\ExclusionPolicy... | {
"pile_set_name": "Github"
} |
/* eslint no-extend-native:0 */
// Load modules
var Code = require('code');
var Lab = require('lab');
var Qs = require('../');
// Declare internals
var internals = {};
// Test shortcuts
var lab = exports.lab = Lab.script();
var expect = Code.expect;
var describe = lab.experiment;
var it = lab.test;
describe('s... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python2
# Startup from single-user installation
# Copyright (C) 2002-2018 John Goerzen & contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 o... | {
"pile_set_name": "Github"
} |
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Prometheus 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... | {
"pile_set_name": "Github"
} |
// Copyright 2020 Google LLC
//
// 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 ... | {
"pile_set_name": "Github"
} |
package com.mpatric.mp3agic;
import java.io.UnsupportedEncodingException;
import java.util.Arrays;
public class ID3v1Tag implements ID3v1 {
public static final int TAG_LENGTH = 128;
private static final String VERSION_0 = "0";
private static final String VERSION_1 = "1";
private static final String TAG = "TAG";... | {
"pile_set_name": "Github"
} |
package proc
import (
"bytes"
"debug/dwarf"
"encoding/binary"
"errors"
"fmt"
"go/constant"
"go/token"
"math"
"reflect"
"sort"
"strings"
"unsafe"
"github.com/go-delve/delve/pkg/dwarf/godwarf"
"github.com/go-delve/delve/pkg/dwarf/op"
"github.com/go-delve/delve/pkg/goversion"
)
const (
maxErrCount = 3 /... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.