text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<xfMap>
<feature-map>
<mapping match="gml2:lakes">
<feature-type><literal expr="lakes"/></feature-type>
<attributes>
<attribute><name><literal expr="POLY"/></name><value><extract expr="./gml2:POLY"/></value></attribute>
<attribute><name><literal expr="POLY_OBRP"/></name><value><ex... | {
"pile_set_name": "Github"
} |
package petclinic.owners;
import java.util.*;
import javax.annotation.*;
import javax.faces.view.*;
import javax.inject.*;
import javax.transaction.*;
/**
* An application service class that handles {@link Owner}-related operations from the owner screen.
*/
@Named @Transactional @ViewScoped
public class OwnerScreen... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>-moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values of CSS width property, on table cells with table-layout: auto</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content=... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <ckd_alloc.h>
#include "test_macros.h"
int
main(int argc, char *argv[])
{
int *alloc1;
jmp_buf env;
ckd_set_jump(&env, FALSE);
if (setjmp(env)) {
printf("Successfully caught bad allocation!\n");
}
else {
int failed_to_catch_bad_alloc = FALSE;
/* Guaranteed to fail, we hope!.... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/core/client/AWSError.h>
#include <aws/core/client/CoreErrors.h>
#include <aws/wafv2/WAFV2_EXPORTS.h>
namespace Aws
{
namespace WAFV2
{
enum class WAFV2Errors
{
//From Co... | {
"pile_set_name": "Github"
} |
prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_PREFIX@/lib@o2_LIB_SUFFIX@
includedir=${prefix}/include/o2
Name: o2
Description: OAuth 2.0 for Qt
Version: @PROJECT_VERSION@
Cflags: -I${includedir} @CMAKE_INCLUDE_PATH@
Libs: -L${libdir} @CMAKE_LIBRARY_PATH@
| {
"pile_set_name": "Github"
} |
/*
* Copyleft 2017, Simone Margaritelli <evilsocket at protonmail dot com>
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list of ... | {
"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"
} |
github.com/adjust/gocheck v0.0.0-20131111155431-fbc315b36e0e h1:eiFUF06iaKUDS3HVFSlRYEL0ddnQ+HAGIis/kENW+Ug=
github.com/adjust/gocheck v0.0.0-20131111155431-fbc315b36e0e/go.mod h1:x8X/algNhAAR28ODU+0TzjBwcr7CHA1F/o27Ov/rFGQ=
github.com/adjust/uniuri v0.0.0-20130923163420-498743145e60 h1:ogL5Ct/E8o3w/QiBWDFJV9fOXglEiXI+... | {
"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"
} |
# AndroidX Migration
AndroidX is the replacement for Google Support Libraries. It is the open-source project that the Android team uses to
develop, test, package, version and release libraries within Jetpack. Moving forward, all new Android development
will be in AndroidX, the Support Libraries are depreciated.
> And... | {
"pile_set_name": "Github"
} |
/***************************************************************************
base_dipole.h
-------------------
Trung Dac Nguyen (ORNL)
Base class for pair styles needing per-particle data for position,
dipole, and type.
____... | {
"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"
} |
This document contains instructions on how to cross-build the FreeType
library on Unix systems, for example, building binaries for Linux/MIPS
on FreeBSD/i386. Before reading this document, please consult the
file `INSTALL.UNIX' for required tools and the basic self-building
procedure.
1. Required Tools
-... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
# Copyright 2018 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 writing, ... | {
"pile_set_name": "Github"
} |
// Fixed Width Icons
// -------------------------
.@{fa-css-prefix}-fw {
width: (18em / 14);
text-align: center;
}
| {
"pile_set_name": "Github"
} |
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.11]
### Added
- Upgrade to react-three-fiber v3
## [1.0.0]
### Added
- This changelog
- Jest testing via Puppeteer
## [0.5.2] - 2019-3-28
### Added
- Snowfall preset to demo site
- `config.direction` prop for controlling ... | {
"pile_set_name": "Github"
} |
const fs = require('fs');
const path = require('path');
const acorn = require('acorn');
const test = require('ava');
// eslint-disable-next-line import/no-unresolved
const strip = require('..');
const compare = (t, fixture, options) => {
const filename = path.resolve(`test/fixtures/${fixture}/input.js`);
const i... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f1xx_ll_exti.h
* @author MCD Application Team
* @brief Header file of EXTI LL module.
******************************************************************************
* @attention
*
* <h2><center>© C... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/*
Copyright (c) 2018-2020 Uber Technologies, Inc.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
*/
/* eslint-env node */
// @flow
const {writeFileSync, readdirSync, readFileSync, lstatSync} = require('fs');
const {join, b... | {
"pile_set_name": "Github"
} |
import React from 'react';
import compact from 'lodash/compact';
import styles from './styles';
import getCombinedVariants from './combined-variants';
import getKnobsForStyles from './get-knobs-for-styles';
import { boolean } from '@storybook/addon-knobs/react';
const Variants = ({ variants, knobs = true, defaultSt... | {
"pile_set_name": "Github"
} |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) |
+-----... | {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using Nest;
using System.ComponentModel;
namespace Examples.Ccr.... | {
"pile_set_name": "Github"
} |
# [Bloom Filter](https://en.wikipedia.org/wiki/Bloom_filter)
Probabilistic data structure for estimating set membership
- returns "probably in set" or "definitely not in set" (no false negatives)
- *Empty Bloom Filter* is a bit array of size `m`, with `k` hash functions of uniform distribution, `k` << `m`, but based on... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. 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
*
... | {
"pile_set_name": "Github"
} |
'use strict';
'require baseclass';
'require form';
return baseclass.extend({
title: _('Entropy Plugin Configuration'),
description: _('The entropy plugin collects statistics about the available entropy.'),
configSummary: function(section) {
return _('Entropy monitoring enabled');
}
});
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on Wed Feb 12 15:16:42 2020 by Eclipse SUMO Version v1_5_0+0030-33ecf87
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.o... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2003-2009 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the CPL Common Public License version 1.0.
package fitnesse.slim.test;
public class DummyDecisionTable {
public int x() {
return 1;
}
}
| {
"pile_set_name": "Github"
} |
//! This module is included while awaiting an upstream merge in stretch proper.
//! You should not rely on it, and consider it an implementation detail.
use core::ops::Add;
use crate::stretch::number::Number;
use crate::stretch::style;
#[derive(Debug, Copy, Clone, PartialEq)]
pub struct Rect<T> {
pub start: T,
... | {
"pile_set_name": "Github"
} |
package raft
import (
"bufio"
"bytes"
"encoding/json"
"fmt"
"github.com/hashicorp/go-hclog"
"hash"
"hash/crc64"
"io"
"io/ioutil"
"os"
"path/filepath"
"runtime"
"sort"
"strings"
"time"
)
const (
testPath = "permTest"
snapPath = "snapshots"
metaFilePath = "meta.json"
stateFilePath = "state... | {
"pile_set_name": "Github"
} |
LDgraphy - Laser Direct Lithography
===================================
http://ldgraphy.org/
A process also known as Laser Direct Imaging.
[![First Test][run-vid]](https://youtu.be/G9-JK2Nc7w0)
Simple implementation of photo resist exposure using a 405nm laser.
Goal is to have this Open Source/Open Hardware system ... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | {
"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 ComparerBuilder<T>
| CodeJam </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Cla... | {
"pile_set_name": "Github"
} |
// @ts-check
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
const { SpecReporter, StacktraceOption } = require('jasmine-spec-reporter');
/**
* @type { import("protractor").Config }
*/
exports.config = {
allScriptsTimeout: 11000,
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "tabbar_me@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "tabbar_me@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
... | {
"pile_set_name": "Github"
} |
/*
* $HeadURL: $
* $Revision: $
* $Date: $
*
* ====================================================================
* 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 cop... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* Copyright (c) 2013-2015 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Chunk I/O
* =========
* Copyright 2018 Eduardo Silva <eduardo@monkey.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... | {
"pile_set_name": "Github"
} |
<root>
<child type="">
</child>
</root>
| {
"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"
} |
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but chang... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2019 SalesAgility Ltd.
*
* This program is f... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list... | {
"pile_set_name": "Github"
} |
/*********************************************************\
* File: SNCamera.h *
*
* Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/)
*
* This file is part of PixelLight.
*
* Permission is hereby granted, free of charge, to any person obtaining a co... | {
"pile_set_name": "Github"
} |
package org.multiverse.stms.gamma.transactions.fat;
public class FatMonoGammaTxn_registerTest extends FatGammaTxn_registerTest<FatMonoGammaTxn> {
@Override
protected FatMonoGammaTxn newTransaction() {
return new FatMonoGammaTxn(stm);
}
}
| {
"pile_set_name": "Github"
} |
<?php
// Copyright 2004-present Facebook. 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 b... | {
"pile_set_name": "Github"
} |
/*
See LICENSE file in root folder
*/
#ifndef ___CU_ImageLoader_H___
#define ___CU_ImageLoader_H___
#include "CastorUtils/Graphics/GraphicsModule.hpp"
#include "CastorUtils/Design/ArrayView.hpp"
#include "CastorUtils/Graphics/Image.hpp"
#include "CastorUtils/Math/Point.hpp"
namespace castor
{
class ImageLoaderImpl
... | {
"pile_set_name": "Github"
} |
import { Models } from '@ice/store';
import user from './user';
const rootModels: RootModels = { user };
// add interface to avoid recursive type checking
export interface RootModels extends Models {
user: typeof user;
}
export default rootModels;
| {
"pile_set_name": "Github"
} |
i saw simon birch in a basically sold out theater , on a sunday afternoon .
when the movie was over and the audience was exiting , i didn't hear one negative comment , and i didn't have any to offer .
simon birch is primarily about the friendship of two twelve year old boys , simon ( ian michael smith ) and joe ( jos... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 build
import (
"fmt"
"io"
"reflect"
"golang.org/x/text/internal/colltab"
)
// table is an intermediate structure that roughly resembles the table... | {
"pile_set_name": "Github"
} |
//The typeof keyword gives the type of something
A = "object";
B = "string";
C = "function";
D = "number";
// fill the following variables with the type of the
// given object
// you can run the code to have the alerts pop up with the answers
//1)
var thingOne = {'key':'value'};
alert(typeof thingOne);
var typeOfThi... | {
"pile_set_name": "Github"
} |
# Covalent schematics
Utilizes the Angular Schematics workflow tool to create Covalent applications
## Prerequisites
Prerequisites to run Covalent schematics in your project:
```
Node : v8.15.0
Npm : 6.7.0
Typescript : 3.1.3
Tslint : 5.12.1
Angular CLI : 7.2.2
```
## Install Covalent core schematics
The following w... | {
"pile_set_name": "Github"
} |
const findRootPosition = require('./findRootPosition');
function makePreviousPageObject(root, optionObj) {
if (root === '/') {
optionObj.previous_page_object = null;
return optionObj;
}
const position = findRootPosition(root, optionObj);
if (position === 0) {
if (optionObj.chapters[0]['index.md'])... | {
"pile_set_name": "Github"
} |
using System;
namespace Utilities
{
public class DateFormat
{
//返回每月的第一天和最后一天
public static void ReturnDateFormat(int month, out string firstDay, out string lastDay)
{
int year = DateTime.Now.Year + month / 12;
if (month != 12)
{
mont... | {
"pile_set_name": "Github"
} |
from fpl.models import Player, Team
from tests.helper import AsyncMock
team_data = {
"id": 1,
"current_event_fixture": [
{
"is_home": False,
"month": 2,
"event_day": 1,
"id": 254,
"day": 9,
"opponent": 10
}
],
"next... | {
"pile_set_name": "Github"
} |
package dje
import (
"math"
"strconv"
"time"
"github.com/go-playground/locales"
"github.com/go-playground/locales/currency"
)
type dje struct {
locale string
pluralsCardinal []locales.PluralRule
pluralsOrdinal []locales.PluralRule
pluralsRange []locales.PluralRule
decimal ... | {
"pile_set_name": "Github"
} |
# ExtremelyLongMsgKAT_256.txt
# Algorithm Name: ECHO
# Principal Submitter: Henri Gilbert
Repeat = 16777216
Text = abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmno
MD = D73C22B6747BBC6CAEDB55D6DB1A5CD21C4128F4C4A429721ED0382D49DA3C90
| {
"pile_set_name": "Github"
} |
/*
* Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
*
* 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 program is distributed in the hope that it wil... | {
"pile_set_name": "Github"
} |
// <copyright file="ShippingAddressPage.Map.cs" company="Automate The Planet Ltd.">
// Copyright 2017 Automate The Planet Ltd.
// 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.apa... | {
"pile_set_name": "Github"
} |
---
feature_name: "Service Worker: WindowClient.navigate()"
chrome_version: 49
feature_id: 5314750808326144
---
<h3>Background</h3>
<p>
<code><a href="https://developer.mozilla.org/en-US/docs/Web/API/WindowClient">WindowClient</a>.navigate()</code> allows a service worker to cause a web
page to navigate to a speci... | {
"pile_set_name": "Github"
} |
/*
* File...........: linux/drivers/s390/block/dasd_fba.h
* Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
* Bugreports.to..: <Linux390@de.ibm.com>
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
*
*/
#ifndef DASD_FBA_H
#define DASD_FBA_H
struct DE_fba_data {
struct {
unsi... | {
"pile_set_name": "Github"
} |
check_PROGRAMS = chgCase
AM_CFLAGS =\
-I$(top_srcdir)/include/sphinxbase \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la -lm
TESTS = _lcase1.test \
_lcase2.test \
_lcase3.test \
_strcmp1.test \
_strcmp2.test \
_strcmp3.test \... | {
"pile_set_name": "Github"
} |
public class LeaderboardContainer : ListContainer<Leaderboard.Entry, LeaderboardEntry>
{
} | {
"pile_set_name": "Github"
} |
fs = require 'fs'
CoffeeScript = require 'coffee-script'
nodeunit = require 'nodeunit'
UglifyJS = require 'uglify-js'
task 'build', 'build the JavaScript files from CoffeeScript source', build = (cb) ->
source = fs.readFileSync 'src/ipaddr.coffee'
fs.writeFileSync 'lib/ipaddr.js', CoffeeScript.co... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>dojox.highlight - syntax highlighting | The Dojo Toolkit</title>
<style type="text/css">
@import "../../../dijit/tests/css/dijitTests.css";
/* a sample set of definitions to use as a foundat... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amitshekhar.debug.encrypt">
<application>
<provider
android:name=".DebugDBEncryptInitProvider"
android:authorities="${applicationId}.DebugDBEncryptInitProvider"
android:enabled="true"
... | {
"pile_set_name": "Github"
} |
# IndicatorSeekBar
[](https://bintray.com/warkiz/maven/indicatorseekbar/_latestVersion)
[](https://android-arsenal.com/api?level=14)
[![Android Arsenal... | {
"pile_set_name": "Github"
} |
package org.jhipster.health.web.rest.vm;
import org.jhipster.health.domain.BloodPressure;
import java.util.List;
public class BloodPressureByPeriod {
private String period;
private List<BloodPressure> readings;
public BloodPressureByPeriod(String period, List<BloodPressure> readings) {
this.peri... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <swiftCore/_TtCs12_SwiftObject.h>
@interface _TtC7NewsUI221MyMagazinesURLHandler : _TtCs12_SwiftObject
{
// Error parsing ... | {
"pile_set_name": "Github"
} |
require 'rb-inotify/native'
require 'rb-inotify/native/flags'
require 'rb-inotify/notifier'
require 'rb-inotify/watcher'
require 'rb-inotify/event'
# The root module of the library, which is laid out as so:
#
# * {Notifier} -- The main class, where the notifications are set up
# * {Watcher} -- A watcher for a single f... | {
"pile_set_name": "Github"
} |
source.. = src/test/java/
output.. = target/test-classes/
bin.includes = META-INF/,\
.,\
NOTICE
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 pbkdf2
import (
"bytes"
"crypto/sha1"
"crypto/sha256"
"hash"
"testing"
)
type testVector struct {
password string
salt string
iter int... | {
"pile_set_name": "Github"
} |
package ecs
//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
//distribut... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Advanced Micro Devices, Inc.
*
* 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, m... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Copyright (c) 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""
Verify that relinking a solib doesn't relink a dependent executable if the
solib's public API hasn't changed.
"""
from __future__ impor... | {
"pile_set_name": "Github"
} |
/* xzio.c - decompression support for xz */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2010 Free Software Foundation, Inc.
*
* GRUB 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, eith... | {
"pile_set_name": "Github"
} |
/// \file
// Range v3 library
//
// Copyright Eric Niebler 2013-present
//
// Use, modification and distribution is 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)
//
// Project home: https://github.com/ericniebler... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2016 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
org.nutz.boot.starter.ureport.UreportSpringEnvStarter
org.nutz.boot.starter.ureport.UreportServletStarter
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<xmsbt>
<entry label="Demo202_2_Text004">
<text>In this illusory realm of sacred mystery,
anything can happen...</text>
</entry>
<entry label="Demo202_2_Text000">
<text>To the blade's chosen hero...
In the name of the Goddess Hylia,
I offer the Trial of the Sword.<... | {
"pile_set_name": "Github"
} |
#
# Makefile for the Freescale network device drivers.
#
obj-$(CONFIG_FEC) += fec.o
obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx.o
ifeq ($(CONFIG_FEC_MPC52xx_MDIO),y)
obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx_phy.o
endif
obj-$(CONFIG_FS_ENET) += fs_enet/
obj-$(CONFIG_FSL_PQ_MDIO) += fsl_pq_mdio.o
obj-$(CONFIG_GIANFAR) += ... | {
"pile_set_name": "Github"
} |
require_relative "spec_helper"
Sequel.extension :pg_array, :pg_json
describe "pg_json extension" do
integer_class = RUBY_VERSION >= '2.4' ? Integer : Fixnum
before(:all) do
m = Sequel::Postgres
@m = m::JSONDatabaseMethods
@hc = m::JSONHash
@ac = m::JSONArray
@bhc = m::JSONBHash
@bac = m::... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-5125498195627245402
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d... | {
"pile_set_name": "Github"
} |
<?php
namespace spec\Oro\Bundle\PimDataGridBundle\Normalizer;
use Akeneo\Pim\Enrichment\Component\Product\Model\ProductInterface;
use Akeneo\Pim\Enrichment\Component\Product\Completeness\Model\ProductCompleteness;
use Akeneo\Pim\Enrichment\Component\Product\Completeness\Model\ProductCompletenessCollection;
use Akeneo... | {
"pile_set_name": "Github"
} |
# Test against this version of Node.js
environment:
nodejs_version: ""
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
- choco upgrade firefox -version 47.0.1
... | {
"pile_set_name": "Github"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.System.RemoteSystems
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class RemoteSystemSession... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#include <Swiften/Parser/PayloadParsers/PubSubOwnerSubscriptionsParser.h>
#include <boost/optional.hpp>
#include <Swiften/Parser/PayloadParserFactory.h>
#include <Swiften/Parser/PayloadParserFacto... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<item>
<title>field_presave</title>
<external>http://api.drupal.org/api/search/7/hook_field_presave</external>
<group>hook</group>
<template><![CDATA[
/**
* Implements hook_field_presave();
*/
function ${file_name}_field_presave($entity_type, $entity, $field, $instance, $... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Cookie Plugin v1.4.1
* https://github.com/carhartl/jquery-cookie
*
* Copyright 2006, 2014 Klaus Hartl
* Released under the MIT license
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// Co... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Phoenix Lite</string>
<!-- Dialogs-->
<string name="dialogs">Conversations</string>
<string name="dialog_day_today">Today</string>
<string name="dialog_day_yesterday">Yest... | {
"pile_set_name": "Github"
} |
DISABLE_PRECOMPILE_HEADERS
--------------------------
.. versionadded:: 3.16
Disables the precompilation of header files specified by
:prop_tgt:`PRECOMPILE_HEADERS` property.
If the property is not set, CMake will use the value provided
by :variable:`CMAKE_DISABLE_PRECOMPILE_HEADERS`.
| {
"pile_set_name": "Github"
} |
[]
| {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
# Change Log
## 1.1.0 - 2016-08-31
- Added HttpFulfilledPromise and HttpRejectedPromise which respect the HttpAsyncClient interface
## 1.0.0 - 2016-01-26
### Removed
- Stability configuration from composer
## 1.0.0-RC1 - 2016-01-12
### Changed
- Updated package files
- Updated promise dependency to RC1
## 1.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015 Stormpath, 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
... | {
"pile_set_name": "Github"
} |
/**@file
Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found ... | {
"pile_set_name": "Github"
} |
// qtractorCommand.h
//
/****************************************************************************
Copyright (C) 2005-2020, rncbc aka Rui Nuno Capela. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publish... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.