text
stringlengths
2
99.9k
meta
dict
// +build !ignore_autogenerated /* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable l...
{ "pile_set_name": "Github" }
-- Test a for-loop with inner state that is used as an expression. def f() -> List result = for i in [0 1 2] state s = 0 s += i s return result vm = make_vm(f) result = vm.call print('step1, result = ' result ', s = ' vm.get_state) result = vm.call print('step2, result = ' result ',...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18033 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generate...
{ "pile_set_name": "Github" }
{ "id": "marpaia", "username": "marpaia", "comment": "Mike Arpaia", "password": "$1$UBN5FRA6$LurZdnqoSDMjRZmrZ6PIE.", "admin" : true, "ssh_keys": [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmfxxhgRNngIfrhKQqTnOOdI+DpJlVDmpzpjZuNFvczIwtlzSxr0yKzV9nYTC86W7Q47TVH7x8USlnYQ3g7C2pM7+6W61T5kMCDJN...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * 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://mozil...
{ "pile_set_name": "Github" }
import { set } from '@ember/object'; import { moduleFor, test } from 'ember-qunit'; moduleFor('adapter:task', 'Unit | Adapter | task', { needs: [ 'service:session' ] }); test('"sortQueryParams" passes through (and underscores) any keys that arent special', function(assert) { assert.expect(2); let adapter...
{ "pile_set_name": "Github" }
/********************************************************************** * Copyright (c) 2014 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* *******************************...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------- httpry - HTTP logging and information retrieval tool ---------------------------------------------------- Copyright (c) 2005-2014 Jason Bittel <jason.bittel@gmail.com> Licensed under GPLv2. For further information, see COPYING file. */ #include <ctyp...
{ "pile_set_name": "Github" }
<?php // $Header: /cvsroot/html2ps/css.border.style.inc.php,v 1.6 2006/11/11 13:43:52 Konstantin Exp $ require_once(HTML2PS_DIR.'value.border.style.class.php'); class CSSBorderStyle extends CSSSubProperty { var $_defaultValue; function CSSBorderStyle(&$owner) { $this->CSSSubProperty($owner); $this->_def...
{ "pile_set_name": "Github" }
// +build windows package winio import ( "bytes" "encoding/binary" "fmt" "runtime" "sync" "syscall" "unicode/utf16" "golang.org/x/sys/windows" ) //sys adjustTokenPrivileges(token windows.Token, releaseAll bool, input *byte, outputSize uint32, output *byte, requiredSize *uint32) (success bool, err error) [tr...
{ "pile_set_name": "Github" }
/* $OpenBSD: roaming_common.c,v 1.8 2010/01/12 00:59:29 djm Exp $ */ /* * Copyright (c) 2004-2009 AppGate Network Security AB * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission not...
{ "pile_set_name": "Github" }
/* * JAVE - A Java Audio/Video Encoder (based on FFMPEG) * * Copyright (C) 2008-2009 Carlo Pelliccia (www.sauronsoftware.it) * * 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 ver...
{ "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="zh"> <head> <!-- Generated by javadoc (1.8.0_181) on Tue Oct 29 14:27:39 CST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DataSearchController</title...
{ "pile_set_name": "Github" }
.index-container { -webkit-flex-direction: column; flex-direction: column; @media (min-width: $desktop-min-width) { display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .index-column { -webkit-flex: 1 1 33%; flex: 1 1 33%; } }
{ "pile_set_name": "Github" }
2 2 2 21 0 18 0 2 2 2 0 2 2 3 2 4 2 0 0 0 2 4 2 0 0 5 4 0 2 2 2 2 0 6 0 0 2 0 2 2 0 0 0 0 3 2 2 2 0 0 2 2 2 0 2 4 0 0 0 4 0 4 2 2 0 2 2 5 0 0 2 0 0 2 0 2 0 4 0 0 0 2 0 2 4 0 0 2 0 0 2 0 0 0 0 0 2 2 3 0 0 0 0 2 2 4 4 2 2 2 0 4 5 0 0 0 4 0 2 2 2 0 4 0 0 2 2 0 0 2 4 0 0 0 2 0 2 2 2 0 2 0 0 0 3 0 2 0 2 2 0 2 0 0 2 0 0 2 0 ...
{ "pile_set_name": "Github" }
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 Google Inc. * * 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 t...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/schema#", "required": [ "kind", "name" ], "type": "object", "description": "Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and...
{ "pile_set_name": "Github" }
/* * FreeRTOS Kernel V10.1.0 * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, ...
{ "pile_set_name": "Github" }
{ "Logging": { "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } } }
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "colab_type": "text" }, "source": [ "# Image classification from scratch\n", "\n", "**Author:** [fchollet](https://twitter.com/fchollet)<br>\n", "**Date created:** 2020/04/27<br>\n", "**Last modified:** 2020/04/28<br>\n", "...
{ "pile_set_name": "Github" }
# a10disp local package_name="a10disp" local package_repo="https://github.com/hglm/a10disp.git" local package_ref="branch:master" local package_builddeps="linux-headers-armmp" local package_install_target="a10disp" local package_component="${release}-utils" package_checkbuild() { # we don't support running kernels < ...
{ "pile_set_name": "Github" }
<h1 align=center>JavaScript and TypeScript tooling overview</h1> <p align=center aria-hidden=true> <a href="https://GitHub.com/slikts/tooling/graphs/contributors/" target="_blank"><img src="https://img.shields.io/github/contributors/slikts/tooling.svg" alt="GitHub contributors"></a> <a href="https://GitHub.com/sli...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
Alex A. Skinner Andrew Tunnell-Jones Ask Bjørn Hansen Dave Cheney Dusty Wilson Marek Majkowski Peter van Dijk Omri Bahumi Alex Sergeyev
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/PlayMusicExporter.iml" filepath="$PROJECT_DIR$/PlayMusicExporter.iml" /> <module fileurl="file://$PROJECT_DIR$/framework/framework.iml" filepath="$PROJEC...
{ "pile_set_name": "Github" }
package org.bukkit.craftbukkit.block; import net.minecraft.block.BlockJukebox; import net.minecraft.block.BlockJukebox.TileEntityJukebox; import net.minecraft.init.Blocks; import net.minecraft.item.ItemStack; import org.bukkit.Effect; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.block.J...
{ "pile_set_name": "Github" }
<div class="term-archive"> <section> <div class="mini-posts archive"> {% for page in pages %} <article class="post"> <header> <div class="title"> <h2><a href="{{ page.link }}">{{ page.title }}</a></h2> </div> {% if page.key ...
{ "pile_set_name": "Github" }
//! Synchronization primitives. use core::cell::UnsafeCell; use core::ops; use core::sync::atomic::{self, AtomicBool}; use shim; /// A mutual exclusive container. /// /// This assures that only one holds mutability of the inner value. To get the inner value, you /// need acquire the "lock". If you try to lock it whi...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr> // Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. ...
{ "pile_set_name": "Github" }
--- title: "Firewall client settings on the cache host are incorrect (SharePoint Server)" ms.reviewer: ms.author: serdars author: SerdarSoysal manager: serdars ms.date: 8/29/2017 audience: ITPro f1.keywords: - NOCSH ms.topic: troubleshooting ms.prod: sharepoint-server-itpro localization_priority: Normal ms.collection:...
{ "pile_set_name": "Github" }
'use strict'; var utils = require('../utils'); var rotr32 = utils.rotr32; function ft_1(s, x, y, z) { if (s === 0) return ch32(x, y, z); if (s === 1 || s === 3) return p32(x, y, z); if (s === 2) return maj32(x, y, z); } exports.ft_1 = ft_1; function ch32(x, y, z) { return (x & y) ^ ((~x) & z); } ...
{ "pile_set_name": "Github" }
package main import ( "context" "flag" "log" "time" example "github.com/rpcxio/rpcx-examples" "github.com/smallnest/rpcx/client" ) var ( addr = flag.String("addr", "localhost:8972", "server address") ) func main() { flag.Parse() d := client.NewPeer2PeerDiscovery("tcp@"+*addr, "") xclient := client.NewXCl...
{ "pile_set_name": "Github" }
package org.sang.controller; import org.sang.bean.RespBean; import org.sang.bean.User; import org.sang.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import or...
{ "pile_set_name": "Github" }
package com.fishercoder; import com.fishercoder.solutions._1200; import org.junit.BeforeClass; import org.junit.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import static org.junit.Assert.assertEquals; public class _1200Test { private static _1200.Solution1 solution1; pr...
{ "pile_set_name": "Github" }
#ifndef PAGINATOR_H #define PAGINATOR_H #include <QObject> #include <QStandardPaths> #include <QDir> #include <QDebug> #include <QFile> class paginator: public QObject { Q_OBJECT public: explicit paginator(QObject *parent = 0); Q_INVOKABLE void save(QString pageType, QString dataType, QString query, QStri...
{ "pile_set_name": "Github" }
sha256:23df7cc0ea3e2c2f94d22b1925cd338c346f6bf864ad693f677d82ede856251b
{ "pile_set_name": "Github" }
#include <vector> #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/layers/batch_reindex_layer.hpp" #include "caffe/test/test_caffe_main.hpp" #include "caffe/test/test_gradient_check_util.hpp" namespace caffe { template<typename TypeParam> cl...
{ "pile_set_name": "Github" }
A calligraphic font in the handwriting style of the author, Peter Vanroose. The font is supplied as Metafont source. LaTeX support of the font is provided in the calligra package in the fundus bundle.
{ "pile_set_name": "Github" }
// // immer: immutable data structures for C++ // Copyright (C) 2016, 2017, 2018 Juan Pedro Bolivar Puente // // This software is distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://boost.org/LICENSE_1_0.txt // #pragma once #ifndef IMMER_DEBUG_TRACES #define I...
{ "pile_set_name": "Github" }
<html> <head> <script src="../OLLoader.js"></script> <script type="text/javascript"> function test_getParameters(t) { t.plan(4); var c = new OpenLayers.Control.ArgParser(), p; p = c.getParameters('http://example.com?fook=foov&bark=barv'); t.eq(p, {fook: 'foov', bark: ...
{ "pile_set_name": "Github" }
<input autocapitalize="off" autocorrect="off" autocomplete="off" class="TwoFA-input" type="text" ng-minlength="6" ng-maxlength="8" required >
{ "pile_set_name": "Github" }
/* * stv0367_regs.h * * Driver for ST STV0367 DVB-T & DVB-C demodulator IC. * * Copyright (C) ST Microelectronics. * Copyright (C) 2010,2011 NetUP Inc. * Copyright (C) 2010,2011 Igor M. Liplianin <liplianin@netup.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 # # Generic HWSPINLOCK framework # menuconfig HWSPINLOCK bool "Hardware Spinlock drivers" config HWSPINLOCK_OMAP tristate "OMAP Hardware Spinlock device" depends on HWSPINLOCK depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX || ARCH_K3 || COMPILE_TEST...
{ "pile_set_name": "Github" }
# AccessiWeb 2.2 - Rule 10.15.1 ## Summary No-check rule ## Business description Criterion : 10.15 Test : [10.15.1](http://www.accessiweb.org/index.php/accessiweb-22-english-version.html#test-10-15-1) Test description : On each Web page, for each text or set of text, information must not be provided by its shape...
{ "pile_set_name": "Github" }
import Utils from '../utils/utils'; import Mixins from '../utils/mixins'; import F7PageContent from './page-content'; import __vueComponentSetState from '../runtime-helpers/vue-component-set-state.js'; import __vueComponentDispatchEvent from '../runtime-helpers/vue-component-dispatch-event.js'; import __vueComponentPro...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9.00" Name="mod_rss" ProjectGUID="{B69247FA-ECD6-40ED-8E44-5CA6C3BAF9A4}" RootNamespace="mod_rss" Keyword="Win32Proj" TargetFrameworkVersion="131072" > <Platforms> <Platform Name="Win32" /> ...
{ "pile_set_name": "Github" }
/** * This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations). * It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation. * The project of which this file is part, may be found at https://g...
{ "pile_set_name": "Github" }
# coding=utf-8 """Provider code for TorrentLeech.""" from __future__ import division, unicode_literals import logging import math from medusa import tv from medusa.helper.common import convert_size from medusa.logger.adapters.style import BraceAdapter from medusa.providers.torrent.torrent_provider import TorrentPro...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009 Carnegie Mellon University. * 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....
{ "pile_set_name": "Github" }
#N canvas 0 31 491 429 10; #X obj 160 25 inlet; #X obj 160 47 int; #X obj 203 192 select 123 125; #X obj 160 70 moses 0; #X obj 295 233 outlet; #X obj 295 212 makefilename %c; #X msg 126 273 ASCII character \$1 is not allowed in Pd!!; #X msg 125 243 123; #X msg 155 243 125; #X obj 42 334 purepd/purepd_error float2ascii...
{ "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 by applicable ...
{ "pile_set_name": "Github" }
// ========================================================================== // Project: SproutCore Costello - Property Observing Library // Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. // Portions ©2008-2010 Apple Inc. All rights reserved. // License: Licensed under MIT license (see lic...
{ "pile_set_name": "Github" }
Errors ====== DataError ......... Exception class that is used in the library. Exception hold errors in error attribute. For simple checkers it will be just a string. For nested structures it will be dict instance. ``DataError`` instance has four important properties: - `error` - error message describing what h...
{ "pile_set_name": "Github" }
require 'spec_helper' RSpec.describe 'Tidebit integration specs' do let(:client) { Cryptoexchange::Client.new } let(:btc_hkd_pair) { Cryptoexchange::Models::MarketPair.new(base: 'BTC', target: 'HKD', market: 'tidebit') } it 'fetch pairs' do pairs = client.pairs('tidebit') expect(pairs).not_to be_empty ...
{ "pile_set_name": "Github" }
 @page "/checkbox" <Demo></Demo>
{ "pile_set_name": "Github" }
{ "HIGHLIGHTSTROKECOLORS": [ [ "logic", "#000000" ] ], "ARGPLUGINS": [ [ "myxor", "var block = logo.blocks.blockList[blk];var conns = block.connections;block.value = logo.parseArg(logo, turtle, conns[1]) >> logo.parseArg(lo...
{ "pile_set_name": "Github" }
# Generated by Django 2.0.6 on 2018-06-20 10:01 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [("papers", "0017_auto_20180619_1657")] operations = [ migrations.AlterField( model_name="sourcefile", name="arxiv_id", ...
{ "pile_set_name": "Github" }
/** * git do not control webim.config.js * everyone should copy webim.config.js.demo to webim.config.js * and have their own configs. * In this way , others won't be influenced by this config while git pull. * */ var WebIM = {}; WebIM.config = { /* * XMPP server */ xmppURL: 'im-api.easemob.com',...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * account_chart_update # # Translators: # OCA Transbot <transbot@odoo-community.org>, 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-01 03:44+0000\n" "P...
{ "pile_set_name": "Github" }
diff -b %1.h \opaa\inc\%1.h >h:%1.dif
{ "pile_set_name": "Github" }
.video-js .vjs-control.vjs-close-button { @extend .vjs-icon-cancel; cursor: pointer; height: 3em; position: absolute; right: 0; top: 0.5em; z-index: 2; }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration> <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <appender name="FILE" class="ch.qos.logb...
{ "pile_set_name": "Github" }
<?php /** * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the...
{ "pile_set_name": "Github" }
;/******************** (C) COPYRIGHT 2015 STMicroelectronics ******************** ;* File Name : startup_stm32f756xx.s ;* Author : MCD Application Team ;* Version : V1.0.0 ;* Date : 22-May-2015 ;* Description : STM32F756xx devices vector table for EWARM toolchain...
{ "pile_set_name": "Github" }
title: Processes toc: [Documentation, Administration, Processes] # Processes Crossbar.io has a multi-process architecture. There is one node controller process per node * [**Controller** Configuration](Controller Configuration) and multiple worker processes of these types * [**Router** Configuration](Router Config...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DotNetSiemensPLCToolBoxLibrary.DataTypes.Hardware.Step7V5 { public class ProfinetNode : Node { } }
{ "pile_set_name": "Github" }
import { Spec } from 'vega'; export const spec: Spec = { "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 900, "height": 500, "autosize": "none", "encode": { "update": { "fill": {"signal": "bgcolor"} } }, "signals": [ { "name": "type", "value": "mercator",...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:92b2da43fbe1eb729b27b09e0265cc7588ed68b25b1d61e5e1a1e5a6ea23be5e size 64878
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011-2020, baomidou (jobob@qq.com). * <p> * 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 * <p> * https://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "1461859235_twitch.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "1461859235_twitch copy.png", "scale" : "3x" } ], "info" : { ...
{ "pile_set_name": "Github" }
/* Do not modify this file. Changes will be overwritten. */ /* Generated automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-crmf.h */ /* asn2wrs.py -b -p crmf -c ./crmf.cnf -s ./packet-crmf-template -D . -O ../....
{ "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 "SDImageIOCoder.h" #import "SDImageCoderHelper.h" #import "NSImage+Compatibility.h...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: eb653fae43f6c01418585d0db5caaabe timeCreated: 1503273298 licenseType: Free NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Package scheduler implements the Azure ARM Scheduler service API version 2016-03-01. // // package scheduler // Copyright (c) Microsoft and contributors. 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. //...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f1xx_hal_uart.h * @author MCD Application Team * @brief Header file of UART HAL module. ****************************************************************************** * @attention * * <h2><center>&copy;...
{ "pile_set_name": "Github" }
{ "name": "App", "icons": [ { "src": "/inc/images/favicon/android-icon-36x36.png", "sizes": "36x36", "type": "image\/png", "density": "0.75" }, { "src": "\/inc\/images\/favicon\/android-icon-48x48.png", "sizes": "48x48", "type": "image\/png", "density": "1.0" }, { "src": "\/inc\/i...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Altera Corporation <www.altera.com> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <errno.h> #include <asm/io.h> #include <asm/arch/freeze_controller.h> #include <asm/arch/scan_manager.h> #include <asm/arch/system_manager.h> /* * Maximum polling loop to wait for IO...
{ "pile_set_name": "Github" }
from string import ascii_lowercase, ascii_uppercase, digits import toga from toga.constants import COLUMN from toga.style import Pack EMPTY_PASSWORD = 'Empty password' class TextInputApp(toga.App): # Button callback functions def do_extract_values(self, widget, **kwargs): # Disable all the text inpu...
{ "pile_set_name": "Github" }
DROP FUNCTION IF EXISTS de_metas_endcustomer_fresh_reports.Direct_Costing_Raw_Data_Activity_10_50 (Year Date, AD_Org_ID numeric(10,0)); CREATE OR REPLACE FUNCTION de_metas_endcustomer_fresh_reports.Direct_Costing_Raw_Data_Activity_10_50 (Year Date, AD_Org_ID numeric(10,0)) RETURNS TABLE ( Margin text, l1_Value Cha...
{ "pile_set_name": "Github" }
{ "name": "CommandAttr", "namespace": "draw2d.command", "description": "<p>Command to change attributes of a shape with undo/redo support</p>", "extends": [ "draw2d.command.Command" ], "access": "", "virtual": false, "functions": [ { "name": "init", "access": "", "virtual": fal...
{ "pile_set_name": "Github" }
# For more info on OperatorGroups # See https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/operatorgroups.md apiVersion: operators.coreos.com/v1alpha2 kind: OperatorGroup metadata: name: opendatahub-operator spec: targetNamespaces: - {{ project_name }}
{ "pile_set_name": "Github" }
// Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package route import ( "reflect" "testing" ) type parseAddrsOnDarwinTest struct { attrs uint fn func(int, []byte) (int, Addr, error) b []byte as ...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing var : Int -> Self class A { class C { struct A<T where I : A { let : e
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "\u06cc\u06a9\u0634\u...
{ "pile_set_name": "Github" }
{-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving, DeriveDataTypeable #-} {-# OPTIONS_GHC -O #-} -- In GHC 6.4, compiling this module gave a Core Lint failure following the -- specialiser, because a function was floated out that had a RULE that -- mentioned another function (unpack, in fact). but the lat...
{ "pile_set_name": "Github" }
K 10 svn:ignore V 44 *.d *.exe *.ho *-example *-test libavcodec* END
{ "pile_set_name": "Github" }
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_ARC_STORAGE_MANAGER_ARC_STORAGE_MANAGER_H_ #define COMPONENTS_ARC_STORAGE_MANAGER_ARC_STORAGE_MANAGER_H_ #include <memory> #include "...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # Copyright 2020, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this fi...
{ "pile_set_name": "Github" }
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_Hh_ #define DLIB_STRUCTURAL_GRAPH_LABELING_tRAINER_Hh_ #include "structural_graph_labeling_trainer_abstract.h" #include "../algs.h" #include "....
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
<html> <head> <title>My Epoch DHTML JavaScript Calendar</title> <style type="text/css"> dateheader { -background-color: #3399FF; -webkit-border-radius: 10px; -moz-border-radius: 10px; -border-radius: 10px; -p...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ Various useful functions """ # Author: Remi Flamary <remi.flamary@unice.fr> # # License: MIT License import multiprocessing from functools import reduce import time import numpy as np from scipy.spatial.distance import cdist import sys import warnings from inspect import signature __time...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f6e64c91d83a1c14bbf9c73cd6c6d5b5 timeCreated: 1485297321 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:22.349453", "description": "jQuery-Rebox is a light weight, responsive, mobile friendly jQuery and Zepto lightbox", "fork": false, "full_name": "trentrichardson/jQuery-Rebox", "language": "CSS", "updated_at": "2015-02-27T23:42:34.138986" }
{ "pile_set_name": "Github" }
/* * This file was generated automatically by xsubpp version 1.9508 from the * contents of tmp. Do not edit this file, edit tmp instead. * * ANY CHANGES MADE HERE WILL BE LOST! * */ /* EQEMu: Everquest Server Emulator Copyright (C) 2001-2004 EQEMu Development Team (http://eqemulator.net) This program is free soft...
{ "pile_set_name": "Github" }
if not modules then modules = { } end modules ['l-md5'] = { version = 1.001, author = "Hans Hagen, PRAGMA-ADE, Hasselt NL", copyright = "PRAGMA ADE / ConTeXt Development Team", license = "see context related readme files" } -- This also provides file checksums and checkers. if not md5 then ...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Microsoft.EntityFramewo...
{ "pile_set_name": "Github" }
{ "openOrders": "Mở Lệnh", "tradeHistory": "Trade History", "stats": "Trong tháng vừa rồi bạn đã thực hiện {{count}} giao dịch thành công với {{currencyCount}} đồng tiền có tổng giá trị là {{totalSwapsWorthInUsd}}", "stats_plural": "Trong tháng vừa rồi bạn đã thực hiện {{count}} giao dịch thành công với {{currencyC...
{ "pile_set_name": "Github" }
## Slashing Protection Database Interchange A format has been standardised to allow different clients to export and import slashing protection data. [Slashing Protection Database Interchange]("https://hackmd.io/@sproul/Bk0Y0qdGD") Teku stores enough data to generate the minimal specification, so only the minimal exp...
{ "pile_set_name": "Github" }