text
stringlengths
2
99.9k
meta
dict
/* * 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" }
/*- * Copyright (c) 2003-2008 Tim Kientzle * 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 c...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
<%@ page import="java.nio.file.Path" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <!DOCTYPE html> <html lang="zh" class="no-js"> <head> <meta charset="utf-8"> <title>没有权限</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" con...
{ "pile_set_name": "Github" }
import com.bar.Foo; class StaticClassMember1 { public static function main(){ Foo.staticBa<caret>z; } }
{ "pile_set_name": "Github" }
/**************************************************************************//** * @file cmsis_gcc.h * @brief CMSIS compiler GCC header file * @version V5.0.4 * @date 09. April 2018 ******************************************************************************/ /* * Copyright (c) 2009-2018 Arm Limited....
{ "pile_set_name": "Github" }
/* GIO - GLib Input, Output and Streaming Library * * Copyright (C) 2006-2007 Red Hat, Inc. * * 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 Software Foundation; either * version 2 of the License, or ...
{ "pile_set_name": "Github" }
import { createMuiTheme } from '@material-ui/core/styles'; export const theme = createMuiTheme( !Array.isArray(process.enve.THEME) ? process.enve.THEME : localStorage.getItem(process.enve.THEME_TYPE_KEY) == 'dark' ? process.enve.THEME[1] : process.enve.THEME[0] );
{ "pile_set_name": "Github" }
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cli_root/zfs_program dist_pkgdata_SCRIPTS = \ setup.ksh \ cleanup.ksh \ zfs_program_json.ksh
{ "pile_set_name": "Github" }
#pragma once #include <math.h> // for ceil #include "inexor/shared/cube_formatting.hpp" // for PRINTFARGS #include "inexor/shared/cube_tools.hpp" // for DELETEA // Simplistic bitmap text rendering #include "inexor/shared/cube_vector.hpp" // for vector struct Texture; struct ma...
{ "pile_set_name": "Github" }
## Phase Bot #### Commands --- * Rundll32.exe 1. ``` javascript:”..mshtml,RunHTMLApplication “;eval((new%20ActiveXObject(“WScript.Shell”)).RegRead(“HKCUSoftwareMicrosoftActive%20SetupInstalled%20Components{72507C54-3577-4830-815B-310007F6135A}JavaScript”));close(); ``` #### Regular Expressions --- `` ^(?=.*\bjava...
{ "pile_set_name": "Github" }
// Copyright (c) 2016-2017, Nefeli Networks, 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 of...
{ "pile_set_name": "Github" }
# `docker2singularity` <img src="img/logo.png" alt="https://www.sylabs.io/guides/latest/user-guide" data-canonical-src="https://www.sylabs.io/guides/latest/user-guide" width="200" height="200"> [![CircleCI](https://circleci.com/gh/singularityhub/docker2singularity.svg?style=svg)](https://circleci.com/gh/singularityhu...
{ "pile_set_name": "Github" }
/* * Copyright (C) International Business Machines Corp., 2000-2004 * Portions Copyright (C) Christoph Hellwig, 2001-2002 * * 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; eithe...
{ "pile_set_name": "Github" }
<Mcml xmlns="http://schemas.microsoft.com/2008/mcml" xmlns:addin="assembly://Microsoft.MediaCenter/Microsoft.MediaCenter.Hosting" xmlns:mc="assembly://Microsoft.MediaCenter/Microsoft.MediaCenter" xmlns:cor="assembly://mscorlib/System" xmlns:coll="assembly://MsCorLib/System.Collections" ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Copyright (C) 2015 ZetaOps Inc. # # This file is licensed under the GNU General Public License v3 # (GPLv3). See LICENSE.txt for details. """HITAP Açık Süre Sorgula Hitap üzerinden personelin açık süre hizmet bilgilerinin sorgulamasını yapar. """ from ulakbus.services.personel.hitap.hit...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__CWE839_listen_socket_17.c Label Definition File: CWE124_Buffer_Underwrite__CWE839.label.xml Template File: sources-sinks-17.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: listen_socket Read data using a listen socket (serv...
{ "pile_set_name": "Github" }
/* * TIFF Common Routines * Copyright (c) 2013 Thilo Borgmann <thilo.borgmann _at_ mail.de> * * This file is part of FFmpeg. * * FFmpeg 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 Software Foundation; either * ...
{ "pile_set_name": "Github" }
import logging from dl_lib.layers import ShapeSpec from dl_lib.modeling.backbone import Backbone from dl_lib.modeling.dynamic_arch.dynamic_backbone import build_dynamic_backbone from dl_lib.modeling.meta_arch.dynamic4seg import (DynamicNet4Seg, SemSegDecoderHead) de...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # File: nvml.py import threading from ctypes import CDLL, POINTER, Structure, byref, c_uint, c_ulonglong __all__ = ['NVMLContext'] NVML_ERROR_FUNCTION_NOT_FOUND = 13 NvmlErrorCodes = {"0": "NVML_SUCCESS", "1": "NVML_ERROR_UNINITIALIZED", "2": "NVML_ERROR...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Sam Song, IEMC. SHU, samsongshu@yahoo.com.cn * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Gene...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 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...
{ "pile_set_name": "Github" }
# func IndexFunc(s string, f func(rune) bool) int 参数列表 - s 表示需要判断的主串 - f 表示一个函数,该函数参数是rune,返回值是bool,如果rune符合f函数的逻辑那么返回true,否者返回false 返回值: - 返回int,对应符合函数f的字符的位置 功能说明: 该函数主要判断s中的每一个字符传入函数f,如果符合,那么返回该字符的位置,如果都不符合则返回-1 代码实例: package main import ( "fmt" "strings" ) func main() { fmt.Println(strings. In...
{ "pile_set_name": "Github" }
# These are the "official" xserver indent flags from utils/modular/x-indent.sh XORG_INDENT_FLAGS = -linux -bad -bap -blf -bli0 -cbi0 -cdw -nce -cs -i4 -lc80 -psl -nbbo \ -nbc -psl -nbfda -nut -nss -T pointer -T ScreenPtr -T ScrnInfoPtr -T pointer \ -T DeviceIntPtr -T DevicePtr -T ClientPtr -T CallbackListPtr \ ...
{ "pile_set_name": "Github" }
--- description: "Change Data Capture Service for Oracle by Attunity How to Guide" title: "Change Data Capture Service for Oracle by Attunity How to Guide | Microsoft Docs" ms.custom: "" ms.date: "03/01/2017" ms.prod: sql ms.prod_service: "integration-services" ms.reviewer: "" ms.technology: integration-service...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2 # This file is part of Checkmk (https://checkmk.com). It is subject to the terms and # conditions defined in the file COPYING, which is part of this source code package. dotnet_clrmemory_defaultlev...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * 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 S...
{ "pile_set_name": "Github" }
LAMMPS (27 Nov 2018) using 1 OpenMP thread(s) per MPI task # Liquid water RDFs and ADFs (~12 O-O-O/atom, ~1 O-H...O/atom) units real atom_style full read_data data.spce orthogonal box = (0.02645 0.02645 0.02641) to (35.5328 35.5328 35.4736) 2 by 2 by 1 MPI processor grid reading atoms ... 4500 atoms scan...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1624422971486160} m_IsPrefabParent: ...
{ "pile_set_name": "Github" }
# FuseRGBImages ![](images/fuse_rgb_images.jpg) Fuse rgb images ignoring black region in each image. See [jsk_pcl_ros/FuseDepthImages](./fuse_depth_images.md) for other info.
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require 'fileutils' # path to your application root. APP_ROOT = File.expand_path('..', __dir__) def system!(*args) system(*args) || abort("\n== Command #{args} failed ==") end FileUtils.chdir APP_ROOT do # This script is a way to setup or update your development environment automatically. #...
{ "pile_set_name": "Github" }
#include <vector> #include "caffe/common_layers.hpp" #include "caffe/layer.hpp" #include "caffe/util/math_functions.hpp" namespace caffe { template <typename Dtype> __global__ void Tile(const int nthreads, const Dtype* bottom_data, const int tile_size, const int num_tiles, const int bottom_tile_axis, Dtype* ...
{ "pile_set_name": "Github" }
var SelectBox = { cache: new Object(), init: function(id) { var box = document.getElementById(id); var node; SelectBox.cache[id] = new Array(); var cache = SelectBox.cache[id]; for (var i = 0; (node = box.options[i]); i++) { cache.push({ value: node.value, tex...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="g...
{ "pile_set_name": "Github" }
#tb 0: 1/25 0, 0, 0, 1, 152064, 0x3e39c08b 0, 1, 1, 1, 152064, 0xabc67990 0, 2, 2, 1, 152064, 0x19614e74 0, 3, 3, 1, 152064, 0xa3776beb 0, 4, 4, 1, 152064, 0xcce6ffdf 0, 5, ...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* =================================================== * bootstrap-transition.js v2.3.1 * http://twitter.github.com/bootstrap/javascript.html#transitions * =================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you ...
{ "pile_set_name": "Github" }
--- src/man.c.orig Sun Aug 22 20:18:06 2004 +++ src/man.c Sun Nov 14 15:53:53 2004 @@ -150,6 +153,10 @@ static char * setpl(void) { char *pl; + + /* Short-circuit bogus behavior (3828722). */ + return NULL; + if (do_troff) return NULL; if (preformat)
{ "pile_set_name": "Github" }
'use strict'; var childProcess = require('child_process'); var execFileSync = childProcess.execFileSync; var lcid = require('lcid'); var defaultOpts = {spawn: true}; var cache; function fallback() { cache = 'en_US'; return cache; } function getEnvLocale(env) { env = env || process.env; var ret = env.LC_ALL || env...
{ "pile_set_name": "Github" }
indoors = { name = "Indoors" icon = indoors }
{ "pile_set_name": "Github" }
// // Project «InputMask» // Created by Jeorge Taflanidi // import XCTest @testable import InputMask class DayMonthYearCase: MaskTestCase { override func format() -> String { return "[00]{.}[00]{.}[0000]" } func testInit_correctFormat_maskInitialized() { XCTAssertNotNil(try sel...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008 Johns Hopkins University. * 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 l...
{ "pile_set_name": "Github" }
package main // Test of promotion of methods of an interface embedded within a // struct. In particular, this test exercises that the correct // method is called. type I interface { one() int two() string } type S struct { I } type impl struct{} func (impl) one() int { return 1 } func (impl) two() string { ...
{ "pile_set_name": "Github" }
# See the OWNERS docs at https://go.k8s.io/owners approvers: - linmiao - lintanghui - niuqiang - zhoujiahui labels: - job - job/main/relation - main options: no_parent_owners: true reviewers: - lintanghui - niuqiang - zhoujiahui
{ "pile_set_name": "Github" }
/* * Copyright 2019 liaochong * * 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 writin...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='utf-8'?> <section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code"> <num>34-1259.03</num> <headi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011, 2018, 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 (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" }
// Douglas Hill, March 2020 "app_newWindow" = "Tetingkap Baru"; "app_settings" = "Seting"; "barButton_action" = "Kongsi"; "barButton_add" = "Tambah"; "barButton_bookmarks" = "Penanda Buku"; "barButton_camera" = "Kamera"; "barButton_cancel" = "Batal"; "barButton_close" = "Tutup"; "barButton_compose" = "Karang"; "barBut...
{ "pile_set_name": "Github" }
.content %p Hi #{@user.handle}, %p We thought you might be interested in two improvements to the mentoring tools on Exercism. %ol %li %strong Embedded mentor notes: Over the last two months, dozens of volunteers have been writing notes on how best to mentor each exercise. We have now embedded t...
{ "pile_set_name": "Github" }
#N canvas 117 373 440 427 10; #X obj 122 68 inlet bang; #X obj 122 385 outlet 1==OK; #X msg 122 243 \$3 \$4 \$5 \$6; #X obj 122 268 unpack 0 0 0 0; #X obj 184 330 *; #X obj 122 330 *; #X obj 122 356 *; #X obj 236 200 unpack 0 0 0 0; #X obj 122 307 ==; #X obj 153 307 ==; #X obj 184 307 ==; #X obj 215 307 ==; #X msg 122 ...
{ "pile_set_name": "Github" }
CREATE OR REPLACE TEMPORARY VIEW tbl_a AS VALUES (1, 1), (2, 1), (3, 6) AS T(c1, c2); CREATE OR REPLACE TEMPORARY VIEW tbl_b AS VALUES 1 AS T(c1); -- SPARK-18597: Do not push down predicates to left hand side in an anti-join SELECT * FROM tbl_a LEFT ANTI JOIN tbl_b ON ((tbl_a.c1 = tbl_a.c2) IS NULL OR tbl_a.c...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="msapplication-tap-highlight" content="n...
{ "pile_set_name": "Github" }
# frozen_string_literal: true Capybara.add_selector(:xpath, locator_type: [:to_xpath, String], raw_locator: true) do xpath { |xpath| xpath } end
{ "pile_set_name": "Github" }
{ "RawDelegateCallGasMemoryAsk" : { "_info" : { "comment" : "", "filling-rpc-server" : "Geth-1.9.6-unstable-63b18027-20190920", "filling-tool-version" : "retesteth-0.0.1+commit.0ae18aef.Linux.g++", "lllcversion" : "Version: 0.5.12-develop.2019.9.13+commit.2d60...
{ "pile_set_name": "Github" }
package com.vaadin.tests.components.link; import com.vaadin.server.ExternalResource; import com.vaadin.server.ThemeResource; import com.vaadin.tests.components.TestBase; import com.vaadin.ui.Link; public class LinkIcon extends TestBase { @Override protected String getDescription() { return "The icon ...
{ "pile_set_name": "Github" }
'------------------------------------------------------------------------------ ' <autogenerated> ' This code was generated by a tool. ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </autogenerated> '---------------------------------------------------...
{ "pile_set_name": "Github" }
1346 1565594174132 httpcache-v1 Method: POST URL: https://www.notion.so/api/v3/getRecordValues Body:+110 { "requests": [ { "id": "96c8acdc-d81c-49de-aad4-c9f59dcfd010", "table": "block" } ] } Response:+1146 { "results": [ { "role": "comment_only", "value": { "alive": tr...
{ "pile_set_name": "Github" }
; 8 #### # #### # $ # ##### # #@## # ## #### $ ## # . ## # ## # # ## ### $ $ # ## # $## # # ## ......# $ $ # ## ## ## ##############
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x", "filename" : "tabnav_notification@3x.png" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
带领我审计入门的项目经理余总给我打电话,让我帮他做个小工具。 他说这是财务人经常会用的。就是筛选出摘要里包含某些关键字的序时账。 二话不说,立马答应下来。 毕竟他让我开了窍,让我感觉审计有意思。 其实这类工具当时给世茂房地产集团做个一个工具,功能稍微比这个还复杂强大点,由于当时直接在别人电脑 上做的,没有留存下来,所以花了一点时间简单实现了下。 ## 操作说明: ### 粘贴序时账 ![nGbhPe.png](https://s2.ax1x.com/2019/09/08/nGbhPe.png) 将你需要进行筛选操作的序时账粘贴到“序时账”表中。 ### 填写参数 ![nGbOIS.png](https://s2....
{ "pile_set_name": "Github" }
define(["request", "jquery"], function (request, $) { if (window.top._autz) { return window.top._autz; } var autz = window.top._autz = {}; autz.hasPermission = function () { return true; }; autz.hasRole = function () { return true; }; autz.hasFieldAccess = functi...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the LICENSE file in * the root directory of this source tree. */ package com.facebook.nuclide.debugger; /** Base class for debugger command interpreter. */ abstract class CommandInt...
{ "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" }
package qrm import ( "context" "errors" "github.com/go-jet/jet/v2/internal/utils" "reflect" ) // ErrNoRows is returned by Query when query result set is empty var ErrNoRows = errors.New("qrm: no rows in result set") // Query executes Query Result Mapping (QRM) of `query` with list of parametrized arguments `arg`...
{ "pile_set_name": "Github" }
FOLLOWER:SteelDefenderLVL=1 TYPE:Steel Defender BONUS:VAR|Proficiency_Bonus|MASTERVAR("Proficiency_Bonus") DEFINE:Proficiency_Bonus|0 DEFINE:MastersLevel|0 BONUS:VAR|MastersLevel|MASTERVAR("ArtificerLVL") BONUS:VAR|MastersIntelligenceMod|MASTERVAR("INT") DEFINE:ImprovedSteelDefender|0 DEFINE:MastersIntelligenceMod|0...
{ "pile_set_name": "Github" }
{ "id": 5342, "name": "Undead one", "incomplete": true, "members": true, "release_date": "2003-01-27", "combat_level": 68, "size": 1, "hitpoints": 47, "max_hit": 7, "attack_type": [ "slash" ], "attack_speed": 4, "aggressive": true, "poisonous": false, ...
{ "pile_set_name": "Github" }
# Generated by superflore -- DO NOT EDIT # # Copyright Open Source Robotics Foundation inherit ros_distro_melodic inherit ros_superflore_generated DESCRIPTION = "pr2_move_base" AUTHOR = "David Feil-Seifer <dave@cse.unr.edu>" ROS_AUTHOR = "Eitan Marder-Eppstein" HOMEPAGE = "http://ros.org/wiki/pr2_move_base" SECTION =...
{ "pile_set_name": "Github" }
// // WLProgress.m // WLWidget // // Created by 刘光强 on 2018/5/30. // Copyright © 2018年 quangqiang. All rights reserved. // #import "WLProgress.h" @implementation WLProgress /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (v...
{ "pile_set_name": "Github" }
// // AVOption.swift // SwiftFFmpeg // // Created by sunlubo on 2018/7/10. // import CFFmpeg // MARK: - AVOption typealias CAVOption = CFFmpeg.AVOption public struct AVOption { public var name: String /// The short English help text about the option. public var help: String? /// The offset relative to th...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 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" }
// // AppDelegate.h // UnitTestAppForMac // // Created by Benjawan Tanarattanakorn on 10/15/13. // Copyright (c) 2013 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> @class TestDatabaseSchema; @interface AppDelegate : NSObject <NSApplicationDelegate> { TestDatabaseSchema *mTestDBSchema; } ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Flutter InAppBrowser</title> <link rel="styleshee...
{ "pile_set_name": "Github" }
'use strict'; var strictUriEncode = require('strict-uri-encode'); var objectAssign = require('object-assign'); var decodeComponent = require('decode-uri-component'); function encoderForArrayFormat(opts) { switch (opts.arrayFormat) { case 'index': return function (key, value, index) { return value ==...
{ "pile_set_name": "Github" }
# Go support for Protocol Buffers - Google's data interchange format # # Copyright 2010 The Go Authors. All rights reserved. # https://github.com/golang/protobuf # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2008, Luke Benstead. 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 of conditions and the f...
{ "pile_set_name": "Github" }
rrbot: # Publish all joint states ----------------------------------- joint_state_controller: type: joint_state_controller/JointStateController publish_rate: 50 # Position Controllers --------------------------------------- joint1_position_controller: type: effort_controllers/JointPositionContr...
{ "pile_set_name": "Github" }
/* This file is part of darktable, Copyright (C) 2010-2020 darktable developers. darktable 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 opti...
{ "pile_set_name": "Github" }
// Copyright Michael D. Parker 2018. // 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) module bindbc.opengl.bind.gl44; import bindbc.opengl.config; static if(glSupport >= GLSupport.gl44) { ...
{ "pile_set_name": "Github" }
+------------+ | Memory | +-------------+ LOAD (0) | | +-------------+ | CPU 0 |<--------------| v <- 0 | LOAD (0) | CPU 1 | | | STORE (1) | |-------------->| | | ...
{ "pile_set_name": "Github" }
<div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tfc.NonnegativeParameterizer" /> <meta itemprop="path" content="Stable" /> <meta itemprop="property" content="__call__"/> <meta itemprop="property" content="__init__"/> </div> # tfc.NonnegativeParameterizer <table ...
{ "pile_set_name": "Github" }
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. timestamp='2007-07-22' # This file is free software; you can redistribute it and/or modify it # under the terms of th...
{ "pile_set_name": "Github" }
# Node Based Dialogue System for Unity This is a node-based visual narrative flow creation tool that uses Unity's GraphView API. ![](https://i.ibb.co/JngH8yr/header.png) ## Features - Infinite Branching and Merging dialogue capability. - Dialogue&Graph save/load system. - Minimap for easy navigation. - Search window ...
{ "pile_set_name": "Github" }
# ------------------------------------------------------------------------------- # Name: sfp_fullcontact # Purpose: Gather domain and e-mail information from FullContact.com API. # # Author: Steve Micallef <steve@binarypool.com> # # Created: 06/02/2018 # Copyright: (c) Steve Micallef # Licence: ...
{ "pile_set_name": "Github" }
1393172575421 Copy file
{ "pile_set_name": "Github" }
--- display_name: Gradescope topic: gradescope github_url: https://github.com/gradescope logo: gradescope.png related: autograder released: 2014 short_description: Gradescope is a suite of services to make grading coursework and providing feedback easier. url: https://www.gradescope.com/ --- Gradescope is a suite of se...
{ "pile_set_name": "Github" }
using AjaxControlToolkit.Design; using System; using System.ComponentModel; using System.Web.UI; using System.Web.UI.WebControls; namespace AjaxControlToolkit { /// <summary> /// TabPanel is a part of the TabContainer element. It can be used to organize page content. /// Each TabPanel defines its HeaderTe...
{ "pile_set_name": "Github" }
(* Copyright 2008-2018 Microsoft Research 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" }
gcr.io/google_containers/kube-scheduler-ppc64le:v1.13.9
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/ec2/model/TerminateInstancesRequest.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> using namespace Aws::EC2::Model; using namespace Aw...
{ "pile_set_name": "Github" }
// 20.2.2.11 Math.clz32(x) var $export = require('./_export'); $export($export.S, 'Math', { clz32: function clz32(x) { return (x >>>= 0) ? 31 - Math.floor(Math.log(x + 0.5) * Math.LOG2E) : 32; } });
{ "pile_set_name": "Github" }
require('../../modules/es6.object.is'); module.exports = require('../../modules/_core').Object.is;
{ "pile_set_name": "Github" }
{ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", "version": "2.12.4", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0" }, "private": true, "enableProposedApi": false, "icon": "images/subversion.png", "homep...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <title>IDBDatabase.createObjectStore() - create 1000 object stores, add one item and delete</title> <meta name=timeout content=long> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="support.js"></script> <script> var db, t = asyn...
{ "pile_set_name": "Github" }
0-15
{ "pile_set_name": "Github" }
name: "2020-zaragoza" # The name of the event. Four digit year with the city name in lower-case, with no spaces. year: "2020" # The year of the event. Make sure it is in quotes. city: "Zaragoza" # The displayed city name of the event. Capitalize it. event_twitter: "" # Change this to the twitter handle for your event s...
{ "pile_set_name": "Github" }
import { ForkOptions } from "child_process"; export = Farm; declare function Farm(name: string): Farm.Workers; declare function Farm(name: string, exportedMethods: string[]): Farm.Workers; declare function Farm(options: Farm.FarmOptions, name: string): Farm.Workers; declare function Farm( options: Farm.FarmOptions,...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'clipboard', 'en', { copy: 'Copy', copyError: 'Your browser security settings don\'t permit the editor to automatically execute ...
{ "pile_set_name": "Github" }
{% embed 'includes/componentHolder' with {"componentHolder": page.components} %} {% endembed %}
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> <head> <title>Page 1535</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> <!-- p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;} .ft01{font-size:11px;font-...
{ "pile_set_name": "Github" }