text stringlengths 2 99.9k | meta dict |
|---|---|
import json
def simplemath(arg1=0, arg2=2):
return arg1 + arg2
# Return the result after it runs
def return_result(job=None, result=None):
pl = job.redis.pipeline()
result = json.dumps({'data': result})
pl.lpush('retools:result:%s' % job.job_id, result)
pl.expire('retools:result:%s', 3600)
pl... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015 Bosch Software Innovations GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The casbin 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 a... | {
"pile_set_name": "Github"
} |
<div class="flex items-center py-1 px-3 rounded transition duration-100 cursor-pointer select-none hover:bg-backgroundLight">
<svg-icon [name]="issueTypeIcon"
[size]="24"></svg-icon>
<div class="pl-4">
<div class="text-textDark text-15">
{{ issue?.title }}
</div>
... | {
"pile_set_name": "Github"
} |
/* ______ ___ ___
* /\ _ \ /\_ \ /\_ \
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
* \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
* \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
* ... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>VOC2007</folder>
<filename>000185.jpg</filename>
<source>
<database>The VOC2007 Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>NULL</flickrid>
</source>
<owner>
<flickrid>NULL</flickrid>
<name>hunterlew</name>
</owner>
<size>
<width>... | {
"pile_set_name": "Github"
} |
var ext = require('./extent');
module.exports.write = function writePoints(coordinates, extent, shpView, shxView) {
var contentLength = 28, // 8 header, 20 content
fileLength = 100,
shpI = 0,
shxI = 0;
coordinates.forEach(function writePoint(coords, i) {
// HEADER
// 4... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
*
* Copyright (c) 2013-2017 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complianc... | {
"pile_set_name": "Github"
} |
How to add or customise log levels
### Introduction
By default, Lumberjack comes with 5 pre-defined log levels:
- Error
- Warn
- Info
- Debug
- Verbose
The small number of levels helps those who are new to logging frameworks. (When there are 16 different log levels, it can be become difficult to choose...)
However... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Code generated for package kustomizationapi by go-bindata DO NOT EDIT. (@generated)
// sources:
// openapi/kustomizationapi/swagger.json
package kustomizationapi
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"os"
"pat... | {
"pile_set_name": "Github"
} |
BCM968380GERG BOARD
M: Philippe Reynes <philippe.reynes@softathome.com>
S: Maintained
F: board/broadcom/bcm968380gerg/
F: include/configs/broadcom_bcm968380gerg.h
F: configs/bcm968380gerg_ram_defconfig
| {
"pile_set_name": "Github"
} |
[Unit]
Description=OpenCue Cuebot Service
Wants=network.target
After=network.target
[Service]
Environment=DB_URL=jdbc:postgresql://localhost:5432/cuebot_local
Environment=DB_USER=cuebot
Environment=DB_PASS=<changeme>
Environment=OPTIONS=
Environment=JAR_PATH=/opt/opencue/cuebot/lib/cuebot-latest.jar
EnvironmentFile=-/... | {
"pile_set_name": "Github"
} |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | {
"pile_set_name": "Github"
} |
<?php
/*
* snort_check_cron_misc.inc
* part of pfSense
*
* Modified for the pfSense snort package v. 1.8+
* Copyright (C) 2009-2010 Robert Zelaya Developer
* Copyright (C) 2014 Bill Meeks
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitte... | {
"pile_set_name": "Github"
} |
"use strict";
// Generated by Air::dumpAsJS from scanIdentifier#EPcFQe in Octane/typescript
function createPayloadTypescriptScanIdentifier()
{
let code = new Code();
let bb0 = code.addBlock();
let bb1 = code.addBlock();
let bb2 = code.addBlock();
let bb3 = code.addBlock();
let bb4 = code.addBloc... | {
"pile_set_name": "Github"
} |
tests:
-
description: Equal sign in auth mechanism properties
uri: "mongodb://foo:bar@example.com/?authMechanismProperties=foo:a=bar&authMechanism=MONGODB-AWS"
valid: true
warning: false
hosts: ~
auth: ~
options:
authMechanismProperties:
... | {
"pile_set_name": "Github"
} |
<template>
<div class="view-content log">
<div class="log-empty" v-if="log.length === 0">暂无日志</div>
<div class="log-card" v-for="( item1, $index1 ) in log" :key="$index1">
<div class="log-card-titile">
{{ item1.name }}
</div>
<div class="log-card-l... | {
"pile_set_name": "Github"
} |
#########################################
# Author: Serge Kozlov skozlov@mysql.com
# Date: 07/10/2006
# Purpose: Showing user info on master and on slave
# Requirements:
#########################################
--echo ==========MASTER==========
SELECT host, user, authentication_string, select_priv FROM mysql.user WH... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*
*/
package tests.unit.com.microsoft.azure.sdk.iot.provisioning.device.internal.task;
import com.microsoft.azure.sdk.iot.provisioning.device.internal.task... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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 law or agreed to in ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Page 823</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
<!--
p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;}
.ft01{font-size:11px;font-f... | {
"pile_set_name": "Github"
} |
# Portions Copyright (c) Facebook, Inc. and its affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# node.py - basic nodeid manipulation for mercurial
#
# Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
#
# This software may be used and d... | {
"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... | {
"pile_set_name": "Github"
} |
## Contributing to deck.gl
**Thanks for taking the time to contribute!**
PRs and bug reports are welcome, and we are actively looking for new maintainers.
## Setting Up Dev Environment
The **master** branch is the active development branch.
Building deck.gl locally from the source requires node.js `>=10`. Further... | {
"pile_set_name": "Github"
} |
<?php
/**
* Warns about TODO comments.
*
* @author Greg Sherwood <gsherwood@squiz.net>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*/
namespace PHP_CodeSniffer\Standards\Generic\Sniffs\Commenting;
use ... | {
"pile_set_name": "Github"
} |
Subject: Report closed - "{POST_SUBJECT}"
Hello {USERNAME},
You are receiving this notification because the report you filed on the post "{POST_SUBJECT}" in "{TOPIC_TITLE}" at "{SITENAME}" was handled by a moderator or by an administrator. The report was afterwards closed. If you have further questions contact {CLOSE... | {
"pile_set_name": "Github"
} |
// license:BSD-3-Clause
// copyright-holders:David Haywood
#ifndef MAME_MACHINE_XAVIX_MTRK_WHEEL_H
#define MAME_MACHINE_XAVIX_MTRK_WHEEL_H
#pragma once
#include "machine/timer.h"
DECLARE_DEVICE_TYPE(XAVIX_MTRK_WHEEL, xavix_mtrk_wheel_device)
class xavix_mtrk_wheel_device : public device_t
{
public:
// construct... | {
"pile_set_name": "Github"
} |
+++
[menu.docs]
name = "Configuration Reference"
identifier = "configuration"
weight = 15
+++
# Configuration
An example testing configuration YAML file can be found from within this project repository:
[src/server/src/test/resources/cassandra-reaper.yaml](https://github.com/thelastpickle/cassandra-reaper/blob/master... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
X-SuSE-translate=true
OnlyShowIn=Razor;
Type=Application
Exec=razor-config-globalkeyshortcuts
Terminal=false
Categories=Settings;DesktopSettings;Qt;Razor;
Icon=preferences-desktop-keyboard
Name=Razor Shortcut Configuration
Comment=Configure global shortcut of Razor desktop
GenericName=Razor Global Short... | {
"pile_set_name": "Github"
} |
// This file is part of the "x0" project, http://github.com/christianparpart/x0>
// (c) 2009-2018 Christian Parpart <christian@parpart.family>
//
// Licensed under the MIT License (the "License"); you may not use this
// file except in compliance with the License. You may obtain a copy of
// the License at: http://op... | {
"pile_set_name": "Github"
} |
## 1: SoapFormatter cannot deserialize Hashtable and similar ordered collection objects
### Scope
Minor
### Version Introduced
4.5
### Source Analyzer Status
Available
### Change Description
The SoapFormatter does not guarantee that objects serialized under one .NET Framework version will successfully deserialize u... | {
"pile_set_name": "Github"
} |
package org.pac4j.core.authorization.generator;
import org.pac4j.core.context.WebContext;
import org.pac4j.core.profile.UserProfile;
import java.util.Optional;
/**
* Generate the authorization roles and permissions for this user profile.
*
* @author Jerome Leleu
* @since 1.5.0
*/
public interface Authorization... | {
"pile_set_name": "Github"
} |
// MIT © 2017 azu
"use strict";
import * as assert from "assert";
import {
CompletedPayload,
Context,
DidExecutedPayload,
DispatchedPayload,
Dispatcher,
Payload,
Store,
StoreGroup
} from "../src";
import { InitializedPayload } from "../src/payload/InitializedPayload";
import { UseCaseFun... | {
"pile_set_name": "Github"
} |
namespace ImgCodec.IconAndCursor
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | {
"pile_set_name": "Github"
} |
#pragma once
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "Runtime/CGameHintInfo.hpp"
#include "Runtime/CSaveWorld.hpp"
#include "Runtime/CToken.hpp"
#include "Runtime/rstl.hpp"
#include "Runtime/GuiSys/CStringTable.hpp"
#include "Runtime/World/CWorld.hpp"
#include <kabufuda/Car... | {
"pile_set_name": "Github"
} |
public with sharing class String_Encode {
@invocableMethod(label='URL Encode String' description='This replaces spaces and other characters that are not allowed in urls with placeholders')
public static List<Response> encodeStringForURL(List<Request> request) {
Response response = new Response();
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2013, Esoteric Software
* 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. Redistribut... | {
"pile_set_name": "Github"
} |
include $(BUILD_ROOT)/mk/configs/compiler/darwin_llvm_common.mk
include $(BUILD_ROOT)/mk/configs/compiler/include_common.mk
CFLAGS := $(DEBUG) \
$(DARWIN_LLVM_CFLAGS) \
$(DARWIN_LLVM_INCLUDES)
CXXFLAGS := $(DEBUG) \
$(DARWIN_LLVM_CXXFLAGS) \
$(DARWIN_LLVM_INCLUDES) \
-fno-rtti
COMPILER := darwin-x86-... | {
"pile_set_name": "Github"
} |
/* ../netlib/cgebrd.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | {
"pile_set_name": "Github"
} |
/*
* Posix Threads library for Microsoft Windows
*
* Use at own risk, there is no implied warranty to this code.
* It uses undocumented features of Microsoft Windows that can change
* at any time in the future.
*
* (C) 2010 Lockless Inc.
* All rights reserved.
*
* Redistribution and use in source and binary f... | {
"pile_set_name": "Github"
} |
// OCHamcrest by Jon Reid, http://qualitycoding.org/about/
// Copyright 2015 hamcrest.org. See LICENSE.txt
#import <OCHamcrest/HCBaseMatcher.h>
@interface HCDescribedAs : HCBaseMatcher
+ (instancetype)describedAs:(NSString *)description
forMatcher:(id <HCMatcher>)matcher
overValu... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "iphone",
"scale" : "1x"
},
{
"idiom" : "iphone",
"filename" : "PlayerBotWalk_13_06_100.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"filename" : "PlayerBotWalk_13_06_180.png",
"scale" : "3x"
},
{
"idiom" : "... | {
"pile_set_name": "Github"
} |
info face="DejaVu Sans Mono" size=32 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=4,4,4,4 spacing=-8,-8
common lineHeight=38 base=30 scaleW=512 scaleH=512 pages=1 packed=0
page id=0 file="DejaVu-sdf.png"
chars count=95
char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffse... | {
"pile_set_name": "Github"
} |
void pack() {}
| {
"pile_set_name": "Github"
} |
local torch = require 'torch'
local paths = require 'paths'
local image = require 'image'
local lmdb = require 'lmdb'
local tds = require 'tds'
local ffi = require 'ffi'
function lsun_loader(dataroot, class)
local indexfile = paths.concat(dataroot, string.format('%s_hashes_chartensor.t7', class))
local db = lmdb... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#pragma once
#include "URL.h"
#include "PlayList.h"
namespace PLAYLIST
{
class CPlayListM3U :
public CPlayList
{
public:... | {
"pile_set_name": "Github"
} |
@model BrockAllen.MembershipReboot.Mvc.Areas.UserAccount.Models.RegisterInputModel
@{
ViewBag.Title = "Register";
}
<h2>Registration Success</h2>
@if(true.Equals(ViewData["RequireAccountVerification"])) {
<p>
You should recieve an email shortly
@if(Model != null)
{
@: at @Model.Email
}.
... | {
"pile_set_name": "Github"
} |
namespace Eigen {
/** \page TopicAssertions Assertions
\eigenAutoToc
\section PlainAssert Assertions
The macro eigen_assert is defined to be \c eigen_plain_assert by default. We use eigen_plain_assert instead of \c assert to work around a known bug for GCC <= 4.3. Basically, eigen_plain_assert \a is \c assert.
\su... | {
"pile_set_name": "Github"
} |
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* 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/. */
gTestfile = '11.1.4-03.js';
var ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<title>src local on load fallback</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
margin: 50px;
font-size: 24pt;
font-family: sans-serif;
}
p { margin-left: 1em; }
@font-face {
font-family: test0;
src: local("Futu... | {
"pile_set_name": "Github"
} |
// Package errors provides simple error handling primitives.
//
// The traditional error handling idiom in Go is roughly akin to
//
// if err != nil {
// return err
// }
//
// which when applied recursively up the call stack results in error reports
// without context or debugging information. The e... | {
"pile_set_name": "Github"
} |
using System;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace WpfAnimatedGif.Demo
{
/// <summary>
/// Interaction logic for TestRelativeUri.xaml
/// </summary>
public partial class TestRelativeUri
{
public TestRelativeUri()
{
... | {
"pile_set_name": "Github"
} |
%% 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://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_mqtt_sup).
-be... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
505静态错误页面
</body>
</html> | {
"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 <PackageKit/PKMutableProduct.h>
@class NSMutableDictionary, NSString, PKArchive, PKDistributionContainer;
@interface PKArchiv... | {
"pile_set_name": "Github"
} |
{
"pile_set_name": "Github"
} | |
tlslite.integration.xmlrpcserver module
=======================================
.. automodule:: tlslite.integration.xmlrpcserver
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:
| {
"pile_set_name": "Github"
} |
/*
Mantis PCI bridge driver
Copyright (C) Manu Abraham (abraham.manu@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later v... | {
"pile_set_name": "Github"
} |
ERR_ANALYZER_NOT_FOUND_1=Nebyl nalezen analyz\u00e1tor pro dan\u00fd jazyk "{0}".
ERR_CONFIGURATION_FIELD_DELETE_2=Odstran\u011bn\u00e1 pole "{0}" zanechan\u00e1 za neplatnou konfugurac\u00ed. Konfigurace pole "{1}" mus\u00ed obsahovat alespo\u0148 jedno pole.
ERR_CREATING_INDEX_DOC_0=Ne\u00fasp\u011b\u0161n\u011b vytv... | {
"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"
} |
// Validation errors messages for Parsley
import Parsley from '../parsley';
Parsley.addMessages('fi', {
dateiso: "Syötä oikea päivämäärä (YYYY-MM-DD)."
});
| {
"pile_set_name": "Github"
} |
{
"division": "The Dan Patrick Show",
"sortIndex": 7122,
"lite": false,
"standard": true,
"userAgents": [
{
"userAgent": "The Dan Patrick Show",
"browser": "the dan patrick show",
"platform": "iOS",
"engine": "WebKit",
"device": "general Mobile Device (Apple)",
"propert... | {
"pile_set_name": "Github"
} |
function value = NLPobjPerFlux(fluxVector, Prob)
% Calculates the value of the objective - `(Prob.osense * Prob.user.model.c)/sum(v.^2)` based on
% a flux distribution
% This function is meant to be used with NLP solvers
%
% USAGE:
%
% value = NLPobjPerFlux(fluxVector, Prob)
%
% INPUTS:
% fluxVector: ... | {
"pile_set_name": "Github"
} |
$-------------------------------------------------------------------------------
$ RIGID FORMAT No. 7, Complex Eigenvalue Analysis - Direct Formulation
$ Third Harmonic Complex Eigenvalue Analysis of a Gas-Filled
$ Thin Elastic Cylinder (7-2-1)
$ Fifth Harmonic ... | {
"pile_set_name": "Github"
} |
# Common Gotcha's
- If compiling all code together (ie no separate wolfssl library) than the -fPIC compiler flag should be used. Without using -fPIC in this build setup there could be unexpected failures.
- If building with ARMv8 crypto extensions then the compiler flags "-mstrict-align -mcpu=generic+crypto" must b... | {
"pile_set_name": "Github"
} |
; float copysign(float x, float y)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sdcciy_copysign
EXTERN cm48_sdcciyp_dread2, l0_cm48_sdcciy_copysign_callee
cm48_sdcciy_copysign:
call cm48_sdcciyp_dread2
; AC'= y
; AC = x
jp l0_cm48_sdcciy_copysign_callee
| {
"pile_set_name": "Github"
} |
Name: Vulkan Header Components
Short Name: Vulkan Headers
Version: N/A
URL: https://github.com/KhronosGroup/Vulkan-Headers
SOURCE CODE: git clone https://github.com/KhronosGroup/Vulkan-Headers.git
Date: 06/12/2018
Revision: 634e3658d6fa8f95f9062a3a7831d5567baf0eb3
Security Critical: no
License: Apache 2.0
License File:... | {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = validate;
exports.validateField = validateField;
exports.validateChild = validateChild;
var _definitions = require("../definitions");
function validate(node, key, val) {
if (!node) return;
const fields = _definitions... | {
"pile_set_name": "Github"
} |
#transferStats {
border-width: 1px;
border-spacing: 2px;
border-collapse: seperate;
background-color: #ededed;
margin: 0 auto;
width: 500px;
}
#transferStats th {
-moz-border-radius: 0px 0px 0px 0px;
text-align: right;
font-size: 12px;
background-color: #ddd;
padding-right: 5px;
width: 30%
}
#transferStats... | {
"pile_set_name": "Github"
} |
/**
* Test injectors
*/
import { memoryHistory } from 'react-router-dom';
import React from 'react';
import { Provider } from 'react-redux';
import renderer from 'react-test-renderer';
import { render } from 'react-testing-library';
import configureStore from '../../configureStore';
import injectReducer, { useInjec... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GBARunner2</title>
<link rel="stylesheet" href="../assets/css/layout.css">
<link rel="stylesheet" href="../assets/css/button-hit.css">
</head>
<body>
<div class="ds-size">
<div class="banner">
<img src="../assets/images/GBARunner2-xcf.png">... | {
"pile_set_name": "Github"
} |
/* Broadcom FlexRM Mailbox Driver
*
* Copyright (C) 2017 Broadcom
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Each Broadcom FlexSparx4 offload engine is implemented a... | {
"pile_set_name": "Github"
} |
# Doxygen Documentation
[Browse through the C API Doxygen-generated documentation](doxygen/html/index.html){:target="_blank"}
| {
"pile_set_name": "Github"
} |
<system>
<name>KOI-4127</name>
<rightascension>19 13 35</rightascension>
<declination>+40 12 47</declination>
<distance>1290.68</distance>
<star>
<name>KOI-4127</name>
<temperature errorminus="189.00" errorplus="189.00">5812.00</temperature>
<radius errorminus="0.4960" errorplus="0.4960">1.0100</radius>
<m... | {
"pile_set_name": "Github"
} |
/*
* Tencent is pleased to support the open source community by making 蓝鲸 available.
* Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the MIT License (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the Li... | {
"pile_set_name": "Github"
} |
// bslmf_isconvertibletoany.t.cpp -*-C++-*-
#include <bslmf_isconvertibletoany.h>
#include <bsls_bsltestutil.h>
#include <stdio.h> // 'printf'
#include <stdlib.h> // 'atoi'
using namespace BloombergLP;
//=========================================================================... | {
"pile_set_name": "Github"
} |
<?php
namespace Lego\Tests\Widget\Grid;
use Lego\Operator\Collection\ArrayStore;
use Lego\Widget\Grid\FormatTool;
use PHPUnit\Framework\TestCase;
class FormatToolTest extends TestCase
{
public function testFormat()
{
$store = new ArrayStore([
'hello' => 'world',
'cat' => [
... | {
"pile_set_name": "Github"
} |
// SNES GSU Test MOVES (Move Register + Flags) demo by krom (Peter Lemon):
arch snes.cpu
output "GSUMOVES.sfc", create
macro seek(variable offset) {
origin ((offset & $7F0000) >> 1) | (offset & $7FFF)
base offset
}
macro PrintText(SRC, DEST, SIZE) { // Print Text Characters To VRAM
stz.w REG_VMAIN // Set Inc... | {
"pile_set_name": "Github"
} |
/*
Driver for Philips tda8262/tda8263 DVBS Silicon tuners
(c) 2006 Andrew de Quincey
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
... | {
"pile_set_name": "Github"
} |
/*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... | {
"pile_set_name": "Github"
} |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.loader;
public final class R {
private R() {}
public static final class attr {
private attr() ... | {
"pile_set_name": "Github"
} |
// +build !linux appengine
/*
*
* Copyright 2018 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... | {
"pile_set_name": "Github"
} |
/* Copyright 2003-2013 Joaquin M Lopez Munoz.
* 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)
*
* See http://www.boost.org/libs/multi_index for library home page.
*/
#ifndef BOOST_MULTI_INDEX_DETAIL_CONVERTER... | {
"pile_set_name": "Github"
} |
%%MatrixMarket matrix coordinate real general
%
16 32 128
1 1 3.33200023635228
1 2 1.420240467903587
1 3 -0.6162310439495321
1 4 0.5806281691622632
1 17 3.33200023635228
1 21 1.420240467903587
1 25 -0.6162310439495321
1 29 0.5806281691622632
2 1 -2.592410982442433
2 2 0.3844143922232085
2 3 1.470670231280717
2 4 -1.124... | {
"pile_set_name": "Github"
} |
#ifdef USE_CUDNN
#include <vector>
#include "caffe/layers/cudnn_relu_layer.hpp"
namespace caffe {
template <typename Dtype>
void CuDNNReLULayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top) {
ReLULayer<Dtype>::LayerSetUp(bottom, top);
// initialize cuDNN
CUDNN_CH... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Automatically generated from modules_success/NATIVE_MODULE_WITH_COMPLEX_OBJECTS.flow.js
// (/react-native/packages/react-native-codegen/src/parsers/flow/modules/__test_fixtures__/fixtures.js)
import {TurboModule} from 'react-native-tscodege... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env python3
# mkreal
#
# turn a symlink to a directory into a real directory
import sys
import os
from stat import *
join = os.path.join
error = 'mkreal error'
BUFSIZE = 32*1024
def mkrealfile(name):
st = os.stat(name) # Get the mode
mode = S_IMODE(st[ST_MODE])
linkto = os.readlink(name) #... | {
"pile_set_name": "Github"
} |
class SessionsData {
List<Session> sessions;
SessionsData({this.sessions});
SessionsData.fromJson(Map<String, dynamic> json) {
if (json['sessions'] != null) {
sessions = new List<Session>();
json['sessions'].forEach((v) {
sessions.add(Session.fromJson(v));
});
}
}
Map<Stri... | {
"pile_set_name": "Github"
} |
FROM eu.gcr.io/kyma-project/external/golang:1.14.8-alpine as builder
ARG DOCK_PKG_DIR=/go/src/github.com/kyma-project/kyma/components/application-gateway
WORKDIR $DOCK_PKG_DIR
COPY go.mod .
COPY go.sum .
RUN go mod download
COPY ./licenses/ /app/licenses
COPY . $DOCK_PKG_DIR
RUN CGO_ENABLED=0 GOOS=linux go build -a... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark -
//
// File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Voi... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 b... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2020 Real Logic Limited.
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Memory FIFO permitting enqueue at tail (last) and dequeue from head (first).
*
* Implemented as a circular queue over buffers. Buffers lie contiguously in
* the backing storage.
*
* Enqueuing is a 2 step pr... | {
"pile_set_name": "Github"
} |
INCLUDE(AddLolTest)
ADD_LOL_TEST(1-If OUTPUT test.out)
| {
"pile_set_name": "Github"
} |
config 'mmc_over_gpio'
option 'name' 'default'
option 'enabled' '0'
option 'DI_pin' '@GPIO_DI_PIN@'
option 'DO_pin' '@GPIO_DO_PIN@'
option 'CLK_pin' '@GPIO_CLK_PIN@'
option 'CS_pin' '@GPIO_CS_PIN@'
option 'mode' '0'
| {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSArray, NSMutableArray;
@interface SUItemValidator : NSObject
{
NSMutableArray *_collectionTests;
NSMutableArray *_itemTests;
}
+ (id)purc... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2017 FinancialForce.com, inc. All rights reserved.
*/
/**
* This class implements the actual verification.
* @group Core
*/
public abstract class fflib_MethodVerifier
{
/**
* Verify a method was called on a mock object.
* @param mockInvocation The object holding all the data of the invocati... | {
"pile_set_name": "Github"
} |
//
// EncryptedPayload.swift
// MLCrypto
//
// Created by Anurodh Pokharel on 1/7/20.
// Copyright © 2020 Anurodh Pokharel. All rights reserved.
//
import UIKit
@objcMembers
public class EncryptedPayload: NSObject {
public var body: Data?
public var iv : Data?
public var key: Data?
public var tag:... | {
"pile_set_name": "Github"
} |
<p>Tänan, et tellisite liikme staatuse veebilehel !!sitename!!. Siin all on arve tellimus #: !!order_code!!</p>
!!invoice!!
<p>Logige sisse oma kontoga siin: !!login_link!!</p>
<p>Vaadage oma arvet, interneti versioonil siin: !!invoice_link!!</p> | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.