text
stringlengths
2
99k
meta
dict
bin/ja2 bin/ja2-launcher lib/libstracciatella.so man/man6/ja2.6.gz share/applications/ja2-stracciatella.desktop share/icons/hicolor/scalable/apps/ja2-stracciatella.svg %%DATADIR%%/externalized/ammo_types.json %%DATADIR%%/externalized/army-gun-choice-extended.json %%DATADIR%%/externalized/army-gun-choice-normal.json %%D...
{ "pile_set_name": "Github" }
1 0 5 0 5 1 1 41 0 11 1 0 0 1 3 0 3 0 1 0 7 0 0 0 1 0 1 0 0 0 1 3 1 0 1 1 0 0 8 0 1 0 1 0 1 1 0 0 1 0 1 0 5 1 0 1 0 0 1 3 7 3 1 1 1 23 0 1 3 1 0 1 1 0 0 0 0 37 33 0 0 0 1 0 1 0 1 17 14 0 3 1 0 0 0 3 1 1 1 1 6 1 17 0 1 3 18 1 16 1 0 0 16 4 6 1 1 15 24 0 0 17 0 3 2 19 1 1 1 11 6 14 1 1 0 0 3 5 0 0 0 1 25 1 18 1 1 0 0 3 1...
{ "pile_set_name": "Github" }
## Transformers This is the Transformers directory.
{ "pile_set_name": "Github" }
#include <cstdio> int main() { int T, N, M; scanf("%d", &T); while (T-->0) { scanf("%d %d", &N, &M); int moedas[N]; for(int i=0; i<N;i++) { scanf("%d", moedas+i); } int pd[M+1], minimo; pd[0]=0; for (int i=1; i<=M; i++) ...
{ "pile_set_name": "Github" }
// DON'T REMOVE THIS LINE. var global = (function() { return this; })(); ; global.amd.define("commonbridge1.ios.js", [ "module" ], function(module) { var exports = module.exports; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function() { ...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('forOwnRight', require('../forOwnRight')); func.placeholder = require('./placeholder'); module.exports = func;
{ "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" }
{ "version": 2, "groups": [ { "title": "Cluster Group 1", "description": "This is the description of the cluster group. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullam...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012-2014 LevelUP contributors * See list at <https://github.com/rvagg/node-levelup#contributing> * MIT License <https://github.com/rvagg/node-levelup/blob/master/LICENSE.md> */ var referee = require('referee') , assert = referee.assert , refute = referee.refute , crypto = require('crypto'...
{ "pile_set_name": "Github" }
require 'application_system_test_case' module Conversations class NotificationsTest < ApplicationSystemTestCase def start_conversation(as_user, to_user, change_subscription_state: nil) login_as(as_user, scope: :user) visit new_user_conversation_url(as_user, locale: :en, other_user: to_user.name) ...
{ "pile_set_name": "Github" }
# How to Contribute We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow. ## Contributor License Agreement Contributions to this project must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your ...
{ "pile_set_name": "Github" }
package gw.util.transform.java.Examples;// Example 57 from page 43 of Java Precisely second edition (The MIT Press 2005) // Author: Peter Sestoft (sestoft@itu.dk) class Example57 { public static void main(String[] args) { Point p = new Point(10, 20); int[] a = new int[5]; int d = 8; System.out.print...
{ "pile_set_name": "Github" }
1 301 404 551 828 1128 1428 1669 1934 1936 2236 2267 2567 2638 2938 3238 3427
{ "pile_set_name": "Github" }
/** * @name Cleartext storage of sensitive information using storable class * @description Storing sensitive information in cleartext can expose it to an attacker. * @kind problem * @problem.severity recommendation * @precision medium * @id java/cleartext-storage-in-class * @tags security * external/cwe/c...
{ "pile_set_name": "Github" }
// Copyright (C) 2016 by rr- // // This file is part of arc_unpacker. // // arc_unpacker 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) any later vers...
{ "pile_set_name": "Github" }
/* autogenerated by gensyscalls.py */ #include <asm/unistd.h> #include <linux/err.h> #include <machine/asm.h> ENTRY(__brk) mov ip, r7 ldr r7, =__NR_brk swi #0 mov r7, ip cmn r0, #(MAX_ERRNO + 1) bxls lr neg r0, r0 b __set_errno END(__brk)
{ "pile_set_name": "Github" }
{{/* vim: set filetype=mustache: */}} {{/* Expand the name of the chart. */}} {{- define "name" -}} {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} {{- end -}} {{/* Create a default fully qualified app name. We truncate at 63 chars because some Kubernetes name fields are limited to this (b...
{ "pile_set_name": "Github" }
/* * o2micro.h 1.13 1999/10/25 20:03:34 * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (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.mozilla.org/MPL/ * * Software distributed under t...
{ "pile_set_name": "Github" }
var assignValue = require('./_assignValue'), castPath = require('./_castPath'), isIndex = require('./_isIndex'), isObject = require('./isObject'), toKey = require('./_toKey'); /** * The base implementation of `_.set`. * * @private * @param {Object} object The object to modify. * @param {Array|stri...
{ "pile_set_name": "Github" }
{ "parent": "block/cube_all", "textures": { "all": "immersiveengineering:block/metal/sheetmetal_light_gray" } }
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // weighted_tail_quantile.hpp // // Copyright 2006 Daniel Egloff, Olivier Gygi. 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)...
{ "pile_set_name": "Github" }
// Copyright Peter Dimov 2001 // Copyright Aleksey Gurtovoy 2001-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/aux_/basic_bind.hpp" header // -- DO NOT modif...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
version: 1 dn: m-oid=2.5.13.32,ou=normalizers,cn=system,ou=schema m-oid: 2.5.13.32 m-fqcn: org.apache.directory.api.ldap.model.schema.normalizers.NoOpNormalizer objectclass: metaNormalizer objectclass: metaTop objectclass: top creatorsname: uid=admin,ou=system
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_connect_socket_w32_vsnprintf_54b.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-54b.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: connect...
{ "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 not use ...
{ "pile_set_name": "Github" }
using Grand.Domain.Catalog; using System.Collections.Generic; using System.Threading.Tasks; namespace Grand.Services.Catalog { /// <summary> /// Product tag service interface /// </summary> public partial interface IProductTagService { /// <summary> /// Delete a product tag ...
{ "pile_set_name": "Github" }
/* * A 32-bit implementation of the TEA algorithm * Copyright (c) 2015 Vesselin Bontchev * * 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 * ver...
{ "pile_set_name": "Github" }
// Copyright 2015 The etcd 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 t...
{ "pile_set_name": "Github" }
#include "irods_re_serialization.hpp" #include "irods_plugin_context.hpp" #include "rodsErrorTable.h" #include "boost/lexical_cast.hpp" namespace irods { namespace re_serialization { static void serialize_keyValPair( const keyValPair_t& _kvp, serialized_parameter_t& _out) { ...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /** * Renderer for Payflow Link information */ namespace Magento\Paypal\Block\Adminhtml\System\Config\Payflowlink; class Info extends \Magento\Config\Block\System\Config\Form\Field { /** * Template path ...
{ "pile_set_name": "Github" }
# encoding: utf-8 import pytest from rpython.rtyper.lltypesystem import rffi, lltype from pypy.interpreter.error import OperationError from pypy.module.cpyext.test.test_api import BaseApiTest, raises_w from pypy.module.cpyext.test.test_cpyext import AppTestCpythonExtensionBase from pypy.module.cpyext.bytesobject import...
{ "pile_set_name": "Github" }
#ifndef UV_HELPERS_H #define UV_HELPERS_H #define uv_fatal(e) { \ assert(0 != e); \ fprintf(stderr, "%s:%d - err:%s: %s\n", \ __FILE__, __LINE__, uv_err_name((e)), uv_strerror((e))); \ exit(1); } /** * Bind a listen socket * Abort if any failure. */ void uv_bind_listen_socket...
{ "pile_set_name": "Github" }
/*globals define, module, Symbol */ /*jshint -W056 */ (function (globals) { 'use strict'; var strings, messages, predicates, functions, assert, not, maybe, collections, slice, neginf, posinf, isArray, haveSymbols; strings = { v: 'value', n: 'number', s: 'string', b: 'boolean', o: 'obj...
{ "pile_set_name": "Github" }
*** Variables *** ${VAR_1} variable 1 ${VAR_2} variable 2 ${VAR_3} variable 3
{ "pile_set_name": "Github" }
<?php /** * Deprecated. * * As of BuddyPress Docs 1.2, all functionality formerly included in the BP_Docs_Integration class * is handled by the BP_Docs_Component class, located in includes/component.php * * @package BuddyPress_Docs */ _deprecated_file( wp_basename(__FILE__), '1.2', BP_DOCS_INCLUDES_PATH_ABS . ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) 2014-present, Facebook, Inc. All rights reserved. You are hereby granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute this software in source code or binary form for use in connection with the web service...
{ "pile_set_name": "Github" }
Images, layout descriptions, binary blobs and string dictionaries can be included in your application as resource files. Various Android APIs are designed to operate on the resource IDs instead of dealing with images, strings or binary blobs directly. For example, a sample Android app that contains a user interfac...
{ "pile_set_name": "Github" }
package com.enonic.xp.attachment; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertTrue; public class AttachmentTest { @Test public void getNameWitho...
{ "pile_set_name": "Github" }
-- boundary1.test -- -- db eval { -- SELECT a FROM t1 WHERE rowid >= 16383 ORDER BY a -- } SELECT a FROM t1 WHERE rowid >= 16383 ORDER BY a
{ "pile_set_name": "Github" }
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import PropTypes from 'prop-types'; import React from 'react'; import {FormattedMessage, injectIntl} from 'react-intl'; import {Groups} from 'mattermost-redux/constants'; import ConfirmModal from 'componen...
{ "pile_set_name": "Github" }
package binary import "testing" func TestInt8(t *testing.T) { b := make([]byte, 1) BigEndian.PutInt8(b, 100) i := BigEndian.Int8(b) if i != 100 { t.FailNow() } } func TestInt16(t *testing.T) { b := make([]byte, 2) BigEndian.PutInt16(b, 100) i := BigEndian.Int16(b) if i != 100 { t.FailNow() } } func Te...
{ "pile_set_name": "Github" }
using System; namespace HandlebarsDotNet.Compiler.Lexer { internal class LiteralExpressionToken : ExpressionToken { private readonly string _value; private readonly string _delimiter; public LiteralExpressionToken(string value, string delimiter = null) { _value = v...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> curl_easy_escape </keywords> </info> # Server-side # Client-side <client> <server> none </server> <tool> lib543 </tool> <name> curl_easy_escape </name> <command> - </command> </client> # Verify data after the test has been "shot" # # There's no MTDM in the protocol here since this cod...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtAndroidExtras module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding val...
{ "pile_set_name": "Github" }
// +build windows // Copyright 2013, Örjan Persson. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package logging import ( "bytes" "io" "log" "syscall" ) var ( kernel32DLL = syscall.NewLazyDLL("kernel32.dll") setCons...
{ "pile_set_name": "Github" }
module.exports = require('./placeholder');
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using LanguageExt; using LanguageExt.ClassInstances; using LanguageExt.TypeClasses; using static LanguageExt.Prelude; using sta...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, 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 Softwa...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 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. #ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_MOCK_CLOUD_POLICY_CLIENT_H_ #define COMPONENTS_POLICY_CORE_COMMON_CLOUD_MOCK_CLOUD_POLICY_CLIENT_H_ #incl...
{ "pile_set_name": "Github" }
# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=zlib - Win32 LIB Debug !MESSAGE This is not a v...
{ "pile_set_name": "Github" }
{# # This file is part of SolidInvoice package. # # (c) 2013-2015 Pierre du Plessis <info@customscripts.co.za> # # This source file is subject to the MIT license that is bundled # with this source code in the file LICENSE. #} {% extends '@SolidInvoiceCore/Layout/base.html.twig' %} {% block heading %} {% se...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" /> <title></title> </head> <body> </body> </html>
{ "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"); y...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
{ "pile_set_name": "Github" }
@import 'ej2-buttons/styles/button/bootstrap-dark.scss';
{ "pile_set_name": "Github" }
# Event 110 - CustomTrackingRecord ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|InstanceId|GUID|None|`None`| |TBD|RecordNumber|Int64|None|`None`| |TBD|EventTime|FILETIME|None|`None`| |TBD|Name|UnicodeString|None|`None`| |T...
{ "pile_set_name": "Github" }
/************************************************************************ * Copyright(c) 2010, One Unified. All rights reserved. * * email: info@oneunified.net * * * * This file is prov...
{ "pile_set_name": "Github" }
VideoCaptureDevice="Уређај за снимање видеа" Device="Уређај" ColorSpace.Default="Подразумевани" ColorRange.Partial="Делимично" ColorRange.Full="Потпуно" ConfigureAudio="Подеси звук" ConfigureVideo="Подеси видео" ConfigureCrossbar="Подеси crossbar" ResFPSType="Резолуција/FPS тип" ResFPSType.Custom="Прилагођено" ResFPSTy...
{ "pile_set_name": "Github" }
import Avatar from "@material-ui/core/Avatar"; import Card from "@material-ui/core/Card"; import CardContent from "@material-ui/core/CardContent"; import * as colors from "@material-ui/core/colors"; import { makeStyles } from "@material-ui/core/styles"; import Typography from "@material-ui/core/Typography"; import Pers...
{ "pile_set_name": "Github" }
describe GridService do it { should be_timestamped_document } it { should be_kind_of(EventStream) } it { should have_fields(:image_name, :name, :user, :entrypoint, :state, :net, :log_driver, :pid, :stop_signal).of_type(String) } it { should have_fields(:container_count, :memory, ...
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright 2012 Citrix Systems, Inc. Licensed under the # Apache License, Version 2.0 (the "License"); you may not use this # file except in compliance with the License. Citrix Systems, Inc. # reserves all rights not expressly granted by the License. # You may obtain a copy of the License at http://www.ap...
{ "pile_set_name": "Github" }
// TEST_CONFIG /* TEST_BUILD_OUTPUT .*designatedinit.m:\d+:\d+: warning: designated initializer should only invoke a designated initializer on 'super'.* .*designatedinit.m:\d+:\d+: note: .* .*designatedinit.m:\d+:\d+: warning: method override for the designated initializer of the superclass '-init' not found.* .*NSObje...
{ "pile_set_name": "Github" }
module github.com/aws/aws-sdk-go require github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2016, 2020 Eurotech and/or its affiliates and others * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this...
{ "pile_set_name": "Github" }
// // fcntl.h // // Copyright (c) Microsoft Corporation. All rights reserved. // // File control options used by _open(). // #pragma once #ifndef _INC_FCNTL // include guard for 3rd party interop #define _INC_FCNTL #define _O_RDONLY 0x0000 // open for reading only #define _O_WRONLY 0x0001 // open fo...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from django.db import migrations from oscar.core.loading import get_model from ecommerce.core.constants import ENROLLMENT_CODE_PRODUCT_CLASS_NAME ProductAttribute = get_model("catalogue", "ProductAttribute") ProductClass = get_model("catalogue", "ProductClass") def create_idverifyreq_attri...
{ "pile_set_name": "Github" }
#ifndef _INC_PMCC4_SYSDEP_H_ #define _INC_PMCC4_SYSDEP_H_ /*----------------------------------------------------------------------------- * pmcc4_sysdep.h - * * Copyright (C) 2005 SBE, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publi...
{ "pile_set_name": "Github" }
# Import ``` import { Facebook } from 'react-social-sharing' ``` # Use ```react showSource: true --- <Facebook link="http://sharingbuttons.io"/> ``` ```react showSource: true --- <Facebook simple link="http://sharingbuttons.io"/> ``` ```react showSource: true --- <Facebook simpleReverse link="http://sharingbuttons...
{ "pile_set_name": "Github" }
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
{ "pile_set_name": "Github" }
body { font: 28px; padding-left: 5px; padding-right: 5px; } form { padding-top: 10px; padding-bottom: 10px; }
{ "pile_set_name": "Github" }
.nh .TH "X86-RSQRTSS" "7" "May 2019" "TTMO" "Intel x86-64 ISA Manual" .SH NAME RSQRTSS - COMPUTE RECIPROCAL OF SQUARE ROOT OF SCALAR SINGLE-PRECISION FLOATING-POINT VALUE .TS allbox; l l l l l l l l l l . \fB\fCOpcode*/Instruction\fR \fB\fCOp/En\fR \fB\fC64/32 bit Mode Support\fR \fB\fCCPUID Feature Flag\fR \fB\fCDesc...
{ "pile_set_name": "Github" }
# SortRichEditor 支持图片文字混合编辑、排序的富文本编辑器 目前暂时支持的功能: - 支持图片文字混合添加、修改、删除 - 支持文字中间随意插入一张或多张图片 - 支持图片文字任意排序 # Preview 由于 gif 图片较大,网速不好的童鞋请耐心等待... 如果发现图片里面卡,那是还在缓冲。真实项目是很流畅的 <img src="preview/SortRichEditor.gif"/> # Usage 目前没有做很好的封装,如果需要使用SortRichEditor,请复制 editor 包中全部文件到您的项目当中 <br/> 以及以下三张图标资源文件 <br/> - icon_add_...
{ "pile_set_name": "Github" }
.pa 1 .he 'QUIT (II)'3/15/72'QUIT (II)' .ti 0 NAME quit -- turn off quit signal .s3 .ti 0 SYNOPSIS sys quit; flag / quit = 26. .s3 quit(flag) .s3 .ti 0 DESCRIPTION When flag____ is 0, this call disables quit signals from the typewriter (ASCII FS). When flag____ is non-zero, quits are re-enabled, and cause e...
{ "pile_set_name": "Github" }
{ "action": { "misuse": { "variety": [ "Data mishandling", "Privilege abuse" ], "vector": [ "Physical access" ] } }, "actor": { "internal": { "motive": [ "Financial" ], "variety": [ "End-user" ] } }, "asset...
{ "pile_set_name": "Github" }
// Copyright (C) 2017 Jérôme Leclercq // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once #ifndef NAZARA_VERTEXBUFFER_HPP #define NAZARA_VERTEXBUFFER_HPP #include <Nazara/Prerequisites.hpp> #include <Nazara/Core/Objec...
{ "pile_set_name": "Github" }
/* -*-c++-*- */ /* osgEarth - Geospatial SDK for OpenSceneGraph * Copyright 2008-2012 Pelican Mapping * http://osgearth.org * * osgEarth 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 ...
{ "pile_set_name": "Github" }
/*-----------------------------------------------------------------------------+ Copyright (c) 2010-2010: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or c...
{ "pile_set_name": "Github" }
^D:\DS_CODE\CHAPTER4\CHAPTER4\DEBUG\ALGORITHM.OBJ|D:\DS_CODE\CHAPTER4\CHAPTER4\DEBUG\CHAPTER4.EXE.EMBED.MANIFEST.RES|D:\DS_CODE\CHAPTER4\CHAPTER4\DEBUG\MAIN.OBJ|D:\DS_CODE\CHAPTER4\CHAPTER4\DEBUG\SSTRING.OBJ C:\PROGRAMDATA\NVIDIA CORPORATION\DRS\NVDRSDB1.BIN C:\WINDOWS\GLOBALIZATION\SORTING\SORTDEFAULT.NLS C:\PROGRA...
{ "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. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2017_10_01; import java.util.List; impo...
{ "pile_set_name": "Github" }
{ "name": "php-mock/php-mock", "type": "library", "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", "keywords": ["mock", "stub", "test double", "function", "test", "TDD", "BDD"], "homepage": "...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <errno.h> #include "open_device.h" #include "cmd_handler.h" #include "ms_debug.h" int ms_fd = -1; int start_test() { int result = -1; /* Handle signals */ if (register_signal_ha...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
<div class="spinner-wrapper col-xs-12"> <svg class="spinner-container" style="width:65px;height:65px" viewBox="0 0 44 44"> <circle class="path" cx="22" cy="22" r="20" fill="none" stroke-width="4"></circle> </svg> </div>
{ "pile_set_name": "Github" }
from __future__ import division from datetime import datetime from torch.autograd import Variable from model import * import argparse import sys from util import * import time import torch import random import logging import numpy as np import cPickle as pickle from datetime import timedelta from os.path import expand...
{ "pile_set_name": "Github" }
#Wed May 29 15:32:16 MSK 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
{ "pile_set_name": "Github" }
/** * Copyright 2010-present Facebook. * * 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" }
var formatDistanceLocale = { lessThanXSeconds: { one: 'bir saniyeden az', other: '{{count}} saniyeden az' }, xSeconds: { one: '1 saniye', other: '{{count}} saniye' }, halfAMinute: 'yarım dakika', lessThanXMinutes: { one: 'bir dakikadan az', other: '{{count}} dakikadan az' }, ...
{ "pile_set_name": "Github" }
using System; using Glass.Mapper.Sc.DataMappers; using NUnit.Framework; using Sitecore.Data; namespace Glass.Mapper.Sc.FakeDb.DataMappers { [TestFixture] public class SitecoreFieldBooleanMapperFixture : AbstractMapperFixture { #region Method - GetField [Test] pub...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the h...
{ "pile_set_name": "Github" }
// RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 -DI386 -analyzer-checker=core,debug.ExprInspection -fobjc-arc -analyzer-config c++-inlining=constructors -Wno-null-dereference -std=c++11 -verify -analyzer-config eagerly-assume=false %s // RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 -DI386 -analyzer-checke...
{ "pile_set_name": "Github" }
{ "comments": [ "Single Host connected to two devices (Dual-Homed)." ], "title": "Dual-Homed Scenario", "params": { "lastAuto": 0 }, "description": [ "Simple sequence of events...", "", "1. add instance", "2. add device [205]", "3. add device [206]", "4. add link [205] --> [2...
{ "pile_set_name": "Github" }
#!/usr/bin/env node --allow-natives-syntax 'use strict' const test = require('tape') const { assertKind , FAST_SMI_ONLY , FAST_DOUBLE , FAST , DICTIONARY } = require('./util/element-kind') // https://cs.chromium.org/chromium/src/v8/src/objects/js-array.h?type=cs&q=kmaxFast&l=90 const kMaxFastArrayLength ...
{ "pile_set_name": "Github" }
(ns plastic.worker.editor.layout.spatial (:require [plastic.logging :refer-macros [log info warn error group group-end]] [plastic.worker.editor.toolkit.id :as id] [plastic.util.helpers :as helpers] [plastic.worker.editor.layout.utils :as utils] [meld.zip :as zip])) ; -...
{ "pile_set_name": "Github" }
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build linux // +build ppc64le ppc64 // +build !gccgo package unix import "syscall" func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Er...
{ "pile_set_name": "Github" }
/* * Copyright 2015 the original author or 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 applicabl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="RunConfigurationProducerService"> <option name="ignoredProducers"> <set> <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> <option value="org.jetbrains.pl...
{ "pile_set_name": "Github" }
# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 4b06650fb3b6d4b738815827309fb1aa folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
namespace FluentAssertions.Formatting { public class NullValueFormatter : IValueFormatter { /// <summary> /// Indicates whether the current <see cref="IValueFormatter"/> can handle the specified <paramref name="value"/>. /// </summary> /// <param name="value">The value for which...
{ "pile_set_name": "Github" }