text stringlengths 2 99k | meta dict |
|---|---|
//===-- llvm/Support/Compression.h ---Compression----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
---
title: Adding RSS Support - RSS Truncation Test
author: Eric Nakagawa
authorURL: http://twitter.com/ericnakagawa
authorFBID: 661277173
---
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2017 ImageMagick Studio LLC, a non-profit organization
# dedicated to making software imaging solutions freely available.
#
# You may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
# http://www.imagemagick.org/script/license.php
#
# Unless ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Win32Credential
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Win32Credential
">
... | {
"pile_set_name": "Github"
} |
/* Optional packages. You might want to integrate this with your build system e.g. config.h from ./configure. */
#ifndef UTIL_HAVE_H
#define UTIL_HAVE_H
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifndef HAVE_ICU
//#define HAVE_ICU
#endif
#endif // UTIL_HAVE_H
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<_PropertySheetDisplayName>Libsodium Import Settings</_PropertySheetDisplayName>
</PropertyGroup>
<!-- User Interface -->
<ItemGroup Label="... | {
"pile_set_name": "Github"
} |
package denominator.ultradns;
import com.squareup.okhttp.mockwebserver.MockResponse;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import denominator.Credentials;
import denominator.ultradns.UltraDNS.... | {
"pile_set_name": "Github"
} |
package org.icij.datashare.session;
import net.codestory.http.security.User;
import net.codestory.http.security.Users;
public interface UsersWritable extends Users {
boolean saveOrUpdate(User user);
}
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
#define BOOST_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
//
// detail/quick_allocator.hpp
//
// Copyright (c) 2003 David Abrahams
// Copyright (c) 2003 Peter ... | {
"pile_set_name": "Github"
} |
/** @file
EFI image format for PE32+. Please note some data structures are different
for IA-32 and Itanium-based images, look for UINTN and the #ifdef EFI_IA64
@bug Fix text - doc as defined in MSFT EFI specification.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
Portions cop... | {
"pile_set_name": "Github"
} |
( function ( $ ) {
'use strict';
var teInScript2 = {
id: 'te-inscript2',
name: 'ఇన్\u200dస్క్రిప్ట్ 2',
description: 'Enhanced InScript keyboard for Telugu script',
date: '2013-01-16',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
[ '1', '౧' ],
[ '2', '౨' ],
[ '3', '౩... | {
"pile_set_name": "Github"
} |
module io1_sub(
/*AUTOARG*/);
/* autoinst_lopaz_srpad AUTO_TEMPLATE (
.pin_in(),
// Inputs
.pin_out (),
); */
autoinst_lopaz_srpad i_ctrl
(/*AUTOINST*/
// Outputs
.pin_in (), // Templated
// Inouts
.... | {
"pile_set_name": "Github"
} |
---
alias: meemaesh3k
description: Learn how to deploy your Prisma database service to a local cluster.
---
# Local Prisma server with Docker
If you want to develop without internet access or simply prefer having everything locally, you can use Docker to run Prisma locally.
### Installing Docker
You need an up-to-d... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012-2018 The Android Money Manager Ex Project Team
*
* 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 3
* of the License, or (at your option) any later ve... | {
"pile_set_name": "Github"
} |
//
// Copyright 2014 Ettus Research LLC
// Copyright 2018 Ettus Research, a National Instruments Company
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//
`timescale 1ns/1ps
module vrlp_to_compressed_vita_tb();
reg clk = 0;
reg reset = 1;
always #10 clk = ~clk;
initial $dumpfile("vrlp_to_com... | {
"pile_set_name": "Github"
} |
---
layout: page
title: "2019 Lectures"
permalink: /2019/
---
<p>Click on specific topics below to see lecture videos and lecture notes.</p>
<h1>Tuesday, 1/15</h1>
<ul>
<li><a href="/2019/course-overview/">Course overview</a></li>
<li><a href="/2019/virtual-machines/">Virtual machines and containers</a></li>
<l... | {
"pile_set_name": "Github"
} |
include "fzn_member_float.mzn";
include "fzn_member_float_reif.mzn";
%-----------------------------------------------------------------------------%
% Requires that 'y' occurs in the array or set 'x'.
%-----------------------------------------------------------------------------%
predicate member_float(array[int] of ... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0+
# Copyright (c) 2018 Google, Inc
# Written by Simon Glass <sjg@chromium.org>
#
# Entry-type module for U-Boot ELF image
#
from entry import Entry
from blob import Entry_blob
import fdt_util
import tools
class Entry_u_boot_elf(Entry_blob):
"""U-Boot ELF image
Properties / ... | {
"pile_set_name": "Github"
} |
| 创建人 | 知乎论文阅读专栏 | 个人博客 | 其他相关链接 |
| ---- | ---- | ---- | ---- |
| ming71 | [论文笔记入口](https://zhuanlan.zhihu.com/c_1113860303082704896) | [chaser](https://ming71.github.io/) | [CSDN](https://blog.csdn.net/mingqi1996)
<span id="inline-blue">论文发布日期:2018.5.18 [TIP]<p/span>
  只读了不到半小时,没仔细看,理解也有限,但我实... | {
"pile_set_name": "Github"
} |
<p align="center">
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
</p>
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
... | {
"pile_set_name": "Github"
} |
#include "Hand.h"
class YoungMan
{
public:
void acceptHand(Hand const &hand);
private:
};
| {
"pile_set_name": "Github"
} |
Leandro Henrique <emtudo@gmail.com>
| {
"pile_set_name": "Github"
} |
const SURROUNDING_LINES = 3
const MAX_LINE_LENGTH = 200
const { createReadStream } = require('fs')
const { Writable } = require('stream')
const pump = require('pump')
const byline = require('byline')
module.exports = {
load: client => {
if (!client._config.sendCode) return
const loadSurroundingCode = (stac... | {
"pile_set_name": "Github"
} |
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2002 University of Southern California
* Copyright © 2008 Chris Wilson
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
* License version 2.1 as ... | {
"pile_set_name": "Github"
} |
// Written by Jürgen Moßgraber - mossgrabers.de
// (c) 2017-2020
// Licensed under LGPLv3 - http://www.gnu.org/licenses/lgpl-3.0.txt
package de.mossgrabers.framework.graphics;
import de.mossgrabers.framework.controller.color.ColorEx;
/**
* Interface to color and font configurations for drawing.
*
* @... | {
"pile_set_name": "Github"
} |
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="artfastqgenerator" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="artfastqgenerator" \
about.summary="outputs artificial FASTQ files derive... | {
"pile_set_name": "Github"
} |
#pragma once
#include <QMap>
#include <QStringList>
class OtmParser {
public:
enum OperatorType {
TagReplacement = 0,
ContentAssignment,
AttributeSet,
TagMerging,
};
enum EchoOption {
None = 0,
NormalEcho,
EscapeEcho,
ExportVarEcho,
... | {
"pile_set_name": "Github"
} |
% Продвинутое руководстве по компоновке (advanced linking)
Распространённые ситуации, в которых требовалась компоновка с кодом на Rust, уже
были рассмотрены в предыдущих главах книги. Однако для поддержки прозрачного
взаимодействия с нативными библиотеками требуется более широкая поддержка разных
вариантов компоновки.... | {
"pile_set_name": "Github"
} |
//
// XCFAuthorDetail.h
// XCFApp
//
// Created by callmejoejoe on 16/4/20.
// Copyright © 2016年 Joey. All rights reserved.
//
typedef NS_ENUM(NSInteger, XCFAuthorType) {
XCFAuthorTypeMe,
XCFAuthorTypeOther
};
#import <Foundation/Foundation.h>
@interface XCFAuthorDetail : NSObject <NSCoding>
// 类型(他人/自己... | {
"pile_set_name": "Github"
} |
from distutils import log
import distutils.command.sdist as orig
import os
import sys
import io
import contextlib
from setuptools.extern import six
from .py36compat import sdist_add_defaults
import pkg_resources
_default_revctrl = list
def walk_revctrl(dirname=''):
"""Find all files under revision control"""
... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1600531659
SHA256 (rubygem/aws-sdk-polly-1.36.0.gem) = a21daf777952743ff596c50c3b30614f08b22adc63bd0bd77ec128317fc57623
SIZE (rubygem/aws-sdk-polly-1.36.0.gem) = 26624
| {
"pile_set_name": "Github"
} |
<div class='definition'><pre><span style="color:#660e7a;">ngController</span></pre></div><div class='content'><p>@param {expression} ngController Name of a globally accessible constructor function or an
<a href="psi_element://guide/expression">expression</a> that on the current scope evaluates to a
constructor function... | {
"pile_set_name": "Github"
} |
// Copyright David Abrahams 2002.
// 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 DEFAULT_CALL_POLICIES_DWA2002131_HPP
# define DEFAULT_CALL_POLICIES_DWA2002131_HPP
# include <boost/python/detail/prefix.... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
WindowsD3D11ConstantBuffer.h: D3D Constant Buffer functions
=============================================================================*/
#pragma once
#include "D3D11Constan... | {
"pile_set_name": "Github"
} |
export let S_t;
export let S_nil;
export let S_package;
export let S_symbol;
export let S_string;
export let S_function;
export let S_type_error;
export let S_arguments_error;
export let S_simple_error;
export let S_simple_make_string;
export let S_undefined_function;
export let S_unbound_variable;
export let S_progra... | {
"pile_set_name": "Github"
} |
package com.x.processplatform.assemble.surface.jaxrs.serialnumber;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Prod... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
// Copyright (c) 2011, 2012 Open Networking Foundation
// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
// This library was generated by the LoxiGen Compiler.
// See the file LICENSE.txt which should have been included in the sour... | {
"pile_set_name": "Github"
} |
using System;
using UIKit;
namespace Example_Drawing.Screens.iPad.TouchDrawing
{
public class Controller : UIViewController
{
#region -= constructors =-
public Controller () : base() { }
#endregion
public override void LoadView ()
{
Console.WriteLine ("LoadView() Called");
base.LoadView ();
Vi... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPUnit
*
* Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>.
* 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 ... | {
"pile_set_name": "Github"
} |
// +build linux darwin dragonfly freebsd netbsd openbsd
// +build !appengine
package msgp
import (
"os"
"syscall"
)
// ReadFile reads a file into 'dst' using
// a read-only memory mapping. Consequently,
// the file must be mmap-able, and the
// Unmarshaler should never write to
// the source memory. (Methods gener... | {
"pile_set_name": "Github"
} |
function structSlider_clk(command,varargin)
% copyright (c) 2001-2006, Washington University in St. Louis.
% Permission is granted to use or modify only for non-commercial,
% non-treatment-decision applications, and further only if this header is
% not removed from any file. No warranty is expressed or implied fo... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
#include "MedusaCorePreCompiled.h"
#include "BinaryPackageHeader.h"
#include "Core/Log/Log.h"
#include "Core/IO/Stream/IStream.h"
#include "BinaryPackageBlockHeader.h... | {
"pile_set_name": "Github"
} |
0:00:00:00> METRICS 2 1
0:00:00:00>CRE SCN1003 B747 53.8 8.3 -90 20000 450
0:00:00:00>CRE SCN1005 B747 51.55 5.2 0 8000 450
0:00:00:00>CRE SCN1002 B747 51.35 4.3 20 20000 450
0:00:00:00>CRE SCN1001 B747 53.8 2.1 -90 20000 450
0:00:00:00>CRE SCN1004 B747 50.15 8.3 -90 20000 450
0:00:00:00>CRE SCN1008 B747 50.15 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="bookmarks">الاشارات المرجعية</string>
<string name="bookmark">اشارة مرجعية</string>
<string name="video_bookmarked">تم وضع إشارة مرجعية على الفيديو</string>
<string name="video_bookmarked_error">تعذر وضع إشارة على الفيديو.</string>
<st... | {
"pile_set_name": "Github"
} |
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
# Configuration file for quick / short tests.
# Use tox_slow.ini for long... | {
"pile_set_name": "Github"
} |
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
| {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# -*- coding: utf-8 -*-
'''
Custom filters for use in openshift_hosted
'''
class FilterModule(object):
''' Custom ansible filters for use by openshift_hosted role'''
@staticmethod
def get_router_replicas(replicas=None, router_nodes=None):
''' This function will return the number... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS P... | {
"pile_set_name": "Github"
} |
<!--
# The MIT License
#
# Copyright (c) 2014, Damien Finck
#
# 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, modi... | {
"pile_set_name": "Github"
} |
var argv = require('../')(process.argv.slice(2));
console.dir(argv);
| {
"pile_set_name": "Github"
} |
module Cryptoexchange::Exchanges
module Ice3x
module Services
class OrderBook < Cryptoexchange::Services::Market
class << self
def supports_individual_ticker_query?
true
end
end
def fetch(market_pair)
output = super(ticker_url(market_pair))
... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Drawing;
using GTA;
using GTA.Native;
namespace NativeUI.PauseMenu
{
public class TabSubmenuItem : TabItem
{
private bool _focused;
public TabSubmenuItem(string name, IEnumerable<TabItem> items) : base(name)
{
DrawBg = false;
... | {
"pile_set_name": "Github"
} |
function ConvertableDate() {
this._init();
};
ConvertableDate.prototype = {
_init: function() {
this.date = new Date();
},
get_date: function() {
return this.date;
},
get_year: function() {
return this.date.getFullYear();
},
get_month: function() {
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="script/common.css">
<script src="script/common.js"></script>
<script>
function setup(){
$('input').datepicker({
format: 'mm-dd-yyyy'
});
};
</script>... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-1479",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<h1>MoveToChangelist(移到更改列表) <a href='https://www.pingfangx.com/xx/translation/feedback?from=tips'>[汉化反馈]</a></h1>
<p>如果您不想将某些更改提交到存储库,通过移动到单独的更改列表或将它们放到 shelf,你可以将它们暂放到一边。在 <span class="control">Changes</span> 工... | {
"pile_set_name": "Github"
} |
-- {-# OPTIONS -v tc.polarity:15 -v tc.inj:40 #-}
module Issue168b where
data Nat : Set where
zero : Nat
suc : Nat → Nat
module Membership (A : Set) where
id : Nat → Nat
id zero = zero
id (suc xs) = suc (id xs)
| {
"pile_set_name": "Github"
} |
package com.taobao.weex.analyzer.core.lint;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.view.View;
import android.view.ViewGroup;
import com.taobao.weex.WXSDKInstance;
import com.taobao.weex.analyz... | {
"pile_set_name": "Github"
} |
in float colorGradient;
in vec4 finalColor;
out vec4 fragColor;
void main()
{
fragColor = finalColor;
fragColor.a *= smoothstep(1.0, 0.1, abs(colorGradient));
}
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('random', require('../random'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
package pkg
import (
git "gopkg.in/src-d/go-git.v4"
"gopkg.in/src-d/go-git.v4/plumbing"
"gopkg.in/src-d/go-git.v4/storage/memory"
)
func GetLatestRef(vcsURL string) (string, error) {
r, err := git.Clone(memory.NewStorage(), nil, &git.CloneOptions{URL: vcsURL})
if err != nil {
return "", err
}
refs, err := r.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id: introduction.xml 109 2007-11-18 02:59:45Z sfsetse $
vim:softtabstop=2 shiftwidth=2
-->
<!-- =========================================================================
Introduction
-->
<chapter label="1" id="introduction">
<title>Introduction</title>
<para>shUnit2 ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
make prefix=${PREFIX} CC=${CC} AR=${AR} RANLIB=${RANLIB} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" install
| {
"pile_set_name": "Github"
} |
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2019-2020 Baldur Karlsson
*
* 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="Definition"
targetNamespace="http://www.example.org/MinimalExample"
typeLanguage="http://www.java.com/javaTypes"
expressionLanguage="http://www.mvel.org/2.0"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
... | {
"pile_set_name": "Github"
} |
@mobile: ~"screen and (max-width: 575px)";
@tablet: ~"screen and (min-width: 576px) and (max-width: 1025px)";
:host ::ng-deep {
.ant-card-body {
@media @mobile {
padding: 12px;
}
}
.ant-input-group {
width: auto;
}
}
.hq-input {
width: 160px;
}
.hq-ingredient-name {
cursor: pointer;
}
... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 0
| {
"pile_set_name": "Github"
} |
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import os
def MergeFiles(dest_file, source_files):
"""Merge list of files into single destination file.
Args:
dest_file: File to be written to.
... | {
"pile_set_name": "Github"
} |
Module Volt Partials Test
| {
"pile_set_name": "Github"
} |
int printf(char *fmt);
int main() {
int a[12];
return(0);
}
| {
"pile_set_name": "Github"
} |
/*
* IdeaVim - Vim emulator for IDEs based on the IntelliJ platform
* Copyright (C) 2003-2020 The IdeaVim authors
*
* 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 ... | {
"pile_set_name": "Github"
} |
libavformat/bink.o: libavformat/bink.c libavutil/channel_layout.h \
libavutil/intreadwrite.h libavutil/avconfig.h libavutil/attributes.h \
libavutil/bswap.h config.h libavformat/avformat.h libavcodec/avcodec.h \
libavutil/samplefmt.h libavutil/avutil.h libavutil/common.h \
libavutil/macros.h libavutil/version.h lib... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
@class _UXFlowLayoutRow, _UXFlowLayoutSection;
@interface _UXFlowLayoutItem : NSObject
{
struct CGRect _itemFrame;
_UXFlowLayoutSection *_section;
_UXFlowLayoutRow *_... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe 'Basic Icinga 2 Installation' do
context package('icinga2') do
it { should be_installed }
end
context service('icinga2') do
it { should be_enabled }
it { should be_running }
end
end
describe 'API Feature' do
context port(5665) do
it { should be_listening.with(... | {
"pile_set_name": "Github"
} |
easyblock = 'ConfigureMake'
name = 'M4'
version = '1.4.17'
homepage = 'http://www.gnu.org/software/m4/m4.html'
description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible
although it has some extensions (for example, handling more than 9 positional parameters t... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2009, 2010 Simon Josefsson
* Copyright (C) 2006, 2007 The Written Word, Inc. All rights reserved.
* Copyright (C) 2010 Daniel Stenberg
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* Re... | {
"pile_set_name": "Github"
} |
declare module "worker_threads" {
import { EventEmitter } from "events";
import { Readable, Writable } from "stream";
const isMainThread: boolean;
const parentPort: null | MessagePort;
const threadId: number;
const workerData: any;
class MessageChannel {
readonly port1: MessagePort... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"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.
// +build amd64,linux
package unix
//sys Dup2(oldfd int, newfd int) (err error)
//sysnb EpollCreate(size int) (fd int, err error)
//sys EpollWait(epfd int, ev... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import './ui.css';
export function Fraction({
numerator,
denominator,
percentage,
className,
}: {
numerator: React.ReactNode;
denominator?: React.ReactNode;
percentage?: boolean;
className?: string;
}) {
return (
<div
className={`fraction${className ? ` ${cl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 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 "license" file ... | {
"pile_set_name": "Github"
} |
package tc.oc.commons.bukkit.bossbar;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.inject.Inject;
import com.google.common.collect.ImmutableList;
import net.md_5.bungee.api.chat.BaseComponent;
import org.bukkit.boss.BarColor;
impor... | {
"pile_set_name": "Github"
} |
package uk.ac.ebi.interpro.scan.persistence.raw;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.transaction.annotation.Transactional;
import uk.ac.ebi.interpro.scan.genericjpadao.GenericDAOImpl;
import uk.ac.ebi.interpro.scan.model.raw.RawMatch;
import uk... | {
"pile_set_name": "Github"
} |
from .other_cli import *
from .celery_cli import *
from .beat_cli import * | {
"pile_set_name": "Github"
} |
// Copyright 2012 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | {
"pile_set_name": "Github"
} |
/*
STB0899 Multistandard Frontend driver
Copyright (C) Manu Abraham (abraham.manu@gmail.com)
Copyright (C) ST Microelectronics
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 ... | {
"pile_set_name": "Github"
} |
{
"name": "AmeriNOC.com",
"displayName": "AmeriNOC.com",
"properties": [
"forbiddenteensarchive.com",
"youngnudevagina.com"
]
} | {
"pile_set_name": "Github"
} |
// +build windows
// +build !appengine
package isatty
import (
"strings"
"syscall"
"unicode/utf16"
"unsafe"
)
const (
fileNameInfo uintptr = 2
fileTypePipe = 3
)
var (
kernel32 = syscall.NewLazyDLL("kernel32.dll")
procGetConsoleMode = kernel32.NewProc("GetConsol... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 ThoughtWorks, 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 agr... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Scott Cranton and Jakub Korab
* https://github.com/CamelCookbook
*
* 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
... | {
"pile_set_name": "Github"
} |
/*
* Globalize Culture ba-RU
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in this f... | {
"pile_set_name": "Github"
} |
{
"key": "wreck:date_sunk",
"type": "text",
"label": "Date Sunk"
}
| {
"pile_set_name": "Github"
} |
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/compiler/simd-scalar-lowering.h"
#include "src/compiler/diamond.h"
#include "src/compiler/linkage.h"
#include "src/compiler/node-matchers... | {
"pile_set_name": "Github"
} |
絷
| {
"pile_set_name": "Github"
} |
package cloudflare
import (
"fmt"
"net/http"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
func float64Ptr(v float64) *float64 {
return &v
}
func int64Ptr(v int64) *int64 {
return &v
}
func TestVirtualDNSUserAnalytics(t *testing.T) {
setup()
defer teardown()
now := time.Now().UTC()
since := n... | {
"pile_set_name": "Github"
} |
using Alachisoft.NCache.Automation.ToolsOutput;
using Alachisoft.NCache.Automation.ToolsParametersBase;
using Alachisoft.NCache.Automation.Util;
using Alachisoft.NCache.Bridging.Configuration;
using Alachisoft.NCache.Common;
using Alachisoft.NCache.Common.Net;
using Alachisoft.NCache.Common.Util;
using Alachisoft.NCac... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* 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.md.
* It is also ... | {
"pile_set_name": "Github"
} |
<p>Here is a block tag ins:</p>
<ins>
<p>Some text</p>
</ins>
<p><ins>And here it is inside a paragraph.</ins></p>
<p>And here it is <ins>in the middle of</ins> a paragraph.</p>
<del>
<p>Some text</p>
</del>
<p><del>And here is ins as a paragraph.</del></p>
<p>And here it is <del>in the middle of</del> a paragrap... | {
"pile_set_name": "Github"
} |
from __future__ import print_function
from lib.can_actions import CanActions
from lib.common import parse_int_dec_or_hex
from sys import stdout
import argparse
import time
DCM_SERVICE_NAMES = {
0x10: "DIAGNOSTIC_SESSION_CONTROL",
0x11: "ECU_RESET",
0x12: "GMLAN_READ_FAILURE_RECORD",
0x14: "CLEAR_DIAGNO... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.