Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
2
99k
meta
dict
### Solution for "Download of Code Without Integrity Check" challenge This challenge showcases a situation common to software deployments where an update server is being used but integrity checks are no in place in order to validate the software has not been tampered with. Only thing required to do in order to pass i...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014-2016 Leosac This file is part of Leosac. Leosac is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later...
{ "pile_set_name": "Github" }
<at-dialog title="vm.title" on-close="vm.onClose"> <at-form state="vm.form" autocomplete="off" id="external_test_form"> <at-input-group col="12" tab="20" state="vm.form.inputs" form-id="external_test"></at-input-group> <at-action-group col="12" pos="right"> <at-action-button ...
{ "pile_set_name": "Github" }
<bx_include_base:../modules/base/profile/template/cover.html />
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: github.com/golang/protobuf/ptypes/any/any.proto package any import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" anypb "google.golang.org/protobuf/types/known/anypb" reflect "ref...
{ "pile_set_name": "Github" }
<html><head> <title>struct::skiplist - Tcl Data Structures</title> <style type="text/css"><!-- HTML { background: #FFFFFF; color: black; } BODY { background: #FFFFFF; color: black; } DIV.doctools { margin-left: 10%; margin-right: 10%; } DIV.doctools H1,DIV.doctools H2 { margin-...
{ "pile_set_name": "Github" }
THE_URL:file://localhost/Users/hubery/Public/ucar/Document/Functions/Contributed/zonalAve.shtml THE_TITLE:zonalAve NCL Home > Documentation > Functions > General applied math zonalAve Computes a zonal average of the input array. Prototype load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" fu...
{ "pile_set_name": "Github" }
{{/* Copyright 2020 The Magma Authors. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES ...
{ "pile_set_name": "Github" }
liTest run started liTest scala.scalanative.junit.MethodNameDecodeTest.abcd$u0020$u2206ƒ$u0020$uD83D$uDE00$u0020$times$u0020$hash$amp$ started ldTest scala.scalanative.junit.MethodNameDecodeTest.abcd$u0020$u2206ƒ$u0020$uD83D$uDE00$u0020$times$u0020$hash$amp$ finished, took <TIME> e01abcd$u0020$u2206ƒ$u0020$uD83D$uDE00$...
{ "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. package spdy // headerDictionary is the dictionary sent to the zlib compressor/decompressor. var headerDictionary = []byte{ 0x00, 0x00, 0x00, 0x07, 0x6f, 0x70...
{ "pile_set_name": "Github" }
{ "_from": "isstream@~0.1.2", "_id": "isstream@0.1.2", "_inBundle": false, "_integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "_location": "/isstream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "isstream@~0.1.2", "name": "isstream", "escapedName"...
{ "pile_set_name": "Github" }
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../config/boot' require 'commands/performance/request'
{ "pile_set_name": "Github" }
/** * Created by martin on 19.02.2017. */ import * as path from 'path'; let pkg = null; try { pkg = require(path.resolve(__dirname, '..', 'package.json')); } catch (e) { try { pkg = require(path.resolve(__dirname, '..', '..', 'package.json')); } catch (e) { pkg = null; } } export con...
{ "pile_set_name": "Github" }
'use strict'; var Promise = require('sporks/scripts/promise'), sporks = require('sporks'); var Config = function (slouch) { this._slouch = slouch; }; Config.prototype._couchDB2Request = function (node, path, opts, parseBody) { opts.uri = this._slouch._url + '/_node/' + node + '/_config/' + path; opts.parseBo...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 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" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\DB\Sql; /** * Class LimitExpression */ class LimitExpression extends Expression { /** * @var string */ protected $sql; /** * @var int */ protected $...
{ "pile_set_name": "Github" }
Ethereum入門 ============= [Ethereum入門](http://book.ethereum-jp.net)は、分散アプリケーションプラットフォーム「Ethereum(イーサリアム)」の技術入門書です。 Ethereumがどのように動作するのか、Ethereumを用いてどのように分散アプリケーションを開発していくか、について解説していきます。 Ethereumプロジェクトは最初の安定版(Homestead)リリースがされましたが、今後仕様が変更になる場合があります。仕様変更に伴い本書も逐次内容を変更していきます。 また本ドキュメントは**2018/3/10 現在、制作中です。** 本ドキュメントはオー...
{ "pile_set_name": "Github" }
### 更新时间Updated Updated可以让您在记录插入或每次记录更新时自动更新数据库中的标记字段为当前时间,需要在xorm标记中使用updated标记,如下所示进行标记,对应的字段可以为time.Time或者自定义的time.Time或者int,int64等int类型。 ```Go type User struct { Id int64 Name string UpdatedAt time.Time `xorm:"updated"` } ``` 在Insert(), InsertOne(), Update()方法被调用时,updated标记的字段将会被自动更新为当前时间,如下所示: ```G...
{ "pile_set_name": "Github" }
#ifndef __PMU_H #define __PMU_H #include <linux/bitops.h> #include "../../../include/linux/perf_event.h" enum { PERF_PMU_FORMAT_VALUE_CONFIG, PERF_PMU_FORMAT_VALUE_CONFIG1, PERF_PMU_FORMAT_VALUE_CONFIG2, }; #define PERF_PMU_FORMAT_BITS 64 struct perf_pmu__format { char *name; int value; DECLARE_BITMAP(bits, P...
{ "pile_set_name": "Github" }
#!/usr/bin/python # # Copyright 2018-2020 Polyaxon, 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 ...
{ "pile_set_name": "Github" }
package webrtc const ( // Unknown defines default public constant to use for "enum" like struct // comparisons when no value was defined. Unknown = iota unknownStr = "unknown" ssrcStr = "ssrc" receiveMTU = 8192 )
{ "pile_set_name": "Github" }
<!-- YAML added: v0.1.97 changes: - version: v10.0.0 pr-url: https://github.com/nodejs/node/pull/12562 description: 参数 `callback` 不再是可选的。 如果不传入,则在运行时会抛出 `TypeError`。 - version: v7.6.0 pr-url: https://github.com/nodejs/node/pull/10739 description: 参数 `path` 可以是 WHATWG `URL` 对象(使用 `file:` 协议)。 ...
{ "pile_set_name": "Github" }
box: yosssi/golang-latest@1.0.9 # Build definition build: # The steps that will be executed on build steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies - script: name: go get code: | ...
{ "pile_set_name": "Github" }
/* * Driver for audio on multifunction CS5535/6 companion device * Copyright (C) Jaya Kumar * * Based on Jaroslav Kysela and Takashi Iwai's examples. * This work was sponsored by CIS(M) Sdn Bhd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> </PropertyGroup> </Project>
{ "pile_set_name": "Github" }
#!/bin/bash -e export URL="http://localhost:3000" echo "Bulk loading" ./populate.py -d 8 --destination=$URL --domain="mydomain" --bulk echo "The home page" wrk -c 10 -d5 -t5 $URL | grep Requests echo "Single word search 'p'" wrk -c 10 -d5 -t5 "$URL/v1?q=p&d=mydomain" | grep Requests echo "Single word search 'python'"...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the Li...
{ "pile_set_name": "Github" }
<http://example/s> <http://example/p> <http://example/o> .
{ "pile_set_name": "Github" }
""" Two1 command to send bitcoin to another address """ # standart python imports import logging # 3rd party imports import click # two1 imports from two1.blockchain.exceptions import DataProviderError from two1.wallet.exceptions import WalletBalanceError from two1.commands.util import decorators from two1.commands.u...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftcsbits.c */ /* */ /* Fr...
{ "pile_set_name": "Github" }
debian/tmp/usr/bin/ansible-test usr/bin debian/tmp/usr/lib/python3/dist-packages/ansible_test usr/lib/python3/dist-packages
{ "pile_set_name": "Github" }
files { 0 1 1 test_job test_namespace strings1.xml 0 1 2 6 test_job test_namespace strings2.xml 0 2 3 13 test_job test_namespace strings3.xml 0 3 4 20 test_job test_namespace strings4.xml 0 4 5 28 test_job test_namespace strings5.xml 0 }
{ "pile_set_name": "Github" }
# Firejail profile for meld # Description: Graphical tool to diff and merge files # This file is overwritten after every install/update # Persistent local customizations include meld.local # Persistent global definitions include globals.local # If you want to use meld as git-mergetool (and maybe some other VCS integra...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/mdpi --> <info> <title>Processes</title> <id>http://www.zotero.org/s...
{ "pile_set_name": "Github" }
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js * * Copyright (c) 2009-2018 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" }
import { FocusZoneDirection } from '@fluentui/accessibility'; import { FocusTrapZone, FocusZone, FocusTrapZoneProps } from '@fluentui/react-bindings'; import * as React from 'react'; import * as ReactTestUtils from 'react-dom/test-utils'; import { keyboardKey } from '@fluentui/keyboard-key'; // rAF does not exist in n...
{ "pile_set_name": "Github" }
# Created by: Sean Farley <sean-freebsd@farley.org> # $FreeBSD$ PORTNAME= Mknod PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RLZWART PKGNAMEPREFIX= p5- MAINTAINER= sean-freebsd@farley.org COMMENT= Perl module interface to the mknod(2) system call USES= perl5 ...
{ "pile_set_name": "Github" }
<?php /* Copyright (c) 2012, Open Source Solutions Limited, Dublin, Ireland All rights reserved. Contact: Barry O'Donovan - barry (at) opensolutions (dot) ie http://www.opensolutions.ie/ This file is part of the OSS_SNMP package. Redistribution and use in source and binary forms, wi...
{ "pile_set_name": "Github" }
angular.module('uiRouterSample.contacts.service', [ ]) // A RESTful factory for retrieving contacts from 'contacts.json' .factory('contacts', ['$http', 'utils', function ($http, utils) { var path = 'assets/contacts.json'; var contacts = $http.get(path).then(function (resp) { return resp.data.contacts; }); ...
{ "pile_set_name": "Github" }
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
34