text stringlengths 2 99.9k | meta dict |
|---|---|
# Contributing
Contributions are **welcome** and will be fully **credited**.
Please read and understand the contribution guide before creating an issue or pull request.
## Etiquette
This project is open source, and as such, the maintainers give their free time to build and maintain the source code
held within. They... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2019, 2020, Oracle Corporation and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
#
# ------------
# Description:
# ------------
#
# This code compares python dictionaries. It is used to compare the new vs the old version.
#... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2001
* Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <errno.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifndef __ASSEMBLY__
#define __ASSEMBLY__ /* Dirty trick to... | {
"pile_set_name": "Github"
} |
<?php
namespace OpenEMR\FHIR\R4\FHIRResource\FHIRImplementationGuide;
/*!
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: June 14th, 2019
*
* PHPFHIR Copyright:
*
* Copyright... | {
"pile_set_name": "Github"
} |
(set-option :produce-unsat-model-interpolants true)
(set-logic QF_NIA)
(declare-fun v0 () Int)
(assert (let ((e1 44))
(let ((e2 (- v0 v0)))
(let ((e3 (- v0)))
(let ((e4 (* e3 v0)))
(let ((e5 (- v0 e2)))
(let ((e6 (* e1 e5)))
(let ((e7 (distinct e4 e5)))
(let ((e8 (distinct v0 e4)))
(let ((e9 (distinct e6 e5)))
(let ((e... | {
"pile_set_name": "Github"
} |
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: dapr-secret-reader
namespace: dapr-tests
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: secret-reader
subjects:
- kind: ServiceAccount
name: default
namespace: dapr-tests
---
apiVersion: rbac.authorization.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,... | {
"pile_set_name": "Github"
} |
/*
* Use of this source code is governed by the MIT license that can be
* found in the LICENSE file.
*/
package org.rust.ide.formatter
class RsStatementSemicolonFormatProcessorTest : RsFormatterTestBase() {
// https://internals.rust-lang.org/t/syntax-of-block-like-expressions-in-match-arms/5025
fun `test a... | {
"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 writing, s... | {
"pile_set_name": "Github"
} |
## ControlEvent
**ControlEvent** 专门用于描述 **UI** 控件所产生的事件,它具有以下特征:
* 不会产生 `error` 事件
* 一定在 `MainScheduler` 订阅(主线程订阅)
* 一定在 `MainScheduler` 监听(主线程监听)
* [共享附加作用]
[共享附加作用]:/content/recipes/share_side_effects.md
| {
"pile_set_name": "Github"
} |
.hll { background-color: #ffffcc }
.c { color: #60a0b0; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #007020; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.cp { color: #007020 } ... | {
"pile_set_name": "Github"
} |
console.log('in main.js: ' + JSON.stringify({
__filename: __filename,
__dirname: __dirname
}));
require('./foo');
| {
"pile_set_name": "Github"
} |
# geddit
[](https://godoc.org/github.com/jzelinskie/geddit)
[](https://goreportcard.com/report/github.com/jzelinskie/geddit)
[:
"""
Base class for all models
"""
def __init__(self, verbose=0):
super().__init__()
self.logger = setup_logger(self, verbose=verbose)
def forward(self, *input):
"""
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'cs', {
armenian: 'Arménské',
bulletedTitle: 'Vlastnosti odrážek',
circle: 'Kroužky',
decimal: 'Arabská čísla (1, 2, 3, atd.)',
deci... | {
"pile_set_name": "Github"
} |
"use strict";
var _getIterator = require("babel-runtime/core-js/get-iterator")["default"];
var _interopRequireDefault = require("babel-runtime/helpers/interop-require-default")["default"];
var _interopRequireWildcard = require("babel-runtime/helpers/interop-require-wildcard")["default"];
exports.__esModule = true;
... | {
"pile_set_name": "Github"
} |
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | FileCheck %s
struct A {
A(const A&);
A();
~A();
};
struct B : public A {
B();
B(const B& Other);
~B();
};
struct C : public B {
C();
C(const C& Other);
~C();
};
struct X {
operator B&();
operator C&();
X(const X... | {
"pile_set_name": "Github"
} |
prgbindir=$(prefix)/samples/bin
prgbin_PROGRAMS = notify
notify_SOURCES = notify.cpp
notify_LDADD = $(LDFLAGS) \
../../../wsf_c/axis2c/util/src/libaxutil.la \
../../../wsf_c/axis2c/axiom/src/om/libaxis2_axiom.la \
../../../wsf_c/axis2c/src/core/engine/libaxis2_engine.... | {
"pile_set_name": "Github"
} |
/*
*
*
* Copyright 1990-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program 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 S... | {
"pile_set_name": "Github"
} |
(*s: ui_layers.ml *)
(*s: Facebook copyright *)
(* Yoann Padioleau
*
* Copyright (C) 2010-2012 Facebook
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as published by the Free Software Foundation, with the
* sp... | {
"pile_set_name": "Github"
} |
Makefile: Don't call "ln" directly
Signed-off-by: Vicente Olivert Riera <vincent.riera@imgtec.com>
--- keyutils-1.5.9/Makefile.orig 2014-09-22 16:05:14.117007430 +0100
+++ keyutils-1.5.9/Makefile 2014-09-22 16:06:26.053219336 +0100
@@ -123,10 +123,10 @@ endif
ifeq ($(NO_SOLIB),0)
all: $(DEVELLIB)
$(DEVELLIB): $(SO... | {
"pile_set_name": "Github"
} |
{
"name": "autotest",
"version": "1.0.0"
} | {
"pile_set_name": "Github"
} |
server{
listen 8080;
location / {
return 200 "Welcome to this authenticated web service.\n";
}
}
| {
"pile_set_name": "Github"
} |
foo {
key = 7
}
foo {
foo = "bar"
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="ja" xml:id="ell1... | {
"pile_set_name": "Github"
} |
二便 18 19 身体部位
12 42牙齿 24 30 身体部位
松动 31 32 症状和体征
前臂 37 38 身体部位
红肿 45 46 症状和体征
口腔内黏膜 48 52 身体部位
12 42牙齿 56 62 身体部位
松动 63 64 症状和体征
| {
"pile_set_name": "Github"
} |
/*
* balde: A microframework for C based on GLib and bad intentions.
* Copyright (C) 2013-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the LGPL-2 License.
* See the file COPYING.
*/
#ifndef _BALDE_SAPI_SCGI_PRIVATE_H
#define _BALDE_SAPI_SCGI_PRIVATE_... | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT license.
# add the project root to python path
import os
import sys
sys.path.append(sys.path[0])
from enum import Enum
import nltk
version = '1.1.0'
# Supported languages
LanguageTypes = Enum('LanguageTypes', ('english', 'chinese')... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-ng-swipe-right-jquery</title>
<script src="../../components/jquery-3.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="../../../angular-touch.js"></script>
<script src="script.js"></sc... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* ALSA SoC TWL4030 codec driver
*
* Author: Steve Sakoman, <steve@sakoman.com>
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/platform_device.h... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
depends = CFNetwork CoreFoundation Foundation Security darwin posix
language = Objective-C
package = platform.IOSurface
modules = IOSurface
compilerOpts = -framework IOSurface
linkerOpts = -framework IOSurface
| {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Project: GDAL
* Purpose: Algorithm to apply a transformer to geolocation style bands.
* Author: Frank Warmerdam, warmerdam@pobox.com
*
******************************************************************************
* Copyright... | {
"pile_set_name": "Github"
} |
// Copyright 2015 go-swagger maintainers
//
// 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 agr... | {
"pile_set_name": "Github"
} |
package com.stuffwithstuff.bantam;
public enum TokenType {
LEFT_PAREN,
RIGHT_PAREN,
COMMA,
ASSIGN,
PLUS,
MINUS,
ASTERISK,
SLASH,
CARET,
TILDE,
BANG,
QUESTION,
COLON,
NAME,
EOF;
/**
* If the TokenType represents a punctuator (i.e. a token that can split an
* identifier like '+',... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)">
<meta name="originator" content="T... | {
"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.TestModels.ExtraLazyLoading
{
public interface IHasIsLoaded
{
bool IsLoaded { get; set; }
}
}
| {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "臺南市永康區中華一路70號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCou... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2013 Team XBMC
* http://www.xbmc.org
*
* 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 lat... | {
"pile_set_name": "Github"
} |
.p-file_list {
background: $bg2;
}
.p-file_viewer__empty {
color: $disabled;
}
.p-file_viewer__nav {
background: $bg;
}
.c-file_container {
background: $bg;
}
.c-file__title {
color: $fg;
}
.c-file__meta {
color: $text;
}
.c-file__slide--meta {
background: $bg;
}
.c-file__icon {
&:after {
col... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//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)
#include <boost/exception_ptr.hpp>
#include <boost/exception/get_error_info.hpp>
#include <boost/ex... | {
"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"
} |
---
title: "Deriving from WebRequest"
ms.date: "03/30/2017"
helpviewer_keywords:
- "WebRequest class, pluggable protocols"
- "protocol-specific request handler"
- "sending data, pluggable protocols"
- "pluggable protocols, class criteria"
- "Internet, pluggable protocols"
- "receiving data, pluggable proto... | {
"pile_set_name": "Github"
} |
class TransactionMetric < Prosperity::Metric
scope { Transaction }
group_by :date
aggregate { sum(:amount_in_cents) }
end
| {
"pile_set_name": "Github"
} |
.\" Process this file with
.\" groff -man -Tascii tableslurp.1
.\"
.TH TABLESLURP 1 "August 2015"
.SH NAME
tableslurp \- cassandra backup utility
.SH SYNOPSIS
.B tableslurp [-hp] [-k
.I AWS_KEY
.B ] [-s
.I AWS_SECRET
.B ] [--token
.I AWS_TOKEN
.B ] [-o
.I OWNER
.B ] [-g
.I GROUP
.B ] [-t
.I THREADS
.B ] [-f
.I FILE
.B ... | {
"pile_set_name": "Github"
} |
id: dsq-747515910
date: 2006-07-26T00:09:00.0000000-07:00
name: Dave Burke
avatar: https://disqus.com/api/users/avatars/Dave Burke.jpg
message: <p>Hey, Phil! We'll see about the future of "Code Available." I only know that the term "Open Source" doesn't seem to generate much harmonious dialog and agreement. :-)<br></... | {
"pile_set_name": "Github"
} |
#include "../Base/Node.h"
#include "PointLight.h"
namespace tzw {
class SpotLight : public PointLight
{
public:
SpotLight();
vec3 dir() const;
void setDir(const vec3 &dir);
void tick(float dt);
private:
vec3 m_dir;
};
} // namespace tzw
| {
"pile_set_name": "Github"
} |
// Copyright David Abrahams 2001.
// 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)
#ifndef CLASS_WRAPPER_DWA20011221_HPP
# define CLASS_WRAPPER_DWA20011221_HPP
# include <boost/python/to_python_converter.h... | {
"pile_set_name": "Github"
} |
About
-----
This allows verovio to be built as a native library for Android. It does not include any Java bindings.
Build instructions
------------------
As a prerequisite you have to install the Android NDK.
```
export ANDROID_NDK_ROOT="/opt/Android/android-ndk-r21b" # adjust to NDK install ANDROID_NDK
ndk... | {
"pile_set_name": "Github"
} |
package de.westnordost.streetcomplete.quests
import de.westnordost.streetcomplete.data.osm.changes.StringMapEntryAdd
import de.westnordost.streetcomplete.data.osm.changes.StringMapEntryModify
import de.westnordost.streetcomplete.mock
import de.westnordost.streetcomplete.quests.max_speed.*
import org.junit.Test
class ... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"def get_lr_metric(optimizer):\n",
" def lr(y_true, y_pred):\n",
" return optimizer.lr\n",
" return lr"
]
},
{
"cell_type": "code",
"execution_count": null,... | {
"pile_set_name": "Github"
} |
.class public Lcom/m/ac/aa;
.super Ljava/lang/Object;
# static fields
.field public static final aa:Ljava/lang/String;
.field public static final ab:Ljava/lang/String;
.field public static final ac:Ljava/lang/String;
.field public static final ad:Ljava/lang/String;
.field public static final ae:Ljava/lang/String;... | {
"pile_set_name": "Github"
} |
# This blacklist should be applied when LLVM is built
# with -fsanitize=undefined instrumentation. It exists
# because libstdc++ has some undefined behavior issues
# in some of the headers, in particular, stl_tree.h.
# upcast of address with insufficient space for an object of type std::_Rb_tree_node<...>
src:*bits/st... | {
"pile_set_name": "Github"
} |
<%# Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: AGPL-3.0 %>
<% content_for :tab_line_buttons do %>
<div class="input-group">
<input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
placeholder="Search pipeline instan... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
<PackageReference I... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgSB2awBKFfwQXSKYq
O1b9QwlKdVzg8FAf5MBQ6s/0T7+hRANCAAR9bXAk4NDrb91L5/wSfkv7RrnNkKcV
fcngncUN7iw/ThzruSv2qAbskWUPDbaoFQA7iVP799K7eKsADUIEBUbJ
-----END PRIVATE KEY-----
| {
"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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.company</groupId>
<arti... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "NSImage+Compatibility.h"
#if SD_MAC
#import "SDImageCoderHelper.h"
@implementa... | {
"pile_set_name": "Github"
} |
import os
import shutil
import logging
import tempfile
import subprocess
import xml.etree.ElementTree as ET
from django.db import migrations
from django.core.files.uploadedfile import UploadedFile
from django_irods.storage import IrodsStorage
from hs_core import hydroshare
from hs_core.hydroshare.utils import resou... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from ..packages.six.moves import http_client as httplib
from ..exceptions import HeaderParsingError
def is_fp_closed(obj):
"""
Checks whether a given file-like object is closed.
:param obj:
The file-like object to check.
"""
try:
# Check vi... | {
"pile_set_name": "Github"
} |
// Copyright 2014-2017 Oxford University Innovation Limited and the authors of InfiniTAM
#pragma once
#include <stdexcept>
#include <vector>
#include "CPU/ITMColorTracker_CPU.h"
#include "CPU/ITMDepthTracker_CPU.h"
#include "CPU/ITMExtendedTracker_CPU.h"
#include "Interface/ITMCompositeTracker.h"
#include "Interface... | {
"pile_set_name": "Github"
} |
namespace N2.Persistence.Serialization
{
public class WrongVersionException : DeserializationException
{
public WrongVersionException(string message)
: base(message)
{
}
}
}
| {
"pile_set_name": "Github"
} |
PTEMPLATE = ['Home', 'Documents', 'Events', '2015', 'GUADEC Team Reports'];
MENU = ['Open in new Window', 'Open in New Tab', '', 'Move to…', 'Copy to…',
'Add to Bookmarks', 'Rename…', '', 'Properties'];
PATH = {
dirs: [],
addDir: function () {
if (PTEMPLATE[this.dirs.length]) {
this.dirs.push(... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9 http://www.liquibase.org/xml/ns/dbchangelog/db... | {
"pile_set_name": "Github"
} |
/*!
* Durandal 2.0.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
* Available via the MIT license.
* see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
*/
.modalBlockout {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backgr... | {
"pile_set_name": "Github"
} |
list ==l
list ==m
/foo l .append
/bar l .append
/quux l .append
l { dump } each
[ /a /b /c ] m .append
m { dump } each
m len dump
2 m * dump
[ /a /b /c ] m .append1
m { dump } each
list _ [ 1 2 3 ] -01 .append
list _ [ 3 4 5 ] -01 .append
add ==a
a dump
a len dump
a |dump each
a .pop
a dump
a len dump
a |d... | {
"pile_set_name": "Github"
} |
#ifndef TEST1
#define TEST1
#include "test2.hh"
void test1();
#endif
| {
"pile_set_name": "Github"
} |
// Copyright 2019 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 go1.13
// Package ed25519 implements the Ed25519 signature algorithm. See
// https://ed25519.cr.yp.to/.
//
// These functions are also compatible wit... | {
"pile_set_name": "Github"
} |
# CSAW CTF 2014: Fluffy No More
**Category:** Forensics
**Points:** 300
**Description:**
> OH NO WE'VE BEEN HACKED!!!!!! -- said the Eye Heart Fluffy Bunnies Blog owner. Life was grand for the fluff fanatic until one day the site's users started to get attacked! Apparently fluffy bunnies are not just a love of fun fu... | {
"pile_set_name": "Github"
} |
{% load static %}
<script src="{% static "vendor/jqwidgets/jqxcore.js" %}" type="text/javascript"></script>
<script src="{% static "vendor/jqwidgets/jqxdata.js" %}" type="text/javascript"></script>
<script src="{% static "vendor/jqwidgets/jqxbuttons.js" %}" type="text/javascript"></script>
<script src="{% static "vendo... | {
"pile_set_name": "Github"
} |
insert into t values (91, 10, 100)
insert into t values (92, 20, 200)
insert into t values (95, 50, 500)
insert into t values (96, 60, 600)
insert into t values (910, 100, 1000)
insert into t values (923, 230, 2300)
insert into t values (9123, 1230, 12300)
insert into t values (911115, 9111150, 91111500)
insert into t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019 The sky 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 a... | {
"pile_set_name": "Github"
} |
<!---
Copyright 2015 The AMP HTML Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law o... | {
"pile_set_name": "Github"
} |
'''
Implementation of a simplified agent - with expectation/action split, but without normalization in the action stream
'''
from __future__ import print_function
import numpy as np
import time
import tensorflow as tf
from . import tf_ops as my_ops
import os
import re
from .agent import Agent
class FuturePredictorAge... | {
"pile_set_name": "Github"
} |
# Simple Flask Application
This is a simple Flask application which takes a name from users and greets them by their name.
## Deployed application
[https://evening-falls-17572.herokuapp.com](https://evening-falls-17572.herokuapp.com)
## Setup
- Install python3, Here's a link to the documentation [Click here](http://do... | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: ServiceAccount
metadata:
name: presto
labels:
app: presto
{{- if .Values.presto.spec.annotations }}
annotations:
{{ toYaml .Values.presto.spec.annotations | indent 4 }}
{{- end }}
| {
"pile_set_name": "Github"
} |
using System.Threading.Tasks;
namespace AsyncConverter.Tests.Test.Data.FixReturnValueToTaskTests
{
public class Class
{
public async Task<int> TestAsync(bool a)
{
if(a)
return 5;
return await FooAsync();
}
public Task<int> FooAsync()
... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M19,3h-4.18C14.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
//
// NILViewController.m
// TransformAnimations
//
// Created by Bryan Oltman on 5/24/13.
// Copyright (c) 2013 Bryan Oltman. All rights reserved.
//
#import "NILViewController.h"
@implementation NILViewController
- (void)viewDidLoad
{
[super viewDidLoad];
UISwipeGestureRecognizer *recognizer = [[U... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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 runtime
import (
"unsafe"
)
// Return the minimum value seen for the zone CPU cap, or 0 if no cap is
// detected.
func getcpucap() uint64 {
// The r... | {
"pile_set_name": "Github"
} |
{ fetchurl, ... }:
{
baseName = ''db3'';
version = ''cl-20150302-git'';
description = ''DB3 file reader'';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-db3/2015-03-02/cl-db3-20150302-git.tgz'';
sha256 = ''0mwdpb7cdvxdcbyg3ags6xzwhblai170q3p20njs3v73s30dbzxi'';
};
p... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The BigDL 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 agr... | {
"pile_set_name": "Github"
} |
$winner: #5cc900;
$border: #cef0af;
$finalists: #effae4;
$empty: #fafdf6;
.track {
background-color: $winner;
}
.winner {
border-left: solid 1px $border;
border-right: solid 1px $border;
color: $winner;
}
.finalist {
background-color: $finalists;
}
.filler {
background-color: $finalists;
}
.empty {
b... | {
"pile_set_name": "Github"
} |
/**
* This file is part of OpenMediaVault.
*
* @license http://www.gnu.org/licenses/gpl.html GPL Version 3
* @author Volker Theile <volker.theile@openmediavault.org>
* @copyright Copyright (c) 2009-2020 Volker Theile
*
* OpenMediaVault is free software: you can redistribute it and/or modify
* it under the ... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Do a makedepend, only leave out the standard headers
# Written by Ben Laurie <ben@algroup.co.uk> 19 Jan 1999
TOP=$1
shift
if [ "$1" = "-MD" ]; then
shift
MAKEDEPEND=$1
shift
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi
cp Makefile Makefile.save
# fake the presence of Kerberos
t... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, m... | {
"pile_set_name": "Github"
} |
# errors [](https://travis-ci.org/pkg/errors) [](https://ci.appveyor.com/project/davecheney/errors/branch/master) [
@section('content')
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<h3><i class="icon-support"></i> Suporte</h3>
</div>
... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Square, Inc.
package com.squareup.protoparser;
import com.google.auto.value.AutoValue;
import com.squareup.protoparser.Utils.Nullable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import static com.squareup.protoparser.Utils.checkNotNull;
import static com.squareup... | {
"pile_set_name": "Github"
} |
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system use,
# "ant.properties", and override values to adapt the script to your
# project structu... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2014-present, Egret Technology.
// All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
/... | {
"pile_set_name": "Github"
} |
nice [video](http://www.youtube.com/video\-on\e). Nice\-vide\o star \*
nice . Nice\-vide\o star \*
[video]: http://www.youtube.com/video\-on\e
[video] and <http://www.youtube.com/video\-on\e> and <m\a\-il@cebe.cc>
| {
"pile_set_name": "Github"
} |
/* tolua: funcitons to convert to C types
** Support code for Lua bindings.
** Written by Waldemar Celes
** TeCGraf/PUC-Rio
** Apr 2003
** $Id: $
*/
/* This code is free software; you can redistribute it and/or modify it.
** The software provided hereunder is on an "as is" basis, and
** the author has no obligation to... | {
"pile_set_name": "Github"
} |
/**
* \file os_isdir.c
* \brief Returns true if the specified directory exists.
* \author Copyright (c) 2002-2008 Jason Perkins and the Premake project
*/
#include <string.h>
#include <sys/stat.h>
#include "premake.h"
int os_isdir(lua_State* L)
{
struct stat buf;
const char* path = luaL_checkstring(L, 1);
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.