text stringlengths 2 99.9k | meta dict |
|---|---|
module.exports = {
'#{number} by {user} was closed {time} ago':
'{user} 在 {time}前關閉了 #{number}。',
'#{number} opened {time} ago by {user}':
'{user} 在 {time}前新增了 #{number}。',
ACTIONS: '操作',
'ANALYTICS INFORMATION': '分析資料',
ASSIGNEES: '被指派者',
'Add a comment...': '新增評論...',
All: '查看全部',
'App is up t... | {
"pile_set_name": "Github"
} |
# Nimbus
# Copyright (c) 2018 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
# at your option. This file m... | {
"pile_set_name": "Github"
} |
<?php
namespace builder;
/**
* 软件接口
*/
interface Software
{
public function produce();
}
| {
"pile_set_name": "Github"
} |
/*
* TabularLayout.java
*
* Created on October 8, 2008, 2:32 PM
*
* Copyright 2003-2010 Tufts University Licensed under the
* Educational Community 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.... | {
"pile_set_name": "Github"
} |
/*
* FB driver for the TLS8204 LCD Controller
*
* The display is monochrome and the video memory is RGB565.
* Any pixel value except 0 turns the pixel on.
*
* Copyright (C) 2013 Noralf Tronnes
* Copyright (C) 2014 Michael Hope (adapted for the TLS8204)
*
* This program is free software; you can redistribute it... | {
"pile_set_name": "Github"
} |
<?php
use PHPUnit\Framework\TestCase;
class TreeTest extends TestCase {
protected static $n;
protected static $about_node;
protected static $blog_node;
protected static $contact_node;
static function tearDownAfterClass (): void {
if (file_exists ('cache/test_tree.json')) {
unlink ('cache/test_tree.json');
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Abstract implementation of SignableIF which represents a signable row
* in the database.
*
* Copyright (C) 2013 OEMR 501c3 www.oemr.org
*
* LICENSE: 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... | {
"pile_set_name": "Github"
} |
import {BaseModel, BaseRequest} from '../../../shared/class/BaseModel';
import {Region} from '../region/region';
export class Zone extends BaseModel {
id: string;
name: string;
vars: string;
credentialId: string;
cloudVars: {} = {};
regionName: string;
provider: string;
status: string;
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { ImageProps, View } from 'react-native';
import {
Card,
CardElement,
CardProps,
StyleService,
StyleType,
Text,
useStyleSheet,
} from '@ui-kitten/components';
export interface ProfileParameterCardProps extends Omit<CardProps, 'children'> {
hint: string;
value: string... | {
"pile_set_name": "Github"
} |
<!doctype html>
<meta charset=utf-8>
<title>IndexedDB: IDBObjectStore clear() Exception Ordering</title>
<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbobjectstore-clear">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support.js"><... | {
"pile_set_name": "Github"
} |
<?php
/**
* English language strings for Dashboards
*
* @package modx
* @subpackage lexicon
* @language en
*/
$_lang['dashboard'] = 'Dashboard';
$_lang['dashboard_add'] = 'הוספת לוח מחוונים';
$_lang['dashboard_create'] = 'יצירת לוח מחוונים';
$_lang['dashboard_desc_name'] = 'שם לוח המחוונים.';
$_lang['dashboard_de... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 cldr
// This file contains test data.
import (
"io"
"strings"
)
type testLoader struct {
}
func (t testLoader) Len() int {
return len(testFiles)
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"pile_set_name": "Github"
} |
.. _oVirt_module_development:
oVirt Ansible Modules
=====================
The set of modules for interacting with oVirt/RHV are currently part of the community.general collection (on `Galaxy <https://galaxy.ansible.com/community/general>`_, source code `repository <https://github.com/ansible-collections/community.gen... | {
"pile_set_name": "Github"
} |
/*
* RenderManager - exporting logic common between the CLI and GUI.
*
* Copyright (c) 2015 Ryan Roden-Corrent <ryan/at/rcorre.net>
*
* This file is part of LMMS - https://lmms.io
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License a... | {
"pile_set_name": "Github"
} |
2
| {
"pile_set_name": "Github"
} |
var path = require('path')
var utils = require('./utils')
var webpack = require('webpack')
var config = require('../config')
var merge = require('webpack-merge')
var baseWebpackConfig = require('./webpack.base.conf')
var CopyWebpackPlugin = require('copy-webpack-plugin')
var HtmlWebpackPlugin = require('html-webpack-pl... | {
"pile_set_name": "Github"
} |
./test_dns_lookup: dict_regexp_lookup: no-mx.reg: porcupine.org. 3600 IN MX 10 spike.porcupine.org.
./test_dns_lookup: dict_regexp_lookup: no-mx.reg: porcupine.org. 3600 IN MX 30 m1.porcupine.org.
./test_dns_lookup: dict_regexp_lookup: no-mx.reg: porcupine.org. 3600 IN MX 30 vz.porcupine.org.
./test_dns_lookup: dns_get... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.react.uimanager;
import android.view.View;
import androidx.annotation.Nullable;
/**
* This is an interface ... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
package envoy.type.matcher;
import "envoy/type/matcher/number.proto";
import "envoy/type/matcher/string.proto";
import "udpa/annotations/status.proto";
import "validate/validate.proto";
option java_package = "io.envoyproxy.envoy.type.matcher";
option java_outer_classname = "ValueProto";
option ja... | {
"pile_set_name": "Github"
} |
void foo()
{
}
| {
"pile_set_name": "Github"
} |
#include <ostream>
#include "IOMC/ParticleGuns/interface/FlatRandomPtAndDxyGunProducer.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interf... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016-2020 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
import { Component } from '@angular/core';
@Component({
selector: 'clr-hot-fuss-demo',
template: `
<... | {
"pile_set_name": "Github"
} |
================================================================================
= =
= Notepad3 - light-weight Scintilla-based text editor for Windows =
= ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019 Hemanth Savarala.
*
* Licensed under the GNU General Public License v3
*
* 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 optio... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2018 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"
} |
// Copyright 2017 the V8 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.
#include "src/compiler/property-access-builder.h"
#include "src/compilation-dependencies.h"
#include "src/compiler/access-builder.h"
#include "src/comp... | {
"pile_set_name": "Github"
} |
---
layout: feature
title: 'Abbr'
shortdef: 'abbreviation'
udver: '2'
---
Boolean feature. Is this an abbreviation?
### <a name="Yes">`Yes`</a>: it is abbreviation
Examples: [sv] _<b>t.ex.</b>, <b>ca</b>_
| {
"pile_set_name": "Github"
} |
# Electronica TDS-5m (Technics RP-DJ1210 earpads)
See [usage instructions](https://github.com/jaakkopasanen/AutoEq#usage) for more options and info.
### Parametric EQs
In case of using parametric equalizer, apply preamp of **-7.6dB** and build filters manually
with these parameters. The first 5 filters can be used ind... | {
"pile_set_name": "Github"
} |
Array3d v(8,27,64);
cout << v.pow(0.333333) << endl;
| {
"pile_set_name": "Github"
} |
<?php
print wikidiff2_do_diff( $x, $y, 2);
print wikidiff3_do_diff( $x, $y, 3);
?> | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README
*/
#include <linux/time.h>
#include "reiserfs.h"
#include "acl.h"
#include "xattr.h"
#include <linux/uaccess.h>
#include <linux/pagemap.h>
#include <linux/swap.h>
#include <linux/writeback.h>
#include <linux/blkdev.h>
#include <linux/buffer_he... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2011-2013, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
import { Subscriber } from '../Subscriber';
import { EmptyObservable } from '../observable/EmptyObservable';
/**
* Returns an Observable that repeats the stream of items emitted by the source Observable at most count times.
*
* <img src="./img/repeat.png" width="100%">
*
* @param {number} [count] The number of tim... | {
"pile_set_name": "Github"
} |
import React, { PropTypes } from 'react';
import PreviewToolbar from '../../containers/preview/preview_toolbar';
import DataVisualisation from '../../containers/preview/data_visualisation';
import ChartSidebar from '../../containers/preview/chart_sidebar';
import Paper from 'material-ui/Paper';
import { Card } from 'ma... | {
"pile_set_name": "Github"
} |
/**
* Module dependencies.
*/
var utils = require('./utils');
/**
* Initialization middleware, exposing the
* request and response to eachother, as well
* as defaulting the X-Powered-By header field.
*
* @param {Function} app
* @return {Function}
* @api private
*/
exports.init = function(app){
return fu... | {
"pile_set_name": "Github"
} |
/*
* FreeModbus Libary: STR71x Port
* Copyright (C) 2006 Christian Walter <wolti@sil.at>
*
* 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.1 of the License, or (... | {
"pile_set_name": "Github"
} |
#
# Hitex LPC1768-Stick
#
# http://www.hitex.com/?id=1602
#
interface ftdi
ftdi_device_desc "LPC1768-Stick"
ftdi_vid_pid 0x0640 0x0026
ftdi_layout_init 0x0388 0x038b
ftdi_layout_signal nTRST -data 0x0100
ftdi_layout_signal nSRST -data 0x0080 -noe 0x200
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<layout-output xmlns="http://reporting.pentaho.org/namespaces/output/layout-output/pageable/1.0">
<physical-page page-x="0" page-y="0" page-width="595" page-height="842" margin-top="72" margin-left="72" margin-bottom="72" margin-right="72">
<page-area name="Logical-Page-Wate... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'docprops', 'vi', {
bgColor: 'Màu nền',
bgFixed: 'Không cuộn nền',
bgImage: 'URL của Hình ảnh nền',
charset: 'Bảng mã ký tự',
... | {
"pile_set_name": "Github"
} |
var Lab = require('lab');
var lab = exports.lab = Lab.script();
var describe = lab.describe;
var before = lab.before;
var after = lab.after;
var it = lab.it;
var Code = require('code');
var expect = Code.expect;
var isString = require('../is-string');
var isFunction = require('../is-function');
var passAny = require... | {
"pile_set_name": "Github"
} |
// (C) Copyright Tobias Schwinger
//
// Use modification and distribution are subject to the lslboost Software License,
// Version 1.0. (See http://www.lslboost.org/LICENSE_1_0.txt).
//------------------------------------------------------------------------------
// no include guards, this file is intended for multi... | {
"pile_set_name": "Github"
} |
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include /tmp/include/asm/unistd.h
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build mips64le,linux
package unix
const (
SYS_READ = 5000
SYS_WRITE = 5001
SYS_OPEN = 5002
SYS_CL... | {
"pile_set_name": "Github"
} |
from rpython.rlib.rarithmetic import intmask
from rpython.rtyper.rrange import ll_rangelen, ll_rangeitem, ll_rangeitem_nonneg, dum_nocheck
from rpython.rtyper.lltypesystem import rrange
from rpython.rtyper.test.tool import BaseRtypingTest
class TestRrange(BaseRtypingTest):
def test_rlist_range(self):
def... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
lib = File.expand_path('../lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'oxidized'
require 'pry'
Pry.start
| {
"pile_set_name": "Github"
} |
/****************************************************************************/
// Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
// Copyright (C) 2001-2020 German Aerospace Center (DLR) and others.
// This program and the accompanying materials are made available under the
// terms of the Ecli... | {
"pile_set_name": "Github"
} |
# extracts all @references section
require('stringi')
# we are in the root dir of stringi
srcfiles <- dir('R', pattern='\\.R$', recursive=TRUE, ignore.case=TRUE, full.names=TRUE)
# sprintf("%x", unlist(stri_enc_toutf32(c(UTF8chars))))
for (f in srcfiles) {
cf <- stri_flatten(readLines(f), "\n")
whnasc <- stri_... | {
"pile_set_name": "Github"
} |
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ $# -lt 2 ]] ; then
echo -e 'Usage: ./predict [Weight] [Video] <Max String> <Output Size>'
exit 1
fi
WEIGHT_PATH=$1
VIDEO_PATH=$2
if [[ "$WEIGHT_PATH" != /* ]]; then
WEIGHT_PATH="$DIR/$WEIGHT_PATH"
fi
if [[ "$VIDEO_PATH" != /* ]]; the... | {
"pile_set_name": "Github"
} |
<?php
class OpenPNE_KtaiEmoji_Docomo extends OpenPNE_KtaiEmoji_Common
{
/**
* constructor
*/
function OpenPNE_KtaiEmoji_Docomo()
{
$this->carrier_id = 'i';
$this->value_list = array(
1 => '',
2 => '',
3 => '',
... | {
"pile_set_name": "Github"
} |
package com.intellij.lang.javascript.flex.projectStructure;
import com.intellij.flex.FlexCommonUtils;
import com.intellij.flex.model.bc.LinkageType;
import com.intellij.lang.javascript.flex.FlexModuleType;
import com.intellij.lang.javascript.flex.library.FlexLibraryType;
import com.intellij.lang.javascript.flex.projec... | {
"pile_set_name": "Github"
} |
=====================
Moderator's Dashboard
=====================
On logging in moderators see the following dashboard.
.. image:: images/moderator_dashboard.jpg
There are two options available:
* **Add Course**
It allows to create a new course.
* **Create Demo Course**
It creates a demo cou... | {
"pile_set_name": "Github"
} |
<!--
- The MIT License
-
- Copyright (c) 2011, Jeff Blaisdell
-
- 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"
} |
{ stdenv, fetchurl, boost, pkgconfig, librevenge, zlib }:
stdenv.mkDerivation rec {
pname = "libwps";
version = "0.4.11";
src = fetchurl {
url = "mirror://sourceforge/libwps/${pname}-${version}.tar.bz2";
sha256 = "11dg7q6mhvppfzsbzdlxldnsgapvgw17jlj1mca5jy4afn0zvqj8";
};
nativeBuildInputs = [ pkgco... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
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 l... | {
"pile_set_name": "Github"
} |
//
// detail/std_fenced_block.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST... | {
"pile_set_name": "Github"
} |
---
sidebar: home_sidebar
title: Info about chagallwifi
folder: info
layout: deviceinfo
permalink: /devices/chagallwifi/
device: chagallwifi
---
{% include templates/device_info.md %}
| {
"pile_set_name": "Github"
} |
# Sign Up User With Email And Password
[AWS Amplify](https://aws.amazon.com/amplify/)
[Auth](https://docs.amplify.aws/lib/auth/getting-started/q/platform/js) offers
both federated and username/password based authentication. Though the docs
aren't clear, the required `username` parameter can be used as the email field
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) ST-Ericsson SA 2012
*
* Author: Ola Lilja (ola.o.lilja@stericsson.com)
* for ST-Ericsson.
*
* License terms:
*
* 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 ... | {
"pile_set_name": "Github"
} |
#!ascii label, from subject
100
62 -81.842049 27.334024 50.577446 0.000000
183 -85.562592 35.825272 37.395504 0.000000
223 -44.176506 15.642302 88.353012 0.000000
225 -55.498169 23.873514 79.701729 0.000000
370 -33.764969 8.111195 93.793808 0.000000
402 -89.203133 22.013241 39.515816 0.000000
472 -71.710556 35.825272... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | {
"pile_set_name": "Github"
} |
create_clock -period "8.000 ns" -name rgmii_rxc_a [get_ports {rgmii_rxc_a}]
create_clock -period "8.000 ns" -name rgmii_rxc_b [get_ports {rgmii_rxc_b}]
| {
"pile_set_name": "Github"
} |
</$objtype/mkfile
LIB=/$objtype/lib/lib387.a
OFILES=\
atan.$O\
tan.$O\
atan2.$O\
exp.$O\
asin.$O\
log.$O\
sin.$O\
</sys/src/cmd/mksyslib
| {
"pile_set_name": "Github"
} |
//
// ServiceDescriptionFormatExtensionCollectionTest.cs
//
// Author:
// Atsushi Enomoto <atsushi@ximian.com>
//
// (C) 2006 Novell, Inc.
//
using NUnit.Framework;
using System;
using System.Web.Services.Description;
using System.Xml;
namespace MonoTests.System.Web.Services.Description
{
[TestFixture]
public cla... | {
"pile_set_name": "Github"
} |
{
"extName": {
"message": "Hover Zoom+",
"description": "Extension name"
},
"extShortName": {
"message": "HoverZoom",
"description": "Short extension name"
},
"extDescription": {
"message": "Zoom images/videos on all your favorite websites (Facebook, Amazon, e... | {
"pile_set_name": "Github"
} |
Version:1.0
Morpheus
MRP-3W
Config:Biped
TechBase:Inner Sphere
Era:3066
Source:TRO 3055 - Civil War
Rules Level:4
Mass:65
Engine:390 XL Engine
Structure:Standard
Myomer:Standard
Heat Sinks:10 Double
Walk MP:6
Jump MP:0
Armor:Heavy Ferro-Fibrous(Inner Sphere)
LA Armor:18
RA Armor:18
LT Armor:23
RT Armor:23
CT Armor:... | {
"pile_set_name": "Github"
} |
# ansi-regex [](https://travis-ci.org/chalk/ansi-regex)
> Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)
## Install
```
$ npm install ansi-regex
```
## Usage
```js
const ansiRegex = requi... | {
"pile_set_name": "Github"
} |
<%= render 'organizations/organization_banner' %>
<div class="site-content">
<div class="site-content-cap">
<h2 class="site-content-heading">
<span class="assignment-icon assignment-icon-group">
<%= octicon 'organization', height: 22 %>
</span>
Group assignment settings
</h2>
</di... | {
"pile_set_name": "Github"
} |
Processors
==========
IEncoder
--------
* **live_encoder** : Gstreamer-based Audio Sink
* **flac_encoder** : FLAC encoder based on Gstreamer
* **aac_encoder** : AAC encoder based on Gstreamer
* **mp3_encoder** : MP3 encoder based on Gstreamer
* **vorbis_encoder** : OGG Vorbis encoder based on Gstreamer
* **opus_encod... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
//===- llvm/unittest/Support/ThreadLocalTest.cpp - ThreadLocal tests ------===//
//
// 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"
} |
<component name="libraryTable">
<library name="stringtemplate">
<CLASSES>
<root url="file://$PROJECT_DIR$/third-party/java/stringtemplate" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/third-party/java/stringtemplate" recursive="false" />
</library>
</compon... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol SFXPCInterface
@optional
- (void)deviceDiscoveryDeviceChanged:(SFDevice *)arg1 changes:(unsigned int)arg2;
- (void)deviceDiscoveryFoundDevice:(SFDevice *)arg1;
- (void)deviceDiscoveryLostDevice:(SFDevice *)arg1;
- (void)remoteInteractionSessionTextSessionDidBegin:(SFRemo... | {
"pile_set_name": "Github"
} |
" ninja build file syntax.
" Language: ninja build file as described at
" http://martine.github.com/ninja/manual.html
" Version: 1.4
" Last Change: 2014/05/13
" Maintainer: Nicolas Weber <nicolasweber@gmx.de>
" Version 1.4 of this script is in the upstream vim repository and will be
" included in the next vim... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ALGORITHM_RG071801_HPP
#define BOOST_ALGORITHM_RG071801_HPP
//
//
// Copyright (c) 1994
// Hewlett-Packard Company
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided that the above copyrigh... | {
"pile_set_name": "Github"
} |
% ----------------------------------------------------------------------
% BEGIN LICENSE BLOCK
% Version: CMPL 1.1
%
% The contents of this file are subject to the Cisco-style Mozilla Public
% License Version 1.1 (the "License"); you may not use this file except
% in compliance with the License. You may obtain a copy ... | {
"pile_set_name": "Github"
} |
Jilin Agricultural University
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Cisco and/or its affiliates.
* 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 applicabl... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
Copyright (c) 2016, The OpenBLAS Project
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
using System.Linq;
using System.Threading.Tasks;
using ChilliCream.Testing;
using HotChocolate;
using HotChocolate.Language;
using HotChocolate.Types;
using Xunit;
using Snapshooter.Xunit;
using StrawberryShake.Generators.Descriptors;
using StrawberryShake.Generators.CSharp;
namespace StrawberryShake.Generators
{
... | {
"pile_set_name": "Github"
} |
//hong QQ:1410919373
package fl.controls {
import fl.core.*;
import flash.display.*;
import fl.managers.*;
public class Button extends LabelButton implements IFocusManagerComponent {
private static var defaultStyles:Object = {
emphasizedSkin:"Button_emphasizedSkin",
em... | {
"pile_set_name": "Github"
} |
Copyright (c) 2001-2014, JGraph Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the foll... | {
"pile_set_name": "Github"
} |
PREFIX : <http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT *
{
?x :rating1 ?v1 .
?y :rating2 ?v2 .
FILTER ( ?v1 != ?v2 )
}
| {
"pile_set_name": "Github"
} |
# on-headers
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Execute a listener when a response is about to write headers.
... | {
"pile_set_name": "Github"
} |
@import "../../css/themes/default";
.login {
margin: 20px auto;
width: 50vw;
height: 320px;
min-width: 320px;
max-width: 640px;
padding: 0px;
box-shadow: 0 0 100px rgba(0, 0, 0, .08);
}
.register {
height: 320px;
background: @primary-7;
margin: 0;
padding: 0;
color: @bod... | {
"pile_set_name": "Github"
} |
using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
namespace NetOffice.ExcelApi
{
/// <summary>
/// DispatchInterface Point
/// SupportByVersion Excel, 9,10,11,12,14,15,16
/// </summary>
/// <remarks> MSDN Online: http://msdn.microsoft.com/en-us/en-us/library... | {
"pile_set_name": "Github"
} |
/*
* SocketProcedures.h - <port> procedures.
*
* Copyright (c) 2009 Higepon(Taro Minowa) <higepon@users.sourceforge.jp>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of so... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
package uuid
import (
"encoding/binary"
"fmt"
"os"
)
// A Domain represents a Version 2 domain
type Domain byte
// Domain constants for DCE Security (Version... | {
"pile_set_name": "Github"
} |
/* Localized versions of Info.plist keys */
| {
"pile_set_name": "Github"
} |
/**
* @fileoverview Enforce return after a callback.
* @author Jamund Ferguson
* @copyright 2015 Jamund Ferguson. All rights reserved.
*/
"use strict";
//------------------------------------------------------------------------------
// Rule Definition
//-------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages></packages> | {
"pile_set_name": "Github"
} |
# Start of cdmatch.
# Save in your functions directory and autoload, then do
# compctl -x 'S[/][~][./][../]' -g '*(-/)' - \
# 'n[-1,/], s[]' -K cdmatch -S '/' -- cd pushd
#
# Completes directories for cd, pushd, ... anything which knows about cdpath.
# You do not have to include `.' in your cdpath.
#
# It works... | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
require 'pathname'
require 'nokogiri'
require 'uri'
class CrawlerScripts < BaseParser
def parse(request,result)
return unless result['Content-Type'].include? "text/html"
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2ef92b9ff0b9740ffb2df88d53ac4acf
timeCreated: 1521692054
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#pragma once
#include "IUnityInterface.h"
#ifndef __OBJC__
#error metal plugin is objc code.
#endif
#ifndef __clang__
#error only clang compiler is supported.
#endif
#if !__has_feature(objc_arc)
#error metal demands ARC enabled.
#endif
@class NSBundle;
@protocol MTLDevice;
@protocol MTLCommandBuffer;
@protocol MTL... | {
"pile_set_name": "Github"
} |
EESchema-DOCLIB Version 2.0
#
$CMP BEAD-0402
D Chip ferrite, EIA 0402, metric 1005
$ENDCMP
#
$CMP BEAD-0603
D Chip ferrite, EIA 0603, metric 1608
$ENDCMP
#
$CMP BEAD-0805
D Chip ferrite, EIA 0805, metric 2012
$ENDCMP
#
$CMP BEAD-1206
D Chip ferrite, EIA 1206, metric 3216
$ENDCMP
#
$CMP BEAD-1210
D Chip ferrite, EIA 12... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.