text stringlengths 2 99.9k | meta dict |
|---|---|
{
"name": "example-example75",
"files": [
"index-production.html",
"app.css",
"app.js"
]
} | {
"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.
*
* This program 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 P... | {
"pile_set_name": "Github"
} |
package redis
// Copyright (c) Microsoft and contributors. 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
//
// Unles... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------
// feed_args.hpp : functions for processing each argument
// (feed, feed_manip, and distribute)
// ----------------------------------------------------------------------------
// Copyright Samuel Krempp 2003. ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package draw provides image composition functions.
//
// See "The Go image/draw package" for an introduction to this package:
// http://golang.org/doc/articl... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"bytes"
"context"
"encoding/json"
"io/ioutil"
"github.com/docker/docker/api/types/swarm"
)
// ConfigInspectWithRaw returns the config information with raw data
func (cli *Client) ConfigInspectWithRaw(ctx context.Context, id string) (swarm.Confi... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy ... | {
"pile_set_name": "Github"
} |
// Copyright (c) MOSA Project. Licensed under the New BSD License.
using Mosa.Kernel.x86;
using Mosa.Kernel.x86.Smbios;
using Mosa.Runtime.x86;
using System;
namespace Mosa.Demo.HelloWorld.x86
{
/// <summary>
/// Boot
/// </summary>
public static class Boot
{
public static ConsoleSession Console;
/// <summ... | {
"pile_set_name": "Github"
} |
// RUN: c-index-test -write-pch %t.h.pch %s
// RUN: c-index-test -code-completion-at=%s:19:1 %s -include %t.h | FileCheck %s
// <rdar://12316296> clang Code Completion returns nothing but preprocessor macros
#ifndef HEADER
#define HEADER
@interface I
@end
// CHECK: FunctionDecl:{ResultType void}{TypedText foo}
void... | {
"pile_set_name": "Github"
} |
𫓿
| {
"pile_set_name": "Github"
} |
define( [
"../core"
], function( jQuery ) {
"use strict";
var
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,
// Map over the $ in case of overwrite
_$ = window.$;
jQuery.noConflict = function( deep ) {
if ( window.$ === jQuery ) {
window.$ = _$;
}
if ( deep && window.jQuery === jQuery ... | {
"pile_set_name": "Github"
} |
/* orinoco_plx.c
*
* Driver for Prism II devices which would usually be driven by orinoco_cs,
* but are connected to the PCI bus by a PLX9052.
*
* Current maintainers are:
* Pavel Roskin <proski AT gnu.org>
* and David Gibson <hermes AT gibson.dropbear.id.au>
*
* (C) Copyright David Gibson, IBM Corp. 2001-200... | {
"pile_set_name": "Github"
} |
| Classes.java:15:16:15:26 | MaybeStatic | MaybeStatic should be made static, since the enclosing instance is not used. |
| Classes.java:20:16:20:27 | MaybeStatic1 | MaybeStatic1 could be made static, since the enclosing instance is used only in its constructor. |
| Classes.java:27:16:27:27 | MaybeStatic2 | MaybeStatic... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<BUSMASTER_CONFIGURATION>
<Global_Configuration>
<BUSMASTER_Version>1.9.0</BUSMASTER_Version>
<IsMsgFilterEnabled>FALSE</IsMsgFilterEnabled>
<IsReplayFilterEnabled>FALSE</IsReplayFilterEnabled>
<IsLogFilterEnabled>FALSE</IsLogFilterEnabled>
<IsLoggingEnabled>... | {
"pile_set_name": "Github"
} |
/* eslint-disable camelcase */
'use strict';
var assign = require('../lib/assign').assign;
var fiveCharacterLocales = {
da_DK: require('./da_DK'),
de_DE: require('./de_DE'),
en_US: require('./en_US'),
en_AU: require('./en_AU'),
en_GB: require('./en_GB'),
es_ES: require('./es_ES'),
fr_CA: require('./fr_C... | {
"pile_set_name": "Github"
} |
/*
* fstransform - transform a file-system to another file-system type,
* preserving its contents and without the need for a backup
*
* Copyright (C) 2011-2012 Massimiliano Ghilardi
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gene... | {
"pile_set_name": "Github"
} |
package org.zstack.network.service.vip;
import org.zstack.header.core.Completion;
import org.zstack.header.message.Message;
/**
* Created by xing5 on 2016/11/20.
*/
public abstract class VipBaseBackend extends VipBase {
public VipBaseBackend(VipVO self) {
super(self);
}
protected abstract void r... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2008-2014
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_PREDEF_COMPILER_LLVM_H
#define BOOST_PREDEF_COMPILER_LLVM_H
/* Other compilers that emulate this one need to be detecte... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
// AtomicPointer provides storage for a lock-free pointer.
// Platform-dependent implementation of Atom... | {
"pile_set_name": "Github"
} |
package org.telegram.api.functions.channels;
import org.telegram.api.input.chat.TLAbsInputChannel;
import org.telegram.api.message.TLExportedMessageLink;
import org.telegram.tl.StreamingUtils;
import org.telegram.tl.TLContext;
import org.telegram.tl.TLMethod;
import org.telegram.tl.TLObject;
import java.io.IOExceptio... | {
"pile_set_name": "Github"
} |
// entity 0
{
"classname" "worldspawn"
"author" "Robert Kooima"
"version" "1.1"
"shot" "shot-medium/drops.jpg"
"back" "map-back/city.sol"
"grad" "back/city.png"
"song" "bgm/track3.ogg"
"time" "9000"
"goal" "20"
"time_hs" "500 1500"
"coin_hs" "194 120"
"goal_hs" "1250 4500"
"message" "Remember to keep an eye on the shad... | {
"pile_set_name": "Github"
} |
<% title "Products" %>
<% for product in @products %>
<div class="product">
<h3>
<%= link_to h(product.name), product %>
<%= number_to_currency(product.price) %>
</h3>
<div class="actions">
<%= link_to "Edit", edit_product_path(product) %> |
<%= link_to "Destroy", product, :confir... | {
"pile_set_name": "Github"
} |
// 代码地址: https://github.com/CoderMJLee/MJRefresh
// 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
// MJRefreshComponent.m
// MJRefreshExample
//
// Created by MJ Lee on 15/3/4.
// Copyright (c) 2015年 小码哥. All right... | {
"pile_set_name": "Github"
} |
#pragma once
#include "arithmetics.hpp"
namespace msdfgen {
typedef unsigned char byte;
inline byte pixelFloatToByte(float x) {
return byte(clamp(256.f*x, 255.f));
}
inline float pixelByteToFloat(byte x) {
return 1.f/255.f*float(x);
}
}
| {
"pile_set_name": "Github"
} |
/*
* This file is part of SpongeAPI, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... | {
"pile_set_name": "Github"
} |
% Codes for CVPR-15 work `Face Alignment by Coarse-to-Fine Shape Searching'
% Any question please contact Shizhan Zhu: zhshzhutah2@gmail.com
% Released on July 25, 2015
function T = getTransToMean(pose)
% T = getTransToMean(pose)
% produce trans to project poese onto mean pose
% size(pose) = [m,2n], each row mu... | {
"pile_set_name": "Github"
} |
shared_examples 'a request error' do
context 'API' do
let(:response_body) { "{\"error\": {\"text\": \"error message\", \"id\": \"INTERNAL_ERROR\"}}" }
let(:bad_response) { double('response', status: 400, body: response_body) }
it 'should raise an error' do
client.stub_chain(:connection, :get).and_... | {
"pile_set_name": "Github"
} |
{
"Result": [
{
"id": 360869911,
"number": 87007,
"state": "closed",
"locked": false,
"title": "Cleanup manual conversions",
"body": "This PR cleans up a bunch of manual conversions that are not needed (due to existence of auto-generated ones).\r\n\r\nThis is preparation towards: https://github.com... | {
"pile_set_name": "Github"
} |
class ParticleSystem {
ArrayList<Particle> particles;
PShape particleShape;
ParticleSystem(int n) {
particles = new ArrayList<Particle>();
particleShape = createShape(PShape.GROUP);
for (int i = 0; i < n; i++) {
Particle p = new Particle();
particles.add(p);
particleShape.addChild... | {
"pile_set_name": "Github"
} |
chAf_arrow.chem:
.br
.EQ
delim $$
.EN
.cstart
# Example file for `chem':
# This originates from Computing Science Technical Report No. 122
# CHEM - A Program for Typesetting Chemical Diagrams: User Manual
# by Jon L. Bentley, Lynn W. Jelinski, Brian W. Kernighan
# <http://cm.bell-labs.com/cm/cs/cstr/122.ps.gz>.... | {
"pile_set_name": "Github"
} |
[titleEn]: <>(Payment plugin)
[metaDescriptionEn]: <>(Payments are an essential part of the checkout process. That's the reason why Shopware 6 offers an easy platform on which you can build payment plugins. Learn here, how that's done.)
[hash]: <>(article:how_to_payment_plugin)
Payments are an essential part of the ch... | {
"pile_set_name": "Github"
} |
{"text": ["are", "you", "buying", "$", "upl", "$", "duk", "$", "hst", "$", "aapl", "overvalued", "URL"], "created_at": "Thu Feb 20 00:36:40 +0000 2014", "user_id_str": "2323906809"}
| {
"pile_set_name": "Github"
} |
/// auto-generated file generated from errors.dat
#include "Basics/Common.h"
#include "Basics/error.h"
#include "Basics/voc-errors.h"
/// helper macro to define an error string
#define REG_ERROR(id, label) TRI_set_errno_string(TRI_ ## id, label);
void TRI_InitializeErrorMessages() {
REG_ERROR(ERROR_NO_ERROR, "no e... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
---
title: "rewind"
ms.date: "4/2/2020"
api_name: ["rewind", "_o_rewind"]
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll", "api-ms-win-crt-... | {
"pile_set_name": "Github"
} |
module Admin
class TeamsController < Fae::BaseController
private
def use_pagination
true
end
end
end
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 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... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
RSpec.describe TTY::Table::Renderer, '#select' do
let(:klass) { ::Class.new }
let(:instance) { described_class }
subject { instance.select(renderer) }
context 'with basic' do
let(:renderer) { :basic }
it { is_expected.to be(TTY::Table::Renderer::Basic) }
end
con... | {
"pile_set_name": "Github"
} |
#### phantomjs properties ####
# the host and port phantomjs listens to
host = 127.0.0.1
port = 7777
# location of the phantomjs executable, could be for example /usr/local/bin/phantomjs
exec = /usr/local/bin/phantomjs
# specify here an alternative location (the whole path!) for the script that starts an Phantomjs s... | {
"pile_set_name": "Github"
} |
ffi_sources = """
src/prep_cif.c
src/closures.c
""".split()
ffi_platforms = {
'MIPS_IRIX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
'MIPS_LINUX': ['src/mips/ffi.c', 'src/mips/o32.S'],
'X86': ['src/x86/ffi.c', 'src/x86/sysv.S'],
'X86_FREEBSD': ['src/x86/ffi.c', 'src/x86/freebsd.S'],
'... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qtpropertymanager.cpp -->
<head>
<title>QtSizeFPropertyManager Class Reference</title>
<link href="classic.css" r... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2013.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation ... | {
"pile_set_name": "Github"
} |
package validation
import (
"testing"
"github.com/stretchr/testify/assert"
"k8s.io/apimachinery/pkg/util/validation/field"
"github.com/openshift/installer/pkg/types/aws"
)
func TestValidatePlatform(t *testing.T) {
cases := []struct {
name string
platform *aws.Platform
expected string
}{
{
name:... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// *Preprocessed* version of the main "advance_forward.hpp" header
// -- DO NOT modify by hand!
namespace boost {... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 (https://github.com/phase1geo/Minder)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 0d8ad70d0e1e04248b1f5c5d5fb358f4
folderAsset: yes
timeCreated: 1508414568
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
// Get the PHP helper library from https://twilio.com/docs/libraries/php
require_once '/path/to/vendor/autoload.php'; // Loads the library
use Twilio\Rest\Client;
// Get your Account SID and Auth Token from https://twilio.com/console
$accountSid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX';
$authToken = 'your_auth_to... | {
"pile_set_name": "Github"
} |
<?php
/**
* PluginLeaveRequest
*
* This class has been auto-generated by the Doctrine ORM Framework
*
* @package ##PACKAGE##
* @subpackage ##SUBPACKAGE##
* @author ##NAME## <##EMAIL##>
* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
*/
abstract class PluginLeaveRequest extends B... | {
"pile_set_name": "Github"
} |
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundati... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.23.0
// protoc v3.11.2
// source: github.com/google/cloudprober/surfacers/postgres/proto/config.proto
package proto
import (
proto "github.com/golang/protobuf/proto"
protoreflect "google.golang.org/protobuf/reflect/protorefle... | {
"pile_set_name": "Github"
} |
/*
* Phosphorus Five, copyright 2014 - 2017, Thomas Hansen, thomas@gaiasoul.com
*
* This file is part of Phosphorus Five.
*
* Phosphorus Five is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3, as published by
* the Free Software Found... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: ADempiere ERP & CRM Smart Business Solution *
* Copyright (C) 2006-2017 ADempiere Foundation, All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... | {
"pile_set_name": "Github"
} |
{%- block version %}
<div class="sidebarblock">
<div class="tile">
<h4>Latest version:</h4>
{{ release }} (<a href="https://github.com/pysathq/pysat">GitHub</a>)
</div>
</br>
</div>
{%- endblock %}
| {
"pile_set_name": "Github"
} |
########################################################################
##
## Copyright (C) 2008-2020 The Octave Project Developers
##
## See the file COPYRIGHT.md in the top-level directory of this
## distribution or <https://octave.org/copyright/>.
##
## This file is part of Octave.
##
## Octave is free software: yo... | {
"pile_set_name": "Github"
} |
CONFIG_ARM=y
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_AM33XX=y
CONFIG_TARGET_AM335X_IGEP003X=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y
CONFIG_SPL_FAT_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPO... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
VALA_USE_DEPEND="vapigen"
inherit flag-o-matic gnome2 vala
DESCRIPTION="Utilities for creating and parsing messages using MIME"
HOMEPAGE="http://spruce.sourceforge.net/gmime/ https://developer.gnome.org/gmi... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE Arrows, CPP #-}
module Examples.Cabal where
import Options.Applicative
import Options.Applicative.Arrows
import Data.Monoid
#if __GLASGOW_HASKELL__ <= 702
(<>) :: Monoid a => a -> a -> a
(<>) = mappend
#endif
data Args = Args CommonOpts Command
deriving Show
data CommonOpts = CommonOpts
{ optVerbo... | {
"pile_set_name": "Github"
} |
AutoForm.addInputType("week", {
template: "afInputWeek",
valueConverters: {
"stringArray": AutoForm.valueConverters.stringToStringArray
}
});
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.util.actionmanager;
import javax.swing.undo.UndoableEdit;
/**
* <p>
* This class implements the UndoableEdit interface and used for testing only.
* </p>
*
* @author biotrail
* @version 1.0
*/
public class MockU... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Mauricio Gemelli Vigolo and contributors.
*
* Use of this source code is governed by a MIT-style license that can be
* found in the LICENSE file at https://github.com/mauriciovigolo/keycloak-angular/LICENSE
*/
import session from 'express-session';
import Keycloak from 'keycloak-connec... | {
"pile_set_name": "Github"
} |
/**
* @author alteredq / http://alteredqualia.com/
*
*/
import {
Color,
ShaderChunk,
UniformsLib,
UniformsUtils,
Vector3,
Vector4
} from "../../../build/three.module.js";
/* ------------------------------------------------------------------------------------------
// Basic skin shader
// - per-pixel Blinn-P... | {
"pile_set_name": "Github"
} |
; RUN: llvm-link %s -S -o - | FileCheck %s
; Check that the constant is not linked and the metadata is correctly referencing a nullptr
; CHECK: !0 = !{!"foo", null, i64 16}
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.12.0"
@foo = external unnamed_addr constant {... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[商业剪报:支付宝推海外交通卡,三星的老大们还没走_商业_好奇心日报-李会娜 黄俊杰](https://www.qdaily.com/articles/4031.html)
WebArchive归档链接:[商业剪报:支付宝推海外交通卡,三星的老大们还没走_商业_好奇心日报-李会娜 黄俊杰](http://web.archive.org/web/20190623153501/https://www.qdaily.com/articles/4031.html)
 | {
"pile_set_name": "Github"
} |
// dnlib: See LICENSE.txt for more info
using System.Collections.Generic;
using System.IO;
using System.Text;
using dnlib.IO;
using dnlib.PE;
using dnlib.DotNet.MD;
namespace dnlib.DotNet.Writer {
/// <summary>
/// <see cref="MetaDataHeader"/> options
/// </summary>
public sealed class MetaDataHeaderOptions {
... | {
"pile_set_name": "Github"
} |
# $Id$
# Authority: matthias
%define gkplugindir %{_libdir}/gkrellm2/plugins
%define weatherver 2.0.6
%define xmmsver 2.1.20
%define setiver 0.7.0b
%define dnetver 0.12.1
%define volumever 2.1.13
%define mailwatchver 2.4.2
%define snmpver 0.21
%define radiover 2.0.4
%define wirelessver 2.0.3
%define aclockver 0.3... | {
"pile_set_name": "Github"
} |
/********************************************************************
* 2014 -
* open source under Apache License Version 2.0
********************************************************************/
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOT... | {
"pile_set_name": "Github"
} |
package nl.utwente.viskell.haskell.type;
import nl.utwente.viskell.haskell.expr.Expression;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Implementation of a typechecker for a simplified variant of Haskell.
*/
public final class TypeChecker {
/**
* Logger fo... | {
"pile_set_name": "Github"
} |
package slack
import (
"fmt"
"net/url"
)
// StartRTM calls the "rtm.start" endpoint and returns the provided URL and the full Info
// block.
//
// To have a fully managed Websocket connection, use `NewRTM`, and call `ManageConnection()`
// on it.
func (api *Client) StartRTM() (info *Info, websocketURL string, err e... | {
"pile_set_name": "Github"
} |
---
title: ZeroConf Support
description: Swirl supports peer and stream detection via mDNS or ZeroConf protocol
menu: main
weight: 1000
draft: false
---
This page is unintentionally left blank. We're working on more documentation all the time.
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\VarDumper\Caster;
use Symfony\Component\VarDumper\Clo... | {
"pile_set_name": "Github"
} |
(* A quick note about preorders; skip this if you know about them.
*
* A preorder is a relation (a ≤ b) satisfying two rules:
* 1. Reflexivity: a ≤ a.
* 2. Transitivity: if a ≤ b and b ≤ c then a ≤ c.
*
* A good example of a preorder is "lists under containment":
* let (X ≤ Y) if every element of the list X is a... | {
"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 (C) 2005-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#include "MultiPathFile.h"
#include "MultiPathDirectory.h"
#include "utils/URIUtils.h"
#include "URL.h"
using namespace XFILE;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 KISA(Korea Information Security Agency). 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
* n... | {
"pile_set_name": "Github"
} |
#warning the cake is a lie
| {
"pile_set_name": "Github"
} |
#!/bin/bash
FN="ye6100subdcdf_2.18.0.tar.gz"
URLS=(
"https://bioconductor.org/packages/3.11/data/annotation/src/contrib/ye6100subdcdf_2.18.0.tar.gz"
"https://bioarchive.galaxyproject.org/ye6100subdcdf_2.18.0.tar.gz"
"https://depot.galaxyproject.org/software/bioconductor-ye6100subdcdf/bioconductor-ye6100subdcdf_2.... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-scheduler-amd64:v1.6.9
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* the Systems Programming Group of the University of Utah Computer
* Science Department.
*
* ... | {
"pile_set_name": "Github"
} |
Below are the ID numbers representing which history list is to be managed.
0 Instrument History Individual externally sourced instruments
1 Patch History Full instrument patch sets
2 Scale History Complete microtonal settings
3 State History Entire system state
4 Vector History ... | {
"pile_set_name": "Github"
} |
//
// Utils.swift
// EZPlayerExample
//
// Created by yangjun zhu on 2016/12/30.
// Copyright © 2016年 yangjun zhu. All rights reserved.
//
import Foundation
extension URL {
struct Test {
//local
static let localMP4_0 = Bundle.main.url(forResource: "hubblecast", withExtension: "m4v")!
s... | {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2013 - Raw Material Software Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL... | {
"pile_set_name": "Github"
} |
#include "src/protocol/ClientAcknowledgement.h"
#include "src/protocol/ProtocolSpecs.h"
namespace openmittsu {
namespace protocol {
ClientAcknowledgement::ClientAcknowledgement(ContactId const& sender, MessageId const& messageId) : sender(sender), messageId(messageId) {
// Intentionally left empty.
}
Clie... | {
"pile_set_name": "Github"
} |
@mixin triangle($size, $color, $direction) {
$width: nth($size, 1);
$height: nth($size, length($size));
$foreground-color: nth($color, 1);
$background-color: if(length($color) == 2, nth($color, 2), transparent);
height: 0;
width: 0;
@if ($direction == up) or ($direction == down) or ($direction == right) ... | {
"pile_set_name": "Github"
} |
define( [
"../var/document"
], function( document ) {
"use strict";
function DOMEval( code, doc ) {
doc = doc || document;
var script = doc.createElement( "script" );
script.text = code;
doc.head.appendChild( script ).parentNode.removeChild( script );
}
return DOMEval;
} );
| {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of Gitonomy.
*
* (c) Alexandre Salomé <alexandre.salome@gmail.com>
* (c) Julien DIDIER <genzo.wm@gmail.com>
*
* This source file is subject to the GPL license that is bundled
* with this source code in the file LICENSE.
*/
namespace Gitonomy\Bundle\CoreBundle\Tests\Command;
use ... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _helpers = require('../helpers');
exports.default = function (state, actions) {
if (state.debug) console.log('IntentAny'.bold.green);
return (0, _helpers.factoryActions)(state, actions);
}; | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f9e5704ccbf06764294443278c614f1d
timeCreated: 1469126254
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# mapstructure
mapstructure is a Go library for decoding generic map values to structures
and vice versa, while providing helpful error handling.
This library is most useful when decoding values from some data stream (JSON,
Gob, etc.) where you don't _quite_ know the structure of the underlying data
until you read a ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'spec_helper'
require './spec/controllers/squash_many_duplicates_examples'
module Calagator
describe VenuesController, type: :controller do
routes { Calagator::Engine.routes }
render_views
context 'concerning duplicates' do
let!(:venue_master) { FactoryBot.c... | {
"pile_set_name": "Github"
} |
// Numerical integration
#ifndef QUADRATURE_INTEGRATION_H
#define QUADRATURE_INTEGRATION_H
#include <stddef.h>
// Availability
#if __has_include( <Availability.h> )
#include <Availability.h>
#else
#define __API_AVAILABLE(...)
#endif
// Nullability
#if __has_feature(assume_nonnull)
_Pragma("clang assume_nonnull be... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
#include <memlayout.h>
#include <arch/header.ld>
/*
* Note: The BootROM uses the address range [0x4000_0000:0x4000_E000) itself,
* so the bootblock loading address must be placed after that. After the
* handoff that area may be reclaimed for other uses, e.g. CBFS cache.... | {
"pile_set_name": "Github"
} |
body {
margin: 0;
padding: 0;
} | {
"pile_set_name": "Github"
} |
FROM alpine:3.11
release:
ARG RELEASE_TAG
RUN test -n "$RELEASE_TAG"
BUILD ../+test-all
BUILD --build-arg RELEASE_TAG="$RELEASE_TAG" +release-dockerhub
BUILD --build-arg RELEASE_TAG="$RELEASE_TAG" +release-github
release-dockerhub:
ARG RELEASE_TAG
RUN test -n "$RELEASE_TAG"
BUILD --bui... | {
"pile_set_name": "Github"
} |
{
"name": "react-morph-docz",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "./postinstall.sh",
"watch-lib": "onchange '../lib/**/*.js' -- npm run postinstall",
"dev": "docz dev && npm run watch-lib",
"deploy": "gh-pages -d .docz/dist",
"build": "do... | {
"pile_set_name": "Github"
} |
/**
* Checks if a `cache` value for `key` exists.
*
* @private
* @param {Object} cache The cache to query.
* @param {string} key The key of the entry to check.
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
*/
function cacheHas(cache, key) {
return cache.has(key);
}
module.exp... | {
"pile_set_name": "Github"
} |
/// {
/// description: 'scalar(0) should be "0"',
/// data: {
/// foo: 0
/// },
/// result: '0'
/// }
match / {
scalar(.foo)
}
| {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
#include <aws/kinesisanalytics/model/ApplicationDetail.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
cla... | {
"pile_set_name": "Github"
} |
package mtp
import (
"io"
)
// Android MTP extensions
// Same as GetPartialObject, but with 64 bit offset
const OC_ANDROID_GET_PARTIAL_OBJECT64 = 0x95C1
// Same as GetPartialObject64, but copying host to device
const OC_ANDROID_SEND_PARTIAL_OBJECT = 0x95C2
// Truncates file to 64 bit length
const OC_ANDROID_TRUNC... | {
"pile_set_name": "Github"
} |
/*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2017 Adobe
* %%
* 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... | {
"pile_set_name": "Github"
} |
add_subdirectory(SharpLang.Runtime)
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.