text stringlengths 2 99k | meta dict |
|---|---|
/*
* Copyright (c) 1997-1999 The Stanford SRP Authentication Project
* All Rights Reserved.
*
* 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 ... | {
"pile_set_name": "Github"
} |
# Example TensorFlow models using factorization ops.
licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
package(default_visibility = ["//tensorflow:__subpackages__"])
load("//tensorflow:tensorflow.bzl", "tf_py_test")
tf_py_test(
name = "mnist",
size = "medium",
srcs = [
"mnist.py",
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 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 ... | {
"pile_set_name": "Github"
} |
{
"pile_set_name": "Github"
} | |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Endless Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/boo... | {
"pile_set_name": "Github"
} |
<?php
namespace Lord\Laroute\Compilers;
interface CompilerInterface
{
/**
* Compile a template with given data.
*
* @param $template
* @param $data
*
* @return string
*/
public function compile($template, $data);
}
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2019, 2020 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://w... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:... | {
"pile_set_name": "Github"
} |
describe('Login', () => {
let doc = null;
let ui = null;
let main = null;
let mainaccount = null;
before(() => {
const iframe = document.getElementById('app');
doc = iframe.contentDocument;
});
it('should find noflo-ui', () => {
ui = doc.querySelector('noflo-ui');
});
it('should find noflo... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 Grakn Labs
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Edit a file
*/
$file_guid = (int) elgg_extract('guid', $vars);
$file = get_entity($file_guid);
if (!$file instanceof ElggFile) {
throw new \Elgg\EntityNotFoundException();
}
if (!$file->canEdit()) {
throw new \Elgg\EntityPermissionsException();
}
elgg_push_entity_breadcrumbs($file);
$body_vars = f... | {
"pile_set_name": "Github"
} |
CHANGELOG
==============
22/01/2019 v2.3.1
--------------
* Fix: PHP 7.3 support (#36)
27/03/2018 v2.3.0
--------------
* Support: Remove PHP5.3 & hhvm support
* Fix: inline spacing and empty tag (#33)
* Fix: aside element conversion (#33)
* License: use the MIT license for now
* Refactor: use brackets no... | {
"pile_set_name": "Github"
} |
/*
* RapidMiner
*
* Copyright (C) 2001-2014 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License ... | {
"pile_set_name": "Github"
} |
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: verify-uselistorder < %s.bc
; vaArgIntrinsic.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread variable argument intrinsic instructions
; of older bitcode files.
define i32 @varArgIntrinsic(i32 %X, ...) {
%ap = all... | {
"pile_set_name": "Github"
} |
import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/core';
import { _HttpClient } from '@delon/theme';
@Component({
selector: 'app-account-center-applications',
templateUrl: './applications.component.html',
styleUrls: ['./applications.component.less'],
changeDetection: ChangeDetecti... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <ScreenReader/SCRRemoteGuide.h>
__attribute__((visibility("hidden")))
@interface SCRRemoteWebGuide : SCRRemoteGuide
{
}
- (BO... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2012 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"
} |
#ifndef OneWire_Direct_RegType_h
#define OneWire_Direct_RegType_h
#include <stdint.h>
// Platform specific I/O register type
#if defined(__AVR__)
#define IO_REG_TYPE uint8_t
#elif defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MK66FX1M0__) || defined(__MK64FX512__)
#define IO_REG_TYPE uint8_t
#elif ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>fedex.services.package_movement.FedexInvalidPostalCodeFormat</title>
<link rel="stylesheet"... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "io.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "io@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "io@3x.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
<?php
// cost, salvage, life, period, month, result
return [
[
186083.33333333,
1000000,
100000,
6,
1,
7,
],
[
259639.41666667,
1000000,
100000,
6,
2,
7,
],
[
176814.44274999999,
1000000... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microso... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1996-1998 Linus Torvalds & authors (see below)
*/
/*
* Authors:
* Jaromir Koutek <miri@punknet.cz>,
* Jan Harkes <jaharkes@cwi.nl>,
* Mark Lord <mlord@pobox.com>
* Some parts of code are from ali14xx.c and from rz1000.c.
*/
#include <linux/types.h>
#include <linux/module.h>
#include <linu... | {
"pile_set_name": "Github"
} |
/* Copyright 2012 Yaqiang Wang,
* yaqiang.wang@gmail.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
* the Free Software Foundation; either version 2.1 of the License, or (at
* your option) any later versio... | {
"pile_set_name": "Github"
} |
package iso
import (
"context"
"fmt"
packerCommon "github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/helper/multistep"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
"github.com/jetbrains-infra/packer-builder-vsphere/driver"
"golang.org/x/mobile/event/key... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2017 Advanced Micro Devices, 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, modi... | {
"pile_set_name": "Github"
} |
#ifndef TA_MAGIC_NB_H
#define TA_MAGIC_NB_H
/* Many allocated structures contains a magic number.
*
* These numbers are used solely to make sure that when a pointer is
* provided, it is really pointing on the expected type of data.
* It helps also for the detection of memory corruption.
* This mechanism is simple... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -Wc++11-compat %s
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -std=c++98 -Wc++11-compat %s
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic -std=c++11 %s
// Example from the standard
template<class T> class Array { void mf() { } };
template class Array<char... | {
"pile_set_name": "Github"
} |
${license.description}
Copyright (c) ${license.year}, ${license.vendorInformation}
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 source code must retain the above copyright notic... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the openmediavault-usbbackup package.
#
# Translators:
# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2013-2014,2018
msgid ""
msgstr ""
"Project-Id-Version: openmediavault\n"
"Report-Msgid-Bu... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'unlink';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f127';
var svgPathData = 'M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.96... | {
"pile_set_name": "Github"
} |
{
"versions" : {
"de" : [ {
"creator" : {
"firstName" : "Joe",
"lastName" : "Doe",
"uuid" : "589319933be24ec79319933be24ec7fe"
},
"created" : "2018-11-20T20:12:01.084Z",
"version" : "1.0"
}, {
"creator" : {
"firstName" : "Joe",
"lastName" :... | {
"pile_set_name": "Github"
} |
"use strict"
var Transform = require("stream").Transform;
// == Exports ==================================================================
module.exports = function(iconv) {
// Additional Public API.
iconv.encodeStream = function encodeStream(encoding, options) {
return new IconvLiteEncoderStrea... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is availabl... | {
"pile_set_name": "Github"
} |
package client
const (
DeploymentRollbackInputType = "deploymentRollbackInput"
DeploymentRollbackInputFieldReplicaSetID = "replicaSetId"
)
type DeploymentRollbackInput struct {
ReplicaSetID string `json:"replicaSetId,omitempty" yaml:"replicaSetId,omitempty"`
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.POSIX_MADV_SEQUENTIAL.html">
</head>
<body>
<p>Redirecting to <a href="constant.POSIX_MADV_SEQUENTIAL.html">constant.POSIX_MADV_SEQUENTIAL.html</a>...</p>
<script>location.replace("constant.POSIX_MADV_SEQUENTIAL.html"... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
////<auto-generated <- Codemaid exclusion for now (PacketIndex Order is important for maintenance)
using OpenNos.Core;
using OpenNos.Domain;
namespace OpenNos.GameObject.Packets.ClientPackets
{
[PacketHeader("eqinfo")]
public class EquipmentInfoPacket : PacketDefinition
{
#region Properties
... | {
"pile_set_name": "Github"
} |
/****************************************************************************
****************************************************************************
***
*** This header was automatically generated from a Linux kernel header
*** of the same name, to make information necessary for userspace to
*** call i... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#set -x
# Docker Machine for Consul
docker-machine \
create \
-d virtualbox \
consul-machine
# Start Consul
docker $(docker-machine config consul-machine) run -d --restart=always \
-p "8500:8500" \
-h "consul" \
progrium/consul -server -bootstrap
# Docker Swarm master
docker... | {
"pile_set_name": "Github"
} |
---
date_added: 2020-01-04
title: Avatar AWP04L
category: plug
type: Plug
standard: us
image: https://user-images.githubusercontent.com/5904370/71767134-39d9af00-2f09-11ea-8563-dc49aef74293.png
template: '{"NAME":"AWP04L","GPIO":[57,255,255,131,255,134,0,0,21,17,132,56,255],"FLAG":0,"BASE":18}'
link: https://www.amazo... | {
"pile_set_name": "Github"
} |
'use strict';
// 21.1.3.25 String.prototype.trim()
require('./$.string-trim')('trim', function($trim){
return function trim(){
return $trim(this, 3);
};
}); | {
"pile_set_name": "Github"
} |
/-
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import init.data.sigma.basic init.data.sigma.lex
| {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace UnityARInterface
{
public class MatchingScalePicker : ARBase
{
[SerializeField]
private Transform m_LevelGeometry;
private Bounds GetRenderBounds(GameObject go)
{
var totalBoun... | {
"pile_set_name": "Github"
} |
owner = ENG
controller = ENG
add_core = ENG
add_core = IND
infra = 4
infra = 4
| {
"pile_set_name": "Github"
} |
import React from 'react';
import {assert} from 'chai';
import {shallow, mount} from 'enzyme';
import td from 'testdouble';
import {
MDCModalDrawerFoundation,
MDCDismissibleDrawerFoundation,
MDCDrawerAdapter,
} from '@material/drawer';
import Drawer from '../../../packages/drawer/index';
import {Options, Deactiva... | {
"pile_set_name": "Github"
} |
require "referral/translates_node_to_token"
require "referral/expands_directories"
require "referral/tokenizes_identifiers"
module Referral
class ScansTokens
def initialize
@expands_directories = ExpandsDirectories.new
@translates_node_to_token = TranslatesNodeToToken.new
@tokenizes_identifiers... | {
"pile_set_name": "Github"
} |
<?php
namespace Doctrine\DBAL\Types;
use DateTime;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use function date_create;
/**
* Variable DateTime Type using date_create() instead of DateTime::createFromFormat().
*
* This type has performance implications as it runs twice as long as the regular
* {@see DateTime... | {
"pile_set_name": "Github"
} |
.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
position: absolute;
background: #ccc;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #bbb;
border-radius: 2px;
}
.CodeMirror-simplescroll-horizontal, .CodeMirror-simplescroll-vertical {
position: abso... | {
"pile_set_name": "Github"
} |
[package]
name = "version-sync"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
license = "LGPL-2.1"
# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of
# any imag command m... | {
"pile_set_name": "Github"
} |
//
// LoginViewController.m
// NoName
//
// Created by 划落永恒 on 2018/12/11.
// Copyright © 2018 com.hualuoyongheng. All rights reserved.
//
#import "LoginViewController.h"
@interface LoginViewController ()
@end
@implementation LoginViewController
- (void)viewDidLoad {
[super viewDidLoad];
self.navigatio... | {
"pile_set_name": "Github"
} |
resource "aws_instance" "foo" {
num = "2"
}
resource "aws_instance" "bar" {
num = "2"
}
| {
"pile_set_name": "Github"
} |
if model.isNew() || model.edit == true
if model.get("type") == "report"
// NEW/EDIT REPORT
form.form-inline.well
| #{window.i18n("accounts_alerts_report_text_1")}
select.reports-frequency
option(value="daily") #{window.i18n("accounts_alerts_daily")}
... | {
"pile_set_name": "Github"
} |
dear imgui,
=====
[](https://travis-ci.org/ocornut/imgui)
[](https://scan.coverity.com/projects/4720)
_(This library is free but needs your support to sustain its development. Ther... | {
"pile_set_name": "Github"
} |
# Go support for Protocol Buffers - Google's data interchange format
#
# Copyright 2016 The Go Authors. All rights reserved.
# https://github.com/golang/protobuf
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
# ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2009-2010 Ricardo Quesada
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any... | {
"pile_set_name": "Github"
} |
<?php
/**
* DO NOT EDIT THIS FILE!
*
* This file was automatically generated from external sources.
*
* Any manual change here will be lost the next time the SDK
* is updated. You've been warned!
*/
namespace DTS\eBaySDK\Test\Trading\Types;
use DTS\eBaySDK\Trading\Types\EndItemRequestContainerType;
class EndI... | {
"pile_set_name": "Github"
} |
# Prototype
snippet proto
${1:class_name}.prototype.${2:method_name} =
function(${3:first_argument}) {
${4:// body...}
};
# Function
snippet fun
function ${1:function_name} (${2:argument}) {
${3:// body...}
}
# Anonymous Function
snippet f
function(${1}) {${2}};
# if
snippet if
if (${1:true}) {${2}}
# if ...... | {
"pile_set_name": "Github"
} |
ESP32-Ethernet-Kit V1.2 入门指南
=================================
:link_to_translation:`en:[English]`
本指南将介绍 ESP32-Ethernet-Kit 开发板的配置以及相关功能的使用。
:ref:`ESP32-Ethernet-Kit <get-started-esp32-ethernet-kit-v1.2>` 是一款以太网转 Wi-Fi 开发板,可为以太网设备赋予 Wi-Fi 连接功能。为了提供更灵活的电源选项,ESP32-Ethernet-Kit 同时也支持以太网供电 (PoE)。
.. _get-started-esp32... | {
"pile_set_name": "Github"
} |
(*
* Solve N-Queens puzzle with back-tracking
* https://en.wikipedia.org/wiki/Eight_queens_puzzle
*)
let rec make_board size =
let ret = Array.make size (Array.make 0 0) in
let rec set idx =
if idx < 0 then () else
(ret.(idx) <- Array.make size 0;
set (idx - 1))
in
set (size ... | {
"pile_set_name": "Github"
} |
u8 Chars[256][5] = {
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x0c,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},
{0x00,0x00,0x0c,0x00,0x00},
{0x00,0x00,0x08,0x00,0x00},
{0x00,0x00,0x00,0x00,0x00},... | {
"pile_set_name": "Github"
} |
import fs from 'fs-extra';
import { BuildOptions } from './options';
const VERMOJIS = [
"💯",
"☀️",
"☕️",
"♨️",
"✈️",
"✨",
"❄️",
"❤️",
"☎️",
"⚡️",
"⚽️",
"⚾️",
"⛄️",
"⛑",
"⛰",
"⛱",
"⛲️",
"⛳️",
"⛴",
"⛵️",
"⛷",
"⛸",
"⛹",
"⛺️",
"⭐️",
"🌀",
"🌁",
"🌃",
"🌄",
"🌅",
"🌇",
"🌈",
"🌍",
"🌎",
"🌏",
"🌐",
"🌙",
"🌜",
"🌝",
"🌞",... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
foo(a, [b]) {
}
bar(a, {b}) {
}
class A {
A();
A.test(a, [b]);
}
class B {
B()
: super.tes... | {
"pile_set_name": "Github"
} |
---
- name: Validate module ali_market_product_info
hosts: localhost
remote_user: root
roles:
- vpc
- vswitch
- security_group
tasks:
- name: Search products
ali_market_product_info:
alicloud_region: '{{ alicloud_region }}'
search_term: '{{ product_keyword }}'
sup... | {
"pile_set_name": "Github"
} |
<?php
include_once 'BmobRestClient.class.php';
/**
* BmobUser batch对象类
* @author karvinchen
* @license http://www.gnu.org/copyleft/lesser.html Distributed under the Lesser General Public License (LGPL)
*/
class BmobImage extends BmobRestClient
{
public function __construct($class = '')
{
parent::... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<title>hyperdiscovery example</title>
<script src="example-bundle.js"></script>
<h1>Open dev tools to see output</h1>
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "MacBuddyViewController.h"
@class MultilingualManager, NSButton, NSStackView, NSTextField, NSView;
@interface MultilingualSet... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: edit.c,v 1.26 2004/12/22 17:14:34 millert Exp $ */
/*
* Command line editing - common code
*
*/
#include "config.h"
#ifdef EDIT
#include "sh.h"
#include "tty.h"
#define EXTERN
#include "edit.h"
#undef EXTERN
#include <sys/ioctl.h>
#include <ctype.h>
#include <sys/stat.h>
static void x_sigwinch(int)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Associated Types 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>
<script src... | {
"pile_set_name": "Github"
} |
<?php
error_reporting(E_ALL);
class foo {
public $bar = "ok";
function method() { $this->yes++; }
}
session_id("abtest");
session_start();
session_decode('baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}}');
$baz = $_SESSION['baz'];
$arr = $_SESSION['ar... | {
"pile_set_name": "Github"
} |
{
"id" : 257,
"status" : "Invalid",
"summary" : "MapView not working in Fragment",
"labels" : [ "Type-Defect", "Priority-Medium" ],
"stars" : 0,
"commentCount" : 3,
"comments" : [ {
"id" : 0,
"commenterId" : -679278729856630181,
"content" : "<b>What steps will reproduce the problem?</b>\n1. Cr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/fn.fputs.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/fn.fputs.html">../../../../libc/fn.fputs.html</a>...</p>
<script>location.replace("../../../../libc/fn.fputs.html" + location.search +... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import Router from 'vue-router'
import MenuView from '@/views/common/MenuView'
import PageView from '@/views/common/PageView'
import LoginView from '@/views/login/Common'
import EmptyPageView from '@/views/common/EmptyPageView'
import HomePageView from '@/views/HomePage'
import db from 'utils/loca... | {
"pile_set_name": "Github"
} |
clear
echo ""
echo "Choose a channel to flash "
echo "Your Apps/Data won't be touched, it will just reinstall Ubuntu / switch the channel."
echo ""
sleep 1
echo "[1] stable"
echo "[2] rc-proposed"
echo ""
echo "[3] Back to menu "
echo ""
echo -n "Enter option: "; read ubuntukeepchannel
if [ "$ubuntukeepchannel" = "1" ]... | {
"pile_set_name": "Github"
} |
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <Python.h>
#include <string>
#include <future>
#include <vector>
#include <numpy/arrayobject.h>
PyObject* failure(PyObject *type, const char *message) {
PyErr_SetString(type, message);
return NULL;
}
int load_thread_num() {
int ret = -1;
char*... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 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.
#include "net/disk_cache/simple/simple_index.h"
#include <algorithm>
#include <functional>
#include <memory>
#include <utility>
#include "base/files... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Synced Synapse. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
'''
Key frame Utils
Imported by camera pose estimation
'''
import numpy as np
import math
import tensorflow as tf
class Keyframe:
def __init__(self, pose, depth, uncertainty, frame, image,covariance):
self.T = pose # 4x4 transformation matrix from previous keyframe
self.D = depth
self.U ... | {
"pile_set_name": "Github"
} |
/**
* @file AKAZE_.cpp
* @brief mex interface for cv::AKAZE
* @ingroup features2d
* @author Amro
* @date 2015
*/
#include "mexopencv.hpp"
#include "mexopencv_features2d.hpp"
#include "opencv2/features2d.hpp"
#include <typeinfo>
using namespace std;
using namespace cv;
// Persistent objects
namespace {
/// Last o... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import re
import pandas as pd
import scrapy
from scrapy import Request
from scrapy import Selector
from scrapy import signals
from fooltrader.api.technical import get_security_list
from fooltrader.consts import DEFAULT_KDATA_HEADER
from fooltrader.contract.files_contract import get_finance_re... | {
"pile_set_name": "Github"
} |
<!DOCTYPE refentry [ <!ENTITY % mathent SYSTEM "math.ent"> %mathent; ]>
<!-- Converted by db4-upgrade version 1.1 -->
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glSampleMaski">
<info>
<copyright>
<year>2010-2014</year>
<holder>Khronos Group</holder>
... | {
"pile_set_name": "Github"
} |
import AppKit
import Carbon
public final class HotKey {
// MARK: - Types
public typealias Handler = () -> Void
// MARK: - Properties
let identifier = UUID()
public let keyCombo: KeyCombo
public var keyDownHandler: Handler?
public var keyUpHandler: Handler?
public var isPaused = fals... | {
"pile_set_name": "Github"
} |
#!/usr/bin/lua
--============================================================================
-- bin2carray.lua
--
-- License: GPLv2 (see COPYING) or any later version
--
-- Authors: Axel Kittenberger <axkibe@gmail.com>
--
-- Transforms a binary file (the compiled lsyncd runner script) in a c array
-- so it can be inc... | {
"pile_set_name": "Github"
} |
/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:parse:tokenize:link
* @fileoverview Tokenise a link.
*/
'use strict';
var has = require('has');
var whitespace = require('is-whitespace-character');
var locate = require('../locate/link');
module.exports = link;
link.loca... | {
"pile_set_name": "Github"
} |
$OpenBSD$
--- indra/newview/llgesturemgr.cpp.orig Thu Mar 22 01:35:10 2007
+++ indra/newview/llgesturemgr.cpp Sat Mar 24 22:20:43 2007
@@ -496,7 +496,7 @@ BOOL LLGestureManager::triggerAndReviseS
// Gesture asset data might not have arrived yet
if (!gesture) continue;
- if (!stricmp(gesture->mTrigger.c_s... | {
"pile_set_name": "Github"
} |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | {
"pile_set_name": "Github"
} |
##DESCRIPTION
##
## COPYRIGHT INFORMATION:
## This problem is used with permission from de Silva, Mechanics of Materials, CRC Press, Boca Raton, 2014.
##
## Coding contact: agnes.dentremont@mech.ubc.ca
##
##
## We gratefully acknowledge the financial support for this
## project provided by UBC Vancouver students via... | {
"pile_set_name": "Github"
} |
# Maintainer: ArchStrike <team@archstrike.org>
buildarch=1
pkgname=spiderfoot
pkgver=2.11.0
pkgrel=1
groups=('archstrike' 'archstrike-recon')
pkgdesc='The Open Source Footprinting Tool'
url='http://spiderfoot.net'
arch=('any')
license=('GPL2')
depends=('python2-lxml' 'python2-mako' 'python2-cherrypy' 'python2-m2crypt... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.android.facet;
import static com.android.AndroidProjectTypes.PROJECT_TYPE_APP;
import static com.android.AndroidProjectTypes.PROJECT_TYPE_LIBRARY;
import c... | {
"pile_set_name": "Github"
} |
/* Thai initialisation for the jQuery UI date picker plugin. */
/* Written by pipo (pipo@sixhead.com). */
( function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define( [ "../widgets/datepicker" ], factory );
} else {
// Browser globals
factory( ... | {
"pile_set_name": "Github"
} |
'''Test case classes and plugins for stdnet testing. Requires pulsar_.
TestCase
=================
.. autoclass:: TestCase
:members:
:member-order: bysource
DataGenerator
===================
.. autoclass:: DataGenerator
:members:
:member-order: bysource
.. _pulsar: https://pypi.pyt... | {
"pile_set_name": "Github"
} |
[tox]
envlist = py27, py34, py35, py36, py37, py38, lint, docs, build
[testenv]
whitelist_externals = *
passenv = *
extras = dev
commands = {[testenv:unit]commands}
[travis]
python =
2.7: py27
3.4: py34
3.5: py35
3.6: py36
3.7: py37
3.8: py38, lint, docs, build
[testenv:unit]
commands = pytes... | {
"pile_set_name": "Github"
} |
var createWrap = require('./_createWrap');
/** Used to compose bitmasks for function metadata. */
var WRAP_FLIP_FLAG = 512;
/**
* Creates a function that invokes `func` with arguments reversed.
*
* @static
* @memberOf _
* @since 4.0.0
* @category Function
* @param {Function} func The function to flip arguments... | {
"pile_set_name": "Github"
} |
---
title: "Define mail flow rules to encrypt email messages"
f1.keywords:
- NOCSH
ms.author: krowley
author: kccross
manager: laurawi
audience: ITPro
ms.topic: article
ms.service: O365-seccomp
localization_priority: Normal
search.appverid:
- MET150
- MOE150
ms.assetid: 9b7daf19-d5f2-415b-bc43-a0f5f4a585e8
ms.collectio... | {
"pile_set_name": "Github"
} |
require 'rubygems/command'
require 'rubygems/install_update_options'
require 'rubygems/dependency_installer'
require 'rubygems/local_remote_options'
require 'rubygems/validator'
require 'rubygems/version_option'
##
# Gem installer command line tool
#
# See `gem help install`
class Gem::Commands::InstallCommand < Gem:... | {
"pile_set_name": "Github"
} |
=content_for :con
p 很抱歉你丢失了你的 Awesomes-cn 密码,不过不用担心
p 你可以点击链接 #{@item[:url]} 找回
p 如果您未在 1 小时内点击该链接,链接将会失效,你可以重新访问 #{ENV["BASE_URL"]}/find_pwd 获取重置密码链接。 | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2da83ffad7a6c654c98ee1390ea92617
folderAsset: yes
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2016 - 2030 youtongluan.
*
* 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 applicab... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.