text
stringlengths
2
99k
meta
dict
/* * $Id: c_mpifnb.c,v 1.2 2008-07-23 16:16:53 haley Exp $ */ /************************************************************************ * * * Copyright (C) 2000 * * University Corporati...
{ "pile_set_name": "Github" }
/* * Copyright 2015-2018 Igor Maznitsa. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 40d85ef72aeb24b5da650efc13aa4a4a timeCreated: 1498693438 MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
1
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------ * (The MIT License) * * Copyright (c) 2008-2011 Rhomobile, Inc. * * 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Google 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: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
{ "pile_set_name": "Github" }
/* * This file is part of the UCB release of Plan 9. It is subject to the license * terms in the LICENSE file found in the top-level directory of this * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No * part of the UCB release of Plan 9, including this file, may be copied, * modified, prop...
{ "pile_set_name": "Github" }
import fib from './fib'; let key = 'obj'; export {key, fib};
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/res/android"> <alpha android:fromAlpha="1.0" android:toAlpha="0.0"/> <translate android:fromYDelta="0" android:toYDelta="50%"/> </set>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2017 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/license...
{ "pile_set_name": "Github" }
#!/bin/sh export LC_ALL="en_US.UTF-8" # working directory of koreader KOREADER_DIR="${0%/*}" # we're always starting from our working directory cd "${KOREADER_DIR}" || exit # export load library path export LD_LIBRARY_PATH=${KOREADER_DIR}/libs:${LD_LIBRARY_PATH} RETURN_VALUE=85 if [ $# -eq 0 ]; then # no argum...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
package de.lessvoid.nifty.effects.impl; import de.lessvoid.nifty.Nifty; import de.lessvoid.nifty.effects.EffectImpl; import de.lessvoid.nifty.effects.EffectProperties; import de.lessvoid.nifty.effects.Falloff; import de.lessvoid.nifty.elements.Element; import de.lessvoid.nifty.render.NiftyRenderEngine; impor...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * 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 ap...
{ "pile_set_name": "Github" }
(mclheader mcltype matrix dimensions 10x10 ) (mclmatrix begin 0 1 2 3 $ 1 0 4 5 $ 2 0 7 9 $ 3 0 6 8 $ 4 1 6 7 $ 5 1 8 9 $ 6 3 4 9 $ 7 2 4 8 $ 8 3 5 7 $ 9 2 5 6 $ )
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" class="js csstransforms3d"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Hugo 0.56.3" /> <meta name="description" content=""> <link rel="icon" href="/weblogic-kubernetes-operat...
{ "pile_set_name": "Github" }
{ "pluginIcon": "", "pluginName": "Simple about dialog", "pluginDescription": "Simple dialog about qutIM and it's authors", "extensionHeader": "simpleaboutcreator.h", "extensionClass": "Core::SimpleAboutCreator", "qmlTypes": { "aboutinfo.h": "Core::SimpleAbout::registerTypes();" } }
{ "pile_set_name": "Github" }
/* * Copyright 2012 LinkedIn Corp. * * 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" }
using BepuUtilities; using DemoContentLoader; using DemoRenderer; using System; using System.Numerics; using BepuPhysics; using BepuPhysics.Collidables; using System.Diagnostics; namespace Demos.SpecializedTests { public class MeshSerializationTestDemo : Demo { public override void Initialize(ContentA...
{ "pile_set_name": "Github" }
function generate_LR_Vimeo90K() %% matlab code to genetate bicubic-downsampled for Vimeo90K dataset up_scale = 4; mod_scale = 4; idx = 0; filepaths = dir('/data/datasets/SR/vimeo_septuplet/sequences/train/*/*/*.png'); for i = 1 : length(filepaths) [~,imname,ext] = fileparts(filepaths(i).name); folder_path = fi...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:42.136341", "description": "height level file system", "fork": false, "full_name": "RubyLouvre/hfs", "language": "JavaScript", "updated_at": "2015-02-27T23:43:17.720593" }
{ "pile_set_name": "Github" }
import {NgModule, Component} from '@angular/core'; import {CommonModule} from '@angular/common'; @Component({ selector: 'lazy-a-component', template: 'LazyC' }) export class LazyCComponent {} @NgModule({ imports: [CommonModule], exports: [LazyCComponent], declarations: [LazyCComponent], bootstrap: [LazyCC...
{ "pile_set_name": "Github" }
\lab{K-Means Clustering}{K-Means Clustering} \objective{Clustering is the one of the main tools in unsupervised learning---machine learning problems where the data comes without labels. In this lab we implement the k-means algorithm, a simple and popular clustering method, and apply it to geographic clustering and colo...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2012, Ajax.org B.V. * 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 sou...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of Tense in UD_German-PUD' udver: '2' --- ## Treebank Statistics: UD_German-PUD: Features: `Tense` This feature is universal. It occurs with 2 different values: `Past`, `Pres`. 2328 tokens (11%) have a non-empty value of `Tense`. 963 types (15%) occur at least once with a non-emp...
{ "pile_set_name": "Github" }
.search-title { text-align:right; padding-top:5px; } .cache-content{ width:100%; text-align:center; min-height:330px; } .json-content{ text-align:left; min-height:250px; word-wrap:break-word; }
{ "pile_set_name": "Github" }
package com.wangdaye.collection.ui; import android.annotation.SuppressLint; import android.content.Context; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import com.wangdaye.collec...
{ "pile_set_name": "Github" }
gcr.io/ml-pipeline/ml-pipeline-dataproc-analyze:e20fad3e161e88226c83437271adb063221459b9
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------------ Copyright (c) 2000 Tyrell Corporation. All rights reserved. Tyrell DarkIce File : AudioEncoder.h Version : $Revision$ Author : $Author$ Location : $Source$ Copyright notice: This program is free soft...
{ "pile_set_name": "Github" }
# This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) run Hermes::Application
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <data> <country name="Liechtenstein"> <rank>1</rank> <year>2008</year> <gdppc>141100</gdppc> <neighbor name="Austria" direction="E"/> <neighbor name="Switzerland" direction="W"/> </country> <country name="Singapore"> <rank>4</rank> ...
{ "pile_set_name": "Github" }
/** * Module dependencies. */ var tty = require('tty'); var util = require('util'); /** * This is the Node.js implementation of `debug()`. * * Expose `debug()` as the module. */ exports = module.exports = require('./debug'); exports.log = log; exports.formatArgs = formatArgs; exports.save = save; exports.load...
{ "pile_set_name": "Github" }
namespace MDK.Commands { static class CommandIds { public const int QuickDeploySolution = 0x0100; public const int ProjectOptions = 0x101; public const int RefreshWhitelistCache = 0x0102; public const int CheckForUpdates = 0x103; public const int DeployProject = 0x0104; ...
{ "pile_set_name": "Github" }
import os import copy import numpy as np import math import torch import torch.nn as nn def readtextfile(filename): with open(filename) as f: content = f.readlines() f.close() return content def writetextfile(data, filename): with open(filename, 'w') as f: f.writelines(data) f.clos...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 Samsung Electronics Co., Ltd. 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 r...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *----------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright 2012-2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2013, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file util_process.c * \brief utility functions for launching processes and checking their * status. Th...
{ "pile_set_name": "Github" }
["3.2.1+0"] git-tree-sha1 = "f2c12e7da9c4f7fab577619626b772f607e67b04" ["3.2.1+1"] git-tree-sha1 = "68b165c609961207baa3174e03d6d56e7a37124c" ["3.2.1+2"] git-tree-sha1 = "12d1f5728d8b17cbc7f721e80808a6cefb7c362b" ["3.2.1+3"] git-tree-sha1 = "a30d50f837074b6ab43b81d9dd8be190b40cdd45"
{ "pile_set_name": "Github" }
; RUN: opt < %s -instcombine -sample-profile -sample-profile-file=%S/Inputs/inline-combine.prof -S | FileCheck %s ; RUN: opt < %s -passes="function(instcombine),sample-profile" -sample-profile-file=%S/Inputs/inline-combine.prof -S | FileCheck %s %"class.llvm::FoldingSetNodeID" = type { %"class.llvm::SmallVector" } %"c...
{ "pile_set_name": "Github" }
# scale.tcl - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> # # Bindings for the TScale widget # # $Id: scale.tcl,v 1.1 2006/10/31 01:42:27 hobbs Exp $ namespace eval ttk::scale { variable State array set State { dragging 0 } } bind TScale <ButtonPress-1> { ttk::scale::Press %W %x %y...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-gogo. DO NOT EDIT. // source: google/protobuf/source_context.proto package types import ( bytes "bytes" fmt "fmt" proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" reflect "reflect" strings "strings" ) // Reference imports to suppress errors if t...
{ "pile_set_name": "Github" }
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
{ "pile_set_name": "Github" }
package api import ( "context" "fmt" "net/http" "strconv" "github.com/NYTimes/gizmo/server/kit" ocontext "golang.org/x/net/context" "github.com/NYTimes/gizmo/examples/nyt" ) // GRPC LAYER, add the middleware layer ourselves func (s service) GetMostPopularResourceTypeSectionTimeframe(ctx ocontext.Context, req...
{ "pile_set_name": "Github" }
// adapted from https://github.com/alexstanbury/chartist-plugin-axistitle/blob/master/src/scripts/chartist-plugin-axistitle.js import Chartist from 'chartist' const axisDefaults = { axisTitle: '', axisClass: 'ct-axis-title', offset: { x: 0, y: 0 }, textAnchor: 'middle', flipTitle: false }; const ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExcepti...
{ "pile_set_name": "Github" }
srcmod=bambooblocks bamboo srcmod=upgrade_aquatic driftwood srcmod=endergetic poise srcmod=swampexpansion willow srcmod=bloomful wisteria
{ "pile_set_name": "Github" }
# `wasmer` [![Build Status](https://github.com/wasmerio/wasmer/workflows/build/badge.svg?style=flat-square)](https://github.com/wasmerio/wasmer/actions?query=workflow%3Abuild) [![Join Wasmer Slack](https://img.shields.io/static/v1?label=Slack&message=join%20chat&color=brighgreen&style=flat-square)](https://slack.wasmer...
{ "pile_set_name": "Github" }
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Directed acyclic graph // this implementation is specifically suited to ordering dependencies module depgraph struct DepGraphNode { pub mut: name...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 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" }
#import <Foundation/Foundation.h> #include <CoreMotion/CoreMotion.h> @interface FODeviceMotion : NSObject @property (nonatomic, readonly, getter=isSensing) BOOL sensing; @property (nonatomic, copy) void (^_onDataChanged)(CMDeviceMotion* deviceMotionData); @property (nonatomic, copy) void (^_onError)(NSError* error); ...
{ "pile_set_name": "Github" }
@using Jmelosegui.Mvc.GoogleMap @{ ViewBag.Title = "Multiple Maps"; Layout = "~/Views/Shared/_LayoutExamples.cshtml"; } <div class="row"> <div class="col-md-6" style="height: 300px"> @( Html.GoogleMap() .Name("map") ) </div> <div class="col-md-6" style...
{ "pile_set_name": "Github" }
# Special extra rules for this directory subtypes.cc : . utilities\find_subtypes.exe @echo "Making subtypes.cc" utilities\find_subtypes $(DIRS) - $(ABSTRACT_TYPES) >subtypes.cc
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="support_ui_red">#F00</color> <color name="support_ui_green">#0F0</color> <color name="support_ui_blue">#00F</color> <color name="support_ui_yellow">#FF0</color> <integer-array name="support_ui_color_array"> <item>@color/support_ui_red</item...
{ "pile_set_name": "Github" }
require File.join(File.dirname(__FILE__), 'helper') class TC_Statement < Test::Unit::TestCase def setup @db = SQLite3::Database.new( "test.db" ) @db.transaction do @db.execute "create table foo ( a integer primary key, b text )" @db.execute "insert into foo ( b ) values ( 'foo' )" @db.execu...
{ "pile_set_name": "Github" }
/* * Table styles */ table.dataTable { width: 100%; margin: 0 auto; clear: both; border-collapse: separate; border-spacing: 0; /* * Header and footer styles */ /* * Body styles */ } table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td { pad...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Acronym element rendering test</title> <!-- Element Definition: Acronym: element contains an acronym --> <style type="text/css"> .text { color: blue } </style> </head> <body> <b><u>Visual Pass Criteria (Expected Rendering...
{ "pile_set_name": "Github" }
{ "name": "memio/memio", "license": "MIT", "type": "library", "description": "A highly opinionated PHP code generator library", "keywords": ["generator", "PHP", "code"], "homepage": "http://memio.github.io/memio", "authors": [ { "name": "Loïc Faugeron", "email...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.response.AlipayResponse import AlipayResponse class AlipayOpenPublicTemplateMessageIndustryModifyResponse(AlipayResponse): def __init__(self): super(AlipayOpenPublicTemplateMessageIndustryModifyResponse, self).__init__() ...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
{ "pile_set_name": "Github" }
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
{ "pile_set_name": "Github" }
#include <list> #include <vector> #include <string> #include "sentence.h" #include "tag.h" #ifndef __CORPORA_IO_H #define __CORPORA_IO_H typedef std::vector<Sentence> SentenceCollection; void readCorpus(const std::string &fn, SentenceCollection &sc); std::set<MorphInterp> makeVariants(const std::string &s); #endi...
{ "pile_set_name": "Github" }
name=Valley Dasher image=https://magiccards.info/scans/en/ktk/125.jpg value=2.750 rarity=C type=Creature subtype=Human,Berserker cost={1}{R} pt=2/2 ability=Haste;\ SN attacks each combat if able. timing=fmain oracle=Haste\nValley Dasher attacks each combat if able.
{ "pile_set_name": "Github" }
<?php // This file was auto-generated from sdk-root/src/data/elasticmapreduce/2009-03-31/examples-1.json return [ 'version' => '1.0', 'examples' => [],];
{ "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. // Package reflect is a fork of go's standard library reflection package, which // allows for deep equal with equality functions defined. package reflect impor...
{ "pile_set_name": "Github" }
package typings.devtoolsProtocol.anon import typings.devtoolsProtocol.mod.Protocol.Debugger.SetScriptSourceRequest import typings.devtoolsProtocol.mod.Protocol.Debugger.SetScriptSourceResponse import scala.scalajs.js import scala.scalajs.js.`|` import scala.scalajs.js.annotation._ @js.native trait ReturnTypeSetScript...
{ "pile_set_name": "Github" }
<?php class test { function hdlr($errno, $errstr, $errfile, $errline) { printf("[%d] errstr: %s, errfile: %s, errline: %d\n", $errno, $errstr, $errfile, $errline, $errstr); } } set_error_handler(array(new test(), "hdlr")); trigger_error("test"); ?>
{ "pile_set_name": "Github" }
#!/bin/sh # # Controls lldpd. # case $1 in start) printf "Starting lldpd: " start-stop-daemon -S -q -p /var/run/lldpd.pid --exec /usr/sbin/lldpd [ $? = 0 ] && echo "OK" || echo "FAIL" ;; stop) printf "Stopping lldpd: " start-stop-daemon -K -q -p /var/run/lldpd.pid [ $? = 0 ] && echo "OK" || echo "FAIL" ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/fsnotify_backend.h> #include <linux/path.h> #include <linux/slab.h> extern struct kmem_cache *fanotify_mark_cache; extern struct kmem_cache *fanotify_event_cachep; extern struct kmem_cache *fanotify_perm_event_cachep; /* * Structure for normal fanotify events. I...
{ "pile_set_name": "Github" }
Name: presburger Version: 1.3.1 License: BSD3 License-file: LICENSE Author: Iavor S. Diatchki Homepage: http://github.com/yav/presburger Maintainer: diatchki@galois.com Category: Algorithms Synopsis: A decision procedure for quantifier-free linear arithmetic. Desc...
{ "pile_set_name": "Github" }
package drivers import ( "bytes" "crypto/md5" "crypto/sha1" "crypto/sha256" "crypto/sha512" "encoding/hex" "fmt" "hash" "io" "io/ioutil" "net/http" "net/url" "os" "os/exec" "path" "path/filepath" "strings" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) type BaseDriver struct { Builtin ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9d4026abd0cbd0d4daddc49296c87e73 folderAsset: yes DefaultImporter: userData:
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0-only obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o netvsc_bpf.o
{ "pile_set_name": "Github" }
ca-fr: stuff_to_do_title: Mes tâches stuff_to_do_what_im_doing_now: "Les tâches que j'ai à faire" stuff_to_do_what_is_recommended: Les tâches que je dois accomplir par la suite stuff_to_do_what_is_available: Liste de mes tâches disponibles stuff_to_do_text_order_im_doing_it: (en ordre chronologique) stuff_t...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="file.ext"> <body> <trans-unit id="3"> <source>This value is not a valid mobile number.</source> <target>This value i...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////// /////////////// Welcome to Cello ////////////////////// /////////////////////////////////////////////////////////// JobID by date: 0x68 [ -dateID 0x68 -figures false -external_directory true -assignment_algorithm abstract_only -verilog /Users/peng/cell...
{ "pile_set_name": "Github" }
/** * <p> * Trust Boundary Violation is fancy name to describe tainted value passed directly to session attribute. * This could be an expected behavior that allow an attacker to change the session state. * </p> * <p> * When the parameter is dynamic, it is a lot more suspicious than when it is a dynamic value. * ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.7.0_181) on Fri Dec 21 18:17:21 UTC 2018 --> <title>org.opencv.utils</title> <meta name="date" content="2018-12-21"> <link rel="stylesheet" type="t...
{ "pile_set_name": "Github" }
package sdkio const ( // Byte is 8 bits Byte int64 = 1 // KibiByte (KiB) is 1024 Bytes KibiByte = Byte * 1024 // MebiByte (MiB) is 1024 KiB MebiByte = KibiByte * 1024 // GibiByte (GiB) is 1024 MiB GibiByte = MebiByte * 1024 )
{ "pile_set_name": "Github" }
package models.utils; import play.Configuration; import play.Logger; import play.libs.mailer.Email; import play.libs.mailer.MailerClient; import javax.inject.Inject; import play.libs.Akka; import scala.concurrent.duration.Duration; import scala.concurrent.duration.FiniteDuration; import java.util.ArrayList; import ...
{ "pile_set_name": "Github" }
framework module Pods_Get_It { umbrella header "Pods-Get It-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
@available(iOS 8.0, *) enum NEVPNError : Int { init?(rawValue rawValue: Int) var rawValue: Int { get } case configurationInvalid case configurationDisabled case connectionFailed case configurationStale case configurationReadWriteFailed case configurationUnknown } @available(iOS 8.0, *) let NEVPNErrorDo...
{ "pile_set_name": "Github" }
package libpython_clj.jna; import com.sun.jna.*; public class CFunction { public static interface KeyWordFunction extends Callback { Pointer pyinvoke(Pointer self, Pointer tuple_args, Pointer kw_args); } public static interface TupleFunction extends Callback { Pointer pyinvoke(Pointer self, Pointer t...
{ "pile_set_name": "Github" }
ev
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> * 2005-2007 Takahiro Hirofuchi * * 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 ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 Goldman Sachs. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Eclipse Distribution License v. 1.0 which accompany this distribution. * The Eclipse Public License is available at http://www.ecli...
{ "pile_set_name": "Github" }
{ "translatorID": "54ac4ec1-9d07-45d3-9d96-48bed3411fb6", "label": "National Library of Australia (new catalog)", "creator": "Philipp Zumstein", "target": "^https?://catalogue\\.nla\\.gov\\.au", "minVersion": "3.0", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport"...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "target": "es5", "forceConsistentCasingInFileNames": true, "module": "commonjs", "jsx": "react", "declaration": true, "sourceMap": true, "types": [ "es6-promise", "es6-collections", "webpack-env" ] } }
{ "pile_set_name": "Github" }
// // Copyright (c) ZeroC, Inc. All rights reserved. // #include <Ice/Ice.h> #include <TestHelper.h> #include <Test.h> using namespace std; Test::ChecksumPrxPtr allTests(Test::TestHelper* helper) { Ice::CommunicatorPtr communicator = helper->communicator(); string ref = "test:" + helper->getTestEndpoint(); ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
// Copyright (c) 2017, Tom Honermann // // This file is distributed under the MIT License. See the accompanying file // LICENSE.txt or http://www.opensource.org/licenses/mit-license.php for terms // and conditions. #include <cassert> #include <text_view_detail/error_status.hpp> namespace std { namespace experimental...
{ "pile_set_name": "Github" }
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com) * * 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 th...
{ "pile_set_name": "Github" }
package main import ( "errors" "net/http" "testing" "github.com/steinfletcher/apitest" ) func TestGetUser_Success(t *testing.T) { apitest.New(). Mocks(getPreferencesMock, getUserMock). Handler(newApp().Router). Get("/user"). Expect(t). Status(http.StatusOK). Body(`{"name": "jon", "is_contactable": t...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Piotr Jaroszyński <p.jaroszynski@gmail.com> * * 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 any later version. * * This pr...
{ "pile_set_name": "Github" }
/* eslint-env node */ import React from 'react'; import { render, Workspace, requireComponent } from 'workflow-react'; const { Atom } = requireComponent('workflow-app-atom'); export const flow = render( <Workspace name={'workflow-app-atom'}> <Atom file={__filename} /> </Workspace> );
{ "pile_set_name": "Github" }
enabled: false image: tag: "20200918134708" port_number: 9191 log_level: "INFO" os_user_domain_name: "Default" os_project_name: "master" os_project_domain_name: "ccadmin" # Deploy Ironic Prometheus alerts. alerts: # Name of the Prometheus to which the alerts should be assigned to. prometheus: openstack
{ "pile_set_name": "Github" }
function Get-HumanTime($Seconds) { if($Seconds -gt 0.99) { $time = [math]::Round($Seconds, 2) $unit = 's' } else { $time = [math]::Floor($Seconds * 1000) $unit = 'ms' } return "$time$unit" } function GetFullPath ([string]$Path) { if (-not [System.IO.Path]::IsPath...
{ "pile_set_name": "Github" }
#!/bin/bash set -ev if [[ $TRAVIS_PULL_REQUEST != "false" ]]; then NAME="pr/"$TRAVIS_PULL_REQUEST else NAME=$TRAVIS_BRANCH fi JOB_NUMBER=$(echo $TRAVIS_JOB_NUMBER | cut -d. -f1) DEPLOYPATH=s3-deploy/deploy/$NAME/$JOB_NUMBER VERSION=`tools/krpc-version.sh` echo $VERSION rm -rf $DEPLOYPATH mkdir -p $DEPLOYPATH...
{ "pile_set_name": "Github" }
#pragma once #include "send_packet_data.h" struct Send_Packet_Data { PNET_BUFFER m_net_buffer; UINT m_len; PMDL m_mdl; PVOID m_addr; unsigned char m_locked; unsigned char* m_data; HANDLE m_map_process; }; #define free_send_packet_data(packet_data) { \ if (packet_data) { \ if (packet_d...
{ "pile_set_name": "Github" }
# @cumulus/python-reference-task [`python_reference_workflow`]: https://github.com/nasa/cumulus/blob/master/example/cumulus-tf/python_reference_workflow.tf This 'task' is a reference task that is included with Cumulus to allow integration testing of the [`cumulus-message-adapter`](https://github.com/nasa/cumulus-mes...
{ "pile_set_name": "Github" }