text stringlengths 2 99.9k | meta dict |
|---|---|
msm8952 {
617
...
msm8976: {
650
652
653
660
}
} | {
"pile_set_name": "Github"
} |
/** @file
Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _FSP_COMMON_LIB_H_
#define _FSP_COMMON_LIB_H_
#include <FspGlobalData.h>
#include <FspMeasurePointId.h>
/**
This function sets the FSP global data pointer.
... | {
"pile_set_name": "Github"
} |
---
id: 5900f4031000cf542c50ff16
challengeType: 5
title: 'Problem 151: Paper sheets of standard sizes: an expected-value problem'
videoUrl: ''
localeTitle: ''
---
## Description
undefined
## Instructions
undefined
## Tests
<section id='tests'>
```yml
tests:
- text: ''
testString: 'assert.strictEqual(euler151(... | {
"pile_set_name": "Github"
} |
/*
www.sourceforge.net/projects/tinyxml
Original code (2.0 and earlier )copyright (c) 2000-2002 Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permiss... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019. JetBrains s.r.o.
* Use of this source code is governed by the MIT license that can be found in the LICENSE file.
*/
package jetbrains.datalore.plotDemo.model.plotConfig
import jetbrains.datalore.plot.parsePlotSpec
import jetbrains.datalore.plotDemo.model.PlotConfigDemoBase
import jetbrains... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
namespace OxidEsales\EshopCommunity\Migrations;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use OxidEsales\Eshop\Core\Config;
use OxidEsales\Eshop\Core\ConfigFile;
use OxidEsales... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
#
# Loading a kernel image via the kexec_file_load syscall can verify either
# the IMA signature stored in the security.ima xattr or the PE signature,
# both signatures depending on the IMA policy, or none.
#
# To determine whether the kernel image is signed, this test depen... | {
"pile_set_name": "Github"
} |
while (foo) {
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:int="http://www.springframework.org/schema/integration"
xmlns:int-jms="http://www.springframework.org/schema/integration/jms"
xmlns:util="http://w... | {
"pile_set_name": "Github"
} |
SET @start_rpl_read_size = @@global.rpl_read_size;
SELECT @start_rpl_read_size;
@start_rpl_read_size
8192
'#--------------------TEST 01------------------------#'
SET @@global.rpl_read_size = 102400;
SET @@global.rpl_read_size = DEFAULT;
SELECT @@global.rpl_read_size;
@@global.rpl_read_size
8192
'#---------------------T... | {
"pile_set_name": "Github"
} |
package top.androidman.internal.superline
/**
* @author yanjie
* @date 2019-12-25 23:40
* @version 1.0
* SuperLine的粉刷匠行为
*/
interface ISuperLinePlastererAction {
} | {
"pile_set_name": "Github"
} |
net: "VGG16_bbox_reg_train_test.prototxt"
test_iter: 1
test_interval: 5000
momentum: 0.9
weight_decay: 0.0005
base_lr: 0.002
lr_policy: "step"
gamma: 0.1
stepsize: 50000
display: 5000
max_iter: 150000
snapshot: 5000
snapshot_prefix: "model"
solver_mode: 1
| {
"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"
} |
<?xml version="1.0"?>
<!--Phoronix Test Suite v8.2.0m1-->
<PhoronixTestSuite>
<TestInformation>
<Title>Hierarchical INTegration</Title>
<AppVersion>1.0</AppVersion>
<Description>This test runs the U.S. Department of Energy's Ames Laboratory Hierarchical INTegration (HINT) benchmark.</Description>
<Res... | {
"pile_set_name": "Github"
} |
/* Gulp file to create dist
*/
var gulp = require("gulp");
var concat = require("gulp-concat");
var minify = require("gulp-minify")
var header = require('gulp-header');
var autoprefixer = require('gulp-autoprefixer');
const cssmin = require('gulp-cssmin');
/* Prevent error for reload */
function swallowEr... | {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
exports.GREATEST_LOWER_BOUND = 1;
exports.LEAST_UPPER_BOUND = 2;
/**
* Recursive implementation of binary sear... | {
"pile_set_name": "Github"
} |
//! Properties:
//! GTK2.RadioToolButton group
//!
//!
inherit GTK2.ToggleToolButton;
protected GTK2.RadioToolButton create( GTK2.RadioToolButton groupmember );
//! Create a GTK2.RadioToolButton.
//! Use without a parameter for a new group.
//! Use with another GTK2.RadioToolButton to add another
//! button to the ... | {
"pile_set_name": "Github"
} |
package org.stagemonitor.core.util;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.stagemonitor.core.metrics.metrics2.MetricName.name;
import com.codahale.metrics.Gauge;
import org.junit.Test;
import org.stagemonitor.core.metrics.metrics2.Metric2Registry;
p... | {
"pile_set_name": "Github"
} |
---
title: "crf++"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
<?php $this->load->view("partial/header"); ?>
<div id="receipt_wrapper">
<div id="receipt_header">
<div id="company_name"><?php echo $this->config->item('company'); ?></div>
<div id="company_address"><?php echo nl2br($this->config->item('address')); ?></div>
<div id="company_phone"><?php echo $this->config->item... | {
"pile_set_name": "Github"
} |
/**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file vector_uchar.h
* @auth... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: oracle:ojdbc14:10.2.0.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/oracle/ojdbc14/10.2.0.2/ojdbc14-10.2.0.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/oracle/ojdbc14/10.2.0.2/ojdbc14-10.2.0.2-javadoc.jar!/" />
... | {
"pile_set_name": "Github"
} |
import { Debugout } from './debugout';
describe('Debugout', () => {
let debugout;
const subjects = {
string: 'A string',
number: 26.2,
boolean: false,
date: new Date('2020-06-26T10:33:15Z'),
array: [0, 'string', {}],
object: { a: 'apple', b: 2, c: {}, d: [] },
function: () => 'it works... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js
*
* Copyright (c) 2013-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the L... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2003 Sun Microsystems, Inc. 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 Software Foundati... | {
"pile_set_name": "Github"
} |
{
"eth0": {
"address_family": "inet",
"down": [],
"method": "dhcp",
"post-up": [],
"pre-up": [],
"up": []
},
"lo": {
"address_family": "inet",
"down": [],
"method": "loopback",
"post-up": [],
"pre-up": [],
"up": ... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2019, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Prometheus 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... | {
"pile_set_name": "Github"
} |
// /***************************************************************************
// Aaru Data Preservation Suite
// ----------------------------------------------------------------------------
//
// Filename : Delegates.cs
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : Core algo... | {
"pile_set_name": "Github"
} |
Type.registerNamespace("Sys.Extended.UI.HtmlEditor.ToolbarButtons");
Sys.Extended.UI.HtmlEditor.ToolbarButtons.StrikeThrough = function(element) {
Sys.Extended.UI.HtmlEditor.ToolbarButtons.StrikeThrough.initializeBase(this, [element]);
}
Sys.Extended.UI.HtmlEditor.ToolbarButtons.StrikeThrough.prototype = {
ca... | {
"pile_set_name": "Github"
} |
name "Demo"
button "Open/Close", pin: 4
sensor "Door", pin: 17, high: "Open", low: "Closed"
switch "Light", pin: 18
sensor "Ruby Version" do
RUBY_VERSION
end
| {
"pile_set_name": "Github"
} |
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mattr=+avx512f | FileCheck %s
; RUN: llc < %s -mattr=+avx512f,+avx512vl,+avx512bw,+avx512dq | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
define void @... | {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./node"), exports);
tslib_1.__exportStar(require("./type"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiI... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-present Open Networking Foundation
*
* 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... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Contains rules integration for the path module needed during evaluation.
*
* @addtogroup rules
* @{
*/
/**
* Action implementation: Path alias.
*/
function rules_action_path_alias($source, $alias, $langcode = LANGUAGE_NONE) {
if (!$alias) {
path_delete(array('source' => $source, 'lan... | {
"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"
} |
'use strict'
var process = require('./process')
try {
module.exports = setImmediate
} catch (ex) {
module.exports = process.nextTick
}
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */
static const char * const aarch64_regstr_tbl[] = {
"%x0", "%x1", "%x2", "%x3", "%x4",
"%x5", "%x6", "%x7", "%x8", "%x9",
"%x10", "%x11", "%x12", "%x13", "%x14",
"%x15", "%x16", "%x17", "%x18", "... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | {
"pile_set_name": "Github"
} |
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Цветовые палитры</title>
</head>
<style>
@import "manual.css";
</style>
<body>
<h3>Цветовые палитры</h3>
<p><strong><em>Обратите внимание: эта глава посвящена не управлению цветом, а изменению и управлению цветными <a h... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f7xx_hal_eth.c
* @author MCD Application Team
* @version V1.0.0
* @date 12-May-2015
* @brief ETH HAL module driver.
* This file provides firmware functions to manage the following
*... | {
"pile_set_name": "Github"
} |
{
"description": "User Input",
"basePath": "src/",
"files": [
"!**/*.d.ts",
"!**/*.js"
],
"tags": ["input"]
}
| {
"pile_set_name": "Github"
} |
.. _extracting-text-from-figures:
Extracting Text From Figures
----------------------------
PDFs are structured documents, and can contain Figures. By default, PDFMiner.six and
hence py-pdf-parser does not extract text from figures.
You can :download:`download an example here </example_files/figure.pdf>`. In the
exam... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using GalaSoft.MvvmLight.Helpers;
using MALClient.Android.Activities;
using MALClient.Android.BindingConver... | {
"pile_set_name": "Github"
} |
---
layout: default
---
## Centralized Logging
Semantic Logger directly supports a centralized logging system consisting of:
* Semantic Logger
* Elasticsearch
* Distributed, scalable, and highly available data store
* Kibana
* Analytics and search dashboard for Elasticsearch
### Installation
For simplicity... | {
"pile_set_name": "Github"
} |
:107E000001C0B7C0112484B790E89093610010922C
:107E10006100882361F0982F9A70923041F081FFC1
:107E200002C097EF94BF282E80E0C6D0E9C085E05D
:107E30008093810082E08093C00088E18093C1003C
:107E40008FEE8093C40086E08093C2008EE0B4D0B1
:107E5000259A84E02BE93BEF91E030938500209355
:107E6000840096BBB09BFECF1D9AA8954091C000A0
:107E... | {
"pile_set_name": "Github"
} |
This is an attempt to make the utilities specified in
POSIX 1002.3 available, assuming /$objtype/ape/bin
and /lib/rc/ape are bound to /bin before the regular
bin directories.
Here's a brief description of the status of these commands.
EXECUTION ENVIRONMENT UTILITIES
awk Plan 9 awk.
system() uses rc instead of sh.
... | {
"pile_set_name": "Github"
} |
// <auto-generated />
using System;
using Heavy.Web.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Heavy.... | {
"pile_set_name": "Github"
} |
class UserDrop < BaseDrop
liquid_attributes << :login << :email
end
| {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////
// Module : editor_environment_suns_sun.cpp
// Created : 13.12.2007
// Modified : 04.01.2008
// Author : Dmitriy Iassenev
// Description : editor environment suns sun class
//////////////////////////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex ch... | {
"pile_set_name": "Github"
} |
// (C) Copyright Eric Friedman 2002-2003.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org for most recent version including documentation.
#ifndef BOOST_VARIANT_DETAIL_HAS_TRIVIAL... | {
"pile_set_name": "Github"
} |
/* rnaGene.c was originally generated by the autoSql program, which also
* generated rnaGene.h and rnaGene.sql. This module links the database and the RAM
* representation of objects. */
/* Copyright (C) 2014 The Regents of the University of California
* See README in this or parent directory for licensing info... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009 Wind River Systems, Inc.
* Tom Rix <Tom.Rix@windriver.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
/* Define MUSB_DEBUG before including this file to get debug macros */
#ifdef MUSB_DEBUG
#define MUSB_FLAGS_PRINT(v, x, y) \
if (((v) & MUSB_##x##_##y)) \
serial_printf("\t\t"#y"\n")... | {
"pile_set_name": "Github"
} |
//
// SCWebSocketDefines.h
// SocketCraft
//
// Created by yangxiao on 2017/2/21.
// Copyright © 2017年 Alipay. All rights reserved.
//
#ifndef SCWebSocketDefines_h
#define SCWebSocketDefines_h
#define DEFAULT_TIMEOUT_MILLSECOND 30000
#define DISPATCH_QUEUE_NAME "com.portal.websocket"
@class SCWebSocketHandler;
... | {
"pile_set_name": "Github"
} |
/*
Copyright The containerd 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... | {
"pile_set_name": "Github"
} |
/-- These DFA tests are for the handling of characters greater than 255 in
16- or 32-bit, non-UTF mode. --/
/^\x{ffff}+/i
\x{ffff}
0: \x{ffff}
/^\x{ffff}?/i
\x{ffff}
0: \x{ffff}
/^\x{ffff}*/i
\x{ffff}
0: \x{ffff}
/^\x{ffff}{3}/i
\x{ffff}\x{ffff}\x{ffff}
0: \x{ffff}\x{ffff}\x{ffff}
/^\x{ffff... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | {
"pile_set_name": "Github"
} |
rule k3e9_15e119925ee311b2
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=k3e9.15e119925ee311b2"
cluster="k3e9.15e119925ee311b2"
cluster_size="18... | {
"pile_set_name": "Github"
} |
'use strict';
var isRelative = require('is-relative');
var isWindows = require('is-windows');
/**
* Expose `isAbsolute`
*/
module.exports = isAbsolute;
/**
* Returns true if a file path is absolute.
*
* @param {String} `fp`
* @return {Boolean}
*/
function isAbsolute(fp) {
if (typeof fp !== 'string') {
... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>libogg - Decoding</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libogg documentation</p></td>
<td align=right><p class=tiny>libogg release 1.3... | {
"pile_set_name": "Github"
} |
/*
* ATLauncher - https://github.com/ATLauncher/ATLauncher
* Copyright (C) 2013-2020 ATLauncher
*
* 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 3 of the License, or
* (at... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIImageView.h>
@class UILabel;
@interface FailureBarView : UIImageView
{
UILabel *_titleLabel;
}
- (void).cxx_destruct;
- (void)setFailureCount:(long long)arg1... | {
"pile_set_name": "Github"
} |
# Contributing
Prometheus uses GitHub to manage reviews of pull requests.
* If you have a trivial fix or improvement, go ahead and create a pull request,
addressing (with `@...`) the maintainer of this repository (see
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
* If you plan to do s... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"import scipy.io as scio\n",
"import matplotlib.pyplot as plt\n",
"from matplotlib.lines import Line2D\n",
"import pylab\n",
"%matplotlib inline\n",
... | {
"pile_set_name": "Github"
} |
- basic
- meridian
- seconds
- spinners
- steps
- validation
- config
+ localization
| {
"pile_set_name": "Github"
} |
http://localhost
| {
"pile_set_name": "Github"
} |
package io.quarkus.hibernate.orm.deployment;
import java.util.Collection;
import org.hibernate.MultiTenancyStrategy;
import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor;
import io.quarkus.builder.item.MultiBuildItem;
import io.quarkus.datasource.common.runtime.DataSourceUtil;
import io.quarkus.hibe... | {
"pile_set_name": "Github"
} |
import $ from 'cheerio';
module.exports = function (input) {
var page = $.load(input);
var formFields = page('input[type="hidden"]');
var data = {};
formFields.each(function(i, elem) {
data[$(this).attr('name')] = $(this).attr('value');
});
return data;
}; | {
"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"
} |
#ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED
#define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// detail/sp_counted_base.hpp
//
// Copyright 2005-2013 Peter Dimov... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
Class-Path:
| {
"pile_set_name": "Github"
} |
/* This work is licensed under a Creative Commons CCZero 1.0 Universal License.
* See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
*
* Copyright 2016 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
*/
#ifndef UA_NETWORK_WS_H_
#define UA_NETWORK_WS_H_
#include <open62541/client.h>
#inc... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "TSizePropertyExtractor.h"
@interface TPropertyLogicalSizeExtractor : TSizePropertyExtractor
{
}
+ (id)extractor;
@end
| {
"pile_set_name": "Github"
} |
/*
* Written by Solar Designer and placed in the public domain.
* See crypt_blowfish.c for more information.
*
* contrib/pgcrypto/crypt-gensalt.c
*
* This file contains salt generation functions for the traditional and
* other common crypt(3) algorithms, except for bcrypt which is defined
* entirely in crypt_bl... | {
"pile_set_name": "Github"
} |
# pwn-env-init
**blog**:https://www.giantbranch.cn/
CTF PWN 做题环境一键搭建脚本
CTF PWN environment one-click build script
理论上适用于debian系的linux x64系统,但强烈建议在Ubuntu x64系统上安装使用
**如果怕麻烦的,可以直接下载我配置好的Ubuntu 16.04,为VMware导出的ovf格式**
链接:https://pan.baidu.com/s/1Ia8NPcXy414QOaiH14T3sQ
提取码:kypa
**账号密码:** giantbranch:giantbranch
(r... | {
"pile_set_name": "Github"
} |
# Event 4 - Personalization_HubPageInit
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|SqmSessionGuid|GUID|None|`None`|
|TBD|SqmID|UInt32|None|`None`|
|TBD|SqmType|UInt32|None|`None`|
|TBD|SqmDWORDDatapointValue|UInt32|None|... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//testMybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="me.zhyd.springboot.mybatis.mapper.MessageMapper">
<resultMap id="message_map" type="me.zhyd.springboot.mybatis.bean.Message">
<id ... | {
"pile_set_name": "Github"
} |
/*!
@file
Forward declares `boost::hana::fuse`.
@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_FWD_FUSE_HPP
#define BOOST_HANA_FWD_FUSE_HPP
#include <boost/hana/config.h... | {
"pile_set_name": "Github"
} |
namespace $.$$ {
export class $mol_svg extends $.$mol_svg {
@$mol_mem
computed_style() {
const win = this.$.$mol_dom_context
const style = win.getComputedStyle(this.dom_node())
if(!style['font-size']) $mol_state_time.now()
return style
}
@$mol_mem
font_size(): number {
return parseInt(this.... | {
"pile_set_name": "Github"
} |
include Stdlib.Sys
let linux =
match Io.String_path.read_file "/proc/sys/kernel/ostype" |> String.trim with
| "Linux" -> true
| _ -> false
| exception _ -> false
let force_remove =
if win32 then (
fun fn ->
try remove fn
with Sys_error _ ->
(* Try to remove the "read-only" attribute, then retry.... | {
"pile_set_name": "Github"
} |
input CreateMessageInput {
text: String!
roomId: ID!
}
type Message {
_id: ID!
text: String
roomId: ID!
createdBy: User
createdAt: Float!
updatedAt: Float!
}
type Query {
messages(roomId: ID!): [Message]
}
type Mutation {
sendMessage(input: CreateMessageInput!): Message
}
type Subscription {
newMessages(... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<!--
ID format AA-B-C-DD [group/subgroup/layer/item] eg: 990105 = group 99 / subgroup 0 / layer 1 / item 05
-->
<define property="true" evaluateNow="true">#image.posx:779</define>
<define property="true" evaluateNow="true">#image.posy:700</define>... | {
"pile_set_name": "Github"
} |
// 7zFolderInStream.cpp
#include "StdAfx.h"
#include "7zFolderInStream.h"
namespace NArchive {
namespace N7z {
CFolderInStream::CFolderInStream()
{
_inStreamWithHashSpec = new CSequentialInStreamWithCRC;
_inStreamWithHash = _inStreamWithHashSpec;
}
void CFolderInStream::Init(IArchiveUpdateCallback *updateCallb... | {
"pile_set_name": "Github"
} |
Dummy::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that
# your test database is "scratch space" for the test su... | {
"pile_set_name": "Github"
} |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_mar... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule shallowEqual
* @typechecks
* @flow
*/
/*eslint-disable no-self-compare */
'use strict';
const hasOwnProperty = Ob... | {
"pile_set_name": "Github"
} |
# Change Log
## [v0.4.0](https://github.com/akeru-inc/xcnotary/releases/tag/v0.4.0)
* Added support for .dmg file notarization. [#3](https://github.com/akeru-inc/xcnotary/issues/3)
* Handle "Unnotarized Developer ID" spctl response for new Developer accounts. [#4](https://github.com/akeru-inc/xcnotary/issues/4)
## [... | {
"pile_set_name": "Github"
} |
// Boost.Signals library
// Copyright Douglas Gregor 2003-2004. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// For more information, see http://www.boost.org/libs/signa... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2009 Microsoft Corporation
///
/// 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
/// ... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Australia/Perth)]} {
LoadTimeZoneFile Australia/Perth
}
set TZData(:Australia/West) $TZData(:Australia/Perth)
| {
"pile_set_name": "Github"
} |
{% set zun_log_dir = '/var/log/kolla/zun' %}
Listen {{ api_interface_address | put_address_in_context('url') }}:{{ zun_api_port }}
ServerSignature Off
ServerTokens Prod
TraceEnable off
KeepAliveTimeout {{ kolla_httpd_keep_alive }}
ErrorLog "{{ zun_log_dir }}/apache-error.log"
<IfModule log_config_module>
CustomLo... | {
"pile_set_name": "Github"
} |
---
title: Document your app list (Windows 10)
description: This planning topic describes the app information that you should document when you create a list of apps for AppLocker policies.
ms.assetid: b155284b-f75d-4405-aecf-b74221622dc0
ms.reviewer:
ms.author: dansimp
ms.prod: w10
ms.mktglfcycl: deploy
ms.sitesec: l... | {
"pile_set_name": "Github"
} |
$color: #F00;
#scsserror {
background: $color;
} | {
"pile_set_name": "Github"
} |
train_net: "models/pascal_voc/ZF/fast_rcnn/train.prototxt"
base_lr: 0.001
lr_policy: "step"
gamma: 0.1
stepsize: 30000
display: 20
average_loss: 100
momentum: 0.9
weight_decay: 0.0005
# We disable standard caffe solver snapshotting and implement our own snapshot
# function
snapshot: 0
# We still use the snapshot pref... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.