text stringlengths 2 99.9k | meta dict |
|---|---|
SUBROUTINE ccsdtq_lr_alpha_16_18(d_a,k_a_offset,d_b,k_b_offset,d_c
&,k_c_offset)
C $Id$
C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0
C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002)
C i1 ( p12 p13 h14 p11 )_yttratrb + = 1 * Sum ( h2 ) * trb... | {
"pile_set_name": "Github"
} |
@comment $OpenBSD$
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
lib/ghc/${DISTNAME}/Language/
lib/ghc/${DISTNAME}/Language/Haskell/
lib/ghc/${DISTNAME}/Language/Haskell/TH/
lib/ghc/${DISTNAME}/Langu... | {
"pile_set_name": "Github"
} |
#pragma once
#include <chrono>
#include <cstdint>
#include "envoy/common/time.h"
#include "envoy/config/core/v3/base.pb.h"
#include "envoy/http/header_map.h"
#include "envoy/http/request_id_extension.h"
#include "envoy/stream_info/stream_info.h"
#include "common/common/assert.h"
#include "common/common/dump_state_ut... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2015, 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 it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cut_red_sandstone"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
} | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2020 Rafal Lewczuk <rafal.lewczuk@jitlogic.com>
* <p/>
* This is free software. You can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of th... | {
"pile_set_name": "Github"
} |
<?php
/**
* Граббер для поисковика параметров
*
* @author Beched <Ahack.Ru>
* @copyright Hack4Sec-team <hack4sec.team@gmail.com> 2011
* @link http://hack4sec.blogspot.com/
* @license http://www.gnu.org/licenses/gpl-2.0.html
*/
if( $_SERVER[ 'argc' ] != 2 ) die( 'Usage: php args_grabber.php /path/to/dir/with/php... | {
"pile_set_name": "Github"
} |
'use strict';
var Type = require('./Type');
// https://www.ecma-international.org/ecma-262/5.1/#sec-11.9.6
module.exports = function StrictEqualityComparison(x, y) {
var xType = Type(x);
var yType = Type(y);
if (xType !== yType) {
return false;
}
if (xType === 'Undefined' || xType === 'Null') {
return true;... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000
AnimationClip:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: slideAnimationUp
serializedVersion: 6
m_Legacy: 1
m_Compressed: 0
m_UseHighQualityCurve: 1
m_RotationCurves: []
m_CompressedR... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
/**********************************************************************
utf32_be.c - Oniguruma (regular expression library)
**********************************************************************/
/*-
* Copyright (c) 2002-2007 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
* All rights reserved.
*
* Redistribution an... | {
"pile_set_name": "Github"
} |
# Testing the most popular docker images from docker hub
To run these tests you just do
bats popular-containers-images.bats
In order to run all these tests you need a minimum of 8GB
| {
"pile_set_name": "Github"
} |
{if $modulecustombuttonresult}
{if $modulecustombuttonresult == "success"}
{include file="$template/includes/alert.tpl" type="success" msg=$LANG.moduleactionsuccess textcenter=true idname="alertModuleCustomButtonSuccess"}
{else}
{include file="$template/includes/alert.tpl" type="error" msg=$LANG... | {
"pile_set_name": "Github"
} |
class CamaleonCms::PostTag < CamaleonCms::TermTaxonomy
default_scope { where(taxonomy: :post_tag) }
cama_define_common_relationships('PostTag')
has_many :posts, foreign_key: :objectid, through: :term_relationships, :source => :objects
belongs_to :post_type, class_name: "CamaleonCms::PostType", foreign_key: :par... | {
"pile_set_name": "Github"
} |
Copyright (c) 2012-2014 Chris Pettitt
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,... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<body>
<div style="overflow: auto; transform:translate(100px,0);">
<div style="position: relative;"><div id="x" style="position:fixed; display:none"></div></div>
</div>
<script>
document.body.getBoundingClientRect();
document.getElementById('x').style.display = '';
</script>
</body>
</html>
| {
"pile_set_name": "Github"
} |
ICY0
X:5) 71 1:0:0
X:0) 71 1:0:0
X:0) 71 1:0:0 | {
"pile_set_name": "Github"
} |
'use strict';
const fs = require('fs-extra');
const util = require('util');
const rimraf = util.promisify(require('rimraf'));
const { dir, file } = require('chai-files');
const path = require('path');
const execa = require('execa');
const BASE_PATH = path.join(__dirname, 'my-app-with-in-repo-engine');
describe('in-r... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The etcd 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 t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
~ /**
~ * This file is part of QuickLyric
~ * Copyright © 2017 QuickLyric SPRL
~ *
~ * QuickLyric is free software: you can redistribute it and/or modify
~ * it under the terms of the GNU General Public License as published by
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 K Team. All Rights Reserved.
package org.kframework.ksearchpattern;
import com.google.inject.AbstractModule;
import com.google.inject.Provides;
import com.google.inject.TypeLiteral;
import com.google.inject.multibindings.Multibinder;
import org.kframework.kdoc.KDocOptions;
import org.kframework.m... | {
"pile_set_name": "Github"
} |
#include "arrayobject.h"
#ifndef PYPY_VERSION
#ifndef REFCOUNT
# define REFCOUNT NPY_REFCOUNT
# define MAX_ELSIZE 16
#endif
#endif
#define PyArray_UNSIGNED_TYPES
#define PyArray_SBYTE NPY_BYTE
#define PyArray_CopyArray PyArray_CopyInto
#define _PyArray_multiply_list PyArray_MultiplyIntList
#define PyArray_ISSPACESA... | {
"pile_set_name": "Github"
} |
Performance Counters for Linux
------------------------------
Performance counters are special hardware registers available on most modern
CPUs. These registers count the number of certain types of hw events: such
as instructions executed, cachemisses suffered, or branches mis-predicted -
without slowing down the ker... | {
"pile_set_name": "Github"
} |
/* smartphone */
@mixin screen-xs() {
@media screen and (max-width: 544px) {
@content;
}
}
/* tablet (portrait) */
@mixin screen-sm() {
@media screen and (min-width: 545px) and (max-width: 768px) {
@content;
}
}
/* smartphone + tablet (portrait) */
@mixin screen-sm-down() {
@media screen and (max-width: 768p... | {
"pile_set_name": "Github"
} |
development.driver=${jdbc.driver}
development.username=${jdbc.user}
development.password=${jdbc.password}
development.url=${jdbc.url}
#this one is used by DBSpecTest
development.test.driver=${jdbc.driver}
development.test.username=${jdbc.user}
development.test.password=${jdbc.password}
development.test.url=${jdbc.ur... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* wm8955.c -- WM8955 ALSA SoC Audio driver
*
* Copyright 2009 Wolfson Microelectronics plc
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#inclu... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2008 Doug Judd (Zvents, Inc.)
#
# 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; version 2 of
# the License.
#
# This program is distributed in the hope that it will be useful,
... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview Rule to flag unnecessary double negation in Boolean contexts
* @author Brandon Mills
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const astUtils... | {
"pile_set_name": "Github"
} |
include \masm32\include\windows.inc
include \masm32\include\masm32.inc
include \masm32\include\gdi32.inc
include \masm32\include\user32.inc
include \masm32\include\kernel32.inc
include \masm32\include\Comctl32.inc
include \masm32\include\comdlg32.inc
include \masm32\inclu... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
/** Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
*
* 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
* ... | {
"pile_set_name": "Github"
} |
struct cdex_header {
uint8_t magic[8];
uint32_t checksum;
uint8_t signature[20]; // SHA1
uint32_t fileSize;
uint32_t headerSize;
uint32_t endianTag;
uint32_t linkSize;
uint32_t linkOff;
uint32_t mapOff;
uint32_t stringIdsSize;
uint32_t stringIdsOff;
uint32_t typeIdsSize;
uint32_t typeIdsOff;
uint32_t prot... | {
"pile_set_name": "Github"
} |
import { Module } from '@nestjs/common';
import { BootModule } from '@nestcloud/boot';
import { ConsulModule } from '@nestcloud/consul';
import { ConsulConfigModule } from '@nestcloud/consul-config';
import { NEST_BOOT } from '@nestcloud/common';
import { ConfigService } from "./config.service";
@Module({
imports:... | {
"pile_set_name": "Github"
} |
#include "short_loop.policy"
| {
"pile_set_name": "Github"
} |
canalx-injector-kafka
=======
| {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: microphone
m_Shader: {fileID: 4800000, guid: 31bfda934c27bd54a96d5f3f1ae1d398, type: 3}
m_ShaderKeywords:
m_LightmapFla... | {
"pile_set_name": "Github"
} |
/*------------------SCREEN Template-------------------*/
.videoHolder .screen.cvaa.semiTransparentBkg {
padding-top: 1em;
}
.videoHolder .cvaa .screen-content .icon-close {
right: 0.8em;
}
.cvaa .screen-content {
position: relative;
height: 100%;
}
.cvaa .screen-content .tmpl,
.cvaa-btn-label span,
.cvaa-btn, .c... | {
"pile_set_name": "Github"
} |
import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = ''#open(os.path.join(here, 'README.md')).read()
CHANGES = ''#open(os.path.join(here, 'CHANGES.txt')).read()
requires = [
'psutil'
]
setup(name='live_cpu_graph'
, version='0.1'
, descripti... | {
"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 pkcs12
import (
"encoding/asn1"
"testing"
)
func TestVerifyMac(t *testing.T) {
td := macData{
Mac: digestInfo{
Digest: []byte{0x18, 0x20, 0x3d... | {
"pile_set_name": "Github"
} |
//-----------------------------LICENSE NOTICE------------------------------------
// This file is part of CPCtelera: An Amstrad CPC Game Engine
// Copyright (C) 2017 ronaldo / Fremos / Cheesetea / ByteRealms (@FranGallegoBR)
//
// This program is free software: you can redistribute it and/or modify
// it under the ... | {
"pile_set_name": "Github"
} |
import {bar} from "foo";
| {
"pile_set_name": "Github"
} |
package sqlite.feature.childselect.case2;
import java.util.List;
import com.abubusoft.kripton.android.annotation.BindSqlRelation;
import com.abubusoft.kripton.android.annotation.BindSqlType;
@BindSqlType
public class Album {
private long id;
public long getId() {
return id;
}
public void setId(long id) {
t... | {
"pile_set_name": "Github"
} |
/*
*******************************************************************************
*
* Copyright (C) 2003-2013, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: ucm.c
* encoding: US-A... | {
"pile_set_name": "Github"
} |
{
"datasetName": "uproxy_metrics_dev",
"connectionMetricsTableName": "connections_v1",
"featureMetricsTableName": "feature_metrics"
}
| {
"pile_set_name": "Github"
} |
[include:tests/manifest.ini]
| {
"pile_set_name": "Github"
} |
# Automate tasks
# http://www.pyinvoke.org
requests
beautifulsoup4
invoke
# Build documentation
sphinx
sphinxcontrib-getthecode
pyterate
pelican
# Check code style, errors, etc
pylint
flake8
# Test runners
pytest
tox
# Check that MANIFEST.in matches Git repo contents before making a release
# https://github.com/mge... | {
"pile_set_name": "Github"
} |
32a6b38a595d2324d82f5959261005bcfae5b03b
| {
"pile_set_name": "Github"
} |
/*
* Bitrate histogram include file
*
* Copyright (c) 2000 Mark Taylor
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any... | {
"pile_set_name": "Github"
} |
# Event 6010 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|SettingUnitId|UnicodeString|None|`None`|
|TBD|CollectionId|UnicodeString|None|`None`|
|TBD|Operation|UnicodeString|None|`None`|
|TBD|ConflictResult|Unicode... | {
"pile_set_name": "Github"
} |
package nodb
import (
"fmt"
"sync"
"github.com/lunny/nodb/store"
)
type ibucket interface {
Get(key []byte) ([]byte, error)
Put(key []byte, value []byte) error
Delete(key []byte) error
NewIterator() *store.Iterator
NewWriteBatch() store.WriteBatch
RangeIterator(min []byte, max []byte, rangeType uint8) *... | {
"pile_set_name": "Github"
} |
/dts-v1/;
#include "rt3050.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
/ {
compatible = "buffalo,whr-g300n", "ralink,rt3052-soc";
model = "Buffalo WHR-G300N";
cfi@1f000000 {
compatible = "cfi-flash";
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
#a... | {
"pile_set_name": "Github"
} |
/*
* vehicle.h
* BoE
*
* Created by Celtic Minstrel on 20/04/09.
*
*/
#ifndef BOE_DATA_VEHICLE_H
#define BOE_DATA_VEHICLE_H
#include <iosfwd>
#include "location.hpp"
namespace legacy {
struct horse_record_type;
struct boat_record_type;
};
class cVehicle {
public:
// Both boats and horses use this type.
... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////
//
// File : stm32f30x.lsl
//
// Version : @(#)stm32f30x.lsl 1.1 12/07/27
//
// Description : LSL file for the STMicroelectronics STM32F30x
//
// Copyright 2012 Altium BV
//
// Macros specific to control ... | {
"pile_set_name": "Github"
} |
require_relative '../../../helpers/unit/provider/elasticsearch_rest_shared_examples'
describe Puppet::Type.type(:elasticsearch_index).provider(:ruby) do
let(:name) { 'test-index' }
let(:example_1) do
{
:name => 'index-one',
:ensure => :present,
:provider => :ruby,
:settings => {
... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* $Id: geo_extra.c 1568 2009-04-22 21:10:55Z warmerdam $
*
* Project: libgeotiff
* Purpose: Code to normalize a few common PCS values without use of CSV
* files.
* Author: Frank Warmerdam, warmerda@home.com
*
*********... | {
"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"
} |
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.u... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) GridGain Systems. 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... | {
"pile_set_name": "Github"
} |
libavformat/electronicarts.o: libavformat/electronicarts.c \
libavutil/intreadwrite.h libavutil/avconfig.h libavutil/attributes.h \
libavutil/bswap.h config.h libavformat/avformat.h libavcodec/avcodec.h \
libavutil/samplefmt.h libavutil/avutil.h libavutil/common.h \
libavutil/macros.h libavutil/version.h libavutil/... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | {
"pile_set_name": "Github"
} |
var Vector3 = require('../../../../src/goo/math/Vector3');
var Light = require('../../../../src/goo/renderer/light/Light');
var CustomMatchers = require('../../../../test/unit/CustomMatchers');
describe('Light', function () {
beforeEach(function () {
jasmine.addMatchers(CustomMatchers);
});
it('defaults the colo... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/*==============================================================================
Copyright (c) 2005-2010 Joel de Guzman
Copyright (c) 2010-2011 Thomas Heller
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
import logging
from pip.basecommand import Command
from pip.operations.check import check_requirements
from pip.utils import get_installed_distributions
logger = logging.getLogger(__name__)
class CheckCommand(Command):
"""Verify installed packages have compatible dependencies."""
name = 'check'
usage =... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# $1 - taskNo
# $2 - php
# $3 - createtorrent
# $4 - path
# $5 - piecesize
# $6 - user
# $7 - tmp
"${3}" -l ${5} -a dummy "${4}" "${7}/temp.torrent"
last=$?
chmod a+r "${7}/temp.torrent"
if [ $last -le 1 ] ; then
echo 'Try to correct torrent file...'
cd "$(dirname $0)"
"${2}" ./correct.php ${1} "${6}"
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Features.CrossPlatform.Views.CoroutineView"
xmlns:cm="clr-namespace:Caliburn.Micro.Xamarin.Forms;assembly=Caliburn.Mi... | {
"pile_set_name": "Github"
} |
/*
* IMPORTANT!
* This file has been automatically generated,
* in order to update it's content execute "npm run update"
*/
module.exports = {
extends: require.resolve('./base'),
rules: {
'vue/custom-event-name-casing': 'error',
'vue/no-arrow-functions-in-watch': 'error',
'vue/no-async-in-computed-p... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.54 $"/>
<generation date="$Date: 2009/05/05 23:06:35 $"/>
<language type="es"/>
<territory type="SV"/>
</identity>
<numbers>
<symbols>
<decimal>.</decimal>
<group>,</group>
</symbols>
</numbers>
</ldml>
| {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpir.net", "mpir.net\mpir.net.vcxproj", "{1E6E20CA-9F97-45A0-B797-C43A9716B95B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mpir.net-tests", "mpir.net-tests\mpir.n... | {
"pile_set_name": "Github"
} |
#Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE!
#Wed Oct 30 08:00:40 PDT 2019
project.build.outputDirectory=${maven.build.outputDir}
project.build.directory=${maven.build.dir}
maven.test.reports=${maven.build.dir}/test-reports
maven.build.finalName=jsoup-1.7.3-SNAPSHOT
maven.reporting.outputDirectory=${maven.bu... | {
"pile_set_name": "Github"
} |
152873a005e96cc84366a25c724aa684bdc4887a9ea8d3d0f1bf4236bf8990481aa9d675fe1db2e5a65537562eae57514be05f1346568dc80eabe3a54c4c9eb0
| {
"pile_set_name": "Github"
} |
\begin{one}
one body text
one body text
one body text
\begin{two}
two body text
two body text
two body text
\end{two}
\end{one}
| {
"pile_set_name": "Github"
} |
/*
* Copyright © 2004 Keith Packard
* Copyright © 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
* License version 2.1 as published by the Free Software Foundation
* (the "LGPL") or, at your option, under th... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using NuGet.Packaging.Core;
using NuGet.Versioning;
namespace NuGet.PackageManagemen... | {
"pile_set_name": "Github"
} |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.bgfx;
import javax.annotation.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.MemoryUtil.*;
/**
* Profiler region begin.
*
* <h3>Type</h3>
*
* ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Predis package.
*
* (c) Daniele Alessandri <suppakilla@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Predis\Command;
/**
* @link http://redis.io/commands/pexpire
*
* ... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes ... | {
"pile_set_name": "Github"
} |
// Libraries
import React from 'react'
// Components
import {Page, PageHeader} from '@influxdata/clockface'
import FlowCreateButton from 'src/notebooks/components/FlowCreateButton'
import NotebookListProvider from 'src/notebooks/context/notebook.list'
import FlowCards from 'src/notebooks/components/FlowCards'
// Util... | {
"pile_set_name": "Github"
} |
# run-sketch-plugin
Run a Sketch plugin.
```js
import runSketchPlugin from 'run-sketch-plugin';
runSketchPlugin({
commandIdentifier: 'main',
bundleURL: 'path/to/bundle.sketchplugin',
}).then({ stderr, stdout }) => {
console.log(stdout)
}
``` | {
"pile_set_name": "Github"
} |
@extends('datatables.template')
@section('demo')
<table id="users-table" class="table table-condensed">
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>Email</th>
<th># of Post</th>
<th>Created At</th>
<th>Updated At</th>
</tr>
</thead>
</table>
@endsection
@... | {
"pile_set_name": "Github"
} |
/*
* MikroTik RouterBOARD 91X support
*
* Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
*
* 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.
*/
#define pr_fmt(fmt) "rb... | {
"pile_set_name": "Github"
} |
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <gtest/gtest.h>
#include "Common/CommonFuncs.h"
TEST(CommonFuncs, CrashMacro)
{
EXPECT_DEATH({ Crash(); }, "");
}
| {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
if (typeof define !== 'function') {
var define = require('amdefine')(module);
}
define(function (require, exp... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ResetsPasswords;
class ResetPasswordController extends Controller
{
/*
|--------------------------------------------------------------------------
| Password Reset Controller
|--------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2008 Nominet UK (www.nic.uk)
* All rights reserved.
* Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted
* their moral rights under the UK Copyright Design and Patents Act 1988 to
* be recorded as the authors of this copyright work.
*
* Licensed under the Apache Lice... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.17 2014/06/05 02:41:09 obache Exp $
#
DISTNAME= libelf-0.8.13
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.mr511.de/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mr511.de/software/english.html
COMMENT= ELF object file access library
LICENSE= gnu-lgpl-v... | {
"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 <objc/NSObject.h>
@class NSDictionary, NSString;
__attribute__((visibility("hidden")))
@interface RPLegacySessionMessage : NS... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env PYTHONHASHSEED=1234 python3
# Copyright 2014-2019 Brett Slatkin, Pearson Education 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/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | {
"pile_set_name": "Github"
} |
package org.ovirt.engine.ui.uicommonweb.models.macpool;
import org.ovirt.engine.core.common.action.ActionType;
import org.ovirt.engine.core.common.action.MacPoolParameters;
import org.ovirt.engine.core.common.businessentities.MacPool;
import org.ovirt.engine.core.compat.Guid;
import org.ovirt.engine.ui.frontend.Fronte... | {
"pile_set_name": "Github"
} |
//
// TuSDKGPUVRLeftRightView.h
// TuSDK
//
// Created by Clear Hu on 16/4/10.
// Copyright © 2016年 tusdk.com. All rights reserved.
//
#import "TuSDKGPUBaseView.h"
/**
* VR Left Right View
*/
@interface TuSDKGPUVRLeftRightView : TuSDKGPUBaseView
/**
* 显示区域(百分比)
*/
@property(nonatomic) CGRect displayRect;
@en... | {
"pile_set_name": "Github"
} |
:103E000001C0B7C0112484B790E89093610010926C
:103E10006100882361F0982F9A70923041F081FF01
:103E200002C097EF94BF282E80E0C6D0E9C085E09D
:103E30008093810082E08093C80088E18093C9006C
:103E400083E38093CC0086E08093CA008EE0B4D0F8
:103E5000279A84E028E43AEF91E03093850020939C
:103E6000840096BBB09BFECF1F9AA8954091C800D6
:103E... | {
"pile_set_name": "Github"
} |
import * as ts from 'typescript';
import * as tsutils from 'tsutils/typeguard/3.0';
import { VisitorContext } from './visitor-context';
import * as VisitorUtils from './visitor-utils';
function visitRegularObjectType() {
return false;
}
function visitTupleObjectType() {
return false;
}
function visitArrayObj... | {
"pile_set_name": "Github"
} |
import list from './chart/index';
function fetchData(state) {
const type = state.type;
const fileName = state.filename;
const desc = state.desc;
document.getElementById('phone_title').innerHTML = desc;
const frameDOM: any = document.getElementById('canvas-container');
frameDOM.src = `iframe.html?type=${typ... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/medialive/MediaLive_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/medialive/model/ChannelClass.h>
#include <aws/core/utils/memory/stl/AWSVector.h... | {
"pile_set_name": "Github"
} |
.yicon-statistic-wrapper {
position: relative;
width: 44px;
height: 44px;
margin: 0 11px 16px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 6px;
display: flex;
&.disabled-code {
border: 1px solid #f00;
}
.statistic-icon {
position: absolute;
top: 0;
right: 0;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2018 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.