text stringlengths 5 99.8k | meta dict |
|---|---|
ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
| {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
ESDK=${EPIPHANY_HOME}
ELIBS="-L ${ESDK}/tools/host/lib"
EINCS="-I ${ESDK}/tools/host/include"
ELDF=${ESDK}/bsps/current/internal.ldf
SCRIPT=$(readlink -f "$0")
EXEPATH=$(dirname "$SCRIPT")
cd $EXEPATH
# Create the binaries directory
mkdir -p bin/
CROSS_PREFIX=
case $(uname -p) in
arm*)
# Use ... | {
"pile_set_name": "Github"
} |
name: cfg80211_return_bool
ID: 901
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:bool ret; offset:8; s... | {
"pile_set_name": "Github"
} |
;(function() {
var utils = window.utils = {}
var params = {}
var str = location.search
if (str && str.length > 1) {
str.substring(1).split('&').forEach(function(item) {
var parts = item.split('=')
var name = decodeURIComponent(parts[0])
var value = decodeURIComponent(parts[1])
params[name] = value
... | {
"pile_set_name": "Github"
} |
// +build 386
package ole
type VARIANT struct {
VT VT // 2
wReserved1 uint16 // 4
wReserved2 uint16 // 6
wReserved3 uint16 // 8
Val int64 // 16
}
| {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js
*
* Copyright (c) 2009-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lic... | {
"pile_set_name": "Github"
} |
/*
* FunctionState.java
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. T... | {
"pile_set_name": "Github"
} |
{%- block version %}
<div class="sidebarblock">
<div class="tile">
<h4>Latest version:</h4>
{{ release }} (<a href="https://github.com/pysathq/pysat">GitHub</a>)
</div>
</br>
</div>
{%- endblock %}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
#ifndef INCLUDE_git_worktree_h__
#define INCLUDE_git_worktree_h__
#include "common.h"
#include "buffer.h... | {
"pile_set_name": "Github"
} |
/* s_logbl.c -- long double version of s_logb.c.
* Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz.
*/
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
... | {
"pile_set_name": "Github"
} |
int foo()
{
return 0;
} | {
"pile_set_name": "Github"
} |
#!/usr/bin/make -f
export DH_VERBOSE=1
# because of a issue un Ubuntu - cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS | sed -e "s/-Wformat-security//g" -e "s/-Wformat//g" -e "s/-Werror\=format-security//g")
CFLAGS:=$(shell dpkg-buildf... | {
"pile_set_name": "Github"
} |
const merge = require('webpack-merge');
const common = require('./webpack.common.js');
module.exports = merge(common, {
devtool: 'inline-source-map',
mode: 'development',
});
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 RedBear
*
* 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, distri... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1080cc4fda5f61e4d96cce61ebd60d27
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:206ea60cf8af678cb478d998554ae92ea90b90bc70877df016f6287341e35538
size 9154452
| {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2015 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
/*
Some of this code is credited to Linux USB open source files that are
distributed with Linux.
Copyright: 2007 Metrologic Instruments. All rights reserved.
Copyright: 2011 Azimut Ltd. <http://azimutrzn.ru/>
*/
#include <linux/kernel.h>
#include <linux/tty.h>
#include <linux/module.h>
#include <linux/usb.h>
... | {
"pile_set_name": "Github"
} |
/**
* Returns whether the provided value is a promise
*
* @param {object} value Potential promise
* @return {Boolean}
*/
export default function isPromise(value) {
return !!value &&
typeof value.promise === 'object' &&
typeof value.promise.then === 'function';
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2015 The Kubernetes 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 by applicable law or ag... | {
"pile_set_name": "Github"
} |
package me.jbusdriver.mvp.bean
/**
* Created by Administrator on 2017/7/29.
*/
data class SearchWord(val query: String)
@Deprecated("not use ")
data class CollectErrorEvent(val key: String, val msg: String)
//config
data class PageChangeEvent(val mode: Int)
class MenuChangeEvent
class CategoryChangeEvent
data... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Broadcom. All Rights Reserved.
* The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation. The... | {
"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"
} |
/*
* EFI application network access support
*
* Copyright (c) 2016 Alexander Graf
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <efi_loader.h>
#include <inttypes.h>
#include <lcd.h>
#include <malloc.h>
DECLARE_GLOBAL_DATA_PTR;
static const efi_guid_t efi_net_guid = EFI_SIMPLE_NET... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Javascript-optional AJAX library featuring declarative, REST-ful bindings">
<meta name="author" content="">
<title>Intercooler.js</title>
... | {
"pile_set_name": "Github"
} |
{
"uid" : "29559458f3098236",
"name" : "TestCollections.test_collections_01",
"title" : "Test collections 01",
"time" : {
"start" : 1534924583705,
"stop" : 1534924583707,
"duration" : 2
},
"summary" : {
"attachments" : 0,
"steps" : 0
},
"failure" : {
"message" : "Skipped: Not sui... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 MediaTek Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WA... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 40d6e8fdcb9bbf047a171b518b7628af
timeCreated: 1505333492
licenseType: Pro
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
DESCRIPTION = "Hubbub is an HTML5 compliant parsing library"
HOMEPAGE = "http://www.netsurf-browser.org/projects/hubbub/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MIT"
DEPENDS = "libparserutils"
PR = "r1"
SRC_URI = "http://www.netsurf-browser.org/projects/releases/hubbub-${PV}-src.tar.gz"
inherit pkgconfig
... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:91da3e473f12d58f62cd9e02c86c38dfa2c540b68c3ea729223cbf8c336f0287
size 13936
| {
"pile_set_name": "Github"
} |
/*
* $Id: pw.c,v 1.7 2009-03-18 17:48:59 heas Exp $
*
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
* Copyright (c) 1995-1998 by Cisco systems, Inc.
*
* Permission to use, copy, modify, and distribute this software for
* any purpose and without fee is hereby granted, provided that this
... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2009 Microsoft Corporation
///
/// 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
/// ... | {
"pile_set_name": "Github"
} |
# AUTOGENERATED FILE
FROM balenalib/jetson-nano-fedora:28-run
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
RUN dnf install -y \
python3-pip \
python3-dbus \
&& dnf clean all
# install "virtualenv", ... | {
"pile_set_name": "Github"
} |
"============================================================================
"File: podchecker.vim
"Description: Syntax checking plugin for syntastic.vim
"Maintainer: LCD 47 <lcd047 at gmail dot com>
"License: This program is free software. It comes without any warranty,
" to the extent permitt... | {
"pile_set_name": "Github"
} |
{
"messageId":"184",
"uid":25,
"mailboxId":"18",
"modSeq":42,
"size":25,
"date":"2015-06-07T00:00:00+0200",
"mediaType":"plain",
"subtype":"text",
"userFlags":["social","pocket-money"],
"mimeMessageID": "<556fffe8cac78_7ed0e0fe204457be@i-dee0850e.mail>",
"headers": [{
"name": "delivered-to",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Red Hat
*
* This file is subject to the terms and conditions of the GNU General Public
* License v2. See the file COPYING in the main directory of this archive for
* more details.
*/
#include <linux/module.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "udl_drv.h"
sta... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
* VA Linux Systems Inc., Fremont, California.
* Copyright 2008 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... | {
"pile_set_name": "Github"
} |
<div class="ci-widget {{ icon }}">
<div class="value">
{{#if icon === 'running'}}
<svg width="54%" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 50 50" xml:space="preserve">
<path id="running" d="M25.251,6.461c-10.318,0-1... | {
"pile_set_name": "Github"
} |
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Wor... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Android GPU Inspector
Comment=Android GPU Inspector
Categories=Development;Debugger;Graphics;3DGraphics
Icon=/opt/agi/icon.png
Exec=/opt/agi/agi %f
Terminal=false
MimeType=application/x-gfxtrace;application/x-perfetto
| {
"pile_set_name": "Github"
} |
/**
* Implementation of REST API using Jersey.
*
* @author Cedrick Lunven (@clunven)</a>
* @version 1.0
*/
package org.ff4j.web.api;
/*
* #%L
* ff4j-core
* %%
* Copyright (C) 2013 - 2016 FF4J
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... | {
"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) 2016-2020 Kike Pérez
Unit : Quick.Logger
Description : Threadsafe Multi Log File, Console, Email, etc...
Author : Kike Pérez
Version : 1.42
Created : 12/10/2017
Modified : 25/04/2020
Th... | {
"pile_set_name": "Github"
} |
#-*-Makefile-*- vim:syntax=make
TARGET = shimmer
MSP_BSL ?= tos-bsl
MSP_BSL_FLAGS = --invert-test --invert-reset
ifdef CC2420_CHANNEL
PFLAGS += -DCC2420_DEF_CHANNEL=$(CC2420_CHANNEL)
endif
$(call TOSMake_include_platform,shimmer)
$(call TOSMake_include_make_platform,msp)
shimmer: $(BUILD_DEPS)
@:
| {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2014 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_iserializer.cpp:
// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// htt... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 JFrog Ltd.
*
* 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"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
The code included in this file is provided under ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
*
* Licence: wxWindows Library Licence, Version 3.1
*/
#ifndef __GUM_COBJECT_H__
#define __GUM_COBJECT_H__
#include <gum/gumdefs.h>
#include <gum/gumreturnaddress.h>
typedef struct _GumCObject GumCObject;
struct _GumCObject
{
gpoi... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2005 Arkadiy Vertleyb
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
#if defined(_MSC_VER) && defined BOOST_TYPEOF_MESSAGES
# pragma message(BOOST_TYPEOF_TEXT)
#endif
#undef BOOST_TYPEOF_TEXT
| {
"pile_set_name": "Github"
} |
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
* @xmlType DocumentDistributionType
* @xmlName DocumentDistribution
* @var oasis\names\specification\ubl\schema\xsd\CommonAggregateCompo... | {
"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"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_int64_t_memmove_73b.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.label.xml
Template File: sources-sink-73b.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Go Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd.
package httputil
import (
"github.com/golang/gddo/httputil/header"
"net/http"
"strings"
)... | {
"pile_set_name": "Github"
} |
Pass 1: Checking inodes, blocks, and sizes
Interior extent node level 0 of inode 12:
Logical start 0 does not match logical start 2 at next level. Fix? yes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
test_fi... | {
"pile_set_name": "Github"
} |
/* tag: dict management headers
*
* Copyright (C) 2003 Patrick Mauritz, Stefan Reinauer
*
* See the file "COPYING" for further information about
* the copyright and warranty status of this work.
*/
#ifndef __DICT_H
#define __DICT_H
#define DICTID "OpenBIOS"
#define DOSEMIS 0
#define DOCOL 1
#define DOLIT 2... | {
"pile_set_name": "Github"
} |
# Generated by superflore -- DO NOT EDIT
#
# Copyright Open Source Robotics Foundation
inherit ros_distro_dashing
inherit ros_superflore_generated
DESCRIPTION = "Examples of creating and using exectors to run multiple nodes in the same process"
AUTHOR = "Shane Loretz <sloretz@openrobotics.org>"
HOMEPAGE = "https://wi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 298fcb875e96e4d6f9b039f9f30aad82
timeCreated: 1483998783
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_SDWebImage : NSObject
@end
@implementation PodsDummy_SDWebImage
@end
| {
"pile_set_name": "Github"
} |
{
"id": "4147f44f-1fbc-49d3-9b6c-cd69a89ecda3",
"modelName": "GMSound",
"mvc": "1.0",
"name": "sfx_keyMel6",
"audioGroupGuid": "93d5cf40-ad10-40e0-a3e4-474f9342b4a1",
"bitDepth": 1,
"bitRate": 128,
"kind": 0,
"preload": true,
"sampleRate": 44100,
"type": 0,
"volume": 1
} | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_SDWebImage : NSObject
@end
@implementation PodsDummy_SDWebImage
@end
| {
"pile_set_name": "Github"
} |
{
"ver": "1.0.5",
"uuid": "aad822e1-8ddc-4a90-94ef-d3058a98d1f4",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
[package]
name = "thar-be-settings"
version = "0.1.0"
authors = ["Zac Mrowicki <mrowicki@amazon.com>"]
license = "Apache-2.0 OR MIT"
edition = "2018"
publish = false
build = "build.rs"
# Don't rebuild crate just because of changes to README.
exclude = ["README.md"]
[dependencies]
apiclient = { path = "../apiclient" }
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
cp ../dumpfile.sql .
strip server shell clientsimulator
tar cvfz distro-linux64-`date +%F`.gz server shell clientsimulator dumpfile.sql readme.md config.ini
rm dumpfile.sql
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2019 Infostretch Corporation
*
* 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 with... | {
"pile_set_name": "Github"
} |
To build zlib using the Microsoft Visual C++ environment,
use the appropriate project from the projects/ directory.
| {
"pile_set_name": "Github"
} |
module.exports = require('../index');
| {
"pile_set_name": "Github"
} |
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
import {
BrowserDynamicTestingModule,
platformBrowserDynamicTesting
} from '@angular/platform-browser-dynamic/testing';
declare ... | {
"pile_set_name": "Github"
} |
$LANGUAGE
$(myLicenseData)
${LANG_ENGLISH}
----------------------------------------------------
[
["variable", "$LANGUAGE"],
["variable", "$(myLicenseData)"],
["variable", "${LANG_ENGLISH}"]
]
----------------------------------------------------
Checks for variables. | {
"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")... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the linux ext4-filesystem routines.
#
obj-$(CONFIG_EXT4_FS) += ext4.o
ext4-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
extents_status.o file.o fsmap.o fsync.o hash.o ialloc.o \
indirect.o inline.o inode.o ioctl.o mballoc.o migrate.o \
... | {
"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"
} |
carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o
obj-$(CONFIG_CARL9170) += carl9170.o
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: a3e12f7b92d6e49c0b430ae7813c2398
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow 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 by applicable law or a... | {
"pile_set_name": "Github"
} |
/*
20050224-1.c from the execute part of the gcc torture suite.
*/
#include <testfwk.h>
#ifdef __SDCC
#pragma std_c99
#endif
/* Origin: Mikael Pettersson <mikpe@csd.uu.se> and the Linux kernel. */
unsigned long a = 0xc0000000, b = 0xc0400000;
unsigned long c = 0xc01bb958, d = 0xc0264000;
unsigned long e = 0xc0... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/not_equal_to.hpp" header
// -- DO NOT modify by hand!
namespace boost { nam... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE SystemDefinition [
<!ELEMENT SystemDefinition (systemModel?, build?)>
<!ATTLIST SystemDefinition
name CDATA #REQUIRED
schema CDATA #REQUIRED>
<!ELEMENT systemModel (layer+)>
<!ELEMENT layer (logicalset* | module*)*>
<!ATTLIST layer
name CDATA #REQUIRED
levels CDATA #IMPLIED
... | {
"pile_set_name": "Github"
} |
// +build !darwin
package rootcerts
import "crypto/x509"
// LoadSystemCAs does nothing on non-Darwin systems. We return nil so that
// default behavior of standard TLS config libraries is triggered, which is to
// load system certs.
func LoadSystemCAs() (*x509.CertPool, error) {
return nil, nil
}
| {
"pile_set_name": "Github"
} |
module "gopkg.in/yaml.v2"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)
| {
"pile_set_name": "Github"
} |
Why doesn't RR load balancing appear to be even?
================================================
Envoy utilizes a siloed :ref:`threading model <arch_overview_threading>`. This means that worker
threads and the load balancers that run on them do not coordinate with each other. When utilizing
load balancing policies su... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.... | {
"pile_set_name": "Github"
} |
function test() {
class R extends RegExp {}
var r = new R("baz","g");
return r instanceof R && r instanceof RegExp && Object.getPrototypeOf(R) === RegExp;
}
if (!test())
throw new Error("Test failed");
| {
"pile_set_name": "Github"
} |
module UafGroupByFree : Uafgenerique.UafGenerique
| {
"pile_set_name": "Github"
} |
#!/bin/ksh -p
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.open... | {
"pile_set_name": "Github"
} |
var castPath = require('./_castPath'),
isArguments = require('./isArguments'),
isArray = require('./isArray'),
isIndex = require('./_isIndex'),
isLength = require('./isLength'),
toKey = require('./_toKey');
/**
* Checks if `path` exists on `object`.
*
* @private
* @param {Object} object The obj... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE TemplateHaskell #-}
module Foo where
-- This is here just to trigger template haskell
blork = $([| 1 + 1 |])
| {
"pile_set_name": "Github"
} |
#--
# Copyright (c) 2010-2013 Michael Berkovich, tr8nhub.com
#
# 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, mod... | {
"pile_set_name": "Github"
} |
{
"listOfAllowedSKUs": {
"type": "Array",
"metadata": {
"description": "The list of SKUs that can be specified for storage accounts.",
"displayName": "Allowed SKUs",
"strongType": "StorageSKUs"
}
}
} | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012-2017 Ripple Labs Inc
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby gr... | {
"pile_set_name": "Github"
} |
dnl This is the newlib/libc/machine/m32r configure.in file.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([setjmp.S])
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
AC_CONFIG_AUX_DIR(../../../..)
NEWLIB_C... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE CPP, TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Graphics.UI.FLTK.LowLevel.JPEGImage
(
jpegImageNew,
jpegImageNewWithData
-- * Hierarchy
--
-- $hierarchy
)
where
#include "Fl_ExportMacros... | {
"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,gccgo,arm
package unix
import (
"syscall"
"unsafe"
)
func seek(fd int, offset int64, whence int) (int64, syscall.Errno) {
var newoffset in... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2019 David Karnok
*
* 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 agre... | {
"pile_set_name": "Github"
} |
export function isDef(val) {
return val !== undefined && val !== null;
}
export function isKorean(text) {
const reg = /([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi;
return reg.test(text);
}
| {
"pile_set_name": "Github"
} |
#! /usr/bin/env bash
cd ../.. > /dev/null
# train model
# if you wish to resume from an exists model, uncomment --init_from_pretrained_model
export FLAGS_sync_nccl_allreduce=0
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 \
python -u train.py \
--batch_size=64 \
--num_epoch=50 \
--num_conv_layers=2 \
--num_rnn_layers=3 \
--rn... | {
"pile_set_name": "Github"
} |
.TH reset-trace 8 "2016-10-18" "USER COMMANDS"
.SH NAME
reset-trace \- reset the state of tracing.
.SH SYNOPSIS
.B reset-trace [\-F] [\-h] [\-q] [\-v]
.SH DESCRIPTION
You will probably never need this tool. If you kill \-9 a bcc tool (plus other
signals, like SIGTERM), or if a bcc tool crashes, then kernel tracing can... | {
"pile_set_name": "Github"
} |
@marketplace-eng
| {
"pile_set_name": "Github"
} |
3 2
50 85 250
10 15 25
3 6
50 85 250
10 15 25
8 1
10 20 30 40 50 60 70 80
8 10 58 63 71 72 75 76
| {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// resources automatically created; see our EMNLP 2015 paper for details:
// https://aclweb.org/anthology/D/D15/D15-1063.pdf
//
// english: "an","an"
[Jj]un
// english: "the","the" - no translation found
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.