text stringlengths 2 99k | meta dict |
|---|---|
273
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 CyberAgent
*
* 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"
} |
define i32 @main() #0 !dbg !4 {
entry:
%retval = alloca i32, align 4
store i32 0, i32* %retval, align 4
ret i32 0, !dbg !11
}
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!8, !9}
!llvm.ident = !{!10}
!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 25693... | {
"pile_set_name": "Github"
} |
# 进度和动态
在用户可以查看并与内容进行交互之前,尽可能地减少视觉上的变化,尽量使应用加载过程令人愉快。每次操作只能由一个活动指示器呈现,例如,对于刷新操作,你不能即用刷新条,又用动态圆圈来指示。
## 指示器类型
在操作中,对于完成部分可以确定的情况下,使用确定的指示器,他们能让用户对某个操作所需要的时间有个快速的了解。
在操作中,对于完成部分不确定的情况下,用户需要等待一定的时间,无需告知后用户台的情况以及所需时间,这时可以使用不确定的指示器。
指示器的类型有两种:**线形进度指示器**和**圆形进度指示器**。你可以使用其中任何一项来指示确定性和不确定性的操作。
### 线形进度指示器
线形进度... | {
"pile_set_name": "Github"
} |
from plotly.subplots import make_subplots
from .plot import *
from .checks import *
from .utils import calculate_variable_importance
from ... import _theme, _global_checks
class VariableImportance:
"""Calculate dataset level variable importance
Parameters
-----------
loss_function : {'rmse', '1-auc'... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# @lint-avoid-python-3-compatibility-imports
#
# threadsnoop List new thread creation.
# For Linux, uses BCC, eBPF. Embedded C.
#
# Copyright (c) 2019 Brendan Gregg.
# Licensed under the Apache License, Version 2.0 (the "License").
# This was originally created for the BPF Performance ... | {
"pile_set_name": "Github"
} |
su[2921936]: succeeded: ttyq4 changing from root to ldap
su[2921936]: failed: ttyq4 changing from root to ldap
su: failed: ttyq# changing from <user> to root
su[234]: BAD SU ger to fwmaster on /dev/ttyp0
Sep 11 01:40:59 bogus.com su: ericx to root on /dev/ttyu0
Sep 12 18:40:02 bogus.com su: BAD su rachel on /dev/ttyp1... | {
"pile_set_name": "Github"
} |
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 6,
"minor" : 0,
"revision" : 7
}
,
"rect" : [ 41.0, 44.0, 700.0, 554.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
"default_fontface" : 0,
"default_fontname" : "Arial",
"gridonopen" : 0,
"gridsiz... | {
"pile_set_name": "Github"
} |
/* vim: set shiftwidth=2 tabstop=8 autoindent cindent expandtab: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsAnimationManager.h"
#include "nsTr... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block title %}Webhooks Dashboard{% endblock %}
{% block content %}
<ol class="breadcrumb">
<li><a href="/admin/mobile">Mobile Dashboard</a></li>
<li class="active">Webhooks Dashboard</li>
</ol>
<h1>Webhooks Dashboard</h1>
<table class="table">
<thead>
<tr>
<th>Account</th... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#include "stdafx.h"
using nam... | {
"pile_set_name": "Github"
} |
[]."""
Two
""" | {
"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 "MSModelBase.h"
@class NSDictionary;
@interface _MSImageCollection : MSModelBase
{
NSDictionary *_images;
}
- (void)copyPropertiesToObjectCopy:(id)arg1;
- (void)deco... | {
"pile_set_name": "Github"
} |
/*
* (C) 2007-2010 Alibaba Group Holding Limited.
*
* 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.
*
*
* Version: $Id: rc_service.cpp 520 2011-06-20 06:05:52Z daoan@taobao.com... | {
"pile_set_name": "Github"
} |
package com.marshalchen.common.uimodule.tileView.layouts;
import android.content.Context;
import android.graphics.Canvas;
public class ScalingLayout extends FixedLayout {
private double scale = 1;
public ScalingLayout( Context context ) {
super( context );
setWillNotDraw( false );
}
public void setScale( d... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
use std::fmt::Debug;
use thiserror::Error;
use crate::{expected_size::ExpectedSize, FetchKey};
use mononoke_types::{
hash::{RichGitSha1,... | {
"pile_set_name": "Github"
} |
/**
* @file Box Buffer
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @private
*/
import { BoxBufferGeometry, Vector3, Matrix4 } from 'three'
import { BufferRegistry } from '../globals'
import GeometryBuffer from './geometry-buffer'
import { BufferData, BufferParameters } from './buffer'
const scale = ... | {
"pile_set_name": "Github"
} |
################################################################################
#
# MRC FGU Computational Genomics Group
#
# $Id$
#
# Copyright (C) 2009 Andreas Heger
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as publish... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id: vga.h 11541 2012-11-08 19:12:26Z vruppert $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002-2012 The Bochs Project
// PCI VGA dummy adapter Copyright (C) 2002,2003 Mike Nordell
//
// ... | {
"pile_set_name": "Github"
} |
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure postinst prepare setup
DEPEND=ch-grow? ( python_single_target_python3_6? ( dev-python/lark-parser[python_targets_python3_6(-)] de... | {
"pile_set_name": "Github"
} |
{% load crispy_forms_field %}
{% if field.is_hidden %}
{{ field }}
{% else %}
{% if field.label %}
<label for="{{ field.id_for_label }}"{% if labelclass %} class="{{ labelclass }}"{% endif %}>
{% endif %}
{% if field|is_checkbox %}
{% crispy_field field %}
{% endif %}
{% if f... | {
"pile_set_name": "Github"
} |
/*
* SELinux support for the Audit LSM hooks
*
* Most of below header was moved from include/linux/selinux.h which
* is released under below copyrights:
*
* Author: James Morris <jmorris@redhat.com>
*
* Copyright (C) 2005 Red Hat, Inc., James Morris <jmorris@redhat.com>
* Copyright (C) 2006 Trusted Computer So... | {
"pile_set_name": "Github"
} |
#
# Copyright 2017-2020 original 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 w... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005 Ammasso, Inc. All rights reserved.
* Copyright (c) 2005 Open Grid Computing, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, availabl... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-26 22:43+0200\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
#: src/HeaderBar.vala:39
msgid "Compose new message"
msgstr ""
#: src/HeaderBar.vala:45
msgid "Search Mail"
msgstr ""
#: src/HeaderBar.vala:57
msgid "Always Sho... | {
"pile_set_name": "Github"
} |
/*
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
*/
pre code {
display: block; padding: 0.5em;
background: #000; color: #f8f8f8;
}
pre .comment,
pre .template_comment,
pre .javadoc {
color: #aeaeae;
font-style: italic;
}
pre .keyword,
pre .ruby .function .keyword {
color: #E28964;
}
pre ... | {
"pile_set_name": "Github"
} |
{
// CGRateS Configuration file
//
"general": {
"log_level": 7,
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080",
},
"data_db": { // database used to store runtime data (eg: accounts, cdr stats)
"db_type": "redis", // data_db type: <redis|mongo>
"db_port": 6379, // da... | {
"pile_set_name": "Github"
} |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_badlogic_gdx_physics_box2d_joints_RopeJoint */
#ifndef _Included_com_badlogic_gdx_physics_box2d_joints_RopeJoint
#define _Included_com_badlogic_gdx_physics_box2d_joints_RopeJoint
#ifdef __cplusplus
extern "C" {
#endif
/*
* ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Gravitational, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./bootstrap.php"
colors="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build mips,linux
package unix
const (
sizeofPtr = 0x4
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x4
sizeofLongLong = 0x8
PathMax... | {
"pile_set_name": "Github"
} |
function sayHello() {
$ui.alert($l10n('HELLO_WORLD'));
}
module.exports = {
sayHello: sayHello
} | {
"pile_set_name": "Github"
} |
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [type](./puppeteer.elementhandle.type.md)
## ElementHandle.type() method
Focuses the element, and then sends a `keydown`<!... | {
"pile_set_name": "Github"
} |
$(function() {
if (!EVALEX_TRUSTED) {
initPinBox();
}
/**
* if we are in console mode, show the console.
*/
if (CONSOLE_MODE && EVALEX) {
openShell(null, $('div.console div.inner').empty(), 0);
}
$('div.traceback div.frame').each(function() {
var
target = $('pre', this),
cons... | {
"pile_set_name": "Github"
} |
## import_once
Originally published: 2006-05-15 00:09:35
Last updated: 2006-05-15 07:50:25
Author: Federico Garcia Jr.
I just like to share this...
please feel free to comment/suggest on it | {
"pile_set_name": "Github"
} |
/*
** $Id: print.c,v 1.55a 2006/05/31 13:30:05 lhf Exp $
** print bytecodes
** See Copyright Notice in lua.h
*/
#include <ctype.h>
#include <stdio.h>
#define luac_c
#define LUA_CORE
#include "ldebug.h"
#include "lobject.h"
#include "lopcodes.h"
#include "lundump.h"
#define PrintFunction luaU_print
#define Sizeof(x... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015
*
* 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 withou... | {
"pile_set_name": "Github"
} |
VM.Value lib_graphics2d_isOpenGlBased(VM.VmContext vm, Array<VM.Value> args) {
if (@ext_boolean("IS_OPEN_GL_BASED")) {
return vm.globalTrue;
} else {
return vm.globalFalse;
}
}
| {
"pile_set_name": "Github"
} |
/*
* 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, software
* distributed und... | {
"pile_set_name": "Github"
} |
/*
This file is provided under a dual BSD/GPLv2 license. When using or
redistributing this file, you may do so under either license.
GPL LICENSE SUMMARY
Copyright(c) 2014 Intel Corporation.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU Gene... | {
"pile_set_name": "Github"
} |
package cn.enilu.material.bean.dictmap.base;
import java.util.HashMap;
/**
* 字典映射抽象类
*
* @author fengshuonan
* @date 2017-05-06 14:58
*/
public abstract class AbstractDictMap {
protected HashMap<String, String> dictory = new HashMap<>();
protected HashMap<String, String> fieldWarpperDictory = new HashMa... | {
"pile_set_name": "Github"
} |
{
"name": "OutfitAPI",
"version": "0.1.2",
"summary": "A short description of OutfitAPI.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://10.0.0.1:9513/menghui/OutfitAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"menhui222": "menhui222... | {
"pile_set_name": "Github"
} |
#Sun Nov 05 06:56:08 EST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1070</int>
<string key="IBDocument.SystemVersion">11D50d</string>
<string key="IBDocument.InterfaceBuilderVersion">2182</string>
<string key="IBDocument.AppKitV... | {
"pile_set_name": "Github"
} |
// Copyright © 2016 Syterra Software Inc. All rights reserved.
// The use and distribution terms for this software are covered by the Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
// which can be found in the file license.txt at the root of this distribution. By using this software in any fashion,... | {
"pile_set_name": "Github"
} |
/*
* Userspace Probes (UProbes)
* arch/i386/kernel/uprobes_i386.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later vers... | {
"pile_set_name": "Github"
} |
# -*- mode: snippet -*-
# key: P
# group: lookup
# name: Print
# --
Print $1.
$0
| {
"pile_set_name": "Github"
} |
//
// MIT License
//
// Copyright (c) 2014 Bob McCune http://bobmccune.com/
// Copyright (c) 2014 TapHarmonic, LLC http://tapharmonic.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 S... | {
"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"
} |
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
| {
"pile_set_name": "Github"
} |
/************************************************************************
* Copyright(c) 2014, One Unified. All rights reserved. *
* email: info@oneunified.net *
* *
* This file is prov... | {
"pile_set_name": "Github"
} |
/*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2015 Intel Corporation. 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 noti... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2006.
// Use, modification and distribution are subject to 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)
#include "../typeinfo"
| {
"pile_set_name": "Github"
} |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2012, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Softw... | {
"pile_set_name": "Github"
} |
diff -uNr gtk-mac-bundler-0.7.4-orig/bundler/bundler.py gtk-mac-bundler-0.7.4/bundler/bundler.py
--- gtk-mac-bundler-0.7.4-orig/bundler/bundler.py 2014-11-06 22:34:11.000000000 +0300
+++ gtk-mac-bundler-0.7.4/bundler/bundler.py 2015-10-14 14:41:15.000000000 +0300
@@ -377,6 +377,9 @@
if not "(compatibil... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build amd64,darwin
package unix
import (
"syscall"
)
//sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error)
func setTimespec(sec,... | {
"pile_set_name": "Github"
} |
function net = vl_simplenn_move(net, destination)
% VL_SIMPLENN_MOVE Move a simple CNN between CPU and GPU
% NET = VL_SIMPLENN_MOVE(NET, 'gpu') moves the network
% on the current GPU device.
%
% NET = VL_SIMPLENN_MOVE(NET, 'cpu') moves the network
% on the CPU.
% Copyright (C) 2014 Andrea Vedaldi.
% All r... | {
"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"
} |
<?php
/*
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return array(
'year' => '1 vuosi|:count vuotta',
'y' => '1 vuosi|:count vuotta',... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldml>
<identity>
... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... | {
"pile_set_name": "Github"
} |
https://gatherer.wizards.com/Pages/Search/Default.aspx?action=advanced&output=standard&page=9&set=%5B%22Lorwyn%22%5D&sort=cn%2B
| {
"pile_set_name": "Github"
} |
@{
// Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ... | {
"pile_set_name": "Github"
} |
= Labs Thicken =
#type: node
#context: sop
#internal: labs::thicken
#icon: sidefxlabs
#tags: sidefxlabs, model, gamedev
""" Extrudes a mesh along it's averaged normals """
Simple Helper node that will extrude a mesh along it's averaged normals.
Giving a mesh thickness is an easy way for ensuring something is wate... | {
"pile_set_name": "Github"
} |
// VirtualDub - Video processing and capture application
// System library component
// Copyright (C) 1998-2004 Avery Lee, All Rights Reserved.
//
// Beginning with 1.6.0, the VirtualDub system library is licensed
// differently than the remainder of VirtualDub. This particular file is
// thus licensed as follow... | {
"pile_set_name": "Github"
} |
cmake_policy(SET CMP0051 NEW)
add_library(objects OBJECT empty.cpp)
add_library(empty empty.cpp $<TARGET_OBJECTS:objects>)
get_target_property(srcs empty SOURCES)
message("Sources: \"${srcs}\"")
| {
"pile_set_name": "Github"
} |
FactoryGirl.define do
factory :custom_field do
association :tab, factory: :custom_field_tab
name 'Age Group'
format 'string'
end
end
| {
"pile_set_name": "Github"
} |
@mixin adf-start-form-component-theme($theme) {
$config: mat-typography-config();
$warn: map-get($theme, warn);
$accent: map-get($theme, accent);
.adf {
&-form-container {
max-width: 100% !important;
max-height: 100% !important;
& .mat-card {
... | {
"pile_set_name": "Github"
} |
1
1
99
| {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !gccgo
#include "textflag.h"
//
// System call support for 386, NetBSD
//
// Just jump to package syscall's implementation for all these functions.... | {
"pile_set_name": "Github"
} |
package com.developers.coroutineadapters.model
import com.google.gson.annotations.SerializedName
/**
* Created by Amanjeet Singh on 9/2/18.
*/
data class MovieResult(
@SerializedName("page") var page: Int = 0, //1
@SerializedName("total_results") var totalResults: Int = 0, //19637
@SerializedName("total_page... | {
"pile_set_name": "Github"
} |
/*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Vearch 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"
} |
<!--
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available u... | {
"pile_set_name": "Github"
} |
//*****************************************************************************
//
// udma_demo.icf - Linker configuration file for udma_demo.
//
// Copyright (c) 2011-2014 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this software... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var argv = require('optimist')
.boolean(['x','y','z'])
.argv
;
console.dir([ argv.x, argv.y, argv.z ]);
console.dir(argv._);
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 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"
} |
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./client/socksclient"));
//# sourceMappingURL=index.js.map | {
"pile_set_name": "Github"
} |
import * as React from "react";
import { observer, inject } from "mobx-react";
import { Pagination } from "antd";
import ClassNames from "classnames";
import IStore from "../../interface/IStore";
const styles = require("./styles/index.less");
interface ReposListPaginationProps {
store?: IStore;
}
interface Repos... | {
"pile_set_name": "Github"
} |
// 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.
#include "gpu/vulkan/vulkan_implementation.h"
#include "base/bind.h"
#include "gpu/vulkan/vulkan_device_queue.h"
#include "gpu/vulkan/vulkan_function... | {
"pile_set_name": "Github"
} |
add_library(audio_core STATIC
algorithm/filter.cpp
algorithm/filter.h
algorithm/interpolate.cpp
algorithm/interpolate.h
audio_out.cpp
audio_out.h
audio_renderer.cpp
audio_renderer.h
behavior_info.cpp
behavior_info.h
buffer.h
codec.cpp
codec.h
command_generator.cpp... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------
author: "Pierre Lecomte"
copyright: "(c) Pierre Lecomte 2015"
license: "GPL"
name: "HOAAzimuthRotator7"
version: "1.0"
Code generated with Faust 2.5.21 (https://faust.grame.fr)
Compilation options: cpp, -double -ftz 0
--------------------------------------... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the... | {
"pile_set_name": "Github"
} |
package org.zeromq.auth;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
import org.zeromq.SocketType;
import org.zeromq.ZAuth;
import org.zeromq.ZCert;
import org.zeromq.ZCertStore;
import org.zeromq.ZContext;
import org.zeromq.ZMQ;
import java.io.FileWr... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------//
// Copyright (c) 2014 Roshan <thisisroshansmail@gmail.com>
//
// 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
//
// See http://boostorg... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Proton Technologies AG
*
* This file is part of ProtonVPN.
*
* ProtonVPN is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) ... | {
"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"
} |
package com.google.ads.mediation.sample.adapter;
import android.app.Activity;
import android.content.Context;
import com.google.ads.mediation.sample.sdk.SampleAdRequest;
import com.google.ads.mediation.sample.sdk.SampleErrorCode;
import com.google.ads.mediation.sample.sdk.SampleRewardedAd;
import com.google.ads.media... | {
"pile_set_name": "Github"
} |
// RUN: %libomp-compile-and-run
#include <stdio.h>
#include "omp_testsuite.h"
/*
* Test if the compiler supports nested parallelism
* By Chunhua Liao, University of Houston
* Oct. 2005
*/
int test_omp_nested()
{
#ifdef _OPENMP
if (omp_get_max_threads() > 4)
omp_set_num_threads(4);
if (omp_get_max_threads()... | {
"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"
} |
;
; This .DEF file is a placeholder for one which is automatically
; generated during the build process. See
; make\windows\build_vm_def.sh and
; make\windows\makefiles\projectcreator.make (esp. the "-prelink"
; options).
;
| {
"pile_set_name": "Github"
} |
int do_000() { return 0; }
int do_001() { return 1; }
int do_002() { return 2; }
int do_003() { return 3; }
int do_004() { return 4; }
int do_005() { return 5; }
int do_006() { return 6; }
int do_007() { return 7; }
int do_008() { return 8; }
int do_009() { return 9; }
int do_010() { return 10; }
int do_011() { return... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<binding:binding id="tankerkoenig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<name>Tankerkönig ... | {
"pile_set_name": "Github"
} |
import json
from rest_framework import status
from hs_core.models import ResourceFile
from hs_core.models import get_path
from .base import HSRESTTestCase
class TestFolders(HSRESTTestCase):
def test_create_folder(self):
rtype = 'GenericResource'
title = 'My Test resource'
params = {'res... | {
"pile_set_name": "Github"
} |
import 'package:flutter/material.dart';
/// 用于控制TabBar 的显示和隐藏
class TabBarProvider with ChangeNotifier {
// 显示or隐藏
bool _hidden = false;
bool get hidden => _hidden;
void setHidden(bool hidden) {
_hidden = hidden;
notifyListeners();
}
}
| {
"pile_set_name": "Github"
} |
;(function($){
/**
* jqGrid Chinese (Taiwan) Translation for v4.2
* linquize
* https://github.com/linquize/jqGrid
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
**/
$.jgrid = $.jgrid || {};
$.extend($.jgrid,{
default... | {
"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"
} |
package archive // import "github.com/docker/docker/pkg/archive"
import (
"archive/tar"
"bytes"
"io"
"testing"
"gotest.tools/assert"
)
func TestGenerateEmptyFile(t *testing.T) {
archive, err := Generate("emptyFile")
assert.NilError(t, err)
if archive == nil {
t.Fatal("The generated archive should not be ni... | {
"pile_set_name": "Github"
} |
//
// BWAnchoredPopUpButton.h
// BWToolkit
//
// Created by Brandon Walkin (www.brandonwalkin.com)
// All code is provided under the New BSD license.
//
#import <Cocoa/Cocoa.h>
@interface BWAnchoredPopUpButton : NSPopUpButton
{
BOOL isAtLeftEdgeOfBar;
BOOL isAtRightEdgeOfBar;
NSPoint topAndLeftInset;
}
@prop... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.