text stringlengths 2 99.9k | meta dict |
|---|---|
-----BEGIN ENCRYPTED PRIVATE KEY-----
MIICxjBABgkqhkiG9w0BBQ0wMzAbBgkqhkiG9w0BBQwwDgQIERyXk+8ULCgCAggA
MBQGCCqGSIb3DQMHBAhUeao9yOi6uwSCAoDMyMGii0I2y8CvM8SrY9tRx+Zt8WsP
vhEWhI1kbzWpZUdS1URWGZZz6oS33GnvUDmN1fZC3V/k9OcknZvfv8UtHj6RhK3a
dBgLVjEkFfqz2/4cOfha9FrRUJXXwW5JmnNhn3e8WZTvbtEt0e89n4jZWjWnkeoJ
rySKWuPn9SKzwFdPh7ur8N... | {
"pile_set_name": "Github"
} |
import axios from 'axios'
import { Promise } from 'es6-promise'
const api = {}
export default api
let uuid = localStorage.uuid || ''
api.getUUID = () => {
return axios.get('/api/uuid').then(res => {
return uuid = localStorage.uuid = res.data
})
}
api.checkLogin = () => {
return axios.get('/api/instance/' + uu... | {
"pile_set_name": "Github"
} |
{
"headers": {
"cache-control": "no-cache, no-store, max-age=0, must-revalidate",
"pragma": "no-cache",
"expires": "Mon, 01 Jan 1990 00:00:00 GMT",
"date": "Fri, 09 Nov 2018 18:39:35 GMT",
"vary": "Origin, X-Origin",
"content-type": "application/json; charset=UTF-8",
"x-content-type-option... | {
"pile_set_name": "Github"
} |
# coding:utf8
# ==============================================================================
# Copyright 2017 Baidu.com, Inc. 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 Licens... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="examples">Build examples</flag>
</use>
<longdescription>
This... | {
"pile_set_name": "Github"
} |
#include "shader.h"
Shader::Shader(std::string name) : name(name)
{
linked = false;
isCompute = false;
ID = glCreateProgram();
}
Shader::~Shader() {
glDeleteProgram(ID);
}
Shader::Shader(std::string name, const char * computeShaderPath) : name(name)
{
linked = false;
isCompute = false;
ID = glCreateProgram();... | {
"pile_set_name": "Github"
} |
#ifndef SUB_STRUCT_FILE_OPEN_H__
#define SUB_STRUCT_FILE_OPEN_H__
#include "rcConnect.h"
#include "objInfo.h"
int rcSubStructFileOpen( rcComm_t *conn, subFile_t *subFile );
#endif
| {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Name: tests/controls/styledtextctrltest.cpp
// Purpose: wxStyledTextCtrl unit test
// Author: New Pagodi
// Created: 2019-03-10
// Copyright: (c) 2019 wxWidgets development team
// Licence: wxWindows licence
///... | {
"pile_set_name": "Github"
} |
(eterm-256color :fetcher github :repo "dieggsy/eterm-256color" :files (:defaults "eterm-256color.ti"))
| {
"pile_set_name": "Github"
} |
import multiprocessing
import threading
import Queue
from uuid import uuid4
import numpy as np
import SharedArray
import data
def load_shared(args):
i, array_name, fname, kwargs = args
array = SharedArray.attach(array_name)
array[i] = data.load_augment(fname, **kwargs)
class BatchIterator(object):
... | {
"pile_set_name": "Github"
} |
Point(1) = {0.0,0.0,0,0.04};
Point(2) = {3.1415926535897931,0.0,0,0.04};
Point(3) = {3.1415926535897931,3.1415926535897931,0,0.04};
Point(4) = {0.0,3.1415926535897931,0,0.04};
Line(1) = {4,3};
Line(2) = {3,2};
Line(3) = {2,1};
Line(4) = {1,4};
Line Loop(5) = {1,2,3,4};
Plane Surface(6) = {5};
Physical Line(7) = {3};
Ph... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('uniqWith', require('../uniqWith'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="{{ g.user.locale }}">
<head>
<title>{{instance}} | {{title}}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" co... | {
"pile_set_name": "Github"
} |
import Scroll from '../../../blots/scroll';
describe('Bold', function() {
it('optimize and merge', function() {
const scroll = this.initialize(
Scroll,
'<p><strong>a</strong>b<strong>c</strong></p>',
);
const bold = document.createElement('b');
bold.appendChild(scroll.domNode.firstChild.c... | {
"pile_set_name": "Github"
} |
[
{
"kids":[],
"uid":"2952751297",
"parent":"zf4MEjO7D",
"text":"v",
"mid":"Cmm3o64Ci",
"date":"2015-06-13 14:29:51"
},
{
"kids":[],
"uid":"2969172382",
"parent":"BAHnM4Cbt",
"text":"",
"mid":"BAQA7DW1k",
"date":"2014-12-14 23:12:52"
},
{
"kids":[],
"uid":"pandapu",
"parent":"BALaKah8R",
"text":"",
"mid":"BAPgCqCf7",
"... | {
"pile_set_name": "Github"
} |
/*
* RFC 1186/1320 compliant MD4 implementation
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modific... | {
"pile_set_name": "Github"
} |
= All you ever wanted to know about counter-rollovers in Dstat
== What you need to know about counter rollovers
Unfortunately, Dstat is susceptible for counter rollovers, which may give
you bogus performance output. Linux currently implements counters as 32bit
values (not sure on 64bit platforms). This means a counter... | {
"pile_set_name": "Github"
} |
/**
* @file hal_nvic.c
* @author XRADIO IOT WLAN Team
*/
/*
* Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. 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. Redistributio... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Red Hat 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, merge, publish, d... | {
"pile_set_name": "Github"
} |
// Javascript routines for interaction with SVG documents produced by
// gnuplot's SVG terminal driver.
var gnuplot_svg = { };
gnuplot_svg.version = "30 May 2015";
gnuplot_svg.SVGDoc = null;
gnuplot_svg.SVGRoot = null;
gnuplot_svg.Init = function(e)
{
gnuplot_svg.SVGDoc = e.target.ownerDocument;
gnuplot_svg.... | {
"pile_set_name": "Github"
} |
fun main() {
let ba = Array::ofSizeUnsafe[Int64](0L);
assert(ba.size() == 0L);
let ba = Array::fill[Int64](10L, 2L);
assert(ba.size() == 10L);
ba(0L) = 10L;
ba(1L) = 11L;
ba(2L) = 12L;
assert(10L == ba(0L));
assert(11L == ba(1L));
assert(12L == ba(2L));
assert(2L == ba(9L)... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="tensorflow/python/kernel_tests/batch_matrix_band_part_op_test" tests="1" failures="0" errors="0">
<testcase name="tensorflow/python/kernel_tests/batch_matrix_band_part_op_test" status="run"></testcase>
</testsuite>
</testsuites>
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSString;
__attribute__((visibility("hidden")))
@interface MFPFont : NSObject
{
float mSize;
int mUnit;
unsigned int mFlags;
NSString *... | {
"pile_set_name": "Github"
} |
[/==============================================================================
Copyright (C) 2013 Richard Thomson
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)
============================================... | {
"pile_set_name": "Github"
} |
---
layout: 2016/x/ap
---
:skip-front-matter:
= Problem: ISBN
Questions? Feel free to head to https://www.reddit.com/r/cs50[CS50 on Reddit], http://cs50.stackexchange.com[CS50 on StackExchange], or the https://www.facebook.com/groups/cs50[CS50 Facebook group].
== Objectives
* Use algorithms to solve problems.
* Lea... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__CWE135_54b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__CWE135.label.xml
Template File: sources-sinks-54b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Void pointer to a wchar_t array
* ... | {
"pile_set_name": "Github"
} |
namespace MyCompany.Visitors.Model
{
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
/// <summary>
/// Visitor Picture Entity
/// </summary>
[DataContract]
public class VisitorPicture
{
/// <summary>
/// UniqueId
/// </summary>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Michael Krufky (mkrufky@kernellabs.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, version 2.
*
* see Documentation/dvb/README.dvb-usb for more inform... | {
"pile_set_name": "Github"
} |
import difflib
import logging
from django.conf import settings
from django.contrib.sites.models import Site
from django.urls import reverse as django_reverse
from django.utils.translation import ugettext as _, ugettext_lazy as _lazy
from bleach import clean
from tidings.events import InstanceEvent, Event, EventUnion
... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux
// +build arm64
// +build !gccgo
#include "textflag.h"
// Just jump to package syscall's implementation for all these functions.
// The runtim... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# @@@ START COPYRIGHT @@@
#
# 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, Ve... | {
"pile_set_name": "Github"
} |
#version 450
layout(location = 0) flat in int index;
layout(location = 0) out float color;
// lookup table
const float table[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 };
void main()
{
color = table[index];
}
| {
"pile_set_name": "Github"
} |
/* ****************************************************************** **
** OpenSees - Open System for Earthquake Engineering Simulation **
** Pacific Earthquake Engineering Research Center **
** **
** ... | {
"pile_set_name": "Github"
} |
define([], function () {
return {
'PropertyPaneDescription': 'Configurez le formulaire de la liste ici. Une fois la liste configurée, les champs peuvent être déplacés, insérés et supprimés dans le contenu du webpart.',
'BasicGroupName': 'Paramètres',
'TitleFieldLabel': 'Titre',
'DescriptionFieldL... | {
"pile_set_name": "Github"
} |
/**
* @author LinkedIn
*/
var expect = require('expect.js'),
sinon = require('sinon'),
coverage = require('../../../lib/coverage'),
testHelper = require('../../lib/helpers'),
testPath = require('../../lib/helpers').sampleTests,
config = require('../../../lib/config'),
pa... | {
"pile_set_name": "Github"
} |
namespace PKHeX.Core.Searching
{
public enum CloneDetectionMethod
{
None,
HashDetails,
HashPID,
}
} | {
"pile_set_name": "Github"
} |
# query-string [](https://travis-ci.com/github/sindresorhus/query-string) [](https://bundlephobia.com/result?p=query-string)
> Parse and stringify URL [query strings](https://en.wik... | {
"pile_set_name": "Github"
} |
if (Boolean())
{}
for (; Boolean();)
{
console.log('a');
console.log('b');
}
while (Boolean())
{
console.log('a');
console.log('b');
}
do
{}
while (Boolean());
if (Boolean())
console.log('a');
if (Boolean())
{class C {}}
if (Boolean()) {
console.... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// 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"
} |
using System;
public static class MaxIncreasingSequence
{
/// <summary>
/// This function printing subsequances of smaller elements before this of the pointed index
/// </summary>
/// <param name="arr">The array in which we search</param>
/// <param name="index">Index of element before which to sea... | {
"pile_set_name": "Github"
} |
MACRO(ST_SET_DEFAULT_BUILD_TYPE TYPE_)
IF(NOT CMAKE_BUILD_TYPE AND NOT DEFAULT_BUILD_TYPE_SET)
SET(DEFAULT_BUILD_TYPE_SET TRUE CACHE INTERNAL "" FORCE)
SET(
CMAKE_BUILD_TYPE "${TYPE_}" CACHE STRING
"Build type (Release Debug RelWithDebInfo MinSizeRel)" FORCE
)
ENDIF(NOT CMAKE_BUILD_TYPE AND NOT DEFAULT_BU... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_THREAD_PTHREAD_ONCE_HPP
#define BOOST_THREAD_PTHREAD_ONCE_HPP
// once.hpp
//
// (C) Copyright 2007-8 Anthony Williams
// (C) Copyright 2011-2012 Vicente J. Botet Escriba
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
//... | {
"pile_set_name": "Github"
} |
var hid_8c =
[
[ "hidAccelRead", "hid_8c.html#adb6764e07c888b3094ad32b09071efe9", null ],
[ "hidCheckSectionUpdateTime", "hid_8c.html#ab1f55e81030b9782c47ef7664be8c948", null ],
[ "hidCircleRead", "hid_8c.html#a54c0f28a80c0bac4d16afbb7fd06c49b", null ],
[ "hidExit", "hid_8c.html#a7784294ec63d4f8c781b269... | {
"pile_set_name": "Github"
} |
#pragma once
#ifndef SESSION_H_5KG6ZMAB
#define SESSION_H_5KG6ZMAB
#include "asio.hpp"
#include <memory>
#include <vector>
#include "rpc/config.h"
#include "rpc/msgpack.hpp"
#include "rpc/dispatcher.h"
#include "rpc/detail/async_writer.h"
#include "rpc/detail/log.h"
namespace rpc {
class server;
namespace detail... | {
"pile_set_name": "Github"
} |
{%- extends 'index.html' -%}
{%- block body -%}
{% if session.get('post-preview') %}
{% set post_title = session['post-preview'].get('title', None) %}
{% set post_preview = session['post-preview'].get('preview', None) %}
{% set post_body = session['post-preview'].get('body', None) %}
{% set post_tags = session... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import Router from 'vue-router'
import Login from '../components/Login/Login.vue';
import Chatting from '../components/Chatting/Chatting.vue';
import AI from '../components/Chatting/AI.vue';
Vue.use(Router)
const router = new Router({
routes: [
{
path: '/',
name: 'Login',
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | {
"pile_set_name": "Github"
} |
/** Used to match words composed of alphanumeric characters. */
var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
/**
* Splits an ASCII `string` into an array of its words.
*
* @private
* @param {string} The string to inspect.
* @returns {Array} Returns the words of `string`.
*/
function asciiWords(... | {
"pile_set_name": "Github"
} |
// Modified by Princeton University on June 9th, 2015
/*
* ========== Copyright Header Begin ==========================================
*
* OpenSPARC T1 Processor File: ASI_LSU_CTRL_MMUs_enable_disable_test.s
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
... | {
"pile_set_name": "Github"
} |
/*
* Twittnuker - Twitter client for Android
*
* Copyright (C) 2013-2017 vanita5 <mail@vanit.as>
*
* This program incorporates a modified version of Twidere.
* Copyright (C) 2012-2017 Mariotaku Lee <mariotaku.lee@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it und... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package kinesisvideomedia
import (
"github.com/aws/aws-sdk-go/private/protocol"
)
const (
// ErrCodeClientLimitExceededException for service response error code
// "ClientLimitExceededException".
//
// Kinesis Video Streams has throttled the ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no" />
<title>ImageMagick - Security Policy</title>
<meta name="application-name" content="ImageMagick" />
<meta name="description" content="Us... | {
"pile_set_name": "Github"
} |
[Go]
[History recording mode]
[Send group chat invitation]
[Incoming group chat invitation]
[The transaction identifier is:]
[Error %s %s]
[Select Command]
[Not supported]
[In progress. Please Wait...]
[Requesting command list. Please wait...]
[Jabber Ad-Hoc commands at %s]
[Sending Ad-Hoc command to %s]
[S... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<translate
android:duration="300"
android:fromXDelta="0"
android:toXDelta="-100%p" />
</set> | {
"pile_set_name": "Github"
} |
// mksyscall.pl -tags linux,ppc64 syscall_linux.go syscall_linux_ppc64x.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,ppc64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func ioctl(fd int, ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import {
Alert,
StyleSheet,
Text,
View,
AsyncStorage,
TouchableOpacity,
Image,
KeyboardAvoidingView,
Keyboard,
Platform
} from 'react-native';
import jwtDecoder from 'jwt-decode';
import Login from './components/Auth/Login';
import Signup from './components/Auth/Signup';
i... | {
"pile_set_name": "Github"
} |
import fnmatch
import json
from os.path import basename
from pip._vendor.packaging.utils import canonicalize_name
from pytest import mark
def pip(script, command, requirement):
return script.pip(
command, '--prefer-binary', '--no-cache-dir',
'--use-feature=fast-deps', requirement,
allow_s... | {
"pile_set_name": "Github"
} |
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace SharpKeys
{
/// <summary>
/// Summary description for Dialog_KeyItem.
/// </summary>
public class Dialog_KeyItem : System.Windows.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008-2020, Hazelcast, Inc. 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"
} |
// mksysnum_linux.pl -Ilinux/usr/include -m64 -D__arch64__ linux/usr/include/asm/unistd.h
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
// +build sparc64,linux
package unix
const (
SYS_RESTART_SYSCALL = 0
SYS_EXIT = 1
SYS_FORK = 2
SYS_READ = 3... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.1 2018/08/29 06:15:46 wiz Exp $
SHA1 (Test-LoadAllModules-0.022.tar.gz) = 9fb5fefc841f597f24ea7efba3ed0057060136dd
RMD160 (Test-LoadAllModules-0.022.tar.gz) = 8cb616f6012ed378b2b74c9009633c508b8ff2d1
SHA512 (Test-LoadAllModules-0.022.tar.gz) = 1223cc802f900cc14b99a8ebb7c19ca34117ac043d9f0a6b759f3... | {
"pile_set_name": "Github"
} |
#include <param.h>
#include <x86.h>
#include <proto.h>
#include <proc.h>
#include <page.h>
#include <vm.h>
#include <conf.h>
/*
* proc.c - 2010 fleurer
* this file implies the initilization of proc[0] and the implementation
* of fork(),
*
* */
struct proc proc0;
struct proc *proc[NPROC] = {NULL, };
struct pro... | {
"pile_set_name": "Github"
} |
Usage:
输入三个参数,起始日期,结束日期,25, 最后一个参数表示三天涨幅25%.
python growth.py 2017-03-01 2017-03-28 25
或
growth.exe 2017-03-01 2017-03-28 25 | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004, 2006, 2007, 2008, 2013 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, t... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 3042bb625e3e9924580b1e5ca0129d72
timeCreated: 1551069481
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// GB_red: hard-coded functions for reductions
//------------------------------------------------------------------------------
// SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved.
// http://suitesparse.com S... | {
"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"
} |
/*
* @adonisjs/lucid
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { LucidModel, LucidRow } from '@ioc:Adonis/Lucid/Model'
import { QueryClientContract } from '@ioc:Adonis/Lucid/... | {
"pile_set_name": "Github"
} |
{
"extends": "@ethereumjs/config-tsc",
"include": ["src/**/*.ts", "src/**/*.json", "tests/*.ts", "tests/*.json"]
}
| {
"pile_set_name": "Github"
} |
__precompile__()
module Requests
export URI, FileParam, headers, cookies, statuscode, post, requestfor
export get_streaming, post_streaming, write_chunked
export save
export set_proxy, set_https_proxy, get_request_settings
import Base: get, write
import Base.Filesystem: File
import URIParser: URI
import HttpCommon:... | {
"pile_set_name": "Github"
} |
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "../InferenceTest.hpp"
#include "../MnistDatabase.hpp"
#include "armnnTfParser/ITfParser.hpp"
int main(int argc, char* argv[])
{
armnn::TensorShape inputTensorShape({ 1, 784, 1, 1 });
int retVal = EXIT_FAILURE;
... | {
"pile_set_name": "Github"
} |
{
"name": "smarty/smarty",
"type": "library",
"description": "Smarty - the compiling PHP template engine",
"keywords": [
"templating"
],
"homepage": "http://www.smarty.net",
"license": "LGPL-3.0",
"authors": [
{
"name": "Monte Ohrt",
"email": "mont... | {
"pile_set_name": "Github"
} |
/* rusage.h -*- C++ -*-
Jeremy Barnes, 26 November 2012
Copyright (c) 2012 Datacratic Inc. All rights reserved.
Small structure to track resource usage.
*/
#pragma once
#include "soa/jsoncpp/json.h"
#include <sys/time.h>
#include <sys/resource.h>
name... | {
"pile_set_name": "Github"
} |
<% title "#{@kind if @kind != 'runtime'} Dependency Tree for #{@project} #{@version} on #{@project.platform_name} - Libraries.io" %>
<h1>
<%= fa_icon 'code-fork' %>
<%= @kind if @kind != 'runtime' %>
Dependency Tree for <%= link_to "#{@project} #{@version}", version_path(@version.to_param) %> on <%= link_to @proj... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
// Copyright (c) 2001-2011 Joel de Guzman
//
// 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)
#if !defined(SPIRIT_REPOSITORY_KARMA_DIRECTIVE_APR_28_2009_1258PM)
#define ... | {
"pile_set_name": "Github"
} |
require 'rails/generators'
module Foundation
module Generators
class InstallGenerator < ::Rails::Generators::Base
desc "Install Foundation within a Rails project"
source_root File.join(File.dirname(__FILE__), "templates")
argument :layout_name, :type => :string, :default => "application", :bann... | {
"pile_set_name": "Github"
} |
// This file is generated
// Copyright (c) 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.
#ifndef protocol_Profiler_h
#define protocol_Profiler_h
#include "platform/inspector_protocol/Platform.h"
#include "platfo... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Routing.Constraints;
usi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="128" height="128" tilewidth="32" tileheight="32">
<tileset firstgid="1" name="../../tileset/ground/water/water.png" tilewidth="32" tileheight="32">
<image source="../... | {
"pile_set_name": "Github"
} |
package com.subgraph.orchid.directory.parsing;
public interface DocumentParsingHandler {
void parseKeywordLine();
void endOfDocument();
}
| {
"pile_set_name": "Github"
} |
// Copyright 2013
// Author: Christopher Van Arsdale
#include <string>
#include "common/log/log.h"
#include "common/strings/path.h"
#include "common/strings/strutil.h"
#include "repobuild/env/input.h"
#include "repobuild/env/target.h"
#include "repobuild/nodes/util.h"
using std::string;
namespace repobuild {
// sta... | {
"pile_set_name": "Github"
} |
/**
* MetroFramework - Modern UI for WinForms
*
* The MIT License (MIT)
* Copyright (c) 2011 Sven Walter, http://github.com/viperneo
*
* 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
* Soft... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env roseus
(load "irteus/kalmanlib.l")
(ros::load-ros-manifest "roseus")
(ros::load-ros-manifest "posedetection_msgs")
(ros::roseus "marker-publish")
(ros::roseus-add-msgs "posedetection_msgs")
(setq *map-id* "/map")
(setq *solve-tf* t)
(setq *object-width* (ros::get-param "~object_width" 0))
(setq *object... | {
"pile_set_name": "Github"
} |
<?php
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* perm... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "6@2x-1.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "6@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "6@2x-2.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2020 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* Neo4j 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
... | {
"pile_set_name": "Github"
} |
/***********************************************************************
*
* Copyright (c) 2012-2020 Barbara Geller
* Copyright (c) 2012-2020 Ansel Sermersheim
*
* Copyright (c) 2015 The Qt Company Ltd.
* Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or i... | {
"pile_set_name": "Github"
} |
package common
import (
"math/rand"
"testing"
)
func TestPackLe16AgainstGeneric(t *testing.T) {
var p Poly
var buf1, buf2 [PolyLe16Size]byte
for j := 0; j < 1000; j++ {
for i := 0; i < 256; i++ {
p[i] = uint32(rand.Intn(16))
}
p.PackLe16(buf1[:])
p.packLe16Generic(buf2[:])
if buf1 != buf2 {
t.Fat... | {
"pile_set_name": "Github"
} |
INSERT INTO jforum_categories (category_id, category_title, category_order, category_moderated) VALUES (1, 'c1', 0, 0)
INSERT INTO jforum_forums (forum_id, category_id, forum_name, forum_order, forum_moderated) VALUES (1, 1, 'f1.1', 0, 0)
INSERT INTO jforum_users (user_id, username, user_password, user_email, user_act... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2012 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | {
"pile_set_name": "Github"
} |
{ stdenv
, fetchFromGitHub
, nix-update-script
, python3
, meson
, ninja
, vala
, pkgconfig
, libgee
, pantheon
, gtk3
, glib
, gettext
, gsettings-desktop-schemas
, gobject-introspection
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
pname = "granite";
version = "5.5.0";
outputs = [ "out" "dev" ];
src = fetch... | {
"pile_set_name": "Github"
} |
package require
import (
"errors"
"testing"
"time"
)
// AssertionTesterInterface defines an interface to be used for testing assertion methods
type AssertionTesterInterface interface {
TestMethod()
}
// AssertionTesterConformingObject is an object that conforms to the AssertionTesterInterface interface
type Asse... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:paddingBottom="@dimen/hb" android:layout_width="fill_parent" android:layout_height="wrap_content" android:weightSum="2.0" android:minHeight="@dimen/j7"
xmlns:android="http://schemas.android.... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
int comdat_function() {
return 1;
}
int main() {
return 0;
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Fri Oct 02 00:10:13 EDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.owasp.appsens... | {
"pile_set_name": "Github"
} |
<template>
<v-fab-transition>
<v-btn
v-scroll="onScroll"
v-show="fab"
fab
dark
fixed
bottom
right
color="red"
@click="toTop"
>
<v-icon>keyboard_arrow_up</v-icon>
</v-btn>
</v-fab-transition>
</template>
<script>
// import { smoothScrollTo } fr... | {
"pile_set_name": "Github"
} |
syntax "makefile" "(m|M)akefile$" "\.mak$"
color brightgreen "((C|CXX|LD)FLAGS)|LIBADD|LIBS|include"
icolor cyan start="\{" end="\}"
icolor cyan start="\(" end="\)"
color brightyellow "\$"
color green "#.*$"
color red "[:=]"
color magenta "\<(if|ifeq|else|endif)\>"
color blue "\$\{.*}"
color brightblue "\w+:"
color gr... | {
"pile_set_name": "Github"
} |
/* tslint:disable */
// This file was automatically generated and should not be edited.
export enum Episode {
NEWHOPE = 'NEWHOPE',
EMPIRE = 'EMPIRE',
JEDI = 'JEDI',
}
export type ReviewInput = {
stars: number;
commentary?: string | null;
favorite_color?: ColorInput | null;
};
export type ColorInput = {
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.