text stringlengths 2 99k | meta dict |
|---|---|
include(Platform/Windows-MSVC-CXX)
| {
"pile_set_name": "Github"
} |
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
e9:bd:30:be:3b:16:3b:22
Signature Algorithm: sha256WithRSAEncryption
Issuer: C=AU, ST=Some-State, O=Internet Widgits Pty Ltd, CN=client.test.fhir.org
Validity
Not Before: Jul 26 16:35:20 2017 GMT
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"subtype" : "retina4",
"extent" : "full-screen",
"min... | {
"pile_set_name": "Github"
} |
import { media } from '~theme/breakpoints'
export const global = {
body: {
overflow: 'hidden',
},
}
const HEADER_HEIGHT = 81
export const overlay = ({ open }) => ({
zIndex: 999,
position: 'fixed',
top: HEADER_HEIGHT,
right: 0,
bottom: 0,
left: 0,
background: 'rgba(0,0,0,0.6)',
transition: 'al... | {
"pile_set_name": "Github"
} |
<!-- Copyright (c) Microsoft. All rights reserved. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/button_pressed_background"
android:state_enabled="true"
android:state_pressed="true" />
<item android:drawable="@color/button_enabled_backg... | {
"pile_set_name": "Github"
} |
// RUN: rm -rf %t
// First, build two modules that both re-export the same header.
// RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodule-name=b -o %t/b.pcm \
// RUN: -emit-module %S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \
// RUN: -I %S/Inputs/merge-vtable-codegen
/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
'... | {
"pile_set_name": "Github"
} |
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Relation.Nullary where
open import Cubical.Relation.Nullary.Base public
open import Cubical.Relation.Nullary.Properties public
| {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f1xx_hal_adc_ex.c
* @author MCD Application Team
* @version V1.1.1
* @date 12-May-2017
* @brief This file provides firmware functions to manage the following
* functionalities of the A... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
// Licensed under the Apache License, Version 2.0
// Details: https://raw.githubusercontent.com/square/quotaservice/master/LICENSE
package admin
import (
"html/template"
"io/ioutil"
"net/http"
"strings"
"github.com/square/quotaservice/config"
"github.com/square/quotaservice/logging"
)
// uiHandler is an http.... | {
"pile_set_name": "Github"
} |
//
// DCParserConfiguration.h
// DCKeyValueObjectMapping
//
// Created by Diego Chohfi on 4/13/12.
// Copyright (c) 2012 None. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "DCMapping.h"
@class DCArrayMapping, DCPropertyAggregator, DCObjectMapping, DCCustomInitialize, DCCustomParser;
@interfac... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<!-- 页面meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>数据 - AdminLTE2定制版</title>
<meta name="description" content="AdminLTE2定制版">
<meta name="keywords" content="AdminLTE2定制版">
<!-- Tell the browser to be resp... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
* (c) Fabrice Aneche
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Foundation/Foundation.h>
#import "SDWebImageCompat.h"
type... | {
"pile_set_name": "Github"
} |
# phimpme-artwork
Phimpme Artwork

