text stringlengths 2 99.9k | meta dict |
|---|---|
# markdown/searializers.py
#
# Add x/html serialization to Elementree
# Taken from ElementTree 1.3 preview with slight modifications
#
# Copyright (c) 1999-2007 by Fredrik Lundh. All rights reserved.
#
# fredrik@pythonware.com
# http://www.pythonware.com
#
# ------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: white;
color: black;
}
.hljs-comment,
.hljs-quote,
.hljs-variable {
color: #008000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in... | {
"pile_set_name": "Github"
} |
/**
* 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 obtain one at http://mozilla.org/MPL/2.0/.
* If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a locat... | {
"pile_set_name": "Github"
} |
CodeMirror.defineMode("diff", function() {
return {
token: function(stream) {
var ch = stream.next();
stream.skipToEnd();
if (ch == "+") return "plus";
if (ch == "-") return "minus";
if (ch == "@") return "rangeinfo";
}
};
});
CodeMirror.defineMIME("text/x-diff", "diff");
| {
"pile_set_name": "Github"
} |
// Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#include "Resource.h"
#include "DeviceContext.h"
#include "DX11Utils.h"
namespace RenderCore { namespace Metal_DX11
{
void Copy(DeviceCon... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
... | {
"pile_set_name": "Github"
} |
/*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
* Kyle Kemp
* - Twitter: @seiyria
* - Github: seiyria
* Rohit Kalkur
* - Twitter: @Rovolutionary
* - Github: rovolution
*
* =========================================================
*
* Licens... | {
"pile_set_name": "Github"
} |
---
layout: post
title: "Jenkins Pipeline Stage Result Visualization Improvements"
tags:
- pipeline
- blueocean
author: dwnusbaum
---
Some changes have recently been released to give Pipeline authors some new tools to improve Pipeline visualizations in Blue Ocean, in particular to address the highly-voted issue link:h... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The OpenYOLO Authors. 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 appl... | {
"pile_set_name": "Github"
} |
---
- job:
name: apm-agent-dotnet
project-type: folder
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated do... | {
"pile_set_name": "Github"
} |
---
# SPDX-License-Identifier: GPL-3.0-or-later
- name: udp_test resolve nic.cz
tags:
- test
shell: kdig @127.0.0.1 nic.cz
register: res
failed_when: '"status: NOERROR" not in res.stdout'
| {
"pile_set_name": "Github"
} |
[config]
command = record
args = --call-graph fp kill >/dev/null 2>&1
[event:base-record]
sample_type=295
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/* cnode related routines for the coda kernel code
(C) 1996 Peter Braam
*/
#include <linux/types.h>
#include <linux/string.h>
#include <linux/time.h>
#include <linux/coda.h>
#include <linux/pagemap.h>
#include "coda_psdev.h"
#include "coda_linux.h"
static inline int coda_fid... | {
"pile_set_name": "Github"
} |
[
{
"cmd": [
"vpython",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"copy",
"[START_DIR]/cache/work/skia/infra/bots/assets/clang_linux/VERSION",
"/path/to/tmp/"
],
"infra_step": true,
"name": "G... | {
"pile_set_name": "Github"
} |
#!/bin/sh
DIST_PROP="ez:distribution"
DIST_DIR_PROP="ez:distribution_include_all"
function make_dir
{
local DIR
DIR=`echo "$1" | sed 's#^\./##'`
if [ ! -d "$DEST/$DIR" ]; then
mkdir "$DEST/$DIR"
fi
}
function copy_file
{
local SRC_FILE DST_FILE
SRC_FILE=`echo $1 | sed 's#^\./##'`
D... | {
"pile_set_name": "Github"
} |
// Boost enable_if library
// Copyright 2003 (c) The Trustees of Indiana University.
// 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)
// Authors: Jaakko Jarvi (jajarvi at osl.... | {
"pile_set_name": "Github"
} |
try:
import re2 as re
except ImportError:
import re
from django.template.defaultfilters import register
from collections import OrderedDict
@register.filter("mongo_id")
def mongo_id(value):
"""Retrieve _id value.
@todo: it will be removed in future.
"""
if isinstance(value, dict):
if v... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2004-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
// 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, software
// distributed... | {
"pile_set_name": "Github"
} |
#ifndef __MEMOIZE
#define __MEMOIZE
typedef struct Memoize_ * Memoize;
Memoize memoize_ini(const Emitter, const Func);
void memoize_end(MemPool, Memoize);
INSTR(MemoizeIni);
INSTR(MemoizeStore);
#endif
| {
"pile_set_name": "Github"
} |
# Copyright 2013 the V8 project authors. All rights reserved.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of sourc... | {
"pile_set_name": "Github"
} |
// +build windows
package iso9660
func statt(sys interface{}) (uint32, uint32, uint32) {
return uint32(0), uint32(0), uint32(0)
}
| {
"pile_set_name": "Github"
} |
import pytest
pytest.importorskip('sqlalchemy')
from datashape import dshape
from functools import partial
from toolz import first
from sqlalchemy.exc import OperationalError
from odo import into, drop
from blaze import data as bz_data, join, symbol
from blaze import create_index
@pytest.fixture
def sql():
da... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* mtu3_gadget.c - MediaTek usb3 DRD peripheral support
*
* Copyright (C) 2016 MediaTek Inc.
*
* Author: Chunfeng Yun <chunfeng.yun@mediatek.com>
*/
#include "mtu3.h"
#include "mtu3_trace.h"
void mtu3_req_complete(struct mtu3_ep *mep,
struct usb_request *req, int sta... | {
"pile_set_name": "Github"
} |
/**
* WordPress dependencies
*/
import { PanelRow } from '@wordpress/components';
import {
PostSticky as PostStickyForm,
PostStickyCheck,
} from '@wordpress/editor';
export function PostSticky() {
return (
<PostStickyCheck>
<PanelRow>
<PostStickyForm />
</PanelRow>
</PostStickyCheck>
);
}
export d... | {
"pile_set_name": "Github"
} |
403
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2001-2016 Food and Agriculture Organization of the
* United Nations (FAO-UN), United Nations World Food Programme (WFP)
* and United Nations Environment Programme (UNEP)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen... | {
"pile_set_name": "Github"
} |
WARNING: You _SHOULD NOT_ use `clojure.core/read-string` to read data
from untrusted sources. See `clojure.core/read` docs. The same
security issues exist for both `read` and `read-string`.
| {
"pile_set_name": "Github"
} |
<table id="items" class="table items" data-list-uri="[% c.uri_for(c.controller.action_for('list')) %]">
<thead>
<tr>
<th>[% l('WMI Rules') %]</th>
<th></th>
</tr>
</thead>
<tbody>
[% FOREACH item IN items %]
<tr>
<... | {
"pile_set_name": "Github"
} |
/*
* SonarQube
* Copyright (C) 2009-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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 3 of the License, o... | {
"pile_set_name": "Github"
} |
# 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, software
# distributed under t... | {
"pile_set_name": "Github"
} |
/// 查询正在上映的电影
export function queryMovies(city, start, count) {
return "https://api.douban.com/v2/movie/in_theaters?city=" + city + "&start=" + start + "&count=" + count
}
/// 查询即将上映的电影
export function comingMovies(city, start, count) {
return "https://api.douban.com/v2/movie/coming_soon?city=" + city + "&start=" ... | {
"pile_set_name": "Github"
} |
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a122-f595abc2.zip
x64: https://autohotkey.com/downlo... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package gxui
type ButtonType int
const (
PushButton ButtonType = iota
ToggleButton
)
type Button interface {
LinearLayout
Text() string
SetText(string)
... | {
"pile_set_name": "Github"
} |
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'runt'
require 'date'
require 'time'
require 'rubygems' # Needed for minitest on 1.8.7
require 'minitest/autorun'
| {
"pile_set_name": "Github"
} |
/* ========================================================================
* Bootstrap: collapse.js v3.3.7
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/boo... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
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.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
swagger: "2.0"
info:
description: Swagger doc for /api/spb/bmc
title: Swagger doc for /api/spb/bmc
version: 1.0.0
paths:
/api/spb/bmc:
get:
produces: [application/json]
responses:
200:
description: ok
schema:
type: object
additionalP... | {
"pile_set_name": "Github"
} |
// Copyright Neil Groves 2009. 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/range/
//
#ifndef BOOST_RANGE... | {
"pile_set_name": "Github"
} |
---
guid: testgucore
env_type: osp-sandbox
cloud_provider: osp
#key_name: opentlc_admin_backdoor
#key_name: gucore
admin_user: gcore
student_name: gcore
heat_retries: 0
user_pub_key: |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4LIAh+LeqBsODfR9YMqyk6E74hE9/FzyDsBf7pukER7alw99JLySZFeO7hL0COXrQlbweVDTwbU5GJrLSbUQZvgVOIb... | {
"pile_set_name": "Github"
} |
### 江天勇遭全天候监控 与跟踪偷拍的国保发生激烈争执
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014, the Railo Company Ltd.
* Copyright (c) 2015, Lucee Assosication Switzerland
*
* 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... | {
"pile_set_name": "Github"
} |
8
| {
"pile_set_name": "Github"
} |
/**
* Utility that makes it possible to hide fields when a checkbox is unchecked
*/
(function ($) {
function setupHiding() {
var $toggler = $(this);
// Getting the field which should be hidden:
var $subject = $($toggler.data('h5p-visibility-subject-selector'));
var toggle = function () {
$su... | {
"pile_set_name": "Github"
} |
local driver = require 'pallene.driver'
local function run_uninitialized(code)
local module, errs = driver.compile_internal("__test__.pln", code, "uninitialized")
return module, table.concat(errs, "\n")
end
local function assert_error(code, expected_err)
local module, errs = run_uninitialized(code)
as... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_VALUE_WKND_HPP_INCLUDED
#define BOOST_MPL_AUX_VALUE_WKND_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http:... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FF000000"
android:pathData="M15.67,4H14V2h-4v2H8.33C7.6,4 7,4.6 7,5.33V8... | {
"pile_set_name": "Github"
} |
--- a/net/minecraft/entity/passive/EntitySheep.java
+++ b/net/minecraft/entity/passive/EntitySheep.java
@@ -72,7 +72,7 @@
p_203402_0_.put(EnumDyeColor.RED, Blocks.field_196570_aZ);
p_203402_0_.put(EnumDyeColor.BLACK, Blocks.field_196602_ba);
});
- private static final Map<EnumDyeColor, float[]> fiel... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
// Scintilla source code edit control
/** @file StyleContext.h
** Lexer infrastructure.
**/
// Copyright 1998-2004 by Neil Hodgson <neilh@scintilla.org>
// This file is in the public domain.
#ifndef STYLECONTEXT_H
#define STYLECONTEXT_H
#ifdef SCI_NAMESPACE
namespace Scintilla {
#endif
// All languages handled so ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#im... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2019-2020 Algorand, Inc.
// This file is part of go-algorand
//
// go-algorand 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) ... | {
"pile_set_name": "Github"
} |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.9]
## Bugs
* Fix Bug [#41](https://github.com... | {
"pile_set_name": "Github"
} |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... | {
"pile_set_name": "Github"
} |
#tb 0: 1/25
0, 0, 0, 1, 49152, 0x5017bc21
| {
"pile_set_name": "Github"
} |
###############################################################################
#
# The MIT License (MIT)
#
# Copyright (c) Crossbar.io Technologies GmbH
#
# 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 ... | {
"pile_set_name": "Github"
} |
/*
* Activiti Modeler component part of the Activiti project
* Copyright 2005-2014 Alfresco Software, Ltd. All rights reserved.
*
* 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 Foundati... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<id>tag:bzr.mfd-consult.dk,2007:venus-expunge-test3/1</id>
<link href="http://example.com/3/1"/>
<title>Test 3/1</title>
<content>Entry for global setting 1</content>
<updated>2007-03-01T03:01:00Z</updated>
<source>
<id>t... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.lzyzsd.viewdraghelperdemo" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:them... | {
"pile_set_name": "Github"
} |
// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
import { isThisSecond } from 'date-fns'
export default isThisSecond
| {
"pile_set_name": "Github"
} |
// Copyright 2009, Squish Tech, LLC.
#include "html_document.h"
namespace libxmljs {
void
HtmlDocument::Initialize(v8::Local<v8::Object> target) {
}
} // namespcae libxmljs
| {
"pile_set_name": "Github"
} |
//
// ______ ______ ______
// /\ __ \ /\ ___\ /\ ___\
// \ \ __< \ \ __\_ \ \ __\_
// \ \_____\ \ \_____\ \ \_____\
// \/_____/ \/_____/ \/_____/
//
//
// Copyright (c) 2014-2015, Geek Zoo Studio
// http://www.bee-framework.com
//
//
// Permission is hereby granted, free of charge, to any person ob... | {
"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... | {
"pile_set_name": "Github"
} |
################################################################################
#
# libsoc
#
################################################################################
LIBSOC_VERSION = 0.8.2
LIBSOC_SITE = $(call github,jackmitch,libsoc,$(LIBSOC_VERSION))
LIBSOC_LICENSE = LGPL-2.1
LIBSOC_LICENSE_FILES = LICENCE
... | {
"pile_set_name": "Github"
} |
package dev.morphia.aggregation.experimental.expressions.impls;
import dev.morphia.mapping.Mapper;
import org.bson.BsonWriter;
import org.bson.codecs.Codec;
import org.bson.codecs.EncoderContext;
public class ValueExpression extends Expression {
public ValueExpression(Object value) {
super(null, value);
... | {
"pile_set_name": "Github"
} |
// This is brl/bseg/sdet/sdet_harris_detector.cxx
#include <iostream>
#include <cstdlib>
#include "sdet_harris_detector.h"
//:
// \file
#ifdef _MSC_VER
# include "vcl_msvc_warnings.h"
#endif
#include "vil1/vil1_memory_image_of.h"
#include "vil/vil_image_view.h"
#include "vil/vil_convert.h"
#include <vil/algo/vil_corne... | {
"pile_set_name": "Github"
} |
var parse = require('../');
var test = require('tape');
test('stops parsing on the first non-option when stopEarly is set', function (t) {
var argv = parse(['--aaa', 'bbb', 'ccc', '--ddd'], {
stopEarly: true
});
t.deepEqual(argv, {
aaa: 'bbb',
_: ['ccc', '--ddd']
});
t.end... | {
"pile_set_name": "Github"
} |
<template>
</template>
<script>
export default {
data() {
return {};
},
mounted() {
//
},
methods: {
}
}
</script>
| {
"pile_set_name": "Github"
} |
{-# OPTIONS_GHC -fwarn-incomplete-patterns -fwarn-overlapping-patterns #-}
{-# LANGUAGE GADTs, TypeFamilies #-}
module T3927a where
type family F a
type instance F a = ()
data Foo a where
FooA :: Foo ()
FooB :: Foo Int
f :: a -> Foo (F a) -> () -- F a can only be () so only FooA is accepted
f _ FooA = ()
| {
"pile_set_name": "Github"
} |
darkskyline script DarkSkyline\DarkSkyline.eps
ds_install script DarkSkyline\Install.eps tdip
ds_uninstall script DarkSkyline\Uninstall.eps tdip
ds_load driverload -name tdip
ds_unload driverunload -name tdip
ds_verify script DarkSkyline\VerifyInstall.eps tdip
ds_running script DarkSkyline\VerifyRunning.e... | {
"pile_set_name": "Github"
} |
lf
lf
crlf
lf
lf
| {
"pile_set_name": "Github"
} |
[main]
test_datasets=[<val_data>,<val_data_no_target>]
[batching]
class=dataset.BatchingScheme
batch_size=10
[val_data]
class=dataset.load
; test wildcards
series=["source", "target"]
data=["tests/data/val10.part?.tc.en", "tests/data/val10.tc.de"]
outputs=[("target", "tests/outputs/tmpout-val10.tc.de")]
batching=<bat... | {
"pile_set_name": "Github"
} |
"use strict";
const conversions = require("webidl-conversions");
const utils = require("./utils.js");
const HTMLElement = require("./HTMLElement.js");
const impl = utils.implSymbol;
function HTMLTitleElement() {
throw new TypeError("Illegal constructor");
}
HTMLTitleElement.prototype = Object.create(HTMLElement.int... | {
"pile_set_name": "Github"
} |
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
Copyright:
2004-2008 1&1 Internet AG, Germany, http://www.1und1.de
License:
MIT: https://opensource.org/licenses/MIT
See the LICENSE file in the project'... | {
"pile_set_name": "Github"
} |
{
"private": true,
"name": "demo",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"dependencies": {
"@vojtaholik/gatsby-theme-simplecast": "^1.0.8",
"gatsby": "^2.13.41",
"gatsby-plugin-theme-ui": ... | {
"pile_set_name": "Github"
} |
/*
* <<
* Davinci
* ==
* Copyright (C) 2016 - 2019 EDP
* ==
* 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 requi... | {
"pile_set_name": "Github"
} |
---
title: チュートリアル:Azure Active Directory と Amazon Web Services (AWS) を統合して複数のアカウントを接続する | Microsoft Docs
description: Azure AD と アマゾン ウェブ サービス (AWS) の間でシングル サインオンを構成する方法について説明します (従来のチュートリアル)。
services: active-directory
author: jeevansd
manager: CelesteDG
ms.reviewer: celested
ms.service: active-directory
ms.subservic... | {
"pile_set_name": "Github"
} |
T0 segment 0 9 Elizabeth
T1 segment 10 15 Price
T2 segment 16 21 Foley
T3 segment 22 24 is
T4 segment 25 27 an
T5 segment 28 36 American
T6 segment 37 42 legal
T7 segment 43 51 theorist
T8 segment 52 55 who
T9 segment 56 62 writes
T10 segment 63 66 and
T11 segment 67 75 comments
T12 segment 76 78 in
T13 segment 79 82 t... | {
"pile_set_name": "Github"
} |
// Copyright (c) DotSpatial Team. All rights reserved.
// Licensed under the MIT license. See License.txt file in the project root for full license information.
using System.ComponentModel.Composition;
using System.Windows.Forms;
namespace DemoMap
{
/// <summary>
/// This is the main window of the D... | {
"pile_set_name": "Github"
} |
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<!--display container to specify url options(Example: open in new tab)-->
<div class="admin__field admin__field-option url-input-setting" visible="visible" click="checkboxClick">
<input type="checkbox"
... | {
"pile_set_name": "Github"
} |
e3a1d8d82f79a08d3e921099bb6b9e7f4bb530c2
| {
"pile_set_name": "Github"
} |
import time,glob,re,sys,logging,os,tempfile
import numpy as np
import tensorflow as tf
from scipy import spatial
from settings import AWS,INDEX_PATH,CONFIG_PATH,DATA_PATH
try:
from settings import DEMO
except ImportError:
DEMO = None
pass
from tensorflow.python.platform import gfile
from nearpy import Engin... | {
"pile_set_name": "Github"
} |
/*
* This file is part of ACADO Toolkit.
*
* ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
* Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
* Milan Vukov, Rien Quirynen, KU Leuven.
* Developed within the Optimization in Engineering Center (OPTEC)
* u... | {
"pile_set_name": "Github"
} |
import Vue from 'vue';
import Vuex from 'vuex';
Vue.use(Vuex);
import router from './router';
import axios from 'axios';
axios.defaults.headers.common = {
'X-Requested-With': 'XMLHttpRequest',
'X-CSRF-TOKEN': window.csrf_token
};
export default new Vuex.Store({
state: {
saved: [],
listing_summaries: []... | {
"pile_set_name": "Github"
} |
{{- if eq .Values.serviceType "LoadBalancer" }}
1. Get Traefik's load balancer IP/hostname:
NOTE: It may take a few minutes for this to become available.
You can watch the status by running:
$ kubectl get svc {{ template "traefik.fullname" . }} --namespace {{ .Release.Namespace }} -w
Once 'E... | {
"pile_set_name": "Github"
} |
<?php
namespace Doctrine\Tests\ORM\Functional\Ticket;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Tests\Models\CMS\CmsArticle;
use Doctrine\Tests\Models\CMS\CmsUser;
require_once __DIR__ . '/../../../TestInit.php';
/**
* @group DDC-1040
*/
class DDC1040Test extends \Doctrine\Tests\OrmFunctionalTe... | {
"pile_set_name": "Github"
} |
// Copyright Joyent, Inc. and other Node contributors.
//
// 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"
} |
(* This program 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 version. *)
(* ... | {
"pile_set_name": "Github"
} |
<html>
<link type="text/css" rel="stylesheet" media="all" href="import.css">
<link type="text/css" rel="stylesheet" media="all" href="basic.css">
<head>
</head>
<body>
<div id="import-test">id import-test</div>
<div id="import">id import-test</div>
<div class="imported inline">class imported inline</div>
<div id=... | {
"pile_set_name": "Github"
} |
package com.oklib.view_lib;
import com.oklib.R;
import com.oklib.base.BaseAppActivity;
/**
* 时间:2017/8/27
* 作者:蓝天
* 描述:仿小米时钟使用样例
*/
public class MiClockViewActivity extends BaseAppActivity {
@Override
protected int initLayoutId() {
return R.layout.activity_miclock_view;
}
@Override
... | {
"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"
"fmt"
"net/url"
"strings"
"github.com/olivere/elastic/uritemplates"
)
// IndicesGetSettingsSe... | {
"pile_set_name": "Github"
} |
{
"schema": true,
"ns": 5,
"namespaces": [
{
"prefix": "xml",
"uri": "http://www.w3.org/XML/1998/namespace"
},
{
"prefix": "xmlns",
"uri": "http://www.w3.org/2000/xmlns/"
},
{
"prefix": "html",
"u... | {
"pile_set_name": "Github"
} |
<?Lassoscript
// Last modified 8/31/09 by ECL, Landmann InterActive
/*
Tagdocs;
{Tagname= OutputSecondContent }
{Description= Outputs the already-built $SecondContent }
{Author= Eric Landmann }
{AuthorEmail= support@iterate.ws }
{ModifiedBy= }
{ModifiedByEmail= }
{Date= 3/18/08 }
{Usage= OutputSe... | {
"pile_set_name": "Github"
} |
/*global ODSA */
// Written by Jesse Terrazas and Bailey Spell
// Step-by-step simulation of a blockchain
$(document).ready(function() {
"use strict";
var av_name = "llistBlockchain";
var interpret = ODSA.UTILS.loadConfig({av_name: av_name}).interpreter;
var av = new JSAV(av_name);
// Set up the ... | {
"pile_set_name": "Github"
} |
# ST Microelectronics STM32WB MCU series
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_STM32WBX
bool "STM32WBx Series MCU"
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select SOC_FAMILY_STM32
select HAS_STM32CUBE
select CPU_HAS_AR... | {
"pile_set_name": "Github"
} |
{
"AD": "Andora",
"AE": "United Arab Emirates",
"AF": "Afuganistani",
"AG": "Antigua ne Barbuda",
"AI": "Anguila",
"AL": "Albania",
"AM": "Armenia",
"AO": "Angola",
"AQ": "Antarctica",
"AR": "Ajentina",
"AS": "Samoa ye Amerika",
"AT": "Austria",
"AU": "Australia",
"AW": "Arubha",
"AX": "Zvitsuwa zveAland... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Image Copyright (c) 2008 - 2011 G-Truc Creation (www.g-truc.net)
///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2010-09-08
// Updated : 2010-09-... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.