text stringlengths 2 99.9k | meta dict |
|---|---|
use strict;
package Server::Login;
use Moose;
use Server::Server;
use Method::Signatures::Simple;
extends 'Server::Server';
use Crypt::Eksblowfish::Bcrypt qw(bcrypt en_base64);
use DB::Connection;
use DB::UserValidate;
use Server::Session;
use Util::CryptUtil;
use Util::PasswordQuality;
use Util::ServerUtil;
meth... | {
"pile_set_name": "Github"
} |
// 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)
//
// *Preprocessed* version of the main "reverse_fold_impl.hpp" header
// -- DO NOT modify by hand!
namespace boost... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Threading;
namespace BulkWriter.Pipeline.Internal
{
internal class AggregateEtlPipelineStep<TIn, TOut> : EtlPipelineStep<TIn, TOut>
{
private readonly Func<IEnumerable<TIn>, TOut> _aggregationFunc;
public AggregateEtlPipelineStep(Et... | {
"pile_set_name": "Github"
} |
package kr.pe.burt.android.dice;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
private OGLView oglView;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
se... | {
"pile_set_name": "Github"
} |
# This test checks previously known problem values for 32-bit ports.
# It's less useful for 64-bit ports.
try:
import uctypes
except ImportError:
print("SKIP")
raise SystemExit
buf = b"12345678abcd"
struct = uctypes.struct(
uctypes.addressof(buf),
{"f32": uctypes.UINT32 | 0, "f64": uctypes.UINT64 |... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Twig.
*
* (c) 2009 Fabien Potencier
* (c) 2009 Armin Ronacher
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Includes a template.
*
* <pre>
* {% include 'header.html' %}
* Body
... | {
"pile_set_name": "Github"
} |
attribute :id
attribute :type
attribute :to_param => :slug
attribute :frontend_path
attribute :sanitized_title => :title
attribute :short_body
attribute :url
attribute :featured
attribute :can_add_bounty
attribute :real_created_at => :created_at
attribute :generic
attribute :paid_out
attribute :priority
attribute :seve... | {
"pile_set_name": "Github"
} |
# Copyright 2014-2016 Presslabs SRL
#
# 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 wri... | {
"pile_set_name": "Github"
} |
package classes.test.shared_classes;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodType;
import java.lang.invoke.WrongMethodTypeException;
import java.lang.reflect.*;
import java.lang.invoke.MethodHandles;
/**
* Dumb test interface with a default method implementation.
*/
public interface ISpe... | {
"pile_set_name": "Github"
} |
// Copyright 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.
#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_TEST_CHROME_BROWSER_PROVIDER_H_
#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_TEST_CHROME_BROWSER_PROVIDER_H_
#in... | {
"pile_set_name": "Github"
} |
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* included with this... | {
"pile_set_name": "Github"
} |
<===> input.scss
@for $i from 1 through 1 {
@mixin foo() {}
}
<===> error
Error: Mixins may not be defined within control directives or other mixins.
on line 2 of input.scss
Use --trace for backtrace.
<===> error-dart-sass
Error: Mixins may not be declared in control directives.
,
2 | @mixin foo() {}... | {
"pile_set_name": "Github"
} |
# [218.The Skyline Problem][title]
> [!WARNING|style:flat]
> This question is temporarily unanswered if you have good ideas. Welcome to [Create Pull Request PR](https://github.com/kylesliu/awesome-golang-leetcode)
## Description
**Example 1:**
```
Input: a = "11", b = "1"
Output: "100"
```
## 题意
> ...
## 题解
### ... | {
"pile_set_name": "Github"
} |
const {describe, it} = require('mocha');
const chai = require('chai');
const expect = chai.expect;
const helpers = require('./helpers');
const dialects = require('../lib/dialects/dialects').dialects;
const _ = require('lodash');
describe(helpers.getTestDialectTeaser('sequelize-auto dialects'), function() {
describe(... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google LLC
//
// 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 w... | {
"pile_set_name": "Github"
} |
.\objects\stm32f10x_rcc.o: C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\StdPeriph_Driver\src\stm32f10x_rcc.c
.\objects\stm32f10x_rcc.o: C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\StdPeriph_Driver\inc\stm32f10x_rcc.h
.\objects\stm32f10x_rcc.o: C:\Keil_v5\ARM\PACK\Keil\STM32F1xx_DFP\2.0.0\Device\Include\s... | {
"pile_set_name": "Github"
} |
/* -LICENSE-START-
** Copyright (c) 2014 Blackmagic Design
**
** Permission is hereby granted, free of charge, to any person or organization
** obtaining a copy of the software and accompanying documentation covered by
** this license (the "Software") to use, reproduce, display, distribute,
** execute, and transmit the... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace System.Data.Entity.Core.Objects.DataClasses
{
/// <summary>
/// Identifies the kind of a relationship
/// </summary>
public enum RelationshipKind
{
... | {
"pile_set_name": "Github"
} |
stdout of test 'inner_join_cross_join.Bug-6140` in directory 'sql/test/BugTracker-2016` itself:
# 22:28:57 >
# 22:28:57 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=38674" "--set" "mapi_usock=/var/tmp/mtest-22226/.s.monetdb.38674" "--set" "monet_prompt=" "--force... | {
"pile_set_name": "Github"
} |
@import "./colors";
/**
* Fonts & basic variables.
*/
$default-font: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,"Helvetica Neue", sans-serif;
$default-font-size: 13px;
$default-line-height: 1.4;
$editor-font: "Noto Serif", serif;
$editor-html-font: Menlo, Consolas, monaco, ... | {
"pile_set_name": "Github"
} |
{% extends "wiki-base.html" %}
{% block title %}
{{ slug }}
{% endblock %}
{% block page_title %}
{{ action }}: {{ title }}
{% endblock %}
{% block page_contents %}
<section>
<div class="wiki-edit">
<form action="" method="post" id="submit-form">
{% csrf_token %}
<fieldset>
<legend>편집하기</leg... | {
"pile_set_name": "Github"
} |
# 2012 October 5
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#*********************************... | {
"pile_set_name": "Github"
} |
#ifndef __UINPUT_H_
#define __UINPUT_H_
/*
* User level driver support for input subsystem
*
* Heavily based on evdev.c by Vojtech Pavlik
*
* 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... | {
"pile_set_name": "Github"
} |
<div class="container-fluid form-horizontal">
<hr ng-if="$ctrl.index > 0" />
<ng-form name="backendService">
<div class="form-group">
<div class="col-md-12 well alert-danger" ng-if="backendService.serviceName.$error.validateUnique">
<validation-error message="There is already a backend service wit... | {
"pile_set_name": "Github"
} |
/* GIMP - The GNU Image Manipulation Program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (... | {
"pile_set_name": "Github"
} |
var baseIndexOf = require('../internal/baseIndexOf'),
cacheIndexOf = require('../internal/cacheIndexOf'),
createCache = require('../internal/createCache'),
isArrayLike = require('../internal/isArrayLike'),
restParam = require('../function/restParam');
/**
* Creates an array of unique values that are i... | {
"pile_set_name": "Github"
} |
'use strict'
var path = require('path')
var test = require('tap').test
var Tacks = require('tacks')
var File = Tacks.File
var Dir = Tacks.Dir
var common = require('../common-tap.js')
var basedir = path.join(__dirname, path.basename(__filename, '.js'))
var testdir = path.join(basedir, 'testdir')
var cachedir = path.joi... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:957fff3132a100b3fc4fbf237e369f59e28182ac0c2d8995194ec792ea525391
size 7104
| {
"pile_set_name": "Github"
} |
#!perl -w
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = ('../lib', 'lib');
}
else {
unshift @INC, 't/lib';
}
}
use strict;
use Test::Simple::Catch;
my($out, $err) = Test::Simple::Catch::caught();
# Can't use Test.pm, that's a 5.005 thing.
package My::Test;
# This has to... | {
"pile_set_name": "Github"
} |
using NTMiner.User;
using System.ServiceModel.Channels;
using System.Web;
using System.Web.Http;
namespace NTMiner.Controllers {
public abstract class ApiControllerBase : ApiController {
protected new UserData User {
get {
// 在UserAttribute ActionFilter里赋值的
retu... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Tests\content_translation\Kernel;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityConstraintViolationListInterface;
use Drupal\Core\Language\LanguageInterface;
use Drupal\entity_test\Entity\EntityTestMulRev;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entit... | {
"pile_set_name": "Github"
} |
[/
/ Copyright (c) 2013 Vicente J. Botet Escriba
/
/ 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)
/]
[section:synchronized_valuesxxx Synchronized Values - EXPERIMENTAL]
[warning These features are experimenta... | {
"pile_set_name": "Github"
} |
//
// LCLKGift02InputViewPlugin.m
// 高仿映客
//
// Created by 陈宜龙 on 16/9/8.
// Copyright © 2016年 JIAAIR. All rights reserved.
//
#import "LCLKGift02InputViewPlugin.h"
static NSString *const LCLKGiftName = @"car.png";
@implementation LCLKGift02InputViewPlugin
@synthesize inputViewRef = _inputViewRef;
@synthesize se... | {
"pile_set_name": "Github"
} |
# 62. Unique Paths 不同路径
**<font color=orange>难度: Medium</font>**
## 刷题内容
> 原题连接
* https://leetcode-cn.com/problems/unique-paths/
> 内容描述
一个机器人位于一个 m x n 网格的左上角 (起始点在下图中标记为“Start” )。
机器人每次只能向下或者向右移动一步。机器人试图达到网格的右下角(在下图中标记为“Finish”)。
问总共有多少条不同的路径?
 2009-2020 dotNetRDF Project (http://dotnetrdf.org/)
//
// Permission is hereby granted, free of charge, to any person obtainin... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 http2
import (
"errors"
"fmt"
"sync"
)
// Buffer chunks are allocated from a pool to reduce pressure on GC.
// The maximum wasted space per dataBuf... | {
"pile_set_name": "Github"
} |
<?php
$lang = array(
"...from Git Repo" => "... Git Repo'sundan ekle",
"Access All Projects"=> "Tüm Projelere Eriş",
"Account Deleted" => "Hesap Silindi",
"Account Modified" => "Hesap Değiştirildi",
"Account:" => "Hesap : ",
"Active Project Cannot Be Removed" => "Aktif durumdaki proje kaldırılamaz",
"Active" => ... | {
"pile_set_name": "Github"
} |
/*
* Legacy: Generic DRM Buffer Management
*
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All Rights Reserved.
*
* Author: Rickard E. (Rik) Faith <faith@valinux.com>
* Author: Gareth Hughes <gareth@valinux.com>
*
* Permiss... | {
"pile_set_name": "Github"
} |
/**
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define CONFIGURE_... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -fsigned-char linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build s390x,linux
package unix
const (
sizeofPtr = 0x8
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x8
sizeofLongLong... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2009-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
{
"description": "object created"
} | {
"pile_set_name": "Github"
} |
## Quartiles
```
Quartiles(arg)
```
> returns a list of the `1/4`, `1/2` and `3/4` quantile of `arg`.
```
Quartiles(arg, {{a,b},{c,d}})
```
> use the quantile parameters `{{a,b},{c,d}}`. The default parameters for the quantile definition are `{{0,0},{1,0}}`.
See
* [Wikipedia - Quartile](https://en.wikipedia.org/... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
{
"appDesc": {
"message": "Naudojant „OneNote“ galima įrašyti bet kurią informaciją. Įklijuokite ją į „OneNote“, tvarkykite, redaguokite, tada pasiekite naudodami bet kurį įrenginį.",
"description": "Description of the application."
}
} | {
"pile_set_name": "Github"
} |
<?php
class LtCacheAdapterApc implements LtCacheAdapter
{
public function connect($hostConf)
{
return true;
}
public function add($key, $value, $ttl = 0, $tableName, $connectionResource)
{
return apc_add($this->getRealKey($tableName, $key), $value, $ttl);
}
public function del($key, $tableName, $connection... | {
"pile_set_name": "Github"
} |
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2008 INRIA
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distributed... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("So... | {
"pile_set_name": "Github"
} |
//The MIT License(MIT)
//Copyright(c) 2016 Alberto Rodriguez & LiveCharts 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... | {
"pile_set_name": "Github"
} |
#include "ImwWindowManagerSokol.h"
#include "../sample.h"
int main()
{
PreInitSample();
sg_desc oSokolDesc = { 0 };
ImwWindowManagerSokol oMgr(&oSokolDesc, true);
oMgr.Init();
InitSample();
while (oMgr.Run(false) && oMgr.Run(true)) Sleep(16);
ImGui::Shutdown();
return 0;
}
| {
"pile_set_name": "Github"
} |
//
// KWGenericMatcher.m
// Kiwi
//
// Created by Allen Ding on 1/31/13.
// Copyright (c) 2013 Allen Ding. All rights reserved.
//
#import "KWGenericMatchEvaluator.h"
#import "KWStringUtilities.h"
#import "KWObjCUtilities.h"
#import <objc/runtime.h>
#import "KWGenericMatcher.h"
@implementation KWGenericMatchEvalu... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.1 2013/10/20 14:53:23 joerg Exp $
LIB= lldbPluginPlatformWindows
.include <bsd.init.mk>
.PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Windows
SRCS+= PlatformWindows.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif
| {
"pile_set_name": "Github"
} |
[Params]
Version=106
Monitor=1
SMode=101000000
Date=20140718
StartTime=07:48:56.0
Length=01:05:00.3
Interval=1
Upper1=111
Lower1=93
Upper2=0
Lower2=0
Upper3=0
Lower3=0
Timer1=00:21:21.0
Timer2=00:00:00.0
Timer3=00:00:00.0
ActiveLimit=0
MaxHR=185
RestHR=55
StartDelay=0
VO2max=48
Weight=72
[Note]... | {
"pile_set_name": "Github"
} |
package alidns
//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
//distri... | {
"pile_set_name": "Github"
} |
require 'benchmark'
require_relative '../lib/smart_properties'
class A
include SmartProperties
property :a
end
class B < A
property :b
end
class C < B
property :c
end
class A2
def initialize(**attrs)
attrs.each { |k, v| send("#{k}=", v) }
end
attr_accessor :a
end
class B2 < A2
attr_accessor :b
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*/
declare module 'slugify' {
declare module.exports: any;
}
| {
"pile_set_name": "Github"
} |
/* Hindi initialisation for the jQuery UI date picker plugin. */
/* Written by Michael Dawart. */
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([ "../datepicker" ], factory );
} else {
// Browser globals
factory( jQuery.datepicker ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="ht... | {
"pile_set_name": "Github"
} |
---
title: IRCv3.2 Metadata
layout: spec
deprecated: true
copyrights:
-
name: "Kiyoshi Aman"
period: "2012"
email: "kiyoshi.aman@gmail.com"
---
## Introduction
It is generally useful to associate metadata with one's IRC presence, e.g. to
make one's homepage or non-IRC contact details more discoverable. T... | {
"pile_set_name": "Github"
} |
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -719,6 +719,15 @@ config RTC_DRV_NUC900
If you say yes here you get support for the RTC subsystem of the
NUC910/NUC920 used in embedded systems.
+config RTC_DRV_RTC7301
+ tristate "Epson RTC-7301 SF/DG"
+ help
+ If you say Y here you will get support fo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Google Inc. 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 applic... | {
"pile_set_name": "Github"
} |
import FilterItem from '../FilterItem';
/**
* Simple method to check if two arrays of FilterItems
* are sorted in the same manner or not.
* @param {Array} arr1 the first array of FilterItems
* @param {Array} arr2 the second array of FilterItems
* @return {Boolean} equality
*/
export declare const filterItemArrays... | {
"pile_set_name": "Github"
} |
import CheckoutPageObject from '../../../support/pages/checkout.page-object';
import AccountPageObject from '../../../support/pages/account.page-object';
let product = {};
describe('Checkout: Visual tests', () => {
beforeEach(() => {
cy.setToInitialState().then(() => {
return cy.setShippingMet... | {
"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.
// +build ignore
/*
This program is a server for the WebDAV 'litmus' compliance test at
http://www.webdav.org/neon/litmus/
To run the test:
go run litmus_test... | {
"pile_set_name": "Github"
} |
#include <stdint.h>
#include <stdio.h>
#include "mtest.h"
static struct d_d t[] = {
#include "crlibm/exp.h"
#include "ucb/exp.h"
#include "sanity/exp.h"
#include "special/exp.h"
};
int main(void)
{
#pragma STDC FENV_ACCESS ON
double y;
float d;
int e, i, err = 0;
struct d_d *p;
for (i = 0; i < sizeof t/sizeof... | {
"pile_set_name": "Github"
} |
apiVersion: "clickhouse.altinity.com/v1"
kind: "ClickHouseInstallation"
metadata:
name: "hostnet1"
spec:
defaults:
templates:
podTemplate: pod-distribution
configuration:
clusters:
- name: "hnet1"
layout:
shardsCount: 2
replicasCount: 3
templates:
podTemplat... | {
"pile_set_name": "Github"
} |
# Changelog
This changelog follows [the Keep a Changelog standard](https://keepachangelog.com).
## [Unreleased](https://github.com/driesvints/blade-icons/compare/2.4.0...master)
## [2.3.0 (2020-06-07)](https://github.com/driesvints/blade-icons/compare/2.2.0...2.3.0)
### Added
- Add new Heroicons
## [2.2.0 (2020... | {
"pile_set_name": "Github"
} |
advice.*::
These variables control various optional help messages designed to
aid new users. All 'advice.*' variables default to 'true', and you
can tell Git that you do not need help by setting these to 'false':
+
--
fetchShowForcedUpdates::
Advice shown when linkgit:git-fetch[1] takes a long time
to calculate... | {
"pile_set_name": "Github"
} |
{
"name": "example-directive-scope-problem",
"files": [
"index-production.html",
"script.js",
"my-customer.html"
]
} | {
"pile_set_name": "Github"
} |
Content-type: text/plain
Sample OpenSSL Data for CMS encryption
| {
"pile_set_name": "Github"
} |
START TRANSACTION;
-- create our table to test with
CREATE TABLE liketable (
str varchar(20)
);
-- insert some dull values
INSERT INTO liketable VALUES ('');
INSERT INTO liketable VALUES ('t');
INSERT INTO liketable VALUES ('ts');
INSERT INTO liketable VALUES ('tsz');
-- insert some interesting values
INSERT INTO lik... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* 32-bit compatibility support for ELF format executables and core dumps.
*
* Copyright (C) 2007 Red Hat, Inc. All rights reserved.
*
* Red Hat Author: Roland McGrath.
*
* This file is used in a 64-bit kernel that wants to support 32-bit ELF.
* asm/elf.h is responsib... | {
"pile_set_name": "Github"
} |
---
id: version-2.4.2-io-connectors
title: Builtin Connectors
sidebar_label: Builtin Connectors
original_id: io-connectors
---
Pulsar distribution includes a set of common connectors that have been packaged and tested with the rest of Apache Pulsar.
These connectors import and export data from some of the most commonl... | {
"pile_set_name": "Github"
} |
defmodule BorsNG.GitHub.User do
@moduledoc """
The GitHub structure of a user account. This is different from FullUser since this has many fewer fields.
"""
defstruct id: 0, login: "", avatar_url: ""
@type tjson :: map
@type t :: %BorsNG.GitHub.User{
id: integer,
login: bitstring,
... | {
"pile_set_name": "Github"
} |
**Mat Ryer:** Hello, and welcome to Go Time! I'm Mat Ryer, and today we're talking generics, and picking through this interesting and sometimes controversial issue. I'm joined by Jon Calhoun... Hello, Jon.
**Jon Calhoun:** Hey, Mat!
**Mat Ryer:** I'm joined also by Johnny Boursiquot...
**Johnny Boursiquot:** Hello, ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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)
#if !defined(BOOST_SPIRIT_KARMA_PADDING_MAY_06_2008_0436PM)
#define BOOST_SPIRIT_KARMA_PADDING_MAY_06_2008_043... | {
"pile_set_name": "Github"
} |
// This is the implementation of the test harness.
// For the actual test cases, see test/compare_output.zig.
const std = @import("std");
const builtin = std.builtin;
const build = std.build;
const ArrayList = std.ArrayList;
const fmt = std.fmt;
const mem = std.mem;
const fs = std.fs;
const warn = std.debug.warn;
const... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources> | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -x
if [[ $EUID -ne 0 ]]; then
echo "Error: this script must be run as root"
exit 1
fi
WORKSPACE=$PWD
RND=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1)
TMP_DIR="/tmp/$RND"
mkdir $TMP_DIR
cp -a . $TMP_DIR
cd $TMP_DIR || exit 1
export NEXUS_PATH_PREFIX=/tmp/nexus-fixer
m... | {
"pile_set_name": "Github"
} |
/**
* Thai translation for bootstrap-datepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['th'] = {
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
daysMin: ["อา", "จ", "อ", "พ", "... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2011-2014 Webcomm Pty Ltd
//
// 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2020 Free Software Foundation, Inc.
*
* This file is part of libwget.
*
* Libwget 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, or
* (a... | {
"pile_set_name": "Github"
} |
# Selenium
### Materiały od autorów
* [http://www.seleniumhq.org/projects/webdriver/](http://www.seleniumhq.org/projects/webdriver/)
* Strona domowa projektu
### Kursy
* [http://seleniumsimplified.com/get-started/](http://seleniumsimplified.com/get-started/)
* Darmowe kilka wstępnych tematów
* [https://compendi... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
#import "ios/chrome/share_extension/share_extension_view.h"
#include "base/logging.h"
#import "ios/chrome/share_extension/ui_util.h"
#if !defined(__has_... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017-2018 STMicroelectronics - All Rights Reserved
* Author(s): Philippe Cornu <philippe.cornu@st.com> for STMicroelectronics.
* Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
*/
#include <common.h>
#include <clk.h>
#include <display.h>
... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* NAN - Native Abstractions for Node.js
*
* Copyright (c) 2017 NAN contributors
*
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
********************************************************************/
#ifndef NAN_CALLBACKS... | {
"pile_set_name": "Github"
} |
'use strict';
var StreamReader = function() {
this._queue = [];
this._queueSize = 0;
this._offset = 0;
};
StreamReader.prototype.put = function(buffer) {
if (!buffer || buffer.length === 0) return;
if (!buffer.copy) buffer = new Buffer(buffer);
this._queue.push(buffer);
this._queueSize += buffer.... | {
"pile_set_name": "Github"
} |
#Testing Indestructible: Darksteel Myr (0/1) gets -1/-1 from Blister Beetle
#Result: Darksteel Myr should be dead
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Darksteel Myr
hand:Blister Beetle
manapool:{1}{B}
[PLAYER2]
inplay:Runeclaw Bear
[DO]
Blister Beetle
choice 0
Darksteel Myr
[ASSERT]
FIRSTMAIN
[PLAYER1]
in... | {
"pile_set_name": "Github"
} |
class Hdf5Mpi < Formula
desc "File format designed to store large amounts of data"
homepage "https://www.hdfgroup.org/HDF5"
url "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.tar.bz2"
sha256 "97906268640a6e9ce0cde703d5a71c9ac3092eded729591279bf2e3ca9765f61"
revision 1
... | {
"pile_set_name": "Github"
} |
#ifndef FWCore_Framework_DependentRecordImplementation_h
#define FWCore_Framework_DependentRecordImplementation_h
// -*- C++ -*-
//
// Package: Framework
// Class : DependentRecordImplementation
//
/**\class DependentRecordImplementation DependentRecordImplementation.h FWCore/Framework/interface/DependentRecor... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
// Copyright 2013 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/compiler/graph.h"
#include <algorithm>
#include "src/base/bits.h"
#include "src/compiler/graph-visualizer.h"
#include "src/compiler/node... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Documentation SimpleTest : étendre le testeur unitaire avec des classes d'attentes supplémentaires</title>
<link rel="stylesheet" type="text/css" href="docs.css" title="Styles">
</head>
<body>
<div class="menu_back"><div class="men... | {
"pile_set_name": "Github"
} |
/*
** Book Jacket generation
**
** The template for Book Jackets is template.xhtml
** This CSS is inserted into the generated HTML at conversion time
**
** Users can control parts of the presentation of a generated book jacket by
** editing this file and template.xhtml
**
** The general form of a generated Book Jacket... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.