text stringlengths 2 99k | meta dict |
|---|---|
package jetbrains.mps.lang.smodel.constraints;
/*Generated by MPS */
import jetbrains.mps.smodel.runtime.base.BaseConstraintsDescriptor;
import jetbrains.mps.smodel.runtime.ConstraintFunction;
import jetbrains.mps.smodel.runtime.ConstraintContext_CanBeChild;
import org.jetbrains.annotations.NotNull;
import org.jetbra... | {
"pile_set_name": "Github"
} |
ship = Atlas V 522
version = 1.1.3
description = LEO - unknown. Use 500 series fairings.
type = None
size = 5.2943573,45.6513939,7.36009026
PART
{
part = EJ.CentaurAtlas_4292992818
partName = Part
pos = -11.4471016,40.5496597,-4.916152
attPos = 0,0,0
attPos0 = -11.4471016,40.5496597,-4.916152
rot = 0,0,0,1
attRo... | {
"pile_set_name": "Github"
} |
<UserControl x:Class="ZdfFlatUI.Test.UITest.UCTCascaderBoxTest"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:System="clr-namespace:System;assembly=mscorlib"
xmlns:d="http://schemas.... | {
"pile_set_name": "Github"
} |
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<Description>Interactive Extensions Providers Library used to build query providers and express queries over enumerable sequences.</Description>
<AssemblyTitle>Interactive Extensions - Providers Library</AssemblyTitle>
<TargetFrameworks>net45;netstandar... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gem 'rake', '< 11.0'
gem 'railties', '~> 4.1.0'
gem 'rspec-rails', '~> 3.2.1'
gemspec path: '../'
| {
"pile_set_name": "Github"
} |
{
"title":"Subresource Integrity",
"description":"Subresource Integrity enables browsers to verify that file is delivered without unexpected manipulation.",
"spec":"http://www.w3.org/TR/SRI/",
"status":"rec",
"links":[
{
"url":"https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integr... | {
"pile_set_name": "Github"
} |
// Copyright 2015 Google Inc. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
// +build appengine
package internal
import (
"appengine"
netcontext "golang.org/x/net/context"
)
func init() {
appengineStandard = true
}
func DefaultVe... | {
"pile_set_name": "Github"
} |
{
"ramlVersion": "RAML10",
"type": "Api",
"specification": {
"types": [
{
"SimpleType1": {
"name": "SimpleType1",
"displayName": "SimpleType1",
"typePropertyKind": "TYPE_EXPRESSION",
"type": [
"object"
],
"properties": {
... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
{
"texture" : "mobs/cold_spirit.png",
"width" : 16,
"height" : 16,
"idle" : {
"fps" : 6,
"looped" : true,
"frames" : [0,1,2]
},
"run" : {
"fps" : 8,
"looped" : true,
"frames" : [0,1,2]
},
"attack" : {
"fps" : 6,
"looped" : false,
"frames" : [... | {
"pile_set_name": "Github"
} |
#! @PYTHON3@
#
# Copyright (c) 2010 Nicira, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
TT_ADOBE_IDS
============
A list of valid values for the 'encoding_id' for TT_PLATFORM_ADOBE
charmaps. This is a FreeType-specific extension!
.. data:: TT_ADOBE_ID_STANDARD
Adobe standard encoding.
.. data:: TT_ADOBE_ID_EXPERT
Adobe expert encoding.
.. data:: TT_ADOBE_ID_CUSTOM
Adobe custom encoding.
... | {
"pile_set_name": "Github"
} |
"use strict";
// This example adds three custom symbols to a polyline.
function initMap() {
const map = new google.maps.Map(document.getElementById("map"), {
zoom: 6,
center: {
lat: 20.291,
lng: 153.027,
},
mapTypeId: "terrain",
}); // Define the custom symbols. All symbols are defined ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e14c4c87d3a36824f818d1be40708fd2
timeCreated: 1470840504
licenseType: Pro
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: Bip001
100002: Bip001 Head
100004: Bip001 L Calf
100006: Bip001 L Clavicle
100008: Bip001 L Foot
100010: Bip001 L Forearm
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ae11de2f76b064a6ea762a517997c88c
NativeFormatImporter:
userData:
| {
"pile_set_name": "Github"
} |
[**中文说明**](README_ZH.md) | [**English**](README.md)
这个例子展示MSRA NER(中文命名实体识别)任务上,在**分布式数据并行训练**(Distributed Data-Parallel, DDP)模式(single node, muliti-GPU)下的[Chinese-ELECTRA-base](https://github.com/ymcui/Chinese-ELECTRA)模型蒸馏。
* ner_ElectraTrain_dist.sh : 训练教师模型(ELECTRA-base)。
* ner_ElectraDistill_dist.sh : 将教师模型蒸馏到学生... | {
"pile_set_name": "Github"
} |
//===- Preprocessor.h - C Language Family Preprocessor ----------*- C++ -*-===//
//
// 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"
} |
#ifndef __BASE64_H__
#define __BASE64_H__
#include <string>
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);
#endif /* __BASE64_H__ */
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8" />
<title>系统异常</title>
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="/bootstrap-3.3.7/css/bootstrap.min.css">
<!-- 可选的 Bootstrap 主题文件(一般不用引入) -->
<link rel="stylesheet" href="/bootstrap-3.3.7/css/bootstrap-theme.... | {
"pile_set_name": "Github"
} |
/* Macros for taking apart, interpreting and processing file names.
These are here because some non-Posix (a.k.a. DOSish) systems have
drive letter brain-damage at the beginning of an absolute file name,
use forward- and back-slash in path names interchangeably, and
some of them have case-insensitive file ... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2014-2020 Maltrail developers (https://github.com/stamparm/maltrail/)
# See the file 'LICENSE' for copying permission
# Reference: https://www.symantec.com/security_response/writeup.jsp?docid=2011-072806-2905-99&tabid=2
cooshare.com/careu/positionrecorder.asmx | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium 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 "chromeos/disks/disk_mount_manager.h"
#include <stddef.h>
#include <stdint.h>
#include <map>
#include <set>
#include <string>
#include <uti... | {
"pile_set_name": "Github"
} |
<?php
class Swift_Transport_EsmtpTransportTest
extends Swift_Transport_AbstractSmtpEventSupportTest{
protected function _getTransport($buf, $dispatcher = null) {
if (!$dispatcher) {
$dispatcher = $this->_createEventDispatcher();
}
return new Swift_Transport_EsmtpTransport($... | {
"pile_set_name": "Github"
} |
/**
* editor_plugin_src.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
(function(tinymce) {
var each = tinymce.each;
// Checks if the selection/caret is at the start of ... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* AMetal
* ----------------------------
* innovating embedded platform
*
* Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd.
* All rights reserved.
*... | {
"pile_set_name": "Github"
} |
package org.hexworks.zircon.examples.fragments
import org.hexworks.zircon.api.CP437TilesetResources
import org.hexworks.zircon.api.ColorThemes
import org.hexworks.zircon.api.Components
import org.hexworks.zircon.api.SwingApplications
import org.hexworks.zircon.api.application.AppConfig
import org.hexworks.zircon.api.... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.sdk.modelmsg;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import android.os.Bundle;
import com.tencent.mm.sdk.platformtools.v;
import java.io.ByteArrayOutputStream;
import java.io.File;
public class WXImageObject
implements WXMediaMessage.b
{
private stati... | {
"pile_set_name": "Github"
} |
//
// detail/winrt_resolve_op.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"
} |
// +build linux
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"). You may
// not use this file except in compliance with the License. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "l... | {
"pile_set_name": "Github"
} |
tails
| {
"pile_set_name": "Github"
} |
Quick port test with `netcat`
Logging dropped firewall packets
Useful ssh client optimizations
Bandwidth monitoring tools
Use `tcpdump` to listen to network interface traffic | {
"pile_set_name": "Github"
} |
// RUN: %clang -S %s -o /dev/null
struct rtxc_snapshot {
int a, b, c, d;
};
__attribute__ ((section("__DATA, __common"))) struct rtxc_snapshot rtxc_log_A[4];
| {
"pile_set_name": "Github"
} |
package hxd.fs;
@:keep @:keepSub
class Convert {
public var sourceExts(default,null) : Array<String>;
public var destExt(default,null) : String;
/**
Major version of the Convert.
When incremented, all files processed by this Convert would be rebuilt. **/
public var version(default, null) : Int;
... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="olink.lang.f... | {
"pile_set_name": "Github"
} |
// Automatically upgrade packages from these (origin:archive) pairs
<%- if @legacy_origin -%>
Unattended-Upgrade::Allowed-Origins {
<%- else -%>
Unattended-Upgrade::Origins-Pattern {
<%- end -%>
<% @origins.each do |origin| -%>
"<%= origin %>";
<% end -%>
};
// List of packages to not update
Unattended-Upgrade::Packa... | {
"pile_set_name": "Github"
} |
<?php
/**
* PEAR, the PHP Extension and Application Repository
*
* Command line interface
*
* PHP versions 4 and 5
*
* @category pear
* @package PEAR
* @author Stig Bakken <ssb@php.net>
* @author Tomas V.V.Cox <cox@idecnet.com>
* @copyright 1997-2009 The Authors
* @license http://opensource.org/l... | {
"pile_set_name": "Github"
} |
/* Webcamoid, webcam capture application.
* Copyright (C) 2016 Gonzalo Exequiel Pedone
*
* Webcamoid is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option... | {
"pile_set_name": "Github"
} |
<template>
<div class="main" >
<div class="tagselect" v-on:click.stop="alltagsshow=!alltagsshow">{{this.type}}</div>
<div class="hottags">
<h5>热门标签:</h5>
<template v-for="(tag,$index) in hottags" >
<h5 style="cursor:pointer;" v-on:click="$router.push({name:'allplaylist',params:{type:tag.name}});">
{{ta... | {
"pile_set_name": "Github"
} |
importance: 5
---
# Add an option to select
There's a `<select>`:
```html
<select id="genres">
<option value="rock">Rock</option>
<option value="blues" selected>Blues</option>
</select>
```
Use JavaScript to:
1. Show the value and the text of the selected option.
2. Add an option: `<option value="classic">Cla... | {
"pile_set_name": "Github"
} |
package co.netguru.videochatguru
import android.content.Context
import android.os.Handler
import android.os.Looper
import co.netguru.videochatguru.constraints.*
import co.netguru.videochatguru.util.Logger
import co.netguru.videochatguru.util.WebRtcUtils
import co.netguru.videochatguru.util.addConstraints
import org.we... | {
"pile_set_name": "Github"
} |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { UsersRoutingModule } from './users-routing.module';
@NgModule({
declarations: [],
imports: [
CommonModule,
UsersRoutingModule
]
})
export class UsersModule { }
| {
"pile_set_name": "Github"
} |
package com.riiablo.onet.reliable;
import io.netty.bootstrap.Bootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufUtil;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019 Uber Technologies, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Spine Runtimes License Agreement
* Last updated January 1, 2020. Replaces all prior versions.
*
* Copyright (c) 2013-2020, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative... | {
"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 or at
// https://developers.google.com/open-source/licenses/bsd.
package cayleyhttp
import (
"net/http"
"strings"
)
// Octet types from RFC 2616.
var octe... | {
"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 may ... | {
"pile_set_name": "Github"
} |
using Microsoft.Extensions.DependencyInjection;
namespace Abp.ZeroCore.SampleApp.Core
{
public static class ServicesCollectionDependencyRegistrar
{
public static void Register(ServiceCollection services)
{
services.AddLogging();
services.AddAbpIdentity<Tenant, User, Ro... | {
"pile_set_name": "Github"
} |
/**
* \author Tilen Majerle
* \email tilen@majerle.eu
* \website https://majerle.eu/projects/gsm-at-commands-parser-for-embedded-systems
* \license MIT
* \version 0.5.0
* \brief GSM Library
*
\verbatim
----------------------------------------------------------------------
Copyright (c) 2016 Tilen Ma... | {
"pile_set_name": "Github"
} |
<!---
Slatwall - An Open Source eCommerce Platform
Copyright (C) ten24, LLC
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 3 of the License, or
(at your opti... | {
"pile_set_name": "Github"
} |
<!--
Description: rss item author - cdata escaped markup
-->
<rss version="2.0">
<channel>
<item>
<author><![CDATA[<p>Item Author</p>]]></author>
</item>
</channel>
</rss>
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
namespace Xamarin.Forms
{
internal sealed class ShellContentCollection : ShellElementCollection<ShellContent>
{
public ShellContentCollection() : base()
{
Inner = new... | {
"pile_set_name": "Github"
} |
package com.tencent.ttpic.filter;
import android.opengl.GLES20;
import com.tencent.filter.BaseFilter;
import com.tencent.filter.GLSLRender;
import com.tencent.matrix.trace.core.AppMethodBeat;
public class SpaceFilter extends BaseFilter {
private float mRatio = 0.0f;
public SpaceFilter() {
super(GLSLR... | {
"pile_set_name": "Github"
} |
3 1 0
2 2 0
1 3 0
| {
"pile_set_name": "Github"
} |
<annotation>
<folder>imagesRaw</folder>
<filename>2017-12-19 14:57:58.463759.jpg</filename>
<path>/Users/abell/Development/other.nyc/Camera/imagesRaw/2017-12-19 14:57:58.463759.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>352</width>
<height>240</height>
<depth>3</depth>
</siz... | {
"pile_set_name": "Github"
} |
package com4j;
/**
* TODO: General purpose wrapper for COM SAFEARRAY.
*
* <p>
* This class is provided for rare circumstances where the Java code
* needs to control SAFEARRAY more precisely.
*
* <p>
* Users are encouraged to use plain Java arrays
* as much as possible. For example, the following Java method:
... | {
"pile_set_name": "Github"
} |
/*
* C Extension module to test Python interpreter C APIs.
*
* The 'test_*' functions exported by this module are run as part of the
* standard Python regression test, via Lib/test/test_capi.py.
*/
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include <float.h>
#include "structmember.h"
#include "datetime.h"
#i... | {
"pile_set_name": "Github"
} |
// Copyright Emil Fresk 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#pragma once
#include "../../functional/identity.hpp"
#include "../../types/integral_constant.hpp"
namespace kvasir ... | {
"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>BuildMachineOSBuild</key>
<string>14F2009</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
... | {
"pile_set_name": "Github"
} |
#if __has_include(<mysql.h>)
#include <mysql.h>
#else
#include <mysql/mysql.h>
#endif
#include <mysqlxx/Connection.h>
#include <mysqlxx/ResultBase.h>
namespace mysqlxx
{
ResultBase::ResultBase(MYSQL_RES * res_, Connection * conn_, const Query * query_) : res(res_), conn(conn_), query(query_)
{
fields = mysql_fe... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2012 VMware, Inc.
* 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 available at... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2012 Gael Guennebaud <gael.guennebaud@inria.fr>
/*
NOTE: thes functions vave been adapted from the LDL library:
LDL Copyright (c) 2005 by Timothy A. Davis. All Rights Reserved.
LDL License:
Your u... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">Patio</string>
<string name="patio_take_picture">Nova Foto</string>
<string name="patio_attach_picture">Adicionar</string>
<string name="patio_remove_picture">Remover</string>
<string name="patio_action_cancel">Cancelar</string>
<string name="patio_thumbnai... | {
"pile_set_name": "Github"
} |
/*
Copyright 1995-2017 Esri
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"
} |
// +build f10x_ld f10x_ld_vl f10x_md f10x_md_vl f10x_hd f10x_hd_vl f10x_xl f10x_cl
package gpio
import (
"mmio"
"stm32/hal/raw/rcc"
)
type registers struct {
cr [2]mmio.U32
idr mmio.U16
_ uint16
odr mmio.U16
_ uint16
bsrr mmio.U32
brr mmio.U32
lckr mmio.U32
}
const (
// Mode
out = 1
alt ... | {
"pile_set_name": "Github"
} |
key.store=appintentdemo3-release.keystore
key.alias=appintentdemo3aliaskey
key.store.password=appintentdemo3passw
key.alias.password=appintentdemo3passw
| {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of phpDocumentor.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright 2010-2015 Mike van Riel<mike@phpdoc.org>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link ... | {
"pile_set_name": "Github"
} |
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes,
// Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// ... | {
"pile_set_name": "Github"
} |
## aframe-log-component
[](https://npmjs.org/package/aframe-log-component)
[](https://npmjs.org/package/aframe-log-component)
In-VR console logs for [A-Fr... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Copyright © 2020 Interplanetary Database Association e.V.,
# BigchainDB and IPDB software contributors.
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
# Code is Apache-2.0 and docs are CC-BY-4.0
docker build -t bigchaindb/mongodb-monitoring-agent:2.0.0-alpha .
docker push bigchaindb/mongodb-moni... | {
"pile_set_name": "Github"
} |
//
// AppDelegate.swift
// ReactiveSwiftFlickrSearch
//
// Created by Colin Eberhardt on 06/07/2014.
// Copyright (c) 2014 Colin Eberhardt. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
var ... | {
"pile_set_name": "Github"
} |
quspin.tools.lanczos.lanczos\_full
==================================
.. currentmodule:: quspin.tools.lanczos
.. autofunction:: lanczos_full | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
# Why We Need Both
See `@hdgarrood`'s [Thoughts on PureScript package management in 2019](https://harry.garrood.me/blog/purescript-package-management-in-2019/).
Below are my thoughts on why we need both. I'm not sure whether this is entirely correct.
Think about what happens when a PureScript release is made that in... | {
"pile_set_name": "Github"
} |
//
// Thread_WIN32.h
//
// $Id: //poco/1.4/Foundation/include/Poco/Thread_WIN32.h#1 $
//
// Library: Foundation
// Package: Threading
// Module: Thread
//
// Definition of the ThreadImpl class for WIN32.
//
// Copyright (c) 2004-2009, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-Licen... | {
"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 may ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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"
} |
PREP(accessAllowed);
PREP(addDisplayPassthroughKeys);
PREP(getUnitsBIChannel);
PREP(handlePttKeyPress);
PREP(handlePttKeyPressUp);
PREP(modifyGroup);
PREP(nameGroup);
PREP(sendText);
| {
"pile_set_name": "Github"
} |
package ratelimiter
type Storage interface {
GetBucketFor(string) (*LeakyBucket, error)
SetBucketFor(string, LeakyBucket) error
}
| {
"pile_set_name": "Github"
} |
BOOST_LIBS = @Boost_LIBS_@
BOOST_INCLUDE = @Boost_INCLUDE_@
BOOST_LIBRARIES = @Boost_LIBRARIES_@
BOOST_SYSTEM_LIB = @Boost_SYSTEM_LIBRARY@
BOOST_FILESYSTEM_LIB = @Boost_FILESYSTEM_LIBRARY@
BOOST_PROGRAM_OPTIONS_LIB = @Boost_PROGRAM_OPTIONS_LIBRARY@
SUNDIALS_LIBS=@SUNDIALS_LIBS_@
SUNDIALS_INCLUDE= @SUNDIALS_INCLUDE_D... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Adobe. All rights reserved.
* This file is licensed to you 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 appli... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2016 the original author or authors
* @license MIT, see LICENSE.txt for details
*
* @author Jeremy Grelle
* @author Scott Andrews
*/
'use strict';
var parser, http, https, mixin, normalizeHeaderName, responsePromise, client, httpsExp;
parser = require('url');
http = require('http');
https =... | {
"pile_set_name": "Github"
} |
package integration
import model.{ Article, Comment, User }
import skinny.micro.context.SkinnyContext
object NullIntegration extends ExternalServiceIntegration {
override def onCommentCreated(commenter: User, comment: Comment)(implicit ctx: SkinnyContext): Unit = {}
override def onPostCreated(author: User, arti... | {
"pile_set_name": "Github"
} |
import { storiesOf } from "@storybook/react";
import * as React from "react";
import { PostCard } from ".";
import { defaultLinkProps } from "../Link";
import { MyButton } from "../MyButton";
storiesOf("Post Card", module).add("basic example", () => (
<div style={{ display: "inline-block" }}>
<PostCard
id=... | {
"pile_set_name": "Github"
} |
/************************************************************************
* Copyright(c) 2010, One Unified. All rights reserved. *
* *
* This file is provided as is WITHOUT ANY WARRANTY *
* without even the... | {
"pile_set_name": "Github"
} |
/***************************************************************************
qgsalgorithmlineintersection.h
---------------------
begin : April 2017
copyright : (C) 2017 by Nyall Dawson
email : nyall dot dawson at gma... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/iWorkImport.framework/iWorkImport
*/
#import <iWorkImport/iWorkImport-Structs.h>
#import <iWorkImport/GQDCallout2Path.h>
#import <iWorkImport/GQDPath.h>
__attribute__((visibility("hidden")))
@interface GQDCallout2P... | {
"pile_set_name": "Github"
} |
@comment $NetBSD: PLIST,v 1.42 2010/11/24 20:24:10 drochner Exp $
bin/gnome-about
include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
include/gnome-desktop-2.0/libgnome/gnome-desktop-utils.h
include/gnome-desktop-2.0/libgnomeui/gnome-bg-crossfade.h
include/gnome-desktop-2.0/libgnomeui/gnome-bg.h
include/gnome-deskt... | {
"pile_set_name": "Github"
} |
Pod::Spec.new do |s|
s.name = 'NIMSDK_LITE'
s.version = '7.9.1'
s.summary = 'Netease IM Lite SDK'
s.homepage = 'http://netease.im'
s.license = { :'type' => 'Copyright', :'text' => ' Copyright 2019 Netease '}
s.authors = 'Netease IM Team'
s.source = { :http => 'http://yx-web.nos.netease.com/package/1... | {
"pile_set_name": "Github"
} |
library IEEE
user IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
entity COUNT16 is
port (
cOut :out std_logic_vector(15 downto 0); -- counter output
clkEn :in std_logic; -- count enable
clk :in std_logic; -- clock input
... | {
"pile_set_name": "Github"
} |
<html>
<head></head>
<body>ÐÂ</body>
</html> | {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@include file="/WEB-INF/jsp/common/header.jsp"%>
<%@include file="/WEB-INF/jsp/common/taglibs.jsp"%>
<spring:eval var="showAdminControls" expression="T(org.sentilo.web.catalog.security.SecurityUtils).showAdminControls('READ', appl... | {
"pile_set_name": "Github"
} |
def main():
print('TEST SUCEEDED!') | {
"pile_set_name": "Github"
} |
import { i18nMark } from "@lingui/react";
import { pipe } from "rxjs";
import {
isObject as isObjectUtil,
findNestedPropertyInObject,
} from "#SRC/js/utils/Util";
import {
JobOutput,
FormError,
UcrImageKind,
JobSpec,
ConstraintOperator,
} from "./JobFormData";
import { OperatorTypes } from "./Constants"... | {
"pile_set_name": "Github"
} |
function *foo () {
yield 5
}
(function *() {
console.log(foo().next().value)
})().next();
(function *() { })();
(function * () {
yield yield 3
})();
| {
"pile_set_name": "Github"
} |
#if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES)
#include <boost/proto/transform/detail/preprocessed/when.hpp>
#elif !defined(BOOST_PP_IS_ITERATING)
#if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES)
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/when... | {
"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"
} |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \... | {
"pile_set_name": "Github"
} |
; RTL - A Formal Theory of Register-Transfer Logic and Computer Arithmetic
; Copyright (C) 1995-2013 Advanced Mirco Devices, Inc.
;
; Contact:
; David Russinoff
; 1106 W 9th St., Austin, TX 78703
; http://www.russsinoff.com/
;
; See license file books/rtl/rel9/license.txt.
;
; Author: David M. Russinoff (david@ru... | {
"pile_set_name": "Github"
} |
/*
* ucontext coroutine initialization code
*
* Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>
* Copyright (C) 2011 Kevin Wolf <kwolf@redhat.com>
*
* 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... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.