text stringlengths 2 99.9k | meta dict |
|---|---|
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
declare void @a(i64* byval inalloca %p)
; CHECK: Attributes {{.*}} are incompatible
declare void @b(i64* inreg inalloca %p)
; CHECK: Attributes {{.*}} are incompatible
declare void @c(i64* sret inalloca %p)
; CHECK: Attributes {{.*}} are incompatible
declare vo... | {
"pile_set_name": "Github"
} |
title: Traffic Analysis of Network Interfaces Using RMON
agents: snmp
catalog: hw/network/generic
license: GPL
distribution: check_mk
description:
This check extracts data from the RMON statistics group of RMON enabled network
interfaces. The data are described in the Remote MONitoring MIB. Several devices
of variou... | {
"pile_set_name": "Github"
} |
ReplaceString = """
This message contained an attachment that was stripped out.
The original type was: %(content_type)s
The filename was: %(filename)s,
(and it had additional parameters of:
%(params)s)
"""
import re
BAD_CONTENT_RE = re.compile('application/(msword|msexcel)', re.I)
BAD_FILEEXT_RE = re.compile(r'(\... | {
"pile_set_name": "Github"
} |
/* Copyright 2015 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"
} |
###
### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
###
FROM circleci/php:7.2.21-fpm-buster
#
# Install Java 11 LTS / OpenJDK 11
#
RUN if grep -q Debian /etc/os-release && grep -q stretch /etc/os-release; then \
echo 'deb http://deb.debian.org/debian stretch-backports main' | sudo tee -a /etc/apt/sou... | {
"pile_set_name": "Github"
} |
[](https://gitter.im/moment/moment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][licens... | {
"pile_set_name": "Github"
} |
/**
* @file
* @brief Configuration parameter origin.
*/
/*
*
* Copyright (C) 2016 Red Hat
*
* This file is part of tlog.
*
* Tlog 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 ... | {
"pile_set_name": "Github"
} |
/*!
@file
Forward declares `boost::hana::hash`.
@copyright Louis Dionne 2016
@copyright Jason Rice 2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_FWD_HASH_HPP
#define BOOST_HANA_FWD_HASH_H... | {
"pile_set_name": "Github"
} |
<woof>
<http-continuations>
<http-continuation path="/db" secure="false" x="87" y="172">
<section name="Logic" input="db"/>
</http-continuation>
<http-continuation path="/json" secure="false" x="84" y="123">
<section name="Logic" input="json"/>
</http-continuation>
<http-continuation p... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
Copyright (c) 2006-2014 sqlmap developers (http://sqlmap.org/)
See the file 'doc/COPYING' for copying permission
"""
import re
from lib.core.common import Backend
from lib.core.common import Format
from lib.core.common import getCurrentThreadData
from lib.core.common import randomStr
from l... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Wind... | {
"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 version 2 as published
* by the Free Software Foundation.
*
* Copyright (C) 2010 John Crispin <blogic@openwrt.org>
*/
#ifndef _LTQ_XWAY_H__
#define _LTQ_XWAY_H__
#ifdef CONFIG_SOC... | {
"pile_set_name": "Github"
} |
//
// VLCStyledVideoView.h
// Lunettes
//
// Created by Pierre d'Herbemont on 2/9/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <WebKit/WebKit.h>
#import <VLCKit/VLCKit.h>
#import "VLCStyledView.h"
@interface VLCStyledVideoView : VLCStyledView {
NSUInteger _listCount;
NSUInteger... | {
"pile_set_name": "Github"
} |
;******************************************************************************
;* VP8 MMXEXT optimizations
;* Copyright (c) 2010 Ronald S. Bultje <rsbultje@gmail.com>
;* Copyright (c) 2010 Fiona Glaser <fiona@x264.com>
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute it and/or
;* ... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
},
{
"function": "mine... | {
"pile_set_name": "Github"
} |
// Uva10340 All in All
// ³Â·æ
#include <string>
#include <iostream>
#include <algorithm>
using namespace std;
int main()
{
string s, t;
while(cin>>s>>t)
{
bool found = true;
string::size_type pos = -1;
for(string::iterator ps = s.begin(); ps != s.end(); ps++)
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM "../dtd/ldmlKeyboard.dtd">
<keyboard locale="bn-t-k0-windows-legacy">
<version platform="10" number="$Revision$"/>
<names>
<name value="Bengali - INSCRIPT (Legacy)"/>
</names>
<settings fallback="omit"/>
<keyMap>
<map iso="E01" to="১"/> <!-- 1 --... | {
"pile_set_name": "Github"
} |
/*
* r.js
*
* Copyright (C) 2009-11 by RStudio, Inc.
*
* The Initial Developer of the Original Code is
* Ajax.org B.V.
* Portions created by the Initial Developer are Copyright (C) 2010
* the Initial Developer. All Rights Reserved.
*
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.... | {
"pile_set_name": "Github"
} |
/**
** Gridlock.java * * Copyright 2011 by Sarah Wise, Mark Coletti, Andrew
* Crooks, and * George Mason University. * * Licensed under the Academic Free
* License version 3.0 * * See the file "LICENSE" for more information * $Id:
* Gridlock.java 878 2013-03-28 18:35:54Z joey.f.harrison $
* <p/>
*
*/
package sim... | {
"pile_set_name": "Github"
} |
UPDATE `quest_template` SET `RequiredRaces`=0 WHERE `Id`=7848;
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat 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, merge, publish, d... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noUnusedLocals": tru... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.svg.a.a;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Paint.Cap;
import android.graphics.Paint.Join;
import android.graphics.Paint.Style;
import android.graphics.Path;
import android.os.Looper;
import com.tencent.mm.svg.We... | {
"pile_set_name": "Github"
} |
"""defines various GUI unit tests"""
import os
import unittest
#from pyNastran.gui.arg_handling import get_inputs
from pyNastran.bdf.test.test_bdf import test_bdf_argparse
class TestBDFParsing(unittest.TestCase):
"""tests parsing of the pyNastranGUI command line"""
def test_parse_1(self):
"""tests pa... | {
"pile_set_name": "Github"
} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Common stuff related to name introduction
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%[(8 codegen grin)
ATTR AllGrPat [ | | introNmL USE {++} {[]}: {[HsName]} ]
SEM GrPatAl... | {
"pile_set_name": "Github"
} |
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="SupplyRequest"/>
<meta>
<lastUpdated value="2017-07-27T08:19:05.564-04:00"/>
</meta>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="0"/>
</extension>
<url value="http://hl7.org/fhir/StructureDe... | {
"pile_set_name": "Github"
} |
/**
* Loads a Wavefront .obj file with materials
*
* @author mrdoob / http://mrdoob.com/
* @author angelxuanchang
*/
THREE.OBJMTLLoader = function ( manager ) {
this.manager = ( manager !== undefined ) ? manager : THREE.DefaultLoadingManager;
};
THREE.OBJMTLLoader.prototype = {
constructor: THREE.OBJMTLLoad... | {
"pile_set_name": "Github"
} |
/*
* ModeShape (http://www.modeshape.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | {
"pile_set_name": "Github"
} |
{
"name": "hfs",
"description": "HTTP File Server",
"keywords": [
"file server",
"http server"
],
"version": "0.1.7",
"license": "GPL-3.0",
"homepage": "http://www.rejetto.com/hfs",
"author": "Massimo Melina <a@rejetto.com> (http://rejetto.com)",
"repository": {
"type": "git",
"url": "... | {
"pile_set_name": "Github"
} |
declare module "fuse.js" {
declare type FuseOptions = {
caseSensitive?: boolean,
includeScore?: boolean,
includeMatches?: boolean,
minMatchCharLength?: number,
shouldSort?: boolean,
tokenize?: boolean,
matchAllTokens?: boolean,
findAllMatches?: boolean,
id?: string,
keys?: $Rea... | {
"pile_set_name": "Github"
} |
import styles from './CustomMonthPicker.less';
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import getYearOptions from './getYearOptions';
import Dropdown from '../../Dropdown/Dropdown';
import FieldLabel from '../../FieldLabel/FieldLabel';
import ScreenReaderOnly from '../../ScreenR... | {
"pile_set_name": "Github"
} |
{
"name": "Noctis Lux",
"type": "light",
"colors": {
"selection.background": "#169fb155",
"descriptionForeground": "#929ea0",
"errorForeground": "#ff4000",
"widget.shadow": "#00000055",
"editor.background": "#fef8ec",
"editor.foreground": "#005661",
"editorLineNumber.f... | {
"pile_set_name": "Github"
} |
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
Copyright (C) 2016-2020 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of version three of the GNU Affero General Public
Lice... | {
"pile_set_name": "Github"
} |
/**
* SHA-512 routines supporting the Power 7+ Nest Accelerators driver
*
* Copyright (C) 2011-2012 International Business Machines 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; ... | {
"pile_set_name": "Github"
} |
// 20010613 gdr
// Copyright (C) 2001-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Name: src/common/base64.cpp
// Purpose: implementation of BASE64 encoding/decoding functions
// Author: Charles Reimers, Vadim Zeitlin
// Created: 2007-06-18
// RCS-ID: $Id$
// Licence: wxWindows licenc... | {
"pile_set_name": "Github"
} |
package logisticspipes.network;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import net.minecraft.client.gui.inventory.GuiContainer;
import net.minecraft.entity.player.EntityPla... | {
"pile_set_name": "Github"
} |
struct S1 {
unsigned char f0;
short f1;
};
struct S1 g_77 = {0x73,9};
struct S1 * volatile g_85 = &g_77;
struct S1 g_204 = {0xAD,0x9086};
void func_1(void)
{
*g_85 = g_204;
}
| {
"pile_set_name": "Github"
} |
GL_EXT_texture_compression_latc
http://developer.download.nvidia.com/opengl/specs/GL_EXT_texture_compression_latc.txt
GL_EXT_texture_compression_latc
GL_COMPRESSED_LUMINANCE_LATC1_EXT 0x8C70
GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT 0x8C71
GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT 0x8C72
GL_COMPRESSED_SIGNED_LUMINANCE... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
CHOST="i686-gentoo-linux-uclibc"
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
# Multilib-related setup, bug #515130
MULTILIB_ABIS="x86"
CHOST_x86="${CHOST}"
LIBDIR_x86="lib"
| {
"pile_set_name": "Github"
} |
// Dependent component styles from node_modules
@import 'ej2-base/styles/material-dark.scss';
@import 'ej2-inputs/styles/material-dark.scss';
@import 'ej2-buttons/styles/material-dark.scss';
@import 'ej2-dropdowns/styles/material-dark.scss';
@import 'ej2-popups/styles/material-dark.scss';
@import 'ej2-lists/styles/mate... | {
"pile_set_name": "Github"
} |
// -*- C++ -*-
// Copyright (C) 2007-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the terms
// of the GNU General Public License as published by the Free Software
// Foundation; either version 3... | {
"pile_set_name": "Github"
} |
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
#include <objbase.h>
#include "MainWnd.hpp"
#include "SteamCAD.rh"
//HANDLE g_hConsole;
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR szCmdLine, int iCmdShow)
{
CoInitialize(NULL);
/*AllocConsole();
g_hConsole... | {
"pile_set_name": "Github"
} |
var find_query = function () {
var _map = window.location.search.substr(1).split('&').map(function (a) {
return a.split('=');
}).reduce(function (p, v) {
if (v.length > 1)
p[v[0]] = decodeURIComponent(v[1].replace(/\+/g, " "));
else
p[v[0]] = true;
return ... | {
"pile_set_name": "Github"
} |
package system // import "github.com/docker/docker/pkg/system"
import (
"syscall"
"unsafe"
"golang.org/x/sys/unix"
)
// LUtimesNano is used to change access and modification time of the specified path.
// It's used for symbol link file because unix.UtimesNano doesn't support a NOFOLLOW flag atm.
func LUtimesNano(... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MediaPlayer/MPMediaEntity.h>
@class MPMediaItem, MPMediaQuery, NSArray;
@interface MPMediaItemCollection : MPMediaEntity
{
unsigned long long _containedMediaTypes;
... | {
"pile_set_name": "Github"
} |
#region
using System;
using System.Linq;
using System.Threading.Tasks;
using EvilDICOM.Core;
using EvilDICOM.Core.Helpers;
using EvilDICOM.Network.DIMSE;
using EvilDICOM.Network.Enums;
using EvilDICOM.Network.Extensions;
using EvilDICOM.Network.Messaging;
using Microsoft.Extensions.Logging;
#endregion
namespace Evi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009, 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 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"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<NonVisualComponents>
<Component class="wsattacker.main.Preferences" name="preferences">
<AuxValues>
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.... | {
"pile_set_name": "Github"
} |
package javax.xml.transform.stream;
class StreamSource {
int reader;
int inputStream;
int systemId;
int publicId;
int FEATURE;
}
class StreamResult {
int writer;
int outputStream;
int systemId;
int FEATURE;
}
| {
"pile_set_name": "Github"
} |
--
-- d/actions/visuald.lua
-- Generate a VisualD .visualdproj project.
-- Copyright (c) 2012-2015 Manu Evans and the Premake project
--
local p = premake
local m = p.modules.d
m.visuald = {}
require ("vstudio")
local vstudio = p.vstudio
local workspace = p.workspace
local project = p.project
local config =... | {
"pile_set_name": "Github"
} |
f144ac3cc4b14d4d6596850804d32d471fca22a204b1fdcc803bf624dd1a395d8e8b566eb3918ea4a4aa4d4e80649334410dcf2c83afcf765859b375ce60aa50
| {
"pile_set_name": "Github"
} |
# [1128. Number of Equivalent Domino Pairs](https://leetcode.com/problems/number-of-equivalent-domino-pairs/)
Given a list of dominoes, dominoes[i] = [a, b] is equivalent to dominoes[j] = [c, d] if and only if either (a==c and b==d), or (a==d and b==c) - that is, one domino can be rotated to be equal to another domino... | {
"pile_set_name": "Github"
} |
using NaughtyAttributes;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
namespace GameplayIngredients.Logic
{
public class Logic : LogicBase
{
[ReorderableList]
public Callable[] Calls;
public override void Execute(GameObject instigator = null)
{
... | {
"pile_set_name": "Github"
} |
{
"id": "tacky-sweater",
"name": "Tacky Sweater",
"category": "Tops",
"games": {
"nl": {
"orderable": false,
"fashionThemes": [
"Iconic"
],
"sellPrice": {
"currency": "bells",
"value": 1300
},
"sources": [
"GracieGrace (during sales)"
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using BuildXL.Cache.ContentStore.Hashing;
using Xunit;
namespace BuildXL.Cache.ContentStore.InterfacesTest.Hashing
{
public class ContentHasherFactoryTests
{
[Fact]
public void EveryHashTypePro... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2019 David Karnok
*
* 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 agre... | {
"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) on Sun Jul 19 11:36:55 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jac... | {
"pile_set_name": "Github"
} |
import { NgModule } from '@angular/core';
import { ServerModule, ServerTransferStateModule } from '@angular/platform-server';
import { ModuleMapLoaderModule } from '@nguniversal/module-map-ngfactory-loader';
import { AppModule } from './app.module';
import { AppComponent } from './app.component';
@NgModule({
import... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2015 IBM Corporation 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
... | {
"pile_set_name": "Github"
} |
/*
*/
from simple.core.Object
module simple.reflection
class Method : Object | {
"pile_set_name": "Github"
} |
// Copyright 2013 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | {
"pile_set_name": "Github"
} |
<view class="container">
<text>{{messageTip}}</text>
<scroll-view scroll-y="true" style="height: 260px;" bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll">
<!-- 消息列表 -->
<block wx:for="{{messageTextArr}}"
wx:for-index="index"
wx:key="{{index}}"
wx:for-item="msgItem">
... | {
"pile_set_name": "Github"
} |
FROM ubuntu:16.04
LABEL maintainer="aaronmarkham@fb.com"
# caffe2 install with cpu support
########## REQUIRED DEPENDENCIES ################
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
cmake \
curl \
git \
libgoogle-glog-dev \
libprotobuf-dev \
pyth... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this fi... | {
"pile_set_name": "Github"
} |
.\" Copyright 2001 Andries Brouwer <aeb@cwi.nl>.
.\"
.\" %%%LICENSE_START(VERBATIM)
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are
.\" preserved on all copies.
.\"
.\" Permission is granted to copy and distribute modified ... | {
"pile_set_name": "Github"
} |
package org.easydarwin.audio;
/**
* Created by John on 2016/3/18.
*/
public class AudioCodec {
static {
System.loadLibrary("proffmpeg");
System.loadLibrary("AudioCodecer");
}
public static native long create(int codec, int sample_rate, int channels, int sample_bit);
public static na... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2003 Jonathan de Halleux (dehalleux@pelikhan.com)
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LI... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=4:tabstop=4:
*/
/*
* Copyright (C) 2015-2016 CEA/DAM
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the CeCILL License.
*
* The fact that you are presently reading this mean... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="yes" encoding="UTF-8"?>
<doc/>
| {
"pile_set_name": "Github"
} |
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(Math, 'asinh', { value: require('./shim'),
configurable: true, enumerable: false, writable: true });
}
| {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../../mode/sql/sql"));
else if (typeof define ==... | {
"pile_set_name": "Github"
} |
// This is a trick taken from Esprima. It turns out that, on
// non-Chrome browsers, to check whether a string is in a set, a
// predicate containing a big ugly `switch` statement is faster than
// a regular expression, and on Chrome the two are about on par.
// This function uses `eval` (non-lexical) to produce such a... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2016 Media for Mobile
*
* 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 ag... | {
"pile_set_name": "Github"
} |
slash\slash
space\ space
2slash\\2slash
| {
"pile_set_name": "Github"
} |
@available(watchOS 2.0, *)
class EKParticipant : EKObject, NSCopying {
var url: NSURL { get }
var name: String? { get }
var participantStatus: EKParticipantStatus { get }
var participantRole: EKParticipantRole { get }
var participantType: EKParticipantType { get }
@available(watchOS 2.0, *)
var isCurrent... | {
"pile_set_name": "Github"
} |
. "/usr/share/cont-lib/cont-lib.sh"
# SEMICOLON_SPLIT VAR
# -------------------
# Split the contents of string variable VAR into list of strings (on separate
# line), each of those strings will be printed to standard output. The ';' and
# newline characters are used as split separators. You can use quadrigraph @.,@
... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import, division, print_function, unicode_literals
import math
from pi3d.util import Utility
from pi3d.Shape import Shape
import logging
LOGGER = logging.getLogger(__name__)
class Sphere(Shape):
""" 3d model inherits from Shape"""
def __init__(self, camera=None, light=None,
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
* All rights reserved.
*
* This software may be modified and distributed under the terms of the
* BSD-3-Clause license. See the accompanying LICENSE file for details.
*/
#ifndef YARP_DEVICE_FAKE_MOTIONCONTROL
#define YARP_DEVICE_FAKE_MOTIONCONTRO... | {
"pile_set_name": "Github"
} |
import { Subject } from '../Subject';
import { Observable } from '../Observable';
import { ConnectableObservable } from '../observable/ConnectableObservable';
import { multicast as higherOrder } from '../operators/multicast';
import { FactoryOrValue, MonoTypeOperatorFunction, OperatorFunction } from '../interfaces';
/... | {
"pile_set_name": "Github"
} |
:import {
-st-from: "./recursive-import-2.st.css";
-st-default: Comp;
}
.gaga {
-st-extends: Comp;
-st-states: lala;
}
.gaga::bobo::shlomo|
| {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
230 230 230
255 255 255
222 222 222
180 180 180
90 90 90
230 123 189
189 82 148
131 41 106
82 0 41
255 0 255
255 0 255
255 205 74
213 172 0
172 115 0
123 32 0
16 16 16
| {
"pile_set_name": "Github"
} |
package io.adaptivecards.adaptivecardssample.CustomObjects.Media;
import android.app.Activity;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import java.io.IOException;
import java.io.InputStream;
import java.net.URISyntaxException;
import io.adaptivecar... | {
"pile_set_name": "Github"
} |
/*******************************
Theme Overrides
*******************************/
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>RxSwiftTableViewSection.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Task Oriented Chatbot"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"+ Background\n",
"+ Pipeline\n",
"+ Question Parsing\n",
"+ Question Parsing and Generating\n",
"+ Information R... | {
"pile_set_name": "Github"
} |
auto-sklearn==0.5.2
Click==7.0
google-cloud-language==1.1.0
protobuf==3.6.1
python-dotenv==0.10.3
websocket-client==0.54.0
| {
"pile_set_name": "Github"
} |
/* crypto/srp/srp.h */
/*
* Written by Christophe Renou (christophe.renou@edelweb.fr) with the
* precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
* EdelKey project and contributed to the OpenSSL project 2004.
*/
/* ====================================================================
* Copyrigh... | {
"pile_set_name": "Github"
} |
How to list all files in a directory that match a filename extension in Java
Create system file paths using the `Path` class
Using buffered streams
Reading file attributes
List contents of a directory with `newDirectoryStream` | {
"pile_set_name": "Github"
} |
{
"id": "tropical-tank",
"name": "Tropical Tank",
"category": "Tops",
"games": {
"nl": {
"orderable": true,
"interiorThemes": [
"Harmonious"
],
"fashionThemes": [
"Iconic"
],
"sellPrice": {
"currency": "bells",
"value": 70
},
"s... | {
"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"
} |
/**
* 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"
} |
/*
* builtin-report.c
*
* Builtin report command: Analyze the perf.data input file,
* look up and read DSOs and symbol information and display
* a histogram of results, along various sorting keys.
*/
#include "builtin.h"
#include "util/util.h"
#include "util/cache.h"
#include "util/annotate.h"
#include "util/co... | {
"pile_set_name": "Github"
} |
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
// 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 idna implements IDNA2008 using the compatibility processing
// defined... | {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. Elasticsearch B.V. licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use ... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faBatteryEmpty: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const liga... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.