text stringlengths 2 99.9k | meta dict |
|---|---|
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionB... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, Nick Gravelyn.
*
* 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 purpose,
* including co... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.5 2012/10/29 05:06:54 asau Exp $
#
DISTNAME= tzosdclock_1.0.2
PKGNAME= tzosdclock-1.0.2
PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.unixdev.net/downloads/tzosdclock/1.0.2/
MAINTAINER= inittab@unixdev.net
HOMEPAGE= http://www.unixdev.net/projects/tzosdclock
COMMENT= OnScreen... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 Red Hat <bskeggs@redhat.com>
*
* 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, modif... | {
"pile_set_name": "Github"
} |
/*
* grunt
* http://gruntjs.com/
*
* Copyright (c) 2014 "Cowboy" Ben Alman
* Licensed under the MIT license.
* https://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
*/
'use strict';
var grunt = require('../grunt');
// The module to be exported.
var fail = module.exports = {};
// Error codes.
fail.code = {... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -analyze -scalar-evolution 2>&1 | FileCheck %s
; CHECK: Loop %bb: backedge-taken count is (7 + (-1 * %argc))
define i32 @main(i32 %argc, i8** %argv) nounwind {
entry:
%0 = icmp ugt i32 %argc, 7 ; <i1> [#uses=1]
br i1 %0, label %bb2, label %bb.nph
bb.nph: ; preds = %entry
br label %bb
bb: ; pre... | {
"pile_set_name": "Github"
} |
// MonoGame - Copyright (C) The MonoGame Team
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Microsoft.Xna.Framework.Content.Pipeline.Graph... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------
* pointer-in-out.i
*
* Guile typemaps for passing pointers indirectly
* ----------------------------------------------------------------------------- */
/* Here is a macro that will define typemaps for passing C pointers indirectly.
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 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 conditi... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2015, 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"
} |
// Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
/* $Id: tiffio.h,v 1.91 2012-07-29 15:45:29 tgl Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* that (i) the... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2019 Prowide
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
// Copyright 2013 the V8 project authors. 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 ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d55f77d8d60950749a2b04e5e9619a7f
DDSImporter:
userData:
| {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
;(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined'
&& typeof require === 'function' ? factory(require('../moment')) :
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
factory(global.moment)
}(this, ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""
process_file(filename)
takes templated file .xxx.src and produces .xxx file where .xxx
is .pyf .f90 or .f using the following template rules:
'<..>' denotes a template.
All function and subroutine blocks in a source file with names that
contain '<..>' will be replicated according... | {
"pile_set_name": "Github"
} |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:title="@string/search_hint"
android:id="@+id/search_view"
android:icon="@drawable/ic_menu_search"
android:orderInCategory="0"
app:showAsActi... | {
"pile_set_name": "Github"
} |
//
// buffered_read_stream_fwd.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
#ifndef ASI... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2018 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 "l... | {
"pile_set_name": "Github"
} |
package fasthttp
import (
"bytes"
"errors"
"io"
"sync"
)
// AcquireArgs returns an empty Args object from the pool.
//
// The returned Args may be returned to the pool with ReleaseArgs
// when no longer needed. This allows reducing GC load.
func AcquireArgs() *Args {
return argsPool.Get().(*Args)
}
// ReleaseAr... | {
"pile_set_name": "Github"
} |
if (typeof window._GCB_EMBED === 'undefined') {
window._GCB_EMBED = {
embedCssLinkAdded: false,
embedLibScriptAdded: false,
jqueryScriptAdded: false,
materialIconsCssLinkAdded: false,
robotoCssLinkAdded: false,
isReady: function() {
return (
this.embedCssLinkAdded && this.embedL... | {
"pile_set_name": "Github"
} |
package r21nomi.com.glrippleview;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | {
"pile_set_name": "Github"
} |
/*
* Revision Control Information
*
* $Source$
* $Author$
* $Revision$
* $Date$
*
*/
/*
* Module: espresso.c
* Purpose: The main espresso algorithm
*
* Returns a minimized version of the ON-set of a function
*
* The following global variables affect the operation of Espresso:
*
* MISCELLANEOUS:
* ... | {
"pile_set_name": "Github"
} |
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.... | {
"pile_set_name": "Github"
} |
package fasthttp
import (
"fmt"
"reflect"
"strings"
"testing"
"time"
)
func TestArgsAdd(t *testing.T) {
var a Args
a.Add("foo", "bar")
a.Add("foo", "baz")
a.Add("foo", "1")
a.Add("ba", "23")
if a.Len() != 4 {
t.Fatalf("unexpected number of elements: %d. Expecting 4", a.Len())
}
s := a.String()
expecte... | {
"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"
} |
# frozen_string_literal: true
require "spec_helper"
RSpec.describe "Adding and removing tags" do
let(:article) { Article.create }
let(:pancakes) { Gutentag::Tag.create :name => "pancakes" }
it "stores new tags" do
article.tags << pancakes
expect(article.tags.reload).to eq([pancakes])
end
it "rem... | {
"pile_set_name": "Github"
} |
---
title: "List programControls of a program"
description: "In the Azure AD access reviews feature, list all the programControl objects, linked to a particular program."
localization_priority: Normal
doc_type: apiPageType
ms.prod: "microsoft-identity-platform"
author: "markwahl-msft"
---
# List programControls of a p... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008, 2018, 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"
} |
using Dates: now
using NCDatasets
using Oceananigans.Fields
using Oceananigans.Fields: cpudata
using Oceananigans.Diagnostics: Average
using Oceananigans.Utils: validate_intervals, versioninfo_with_gpu, oceananigans_versioninfo
using Oceananigans.Grids: topology, interior_x_indices, interior_y_indices, interior_z_indi... | {
"pile_set_name": "Github"
} |
module Pacer
module Routes
module RouteOperations
def visitor(visitor)
chain_route side_effect: :visitor, visitor: visitor
end
end
end
module SideEffect
module Visitor
attr_reader :visitor
def visitor=(v)
@visitor = v
@visitor = @visitor.on_route(self)... | {
"pile_set_name": "Github"
} |
Show Operation Dispatch Statistics
==================================
In the default ``PreferMXNetPolicy()``, the operation prefers to MXNet implementation and trasparently falls back to NumPy if MXNet hasn't defined it. However, given a network, usually with dozens of operations, it's hard to know which operation is n... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<WMS_Capabilities version="1.3.0" xmlns="http://www.opengis.net/wms" xmlns:sld="http://www.opengis.net/sld" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ms="http://mapserver.gis.umn.edu/mapserver" xmlns:inspire_common="http://inspire.ec.eur... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - Barebones</title>
<link rel="stylesheet" href="../../css/reveal.min.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2>Barebones Presentation</h2>
<p>This example contains the b... | {
"pile_set_name": "Github"
} |
#![feature(intrinsics)]
pub mod rusti {
extern "rust-intrinsic" {
pub fn atomic_xchg<T>(dst: *mut T, src: T) -> T;
}
}
#[inline(always)]
pub fn atomic_xchg(dst: *mut isize, src: isize) -> isize {
unsafe {
rusti::atomic_xchg(dst, src)
}
}
| {
"pile_set_name": "Github"
} |
/**
* @overview the pie2d componment
* @component#@chart#iChart.Pie2D
* @extend#iChart.Pie
*/
iChart.Pie2D = iChart.extend(iChart.Pie, {
/**
* initialize the context for the pie2d
*/
configure : function() {
/**
* invoked the super class's configuration
*/
iChart.Pie2D.superclass.config... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b44c20a5472c50a408d199eb53437ded
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 10
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestR... | {
"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"
} |
#!/usr/bin/env python
#
# This file is part of pySerial - Cross platform serial port support for Python
# (C) 2015 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
"""\
Test RS485 related functionality.
"""
import unittest
import serial
import serial.rs485
# on which port should the tests... | {
"pile_set_name": "Github"
} |
// -- copyright
// OpenProject is an open source project management software.
// Copyright (C) 2012-2020 the OpenProject GmbH
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License version 3.
//
// OpenProject is a fork of ChiliProject, which i... | {
"pile_set_name": "Github"
} |
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
from __future__ import absolute_import, division, print_function, unicode_literals
| {
"pile_set_name": "Github"
} |
package org.zanata.webtrans.client.resources;
import com.google.gwt.i18n.client.LocalizableResource.DefaultLocale;
import com.google.gwt.i18n.client.LocalizableResource.Generate;
import com.google.gwt.i18n.client.Messages;
@DefaultLocale
@Generate(format = "com.google.gwt.i18n.rebind.format.PropertiesFormat")
public ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// For information as to what this class does, see the Javadoc, below. //
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, //
// 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph... | {
"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"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "TNodeTaskDelegateProtocol-Protocol.h"
@protocol TGroupAsFolderDelegate <TNodeTaskDelegateProtocol>
@optional
- (void)groupAs... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2017 Fredrik Johansson
This file is part of Arb.
Arb is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) ... | {
"pile_set_name": "Github"
} |
module.exports = ->
@loadNpmTasks "grunt-simple-mocha"
require "../../test/runner"
@config "simplemocha",
options:
reporter: "dot"
all:
src: ["test/tests/**/*.js"]
| {
"pile_set_name": "Github"
} |
{% set version = "2.3.2" %}
package:
name: crispritz
version: {{ version }}
source:
url: https://github.com/pinellolab/CRISPRitz/archive/v{{ version }}.tar.gz
sha256: 8af9c4f0d4f863f094f38b903b5e4445185f7ed6f0572772196dab8887359e3d
build:
number: 0
skip: True # [osx or py<36]
requirements:
build:
... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: https://api.trello.com/1/boards/5e93ba98614ac22d22f085c4?key=DEVELOPER_PUBLIC_KEY&token=MEMBER_TOKEN
body:
encoding: US-ASCII
string: ''
headers:
Accept:
- "*/*"
User-Agent:
- rest-client/2.1.0 (linux-gnu x86_64) ruby... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import print_function
from __future__ import division
import tensorflow as tf
def short_side_resize(img_tensor, gtboxes_and_label, target_shortside_len):
'''
:param img_tensor:[h, w, c], gtboxes_and_label:[-1, 9]
:param targ... | {
"pile_set_name": "Github"
} |
using System;
namespace MSR.CVE.BackMaker
{
public interface AssociationIfc
{
void AddNewAssociation(string newPinName);
void RemoveAssociation(PositionAssociation assoc);
void ViewAssociation(PositionAssociation pa);
void UpdateAssociation(PositionAssociation pa, string updatedName);
void LockMaps... | {
"pile_set_name": "Github"
} |
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../common-utilities.props" />
<PropertyGroup>
<TargetFramework>net40</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyConfigurationAttribute>false</Genera... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2015 SCOOP Software GmbH
*
* 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... | {
"pile_set_name": "Github"
} |
import $data, { $C, Guard, Container, Exception } from '../../TypeSystem/index.js';
$data.Class.define("$data.Authentication.AuthenticationBase", null, null, {
constructor: function (cfg) {
this.configuration = cfg || {};
this.Authenticated = false;
},
/// { error:, abort:, pending:, succes... | {
"pile_set_name": "Github"
} |
# Logic Solver
## Introduction
Logic Solver is a boolean satisfiability solver written in JavaScript.
Given a problem expressed as logical constraints on boolean
(true/false) variables, it either provides a possible solution, or
tells you definitively that there is no possible assignment of the
variables that satisfi... | {
"pile_set_name": "Github"
} |
/**
* Created by admin on 2017/11/2.
*/
// dataState--数据状态
export const DATA_LOADING = 'DATA_LOADING';
export const DATA_FAILURE = 'DATA_FAILURE';
export const DATA_SUCCESS = 'DATA_SUCCESS';
export const DATA_EMPTY = 'DATA_EMPTY';
export const DATA_INVAILD = 'DATA_INVAILD';
export const NET_FAILURE = 'NET_FAILURE';
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Google
*
* 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 w... | {
"pile_set_name": "Github"
} |
1
00:00:11,456 --> 00:00:12,976
>> Hello and good afternoon.
2
00:00:13,516 --> 00:00:18,886
[ Applause ]
3
00:00:19,386 --> 00:00:22,256
Welcome to our session on
"What's New in Core Location".
4
00:00:22,836 --> 00:00:24,696
My name is Stephen
Rhee and I work
5
00:00:24,696 --> 00:00:25,936
on the Core Loca... | {
"pile_set_name": "Github"
} |
require('./angular-cookies');
module.exports = 'ngCookies';
| {
"pile_set_name": "Github"
} |
{
"id": "00b8a28c-5116-11e7-9807-a26608126000",
"name": "New Decision Table",
"key": "NewDecisionTable",
"hitIndicator": "FIRST",
"inputExpressions": [
{
"id": "3",
"variableId": "input1",
"variableType": null,
"type": null,
"label": "input one",
"entries": null,
... | {
"pile_set_name": "Github"
} |
html, body {
height: 100%;
}
body {
background-color: #eaeaea;
background-image: url('/static/img/bg.gif');
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Helvetica Neue",Helvetica,"Lucida Grande","Hiragino Sans GB","Microsoft YaHei", \5fae... | {
"pile_set_name": "Github"
} |
/**
DERT is a viewer for digital terrain models created from data collected during NASA missions.
DERT is Released in under the NASA Open Source Agreement (NOSA) found in the “LICENSE” folder where you
downloaded DERT.
DERT includes 3rd Party software. The complete copyright notice listing for DERT is:
Copyright © ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the val... | {
"pile_set_name": "Github"
} |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* th... | {
"pile_set_name": "Github"
} |
/* Help friends in C++.
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GCC.
GCC 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; eithe... | {
"pile_set_name": "Github"
} |
var katex = require("../../third_party/katex/katex.js")
options = require("../../third_party/katex/src/Options.js")
var readline = require('readline');
var rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
terminal: false
});
rl.on('line', function(line){
a = line
if (l... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
*/
/*
* 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 th... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | {
"pile_set_name": "Github"
} |
#
# This file is part of Astarte.
#
# Copyright 2018 Ispirata Srl
#
# 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 appl... | {
"pile_set_name": "Github"
} |
// Copyright David Abrahams 2006. 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)
#ifndef BOOST_DETAIL_FUNCTION1_DWA200655_HPP
# define BOOST_DETAIL_FUNCTION1_DWA200655_HPP
# include <boost/concept_check.hpp>
# inc... | {
"pile_set_name": "Github"
} |
package logger
import (
"time"
"github.com/sirupsen/logrus"
)
type Formatter struct {
json_formatter *logrus.JSONFormatter
}
func HereFormatter() *Formatter {
return &Formatter{
json_formatter: &logrus.JSONFormatter{
// FieldMap: logrus.FieldMap{
// logrus.FieldKeyTime: "_time",
// logrus.FieldKey... | {
"pile_set_name": "Github"
} |
def run_ipython(local):
try:
from IPython.frontend.terminal.embed import TerminalInteractiveShell
shell = TerminalInteractiveShell(user_ns=local)
shell.mainloop()
except ImportError:
# IPython < 0.11
# Explicitly pass an empty list as arguments, because otherwise
... | {
"pile_set_name": "Github"
} |
<!ELEMENT ServiceExceptionReport (ServiceException*)>
<!ATTLIST ServiceExceptionReport version CDATA #FIXED "1.1.1">
<!ELEMENT ServiceException (#PCDATA)>
<!ATTLIST ServiceException code CDATA #IMPLIED>
| {
"pile_set_name": "Github"
} |
SHA256 (artwiz-aleczapka-de-1.3.tar.bz2) = CQlvC9RJw4j0x/irD569eCPdjt5rqlUhqATheQINGyA=
SHA256 (artwiz-aleczapka-en-1.3.tar.bz2) = GfFj3oFUjbm53X06QV+6N58dF5iQICNqpOuIwlkpr+E=
SHA256 (artwiz-aleczapka-se-1.3.tar.bz2) = 8uEjOL6FlX+jbAE1Uf4G4JiBQdo7gX/8Y74V/75Hz8c=
SIZE (artwiz-aleczapka-de-1.3.tar.bz2) = 33059
SIZE (art... | {
"pile_set_name": "Github"
} |
<!-- Design Box 11 [start]: Content + title + background + padding -->
<div class="bx-db-container bx-def-image-bg-block bx-def-color-bg-block bx-def-border-block bx-shadow-block">
<div class="bx-db-header"><div class="bx-db-title bx-def-font-h2">__title__</div>__caption_item__<div class="bx-clear"></div></div>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
* Copyright (C) Research In Motion Limited 2010. All rights reserved.
*
* This library is free software; you can redi... | {
"pile_set_name": "Github"
} |
.center {
font-size: 26px;
text-align: center;
margin-top: 40px;
}
| {
"pile_set_name": "Github"
} |
require_relative '../../../../db_spec_helper'
module Bosh::Director
describe '20190315163632_add_aliases_version_to_local_dns_blobs.rb' do
let(:db) { DBSpecHelper.db }
let(:migration_file) { '20190315163632_add_aliases_version_to_local_dns_blobs.rb' }
before do
DBSpecHelper.migrate_all_before(migr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.4/ldml.dtd">
<ldml>
<identity>
<version number="$Revision: 1.91.2.1 $"/>
<generation date="$Date: 2007/01/04 00:09:46 $"/>
<language type="ru"/>
</identity>
<localeDisplayNames>
<languages>
<language type="aa"... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2016 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
[% USE KohaDates %]
<p>
[% log.timestamp | $KohaDates with_hours => 1 %] : <strong>Status changed</strong>
[% IF log.info.status_before %]
[% before = log.info.status_before %]
[% display_before = log.aliases.$before ? log.aliases.$before.lib : request.capabilities.$before.name %]
from "[% display_before | html %]... | {
"pile_set_name": "Github"
} |
using System;
using Server;
using Server.Items;
namespace Server.Multis
{
public class SmallDragonBoat : BaseBoat
{
public override int NorthID{ get{ return 0x4; } }
public override int EastID{ get{ return 0x5; } }
public override int SouthID{ get{ return 0x6; } }
public override int WestID{ get... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010-2013 Evolveum and contributors
*
* This work is dual-licensed under the Apache License 2.0
* and European Union Public License. See LICENSE file for details.
*/
package com.evolveum.midpoint.util;
import java.util.Random;
/**
*
* @author Vilo Repan
*/
public class RandomString {
... | {
"pile_set_name": "Github"
} |
SUBROUTINE CTGEX2( WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z,
$ LDZ, J1, INFO )
*
* -- LAPACK auxiliary routine (version 3.0) --
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
* Courant Institute, Argonne National Lab, and Rice University
* June 30, 1999
*
* ... | {
"pile_set_name": "Github"
} |
.class public Lcom/sina/weibo/sdk/api/share/ProvideMessageForWeiboRequest;
.super Lcom/sina/weibo/sdk/api/share/BaseRequest;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Lcom/sina/weibo/sdk/api/share/BaseRequest;-><init>()V
return-void
.end method
.method public c... | {
"pile_set_name": "Github"
} |
#include <math_functions.h> // CUDA's, not caffe's, for fabs, signbit
#include <thrust/device_vector.h>
#include <thrust/functional.h> // thrust::plus
#include <thrust/reduce.h>
#include <cmath>
#include "caffe/common.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <>
void caffe_gpu_gemm<... | {
"pile_set_name": "Github"
} |
package de.iteratec.osm.measurement.script
import de.iteratec.osm.csi.Page
import de.iteratec.osm.result.MeasuredEvent
import de.iteratec.osm.result.PageService
import grails.buildtestdata.BuildDataTest
import grails.buildtestdata.mixin.Build
import grails.testing.services.ServiceUnitTest
import spock.lang.*
@Build([... | {
"pile_set_name": "Github"
} |
3.0 (quilt)
| {
"pile_set_name": "Github"
} |
<wux-cell wux-class="{{ classes.cell }}" prefixCls="{{ cellPrefixCls }}" title="{{ title }}" label="{{ label }}" extra="{{ extra }}">
<wux-selectable slot="header" wux-class="{{ classes.selectable }}" prefixCls="{{ selectablePrefixCls }}" value="{{ value }}" checked="{{ inputChecked }}" color="{{ color }}" disabled... | {
"pile_set_name": "Github"
} |
All this assumes that you have installed this directory as ~/stalin-0.11
To compile the Scheme->C version of Stalin do:
First download and install:
ftp://ftp.ecn.purdue.edu/qobi/infrastructure.tar.Z
ftp://ftp.ecn.purdue.edu/qobi/QobiScheme.tar.Z
Then do:
% cd ~/stalin-0.11/source
% make port
% cd `architecture-pat... | {
"pile_set_name": "Github"
} |
perl -S scan-build %*
| {
"pile_set_name": "Github"
} |
LIBRARY api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll
EXPORTS
RoFreeParameterizedTypeExtra@4
RoGetParameterizedTypeInstanceIID@20
RoParameterizedTypeExtraGetTypeSignature@4
| {
"pile_set_name": "Github"
} |
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the li... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p style="text-decoration:none;"> none </p>
<p style="text-decoration:underline;"> text underline </p>
<p style="text-decoration:overline;"> text underline </p>
<p style="text-decoration:line-through;"> text underline </p>
<p>
<p style... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* n... | {
"pile_set_name": "Github"
} |
package kubernetes
import (
"github.com/docker/cli/kubernetes"
"github.com/pkg/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
kubeclient "k8s.io/client-go/kubernetes"
appsv1beta2 "k8s.io/client-go/kubernetes/typed/apps/v1beta2"
typesappsv1beta2 "k8s.io/client-go/kubernetes/typed/apps/v1beta2"
corev1 "k8s... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.