text stringlengths 2 99.9k | meta dict |
|---|---|
import {
ModuleWithProviders,
NgModule,
Inject,
Injector,
InjectionToken,
Optional,
OnDestroy,
} from '@angular/core';
import {
Action,
combineReducers,
MetaReducer,
ReducerManager,
StoreModule,
} from '@ngrx/store';
import { CorrelationIdGenerator } from './utils/correlation-id-generator';
im... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------------------
*
* # Dimple.js - rings as scatter
*
* Demo of scatter chart with rings. Data stored in .tsv file format
*
* Version: 1.0
* Latest update: August 1, 2015
*
* -------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
BR2_aarch64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-aarch64-glibc-2019.02-rc1.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_4=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_... | {
"pile_set_name": "Github"
} |
#--
#
# Author:: Francis Cianfrocca (gmail: blackhedd)
# Homepage:: http://rubyeventmachine.com
# Date:: 15 November 2006
#
# See EventMachine and EventMachine::Connection for documentation and
# usage examples.
#
#----------------------------------------------------------------------------
#
# Copyright (C) 2006-08 ... | {
"pile_set_name": "Github"
} |
'''
Created on July 08, 2013
This strategy leverage 10/50/200 days Simple Moving Average(SMA) as short/mid/long term trend
When to Sell:
1 when stop order is hit
2 if the 10 < 50 or 10 < 200, place sell order
Stop order:
1 when buy order is placed, set stop order to be 5%
2 as time goes, increase stop price to be m... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Resources;
use Illuminate\Http\Resources\Json\JsonResource;
use Illuminate\Support\Facades\Auth;
class ChestResource extends JsonResource
{
public function toArray($request)
{
return [
'title' => $this->title,
'content' => $this->content,
'... | {
"pile_set_name": "Github"
} |
package org.elixir_lang.sdk;
import com.intellij.openapi.projectRoots.SdkModificator;
import com.intellij.openapi.roots.JavadocOrderRootType;
import com.intellij.openapi.roots.OrderRootType;
import com.intellij.openapi.vfs.LocalFileSystem;
import com.intellij.openapi.vfs.VirtualFile;
import org.jetbrains.annotations.N... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class UIButton;
@protocol MMMultiSelectToolViewDelegate <NSObject>
@optional
- (void)OnMultiDeleteMes... | {
"pile_set_name": "Github"
} |
name: Les-Tilleuls.coop [[1]](https://twitter.com/coopTilleuls/status/1238743453670035456?s=20)
wfh: Required
travel: Restricted
visitors: Restricted
events: Restricted
last_update: 2020-03-14
| {
"pile_set_name": "Github"
} |
OVERVIEW
Key Systems Electronic Key Lockers contain a command injection
vulnerability which may allow a remote unauthenticated attacker to
inject commands into the electronic key locker. Key Systems Electronic
Key Lockers also contains weak authentication which could allow an
attacker administrative access to the elect... | {
"pile_set_name": "Github"
} |
package com.freeletics.flowredux.dsl
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.fail
class FlowReduxDslSpecTest {
@Test
fun callingSpecTwiceThrowsException() {
val sm = object : FlowReduxStateMachine<Any, Any>(Any()) {
init {
spec { }
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>API-Dokumentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------------
// <copyright file="LinqJoinKeyHelper.cs" company="NMemory Team">
// Copyright (C) NMemory Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documen... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <ContactsUI/CNPropertySimpleTransportCell.h>
@class UIImageView;
__attribute__((visibility("hidden")))
@interface CNPropertyPostalAddressCell : CNPropertySimpleTransportCe... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2012-2014 Eurocommercial Properties NV
*
*
* 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 req... | {
"pile_set_name": "Github"
} |
//! This is the library that sits at the heart of
//! [qaul.net](https://qaul.net).
//!
//! Fundamentally, it handles three types of interactions:
//!
//! - Initialised hardware messaging
//! - Service messaging and service hosting
//! - Internal storage, parsing and encryption
//!
//! The two things provided by libqau... | {
"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 <AppKit/NSSecureTextView.h>
@interface NSSecureTextView (No_Context_Menus)
- (id)menuForEvent:(id)arg1;
@end
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="m4399_rec_main_frag_gridview_column_num">4</integer>
<integer name="m4399_rec_rmd_gridview_column_num">4</integer>
<integer name="m4399_rec_wy_gridview_column_num">3</integer>
<integer name="m4399_rec_result_frag_result_weight">2</... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\AdvancedSearch\Model\ResourceModel;
/**
* Catalog search recommendations resource model
*
* @author Magento Core Team <core@magentocommerce.com>
* @api
* @since 100.0.2
*/
class Recommen... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_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_... | {
"pile_set_name": "Github"
} |
(function(){
"use strict";
KC3StrategyTabs.ships = new KC3StrategyTab("ships");
KC3StrategyTabs.ships.definition = {
tabSelf: KC3StrategyTabs.ships,
isLoading: false,
shipCache:[],
// Formatted settings to be stored into localStorage
settings: {},
// Default properties of sorters and views... | {
"pile_set_name": "Github"
} |
#include "Hat.h"
using namespace cocos2d;
Hat::Hat(CurrencyInventory* cost, ItemStats itemStats, ItemMeta itemMeta) : super(cost, itemStats, itemMeta)
{
}
Hat::~Hat()
{
}
| {
"pile_set_name": "Github"
} |
import requests
import json
from api_client.url_helpers.internal_app_url import get_internal_app
from Logs.log_configuration import configure_logger
from models.api_header_model import RequestHeader
log = configure_logger('default')
def get_app_details(app_id):
"""
Get details of an internal app by using ap... | {
"pile_set_name": "Github"
} |
---
layout: page
title: "Q31426: "Duplicate Definition" on STATIC Array in Second CALL to SUB"
permalink: /pubs/pc/reference/microsoft/kb/Q31426/
---
## Q31426: "Duplicate Definition" on STATIC Array in Second CALL to SUB
Article: Q31426
Version(s): 4.00 4.00b 4.50
Operating System: MS-DOS
Fla... | {
"pile_set_name": "Github"
} |
# is-ci
Returns `true` if the current environment is a Continuous Integration
server.
Please [open an issue](https://github.com/watson/is-ci/issues) if your
CI server isn't properly detected :)
[](https://www.npmjs.com/package/is-ci)
[provisionDevice:... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The TensorFlow Runtime 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 ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 gf Author(https://github.com/gogf/gf). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
// Package glog implements powerful and easy-to-use leve... | {
"pile_set_name": "Github"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default messages for the jQuery validation plugin.
* Locale: VI (Vietnamese; Tiếng Việt)
*/
$.extend($.validator.mess... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "license" ... | {
"pile_set_name": "Github"
} |
/**
* (C) Copyright IBM Corp. 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | {
"pile_set_name": "Github"
} |
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)
| {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--9d7b4098-1afa-446f-baf7-605b8d074b97",
"spec_version": "2.0",
"objects": [
{
"id": "relationship--b41c9b77-536b-49bc-8cb9-a873aa121002",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"description": "[Poi... | {
"pile_set_name": "Github"
} |
<?php
namespace PhpParser;
use PhpParser\Builder;
use PhpParser\Node\Stmt\Use_;
/**
* The following methods use reserved keywords, so their implementation is defined with an underscore and made available
* with the reserved name through __call() magic.
*
* @method Builder\Namespace_ namespace(string $name) Creat... | {
"pile_set_name": "Github"
} |
/***********************************************************************
*
* Copyright (c) 2012-2020 Barbara Geller
* Copyright (c) 2012-2020 Ansel Sermersheim
*
* Copyright (c) 2015 The Qt Company Ltd.
* Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies).
* Copyright (c) 2008-2012 Nokia Corporation and/or i... | {
"pile_set_name": "Github"
} |
/*
* Original code from jemalloc with this license:
*
* Copyright (C) 2002-2013 Jason Evans <jasone@canonware.com>.
* All rights reserved.
* Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
* Copyright (C) 2009-2013 Facebook, Inc. All rights reserved.
*
* Redistribution and use in source and b... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <glib.h>
#include <stdlib.h>
void avatar_pep_subscribe(void){};
gboolean
avatar_get_by_nick(const char* nick)
{
return TRUE;
}
| {
"pile_set_name": "Github"
} |
(ns schism.impl.vector-clock
"Utility functions for working with the vector clock of a value that
participates in the Vclocked protocol."
(:require [schism.impl.protocols :as sp]
[schism.impl.core :as ic]
[schism.node :as node])
#?(:clj (:import (java.util Date))))
(defmacro update-cloc... | {
"pile_set_name": "Github"
} |
namespace ClassLib112
{
public class Class051
{
public static string Property => "ClassLib112";
}
}
| {
"pile_set_name": "Github"
} |
.. _WGBS:
WGBS
====
What it does
------------
Optionally trimmed reads are mapped to the reference genome using a bisulfite-specific aligner (`bwa-meth <https://github.com/brentp/bwa-meth>`__).
Quality metrics are collected and synthesized in a QC report, including bisulfite conversion rate, mapping rate, coverage ... | {
"pile_set_name": "Github"
} |
# Test automator
MANIFESTS=$(wildcard *.pp)
OBJS=$(MANIFESTS:.pp=.po)
TESTS_DIR=$(dir $(CURDIR))
MODULE_DIR=$(TESTS_DIR:/=)
MODULES_DIR=$(dir $(MODULE_DIR))
all: test
test: $(OBJS)
%.po: %.pp
puppet parser validate $<
puppet apply --noop --modulepath $(MODULES_DIR) $<
| {
"pile_set_name": "Github"
} |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | {
"pile_set_name": "Github"
} |
package Bric::Dist::Action::Email;
=head1 Name
Bric::Dist::Action::Email - Class to email distribution resources
=cut
# Grab the Version Number.
require Bric; our $VERSION = Bric->VERSION;
=head1 Synopsis
use Bric::Dist::Action::Email;
my $id = 1; # Assume that this is an Email action.
# This line will aut... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:ViewModelOwners.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
{
"ver": "2.3.3",
"uuid": "ab053ea5-cc4e-4131-b540-51719b5d05f6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"platformSettings": {},
"subMetas": {
"table": {
"ver": "1.0.4",
"uuid": "9fc23206-a023... | {
"pile_set_name": "Github"
} |
-- Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License.
--
-- This program is distributed ... | {
"pile_set_name": "Github"
} |
---
title: View.DisplayBackgrounds Property (Word)
keywords: vbawd10.chm161808433
f1_keywords:
- vbawd10.chm161808433
ms.prod: word
api_name:
- Word.View.DisplayBackgrounds
ms.assetid: 6b1dfa3a-a2bd-a737-e0b2-0792d13451ba
ms.date: 06/08/2017
---
# View.DisplayBackgrounds Property (Word)
Returns or sets a **Boolean*... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2015 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the Chelsio FCoE driver for Linux.
*
* Copyright (c) 2008-2012 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Versio... | {
"pile_set_name": "Github"
} |
ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_SOFTMMU) += common.o
obj-$(CONFIG_PCI) += pci.o pci-quirks.o
obj-$(CONFIG_VFIO_CCW) += ccw.o
obj-$(CONFIG_SOFTMMU) += platform.o
obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o
obj-$(CONFIG_VFIO_AMD_XGBE) += amd-xgbe.o
obj-$(CONFIG_SOFTMMU) += spapr.o
endif
| {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Tabs 1.11.2
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/#theming
*/
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with posi... | {
"pile_set_name": "Github"
} |
### Graphics Template
You can clone this directory for your own graphx-based projects.
To add code, fill in the begin, end, step, and draw functions in main.c.
---
This demo is part of the CE C SDK Toolchain.
| {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
package forwarder
/**
* Panther is a Cloud-Native SIEM for the Modern Security Team.
* Copyright (C) 2020 Panther Labs Inc
*
* 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 ... | {
"pile_set_name": "Github"
} |
//
// GCDTimer.h
// GCD
//
// http://home.cnblogs.com/u/YouXianMing/
// https://github.com/YouXianMing
//
// Created by XianMingYou on 15/3/15.
// Copyright (c) 2015年 XianMingYou. All rights reserved.
//
#import <Foundation/Foundation.h>
@class GCDQueue;
@interface GCDTimer : NSObject
@property (strong, reado... | {
"pile_set_name": "Github"
} |
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use ... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2011, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and bi... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/entrez_info.r
\name{entrez_db_links}
\alias{entrez_db_links}
\title{List available links for records from a given NCBI database}
\usage{
entrez_db_links(db, config = NULL)
}
\arguments{
\item{db}{character, name of database to search}
\item{... | {
"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.
//
#pragma mark Named Structures
struct CGPoint {
double x;
double y;
};
struct _NSRange {
unsigned long long _field1;
unsigned long long _field2;
};
#pragma mark -
... | {
"pile_set_name": "Github"
} |
{
"@metadata": {
"authors": [
"Akamycoco",
"Iyuqciyang"
]
},
"sunday": "Jiyax sngayan",
"monday": "Tg1 jiyax iyax sngayan",
"tuesday": "Tg2 jiyax iyax sngayan",
"wednesday": "Tg3 jiyax iyax sngayan",
"thursday": "Tg4 jiyax iyax sngayan",
"friday": "Tg5 jiyax iyax sngayan",
"saturday": "Tg6 jiyax iyax... | {
"pile_set_name": "Github"
} |
export = ->(describe, it, assert) {
it("runs the alternate block", ->{
let value = 20
guard value > 50 {
assert(true, true)
return
}
assert(false, true)
})
it("can check for value existance", ->{
let box = {}
box.name = "leonard"
guard box.name {
assert(false, tr... | {
"pile_set_name": "Github"
} |
def build(bld):
bld.install_files('${HPREFIX}/database/mysql', [
'connection.h'
])
bld.objects(
cxxflags = bld.env.OBJECTS_CXXFLAGS,
source = 'connection.cpp statement.cpp value.cpp',
target = 'pficommon_database_mysql',
includes = '. ..',
vnum = bld.env['VERSION'],
use = 'pfico... | {
"pile_set_name": "Github"
} |
<h1>Update for ticket <%= @ticket.key %> from <%= @ticket.name %></h1>
<h2><%= @ticket.subject %></h2>
<table border="0" cellspacing="0" cellpadding="5">
<tr align="right"><th>Name</th> <td align="left"><%= @ticket.name %></td></tr>
<tr align="right"><th>Email</th> <td align="left"><%= @ticket.email %></td></tr>
... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_BASIC_BINARY_OARCHIVE_HPP
#define BOOST_ARCHIVE_BASIC_BINARY_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_binary_oarchive.hpp... | {
"pile_set_name": "Github"
} |
package slack
import (
"bytes"
"encoding/json"
"github.com/nlopes/slack"
"gopkg.in/yaml.v2"
)
//Asset represents a file asset
type Asset struct {
Title string
Filename string
Type string
Content string
Data interface{} //content data structure
BinaryContent []byte
}
//M... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:color=... | {
"pile_set_name": "Github"
} |
/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
( function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define( [ "../widgets/datepicker" ], factory );
} else... | {
"pile_set_name": "Github"
} |
#--
# Copyright (c) 2006 Philip Ross
#
# 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, publish, di... | {
"pile_set_name": "Github"
} |
// swift-tools-version:4.0
import PackageDescription
let package = Package(
name: "CwlPreconditionTesting",
products: [
.library(name: "CwlPreconditionTesting", targets: ["CwlPreconditionTesting", "CwlMachBadInstructionHandler"])
],
dependencies: [
.package(url: "https://github.com/mattgallagher/CwlCatchExcept... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<body style="margin: 0; padding: 0;">
<div style="position: relative;">
<select style="position: absolute; top: 100px; left: 100px;">
<option>foo</option>
<option>bar</option>
</select>
</div>
</body>
</html>
| {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Process;
use Symfony\Component\Process\Exception\Inva... | {
"pile_set_name": "Github"
} |
## Kubeman User Guide
1. Either download the application binary, or get the source code and build it yourself.
2. Use kubectl (or another tool) to connect to a cluster, so that the cluster context gets saved in your local kube config.
3. Run Kubeman application
... | {
"pile_set_name": "Github"
} |
private
checkSuccessExpr
"Return the parse tree for an expression that aborts the primitive if primFailCode is set."
| expr |
expr := 'interpreterProxy failed ifTrue: [^nil]'.
^ self statementsFor: expr varName: ''
| {
"pile_set_name": "Github"
} |
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using System.IO;
namespace CustomFormatterDemo
{
public class Program
{
public static void Main(string[] args)
{
CreateWebHostBuilder(args).Build().Run();
}
public s... | {
"pile_set_name": "Github"
} |
# Testing master to slave heartbeat protocol
#
# Including:
# - user interface, grammar, checking the range and warnings about
# unreasonable values for the heartbeat period;
# - no rotation of relay log if heartbeat is less that slave_net_timeout
# - SHOW STATUS like 'Slave_received_heartbeats' action
# - SHOW STA... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"context"
"net/url"
"time"
timetypes "github.com/docker/docker/api/types/time"
)
// ContainerStop stops a container. In case the container fails to stop
// gracefully within a time frame specified by the timeout argument,
// it is forcefully ter... | {
"pile_set_name": "Github"
} |
// Copyright 2012 the V8 project authors. 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
// notice, this list of ... | {
"pile_set_name": "Github"
} |
#include once "trycatch.bi"
''to compile: fbc test.bas trycatch.bas
type MyException extends Exception
declare constructor()
something as integer = 1234
declare operator cast() as string
end type
constructor MyException
base("myexception")
end constructor
operator MyException.cast() as string
op... | {
"pile_set_name": "Github"
} |
QxtWeb from libqxt.org project, standalone and cmakeified. For embeddable webserver
| {
"pile_set_name": "Github"
} |
((output
(((f.ml (1 0) (1 12))
(5
(label
((root (f.ml (page f.ml) 00000000000000000000000000000000) f.ml)
(label foo)))
(((f.ml (1 8) (1 11)) (word Bar)))))))
(warnings
( "File \"f.ml\", line 1, characters 0-12:\
\n'22': bad heading level (0-5 allowed).")))
| {
"pile_set_name": "Github"
} |
#!/bin/bash
# profiles = xccdf_org.ssgproject.content_profile_ospp
echo 'global(DefaultNetstreamDriverCAFile="/etc/pki/tls/cert.pem")' >> /etc/rsyslog.conf
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012, 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | {
"pile_set_name": "Github"
} |
33--Running/33_Running_Running_33_119.jpg
3
553.412 149.916 50.5153 71.2105 0.998541
291.154 165.235 47.7984 66.4723 0.997233
895.516 180.042 51.1604 64.5344 0.992186
| {
"pile_set_name": "Github"
} |
module Fog
module AWS
class IAM
class Real
# Updates the name and/or the path of the specified server certificate.
#
# ==== Parameters
# * server_certificate_name<~String> - The name of the server
# certificate that you want to update.
# * options<~Hash>:
... | {
"pile_set_name": "Github"
} |
package xyz.hisname.fireflyiii.repository.category
import android.app.Application
import androidx.lifecycle.*
import com.google.gson.Gson
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.collectLatest
import kotlinx.coroutines.launch
import xyz.hisname.fireflyiii.data.local.dao.AppDatabase
import x... | {
"pile_set_name": "Github"
} |
# Doxyfile 1.8.3.1
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG +=... | {
"pile_set_name": "Github"
} |
(function($) {
var subscription = {
init: function() {
$('input#wpuf-recuring-pay').on('click', this.showSubscriptionRecurring );
$('input#wpuf-trial-status').on('click', this.showSubscriptionPack );
$('.wpuf-coupon-info-wrap').on( 'click','a.wpuf-apply-coupon', this.couponApply );
... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -instcombine -S | \
; RUN: not grep "ret i1 false"
define i1 @test(i64 %tmp.169) {
%tmp.1710 = lshr i64 %tmp.169, 1 ; <i64> [#uses=1]
%tmp.1912 = icmp ugt i64 %tmp.1710, 0 ; <i1> [#uses=1]
ret i1 %tmp.1912
}
| {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... | {
"pile_set_name": "Github"
} |
# Event 1010 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|param1|UnicodeString|None|`None`|
|TBD|param2|UnicodeString|None|`None`|
|TBD|__binLength|UInt32|None|`None`|
|TBD|binary|Binary|None|`None`|
## Tags
* et... | {
"pile_set_name": "Github"
} |
//===--- Le64.h - Declare Le64 target feature support -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
var test = require('tap').test
var minimatch = require('../')
test('extglob ending with statechar', function(t) {
t.notOk(minimatch('ax', 'a?(b*)'))
t.ok(minimatch('ax', '?(a*|b)'))
t.end()
})
| {
"pile_set_name": "Github"
} |
#!perl -T
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();
| {
"pile_set_name": "Github"
} |
<query id="deleteTriggers" action="delete">
<tables>
<table name="module_trigger" />
</tables>
<conditions>
<condition operation="notin" column="module" var="module" notnull="notnull" />
</conditions>
</query> | {
"pile_set_name": "Github"
} |
var mdeps = require('../');
var test = require('tap').test;
var JSONStream = require('JSONStream');
var packer = require('browser-pack');
var path = require('path');
test('transform', function (t) {
t.plan(4);
var p = mdeps({
transform: [ 'insert-aaa', 'insert-bbb' ],
transformKey: [ 'browserif... | {
"pile_set_name": "Github"
} |
-*- mode:text; coding:utf-8; -*-
GNU FreeFont Authors
====================
The FreeFont collection is being maintained by
Steve White <stevan.white AT googlemail.com>
The folowing list cites the other contributors that contributed to
particular ISO 10646 blocks.
* URW+... | {
"pile_set_name": "Github"
} |
/**
* Config file for testing
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
*/
const path = require('path');
const webdriverConfig = {
hostname: 'fe.nhnent.com',
port: 4444,
remoteHost: true
};
/**
* Set config by environment
* @param {object} defaultConfig - default config
* @param {string} s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:paddingTop="20dp">... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.