text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (C) 2010 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"
} |
/** \file
* \brief Implements GraphML write functionality of class GraphIO.
*
* \author Łukasz Hanuszczak
*
* \par License:
* This file is part of the Open Graph Drawing Framework (OGDF).
*
* \par
* Copyright (C)<br>
* See README.md in the OGDF root directory for details.
*
* \par
* This program is free so... | {
"pile_set_name": "Github"
} |
"""GAN Transforms."""
import time
import cv2
import torch
from config import Config as Conf
from transform import ImageTransform
from transform.gan.generator import tensor2im
from transform.gan.model import DeepModel, DataLoader
class ImageTransformGAN(ImageTransform):
"""Abstract GAN Image Transformation Class... | {
"pile_set_name": "Github"
} |
-- Copyright (C) 2001 Bill Billowitch.
-- Some of the work to develop this test suite was done with Air Force
-- support. The Air Force and Bill Billowitch assume no
-- responsibilities for this software.
-- This file is part of VESTs (Vhdl tESTs).
-- VESTs is free software; you can redistribute it and/or modify i... | {
"pile_set_name": "Github"
} |
(ns cqrs-server.dynamo-test
(:require
[datomic.api :as d]
[datomic-schema.schema :as ds :refer [schema fields part]]
[schema.core :as s]
[cqrs-server.cqrs :as cqrs]
[onyx.api]
[onyx.plugin.core-async]
[clojure.core.async :as a]
[clojure.test :refer :all]
[clojure.tools.logging :as l... | {
"pile_set_name": "Github"
} |
// This file was autogenerated by running the script in this directory
module Lib41
// These are some constant expressions which can be accessed from context
let c = 1
let b = true
// This is a value we will access from the outside.
// We expect accessing the value 'x' will _not_ trigger initialization of this module
l... | {
"pile_set_name": "Github"
} |
// +build !exclude_graphdriver_overlay,linux
package register
import (
// register the overlay graphdriver
_ "github.com/docker/docker/daemon/graphdriver/overlay"
_ "github.com/docker/docker/daemon/graphdriver/overlay2"
)
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<multiselect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 HugeGraph Authors
*
* 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"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Glow_12
m_Shader: {fileID: 200, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_LightmapFlags: 4
... | {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- thockin
- smarterclayton
- wojtek-t
- deads2k
- brendandburns
- derekwaynecarr
- caesarxuchao
- mikedanese
- liggitt
- nikhiljindal
- gmarek
- janetkuo
- ncdc
- eparis
- dims
- krousey
- resouer
- david-mcmahon
- mfojtik
- jianhuiz
| {
"pile_set_name": "Github"
} |
/* gzwrite.c -- zlib functions for writing gzip files
* Copyright (C) 2004-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "gzguts.h"
/* Local functions */
local int gz_init OF((gz_statep));
local int gz_comp OF((gz_statep, int));
local int gz_zero OF((gz_statep... | {
"pile_set_name": "Github"
} |
Search Plugin
#############
The Search Plugin allows entities to be search-able through an auto-generated
index of words. You can make any table "index-able" by attaching the
``SearchableBehavior`` to it.
Searchable Behavior
===================
This `behavior <http://book.cakephp.org/3.0/en/orm/behaviors.html>`__ is... | {
"pile_set_name": "Github"
} |
package org.fxmisc.richtext.demo;
import java.time.Duration;
import java.util.Collection;
import java.util.Collections;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javafx.application.Application;
import javafx.applicati... | {
"pile_set_name": "Github"
} |
##
# This file is an EasyBuild recipe; see https://github.com/easybuilders/easybuild
#
# Copyright:: Copyright (c) 2016 Riccardo Murri <riccardo.murri@gmail.com>
# Authors:: Riccardo Murri <riccardo.murri@gmail.com>
# License:: GPL
#
##
easyblock = 'ConfigureMake'
name = 'Givaro'
version = '4.0.1'
homepage = 'ht... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
import React from 'react';
import { arrayOf, number, shape, string } from 'prop-types';
import { mergeClasses } from '../../classify';
import Select from '../Select';
import mockData from './mockData';
import defaultClasses from './quantity.css';
const Quantity = props => {
const { classes: propClasses, selectLab... | {
"pile_set_name": "Github"
} |
/*
* BLEUtils.h
*
* Created on: Mar 25, 2017
* Author: kolban
*/
#ifndef COMPONENTS_CPP_UTILS_BLEUTILS_H_
#define COMPONENTS_CPP_UTILS_BLEUTILS_H_
#include "sdkconfig.h"
#if defined(CONFIG_BT_ENABLED)
#include <esp_gattc_api.h> // ESP32 BLE
#include <esp_gatts_api.h> // ESP32 BLE
#include <esp_gap_ble_a... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the php-code-coverage package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\CodeCoverage;
/**
* Exception that is r... | {
"pile_set_name": "Github"
} |
_CL_OVERLOADABLE itype isnormal(vtype i)
{
return ((as_utype(i) << 1) < (utype)(EXPBITS_SP32 << 1)) & ((as_utype(i) << 1) > (utype)(MANTBITS_SP32 << 1));
}
| {
"pile_set_name": "Github"
} |
# Copyright (C) 2012 Nippon Telegraph and Telephone Corporation.
#
# 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 appli... | {
"pile_set_name": "Github"
} |
// 在线图标
// @import '//at.alicdn.com/t/font_206948_wzbmdybxeof.css';
// 图标下载到本地
@import '../fonts/iconfont.css'; | {
"pile_set_name": "Github"
} |
var all_suites = [];
var table_names = [];
var test_queue = [];
function init_test(tables)
{
table_names = tables;
var applet = document.createElement("applet");
applet.code = "nano";
applet.archive = "benchmark.js/nano.jar";
applet.width = 10;
applet.height = 10;
document.body.insertBefore(applet, doc... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from datetime import date
from decimal import Decimal
from urllib.parse import urlencode
from django.contrib.auth import get_user_model
from django.http import QueryDict
from rest_framework.test import APIClient, APIRequestFactory
from ralph.api.filters import (
ExtendedFiltersBackend,
... | {
"pile_set_name": "Github"
} |
module.exports = (nextConfig = {}) => {
let originalWebpack = nextConfig.webpack;
nextConfig.webpack = (webpackConfig, options) => {
let hasFoundRule = false;
options.defaultLoaders.babel.options.rootMode = "upward-optional";
webpackConfig.module.rules.forEach(rule => {
if (
rule.use === ... | {
"pile_set_name": "Github"
} |
/* pref.c
*
* Copyright (c) 1992-2001 by Mike Gleason.
* All rights reserved.
*
*/
#include "syshdrs.h"
#ifdef ncftp
#include "progress.h"
#endif
#include "pref.h"
#include "util.h"
/* How many times they've run this program. */
extern int gNumProgramRuns;
/* Their $PAGER. */
char gPager[128];
/* These corre... | {
"pile_set_name": "Github"
} |
---
title: "Running ED from R"
author: "Alexey Shiklomanov"
---
# Introduction
The `PEcAn.ED2` package features a number of utilities to facilitate running the ED model from inside R, including
working with input files,
running the ED executable,
and processing the outputs.
This tutorial describes these utilites and ... | {
"pile_set_name": "Github"
} |
// name: ExtObjError
// status: incorrect
model ExtObjError
class A
extends ExternalObject;
function constructor input Real r; output A a; end constructor;
function destructor input A a; end destructor;
end A;
class B
extends ExternalObject;
function constructor input Real r; output B b; end ... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include "agg_basics.h"
#include "agg_rendering_buffer.h"
#include "agg_rasterizer_scanline_aa.h"
#include "agg_scanline_u.h"
#include "agg_renderer_scanline.h"
#include "agg_path_storage.h"
#include "agg_conv_transform.h"
#include "agg_trans_affine.h"
#include ... | {
"pile_set_name": "Github"
} |
august -- a pupil of ingmar bergman's -- manages to tell a tragic tale while avoiding the heavy-laden angst of a bergman film .
| {
"pile_set_name": "Github"
} |
"""Test numpy based equity calculator"""
import pytest
from tools.montecarlo_numpy2 import numpy_montecarlo
def _runner(my_cards, cards_on_table, players, expected_result):
"""Montecarlo test"""
equity = numpy_montecarlo(my_cards, cards_on_table, 10000, players)
assert equity == pytest.approx(expected_re... | {
"pile_set_name": "Github"
} |
<file_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" id="oval:org.mitre.oval:ste:2794" version="1">
<uexec datatype="boolean" operation="equals">true</uexec>
</file_state>
| {
"pile_set_name": "Github"
} |
const _ = require('lodash');
const authentication = {
type: 'oauth1',
oauth1Config: {
getRequestToken: {
url: 'https://{{bundle.inputData.subdomain}}.example.com/request-token',
method: 'POST',
auth: {
oauth_consumer_key: '{{process.env.CLIENT_ID}}',
oauth_consumer_secret: '{{... | {
"pile_set_name": "Github"
} |
package com.hdw.common.xss;
import com.hdw.common.exception.GlobalException;
import org.apache.commons.lang3.StringUtils;
/**
* @Description SQL过滤
* @Author TuMinglong
* @Date 2018/12/10 14:41
*/
public class SQLFilter {
/**
* SQL注入过滤
*
* @param str 待验证的字符串
*/
public static String sql... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -netbsd -tags netbsd,amd64 syscall_bsd.go syscall_netbsd.go syscall_netbsd_amd64.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build netbsd,amd64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func g... | {
"pile_set_name": "Github"
} |
#include "emu/cpu.h"
void vec_load64(struct cpu_state *UNUSED(cpu), union xmm_reg *src, union xmm_reg *dst) {
dst->qw[0] = src->qw[0];
}
void vec_store64(struct cpu_state *UNUSED(cpu), union xmm_reg *dst, union xmm_reg *src) {
dst->qw[0] = src->qw[0];
}
| {
"pile_set_name": "Github"
} |
package incus
import (
"encoding/json"
"errors"
"log"
"strings"
"time"
"github.com/alexjlockwood/gcm"
apns "github.com/anachronistic/apns"
"github.com/spf13/viper"
)
type CommandMsg struct {
Command map[string]string `json:"command"`
Message map[string]interface{} `json:"message,omitempty"`
}
type Me... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:78b8c880bc2f0a33132ff5d1a9b0aa84221f4f7c4ad342eff089d37e663c0355
size 71498
| {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<title>CodeMirror 2: Clojure mode</title>
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="clojure.js"></script>
<link rel="stylesheet" href="../../theme/default.css">
<style>.CodeMirror {backgrou... | {
"pile_set_name": "Github"
} |
/* radare - LGPL - Copyright 2018-2019 - JohnPeng47 */
#include <r_types.h>
#include <r_util.h>
#include <r_lib.h>
#include <r_bin.h>
#include "pe/pemixed.h"
static RList * oneshotall(RBin *bin, const ut8 *buf, ut64 size);
static RBinXtrData * oneshot(RBin *bin, const ut8 *buf, ut64 size, int subbin_type);
static vo... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 ppc64le ppc64
// +build !gccgo
package unix
import "syscall"
func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Er... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 3.1)
project(libgmpxx)
include_directories(. cxx ${GMP_INCLUDE_DIR})
add_definitions(-D__GMP_WITHIN_GMPXX)
add_library(libgmpxx SHARED
cxx/dummy.cc
cxx/isfuns.cc
cxx/ismpf.cc
cxx/ismpq.cc
cxx/ismpz.cc
cxx/ismpznw.cc
cxx/limits.cc
cxx/osdoprnti.cc
cxx/osfuns.cc
cxx/osm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config>
<trust-anchors>
<certificates src="@raw/android_test_certificate" />
<certificates src="system" />
</trust-anchors>
</base-config>
<domain-config cleartextTrafficPermitted="true">
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-hb... | {
"pile_set_name": "Github"
} |
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_pkg_swig.html
# ===========================================================================
#
# SYNOPSIS
#
# AX_PKG_SWIG([major.minor.micro], [action-if-found], [action-if-not-found])... | {
"pile_set_name": "Github"
} |
BACKLIGHT_ENABLE = no
RGBLIGHT_ENABLE = no
AUDIO_ENABLE = no
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2017, 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"
} |
/*
Copyright 2019 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"
} |
// interfaces/MICollision.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
import java.util.*;
interface Bob1 {
default void bob() {
System.out.println("Bob1::bob");
}
}
interface Bob2 {
def... | {
"pile_set_name": "Github"
} |
<!--
Description: & test 29
Expect: not bozo and entries[0]['title_detail']['value'] == '<b>&</b>'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
<title type="text/html" mode="escaped"><b>&#x26;</b></title>
</entry>
</feed> | {
"pile_set_name": "Github"
} |
0.042621 0.705087
0.140649 1.676077
0.729711 98.287450
0.420368 0.893020
0.055112 -1.784342
0.335700 -2.039774
0.480745 -1.165972
0.039408 -2.453546
0.713000 99.181124
0.437107 2.288551
0.553328 99.909260
0.146352 -3.900741
0.753615 97.640436
0.739062 100.411664
0.391077 0.380562
0.887119 102.018433
0.090234 -1.872570
... | {
"pile_set_name": "Github"
} |
module github.com/Azure/go-autorest/autorest/adal
go 1.12
require (
github.com/Azure/go-autorest/autorest v0.9.0
github.com/Azure/go-autorest/autorest/date v0.2.0
github.com/Azure/go-autorest/autorest/mocks v0.3.0
github.com/Azure/go-autorest/tracing v0.5.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
golang... | {
"pile_set_name": "Github"
} |
/*!
* Connect - static
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* Copyright(c) 2014 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* Module dependencies.
*/
var parseurl = require('parseurl');
var resolve = require('path').resolve;
var send = require('send');
var url = require('url... | {
"pile_set_name": "Github"
} |
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class SiteMapsConfig(AppConfig):
name = 'django.contrib.sitemaps'
verbose_name = _("Site Maps")
| {
"pile_set_name": "Github"
} |
<div class="notification" [class.shown]="shown$ | async">
{{message$ | async | translate}}
</div> | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Camera_NET", "Camera_NET.csproj", "{E6052609-A070-41D5-85B9-ACABA91170C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DirectShowLib-2010", "..\DirectShowLib\DirectSh... | {
"pile_set_name": "Github"
} |
// Generated File
{
"/admin/customer/languageRow": {
"get": {
"summary": "Queries and filters the system LanguageRow entities.",
"operationId": "customer.LanguageRow.list",
"tags": ["customer"],
"parameters": [
{
"$ref": "#/components/parameters/q"
},
{
... | {
"pile_set_name": "Github"
} |
#define bar(failure) failure
#define foo bar(success)
foo
| {
"pile_set_name": "Github"
} |
package com.jiang.android.architecture.okhttp.cookie;
import com.jiang.android.architecture.okhttp.cookie.store.CookieStore;
import com.jiang.android.architecture.okhttp.cookie.store.HasCookieStore;
import com.jiang.android.architecture.okhttp.exception.Exceptions;
import java.util.List;
import okhttp3.Cookie;
impor... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:29:21.029097",
"description": "An example for using resque_mailhopper gem.",
"fork": false,
"full_name": "linjunpop/resque_mailhopper_example",
"language": "Ruby",
"updated_at": "2015-02-27T23:44:26.013808"
} | {
"pile_set_name": "Github"
} |
/*
* This file is part of GNOME Twitch - 'Enjoy Twitch on your GNU/Linux desktop'
* Copyright © 2017 Vincent Szolnoky <vinszent@vinszent.com>
*
* GNOME Twitch 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 Fou... | {
"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"
} |
<!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" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa30 Test.6.3.4 NA 03</title>
... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface TGDataItem : NSObject
- (void)appendData:(NSData *)data;
- (NSData *)data;
@end
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2009, Google 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:
#
# * Redistributions of source code must retain the above copyright
# notice, this list... | {
"pile_set_name": "Github"
} |
1 swedish x-vnd.Haiku.TextSearch 1757850908
Please select the files you wish to have selected for you in Tracker. GrepWindow Markera de filer du vill ska markeras i Tracker.
%appname% : %path% GrepWindow %appname% : %path%
Failed to start xargs program! Grepper Misslyckades med att starta xargs-program!
Open selecti... | {
"pile_set_name": "Github"
} |
$Services = 'CDPUserSvc','MapsBroker','PcaSvc','ShellHWDetection','OneSyncSvc','WpnService'
foreach($Service in $Services){
Stop-Service -Name $Service -PassThru -Verbose | Set-Service -StartupType Disabled -Verbose
}
| {
"pile_set_name": "Github"
} |
"LifetimeStringExpired" = "--:--";
"LifetimeStringSeparatorShortFormat" = ":";
"LifetimeStringSeparatorLongFormat" = ", ";
"LifetimeStringDaysShortFormat" = "%lu";
"LifetimeStringDaysLongFormat" = "%lu days";
"LifetimeStringDayShortFormat" ... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -l32 -tags darwin,arm,go1.12 syscall_bsd.go syscall_darwin.go syscall_darwin_arm.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build darwin,arm,go1.12
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE... | {
"pile_set_name": "Github"
} |
//
// The Open Toolkit Library License
//
// Copyright (c) 2006 - 2009 the Open Toolkit library, except where noted.
//
// 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... | {
"pile_set_name": "Github"
} |
/*
* MediaTek Bluetooth firmware loader
*
* Copyright (C) 2013, MediaTek co.
*
* <hugo.lee@mediatek.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 ... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "oLanguage.sSearch" );
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( {
"sAjaxSource": "../../../examples/ajax/sources/objects.txt",
"aoColumns": [
{ "mData": "engine" },
{ "mData": "browser" },
{ "mData": "plat... | {
"pile_set_name": "Github"
} |
package autorest
// Copyright 2017 Microsoft Corporation
//
// 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"
} |
// +build !linux
package system
func Lgetxattr(path string, attr string) ([]byte, error) {
return nil, ErrNotSupportedPlatform
}
func Lsetxattr(path string, attr string, data []byte, flags int) error {
return ErrNotSupportedPlatform
}
| {
"pile_set_name": "Github"
} |
glabel EnSt_Destroy
/* 01BA0 80B06430 27BDFFD0 */ addiu $sp, $sp, 0xFFD0 ## $sp = FFFFFFD0
/* 01BA4 80B06434 AFB30024 */ sw $s3, 0x0024($sp)
/* 01BA8 80B06438 00809825 */ or $s3, $a0, $zero ## $s3 = 00000000
/* 01BAC 80B0643C AFB40028 */ sw $s4, 0x0028($sp) ... | {
"pile_set_name": "Github"
} |
source: https://github.com/intridea/multi_json/blob/v1.13.1/LICENSE.md
Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, Pavel Pravosud
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal ... | {
"pile_set_name": "Github"
} |
#!./perl
use strict;
use warnings;
BEGIN {
unless (-d 'blib') {
chdir 't' if -d 't';
}
require q(./test.pl);
set_up_inc('../lib');
}
plan(tests => 7);
{
package BaseTest;
use strict;
use warnings;
use mro 'dfs';
package OverloadingTest;
use strict;
use warning... | {
"pile_set_name": "Github"
} |
package main
func main() {
if allowedErrors[osPkg{"", ""}] {
}
}
type osPkg struct {
goos, pkg string
}
var allowedErrors = map[osPkg]bool{
osPkg{"windows", "log/syslog"}: true,
osPkg{"plan9", "log/syslog"}: true,
}
| {
"pile_set_name": "Github"
} |
---
title: CaffeNet C++ Classification example
description: A simple example performing image classification using the low-level C++ API.
category: example
include_in_docs: true
priority: 10
---
# Classifying ImageNet: using the C++ API
Caffe, at its core, is written in C++. It is possible to use the C++
API of Caffe... | {
"pile_set_name": "Github"
} |
* agave
*** about
*agave* is a fixed-width outline typeface, designed by [[https://b.agaric.net/about][type agaric]].
Free to use, peruse, and diffuse. Everything (font files, glyph designs, glyph databases, and documentation) is released under the [[https://raw.githubusercontent.com/agarick/agave/master/LICENSE][MI... | {
"pile_set_name": "Github"
} |
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2005-2013 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Eclipse Public License (EPL).
* Please see the license.txt included with this distribution for details.
* Any modifications to this file must keep this entire header intact.
*/
/*
* Author: atotic
* Created... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPUnit\Runner;
interface AfterRiskyTestHook extends Tes... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Owin.Security.OAuth</id>
<version>2.0.0</version>
<title>Microsoft.Owin.Security.OAuth</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://w... | {
"pile_set_name": "Github"
} |
var test = require('tap').test;
var detective = require('../');
var fs = require('fs');
test('es2019 - for-await', function (t) {
var src = fs.readFileSync(__dirname + '/files/for-await.js');
t.doesNotThrow(detective.bind(detective, src), 'Files with `for await()` do not throw')
t.end();
});
test('es2019 ... | {
"pile_set_name": "Github"
} |
ifeq ($(_THEOS_PACKAGE_FORMAT_LOADED),)
_THEOS_PACKAGE_FORMAT_LOADED := 1
# This package format does nothing - it simply relies upon the internal-package rule in package.mk to do nothing for it.
endif # _THEOS_PACKAGE_FORMAT_LOADED
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
describe Zipfulldata do
let(:user) { create(:user) }
let(:phenotype) { create(:phenotype, characteristic: "jump height") }
let!(:user_phenotype) do
create(:user_phenotype, phenotype_id: phenotype.id, variation: '1km', user: user)
end
let(:genotype) do
create(:genotype, us... | {
"pile_set_name": "Github"
} |
::
ZIP: 1
Title: Network Upgrade Policy and Scheduling
Status: Reserved
Category: Process
Discussions-To: <https://github.com/zcash/zips/issues/343>
| {
"pile_set_name": "Github"
} |
title = "TOML Marshal Testing"
[basic]
bool = true
date = 1979-05-27T07:32:00Z
float = 123.4
int = 5000
string = "Bite me"
uint = 5001
[basic_lists]
bools = [true,false,true]
dates = [1979-05-27T07:32:00Z,1980-05-27T07:32:00Z]
floats = [12.3,45.6,78.9]
ints = [8001,8001,8002]
strings = ["One","T... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014-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 conditi... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>EventType.startConversation - tock</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">tock</a> / <a href="../index.html">ai.tock.bot.engine.event</a> / <a href="index.html">EventType</a> / <a href=... | {
"pile_set_name": "Github"
} |
; The DLLs of the framework to be analyzed
mscorlib.dll
System.Data.dll
System.Design.dll
System.dll
System.Drawing.dll
System.Web.dll
System.Windows.Forms.dll
System.XML.dll
| {
"pile_set_name": "Github"
} |
L DASYNC e_dasync_err.h e_dasync_err.c
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 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 app... | {
"pile_set_name": "Github"
} |
/*
* AVR power-management chip interface for the Buffalo Linkstation /
* Kurobox Platform.
*
* Author: 2006 (c) G. Liakhovetski
* g.liakhovetski@gmx.de
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of
* any kind,... | {
"pile_set_name": "Github"
} |
/*
* BrainBrowser: Web-based Neurological Visualization Tools
* (https://brainbrowser.cbrain.mcgill.ca)
*
* Copyright (C) 2011
* The Royal Institution for the Advancement of Learning
* McGill University
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero Gener... | {
"pile_set_name": "Github"
} |
// Copyright 2010 the V8 project 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 V8_BIGNUM_DTOA_H_
#define V8_BIGNUM_DTOA_H_
#include "src/vector.h"
namespace v8 {
namespace internal {
enum BignumDtoaMode {
// Return the... | {
"pile_set_name": "Github"
} |
package org.docear.plugin.pdfutilities.listener;
import java.awt.Component;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.KeyboardFocusManager;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.Window;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="engine" _label="Engine" gl="yes">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=8BL2o8QJmiA"/>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
#include <string.h>
#include "tex-parser/head.h"
#include "indexer/config.h"
#include "indexer/index.h"
#include "search-utils.h"
#include "math-expr-search.h"
static struct indices indices;
static void
print_pathinfo(math_posting_t *po, uint32_t pathinfo_p... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.