Contribute - https://github.com/fossasia/phimpme-android
Phimp.me is a Photo App for Android that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to... | {
"pile_set_name": "Github"
} |
===================================
How To Setup Clang Tooling For LLVM
===================================
Clang Tooling provides infrastructure to write tools that need syntactic
and semantic information about a program. This term also relates to a set
of specific tools using this infrastructure (e.g. ``clang-check`... | {
"pile_set_name": "Github"
} |
# Jenkins JNLP Agent Docker image
This Dockerfile adds java jre and jenkins slave support to conanio dockerhub images.
Generated docker image can be used as Jenkins JNLP agent and can be utilized in Jenkins pipeline jobs.
## Usage
docker build -t \<docker image\> --build-arg SOURCE_CONANIO_IMAGE=\<conanio dockerhub i... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 gen contains common code for the various code generation tools in the
// text repository. Its usage ensures consistency between tools.
//
// This pac... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# This script will run some qscc queries for testing.
# Importing useful functions for cc testing
if [ -f ./func.sh ]; then
source ./func.sh
elif [ -f scripts/func.sh ]; then
source scripts/func.sh
fi
echo_b "CSCC testing"
org=1
peer=0
#peer chaincode query \
# -C "" \
# -n cscc \
# -c '{"Arg... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Uživatelská příručka CKFinder</title>
<link href="../../files/other/help.css" type="text/css" rel="stylesheet" />
<script type="text/java... | {
"pile_set_name": "Github"
} |
<?php
echo exec ( "sudo poweroff");
?>
| {
"pile_set_name": "Github"
} |
******************************
Containers: Layers & Operators
******************************
Containers are the building blocks of Kur models. Each entry in a Kur model is
a container, and containers may accept other containers as input. There are two
types of containers: *layers* and *operators*. "Layers" are Kur's
r... | {
"pile_set_name": "Github"
} |
import { Pipe, PipeTransform } from '@angular/core';
@Pipe({
name: 'join'
})
export class JoinPipe implements PipeTransform {
transform(value: any) {
return Array.isArray(value) ? value.join(', ') : value;
}
} | {
"pile_set_name": "Github"
} |
import { shallowMount, mount } from '@vue/test-utils'
import Note from '@/components/notes/note.ts'
import MarkdownNote from '@/components/notes/MarkdownNote.vue'
import * as moment from 'moment'
import Editor from '@/components/notes/components/codemirror/editor.vue'
import TitleBox from '@/components/notes/components... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title> Virus Creation Lab - Virus Construction Tools (VX heaven)</title>
<meta http-equiv="content-ty... | {
"pile_set_name": "Github"
} |
require('./_set-species')('RegExp');
| {
"pile_set_name": "Github"
} |
insert soft DB.DBA.SYS_RDF_MAPPERS (RM_PATTERN, RM_TYPE, RM_HOOK, RM_KEY, RM_DESCRIPTION, RM_ENABLED)
values ('(text/html)', 'MIME', 'DB.DBA.RDF_LOAD_PYTHON_RDFA', null, 'pyRDFa', 0);
create procedure DB.DBA.RDF_LOAD_PYTHON_RDFA (in graph_iri varchar, in new_origin_uri varchar, in dest varchar,
inout _ret_body ... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) DataStax 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 la... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 Damir Porobic <damir.porobic@gmx.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 version.
*... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved. This
* work is distributed under the W3C(r) Software License [1] in the hope that
* it will be useful, but WITHOUT A... | {
"pile_set_name": "Github"
} |
# 検索リクエストの作成とレスポンスの形式
Solrのインデックスに対する検索リクエストは、Javaで直接呼び出すほか、ネットワーク越しにHTTPリクエストでも行うことが出来ます。ここでは、よく使われるであろう後者の方式のみ解説します。
$ curl 'http://localhost:8983/solr/hoge/select?q=body:hoge'
Solrがサポートする検索リクエストのAPIは、大きく分けて2種類、細かく分けると3種類あり、開発者が用途によって使い分けられるようになっています。順を追って説明します。
- [Lucene Query Parser](http://wiki.apache.o... | {
"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="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6162" systemVersion="14A238h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-... | {
"pile_set_name": "Github"
} |
#include <GUIConstantsEx.au3>
#include <Date.au3>
#include <WindowsConstants.au3>
Global $iMemo
_Main()
Func _Main()
Local $sDate
; Create GUI
GUICreate("Time", 400, 300)
$iMemo = GUICtrlCreateEdit("", 2, 2, 396, 296, $WS_VSCROLL)
GUICtrlSetFont($iMemo, 9, 400, 0, "Courier New")
GUISetState()
; Show FAT dat... | {
"pile_set_name": "Github"
} |
module github.com/jstemmer/go-junit-report
go 1.2
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-present Facebook, 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 a... | {
"pile_set_name": "Github"
} |
<?php
/**
* Matomo - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\CustomJsTracker;
use Piwik\Common;
use Piwik\Container\StaticContainer;
use Piwik\Plugins\CustomJsTracker\TrackingCode\PiwikJsManipulat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 Gomint team
*
* This code is licensed under the BSD license found in the
* LICENSE file in the root directory of this source tree.
*/
package io.gomint.world.block;
/**
* @author geNAZt
* @version 1.0
* @stability 2
*/
public interface BlockIce extends Block {
}
| {
"pile_set_name": "Github"
} |
#//////////////////////////////////////////////////////////////////////////////////////
#// This file is distributed under the University of Illinois/NCSA Open Source License.
#// See LICENSE file in top directory for details.
#//
#// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
#//
#// File developed by: Ye... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace OpenStack.Compute.v2_1
{
/// <summary>
/// Optional filter and paging options when listing images.
/// </summary>
public class ImageListOptions : PageOptions
{
/// <summary>
/// Filters the list of images to those that have ... | {
"pile_set_name": "Github"
} |
/*-*-linux-c-*-*/
/*
Copyright (C) 2006 Lennart Poettering <mzxreary (at) 0pointer (dot) de>
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 op... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks>
<OutputType>Library</OutputType>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</Document... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="Exp_13_3_3"
ProjectGUID="{CA8B7D24-AE62-4B11-AD0F-85D2441E7D91}"
RootNamespace="Exp_13_3_3"
Keyword="MFCProj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Confi... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: typedecl.proto
/*
Package typedecl is a generated protocol buffer package.
It is generated from these files:
typedecl.proto
It has these top-level messages:
Dropped
DroppedWithoutGetters
Kept
*/
package typedecl
import proto "github.com/gogo/p... | {
"pile_set_name": "Github"
} |
/********************************************************************************
* Copyright (c) 2011-2017 Red Hat Inc. and/or its affiliates and others
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* http://www.apach... | {
"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 applica... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2012 http://thinkphp.cn All rights reserved.
// +----------------------------------------------... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Fri Mar 28 15:13:21 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.g... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
(set-env!
:dependencies '[[cljsjs/boot-cljsjs "0.10.5" :scope "test"]
[cljsjs/long "3.0.3-1"]])
(require '[cljsjs.boot-cljsjs.packaging :refer :all])
(def +lib-version+ "5.0.1")
(def +version+ (str +lib-version+ "-0"))
(task-options!
push {:ensure-clean false}
pom {:project 'cljsjs/bytebuffe... | {
"pile_set_name": "Github"
} |
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="#ff000000"
android:pathData="M19,4H5c-1.11,0 -2,... | {
"pile_set_name": "Github"
} |
images folder
| {
"pile_set_name": "Github"
} |
MAIN MODEL Main_FurnitureMoving
DECLARATION SECTION
SET:
identifier : ii
subset of : Integers
index : i
definition : {1..N} ;
SET:
identifier : Jobs
subset of : Integers
index : j
definition : {1..U... | {
"pile_set_name": "Github"
} |
import React from 'react';
import {
Body1,
Body2,
Button,
Caption,
Headline1,
Headline2,
Headline3,
Headline4,
Headline5,
Headline6,
Overline,
Subtitle1,
Subtitle2,
} from '../../../packages/typography/index';
import '../../../packages/typography/index.scss';
const Standard = () => (
<React... | {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faAlignCenter: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligat... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: src/common/protocol.cpp
// Purpose: Implement protocol base class
// Author: Guilhem Lavaux
// Modified by:
// Created: 07/07/1997
// RCS-ID: $Id$
// Copyright: (c) 1997, 1998 Guilhem Lavaux
// Lice... | {
"pile_set_name": "Github"
} |
"resource/layout/overlaydashboard.layout" {
styles {
topfade {
render_bg {
0="fill( x0, y0, x1, y1, black75)"
}
}
bottomfade {
render_bg {
0="fill( x0, y0, x1, y1, black75)"
}
}
hotkey {
textcolor=none
font-size=15
font-size=14 [$LINUX]
font-style=none
}
topbar {
textcolor... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
namespace Example.Domain.Domain
{
public class Basket
{
private readonly List<string> _products = new List<string>();
public IEnumerable<string> Products => _products;
public void Add(string product)
{
_products.Add(product);
... | {
"pile_set_name": "Github"
} |
package pflag
import "strconv"
// optional interface to indicate boolean flags that can be
// supplied without "=value" text
type boolFlag interface {
Value
IsBoolFlag() bool
}
// -- bool Value
type boolValue bool
func newBoolValue(val bool, p *bool) *boolValue {
*p = val
return (*boolValue)(p)
}
func (b *bool... | {
"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"
} |
fileFormatVersion: 2
guid: efe80f4cc4cf34115bb52be0fe4016bf
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "chat-file-pause-big.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "chat-file-pause-big@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Copyright 2012 California Institute of Technology. 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... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ic_action_prev_pressed.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
var fs = require('graceful-fs')
var path = require('path')
var mkdirp = require('mkdirp')
var osenv = require('osenv')
var rimraf = require('rimraf')
var test = require('tap').test
var common = require('../common-tap.js')
var pkg = path.resolve(__dirname, 'optional-metadep-rollback-collision')
var deps = path.resolv... | {
"pile_set_name": "Github"
} |
// cgo -godefs types_darwin.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build 386,darwin
package unix
const (
SizeofPtr = 0x4
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x4
SizeofLongLong = 0x8
)
type (
_C_short int16
_C_int int... | {
"pile_set_name": "Github"
} |
public class Solution {
public boolean containsNearbyAlmostDuplicate(int[] nums, int k, int t) {
if (k < 1 || t < 0 || nums == null || nums.length < 2) {
return false;
}
SortedSet<Long> set = new TreeSet<Long>();
for (int j = 0; j < nums.length; j++) {
SortedSet<Long> subSet = set.subSet((long) nu... | {
"pile_set_name": "Github"
} |
#include <vector>
#include "caffe/layers/filter_layer.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
void FilterLayer<Dtype>::Forward_gpu(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top) {
int new_tops_num = indices_to_forward_.size();
// forwa... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "dsp_interface.h"
class RealDSP : public IDSP
{
public:
virtual void Init();
virtual void Reset();
virtual u32 CheckMailTo();
virtual void SendMailTo(u32 mail);
};
| {
"pile_set_name": "Github"
} |
//
// YYYTextLine.m
// YYText <https://github.com/ibireme/YYText>
//
// Created by ibireme on 15/3/3.
// Copyright (c) 2015 ibireme.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#import "YYTextLine.h"
#import "YYTextUtil... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 Kaprica Security, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, mer... | {
"pile_set_name": "Github"
} |
var exec = require('child_process').exec;
var expect = require('expect.js');
var fs = require('fs');
var bin = 'bin/jsdox';
describe('jsdox', function() {
it('prints an error if an input file or directory is not supplied', function(done) {
expectOutputFromCommand(bin, 'Error', done, true);
});
it('generate... | {
"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"
} |
{
"program": {
"fileInfos": {
"../../../../node_modules/typescript/lib/lib.d.ts": {
"version": "2dc8c927c9c162a773c6bb3cdc4f3286c23f10eedc67414028f9cb5951610f60",
"signature": "2dc8c927c9c162a773c6bb3cdc4f3286c23f10eedc67414028f9cb5951610f60",
"affectsGlobalScope": false
},
... | {
"pile_set_name": "Github"
} |
- content_for :javascript do
ST.menuLinkOptionOrder = ST.createMenuLinksOrder(".menu-link-sortable");
%h3= t("admin.communities.menu_links.menu_links")
#menu-links-table
.row.topbar-menu-container-padding.visible-tablet
.col-10
- if show_locales
.col-2
= label_tag do
= t("ad... | {
"pile_set_name": "Github"
} |
import {
ShaderMaterial
} from '../../../src/Three';
import { Pass } from './Pass';
export class FilmPass extends Pass {
constructor( noiseIntensity?: number, scanlinesIntensity?: number, scanlinesCount?: number, grayscale?: number );
uniforms: object;
material: ShaderMaterial;
fsQuad: object;
}
| {
"pile_set_name": "Github"
} |
@echo off
REM /*********************************************************************************************************//**
REM * @file _CreateProject.bat
REM * @version $Rev:: 3609 $
REM * @date $Date:: 2019-03-31 #$
REM * @brief Main program.
REM ******************************************************... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with separate copyright notices
* and l... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "WCPayBaseViewController.h"
#import "ILinkEventExt-Protocol.h"
#import "WCActionSheetDelegate-Protocol.h"
@class NSString, UI... | {
"pile_set_name": "Github"
} |
/* inflate.c -- zlib decompression
* Copyright (C) 1995-2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* Change history:
*
* 1.2.beta0 24 Nov 2002
* - First version -- complete rewrite of inflate to simplify code, avoid
* creation of window when not needed, ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* arch/misoc/src/common/misoc_flushcache.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
* Author: Ramtin Amin <keytwo@gmail.com>
*
* Redistribution and use in source and binar... | {
"pile_set_name": "Github"
} |
using System;
namespace NetworkSocket
{
/// <summary>
/// 表示ITag的数据项
/// </summary>
public struct TagItem
{
/// <summary>
/// 值
/// </summary>
private readonly object value;
/// <summary>
/// 获取值是否为NULL
/// </summary>
public bool IsN... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2012 Andrew Prock. All rights reserved.
* $Id: RazzHandEvaluator.h 2649 2012-06-30 04:53:24Z prock $
*/
#ifndef PEVAL_RAZZHANDEVALUATOR_H_
#define PEVAL_RAZZHANDEVALUATOR_H_
#include "PokerHandEvaluator.h"
namespace pokerstove
{
/**
* A specialized hand evaluator for hold'em. Not as slow.
*/... | {
"pile_set_name": "Github"
} |
# Please don't modify this file.
# To contribute on translations, go to https://www.transifex.com/3liz-1/lizmap-locales/.
form.firstname.label=Imię
form.lastname.label=Nazwisko
form.organization.label=Organizacja
form.phonenumber.label=Numer telefonu
form.street.label=Ulica
form.postcode.label=Kod pocztowy
form.city.la... | {
"pile_set_name": "Github"
} |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
Plugin.define "Tandberg-TV-Web-Server" do
author "Brendan Coles <bcoles@gma... | {
"pile_set_name": "Github"
} |
# Picocli Examples
This subproject contains runnable examples demonstrating picocli’s features and capabilities.
Most of the examples are in individual source files in the `src` directory.
Additionally the `annotation-processing` directory contains some mini projects with Maven and Gradle build configurations to ac... | {
"pile_set_name": "Github"
} |
<template>
<div class="grid-plugin-container">
<header v-if="title" class="section-header">
<h1 class="title">{{ title }}</h1>
</header>
<div class="plugin-grid">
<div
v-for="(item, index) in extensions"
:key="index"
class="grid-item-plugin"
@click="$router.push... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) 2014 Rico Tzschichholz
//
// This file is part of Plank.
//
// Plank is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any late... | {
"pile_set_name": "Github"
} |
****************
cinq-auditor-iam
****************
Please open issues in the `Cloud-Inquisitor <https://github.com/RiotGames/cloud-inquisitor/issues/new?labels=cinq-auditor-iam>`_ repository
===========
Description
===========
This auditor validates and applies IAM policies for AWS Accounts.
=====================
C... | {
"pile_set_name": "Github"
} |
// $Id: std_set.hpp 2082 2011-08-31 17:50:58Z bradbell $
# ifndef CPPAD_STD_SET_INCLUDED
# define CPPAD_STD_SET_INCLUDED
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-11 Bradley M. Bell
CppAD is distributed under multiple licen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2009 Andrew <andrewdubya@gmail>
~ Copyright (c) 2009 Edu Zamora <edu.zasu@gmail.com>
~ Copyright (c) 2009 Daniel Svaerd <daniel.svard@gmail.com>
~ Copyright (c) 2009 Nicolas Raoul <nicolas.raoul@gmail.com>
~ Copyright (c) 2010 Norbert Nagold <norbe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_heigh... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'test_helper'
module Vedeu
module Buffers
describe RefreshContent do
let(:described) { Vedeu::Buffers::RefreshContent }
let(:instance) { described.new(_name) }
let(:_name) { :vedeu_buffers_refresh }
let(:ready) { true }
let(:buffer)... | {
"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 m... | {
"pile_set_name": "Github"
} |
1899_Hamlet__the_Fencing_Scene_with_Laertes_fencing_f_cm_np2_le_med_0.avi 0
1899_Hamlet__the_Fencing_Scene_with_Laertes_fencing_f_cm_np2_le_med_1.avi 1
1899_Hamlet__the_Fencing_Scene_with_Laertes_fencing_f_cm_np2_le_med_2.avi 1
AHF_Rapier_fencing_f_cm_np2_ba_bad_5.avi 1
AHF_Rapier_fencing_f_cm_np2_le_bad_0.avi 1
A... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Serial Peripheral Interface
namespace Spi1Mcr{ ///<Module Configuration Register
using Addr = Register::Address<0x4002d000,0x00c000fe,0x00000000,unsigned>;
///Halt
enum class HaltVal {
v0=0x00000000, ///<St... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the License.
This program is distributed in the hope ... | {
"pile_set_name": "Github"
} |
#ifndef CPPUNIT_TESTCALLER_H // -*- C++ -*-
#define CPPUNIT_TESTCALLER_H
#include <cppunit/Exception.h>
#include <cppunit/TestCase.h>
#if CPPUNIT_USE_TYPEINFO_NAME
# include <cppunit/extensions/TypeInfoHelper.h>
#endif
CPPUNIT_NS_BEGIN
#if 0
/*! \brief Marker class indicating that no exception is expected by ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.