text
stringlengths
2
99.9k
meta
dict
/** * Spatial outlier neighborhood classes */ /* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affe...
{ "pile_set_name": "Github" }
/* * 3-axis accelerometer driver for MXC4005XC Memsic sensor * * Copyright (c) 2014, Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * ...
{ "pile_set_name": "Github" }
uniform int64 s = 0; export void f_f(uniform float RET[], uniform float aFOO[]) { float a = aFOO[programIndex]; float delta = 1; float b = atomic_add_global(&s, delta); RET[programIndex] = reduce_add(b); } export void result(uniform float RET[]) { RET[programIndex] = reduce_add(programIndex); }
{ "pile_set_name": "Github" }
=pod =head1 NAME RIPEMD160, RIPEMD160_Init, RIPEMD160_Update, RIPEMD160_Final - RIPEMD-160 hash function =head1 SYNOPSIS #include <openssl/ripemd.h> unsigned char *RIPEMD160(const unsigned char *d, unsigned long n, unsigned char *md); int RIPEMD160_Init(RIPEMD160_CTX *c); int RIPEMD160_Updat...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11) on Fri Feb 15 15:05:48 CET 2019 --> <title>Uses of Class javax0.license3j.hardware.Network.Interface.Data (License3j 3.1.0-SNAPSHOT API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.crea...
{ "pile_set_name": "Github" }
--- layout: "default" title: "ReferenceWritableKeyPath" description: "Swift documentation for 'ReferenceWritableKeyPath': A key path that supports reading from and writing to the resulting value." keywords: "ReferenceWritableKeyPath,class,swift,documentation" root: "/v4.2" --- <div class="intro-declaration"><code clas...
{ "pile_set_name": "Github" }
from ajenti.plugins.main.api import SectionPlugin from ajenti.ui import on from ajenti.ui.binder import Binder class Database (object): def __init__(self): self.name = '' class User (object): def __init__(self): self.name = '' self.host = '' class DBPlugin (SectionPlugin): serv...
{ "pile_set_name": "Github" }
/* * * Copyright 2019 Netflix, 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 ap...
{ "pile_set_name": "Github" }
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ i...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
{ "pile_set_name": "Github" }
// define namespaces var THREEx = THREEx || {}; THREEx.ShaderLib = THREEx.ShaderLib || {}; THREEx.UniformsLib = THREEx.UniformsLib || {}; THREEx.UniformsLib['plasma'] = { time : { type : "f", value: 0.0 }, scale : { type : "f", value: 1.0 }, rotation: { type : "f", value: 0.0 }, opacity : { type : "f", value: ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- * Copyright 2011 Thomas Bocek * * 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 re...
{ "pile_set_name": "Github" }
Scrapbook X 1.12.0a11 ===================== Changes since v1.12.0a10 ------------------------ - NEW: Added create and modify time properties for data items. (These properties will be added on export if not set. Export and then re-import old data to create these records) - NEW: Manage window now lists more data proper...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2008 IBM Corporation * * Author: Mimi Zohar <zohar@us.ibm.com> * * File: ima_api.c * Implements must_appraise_or_measure, collect_measurement, * appraise_measurement, store_measurement and store_template. */ #include <linux/slab.h> #include <linux/file...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2013-2018 the original author or 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 ~ ~ https://www.apache.org...
{ "pile_set_name": "Github" }
environments: pipelines:
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
#include <stdio.h> #define MAX 500 int main() { int i,j,k,n,m,x1,y1,x2,y2,win[MAX][MAX]; while(scanf("%d",&n),n){ for(i=0;i<MAX;i++) for(j=0;j<MAX;j++) win[i][j]=-1; for(k=0;k<n;k++){ scanf("%d%d%d%d",&x1,&y1,&x2,&y2); for(i=x1;i<=x2;i++) ...
{ "pile_set_name": "Github" }
// Copyright 2019 PingCAP, 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 to i...
{ "pile_set_name": "Github" }
; RUN: opt -S -basicaa -loop-vectorize < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind define void @foo(double* noalias nocapture %a, double* noalias nocapture readonly %b, double* noalias nocapture readonly %c) #0 { entry: br lab...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2018, 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
{ "pile_set_name": "Github" }
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2013 Erwin Coumans http://bulletphysics.org This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to...
{ "pile_set_name": "Github" }
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package transform import ( "bytes" "errors" "fmt" "io/ioutil" "strconv" "strings" "testing" "time" "unicode/utf8" ) type lowerCaseASCII struct{ NopRe...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 Softwa...
{ "pile_set_name": "Github" }
/* * <grp.h> wrapper functions. * * Authors: * Jonathan Pryor (jonpryor@vt.edu) * * Copyright (C) 2004-2005 Jonathan Pryor */ #include <sys/types.h> #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> #endif #include <grp.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <un...
{ "pile_set_name": "Github" }
StartChar: Eng Encoding: 621 330 365 GlifName: E_ng Width: 1246 VWidth: 0 Flags: W HStem: -433 140<752.668 918.774> 0 21G<156 312> VStem: 156 156<0 1136> 934 156<-253.824 -2 280 1416> LayerCount: 4 Back Fore SplineSet 934 1416 m 1 1090 1416 l 1 1090 -121 l 2 1090 -223 1085 -268 1056 -319 c 0 1015.0444431 -391.02528...
{ "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 <ProtocolBuffer/PBCodable.h> #import <GeoServices/NSCopying-Protocol.h> @class GEOTransitEntry, PBUnknownFields; @interface ...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftmm.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
// Package stdlib is a collection of cty functions that are expected to be // generally useful, and are thus factored out into this shared library in // the hope that cty-using applications will have consistent behavior when // using these functions. // // See the parent package "function" for more information on the p...
{ "pile_set_name": "Github" }
class Admin::Products::TagsController < Admin::AdminBaseController before_action :authenticate_user! # A JSON index of all the tags in the database for the tagsinput typeahead functionality # # @return [JSON object] def index @tags = Tag.all.map(&:name) render json: @tags, status: 200 end end
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5ee66202fd694764a9277c68988ccaed MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--- name: Samir Maharjan institution: Nepal College Of Information Technology profile_pic: samir.jpg quote: Code like a Tiger,Debug like a Bee github_user: Samir84753 ---
{ "pile_set_name": "Github" }
// ___ __ _ // / \___ / _(_)_ __ ___ ___ // / /\ / _ \ |_| | '_ \ / _ \/ __| // / /_// __/ _| | | | | __/\__ \ // /___,' \___|_| |_|_| |_|\___||___/ #define PR_SET_NAME 15 #define SERVER_LIST_SIZE (sizeof(commServer) / sizeof(unsigned char *)) #define PAD_RIGHT 1 #define PAD_ZERO 2 #de...
{ "pile_set_name": "Github" }
require 'presenters/v3/base_presenter' require 'presenters/mixins/metadata_presentation_helpers' module VCAP::CloudController module Presenters module V3 class RevisionPresenter < BasePresenter include VCAP::CloudController::Presenters::Mixins::MetadataPresentationHelpers def to_hash ...
{ "pile_set_name": "Github" }
/* Copyright 2017 The Wallaroo 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 writi...
{ "pile_set_name": "Github" }
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
{ "pile_set_name": "Github" }
'use strict'; console.log("Platform info:"); var os = require("os"); var v8 = process.versions.v8; var node = process.versions.node; var plat = os.type() + " " + os.release() + " " + os.arch() + "\nNode.JS " + node + "\nV8 " + v8; var cpus = os.cpus().map(function (cpu) { return cpu.model; }).reduce(function (o, m...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <chapter id="fixtures"> <title>Ambientes</title> <para> <indexterm><primary>Ambientes</primary></indexterm> Uma das partes que mais consomem tempo ao se escrever testes é escrever o código para ajustar o ambiente para um estado conhecido e então retorná-lo ao ...
{ "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) 2018 PaddlePaddle Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required...
{ "pile_set_name": "Github" }
noinst_LTLIBRARIES += %D%/libtransport.la %C%_libtransport_la_SOURCES = \ %D%/transport.c \ %D%/transport.h
{ "pile_set_name": "Github" }
/*************************************************************************** Z80 CTC (Z8430) implementation Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. ***************************************************************************/ #ifndef __Z...
{ "pile_set_name": "Github" }
dummy-deriver = { type = "com.cloudera.labs.envelope.run.TestRunner$TestingSQLDeriver" query.literal = "SELECT 1" } steps { independent { deriver = ${dummy-deriver} extra-config = true } parent { deriver = ${dummy-deriver} } direct-changed { dependencies = [parent] deriver = ${dummy...
{ "pile_set_name": "Github" }
package gov.nysenate.openleg.service.spotcheck.openleg; import com.google.common.collect.Sets; import gov.nysenate.openleg.client.view.bill.BillView; import gov.nysenate.openleg.config.Environment; import gov.nysenate.openleg.dao.base.LimitOffset; import gov.nysenate.openleg.dao.base.PaginatedList; import gov.nysenate...
{ "pile_set_name": "Github" }
#if $str($getVar('func_auto_setup','')) == "1" func #end if
{ "pile_set_name": "Github" }
-- Verify get_patchsets_for_change BEGIN; SELECT has_function_privilege( 'get_patchsets_for_change(uuid)', 'execute'); ROLLBACK;
{ "pile_set_name": "Github" }
# Debugging memory leaks Ok, so cjdns just crashed on you and printed some shit like `Fatal error: [Out of memory, limit exceeded]` what do you do. ## Solution 1: cry The bdfl will fix it when it happens on his laptop. ## Solution 2: find the cause Before crashing, cjdns prints a tree containing every memory allocat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_7" orientation="p...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
{ "pile_set_name": "Github" }
// United 3.3.4 // Bootswatch // ----------------------------------------------------- @import url("//fonts.googleapis.com/css?family=Ubuntu"); // Navbar ===================================================================== .navbar { &-default { .badge { background-color: #fff; color: $navbar-def...
{ "pile_set_name": "Github" }
<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Ext.menu.Item</title> <link rel="stylesheet" type="text/css" href="../resources/reset.css"/> <link rel="stylesheet" type="text/css" href="../resources/style.css" media="screen"/> ...
{ "pile_set_name": "Github" }
define( [ "../core", "../core/access", "./support", "../var/rnotwhite", "../selector" ], function( jQuery, access, support, rnotwhite ) { "use strict"; var boolHook, attrHandle = jQuery.expr.attrHandle; jQuery.fn.extend( { attr: function( name, value ) { return access( this, jQuery.attr, name, value, argume...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 SpaceToad and the BuildCraft team 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 * https://mozilla.org/MPL/2.0/ */ package buildcraft.lib.misc; import java.util.List; impo...
{ "pile_set_name": "Github" }
// Copyright 2016 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 "ui/accessibility/ax_tree_combiner.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/accessibility/ax_enums.mojom.h" namespace ui ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <entries> <entry name="input"> <![CDATA[ { "Foo": {"Baz": { "Bar": 1 }, "Qux": { "Bar": 6, "Xyzzy": 42 }}} ]]> </entry> <entry name="path">Foo/*/Bar</entry> <entry name="output"> <![CDATA[ { "Foo": {"Baz": {}, "Qux": {"Xyzzy": 42 }}} ]]...
{ "pile_set_name": "Github" }
Ext.define('Ext.rtl.layout.container.HBox', { override: 'Ext.layout.container.HBox', rtlNames: { beforeX: 'right', afterX: 'left', getScrollLeft: 'rtlGetScrollLeft', setScrollLeft: 'rtlSetScrollLeft', scrollTo: 'rtlScrollTo', beforeScrollerSuffix: '-after-scrolle...
{ "pile_set_name": "Github" }
>>> (indent 6) isTwoWay = !isEvent && bindings.isWhole && (isCustomTag || tag == 'input' && (name == 'value' || name =='checked') || tag == 'select' && (name == 'selectedindex' || name == 'value') || tag == 'textarea' && name == 'value'); <<< isTwoWay = !isEvent && bi...
{ "pile_set_name": "Github" }
const INCREMENT = 'redux-example/counter/INCREMENT'; const initialState = { count: 0 }; export default function reducer(state = initialState, action = {}) { switch (action.type) { case INCREMENT: { const { count } = state; return { count: count + 1 }; } default: return ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> <Profiles> <Profile Name="(Default)" /> </Profiles> <Settings /> </SettingsFile>
{ "pile_set_name": "Github" }
% Copyright (C) 2001-2019 Artifex Software, Inc. % All Rights Reserved. % % This software is provided AS-IS with no warranty, either express or % implied. % % This software is distributed under license and may not be copied, % modified or distributed except as expressly authorized under the terms % of the license conta...
{ "pile_set_name": "Github" }
/* eslint max-len: 0 */ import React from 'react'; import BootstrapTable from 'react-bootstrap-table-next'; import filterFactory, { selectFilter } from 'react-bootstrap-table2-filter'; import Code from 'components/common/code-block'; import { productsQualityGenerator } from 'utils/common'; const products = productsQua...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // Copyright 2014 Anton Bikineev // Copyright 2014 Christopher Kormanyos // Copyright 2014 John Maddock // Copyright 2014 Paul Bristow // Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE...
{ "pile_set_name": "Github" }
// Copyright 2009 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 tls import "strconv" type alert uint8 const ( // alert level alertLevelWarning = 1 alertLevelError = 2 ) const ( alertCloseNotify a...
{ "pile_set_name": "Github" }
#include "events.h" #include "main.h" #include "window.h" #include "../commands.h" #include "../debug.h" #include "../flist.h" #include "../friend.h" #include "../macros.h" #include "../self.h" #include "../settings.h" #include "../theme.h" #include "../tox.h" #include "../utox.h" #include "../av/utox_av.h" #includ...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; /* Collides with NPCs (using a FOV width sphere) to enable/disable them */ public class NPCActivator : MonoBehaviour { void OnTriggerStay(Collider col) { if (col.tag != "NPC" || col.isTrigger) { return; } // get the ownership ...
{ "pile_set_name": "Github" }
import { Axis, Chart, Geom, Tooltip } from 'bizcharts'; import React, { Component } from 'react'; import Debounce from 'lodash.debounce'; import autoHeight from '../autoHeight'; import styles from '../index.less'; export interface BarProps { title: React.ReactNode; color?: string; padding?: [number, number, num...
{ "pile_set_name": "Github" }
<div align="center"> <a href="https://stellar.org"><img alt="Stellar" src="https://github.com/stellar/.github/raw/master/stellar-logo.png" width="558" /></a> <br/> <strong>Creating equitable access to the global financial system</strong> <h1>Stellar Go Monorepo</h1> </div> <p align="center"> <a href="https://circleci.c...
{ "pile_set_name": "Github" }
{ "Starfish.experiment": "https://d2nhj9g34unfro.cloudfront.net/browse/formatted/iss/20190506/experiment.json", "Starfish.num_fovs": 15, "Starfish.recipe_file": "https://raw.githubusercontent.com/spacetx/starfish/master/workflows/wdl/iss_published/recipe.py" }
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // ...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 19. March 2015 * $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_power_f32.c * * Description: Sum of the sq...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2014 Allwinner Tech Co., Ltd * Author: Sugar <shuge@allwinnertech.com> * * Copyright (C) 2014 Maxime Ripard * Maxime Ripard <maxime.ripard@free-electrons.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>5. GridView Control</title> <link href="styles/additional-styles.css" rel="stylesheet" /> <script src="../includes/scripts/jquery-1.11.0.min.js"></script> <script src="scripts/script.js" type="text/javascript"...
{ "pile_set_name": "Github" }
.\" $Id: TIFFquery.3tiff,v 1.1 2004/11/11 14:39:16 dron Exp $ .\" .\" Copyright (c) 1988-1997 Sam Leffler .\" Copyright (c) 1991-1997 Silicon Graphics, Inc. .\" .\" Permission to use, copy, modify, distribute, and sell this software and .\" its documentation for any purpose is hereby granted without fee, provided .\" ...
{ "pile_set_name": "Github" }
module github.com/konsorten/go-windows-terminal-sequences
{ "pile_set_name": "Github" }
/* This file is part of the Pangolin Project. * http://github.com/stevenlovegrove/Pangolin * * Copyright (c) 2011 Steven Lovegrove * * 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 wit...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
{ "pile_set_name": "Github" }
############################################################################# ## ## Copyright (C) 2016 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the test suite of Qt for Python. ## ## $QT_BEGIN_LICENSE:GPL-EXCEPT$ ## Commercial License Usage ## Licensees holding valid comme...
{ "pile_set_name": "Github" }
// Copyright 2014 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "encoding/binary" "sync" "time" ) // A Time represents a time as the number of 100's of nanoseconds since 15 Oct // 1582. type Time int6...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuil...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "name": "signal-exit", "raw": "signal-exit@^3.0.0", "rawSpec": "^3.0.0", "scope": null, "spec": ">=3.0.0 <4.0.0", "type": "range" }, "/home/tsayen/projects/dom-to-image/node_modules/loud-rejection" ] ], "_from": "signal-exi...
{ "pile_set_name": "Github" }
/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 only, * as published by the Free Software Foundation. * * This program is distributed...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <AppKit/NSImageView.h> @interface DoubleClickImageView : NSImageView { id mDoubleActionTarget; SEL mDoubleActionSelect...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
@rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @r...
{ "pile_set_name": "Github" }
The author of "jsonlab" toolbox is Qianqian Fang. Qianqian is currently an Assistant Professor at Massachusetts General Hospital, Harvard Medical School. Address: Martinos Center for Biomedical Imaging, Massachusetts General Hospital, Harvard Medical School Bldg 149, 13th St, Charlestown,...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS Reftest Reference</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <...
{ "pile_set_name": "Github" }
/** * " * Using Zenburn color palette from the Emacs Zenburn Theme * https://github.com/bbatsov/zenburn-emacs/blob/master/zenburn-theme.el * * Also using parts of https://github.com/xavi/coderay-lighttable-theme * " * From: https://github.com/wisenomad/zenburn-lighttable-theme/blob/master/zenburn.css */ .cm...
{ "pile_set_name": "Github" }
/* Copyright 2019 Fate * * 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 program is distributed in the h...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 06c0317e0632e6c47bb855ee99f95544 timeCreated: 1504094117 licenseType: Pro MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
From: Christopher Hill <ch6574@gmail.com> To: Mark Brown <broonie@kernel.org> Cc: Christopher Hill <ch6574@gmail.com>, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] spi: rb4xx: update driver to be device tree aware Date: Thu, 21 May 2020 14:36:30 -0400 Message-Id: <20200521183631....
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2014 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
{ "pile_set_name": "Github" }
Features ======== K3D-jupyter is a widget which primarily aims to be an easy and efficient 3D visualization tool. It focuses on straightforward user experience, providing API similar to well known Matplotlib. On the other hand it uses the maximum of accelerated 3D graphics in the browser. Those features make it a ligh...
{ "pile_set_name": "Github" }
/** Copyright (c) 2016-present, Facebook, Inc. All rights reserved. The examples provided by Facebook are for non-commercial testing and evaluation purposes only. Facebook reserves all rights not expressly granted. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BU...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIBVzCCAQmgAwIBAgIBezAFBgMrZXAwHDEaMBgGA1UEAwwRcG9ueXRvd24gRWRE U0EgQ0EwHhcNMTkwODE2MTMyODUxWhcNMjkwODEzMTMyODUxWjAuMSwwKgYDVQQD DCNwb255dG93biBFZERTQSBsZXZlbCAyIGludGVybWVkaWF0ZTAqMAUGAytlcAMh AD4h3t0UCoMDGgIq4UW4P5zDngsY4vy1pE3wzLPFI4Vdo14wXDAdBgNVHQ4EFgQU FxIwU406tG3CsPWkHWqfuUT48aswIAYD...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2326c3292d263af4487150692eeeeae0 TextureImporter: serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: ...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE806_char_memmove_07.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE806.label.xml Template File: sources-sink-07.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Initialize data as 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 may ...
{ "pile_set_name": "Github" }