text stringlengths 2 99.9k | meta dict |
|---|---|
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"b" = (
/obj/structure/shuttle/engine/propulsion{
dir = 1
},
/turf/template_noop,
/area/ruin/powered/shuttle/medium_3)
"c" = (
/turf/closed/wall/mineral/plastitanium,
/area/ruin/pow... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
#region License
//
// MIT License
//
// CoiniumServ - Crypto Currency Mining Pool Server Software
// Copyright (C) 2013 - 2017, CoiniumServ Project
// Hüseyin Uslu, shalafiraistlin at gmail dot com
// https://github.com/bonesoul/CoiniumServ
//
// Permission is hereby granted, free of charge, ... | {
"pile_set_name": "Github"
} |
// WriteLog.cpp: implementation of the CWriteLog class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "LogModule.h"
#include "WriteLog.h"
#include <afxtempl.h>
#include "DBConnetParamRegConfig.h"
#define DELETE_USELESSFILE_NUM 500
#ifdef _DEBUG
#undef TH... | {
"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
# d... | {
"pile_set_name": "Github"
} |
vec3 fxaa(sampler2D sampler, vec2 tex_coord)
{
float FXAA_SPAN_MAX = 8.0;
float FXAA_REDUCE_MUL = 1.0 / FXAA_SPAN_MAX;
float FXAA_REDUCE_MIN = 1.0 / (FXAA_SPAN_MAX * 16.0);
vec2 texture_size = textureSize(sampler, 0).xy;
vec3 rgbNW = texture(sampler, tex_coord+(vec2(-1.0,-1.0)/texture_size)).xyz;
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Prometheus Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////
== Quick Start
Unresolved directive in openwhisk-readme.adoc - include::./adapters/openwhisk-quick-start.adoc[]
== Examples
The followin... | {
"pile_set_name": "Github"
} |
.form {
margin: 5px 0;
}
.input {
composes: form-control from global;
height: 30px;
color: #bbb;
background-color: #626262;
border: 1px solid #333;
&:focus {
color: #666;
background-color: white;
}
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 43de5838f293c0c4b9ed1bd014bb898a
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 7
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRefe... | {
"pile_set_name": "Github"
} |
let postcss = require('postcss')
let IMPORTANT = /\s*!important\s*$/i
let UNITLESS = {
'box-flex': true,
'box-flex-group': true,
'column-count': true,
'flex': true,
'flex-grow': true,
'flex-positive': true,
'flex-shrink': true,
'flex-negative': true,
'font-weight': true,
'line-clamp': true,
'lin... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f9e8a256b2e009743bcefbdabbb05382
timeCreated: 1504768179
licenseType: Store
NativeFormatImporter:
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Colors
$mdb-color-lighten-5: #d0d6e2 !default;
$mdb-color-lighten-4: #b1bace !default;
$mdb-color-lighten-3: #929fba !default;
$mdb-color-lighten-2: #7283a7 !default;
$mdb-color-lighten-1: #59698d !default;
$mdb-color-base: #45526e !default;
$mdb-color-darken-1: #3b465e !default;
$mdb-color-darken-2: ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 applicable... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module JekyllAssetPipeline
class TestConverter < JekyllAssetPipeline::Converter
def self.filetype
'.foo'
end
def convert
'converted'
end
end
class TestCompressor < JekyllAssetPipeline::Compressor
def self.filetype
'.foo'
end
def compr... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -eu -o pipefail ${SHELLFLAGS}
make -C $(dirname $0) run RUNFLAGS="$*"
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2017, Arm Limited and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* 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/... | {
"pile_set_name": "Github"
} |
.sort-table {
font: Icon;
border: 1px Solid ThreeDShadow;
background: Window;
color: WindowText;
}
.sort-table thead {
background: ButtonFace;
}
.sort-table td {
padding: 2px 5px;
}
.sort-table thead td {
border: 1px solid;
border-color: ButtonHighlight ButtonShadow
ButtonShadow ButtonHighlight;
c... | {
"pile_set_name": "Github"
} |
// Place all the styles related to the galaxies controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
| {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "fnHeaderCallback" );
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( {
"sAjaxSource": "../../../examples/ajax/sources/arrays.txt",
"bDeferRender": true
} );
var oSettings = oTable.fnSettings();
var mPass, bInit;
oT... | {
"pile_set_name": "Github"
} |
/*
* Mount handle
*
* Copyright (C) 2011-2020, Omar Choudary <choudary.omar@gmail.com>,
* Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gen... | {
"pile_set_name": "Github"
} |
// ** I18N
// Calendar pt-BR language
// Author: Fernando Dourado, <fernando.dourado@ig.com.br>
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if possible. We strongly believe that
// Unicode is the answer to a real internationalized world. Also pl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_202) on Fri Jul 24 11:53:36 GMT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SpinFunctionInterpreter (Ec... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<title>Paramedic</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="stylesheet" href="css/libs/style.css">
<link rel="style... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@protocol OS_dispatch_queue, OS_os_log;
@interface STYFrameworkHelper : NSObject
{
NSObject<OS_dispatch... | {
"pile_set_name": "Github"
} |
# eVars Schema
```
https://ns.adobe.com/experience/analytics/evars
```
Custom eVars.
| [Abstract](../../../../abstract.md) | [Extensible](../../../../extensions.md) | [Status](../../../../status.md) | [Identifiable](../../../../id.md) | [Custom Properties](../../../../extensions.md) | [Additional Properties](../../... | {
"pile_set_name": "Github"
} |
package netwatch;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.Properties;
import javax.swing.JOptionPane;
/** Main program for the NetWatch program: watch the network status
* on a bunch of machines (i.e., in a ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2020 Software Radio Systems Limited
*
* This file is part of srsLTE.
*
* srsLTE 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... | {
"pile_set_name": "Github"
} |
/*! AutoFill 2.0.0
* ©2008-2015 SpryMedia Ltd - datatables.net/license
*/
/**
* @summary AutoFill
* @description Add Excel like click and drag auto-fill options to DataTables
* @version 2.0.0
* @file dataTables.autoFill.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.spr... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import {
MDBContainer,
MDBBtn,
MDBModal,
MDBModalBody,
MDBModalHeader,
MDBModalFooter,
MDBInput,
MDBIcon
} from 'mdbreact';
import DocsLink from '../components/docsLink';
import SectionContainer from '../components/sectionContainer';
class ModalFormPage extends... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
{
"main": "js/tether",
"directories": {
"lib": "dist"
},
"shim": {
"js/tether": {
"exports": "Tether"
}
}
} | {
"pile_set_name": "Github"
} |
---
Title: Verordnung über die Berechnung, Zahlung, Weiterleitung, Abrechnung und Prüfung
des Gesamtsozialversicherungsbeitrages
jurabk: BeitrVV
layout: default
origslug: beitrvv
slug: beitrvv
---
# Verordnung über die Berechnung, Zahlung, Weiterleitung, Abrechnung und Prüfung des Gesamtsozialversicherungsbeitrages... | {
"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.
//go:generate stringer -type=Kind
//go:generate go run gen.go gen_common.go gen_trieval.go
// Package width provides functionality for handling different width... | {
"pile_set_name": "Github"
} |
Starting TesterTest::Test with 2 test cases...
INFO Benchmarking a debug build.
BENCH [44] 0.00 ± 0.00 ns benchmarkDefault()@9x1000000000 (wall time)
BENCH [46] 348.36 kB benchmarkOnce()@1x1
Finished TesterTest::Test with 0 errors out of 0 checks.
| {
"pile_set_name": "Github"
} |
recursive-include examples *.py
#recursive-include doc *.rst *.txt *.py Makefile *.png
include MANIFEST.in LICENSE README.rst pytest.ini tox.ini
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright 2009-2014, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2009-2014, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensourc... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>cloud-config</artifactId>... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
//
// CALayer+Anim.m
// LMJJDNC
//
// Created by lmj on 16/1/6.
// Copyright (c) 2016年 lmj. All rights reserved.
//
#import "CALayer+Anim.h"
@implementation CALayer (Anim)
- (CAAnimation *)anim_shake:(NSArray *)rotations duration:(NSTimeInterval)duration repeatCount:(NSUInteger)repeatCount
{
// 创建关键帧动画
C... | {
"pile_set_name": "Github"
} |
/*
nonrandomopentest.c -- test nonrandomopen.so
Copyright (C) 2017-2019 Dieter Baron and Thomas Klausner
This file is part of ckmame, a program to check rom sets for MAME.
The authors can be contacted at <ckmame@nih.at>
Redistribution and use in source and binary forms, with or without
modification, are p... | {
"pile_set_name": "Github"
} |
/** @addtogroup coreSystem
*
* @{
*/
#include <Core/ModelicaDefine.h>
#include <Core/Modelica.h>
#include <Core/System/FactoryExport.h>
#include <Core/System/NonLinearAlgLoopDefaultImplementation.h>
/*bool BOOST_EXTENSION_EXPORT_DECL mycompare ( mytuple lhs, mytuple rhs)
{
return lhs.ele1 < rhs.ele1;
}*/
NonLin... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2013 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 "lice... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with... | {
"pile_set_name": "Github"
} |
/** @file fileindex.h Index for looking up files of specific type.
*
* @authors Copyright (c) 2014-2017 Jaakko Keränen <jaakko.keranen@iki.fi>
*
* @par License
* LGPL: http://www.gnu.org/licenses/lgpl.html
*
* <small>This program is free software; you can redistribute it and/or modify
* it under the terms of t... | {
"pile_set_name": "Github"
} |
package net.neoremind.mycode.argorithm.leetcode;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import org.junit.Test;
/**
* Find the kth largest element in an unsorted array.
* Note that it is the kth largest element in the sorted order, not the kth distinct element.
* <p/>
*... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ==============================================================================
# \file aug.py
# \author chenghuige
# \date 2019-07-21 21:53:11.255995
# \Description
# ===================================================================... | {
"pile_set_name": "Github"
} |
/***************************************************************************
graph.cpp - description
-------------------
begin : Thu Oct 2 2003
copyright : (C) 2003 by Michael Margraf
email : michael.margraf@al... | {
"pile_set_name": "Github"
} |
// [AsmJit]
// Machine Code Generation for C++.
//
// [License]
// Zlib - See LICENSE.md file in the package.
#ifndef _ASMJIT_X86_X86ASSEMBLER_H
#define _ASMJIT_X86_X86ASSEMBLER_H
#include "../core/assembler.h"
#include "../x86/x86emitter.h"
#include "../x86/x86operand.h"
ASMJIT_BEGIN_SUB_NAMESPACE(x86)
//! \addtog... | {
"pile_set_name": "Github"
} |
OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Negalima rašyti į \"config\" aplanką!",
"This can usually be fixed by giving the webserver write access to the config directory" : "Tai gali būti ištaisyta suteikiant web serveriui rašymo teises į config aplanką",
"See %s" : "Ži... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the Server Side Public License, version 1,
* as published by MongoDB, Inc.
*
* This program is distributed in the hope that it will be useful,
* but W... | {
"pile_set_name": "Github"
} |
autonomy_state = {
id = autonomy_dominion
min_freedom_level = 0.75
rule = {
can_not_declare_war = yes
can_decline_call_to_war = no
}
modifier = {
autonomy_manpower_share = 0.0
extra_trade_to_overlord_factor = 0.25
overlord_trade_cost_factor = -0.25
}
ai_subject_wants_higher = {
factor = 0.0
... | {
"pile_set_name": "Github"
} |
// $Id$
// Author: Yves Lafon <ylafon@w3.org>
//
// (c) COPYRIGHT MIT, ERCIM and Keio University, 2013.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.properties.css;
import org.w3c.css.parser.CssStyle;
import org.w3c.css.properties.css3.Css3Style;
import org.w3c.css.util.... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SignalingSession | amazon-chime-sdk-js</title>
<meta name="description" content="Documentation for amazon-chime-sdk-js">
<meta name="viewport" content="width=device-width, initial... | {
"pile_set_name": "Github"
} |
/* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>resteasy-j... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
Testing Mail Attach collector
"""
import os
import unittest
import unittest.mock as mock
import intelmq.lib.test as test
from intelmq.bots.collectors.mail.collector_mail_attach import MailAttachCollectorBot
from intelmq.lib.utils import base64_encode
if os.getenv('INTELMQ_TEST_EXOTIC'):
... | {
"pile_set_name": "Github"
} |
/*************************************************************************************************
Required Notice: Copyright (C) EPPlus Software AB.
This software is licensed under PolyForm Noncommercial License 1.0.0
and may only be used for noncommercial purposes
https://polyformproject.org/licenses/nonco... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------
*
* relnode.c
* Relation-node lookup/construction routines
*
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* src... | {
"pile_set_name": "Github"
} |
required_approvals = 1
block_labels = ["wip"]
delete_merged_branches = true
status = [
"Check (stm32f0)",
"Check (stm32f1)",
"Check (stm32f2)",
"Check (stm32f3)",
"Check (stm32f4)",
"Check (stm32f7)",
"Check (stm32h7)",
"Check (stm32l0)",
"Check (stm32l1)",
"Check (stm32l4)",
... | {
"pile_set_name": "Github"
} |
(Statements
(Assignment
(Identifier)
{ (Float)
->(Float) }))
| {
"pile_set_name": "Github"
} |
.product {
background: #FFF;
padding: 15px;
margin-bottom: 15px;
transition: all 200ms ease-in;
}
.product:hover {
transform: scale(1.1) translateY(-15px);
box-shadow: 7px 9px 18px -2px rgba(61,61,61,1);
}
.product-link {
display: block;
color: #3D3D3D;
}
.product-link:hover {
color: #3D3D3D;
te... | {
"pile_set_name": "Github"
} |
// Copyright 2008 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"
} |
/*******************************************************************************
* Copyright 2020 Intel Corporation
*
* 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.o... | {
"pile_set_name": "Github"
} |
[DECRYPT]
COUNT = 0
KEY = 00000000000000000000000000000000
IV = f34481ec3cc627bacd5dc3fb08f273e6
CIPHERTEXT = 0336763e966d92595a567cc9ce537f5e
PLAINTEXT = 00000000000000000000000000000000
COUNT = 1
KEY = 00000000000000000000000000000000
IV = 9798c4640bad75c7c3227db910174e72
CIPHERTEXT = a9a1631bf4996954ebc093957b2345... | {
"pile_set_name": "Github"
} |
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
de.tudarmstadt.ukp.inception.externalsearch.config.ExternalSearchAutoConfiguration | {
"pile_set_name": "Github"
} |
package io.joynr.androidhelloworldconsumer;
import android.app.Application;
import com.google.inject.Injector;
import com.google.inject.Module;
import java.util.Properties;
import io.joynr.messaging.MessagingPropertyKeys;
import io.joynr.messaging.websocket.WebsocketModule;
import io.joynr.runtime.JoynrInjectorFact... | {
"pile_set_name": "Github"
} |
// Package pgx is a PostgreSQL database driver.
/*
pgx provides lower level access to PostgreSQL than the standard database/sql
It remains as similar to the database/sql interface as possible while
providing better speed and access to PostgreSQL specific features. Import
github.com/jack/pgx/stdlib to use pgx as a datab... | {
"pile_set_name": "Github"
} |
<?php
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
require_once 'Modules/Test/classes/class.ilTestQuestionSetConfig.php';
/**
* class that manages/holds the data for a question set configuration for continues tests
*
* @author Björn Heyser <bheyser@databay.de>
* @version $Id$
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
# Copyright (C) 2002-2013 Xiph.org Foundation
#
# 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 conditions and ... | {
"pile_set_name": "Github"
} |
/*
# shell sort 希尔排序
#核心——通过设置下标增量来将数据分组,然后用插入排序法处理每个分组,再将下标增量减半。
接下来循环调用此过程直到下标增量为0。
又叫缩小增量排序算法,以科学家 DL.Shell 名字命名。
简直美爆了!小步长增量来插入排序时可以利用大步长增量的有序性,
利用了插入排序适合小数据量和基本有序的特点,充分发挥插入排序的优点,
使得整体用来处理大数据量的排序非常不错——虽然比快排还差点。
# runtime
- Worst:O(n^2) O(n^1.5) O(n((log^2)n))跟增量大小有关
- Best:O(n)
- Average:O(n^(1~2))
# stabil... | {
"pile_set_name": "Github"
} |
import { keyBy } from "../index";
export = keyBy;
| {
"pile_set_name": "Github"
} |
# binarydist
Package binarydist implements binary diff and patch as described on
<http://www.daemonology.net/bsdiff/>. It reads and writes files
compatible with the tools there.
Documentation at <http://go.pkgdoc.org/github.com/kr/binarydist>.
| {
"pile_set_name": "Github"
} |
// Copyright 2016 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 s390x,linux
package unix
import (
"unsafe"
)
//sys dup2(oldfd int, newfd int) (err error)
//sysnb EpollCreate(size int) (fd int, err error)
//sys ... | {
"pile_set_name": "Github"
} |
{
"symbol": "MVL",
"name": "Mass Vehicle Ledger Token",
"type": "ERC20",
"address": "0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71",
"ens_address": "",
"decimals": 18,
"website": "",
"logo": { "src": "", "width": "", "height": "", "ipfs_hash": "" },
"support": { "email": "", "url": "" },
"social": {
... | {
"pile_set_name": "Github"
} |
<?php
class ThrowNoExceptionTestCase extends PHPUnit_Framework_TestCase
{
public function test()
{
}
}
| {
"pile_set_name": "Github"
} |
// +build linux
// Copyright 2016-2017 Kinvolk
//
// 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... | {
"pile_set_name": "Github"
} |
Docker for OMI
======
These DockerFiles enable building and running omi in a container for some Linux distribution we support.
There are two sets: release and nightly.
This requires an up-to-date version of Docker, such as 1.12.
It also expects you to be able to run Docker without `sudo`.
Please follow [Docker's offi... | {
"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... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: MIT
/*
* Copyright © 2020 Intel Corporation
*/
#include <linux/pm_qos.h>
#include <linux/sort.h>
#include "intel_engine_heartbeat.h"
#include "intel_engine_pm.h"
#include "intel_gpu_commands.h"
#include "intel_gt_clock_utils.h"
#include "intel_gt_pm.h"
#include "intel_rc6.h"
#include "se... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.23625"
android:scaleY="0.23625"
android:translateX="23.76"
android:translateY="23.76">
... | {
"pile_set_name": "Github"
} |
<?php
if(!isset($a1->config['program'])) { /**/ }
elseif(is_string($a1->config['program'])) { /**/ }
else { /**/ }
if(!isset($a2->config['program'])) { /**/ }
elseif(is_string($a2->config)) { /**/ }
else { /**/ }
if(!isset($a3->config['program'])) { /**/ }
elseif(is_string($a3->nope)) { /**/ }
else { /**/ }
if... | {
"pile_set_name": "Github"
} |
資源の有効な利用の促進に関する法律
(平成三年四月二十六日法律第四十八号)最終改正:平成二五年五月三一日法律第二五号(最終改正までの未施行法令)平成二十五年五月三十一日法律第二十五号(未施行)
第一章 総則(第一条・第二条)
第二章 基本方針等(第三条―第九条)
第三章 特定省資源業種(第十条―第十四条)
第四章 特定再利用業種(第十五条―第十七条)
第五章 指定省資源化製品(第十八条―第二十条)
第六章 指定再利用促進製品(第二十一条―第二十三条)
第七章 指定表示製品(第二十四条・第二十五条)
第八章 指定再資源化製品(第二十六条―第三十三条)
第九章 指定副産物(第三十四条―第三十六条... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.Forms" version="2.0.0.6482" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
</packages> | {
"pile_set_name": "Github"
} |
variable $a := [ 1, 2 ];
delete json $a("bar")
| {
"pile_set_name": "Github"
} |
import { APP_URL } from '../../../../helpers'
context('Registration Flow UI', () => {
beforeEach(() => {
cy.visit(APP_URL + '/auth/registration')
})
describe('use ui elements', () => {
it('clicks the visibility toggle to show the password', () => {
cy.get('input[name="password"]').type('some passw... | {
"pile_set_name": "Github"
} |
(nxml-define-char-name-set 'katakana
'(("KATAKANA-HIRAGANA DOUBLE HYPHEN" #x30A0)
("KATAKANA LETTER SMALL A" #x30A1)
("KATAKANA LETTER A" #x30A2)
("KATAKANA LETTER SMALL I" #x30A3)
("KATAKANA LETTER I" #x30A4)
("KATAKANA LETTER SMALL U" #x30A5)
("KATAKANA LETTER U" #x30A6)
("KATAKANA LETTE... | {
"pile_set_name": "Github"
} |
/*
comedi/drivers/das1800.c
Driver for Keitley das1700/das1800 series boards
Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net>
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can red... | {
"pile_set_name": "Github"
} |
---
title: Container Structure Test Task
description: Test container structure by container task and integrate test reporting into your build and release pipelines
ms.assetid: 6A752841-345D-4BC6-8765-C45F63D91D75
ms.topic: reference
ms.custom: seodec18
ms.author: admahesh
author: Additi
ms.date: 04/20/2020
monikerRang... | {
"pile_set_name": "Github"
} |
/** \addtogroup platform */
/** @{*/
/**
* \defgroup platform_error Error functions
* @{
*/
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | {
"pile_set_name": "Github"
} |
<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @galaxy.name %>
</p>
<%= link_to 'Edit', edit_galaxy_path(@galaxy) %> |
<%= link_to 'Back', galaxies_path %>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 The WebM 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/workdocs/WorkDocs_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace WorkDocs
{
namespace Model
{
enum class SubscriptionType
{
N... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Colors Example</title>
<script src="colors.js"></script>
</head>
<body>
<script>
var test = colors.red("hopefully colorless output");
document.write('Rainbows are fun!'.r... | {
"pile_set_name": "Github"
} |
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* 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/. */
"use strict";
// Tests that adding a certificate already p... | {
"pile_set_name": "Github"
} |
/*
* Hibernate Search, full-text search for your domain model
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.search.engine.backend.types;
import org.hibernate.search.... | {
"pile_set_name": "Github"
} |
const isOffline = !!window.location.href.includes('index.html')
const getAbsolutePath = () =>
isOffline
? window.location.href.split('index.html')[0]
: '/'
export default getAbsolutePath
| {
"pile_set_name": "Github"
} |
# Makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doc... | {
"pile_set_name": "Github"
} |
// |reftest| skip-if(!this.hasOwnProperty("TypedObject"))
var BUGNUMBER = 939715;
var summary = 'method type.build';
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/licenses/publicdomain/
*/
var ArrayType = TypedObject.ArrayType;
var StructType = TypedObject.StructType;
var uint8... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.