text stringlengths 2 99.9k | meta dict |
|---|---|
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <SAObjects/SAAbstractItemList.h>
@interface SALocalSearchMapItemList : SAAbstractItemList
{
}
+ (id)mapItemListWithDictionary:(id)arg1 context:(id)arg2;
+ (id)mapItemList;... | {
"pile_set_name": "Github"
} |
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#include <string.h>
#include <iostream>
#include <map>
#include <expat.h>
#include "include/types.h"
#include "include/utime.h"
#include "rgw_xml.h"
XMLObjIter::
XMLObjIter()
{
}
XMLObjIter::
~XMLObjIter()
{
... | {
"pile_set_name": "Github"
} |
#pragma once
#include "../models/Metric.h"
#include "../serializer/MetricsJsonObject.h"
#include <spdlog/spdlog.h>
using namespace polycube::service::model;
class Dynmon;
class MetricsBase {
public:
explicit MetricsBase(Dynmon &parent);
~MetricsBase() = default;
virtual void update(const MetricsJsonObject &c... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
[
{
"category": "``rds``",
"description": "[``botocore``] Update rds client to latest version",
"type": "api-change"
},
{
"category": "``dax``",
"description": "[``botocore``] Update dax client to latest version",
"type": "api-change"
},
{
"category": "``ecs``",
"descrip... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
class InputNumber extends React.Component {
constructor(props) {
super(props);
const value = Number.isNaN(parseFloat(props.value))
? props.defaultValue
: parseFloat(props.value);
this.state = {
value: value || 0,
textValue: value,
};... | {
"pile_set_name": "Github"
} |
///*|-----------------------------------------------------------------------------
// *| This source code is provided under the Apache 2.0 license --
// *| and is provided AS IS with no warranty or guarantee of fit for purpose. --
// *| See the project's LICENSE.md for details. ... | {
"pile_set_name": "Github"
} |
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
*
* 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
* righ... | {
"pile_set_name": "Github"
} |
#include <linalg.hpp>
#include <csg.hpp>
namespace netgen
{
GeneralizedCylinder :: GeneralizedCylinder (ExplicitCurve2d & acrosssection,
Point<3> ap, Vec<3> ae1, Vec<3> ae2)
: crosssection(acrosssection)
{
planep = ap;
planee1 = ae1;
planee2 = ae2;
planee3 = Cross (planee1, planee2);
(*testout) ... | {
"pile_set_name": "Github"
} |
/* eslint-env node */
module.exports = {
test_page : 'tests/index.html?hidepassed',
disable_watching : true,
launch_in_ci : [
'PhantomJS'
],
launch_in_dev: [
'PhantomJS',
'Chrome'
]
};
| {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright 2012 Johns Hopkins University (Author: Daniel Povey)
# Korbinian Riedhammer
# Apache 2.0
# To be run from ..
# Flat start and monophone training, with delta-delta features.
# This script applies cepstral mean normalization (per speaker).
# Begin configuration section.... | {
"pile_set_name": "Github"
} |
// Bordered & Pulled
// -------------------------
.@{fa-css-prefix}-border {
padding: .2em .25em .15em;
border: solid .08em @fa-border-color;
border-radius: .1em;
}
.@{fa-css-prefix}-pull-left { float: left; }
.@{fa-css-prefix}-pull-right { float: right; }
.@{fa-css-prefix} {
&.@{fa-css-prefix}-pull-left { m... | {
"pile_set_name": "Github"
} |
<html>
<body>
<h1 align="center"><code>Schema.yaml</code> 詳解</h1>
<h2></h2>
<hr>
<h2>開始之前</h2>
<pre><code># Rime schema
# encoding: utf-8
</code></pre>
<h2>描述檔</h2>
<ol><li><code>name:</code> 方案的顯示名偁〔即出現於方案選單中以示人的,通常爲中文〕</li>
<li><code>schema_id:</code> 方案內部名,在代碼中引用此方案時以此名爲正,通常由英文、數字、下劃線組成</li>
<li><code>author:</c... | {
"pile_set_name": "Github"
} |
"""
Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | {
"pile_set_name": "Github"
} |
m68k-bdm-elf-gdb -n -x bdm/gdbinit.reset
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Journal of Orthopaedics</title>
<id>http://www.zotero.org/sty... | {
"pile_set_name": "Github"
} |
English • Re: Browser preferred language in Yacy search
=======================================================
Date: 2014-05-31 09:21:00
> <div>
>
> sto hat geschrieben:\
> Hello all forum users,\
> I am quite new in the field of Yacy but I am definitely supporting it.
> I have been running a senior node 24/7 for a ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 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 contributing ... | {
"pile_set_name": "Github"
} |
{
"registrations": [],
"version": 1
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>android.view.ext</groupId>
<art... | {
"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"
} |
define(["require", "exports", 'Services/Service'], function (require, exports, services) {
var SiteService = (function () {
function SiteService() {
this.searchProducts = function (searchText, pageIndex) {
if (pageIndex === void 0) { pageIndex = 0; }
var data = { ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "ar9344.dtsi"
/ {
compatible = "compex,wpj344-16m", "qca,ar9344";
model = "Compex WPJ344 (16MB flash)";
aliases {
label-mac-device = ð0;
led-boot = &led_status;
... | {
"pile_set_name": "Github"
} |
# clb-lutinit Fuzzer
## NLUT.INIT
Sites: CLBL[LM]_[LR].SLICE[LM]_X[01] (all CLB)
Sets the LUT6 INIT property
| {
"pile_set_name": "Github"
} |
/*
* \brief Client-side file-system session interface
* \author Norman Feske
* \date 2012-04-05
*/
/*
* Copyright (C) 2012-2018 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _INCLUDE_... | {
"pile_set_name": "Github"
} |
"""
Scale
by Denis Grutze.
Paramenters for the scale() function are values specified
as decimal percentages. For example, the method call scale(2.0)
will increase the dimension of the shape by 200 percent.
"""
a = 0.0
def setup():
size(640, 360)
noStroke()
rectMode(CENTER)
frameRate(30)
def draw()... | {
"pile_set_name": "Github"
} |
package cc.blynk.server.core.model.widgets.others.rtc;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import java.io.IOException;
/**
* The Blynk Project.
* Created by Dmitriy Dumanskiy.
* Created on ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007, 2013, 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"
} |
/*******************************************************************************
* Copyright (c) 2019 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | {
"pile_set_name": "Github"
} |
export void f_fu(uniform float RET[], uniform float aFOO[], uniform float b) {
varying unsigned int16 a_max = 65535, a_min = 0; // max and min unsigned int16
if (programIndex % 2 == 0) {
#pragma ignore warning(perf)
RET[programIndex] = saturating_add(a_max, b);
}
else {
#pragma i... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?channel=demo&pnsdk=PubNub-Ruby/4.1.0&r=0&signature=fEGvHpuwCOB0VVy3BbRG68J_gKyrNUCR6GkIpAy-Zeo=×tamp=1464192881&ttl=300&uuid=ruby-test-uuid-client-one&w=1
body:
encoding: UTF-8
string... | {
"pile_set_name": "Github"
} |
package cc.mrbird.batch;
import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
@EnableBatchProcessing
public class SpringBatchLauncherApplicati... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical">
<ImageView
android:id="@+id/prof... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# 版权所有 2019 深圳米筐科技有限公司(下称“米筐科技”)
#
# 除非遵守当前许可,否则不得使用本软件。
#
# * 非商业用途(非商业用途指个人出于非商业目的使用本软件,或者高校、研究所等非营利机构出于教育、科研等目的使用本软件):
# 遵守 Apache License 2.0(下称“Apache 2.0 许可”),您可以在以下位置获得 Apache 2.0 许可的副本:http://www.apache.org/licenses/LICENSE-2.0。
# 除非法律有要求或以书面形式达成协议,否则本软件分发时需保持当前许可“原样”... | {
"pile_set_name": "Github"
} |
package main
import (
"github.com/docker/docker/daemon/config"
"github.com/spf13/pflag"
)
func attachExperimentalFlags(conf *config.Config, cmd *pflag.FlagSet) {
}
| {
"pile_set_name": "Github"
} |
/**
* @license Highcharts JS v8.2.0 (2020-08-20)
* @module highcharts/modules/boost-canvas
* @requires highcharts
*
* Boost module
*
* (c) 2010-2019 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import '../../Extensions/BoostCanvas.js';
| {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#include "NoViableAltException.h"
#include "misc/IntervalSet.h"
#include "atn/ParserATNSimulator.h"
#include "InputMismat... | {
"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.
*
*/
import addFileToProject from '../addFileToProject';
import removeProjectFromProject from '../removeProjectFromProject';
const ... | {
"pile_set_name": "Github"
} |
import actions from './types'
function toggleContextSideBar() {
return {
type: actions.TOGGLE_CONTEXT_SIDEBAR,
}
}
function changePath(path) {
return (dispatch) => {
dispatch({
type: actions.CHANGE_PATH,
path,
})
if (path.app && path.app.name) {
dispatch({
type: action... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright 2019 Uriah Shaul Mandel
~
~ 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="matdump"
ProjectGUID="{F85AD892-CF1E-47B7-BC7D-ED00BCA859C0}"
RootNamespace="matdump"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
... | {
"pile_set_name": "Github"
} |
[
{
"date": "2019-01-01 00:00:00",
"start": "2019-01-01T00:00:00.000Z",
"end": "2019-01-02T00:00:00.000Z",
"name": "Nýársdagur",
"type": "public",
"rule": "01-01",
"_weekday": "Tue"
},
{
"date": "2019-01-06 00:00:00",
"start": "2019-01-06T00:00:00.000Z",
"end": "2019-01-07T... | {
"pile_set_name": "Github"
} |
ssd_mobilenet_v1_egohands: (training time: 2h 3m)
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.680
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.968
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.813
Average Precision (AP) @[ I... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "sAjaxSource" );
/* Sanitfy check really - all the other tests blast this */
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( {
"sAjaxSource": "../../../examples/ajax/sources/arrays.txt"
} );
var oSettings = oTable.fnSett... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and 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 applic... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:getAvailableGroupsResponse
xmlns:ns1="http://webservice.api.ultra.neustar.com/v01/">
<DirectionalDNSAvailableGroups
xmlns:ns2="http://schema.ultraservice.neustar.com/v01/">
<item>EU-foo.jclouds... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Hisilicon Clock specific Makefile
#
obj-y += clk.o clkgate-separated.o clkdivider-hi6220.o clk-hisi-phase.o
obj-$(CONFIG_ARCH_HI3xxx) += clk-hi3620.o
obj-$(CONFIG_ARCH_HIP04) += clk-hip04.o
obj-$(CONFIG_ARCH_HIX5HD2) += clk-hix5hd2.o
obj-$(CONFIG_COMMON_CLK_HI3516CV300) += crg-h... | {
"pile_set_name": "Github"
} |
package main
import "fmt"
func fib(N int) int {
// 0 ms, 1.9 MB
// 递推法求斐波那契
if N == 0 {
return 0
}
n1, n2 := 0, 1 // n1为n-1,n2为n-2
for i := 1; i < N; i++ {
n1, n2 = n1+n2, n1
}
return n1 + n2
}
func main() {
for i := 0; i < 10; i++ {
fmt.Printf("%d ", fib(i))
}
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 0af41ebc1f8e7485d93cb4b9070e9d1a
timeCreated: 1482363481
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
"""
Decorators for views based on HTTP headers.
"""
import logging
from calendar import timegm
from functools import wraps
from django.utils.decorators import decorator_from_middleware, available_attrs
from django.utils.http import http_date, parse_http_date_safe, parse_etags, quote_etag
from django.middleware.http i... | {
"pile_set_name": "Github"
} |
package bll
import "github.com/google/wire"
// BllSet bll注入
var BllSet = wire.NewSet(
DemoSet,
LoginSet,
MenuSet,
RoleSet,
UserSet,
)
| {
"pile_set_name": "Github"
} |
/*
* This file is part of lanterna (https://github.com/mabe02/lanterna).
*
* lanterna 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 3 of the License, or
* (at your option) any lat... | {
"pile_set_name": "Github"
} |
//
// StockSeries.h
// BBChart
//
// Created by ChenXiaoyu on 15/1/8.
// Copyright (c) 2015年 ChenXiaoyu. All rights reserved.
//
#import "Series.h"
@interface StockSeriesPoint : NSObject
@property (nonatomic) CGFloat open, close, low, high;
@end
@interface StockSeries : Series
-(void) addPointOpen:(CGFloat)o... | {
"pile_set_name": "Github"
} |
module.exports = app => {
return {
schedule: {
// interval: '30s',
cron: '0 0 */1 * *', // 每天零点
type: 'all',
},
disable: true,
cronOptions: {
tz: 'Asia/Shanghai'
},
async task(ctx) {
console.info('page_count_log', app.getPV())
}
}
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
/*
* FreeRTOS Kernel V10.0.1
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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, ... | {
"pile_set_name": "Github"
} |
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef _INC_INTERNAL
#define _INC_INTERNAL
#include <crtdefs.h>
#ifdef __cplusplus
extern "C" {
#end... | {
"pile_set_name": "Github"
} |
{
"name": "HiliteCore",
"version": "0.1.17-alpha",
"summary": "HiliteSDK Core module",
"description": "HiliteSDK Core module providing core functionality and data structures",
"homepage": "http://developers.hilite.media/",
"license": "Apache License, Version 2.0",
"authors": {
"Preston Pope": "preston... | {
"pile_set_name": "Github"
} |
import { Atom } from "@thi.ng/atom";
import { repeat } from "@thi.ng/transducers";
import { makeBins, updateAudio } from "./audio";
import { NUM_BINS, PRESETS } from "./config";
export const DB = new Atom({
auto: <any>null,
gain: 0.5,
decay: 0.999,
attenuate: 0.004,
interval: 70,
feedback: 0.66... | {
"pile_set_name": "Github"
} |
/*
* File: af_phonet.c
*
* Phonet protocols family
*
* Copyright (C) 2008 Nokia Corporation.
*
* Contact: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
* Original author: Sakari Ailus <sakari.ailus@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms ... | {
"pile_set_name": "Github"
} |
{
"ver": "1.2.7",
"uuid": "9380232b-e50f-4f4d-8f32-7353a1df49e5",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
56101bf01aea6f0c082b85382be34acada51d70036252581cd76ac4b2bdbc144633b97c63a94bfdba434ffb80884e11299a38853e2d805dc7ce6cf9d452c81c8
| {
"pile_set_name": "Github"
} |
p {
margin: 10px;
}
#presenter-slides {
display: block;
margin-top: -10px;
margin-left: -17px;
position: fixed;
border: 0;
width : 146%;
height: 750px;
transform: scale(0.7, 0.7);
transform-origin: top left;
-moz-transform: scale(0.7);
-moz-transform-origin: top left;
-o-transform: scale(0.7... | {
"pile_set_name": "Github"
} |
! fokker_uv.scl
!
Table of Unison Vectors, Microsons and Minisons, from article KNAW, 1969
70
!
4375/4374
2401/2400
420175/419904
2460375/2458624
32805/32768
65625/65536
2100875/2097152
102760448/102515625
6144/6125
3136/3125
10976/10935
225/224
15625/15552
321489/320000
1029/1024
2109375/2097152
2097... | {
"pile_set_name": "Github"
} |
# Magenta NIPS Demo 2016
# Requirements:
# - MaxMSP 7 (MIDI Control)
# - Mira iPad App (iPad UI)
# - Magenta (MIDI Generation)
# - Ableton Live 9 Suite (Sound Generation)
open NIPS_2016_Demo.als
open magenta_mira.maxpat
magenta_midi \
--input_ports="IAC Driver IAC Bus 1" \
--output_ports="IAC Driver IAC Bus 2... | {
"pile_set_name": "Github"
} |
import java.util.HashMap;
// 454. 4Sum II
// https://leetcode.com/problems/4sum-ii/description/
// 时间复杂度: O(n^2)
// 空间复杂度: O(n^2)
public class Solution2 {
public int fourSumCount(int[] A, int[] B, int[] C, int[] D) {
if(A == null || B == null || C == null || D == null)
throw new IllegalArgume... | {
"pile_set_name": "Github"
} |
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RxSwift
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
PODS_TA... | {
"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"
} |
/* -*- mode: javascript; c-basic-offset: 4; indent-tabs-mode: nil -*- */
//
// Dalliance Genome Explorer
// (c) Thomas Down 2006-2014
//
// export-image.js
//
"use strict";
if (typeof(require) !== 'undefined') {
var browser = require('./cbrowser');
var Browser = browser.Browser;
var g = require('./glyp... | {
"pile_set_name": "Github"
} |
{
"tables": [
{
"name": "PrimaryResult",
"columns": [
{
"name": "TimeGenerated",
"type": "datetime"
},
{
"name": "ObjectName",
"type": "string"
},
{
"name": "avg_CounterValue",
"type": "real"
}
... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Perform quick BAT test on VC tools
readonly OUTPUT_MACRO=(
"Board Power" "12V Backplane Current" "12V Backplane Voltage"
"1.2V Voltage" "1.8V Voltage" "3.3V Voltage" "FPGA Core Voltage"
"FPGA Core Current" "FPGA Die Temperature" "Board Temperature"
"QSFP0 Supply Voltage" "QSFP0 Temperature" "12V AUX Cu... | {
"pile_set_name": "Github"
} |
// MESSAGE PARAM_REQUEST_READ PACKING
#define MAVLINK_MSG_ID_PARAM_REQUEST_READ 20
typedef struct __mavlink_param_request_read_t
{
int16_t param_index; ///< Parameter index. Send -1 to use the param ID field as identifier (else the param id will be ignored)
uint8_t target_system; ///< System ID
uint8_t target_comp... | {
"pile_set_name": "Github"
} |
/*
* Created by SharpDevelop.
* User: Alexander Petrovskiy
* Date: 12.12.2011
* Time: 12:34
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace UIAutomationTestForms
{
using System;
using System.Windows.Forms;
using System.Collections;
/// <summa... | {
"pile_set_name": "Github"
} |
// Copyright © 2008-2020 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#include "CargoBody.h"
#include "LuaObject.h"
#include "LuaUtils.h"
/*
* Class: CargoBody
*
* Class representing an item of cargo floating in space. Inherits from
* <ModelBody... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
import { withTranslation } from 'react-i18next';
import { withUnstatedContainers } from '../UnstatedUtils';
import PageContainer from '../../services/PageContainer';
function RenderTagLabels(props) {
const { t, tags, pageContainer } = props;
const { p... | {
"pile_set_name": "Github"
} |
/**
* selectize.bootstrap2.css (v0.12.1) - Bootstrap 2 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* 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... | {
"pile_set_name": "Github"
} |
(ns riffle.core-test
(:require
[clojure.test :refer :all]
[riffle.read :as r]
[riffle.write :as w]
[byte-streams :as bs]
[criterium.core :as c]
[clojure.java.io :as io]
[clojure.set :as set]
[clojure.test.check
[generators :as gen]
[properties :as prop]
[clojure-test :as... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.5.5.1_A2;
* @section: 15.5.5.1;
* @assertion: length property has the attributes {DontEnum};
* @description: Checking if enumerating the length property of String fails;
... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Prometheus Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Cult... | {
"pile_set_name": "Github"
} |
define("ace/snippets/verilog",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "verilog";
}); (function() {
window.require(["ace/snippets/verilog"], function(m) {
if (typeof mod... | {
"pile_set_name": "Github"
} |
/* ex: set ff=dos ts=2 et: */
/* $Id$ */
/*
* Copyright 2008 Ryan Flynn
*/
#ifndef UTIL_H
#define UTIL_H
#include <stddef.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef WIN32_LEAN_AND_MEAN
#else
# include <sys/t... | {
"pile_set_name": "Github"
} |
# -*- encoding : utf-8 -*-
namespace :submodules do
desc "Check the status of the project's submodules"
task :check => :environment do
commit_info = `git submodule status commonlib`
case commit_info[0,1]
when '+'
$stderr.puts "Error: Currently checked out submodule commit for commonlib"
$st... | {
"pile_set_name": "Github"
} |
# SQL Server 2019 RTM CU5 - 15.0.4043.16 - x64 (KB4552255)
``` powershell
# SQL Server 2019 RTM CU5 - 15.0.4043.16 - x64 (KB4552255)
$outputFolder = 'c:\sqlsyms\15.0.4043.16\x64' # <<change this output folder if needed>>'
mkdir -f $outputFolder
if (-not (Test-Path "$outputFolder\SqlDK.pdb")) { Invoke-WebRequest -uri 'h... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 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 Softwa... | {
"pile_set_name": "Github"
} |
using ACE.Common.Extensions;
namespace ACE.Server.Network.GameAction.Actions
{
public static class GameActionAddAllegianceBan
{
[GameAction(GameActionType.AddAllegianceBan)]
public static void Handle(ClientMessage message, Session session)
{
var playerName = message.Payload.... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.math.ec.endo;
import java.math.BigInteger;
public class ScalarSplitParameters
{
private static void checkVector(BigInteger[] v, String name)
{
if (v == null || v.length != 2 || v[0] == null || v[1] == null)
{
throw new IllegalArgumentException("'" + name + ... | {
"pile_set_name": "Github"
} |
#ifndef CONTROL_H
#define CONTROL_H
#include <stdbool.h>
void control_init(const char *control_host, const char *control_port,
bool server);
void control_cleanup(void);
void control_writeln(const char *str);
char *control_readln(void);
void control_expectln(const char *str);
#endif /* CONTROL_H */
| {
"pile_set_name": "Github"
} |
// Generated by LiveScript 1.4.0
(function(){
var ref$, any, all, isItNaN, types, defaultType, customTypes, toString$ = {}.toString;
ref$ = require('prelude-ls'), any = ref$.any, all = ref$.all, isItNaN = ref$.isItNaN;
types = {
Number: {
typeOf: 'Number',
validate: function(it){
return !i... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Realtek Semiconductor Corp.
* All Rights Reserved.
*
* Unless you and Realtek execute a separate written software license
* agreement governing use of this software, this software is licensed
* to you under the terms of the GNU General Public License version 2,
* available at https://www.... | {
"pile_set_name": "Github"
} |
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Wor... | {
"pile_set_name": "Github"
} |
<?php
namespace W3TC;
class Extension_NewRelic_Plugin_Admin {
private $_config;
/**
*
*
* @param unknown $extensions
* @param Config $config
* @return mixed
*/
static public function w3tc_extensions( $extensions, $config ) {
$extensions['newrelic'] = array (
'name' => 'New Relic',
'author' =... | {
"pile_set_name": "Github"
} |
#Wed Apr 10 15:27:10 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
| {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gd\n"
"Project-Id-Version: openfoodfacts\n"
"PO-Revision-Date: 2020-09-10 12:10\n"
"Language-Team: Scottish Gaelic\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11... | {
"pile_set_name": "Github"
} |
// Copyright 2016 CNI 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 ... | {
"pile_set_name": "Github"
} |
- Please follow the code style guidelines in doc/CodingStyle
- Please sign your commits and generate patch against the git version,
i.e., use
$ git format-patch -M origin
- Send patches to pluto-development@googlegroups.com or raise a pull request on Pluto's GitHub.
| {
"pile_set_name": "Github"
} |
// Copyright 2011 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 norm
import (
"bytes"
"flag"
"fmt"
"io"
"log"
"strings"
"testing"
"unicode/utf8"
"golang.org/x/text/internal/testtext"
"golang.org/x/text/tr... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.