text
stringlengths
2
99.9k
meta
dict
--requirement=requirements-checks.txt --requirement=requirements-tests.txt --requirement=requirements.txt coveralls
{ "pile_set_name": "Github" }
Prelminary Agenda for WebAuthn F2F, 4 March 2016 - Intros around the table - Intro to W3C; Intro to FIDO - Charter scope - Technical overview of the specs - WG Adoption of the Submission drafts: editors, work-mode (github pull requests, issue resolution, decision process), timeline to FPWDs - Privacy and security co...
{ "pile_set_name": "Github" }
#ifndef AUTOBOOST_MPL_LIST_LIST50_HPP_INCLUDED #define AUTOBOOST_MPL_LIST_LIST50_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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.boos...
{ "pile_set_name": "Github" }
/* * 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 version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
#!/bin/sh # merge one repo with another # http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html # Check arguments if [ $# -ne 2 ]; then echo 1>&2 Usage: echo 1>&2 " cd bigrepo" echo 1>&2 " $0 repo /path/to/repo" exit 127 fi REPO=$1 DIR=$2 git remote add -f $REPO $DIR git merge -s...
{ "pile_set_name": "Github" }
.tabs, .tabs2, .tabs3 { background-image: url('tab_b.png'); width: 100%; z-index: 101; font-size: 13px; font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; } .tabs2 { font-size: 10px; } .tabs3 { font-size: 9px; } .tablist { margin: 0; padding: 0; display: table; } ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <ROOT> SELECT * FROM EMP <WHERE> WHERE <IF>SAL=:P_SAL</IF> <IF>AND COMM=:P_COMM1<ELSE>AND COMM IS NULL</ELSE></IF> <IF name="P_COMM_ISNULL">AND COMM IS NULL<ELSE>AND NOT(COMM IS NULL)</ELSE></IF> <IF name="P_COMM_ISNOTNULL">AND NOT(COMM IS NULL)<ELSE>AND COMM IS NULL<...
{ "pile_set_name": "Github" }
{ "name": "kafka", "full_name": "kafka", "oldname": null, "aliases": [ ], "versioned_formulae": [ ], "desc": "Publish-subscribe messaging rethought as a distributed commit log", "license": "Apache-2.0", "homepage": "https://kafka.apache.org/", "versions": { "stable": "2.6.0", "head": nul...
{ "pile_set_name": "Github" }
<?php $expected = array('$exploded = explode(\'.\', $filename)', ); $expected_not = array('$temp = split(\'a\', $config)', ); ?>
{ "pile_set_name": "Github" }
# Change Log ## [v0.1.4](https://github.com/vultr/govultr/compare/v0.1.3..v0.1.4) (2019-07-14) ### Bug Fixes * Fix panic on request failure [#20](https://github.com/vultr/govultr/pull/20) ## [v0.1.3](https://github.com/vultr/govultr/compare/v0.1.2..v0.1.3) (2019-06-13) ### Features * added `GetVc2zList` to Plans to r...
{ "pile_set_name": "Github" }
#include <algorithm> #include <vector> #include "gtest/gtest.h" #include "caffe/blob.hpp" #include "caffe/common.hpp" #include "caffe/filler.hpp" #include "caffe/layers/power_layer.hpp" #include "caffe/test/test_caffe_main.hpp" #include "caffe/test/test_gradient_check_util.hpp" namespace caffe { template <typename...
{ "pile_set_name": "Github" }
" vi:syntax=vim " base16-vim (https://github.com/chriskempson/base16-vim) " by Chris Kempson (http://chriskempson.com) " Atelier Estuary scheme by Bram de Haan (http://atelierbramdehaan.nl) " This enables the coresponding base16-shell script to run so that " :colorscheme works in terminals supported by base16-shell s...
{ "pile_set_name": "Github" }
/**************************************************************************** * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <TITLE>Lua documentation</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> </HEAD> <BODY> <HR> <H1> <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> Documentation </H1> This is the documentation included in the source distribution of Lua 5.1.5. <UL> <LI><A HREF="c...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2018-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
{ "pile_set_name": "Github" }
#ifndef HEADER_CURL_MEMORY_H #define HEADER_CURL_MEMORY_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
{ "pile_set_name": "Github" }
HTML.ForbiddenElements TYPE: lookup VERSION: 3.1.0 DEFAULT: array() --DESCRIPTION-- <p> This was, perhaps, the most requested feature ever in HTML Purifier. Please don't abuse it! This is the logical inverse of %HTML.AllowedElements, and it will override that directive, or any other directive. </p> <p> ...
{ "pile_set_name": "Github" }
import SketchManager from './core/SketchManager'; import PaperSizes from './paper-sizes'; import { getClientAPI, defined } from './util'; const CACHE = 'hot-id-cache'; const runtimeCollisions = []; function isHotReload () { const client = getClientAPI(); return client && client.hot; } function cacheGet (id) { ...
{ "pile_set_name": "Github" }
src/crypto/crypto_internal.o: \ D:/Project/ESP32/sdk/esp-idf-v3.0/components/wpa_supplicant/src/crypto/crypto_internal.c \ D:/Project/ESP32/sdk/esp-idf-v3.0/components/wpa_supplicant/include/crypto/includes.h \ D:/Project/ESP32/sdk/esp-idf-v3.0/components/esp32/include/rom/ets_sys.h \ D:/Project/ESP32/sdk/esp-idf-v...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 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 conditio...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Spotify AB. * * 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,...
{ "pile_set_name": "Github" }
## Module SDOM.Events #### `change` ``` purescript change :: forall context e. (context -> Event -> e) -> Handler context e ``` #### `click` ``` purescript click :: forall context e. (context -> Event -> e) -> Handler context e ```
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="资源文件"> <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;j...
{ "pile_set_name": "Github" }
{ "comment": "", "ignore": "test", "package": [ { "checksumSHA1": "/OoEj0wxK7Rd25jAlZv1xi+e9wg=", "path": "github.com/kisielk/gotool", "revision": "d6ce6262d87e3a4e153e86023ff56ae771554a41", "revisionTime": "2017-08-28T04:23:10Z" }, { "checksumSHA1": "9jyCVFMF5GDl15Vqp2ZxRmmNftE=", "path": "g...
{ "pile_set_name": "Github" }
/* * This file is part of liblzg. * * Copyright (c) 2010 Marcus Geelnard * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any...
{ "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...
{ "pile_set_name": "Github" }
d3.select('#slider1').call(d3.slider()); d3.select('#slider2').call(d3.slider().value( [ 10, 25 ] )); d3.select('#slider3').call(d3.slider().axis(true).value( [ 10, 25 ] ) .on("slide", function(evt, value) { d3.select('#slider3textmin').text(value[ 0 ]); d3.select('#slider3textmax').text(value[ 1 ])...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES"> <dependencies> ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2018 Andrey Nazarov 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 version. This program is distributed in the hope t...
{ "pile_set_name": "Github" }
{ "title": "Example of Simple Book", "desc": "Simple Book Example", "build_dir": "Books", "code_dir": "SourceCode/", "lang": "en", "build_JSAV": false, "suppress_todo": false, "dispModComp": true, "glob_exer_options": { "JXOP-debug": "true" }, "glob_ss_options": { "threshold": 1.0, "p...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -fblocks -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=UNOPT // RUN: %clang_cc1 -fobjc-arc -fobjc-runtime-has-weak -fblocks -triple x86_64-apple-darwin10.0.0 -emit-llvm -o - %s -O -disable-llvm-optzns | FileChe...
{ "pile_set_name": "Github" }
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
{ "pile_set_name": "Github" }
$A4 + LDA $3D + STA (address does not match) Instruction + some parts. Not copyrightable.
{ "pile_set_name": "Github" }
#include <stdio.h> #include <string.h> #define LMASK 0x7FFFFFFF #define LSHIFT 31 typedef unsigned long long u_int64_t; typedef unsigned int u_int32_t; typedef struct { int n; u_int32_t a[192]; } num_t; static char *fmt(num_t *x) { static char s1[16384], s2[16384]; static num_t t;...
{ "pile_set_name": "Github" }
# Currency Conversion Micro Service Run com.in28minutes.microservices.currencyconversionservice.CurrencyConversionServiceApplication as a Java Application. ## Resources - http://localhost:8100/currency-converter/from/EUR/to/INR/quantity/10 ```json { id: 10002, from: "EUR", to: "INR", conversionMultiple: 75, quantity...
{ "pile_set_name": "Github" }
! Copyright (C) 2002-2020 Free Software Foundation, Inc. ! Contributed by Paul Brook <paul@nowt.org> ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). ! !GNU libgfortran is free software; you can redistribute it and/or !modify it under the terms of the GNU General Public !License as publishe...
{ "pile_set_name": "Github" }
(ns rx.lang.clojure.blocking-test (:require [rx.lang.clojure.blocking :as b] [rx.lang.clojure.core :as rx] [clojure.test :refer [deftest testing is]])) (deftest test-->blocking (testing "returns a BlockingObservable from an Observable" (is (instance? rx.observables.BlockingObservable (b...
{ "pile_set_name": "Github" }
psycopg2 uwsgi Werkzeug==0.15.6
{ "pile_set_name": "Github" }
//@tag foundation,core //@define Ext.ClassManager //@require Ext.Class /** * @class Ext.ClassManager * * @author Jacky Nguyen <jacky@sencha.com> * @aside guide class_system * @aside video class-system * * Ext.ClassManager manages all classes and handles mapping from string class name to * actual class objects...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s typedef __fp16 half4 __attribute__ ((vector_size (8))); typedef float float4 __attribute__ ((vector_size (16))); typedef short short4 __attribute__ ((vector_size (8))); typedef int int4 __attribute__ ((vector_size (16))); half4 hv0, hv1; float4 fv0, fv1; short4 sv0; int4 iv...
{ "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" }
// Copyright 2019 Google LLC & Bastiaan Konings // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Eric Seidel <eric@webkit.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. *...
{ "pile_set_name": "Github" }
#!/usr/bin/env node var mime = require('./mime.js'); var file = process.argv[2]; var type = mime.lookup(file); process.stdout.write(type + '\n');
{ "pile_set_name": "Github" }
["\uå"]
{ "pile_set_name": "Github" }
# # Make OpenShift updates to Amazon Web Services Route53 DNS service # # http://docs.aws.amazon.com/AWSRubySDK/latest/frames.html # http://docs.aws.amazon.com/AWSRubySDK/latest/AWS/Route53/Client.html # require 'rubygems' require 'aws-sdk' module OpenShift # OpenShift DNS plugin to interact with dynamic DNS using ...
{ "pile_set_name": "Github" }
<template> <div> <el-dialog v-bind="$attrs" width="500px" :close-on-click-modal="false" :modal-append-to-body="false" v-on="$listeners" @open="onOpen" @close="onClose" > <el-row :gutter="15"> <el-form ref="elForm" :model="formData" ...
{ "pile_set_name": "Github" }
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <meta charset="UTF-8"> <head> <title>Topic 12 -- Abstracts with Biological Entities (English) - 75 Topics / Sub-Topic Model 68 - 15 Topics</title> <style> table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px...
{ "pile_set_name": "Github" }
import { expect } from 'chai'; import * as fs from 'fs-extra'; import * as os from 'os'; import * as path from 'path'; import LocalStore from '../local/LocalStore'; describe('LocalStore', () => { let dir: string; let store: LocalStore; let localConfig: LocalOptions; beforeEach(async () => { dir = await f...
{ "pile_set_name": "Github" }
.. This file is part of Logtalk <https://logtalk.org/> Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org> 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...
{ "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 use ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- r""" werkzeug.contrib.sessions ~~~~~~~~~~~~~~~~~~~~~~~~~ This module contains some helper classes that help one to add session support to a python WSGI application. For full client-side session storage see :mod:`~werkzeug.contrib.securecookie` which implements a secure,...
{ "pile_set_name": "Github" }
package com.tencent.mm.plugin.appbrand.widget.input.numberpad; import android.content.Context; import android.os.Build.VERSION; import android.text.TextUtils; import android.util.AttributeSet; import android.view.KeyEvent; import android.view.LayoutInflater; import android.view.View; import android.view.View.Accessibi...
{ "pile_set_name": "Github" }
package info.bitrich.xchangestream.lgo.domain; import java.util.Date; import java.util.Map; import org.knowm.xchange.currency.CurrencyPair; import org.knowm.xchange.dto.Order; public abstract class LgoBatchOrderEvent extends LgoOrderEvent { /** * Identifier of the batch where the event happened. Null in the cas...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2020 "Graph Foundation" * Graph Foundation, Inc. [https://graphfoundation.org] * * Copyright (c) 2002-2020 "Neo4j," * Neo4j Sweden AB [http://neo4j.com] * * This file is part of ONgDB. * * ONgDB is free software: you can redistribute it and/or modify * it under the terms of the GNU Gen...
{ "pile_set_name": "Github" }
{{ if and .IsPage (ne .Params.comment false) -}} <!-- Disqus --> {{- if .Site.DisqusShortname -}} <div id="disqus_thread"></div> <script type="text/javascript"> (function() { // Don't ever inject Disqus on localhost--it creates unwanted // discussions from 'localhost:1313' on your Disqus acc...
{ "pile_set_name": "Github" }
using System; using System.IO; using Dynamo.Core; using Dynamo.Models; using Greg.Responses; namespace Dynamo.PackageManager { /// <summary> /// View model for the installation of a package /// </summary> public class PackageDownloadHandle : NotificationObject { /// <summary> /// ...
{ "pile_set_name": "Github" }
require('fs') .readdirSync(__dirname) .map(filename => { const moduleName = filename.split('.')[0]; // eslint-disable-next-line global-require exports[moduleName] = require(`${__dirname}/${filename}`); });
{ "pile_set_name": "Github" }
from thumbnailer import Resizer from unittest import TestCase, main import os from PIL import Image class ThumbnailerTests(TestCase): def path(self, filename): return os.path.join(self.img_path, filename) def setUp(self): self.img_path = os.path.join(os.path.dirname(__file__), "test_data") ...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistri...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // Filename: Utilities.cs // // Description: Useful functions for VoIP protocol implementation. // // Author(s): // Aaron Clauson (aaron@sipsorcery.com) // // History: // 23 May 2005 Aaron Clauson Created, Dublin, Ireland. // // ...
{ "pile_set_name": "Github" }
{* DO NOT EDIT THIS FILE! Use an override template instead. *} <h2>{"MySQL Improved"|i18n("design/standard/setup/db")}</h2> <h3>{"Introduction"|i18n("design/standard/setup/db")}</h3> <p> {"MySQL is a database management system created by MySQL AB."|i18n("design/standard/setup/db")} {"It is one of the most popular d...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using $ext_safeprojectname$; namespace $ext_safeprojectname$.Tests.Dialogs.TestData { /// <summary> /// A class to store test case data for <see cref="BookingDialogTests"/>. /// </summary> public class Boo...
{ "pile_set_name": "Github" }
When we landed, we saw our friend on the pier. A washing machine is a must for a house. As dessert, I take a banana. How long will this cold weather continue? A child is never too warmly dressed. I'll be lonely after you've gone. He became world famous. How are you doing these days? The Earth is too small. The organiza...
{ "pile_set_name": "Github" }
; Copyright (c) 2009-2014, Berend-Jan "SkyLined" Wever <berendjanwever@gmail.com> ; and Peter Ferrie <peter.ferrie@gmail.com> ; Project homepage: http://code.google.com/p/win-exec-calc-shellcode/ ; All rights reserved. See COPYRIGHT.txt for details. ; null-free x86/x64 branching code for calc.exe executing shellc...
{ "pile_set_name": "Github" }
<?php /* * $Id$ * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CO...
{ "pile_set_name": "Github" }
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Libmemcached library * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * ...
{ "pile_set_name": "Github" }
# Rime dictionary # encoding: UTF-8 w/o BOM # # 潮語拼音·潮州 # # 來源:《潮州音字典》 # - 吳華重、林適民主編,廣東人民出版社1983年重版 # - 騰達據音序檢字表錄入,並按OpenCC的用字習慣調整字頭 # --- name: dieziu version: "2019.02.11" sort: by_weight use_preset_vocabulary: true ... # 字典字音,按音序檢字表排列 亞 a1 丫 a1 椏 a1 鴉 a1 氬 a1 錒 a1 阿 a1 掗 a2 婭 a3 亞 a3 埡 a3 鴨 ah4 押 ah4 嗄 a6 阿 a7 巴 b...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: ef55d1093a664e447940f6fade733a6d ModelImporter: serializedVersion: 23 fileIDToRecycleName: 100000: //RootNode 100002: Ellen_Body 100004: Ellen_Chest 100006: Ellen_Hair_FrontalBase 100008: Ellen_Hair_FrontalLeft 100010: Ellen_Hair_FrontalLeftEnd 100012: Ellen_Ha...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "NSObject-Protocol.h" @class MKOverlayRenderer, NSArray, NSEvent, NSMenu, NSSet, NSViewController, RKMapAnnotation, RKMapPlace...
{ "pile_set_name": "Github" }
#include <torch/extension.h> #include <cmath> #include <vector> int ROIPoolForwardLaucher(const at::Tensor features, const at::Tensor rois, const float spatial_scale, const int channels, const int height, const int width, const int num_rois, ...
{ "pile_set_name": "Github" }
/** * Copyright © MyCollab * <p> * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * <p> * This program is ...
{ "pile_set_name": "Github" }
one two three four
{ "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" }
{ "icao": "ava", "name": "Avianca", "callsign": { "name": "Avianca", "callsignFormats": [ "###" ] }, "fleets": { "default": [ ["A20N", 10], ["A21N", 2], ["A319", 27], ["A320", 57], ["A321", 13], ...
{ "pile_set_name": "Github" }
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class Charliecloud(AutotoolsPackage): """Lightweight user-defined software stacks for HPC.""" ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="ml"> <translation id="1014825444426747588">ശൂന്യം</translation> <translation id="1018939186200882850">മെനു ഇനം</translation> <translation id="1020833440720551630">ഓഡിയോ ട്രാക്ക് നിശബ്‌ദമാക്കുക</translation> <translation id="10623998915015855">...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="Xamarin.Forms" version="2.0.0.6482" targetFramework="xamarinios1" /> </packages>
{ "pile_set_name": "Github" }
hi default link RainbowLevel0 clojureSpecial hi default link RainbowLevel1 level5c hi default link RainbowLevel2 level7c hi default link RainbowLevel3 level3c hi default link RainbowLevel4 level1c hi default link RainbowLevel5 level4c hi default link RainbowLevel6 level6c for level in range(0, 6) exe 'hi! link Rainbo...
{ "pile_set_name": "Github" }
// Copyright 2015 CoreOS, 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 to in...
{ "pile_set_name": "Github" }
@prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/sh/tests/core/node/class-001.test#> . @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <htt...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
{ "pile_set_name": "Github" }
package dao_service import ( "database/sql" "github.com/eolinker/goku-api-gateway/server/dao" ) //ServiceDao ServiceDao type ServiceDao struct { db *sql.DB } //NewServiceDao new ServiceDao func NewServiceDao() *ServiceDao { return &ServiceDao{} } //Create create func (d *ServiceDao) Create(db *sql.DB) (interfa...
{ "pile_set_name": "Github" }
*** English *** * version 2.010 2018/04/18 U+2423 '␣' OPEN BOX now has a monospaced horizontal advance of 667 units (the previous version used 1000 units). See [Issue #12](https://github.com/adobe-fonts/source-han-code-jp/issues/12). Style-linking is now supported correctly, meaning that you can access 'Bold' and...
{ "pile_set_name": "Github" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a co...
{ "pile_set_name": "Github" }
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ PORTNAME= azure_mgmt_consumption PORTVERSION= 0.18.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Microsoft Azure Microsoft Azure Consumption Services Library for Ruby Client Library for Ruby LICENSE= MIT LICENSE_F...
{ "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. // // System calls for 386, Windows are implemented in runtime/syscall_windows.goc // TEXT ·getprocaddress(SB), 7, $0-8 JMP syscall·getprocaddress(SB) TEXT ·...
{ "pile_set_name": "Github" }
--- title: サービス間認証 - Data Lake Storage Gen1 - Java SDK description: Java から Azure Active Directory を使用して Azure Data Lake Storage Gen1 に対するサービス間認証を行う方法について説明します author: twooley ms.service: data-lake-store ms.topic: how-to ms.date: 05/29/2018 ms.custom: devx-track-java ms.author: twooley ms.openlocfilehash: 0e320557a7372...
{ "pile_set_name": "Github" }
HISTORY for Lua 5.1 * Changes from version 5.0 to 5.1 ------------------------------- Language: + new module system. + new semantics for control variables of fors. + new semantics for setn/getn. + new syntax/semantics for varargs. + new long strings and comments. + new `mod' operator (`%') + new leng...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ag...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <grou...
{ "pile_set_name": "Github" }
// @file nnconv_blas.hpp // @brief Convolution block CuDNN-based implementation. // @author Andrea Vedaldi /* Copyright (C) 2015-16 Andrea Vedaldi. 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). */ #ifndef __vl__nnconv_cud...
{ "pile_set_name": "Github" }
package example.service; import example.repo.Customer160Repository; import org.springframework.stereotype.Service; @Service public class Customer160Service { public Customer160Service(Customer160Repository repo) { } }
{ "pile_set_name": "Github" }
// AFSecurityPolicy.m // Copyright (c) 2011–2016 Alamofire Software Foundation ( http://alamofire.org/ ) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including w...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # @author: 'orleven' from lib.utils.connect import ClientSession from lib.core.enums import VUL_LEVEL from lib.core.enums import VUL_TYPE from lib.core.enums import SERVICE_PORT_MAP from script import Script class POC(Script): def __init__(self, target=None): ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright 1999 Hans Reiser, see reiserfs/README for licensing and copyright * details */ #include <linux/time.h> #include <linux/pagemap.h> #include <linux/buffer_head.h> #include "reiserfs.h" /* * access to tail : when one is going to read tail it must make sure, that is ...
{ "pile_set_name": "Github" }
init var a = 10 if a > 9 assert( a > 9 ) else assert_not_reached()
{ "pile_set_name": "Github" }