text stringlengths 2 99.9k | meta dict |
|---|---|
/*
Copyright 2017 Rice University
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"
} |
[](https://opensource.org/licenses/MIT) [](code_of_conduct.md)
# COVID-19 Self-reporting with Privacy
Privacy preserving voluntary COVID-19 self-rep... | {
"pile_set_name": "Github"
} |
new foo[bar]
| {
"pile_set_name": "Github"
} |
<Page
x:Class="Quarrel.MainView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Quarrel"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-c... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------
/*
TVP2 ( T Visual Presenter 2 ) A script authoring tool
Copyright (C) 2000 W.Dee <dee@kikyou.info> and contributors
See details of license at "license.txt"
*/
//---------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
--
-- patch-drop-comment-fields.sql
--
-- T166732. Drop old xx_comment fields, and defaults from xx_comment_id fields.
ALTER TABLE /*_*/ipblocks
DROP COLUMN ipb_reason,
ALTER COLUMN ipb_reason_id DROP DEFAULT;
| {
"pile_set_name": "Github"
} |
/*
* Copyright © 2020 Atomist, 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... | {
"pile_set_name": "Github"
} |
import requests
from flask import request
from threading import Thread
class MockServer(Thread):
def __init__(self, port=5000):
super().__init__()
from flask import Flask
self.port = port
self.app = Flask(__name__)
self.url = "http://127.0.0.1:%s" % self.port
self... | {
"pile_set_name": "Github"
} |
/* src/backend/utils/mb/Unicode/win1256_to_utf8.map */
static const pg_local_to_utf LUmapWIN1256[ 128 ] = {
{0x0080, 0xe282ac},
{0x0081, 0xd9be},
{0x0082, 0xe2809a},
{0x0083, 0xc692},
{0x0084, 0xe2809e},
{0x0085, 0xe280a6},
{0x0086, 0xe280a0},
{0x0087, 0xe280a1},
{0x0088, 0xcb86},
{0x0089, 0xe280b0... | {
"pile_set_name": "Github"
} |
; RUN: opt -safepoint-ir-verifier-print-only -verify-safepoint-ir -S %s 2>&1 | FileCheck %s
; In some cases, it is valid to have unrelocated pointers used as compare
; operands. Make sure the verifier knows to spot these exceptions.
; comparison against null.
define i8 addrspace(1)* @test1(i64 %arg, i8 addrspace(1)*... | {
"pile_set_name": "Github"
} |
package goquery
import (
"strings"
"golang.org/x/net/html"
)
// After applies the selector from the root document and inserts the matched elements
// after the elements in the set of matched elements.
//
// If one of the matched elements in the selection is not currently in the
// document, it's impossible to inse... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function (h, selectClass) {
var _this = this;
return function (column) {
var options = [];
var selected;
var search = _this.source == 'client' ? _this.search.bind(_this, _this.data) : _this.serverSearch.bind(_this);
var displayable = _this.opts.listColumns[column].f... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/clouddirectory/model/ListObjectPoliciesResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#inc... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and 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 applic... | {
"pile_set_name": "Github"
} |
var Immutable = require('immutable');
var Options = Immutable.Record({
// Root folder for the output
root: String(),
// Prefix for generation
prefix: String('ebook'),
// Format to generate using ebook-convert
format: String(),
// Force use of absolut... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "https://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="com.puppycrawl.tools.checkstyle.Checker">
<!-- Root Checks -->
<module name="com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck">
<proper... | {
"pile_set_name": "Github"
} |
---
uid: web-forms/videos/aspnet-dynamic-data/begin-modifying-dynamic-data-applications-with-url-routing
title: "Begin Modifying Dynamic Data Applications with URL Routing | Microsoft Docs"
author: JoeStagner
description: "This video introduces ASP.NET Dynamic Data URL routing and shows how to configure an application'... | {
"pile_set_name": "Github"
} |
{
"name": "Miu",
"version": "0.1.4",
"authors": [
"0x142857 <i@0x142857.com>"
],
"description": "Markdown Editor for Windows",
"main": "index.html",
"moduleType": [
"node"
],
"keywords": [
"markdown"
],
"license": "MIT",
"homepage": "https://miu.0x142857.com",
"ignore": [
"**/.... | {
"pile_set_name": "Github"
} |
;/*++
;
;Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
;This program and the accompanying materials
;are licensed and made available under the terms and conditions of the BSD License
;which accompanies this distribution. The full text of the license may be foun... | {
"pile_set_name": "Github"
} |
# 80 ---------------------------------------------------------------------------
if (true) {
if (true) {
sources +=
rebase_path(gypi_values.browser_chromeos_non_athena_sources,
".",
"//chrome") +
rebase_path(gypi_values.browser_chromeos_extension_non_athena_... | {
"pile_set_name": "Github"
} |
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS File System Recognizer
* FILE: drivers/filesystems/fs_rec/ffs.c
* PURPOSE: FFS Recognizer
* PROGRAMMER: Peter Hater
* Pierre Schweitzer (pierre@reactos.org)
*/
/* INCLUDES *****... | {
"pile_set_name": "Github"
} |
as yet unclassified
definedQkind
"Returns a string constant which will be the result of a defined? operator.
See Pickaxe page 94 . defined? is a reserved word operator, not a message send."
^ #expression
| {
"pile_set_name": "Github"
} |
import { Lang } from "../.internal/Lang";
// THAI
const lang: Lang = {
"AD": "อันดอร์รา",
"AE": "สหรัฐอาหรับเอมิเรตส์",
"AF": "อัฟกานิสถาน",
"AG": "แอนติกาและบาร์บูดา",
"AI": "แองกวิลลา",
"AL": "แอลเบเนีย",
"AM": "อาร์เมเนีย",
"AO": "แองโกลา",
"AQ": "แอนตาร์กติกา",
"AR": "อาร์เจนตินา",
"AS": "อเมริกันซามัว"... | {
"pile_set_name": "Github"
} |
package main
import (
"encoding/binary"
"io"
)
// File layout
//
// Header (big endian U32)
// - number of pages
// - width in pixels
// - height in pixels
// - X grid size
// - Y grid size
// for each page:
// - size of each tile in bytes (X x Y)
// - size of full page view in bytes
// - size of thumbnail... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
template<int X[10]> struct A;
template<int *X> struct A;
template<int f(float, double)> struct B;
typedef float FLOAT;
template<int (*f)(FLOAT, double)> struct B;
| {
"pile_set_name": "Github"
} |
import { Event } from "../events/Event"
import { EventDispatcher } from "../events/EventDispatcher"
import { Browser } from "../utils/Browser"
import { Byte } from "../utils/Byte"
/**
* 连接建立成功后调度。
* @eventType Event.OPEN
* */
/*[Event(name = "open", type = "laya.events.Event")]*/
/**
* 接收到数据后调度。
* @eventType Even... | {
"pile_set_name": "Github"
} |
/*
* Author:
* Guido Draheim <guidod@gmx.de>
* Tomi Ollila <too@iki.fi>
*
* Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim
* All rights reserved,
* use under the restrictions of the
* Lesser GNU General Public License
* or alternatively the restrictions
* ... | {
"pile_set_name": "Github"
} |
---
title: "Blog Post"
slug: blog-post
src: /templates/blog-post
categories: blog
description: "A simple, unstyled, blog post starter template for creating Bootstrap 4 blog posts"
bump: "A blog post starter template"
img-thumbnail: /assets/img/screenshots/te... | {
"pile_set_name": "Github"
} |
@block util from "./utility.block.css";
@block inherited from "./inherited-compositions.block.css";
:scope {
extends: inherited;
}
.red {
composes: "util.red";
}
.green {
composes: "util.green";
}
.green-bold {
composes: "util.green", "util.bold";
}
.pink {
composes: "util[pink]";
}
.purple {
composes... | {
"pile_set_name": "Github"
} |
<template>
<div class="row">
<template v-for="(data, index) in set.data">
<div class="col-4 text-center">
<h5 :class="'mb-0 gender-text gender-' + data.label.toLowerCase()">
{{ offset(data.count) }}
</h5>
</div>
<div v-if="set.datum && index === 0" class="col-4 text-... | {
"pile_set_name": "Github"
} |
Atrean Dragoons Light Mechs
Flea FLE-15,1
Hermes HER-1S,2
Wasp WSP-1A,3
Locust LCT-1V,4
Stinger STG-3R,5
Falcon FLC-4N,6
Spider SDR-5V,5
Mongoose MON-66,4
Firefly FFL-4A,3
Hermes HER-1Sb,2
Night Hawk NTK-2Q,1
| {
"pile_set_name": "Github"
} |
/*
* From http://www.redblobgames.com/maps/mapgen2/
* Original work copyright 2017 Red Blob Games <redblobgames@gmail.com>
* Unreal Engine 4 implementation copyright 2018 Jay Stevens <jaystevens42@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in ... | {
"pile_set_name": "Github"
} |
/* keydb.h - Key database
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
* 2006, 2010 Free Software Foundation, Inc.
* Copyright (C) 2015, 2016 g10 Code GmbH
*
* This file is part of GnuPG.
*
* GnuPG is free software; you can redistribute it and/or modify
* it under the terms of t... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=cups-bjnp
PKG_VERSION:=2.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/cups-bjnp
PKG_MD5SUM... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "CDStructures.h"
@class DVTTeamRecord, NSString;
@interface DVTOMCRecord : NSManagedObject
{
}
+ (id)coreDataEntityName;
// Remaining properties
@property(retain, nonato... | {
"pile_set_name": "Github"
} |
/**************************************************************************
OmegaT - Computer Assisted Translation (CAT) tool
with fuzzy matching, translation memory, keyword search,
glossaries, and translation leveraging into updated projects.
Copyright (C) 2000-2006 Keith Godfrey, Maxym Mykhalc... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `range_inclusive` fn in crate `core`.">
<meta name="keyword... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/fonts/HTML-CSS/TeX/png/SansSerif/Italic/CombDiacritMarks.js
*
* Copyright (c) 2010-2013 The MathJax Consortium
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance w... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 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.
#include "test/cctest/cctest.h"
#include "test/cctest/wasm/wasm-run-utils.h"
#include "test/common/wasm/wasm-macro-gen.h"
namespace v8 {
namespace inte... | {
"pile_set_name": "Github"
} |
package analytics
import (
"reflect"
"strings"
)
// Imitate what what the JSON package would do when serializing a struct value,
// the only difference is we we don't serialize zero-value struct fields as well.
// Note that this function doesn't recursively convert structures to maps, only
// the value passed as ar... | {
"pile_set_name": "Github"
} |
# Custom::IssuedCertificate
The `Custom::IssuedCertificate` waits until a certificate reaches the state 'ISSUED'.
No actually resource is created. If you need to use the issued certificate, please let your ELB or CloudFront Distribution depend on this resource. It will return the ARN of the Certificate.
## Syntax
To ... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <pthread.h>
void *thread_function(void *arg); /* Pointer to function executed by each thread */
int slow = 0;
#define NUM 5
int main() {
int res;
pthread_t threads[NUM];
void *thread_result;
int args[NUM];
int i;
for (i = 0... | {
"pile_set_name": "Github"
} |
/*
* Security Management
*
* Copyright (C) 2005 Robert Shearman
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any late... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
android:duration="400"
android:fromAlpha="1.0"
android:toAlpha="0.0"/>
</set>
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2016 Broad Institute, 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 without
* restriction, including without limitation the rights to use,
* copy, modify, merge,... | {
"pile_set_name": "Github"
} |
GPRBUILD=gprbuild
GPRCLEAN=gprclean
all default:
$(GPRBUILD) -p -Pcli
clean:
$(GPRCLEAN) -q -r -Pcli
| {
"pile_set_name": "Github"
} |
// Licensed to Elasticsearch B.V. under one or more contributor
// license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright
// ownership. Elasticsearch B.V. licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may
// not use ... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagi... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#define PICOBENCH_IMPLEMENT_WITH_MAIN
#include "../key_pair.h"
#include <picobench/picobench.hpp>
using namespace std;
static const string lorem_ipsum =
"Lorem ipsum dolor sit amet, consectetur adipiscing "
"el... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Shlinkio\Shlink\CLI\Util;
use Shlinkio\Shlink\CLI\Exception\GeolocationDbUpdateFailedException;
interface GeolocationDbUpdaterInterface
{
/**
* @throws GeolocationDbUpdateFailedException
*/
public function checkDbUpdate(?callable $mustBeUpdated = null, ?cal... | {
"pile_set_name": "Github"
} |
:title: Using an SSL Certificate with Deis
:description: Enabling and configuring SSL on applications using the SSL endpoint.
.. _app_ssl:
Application SSL Certificates
============================
SSL is a cryptographic protocol that provides end-to-end encryption and integrity for all web
requests. Apps that trans... | {
"pile_set_name": "Github"
} |
<header>ADSL Клиентски модул</header>
Този модул ви позволява да конфигурирате RP-PPPoE ADSL клиентска програма,
която се използва за свързване в Мрежата посредством Ethernet-свързан
ADSL модем поддържащ PPPoE (PPP през Ethernet) протокол. Той няма да
работи с USB свързани ADSL модеми нито с тези намиращи се в мостово... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?><xliff version="1.1" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://docs.oasis-open.org/xliff/v1.2/cs02/xliff-core-1.2-strict.xsd">
<file datatype="plaintext" original="system/mo... | {
"pile_set_name": "Github"
} |
/*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: org.apache.http.entity.EntityTemplate
================================================================================*/
#ifndef J2CPP_IN... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
<AssemblyName>Datastore</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>Datastore</PackageId>
</PropertyGroup>
... | {
"pile_set_name": "Github"
} |
package db_test
import (
"strconv"
"sync"
"testing"
"github.com/OpenBazaar/openbazaar-go/repo"
"github.com/OpenBazaar/openbazaar-go/repo/db"
"github.com/OpenBazaar/openbazaar-go/schema"
)
func buildNewFollowingStore() (repo.FollowingStore, func(), error) {
appSchema := schema.MustNewCustomSchemaManager(schema... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
CMAKE_GLOBAL_AUTORCC_TARGET_NAME
--------------------------------
Change the name of the global ``autorcc`` target.
When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a global custom target
named ``autorcc`` is created. :variable:`CMAKE_GLOBAL_AUTORCC_TARGET_NAME`
allows to set a different name for that target... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2015 JetBrains s.r.o.
*
* 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"
} |
<?php
$module_enable_contact = true;
$module_enable_account = true;
$module_enable_approve = true;
$module_enable_product = false;
$module_enable_importexport = true;
$module_enable_attachment = true;
$module_relatedmodule = '';
$module_enname = 'relsetting';
$module_cnname = '相关设置';
$module_parenttabid = '1';
$module_... | {
"pile_set_name": "Github"
} |
# JSBridge
### 前言
JsBridge,顾名思义,就是作为 js 和 native 之间通信的桥梁,而且是双向通信的通道。

### 调用方式
#### 1. Android 调用 JS

#### 2. JS 调用 Android

### 原理
- [移动混合开发中的 JSBridge](https://mp.weixin.... | {
"pile_set_name": "Github"
} |
# Encoding file: cp864, single-byte
S
003F 0 1
00
0000000100020003000400050006000700080009000A000B000C000D000E000F
0010001100120013001400150016001700180019001A001B001C001D001E001F
00200021002200230024066A0026002700280029002A002B002C002D002E002F
0030003100320033003400350036003700380039003A003B003C003D003E003F
0040004100... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"context"
"encoding/json"
"fmt"
"net/url"
"github.com/olivere/elastic/uritemplates"
)
// IndicesRollove... | {
"pile_set_name": "Github"
} |
.claro .dijitInlineEditBoxDisplayMode {
border: 1px solid transparent;
}
.claro .dijitInlineEditBoxDisplayModeHover {
background-color: #e5f2fe;
border: solid 1px #759dc0;
}
.dj_ie6 .claro .dijitInlineEditBoxDisplayMode {
border: none;
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>AnyAsyncAction Protocol Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 Twitter, 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 agr... | {
"pile_set_name": "Github"
} |
{ stdenv, makeDesktopItem, makeWrapper, requireFile, unzip, jdk }:
let
version = "20.2.0.175.1842";
desktopItem = makeDesktopItem {
name = "sqldeveloper";
exec = "sqldeveloper";
icon = "sqldeveloper";
desktopName = "Oracle SQL Developer";
genericName = "Oracle SQL Developer";
comment = "Or... | {
"pile_set_name": "Github"
} |
using System;
using UnityEngine;
using UnityStandardAssets.CrossPlatformInput.PlatformSpecific;
namespace UnityStandardAssets.CrossPlatformInput
{
public static class CrossPlatformInputManager
{
public enum ActiveInputMethod
{
Hardware,
Touch
}
private static VirtualInput activeInput;
private stat... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace SqlSugar
{
public class SubGroupBy : ISubOperation
{
public bool HasWhere
{
get; set;
}
public string Name
{
get { ret... | {
"pile_set_name": "Github"
} |
#pragma once
#include <map>
#include <string>
namespace proplib
{
typedef std::map<std::string, std::string> ParameterMap;
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
// --- CLASS DocumentEditor
// ----------... | {
"pile_set_name": "Github"
} |
- name: event.kind
type: keyword
description: Event kind (e.g. event)
- name: event.category
type: keyword
description: Event category (e.g. database)
- name: event.code
type: keyword
description: Identification code for this event
- name: event.type
type: keyword
description: Event severity (e.g. info,... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... | {
"pile_set_name": "Github"
} |
#import "GlanceController.h"
@interface GlanceController ()
@property (weak, nonatomic) IBOutlet WKInterfaceLabel *titleLabel;
@property (weak, nonatomic) IBOutlet WKInterfaceLabel *descriptionLabel;
@end
@implementation GlanceController
@end
| {
"pile_set_name": "Github"
} |
/****************************************************************
Copyright 1990 - 1997 by AT&T, Lucent Technologies and Bellcore.
Permission to use, copy, modify, and distribute this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in al... | {
"pile_set_name": "Github"
} |
'use strict';
const path = require('path');
const Module = require('module');
const resolveFrom = (fromDir, moduleId, silent) => {
if (typeof fromDir !== 'string') {
throw new TypeError(`Expected \`fromDir\` to be of type \`string\`, got \`${typeof fromDir}\``);
}
if (typeof moduleId !== 'string') {
throw new ... | {
"pile_set_name": "Github"
} |
# Event 11509 - HDSrv_NonVolume_NotifyShell
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|ContainerIdentifier|UnicodeString|None|`None`|
|TBD|DeviceIdentifier|UnicodeString|None|`None`|
## Tags
* etw_level_Informational
* ... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 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 t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="../metro/css/metro-all.css?ver=@@b-version" rel="stylesheet">
<title>Test Dropdown - Metro 4 :: Popular HTML, CSS and JS... | {
"pile_set_name": "Github"
} |
## Proxy 和 Reflect
1、**Proxy**:
Proxy(代理) 是 ES6 中新增的一个特性。Proxy 让我们能够以简洁易懂的方式控制外部对对象的访问。其功能非常类似于设计模式中的代理模式。
使用 Proxy 的好处是:对象只需关注于核心逻辑,一些非核心的逻辑
(如:读取或设置对象的某些属性前记录日志;设置对象的某些属性值前,需要验证;某些属性的访问控制等)可以让 Proxy 来做。
从而达到关注点分离,降级对象复杂度的目的。
**使用方法**
`var p = new Proxy(target, handler);` ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: LGPL-2.1+
/*
* Copyright (C) 2017 Red Hat, Inc.
*/
#ifndef __NM_SETTING_OVS_PATCH_H__
#define __NM_SETTING_OVS_PATCH_H__
#if !defined (__NETWORKMANAGER_H_INSIDE__) && !defined (NETWORKMANAGER_COMPILATION)
#error "Only <NetworkManager.h> can be included directly."
#endif
#include "nm-set... | {
"pile_set_name": "Github"
} |
<?php
class Starship
{
protected $_engineering = null;
public function __construct($engineering)
{
$this->_engineering = $engineering;
}
public function enterOrbit()
{
$this->_engineering->disengageWarp();
$this->_engineering->runDiagnosticLevel(5);
$this->_en... | {
"pile_set_name": "Github"
} |
/* EditorApplication */
#include <string>
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
class HierarchyState;
@interface EditorApplication : NSObject
{
IBOutlet id m_MainWindow;
IBOutlet id m_PaneController;
id m_RenderTimer;
IBOutlet id ... | {
"pile_set_name": "Github"
} |
;*****************************************************************************
;* x86-optimized AC-3 downmixing
;* Copyright (c) 2012 Justin Ruggles
;*
;* This file is part of Libav.
;*
;* Libav is free software; you can redistribute it and/or
;* modify it under the terms of the GNU Lesser General Public
;* License as ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--Phoronix Test Suite v8.8.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>MariaDB</Title>
<AppVersion>10.3.8</AppVersion>
<Description>This is a MariaDB MySQL database server benchmark making use of mysqlslap.</Description>
<ResultScale>Queries Per Second</ResultScale>
<... | {
"pile_set_name": "Github"
} |
from bottle import Bottle, jinja2_view
from wtforms import StringField, Form, SubmitField
from wtforms.fields.html5 import EmailField
app = Bottle()
class Cadastro(Form):
name = StringField('Username')
phone = StringField('Phone')
email = EmailField('Email')
butt = SubmitField('OK!')
@app.route('/c... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://ww... | {
"pile_set_name": "Github"
} |
import {IonicModule} from '@ionic/angular';
import {RouterModule} from '@angular/router';
import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import {PatientInfoFormModule} from '../shared/patient-info-form/patient-info-f... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_BUBBLE_TEST_UTILS_H_
#define CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_BUBBLE_TEST_UTILS_H_
class TranslateBubb... | {
"pile_set_name": "Github"
} |
digraph reqdeps {
rankdir=BT;
mclimit=10.0;
nslimit=10.0;ranksep=1;
"A1" [fontcolor=red,label="A1\n[10.00]"];
ReqVersion [shape=plaintext label="ReqVersion\nCommit [None] VCS Id [tests/RMTTest-Blackbox/RMTTest-BB005/input/topics]"]
}
| {
"pile_set_name": "Github"
} |
# Бинарный поиск
## Введение
Бинарный поиск является одним из базовых алгоритмов поиска и часто встречается на собеседованиях.
В отличии от обычного линейного перебора, работает быстрее, но работает только с отсортированными данными.
## Алгоритм
Алгоритм состоит в том, чтобы взять серединный элемент массива, сравни... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0-only
#
# Security configuration
#
menu "Security options"
source "security/keys/Kconfig"
config SECURITY_DMESG_RESTRICT
bool "Restrict unprivileged access to the kernel syslog"
default n
help
This enforces restrictions on unprivileged users reading the kernel
syslog via dm... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="cn" class="js csstransforms3d">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="generator" content="Hugo 0.37.1" />
<meta name="description" content="">
<link rel="shortc... | {
"pile_set_name": "Github"
} |
.. _forcing:
********************
Forcing S3 API Calls
********************
All of Boto's S3 classes and functions are wrapped in MimicDB functions to
provide access to the local data instead of the S3 API. This means that
changes to buckets and keys on S3 (outside of MimicDB), won't be
reflected in MimicDB unless th... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice. Provides various operator methods for datetime
* objects.
*
* @copyright Copyright (c) Cake Software Foundation, Inc. (htt... | {
"pile_set_name": "Github"
} |
declare interface A {}
| {
"pile_set_name": "Github"
} |
# beeper [](https://travis-ci.org/sindresorhus/beeper)
> Make your terminal beep

Useful as an attention grabber e.g. when an error happen... | {
"pile_set_name": "Github"
} |
package com.aylson.dc.mem.dao;
import java.util.List;
import java.util.Map;
import com.aylson.core.frame.dao.BaseDao;
import com.aylson.dc.mem.po.Publish;
import com.aylson.dc.mem.po.PublishRead;
import com.aylson.dc.mem.search.PublishSearch;
public interface PublishDao extends BaseDao<Publish,PublishSearc... | {
"pile_set_name": "Github"
} |
---
title: "Homebrew Launcher (Steelhax)"
---
{% include toc title="Table of Contents" %}
### Required Reading
This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare t... | {
"pile_set_name": "Github"
} |
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002 Peter Dimov
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyright notice appears in all copies.
// This software is provided "as is" without express or implied
// warranty,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ver... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.