text stringlengths 2 99k | meta dict |
|---|---|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_CLOSURE_H
#define _LINUX_CLOSURE_H
#include <linux/llist.h>
#include <linux/sched.h>
#include <linux/sched/task_stack.h>
#include <linux/workqueue.h>
/*
* Closure is perhaps the most overused and abused term in computer science, but
* since I've been unable to c... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
struct A { ~A(); };
void func() {
return;
static A k;
}
// Test that we did not crash, by checking whether function was created.
// CHECK-LABEL: define void @_Z4funcv() #0 {
// CHECK: ret void
// CHECK: }
| {
"pile_set_name": "Github"
} |
use tract_tensorflow::prelude::*;
fn setup_test_logger() {
let _ = env_logger::Builder::from_env("TRACT_LOG").try_init();
}
#[derive(Copy, Clone, PartialEq, Debug)]
pub enum Mode {
Infer,
Type,
Declutter,
Opt,
}
pub fn compare<S: AsRef<str>>(
graph: &[u8],
inputs: Vec<(S, Tensor)>,
ou... | {
"pile_set_name": "Github"
} |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS... | {
"pile_set_name": "Github"
} |
## About
Camera can be imported by using the associated import dialog button.
Camera can be really fun to use because it is possible to literally control the synthesis and the visuals with the camera image or play printed spectogram or record your desktop content (see *tips* section) etc. a wide range of experimentat... | {
"pile_set_name": "Github"
} |
#if defined(SWIGJAVASCRIPT)
%{
#include <node.h>
#include <node_buffer.h>
%}
#endif
#if defined(SWIGJAVASCRIPT)
%module wickrcrypto
#else
%module WickrCrypto
#endif
%rename(Cipher) wickr_cipher;
%rename(CipherResult) wickr_cipher_result;
%rename(CipherKey) wickr_cipher_key;
%rename(DeviceInfo) wickr_dev_info;
%ren... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: auth2-gss.c,v 1.22 2015/01/19 20:07:45 markus Exp $ */
/*
* Copyright (c) 2001-2003 Simon Wilkinson. 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 sou... | {
"pile_set_name": "Github"
} |
# Get one ship
**Method** : `GET`
**URL** : `https://api.spacexdata.com/v4/ships/:id`
**URL Parameters** : `id=[string]` where `id` is the ID of the ship
**Auth required** : `False`
## Success Response
**Code** : `200 OK`
**Content example** :
```json
{
"legacy_id": "GOPURSUIT",
"model": null,
"type... | {
"pile_set_name": "Github"
} |
package com.dubboclub.dk.web.utils;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
/**
* Created by bieber on 2015/6/1.
*/
public class ContextHolder implements ApplicationContextAware{
@Ove... | {
"pile_set_name": "Github"
} |
# Definition for a binary tree node.
# class TreeNode
# attr_accessor :val, :left, :right
# def initialize(val)
# @val = val
# @left, @right = nil, nil
# end
# end
# @param {TreeNode} p
# @param {TreeNode} q
# @return {Boolean}
def is_same_tree(p, q)
return (p==nil && q==nil) || (p!=ni... | {
"pile_set_name": "Github"
} |
function tidyAtRule(value) {
return value
.replace(/\s+/g, ' ')
.replace(/url\(\s+/g, 'url(')
.replace(/\s+\)/g, ')')
.trim();
}
module.exports = tidyAtRule;
| {
"pile_set_name": "Github"
} |
/**
* @file lexer.js
* @author clark-t (clarktanglei@163.com)
* @description 词法分析器
*/
/**
* 格式化规则
*
* @typedef {Array} Rule
* @param {Function} Rule[0] 执行规则的方法
* @param {*} Rule[1] 规则描述对象
*/
/**
* AST 节点对象
*
* @typedef {Object} ASTNode
* @property {string} type AST 节点类型描述
*/
/**
* 对字符串解析的结果做缓存处理
*
... | {
"pile_set_name": "Github"
} |
# Aap recipe for Malay Vim spell files.
# Use a freshly compiled Vim if it exists.
@if os.path.exists('../../../src/vim'):
VIM = ../../../src/vim
@else:
:progsearch VIM vim
SPELLDIR = ..
FILES = ms_MY.aff ms_MY.dic
# I do not have a Malay locale, use the Dutch one instead.
all: $SPELLDIR/ms.latin1.spl $SP... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %}
{% block inner %}
<h1>{% trans "Verify Your E-mail Address" %}</h1>
<p>{% blocktrans %}We have sent an e-mail to you for verification. Follow the link provided to finalize ... | {
"pile_set_name": "Github"
} |
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// test_private_base.cpp
// (C) Copyright 2009 Eric Moyer - http://www.rrsd.com .
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http:/... | {
"pile_set_name": "Github"
} |
'''Autogenerated by xml_generate script, do not edit!'''
from OpenGL import platform as _p, arrays
# Code generation uses this
from OpenGL.raw.EGL import _types as _cs
# End users want this...
from OpenGL.raw.EGL._types import *
from OpenGL.raw.EGL import _errors
from OpenGL.constant import Constant as _C
import ctype... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2019 Matus Chochlik. 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)
*/
#version 330
float SpectrumValue(vec3 coord);
uniform mat4 ProjectionMatrix, CameraMatrix;
uniform float SelectedTim... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | {
"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 "unicode/utf8"
type input struct {
str string
bytes []byte
}
func inputBytes(str []byte) input {
return input{bytes: str}
}
func in... | {
"pile_set_name": "Github"
} |
### Example 1: Create a reference data set for a specified environment
```powershell
PS C:\> $mykeyproperties = @{ "name" = "device01"; "type" = "Double"}
PS C:\> New-AzTimeSeriesInsightsReferenceDataSet -EnvironmentName tsitest001 -Name dstest001 -ResourceGroupName testgroup -Location eastus -DataStringComparisonBeh... | {
"pile_set_name": "Github"
} |
package com.salesmanager.shop.model.catalog.product.attribute.api;
import java.util.ArrayList;
import java.util.List;
import com.salesmanager.shop.model.catalog.product.attribute.ProductOptionValueDescription;
public class PersistableProductOptionValueEntity extends ProductOptionValueEntity {
/**
*
*/
... | {
"pile_set_name": "Github"
} |
topic "Roadmap";
[l288;i1120;a17;O9;~~~.1408;2 $$1,0#10431211400427159095818037425705:param]
[a83;*R6 $$2,5#31310162474203024125188417583966:caption]
[H8;b83;*4 $$3,5#07864147445237544204411237157677:title]
[i288;O9;C2 $$4,6#40027414424643823182269349404212:item]
[ph2 $$5,5#45413000475342174754091244180557:text]
... | {
"pile_set_name": "Github"
} |
this is a test file , please ignore connect
| {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with th... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import logging
from sqlalchemy import create_engine
from six.moves import map
from ckanext.datastore.backend import DatastoreBackend
log = logging.getLogger(__name__)
class DatastoreExampleSqliteBackend(DatastoreBackend):
def __init__(self):
self._engine = None
def _get_en... | {
"pile_set_name": "Github"
} |
Namespace mx2
Function OpSym:String( id:String )
Select id
Case "*" Return "_mul"
Case "/" Return "_div"
Case "+" Return "_add"
Case "-" Return "_sub"
Case "&" Return "_and"
Case "|" Return "_or"
Case "~~" Return "_xor"
Case "[]" Return "_idx"
Case "*=" Return "_muleq"
Case "/=" Return "_diveq"
Case "+=" ... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>013.php</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
function navigate(e) {
var keynum = (window.event) // IE
? e.keyCode
: e.which;
if (keynum == 8) {
window.location = "012.php" + ".html";
return false;
}
if (... | {
"pile_set_name": "Github"
} |
(function ($) {
$.extend($.summernote.lang, {
'es-ES': {
font: {
name:'Fuente',
bold: 'Negrita',
italic: 'Cursiva',
underline: 'Subrayado',
superscript: 'Superíndice',
subscript: 'Subíndice',
strikethrough: 'Tachado',
clear: 'Quitar estilo de f... | {
"pile_set_name": "Github"
} |
import numpy as np
from test.runtime.frontend_test.onnx_test.util import make_node, make_tensor_value_info, make_model
from test.util import wrap_template, generate_kernel_test_case
from webdnn.frontend.onnx import ONNXConverter
@wrap_template
def template(x_shape, description: str = ""):
vx = np.random.rand(*x_... | {
"pile_set_name": "Github"
} |
/*
* prepulated data for fallbacks
*/
var magma = magma || {};
magma.fallback = {
ad: {
loading: {
"href": "/advertisement.html",
"title": "Loading Ad",
"img": {
"src": "http://placehold.it/300x250&text=fallback+ad",
"alt": "Loading Ad"... | {
"pile_set_name": "Github"
} |
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.7.3(14ab24ad53d8d969e86bae0096ecc3b954d0faa0)
* Released under the MIT license
* https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
*-------------------------------------... | {
"pile_set_name": "Github"
} |
config := meta.(*Config)
log.Printf("[DEBUG] Resource data before encoding extra schema entries %q: %#v", d.Id(), obj)
log.Printf("[DEBUG] Encoding state notification config: %q", d.Id())
stateNotificationConfigProp, err := expandCloudIotDeviceRegistryStateNotificationConfig(d.Get("state_notification_config"), d, con... | {
"pile_set_name": "Github"
} |
/*
MIN HEIGHTS - PERCENTAGES
*/
.mn-hi-1 { min-height: 1%; }
.mn-hi-2 { min-height: 2%; }
.mn-hi-3 { min-height: 3%; }
.mn-hi-4 { min-height: 4%; }
.mn-hi-5 { min-height: 5%; }
.mn-hi-6 { min-height: 6%; }
.mn-hi-7 { min-height: 7%; }
.mn-hi-8 { min-height: 8%; }
.mn-hi-9 { min-height: 9%; }
.mn-hi-10 { min-height:... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE ForeignFunctionInterface #-}
module System.Terminal
( fixCodePage
, getTerminalWidth
, hIsTerminalDeviceOrMinTTY
) where
import Foreign
import Foreign.C.Types
import RIO (MonadIO, Handle, hIsTerminalDevice)
#include <sys/ioctl.h>
#include <unistd.h>
newtype WindowWidth = W... | {
"pile_set_name": "Github"
} |
<?php
/*
* ./htdocs/models/pool.inc.php
*
* Copyright (C) 2011 Chris Howie <me@chrishowie.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* Licens... | {
"pile_set_name": "Github"
} |
require('../modules/core.number.iterator');
module.exports = require('../modules/$.core').Number; | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NLog;
using NzbDrone.Common.Disk;
using NzbDrone.Core.Extras.Files;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.MediaFiles.Events;
using NzbDrone.Core.Messaging.Events;
namespace NzbDrone.Core.Extras
{
public class ExistingExtraFil... | {
"pile_set_name": "Github"
} |
<!-- token with 5 chars -->
<foo token5=" nn mm "/>
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2020 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"
} |
{
"type": "bundle",
"id": "bundle--fd14c238-f018-4a0d-8861-af90bb9fcf68",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
DMCA Notification
The following information is presented for the purposes of removing web
content that infringes on our copyright per the Digital Millennium
Copyright Act. We appreciate your enforcement of copyright law and support
of our rights in this matter.
Identification of Copyrighted Work
The copyrighted work ... | {
"pile_set_name": "Github"
} |
'use strict';
// http://www.ecma-international.org/ecma-262/5.1/#sec-9.11
module.exports = require('is-callable');
| {
"pile_set_name": "Github"
} |
-----BEGIN DSA PRIVATE KEY-----
MIIBvAIBAAKBgQCtiYdgpPvFtfi7Ba44DiB+1x8kojjT0nRvn2hU2aa4p4fXI8kd
6Hc57VQO/lLhR9eFpxjP7m+jGwF468Q6NU8xiC71ucep0OoXS7u8RcoIoWfLDtZi
DDlahnZTW04mB5fFxo2y7dYl31vE4TPdSxhqpkvnIBIstMFh2M7Dl0w8/QIVAP95
u6dg1OW6gGsRgiircsy1A9tzAoGBAIzwc5FCnJnzAJm9Hjv0AFV5l/i/DQulZ9pu
EILkNiHCfDR+lTJ8VxAR7J3pgjmv... | {
"pile_set_name": "Github"
} |
# gedit
> Text editor of the GNOME Desktop project.
- Open a text file:
`gedit {{path/to/file}}`
- Open multiple text files:
`gedit {{file1 file2 ...}}`
- Open a text file with a specific encoding:
`gedit --encoding={{UTF-8}} {{path/to/file}}`
- Display a list of supported encodings:
`gedit --list-encodings`
| {
"pile_set_name": "Github"
} |
##################################################################################
# Default setup for a "docu" target using doxygen.
##################################################################################
##################################################################################
# find doxygen
####... | {
"pile_set_name": "Github"
} |
[CmdletBinding()]
param()
# Arrange.
. $PSScriptRoot\..\..\..\Tests\lib\Initialize-Test.ps1
. $PSScriptRoot\..\IndexHelpers\DbghelpFunctions.ps1
Register-Mock Get-DbghelpPath { "SomeDrive:\AgentHome\...\dbghelp.dll" }
Register-Mock Get-CurrentProcess {
New-Object psobject -Property @{
Id = $PID
... | {
"pile_set_name": "Github"
} |
import {
Object3D,
Camera,
MOUSE
} from '../../../src/Three';
export class TransformControls extends Object3D {
constructor( object: Camera, domElement?: HTMLElement );
domElement: HTMLElement;
// API
camera: Camera;
object: Object3D | undefined;
enabled: boolean;
axis: string | null;
mode: string;
tra... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2010-2016 GRNET S.A.
#
# 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 option) any later version.
#
# This program is distributed i... | {
"pile_set_name": "Github"
} |
import json
from social.tests.backends.oauth import OAuth2Test
class FoursquareOAuth2Test(OAuth2Test):
backend_path = 'social.backends.foursquare.FoursquareOAuth2'
user_data_url = 'https://api.foursquare.com/v2/users/self'
expected_username = 'FooBar'
access_token_body = json.dumps({
'access_... | {
"pile_set_name": "Github"
} |
# ----------------------------------------------------------------------------
# http://rpmfind.net/linux
# Procura por pacotes RPM em várias distribuições de Linux.
# Obs.: A arquitetura padrão de procura é a i586.
# Uso: zzrpmfind pacote [distro] [arquitetura]
# Ex.: zzrpmfind sed
# zzrpmfind lilo mandr i586
#
#... | {
"pile_set_name": "Github"
} |
using System;
using Xunit;
namespace BenchmarkDotNet.Tests.XUnit
{
public class NotTravisFactAttributeAttribute : FactAttribute
{
private const string Message = "Test is not available on Travis";
private static readonly string skip;
static NotTravisFactAttributeAttribute()
{
... | {
"pile_set_name": "Github"
} |
module HaddockTySyn where
type T = Int -- ^ Comment on type synonym RHS
| {
"pile_set_name": "Github"
} |
web: java $JVM_OPTS -cp target/hello-duct-standalone.jar clojure.main -m hello.main
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012, Qualcomm Atheros, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the following conditions are met:
* 1. The materials contained herein are unmodified and are used
* unmodified.
* 2. Redistributions of source code must ret... | {
"pile_set_name": "Github"
} |
// This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at htt... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
class MoveConferenceRegistrationDataToRegistrationPeriods < ActiveRecord::Migration
class TempConference < ActiveRecord::Base
self.table_name = 'conferences'
end
class TempRegistrationPeriod < ActiveRecord::Base
self.table_name = 'registration_periods'
end
def up
#... | {
"pile_set_name": "Github"
} |
package afero
import (
"io"
"os"
"path/filepath"
"syscall"
)
// The UnionFile implements the afero.File interface and will be returned
// when reading a directory present at least in the overlay or opening a file
// for writing.
//
// The calls to
// Readdir() and Readdirnames() merge the file os.FileInfo / names... | {
"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.
/**
* The [[Class]] property of the newly constructed object
* is set to "Date"
*
* @path ch15/15.9/15.9.3/S15.9.3.1_A3_T2.1.js
* @description Test based on delete prototype.toString... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<serializer
xmlns="http://egeloen.fr/schema/ivory-serializer"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://egeloen.fr/schema/ivory-serializer
http://egeloen.fr/schema/ivory-serializer/mapping-1.0.xsd"
>
<class
na... | {
"pile_set_name": "Github"
} |
From 6301c4ccaf8d3b6982898fed84e691ab8ddd7a4f Mon Sep 17 00:00:00 2001
From: Robert Schumacher <roschuma@microsoft.com>
Date: Fri, 23 Feb 2018 03:12:45 -0800
Subject: [PATCH 2/3] link glew
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 80734fb..70e755b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* Licensed to Qualys, Inc. (QUALYS) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* QUALYS licenses this file to You under ... | {
"pile_set_name": "Github"
} |
# minimist
parse argument options
This module is the guts of optimist's argument parser without all the
fanciful decoration.
[](http://ci.testling.com/substack/minimist)
[](http://trav... | {
"pile_set_name": "Github"
} |
歡迎使用 Orgzly!
* 筆記
** 點選以打開筆記
** 點選並長按住筆記以選中它
您可以選擇多個筆記。
** 向右滑動筆記打開快速功能表
向左滑動以打開其他功能表
** 通過按一下旁邊的圖示來折疊包含子項目的筆記
長按圖示展開子樹集
您可以擁有無限的筆記階層數
用這個來更好的整理你的筆記
** 筆記可以有標籤如: :標籤1:標籤2:
子項目會繼承母項目的標記::標籤3:
如果使用“t.tag1”收尋,若筆記有“tag1”的標籤,則此筆記將包含在收尋結果中。
** TODO 筆記可以有一個狀態
您可以配置任意數量的狀態來使用: TODO、NEXT、DONE,等。
有兩種狀態類型: "待辦"與"完成"
... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
scriptversion=2018-03-07.03; # UTC
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
" Vim compiler file
" Language: Ruby
" Function: Syntax check and/or error reporting
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: https://github.com/vim-ruby/vim-ruby
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
" ----------------------------------------------------------------------------
if ... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--6ab2fa67-7a96-4ffd-b8d5-14067775f552",
"spec_version": "2.0",
"objects": [
{
"type": "course-of-action",
"id": "course-of-action--1b38336c-de87-49c0-9183-cdb80f9fb73b",
"created_by_ref": "identity--e50ab59c-5c4f-4d40-bf6a-d58... | {
"pile_set_name": "Github"
} |
#ifndef __gl2_h_
#define __gl2_h_
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright (c) 2013 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to de... | {
"pile_set_name": "Github"
} |
{
"swagger": "2.0",
"info": {
"description": "Description",
"version": "Developer build",
"title": "Title",
"contact": {
"name": "(Contact name)"
},
"license": {}
},
"host": "localhost:8080",
"basePath": "/engine",
"tags": [
{
"name": "metrics-mvc-endpoint",
"de... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Build.Logging.Query.Token
{
public class RightBracketToken : Token
{
public static RightBracketToken Instance { get; } = new RightBracketToken();
private RightBracketToken() : base()
{
}
}
} | {
"pile_set_name": "Github"
} |
{
"uuid":"@string@",
"type":"rollback_withdrawal",
"prev_real": {
"amount":0,
"generated_at":"@string@.isDateTime()"
},
"prev_bonus": {
"amount":0,
"generated_at":"@string@.isDateTime()"
},
"operation_real": 5000,
"operation_bonus": 0,
"wallet": {
"uuid": "@string@",
"real": {
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Phaser 3 API Documentation - Interface: RandomInteger</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function (t, a) {
a(t("arar"), false, "String");
a(t(12), false, "Number");
a(t(true), false, "Boolean");
a(t(new Date()), false, "Date");
a(t(new String("raz")), false, "String object");
a(t({}), false, "Plain object");
a(t(/a/), true, "Regular expression");
a(t(new RegExp("a"))... | {
"pile_set_name": "Github"
} |
/**
*
* APDPlat - Application Product Development Platform
* Copyright (c) 2013, 杨尚川, yang-shangchuan@qq.com
*
* 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 Li... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
package com.tangosol.coherence.jcache.common;
import com.tangosol.coherence.jcache.serialization.SerializationHelper;
import com.tangosol.io.... | {
"pile_set_name": "Github"
} |
package sfBugsNew;
import annotations.DetectorUnderTest;
import edu.umd.cs.findbugs.annotations.ExpectWarning;
import edu.umd.cs.findbugs.annotations.NoWarning;
import edu.umd.cs.findbugs.detect.UnreadFields;
@DetectorUnderTest(UnreadFields.class)
public final class Bug1307 {
@NoWarning("UWF_UNWRITTEN_FIELD")
... | {
"pile_set_name": "Github"
} |
.. _nucleo_l4r5zi_board:
ST Nucleo L4R5ZI
################
Overview
********
The Nucleo L4R5ZI board features an ARM Cortex-M4 based STM32L4R5ZI MCU
with a wide range of connectivity support and configurations. Here are
some highlights of the Nucleo L4R5ZI board:
- STM32 microcontroller in LQFP144 package
- Two ty... | {
"pile_set_name": "Github"
} |
"""distutils.emxccompiler
Provides the EMXCCompiler class, a subclass of UnixCCompiler that
handles the EMX port of the GNU C compiler to OS/2.
"""
# issues:
#
# * OS/2 insists that DLLs can have names no longer than 8 characters
# We put export_symbols in a def-file, as though the DLL can have
# an arbitrary len... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <dispatch/OS_dispatch_queue.h>
#import <dispatch/OS_dispatch_queue_global-Protocol.h>
@class NSString;
@interface OS_dispatc... | {
"pile_set_name": "Github"
} |
# Licensed to Elasticsearch B.V. under one or more contributor
# license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright
# ownership. Elasticsearch B.V. licenses this file to you under
# the Apache License, Version 2.0 (the "License"); you may
# not use this f... | {
"pile_set_name": "Github"
} |
#ifndef CELL_MESH_LINE_STRIP_H
#define CELL_MESH_LINE_STRIP_H
#include "mesh.h"
namespace Cell
{
/*
A line strip of specified width / length.
Segments equals the number of 2-triangle sets while width equals the width of the line.
Useful for line systems that require a filled line strip.
... | {
"pile_set_name": "Github"
} |
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Converters="clr-namespace:ZdfFlatUI.Converters"
xmlns:My="clr-namespace:ZdfFlatUI">
<SolidColorBrush ... | {
"pile_set_name": "Github"
} |
package ui
import (
"log"
"path"
"path/filepath"
"time"
"github.com/tcolar/goed/backend"
"github.com/tcolar/goed/core"
"github.com/tcolar/goed/ui/widgets"
)
const tabSize = 4
var _ core.Viewable = (*View)(nil)
// View represents an individual view pane(file) in the editor.
type View struct {
widgets.BaseWi... | {
"pile_set_name": "Github"
} |
#ifndef __GRLIB_APBUART_H__
#define __GRLIB_APBUART_H__
#include <asm/io.h>
#define UART_NR 8
static int grlib_apbuart_port_nr;
struct grlib_apbuart_regs_map {
u32 data;
u32 status;
u32 ctrl;
u32 scaler;
};
struct amba_prom_registers {
unsigned int phys_addr;
unsigned int reg_size;
};
/*
* The following d... | {
"pile_set_name": "Github"
} |
#include <math.h>
#include <stdlib.h>
#include "fet.h"
/* This program is implemented with ideas from this web page:
*
* http://www.langsrud.com/fisher.htm
*/
// log\binom{n}{k}
static double lbinom(int n, int k)
{
if (k == 0 || n == k) return 0;
return lgamma(n+1) - lgamma(k+1) - lgamma(n-k+1);
}
// n11 n12... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* Framebuffer driver for mdpy (mediated virtual pci display device).
*
* See mdpy-defs.h for device specs
*
* (c) Gerd Hoffmann <kraxel@redhat.com>
*
* Using some code snippets from simplefb and cirrusfb.
*
* This program is free software; you can redistribute it and/or... | {
"pile_set_name": "Github"
} |
QUnit.module("tangelo.plugin.data.distanceCluster()");
(function (_) {
"use strict";
// boilerplate for generating random points
var defaultRange = [0, 100];
function makeRandom(range) {
return Math.random() * (range[1] - range[0]) - range[0];
}
function makeRandomPoint(mkRand) {
... | {
"pile_set_name": "Github"
} |
\documentclass[12pt]{article}
\usepackage{headerfooter}
\usepackage{epsf}
\usepackage{epsfig}
\usepackage{rotating}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{verbatimfiles}
\usepackage{fullpage}
\newcommand{\HRule}{\rule{\linewidth}{.3mm}}
\begin{document}
\bibliographystyle{plain}
\begin{center}
{\b... | {
"pile_set_name": "Github"
} |
/** \file HttpdCookies.h
*/
/*
Copyright (C) 2003-2011 Anders Hedstrom
This library is made available under the terms of the GNU GPL, with
the additional exemption that compiling, linking, and/or using OpenSSL
is allowed.
If you would like to use this library in a closed-source application,
a separate lic... | {
"pile_set_name": "Github"
} |
package org.bigbluebutton.air.main.views {
import flash.desktop.NativeApplication;
import flash.events.InvokeEvent;
import mx.core.FlexGlobals;
import org.bigbluebutton.air.common.PageEnum;
import org.bigbluebutton.air.main.commands.JoinMeetingSignal;
import org.bigbluebutton.air.main.models.IUISes... | {
"pile_set_name": "Github"
} |
/*
* MessagePack for C++ version switcher
*
* Copyright (C) 2014 KONDO Takatoshi
*
* 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 MSGPACK_VERSIONING_HPP
#define MSGPACK_VERSIONING_HPP
#... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2016 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Abstract:
Part of Core Audio Public Utility Classes
*/
//==================================================================================================
// Includes
//=====================================... | {
"pile_set_name": "Github"
} |
define( [
"../core"
], function( jQuery ) {
"use strict";
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error;
} );
};
} );
| {
"pile_set_name": "Github"
} |
package com.java110.po.user;
import java.io.Serializable;
/**
* @ClassName UserAddressPo
* @Description TODO
* @Author wuxw
* @Date 2020/5/30 22:43
* @Version 1.0
* add by wuxw 2020/5/30
**/
public class UserAddressPo implements Serializable {
private String id;
private String addressId;
private ... | {
"pile_set_name": "Github"
} |
/*
* Copyright [2012-2014] PayPal Software Foundation
*
* 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 applica... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright 2016 by Andrey Butok. FNET Community.
*
***************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compli... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIEZTCCAk2gAwIBAgICEAEwDQYJKoZIhvcNAQELBQAwETEPMA0GA1UEAwwGZm9v
YmFyMCAXDTE4MDYyMjA4NTcwNloYDzIyOTIwNDA2MDg1NzA2WjAQMQ4wDAYDVQQD
DAVhZG1pbjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJw3Jfbn0xkW
36kqQjES6Hn+YTZ2jXS5Co2MzsGBsIY0qJ2BbWHSSaMrja4IERUaCQp16SWxPmZ0
srMm6ErDoap+O70CWXLT3ybYMV5aVwv3... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/hugo/github/react-native-demo/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-es/values-es.xml -->
<eat-comment/>
<string msgid="4600421777120114993" name="abc_action_bar_home_descriptio... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Threading;
namespace Twins
{
public abstract class ModelBase : INotifyPropertyChanged, IDisposable
{
private bool disposed;
public event PropertyChangedEventHandler PropertyChanged;
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.