text stringlengths 2 99.9k | meta dict |
|---|---|
import json
from ..models import UserMailer
from .literals import (
TEST_EMAIL_ADDRESS,
TEST_EMAIL_FROM_ADDRESS,
TEST_USER_MAILER_BACKEND_PATH,
TEST_USER_MAILER_LABEL
)
class MailerTestMixin(object):
def _create_test_user_mailer(self):
self.test_user_mailer = UserMailer.objects.create(
... | {
"pile_set_name": "Github"
} |
[Icon Theme]
Name=pe_light
Comment=Icons by pexner (light)
Inherits=multimc
Directories=scalable
[scalable]
Size=48
Type=Scalable
MinSize=16
MaxSize=256
| {
"pile_set_name": "Github"
} |
#
# Copyright 2007-2016, Kaazing Corporation. 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 applic... | {
"pile_set_name": "Github"
} |
# platform = McAfee VirusScan Enterprise for Linux
# Include source function library.
. /usr/share/scap-security-guide/remediation_functions
NAILS_CONFIG_FILE="/var/opt/NAI/LinuxShield/etc/ods.cfg"
if ! grep -q extensions.mode "$NAILS_CONFIG_FILE"; then
sed -i '$a nailsd.profile.ODS_default.filter.extensions.mode... | {
"pile_set_name": "Github"
} |
"""Run the EasyInstall command"""
if __name__ == '__main__':
from setuptools.command.easy_install import main
main()
| {
"pile_set_name": "Github"
} |
**Nella sezione Preferenze puoi verificare e modificare le impostazioni** che vengono utilizzate da tutti i servizi presenti su IO.
Qui puoi consultare indirizzo email, numero di telefono e lingua associate all'account e attivare o disattivare il riconoscimento biometrico.
| {
"pile_set_name": "Github"
} |
<html>
<head>
</head>
<body>
<script>
function dump(event) {
var elt = event.target || event.srcElement;
document.getElementById('clicked').innerHTML = elt.innerHTML;
}
</script>
<div style='height: 150px'></div>
<ul style='overflow: scroll; width: 150px; height: 80px; background-color: yellow' onclick="dump(event)">... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
include ../../Makefile.include
DEPS=../../Makefile.include Makefile
# lib name, version
LIBNAME=libudev
VERSION=3.2.5
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX) --disable-shared --enable-static --enable-introspection=no --disable-programs --... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. 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 conditions and the ... | {
"pile_set_name": "Github"
} |
REQUIRES: shell
RUN: ((false | true) && echo true || echo false) | grep false
| {
"pile_set_name": "Github"
} |
## DevOps Guide Topic Wise:
### 1 Programming Language
- Python : Scripting for web
- Shell : Scripting for servers
- Yml : For Configuration of Cloud files
- Golang : Servers and Cloud Architectures
- Javascript : Good to know for any web-development works
- Markdown : For documentation
### 2 OS-Concepts
... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package number
import (
"fmt"
"testing"
"golang.org/x/text/internal/testtext"
"golang.org/x/text/language"
)
func TestInfo(t *testing.T) {
testCases := ... | {
"pile_set_name": "Github"
} |
//
// ZZCALayer.m
// ZZUIHelper
//
// Created by 李伯坤 on 2017/3/5.
// Copyright © 2017年 李伯坤. All rights reserved.
//
#import "ZZCALayer.h"
@implementation ZZCALayer
@synthesize properties = _properties;
- (NSMutableArray *)properties
{
if (!_properties) {
_properties = [super properties];
ZZPr... | {
"pile_set_name": "Github"
} |
//// -*- C++ -*-
//
// Package: HGCalHitValidation
// Class: HGCalHitValidation
//
/**\class HGCalHitValidation HGCalHitValidation.cc Validation/HGCalValidation/plugins/HGCalHitValidation.cc
Description: [one line class summary]
Implementation:
[Notes on implementation]
*/
#include "Geometry/Records/inte... | {
"pile_set_name": "Github"
} |
/**
* plugin.js
*
* Copyright, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/*global tinymce:true */
tinymce.PluginManager.add('nonbreaking', function(editor) {
var setting = editor.getParam('nonbreaking... | {
"pile_set_name": "Github"
} |
{
"name": "Fastcoinsha",
"symbol": "FSS",
"algorithm": "sha256"
}
| {
"pile_set_name": "Github"
} |
T0 segment 0 6 Morris
T1 segment 7 12 David
T2 segment 13 19 Brough
T3 segment 20 24 Pert
T4 segment 25 28 was
T5 segment 29 30 a
T6 segment 31 39 Scottish
T7 segment 40 48 composer
T8 segment 48 49 ,
T9 segment 50 71 drummer/percussionist
T10 segment 71 72 ,
T11 segment 73 76 and
T12 segment 77 84 pianist
T13 segment ... | {
"pile_set_name": "Github"
} |
#include "Cookie.h"
#include <iostream>
#include <cppunit/extensions/HelperMacros.h>
#include "Exception.h"
#include "util.h"
#include "TimeA2.h"
#include "TestUtil.h"
namespace aria2 {
class CookieTest : public CppUnit::TestFixture {
CPPUNIT_TEST_SUITE(CookieTest);
CPPUNIT_TEST(testOperatorEqual);
CPPUNIT_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<property name="jnlp.title" value="JST MultisortHeaderRenderer" />
<property name="jnlp.Name" value="MultisortHeaderRenderer" />
<property name="jnlp.name" value="multisortheaderrenderer" />
<property name="jnlp.codebase" value="https://ateraimemo.com/... | {
"pile_set_name": "Github"
} |
# Session handling with PHP on Google Cloud Platform
This directory contains the complete sample code for session handling with PHP
using Firestore. Follow the tutorial to run the code:
* [Session handling with PHP][sessions]
[sessions]: http://cloud.google.com/php/getting-started/sessions
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>API документация</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link type... | {
"pile_set_name": "Github"
} |
compile.on.save=true
user.properties.file=C:\\Users\\mafudge\\AppData\\Roaming\\NetBeans\\7.3\\build.properties
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | {
"pile_set_name": "Github"
} |
var arrayWithHoles = require("./arrayWithHoles");
var iterableToArray = require("./iterableToArray");
var nonIterableRest = require("./nonIterableRest");
function _toArray(arr) {
return arrayWithHoles(arr) || iterableToArray(arr) || nonIterableRest();
}
module.exports = _toArray; | {
"pile_set_name": "Github"
} |
/*
[auto_generated]
boost/numeric/odeint/util/ublas_wrapper.hpp
[begin_description]
Resizing for ublas::vector and ublas::matrix
[end_description]
Copyright 2011-2013 Mario Mulansky
Copyright 2011-2013 Karsten Ahnert
Distributed under the Boost Software License, Version 1.0.
(See accompanying fi... | {
"pile_set_name": "Github"
} |
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace k8s.Models
{
using Microsoft.Rest;
using Newtonsoft.Json;
using System.Linq;
/// <summary>
... | {
"pile_set_name": "Github"
} |
$foo
$foo-bar
$foo_bar
#{$foo}
#{$foo-bar}
#{$foo_bar}
----------------------------------------------------
[
["variable", "$foo"],
["variable", "$foo-bar"],
["variable", "$foo_bar"],
["variable", "#{$foo}"],
["variable", "#{$foo-bar}"],
["variable", "#{$foo_bar}"]
]
-------------------------... | {
"pile_set_name": "Github"
} |
package com.myimooc.activemq.boot.consumer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.TextMessage;
/**
* 消息服务监听类-主题模式
*
* @author zc 2017-07-22
*/
public class ConsumerTopicMessageListener i... | {
"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"
} |
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>参与和贡献 on ShardingSphere</title>
<link>https://shardingsphere.apache.org/document/legacy/3.x/community/cn/contribute/</link>
<description>Recent content in 参与和贡献 on Shardin... | {
"pile_set_name": "Github"
} |
using System;
namespace UniRx.Operators
{
internal class TimeIntervalObservable<T> : OperatorObservableBase<UniRx.TimeInterval<T>>
{
readonly IObservable<T> source;
readonly IScheduler scheduler;
public TimeIntervalObservable(IObservable<T> source, IScheduler scheduler)
... | {
"pile_set_name": "Github"
} |
"""Use to verify an aligner for a particular application"""
from .against_corpus import check_against_corpus
__all__ = ["check_against_corpus"]
| {
"pile_set_name": "Github"
} |
<?php
/**
* Customize API: WP_Customize_Nav_Menu_Location_Control class
*
* @package WordPress
* @subpackage Customize
* @since 4.4.0
*/
/**
* Customize Menu Location Control Class.
*
* This custom control is only needed for JS.
*
* @since 4.3.0
*
* @see WP_Customize_Control
*/
class WP_Customize_Nav_Men... | {
"pile_set_name": "Github"
} |
/*
* fs/inotify_user.c - inotify support for userspace
*
* Authors:
* John McCutchan <ttb@tentacle.dhs.org>
* Robert Love <rml@novell.com>
*
* Copyright (C) 2005 John McCutchan
* Copyright 2006 Hewlett-Packard Development Company, L.P.
*
* Copyright (C) 2009 Eric Paris <Red Hat Inc>
* inotify was largely rew... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2007, 2014 Spring IDE Developers
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is a... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------
darwin64.S - Copyright (c) 2006 Free Software Foundation, Inc.
Copyright (c) 2008 Red Hat, Inc.
derived from unix64.S
x86-64 Foreign Function Interface for Darwin.
Permission is hereby granted, free of charge, to any perso... | {
"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"
} |
#include "tommath_private.h"
#ifdef BN_MP_INIT_U64_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
MP_INIT_INT(mp_init_u64, mp_set_u64, uint64_t)
#endif
| {
"pile_set_name": "Github"
} |
%p= link_to raw('← back'), '/'
%ol.the_sortable_tree{ data: { rebuild_url: rebuild_admin_pages_url } }
= build_server_tree @pages, type: :sortable
| {
"pile_set_name": "Github"
} |
require "json"
module Ameba::Formatter
# A formatter that produces the result in a json format.
#
# Example:
#
# ```
# {
# "metadata": {
# "ameba_version": "x.x.x",
# "crystal_version": "x.x.x",
# },
# "sources": [
# {
# "issues": [
# {
# "locat... | {
"pile_set_name": "Github"
} |
## This file is (hopefully) part of Scapy
## See http://www.secdev.org/projects/scapy for more informations
## <jellch@harris.com>
## This program is published under a GPLv2 license
# scapy.contrib.description = PPI
# scapy.contrib.status = loads
"""
PPI (Per-Packet Information).
"""
import logging,struct
from scapy... | {
"pile_set_name": "Github"
} |
<?php
class Mcommerce_Model_Delivery_Method extends Core_Model_Default {
protected $_instance;
protected $_cart;
public function __construct($params = []) {
parent::__construct($params);
$this->_db_table = 'Mcommerce_Model_Db_Table_Delivery_Method';
return $this;
}
publi... | {
"pile_set_name": "Github"
} |
require('../modules/es6.math.acosh');
require('../modules/es6.math.asinh');
require('../modules/es6.math.atanh');
require('../modules/es6.math.cbrt');
require('../modules/es6.math.clz32');
require('../modules/es6.math.cosh');
require('../modules/es6.math.expm1');
require('../modules/es6.math.fround');
require('../modul... | {
"pile_set_name": "Github"
} |
#!/bin/bash
DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
OS_TYPE=`uname -s`
export OSTYPE=${OS_TYPE}
pushd ${DIR}/..
case ${OS_TYPE} in
Linux)
${MINKO_HOME}/script/premake5.sh $@ --cc=gcc gmake
;;
Darwin)
${MINKO_HOME}/script/premake5.sh $@ --cc=gcc gmake
;;
CYGWIN*)
${MINKO_HOME}/script/premak... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "app-icon-setting@2x-1.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "app-icon-setting@3x-1.png",
"scale" : "3x"
},
{
"size" : "29x29",
"id... | {
"pile_set_name": "Github"
} |
BEGIN:VCALENDAR
PRODID:-//tzurl.org//NONSGML Olson 2011n//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Africa/Monrovia
TZURL:http://tzurl.org/zoneinfo-global/Africa/Monrovia
X-LIC-LOCATION:Africa/Monrovia
BEGIN:STANDARD
TZOFFSETFROM:-004308
TZOFFSETTO:-004308
TZNAME:MMT
DTSTART:18820101T000000
RDATE:18820101T000000
END:STANDARD... | {
"pile_set_name": "Github"
} |
/* eslint-disable max-classes-per-file */
class Person {
constructor(name = 'Anonymous', gender = 'Unknown') {
this.name = name;
this.gender = gender;
}
printDetails() {
return `${this.name} is ${this.gender}`;
}
}
const person = new Person('Amit Agarwal', 'male');
Logger.log(person.printDetails()... | {
"pile_set_name": "Github"
} |
package client
import (
"github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2017-03-01-preview/sql"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/common"
)
type Client struct {
DatabasesClient *sql.DatabasesClient
DatabaseThreatDetectionPoliciesClient *... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
</maintainer>
</pkgmetadata>
| {
"pile_set_name": "Github"
} |
/*
* encoder.h include file
*
* Copyright (c) 2000 Mark Taylor
*
* 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) ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Translate the bits making up a GFP mask
# (c) 2009, Mel Gorman <mel@csn.ul.ie>
# Licensed under the terms of the GNU GPL License version 2
SOURCE=
GFPMASK=none
# Helper function to report failures and exit
die() {
echo ERROR: $@
if [ "$TMPFILE" != "" ]; then
rm -f $TMPFILE
fi
exit -1
}
usage() {
... | {
"pile_set_name": "Github"
} |
# Event 82 - DUser_ReleaseStagingBuffer
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|surfaceId|Pointer|None|`None`|
## Tags
* etw_level_Informational
* etw_keywords_DUserSurface
* etw_task_DUser_ReleaseStagingBuffer | {
"pile_set_name": "Github"
} |
module.exports = {
preset: 'react-native',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# fail on any command exiting non-zero
set -eo pipefail
if [[ -z $DOCKER_BUILD ]]; then
echo
echo "Note: this script is intended for use by the Dockerfile and not as a way to build the registry locally"
echo
exit 1
fi
# install required packages (copied from dotcloud/docker-registry Docke... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1569574235
SHA256 (git-cola-git-cola-v3.5_GH0.tar.gz) = 7fdcfc4326b35e384b97bd4bb2189b4cb5cf258948352759c302e632b41bb2e2
SIZE (git-cola-git-cola-v3.5_GH0.tar.gz) = 970155
| {
"pile_set_name": "Github"
} |
// 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, merge, publish,
// distribute, sublicense, and/or sell... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2006-2018 Maxim Khizhinsky
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef CDSSTRESS_PQUEUE_TYPES_H
#define CDSSTRESS_PQUEUE_TYPES_H
#include <cds/urcu/general_instant.h>
#include <cds/urcu/gen... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>providers vs. viewProviders</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xam.Plugin.PushNotification</id>
<version>1.0.3</version>
<title>Push Notification Plugin for Xamarin</title>
<authors>rdelrosar... | {
"pile_set_name": "Github"
} |
From 504dba5b073a9009ae1e3f2fc53ea9c3aa10c38a Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 13 May 2015 20:56:38 +0200
Subject: [PATCH] ARM: BCM5301X: Add Buffalo WXR-1900DHP clock and USB power
control
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bi... | {
"pile_set_name": "Github"
} |
// Copyright 2008 The Closure Library 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 requ... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2015 Sergey Makeev, Vadim Slyusarev
//
// 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 limit... | {
"pile_set_name": "Github"
} |
<?php
class ArgumentsCest
{
/** @var string */
private $outputFolder;
/** @var string */
private $configFolder;
public function _before()
{
@mkdir(codecept_output_dir() . 'arg');
$this->outputFolder = codecept_output_dir('arg');
$this->configFolder = codecept_data_dir(... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = ["rand_test.go"],
importpath = "k8s.io/apimachinery/pkg/util/rand",
library = ":go_default_library",
)
go_library(
name = ... | {
"pile_set_name": "Github"
} |
/*
* Broadcom BCM7xxx System Port Ethernet MAC driver
*
* Copyright (C) 2014 Broadcom Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __BCM_SYSPORT_H
... | {
"pile_set_name": "Github"
} |
import RLTable from "./renderless/RLTable";
import VtTableHead from "./VtTableHead";
import VtTableBody from "./VtTableBody";
export default {
name: 'VtTable',
components: {RLTable, VtTableHead, VtTableBody},
render() {
return <r-l-table scopedSlots={
{
default: function... | {
"pile_set_name": "Github"
} |
plugin_register functions/string
[[0,0.0,0.0],true]
table_create Lexicon TABLE_PAT_KEY ShortText --normalizer NormalizerNFKC121 --default_tokenizer TokenNgram
[[0,0.0,0.0],true]
table_tokenize Lexicon "ぐるんが" --mode ADD
[
[
0,
0.0,
0.0
],
[
{
"value": "ぐる",
"position": 0,
"for... | {
"pile_set_name": "Github"
} |
# Analysis
This directory contains the code used for the VAE and mutual information experiments from the paper.
| {
"pile_set_name": "Github"
} |
#ifndef QEMU_HW_LM32_PIC_H
#define QEMU_HW_LM32_PIC_H
#include "qemu-common.h"
uint32_t lm32_pic_get_ip(DeviceState *d);
uint32_t lm32_pic_get_im(DeviceState *d);
void lm32_pic_set_ip(DeviceState *d, uint32_t ip);
void lm32_pic_set_im(DeviceState *d, uint32_t im);
void lm32_do_pic_info(Monitor *mon, const QDict *qdi... | {
"pile_set_name": "Github"
} |
/*
* USB LED driver - 1.1
*
* Copyright (C) 2004 Greg Kroah-Hartman (greg@kroah.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, version 2.
*
*/
#include <linux/kernel.h>
#includ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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.
#ifndef V8_BASE_WIN32_HEADERS_H_
#define V8_BASE_WIN32_HEADERS_H_
#ifndef WIN32_LEAN_AND_MEAN
// WIN32_LEAN_AND_MEAN implies NOCRYPT and NOGDI.
#define... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.1.1" targetFramework="net472" />
<package id="Prism.Core" version="7.0.0.396" targetFramework="net472" />
<package id="System.Reactive" version="4.3.2" targetFramework="net472" />
<package id="S... | {
"pile_set_name": "Github"
} |
CONFIG_EXPERIMENTAL=y
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
CONFIG_EMBEDDED=y
CONFIG_SLAB=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_ARCH_AT91=y
CONFIG_MACH_ONEARM=y
CONFIG_AT91_PROGRAMMABLE_CL... | {
"pile_set_name": "Github"
} |
// Code generated by linux/mkall.go generatePtracePair("mipsle", "mips64le"). DO NOT EDIT.
// +build linux
// +build mipsle mips64le
package unix
import "unsafe"
// PtraceRegsMipsle is the registers used by mipsle binaries.
type PtraceRegsMipsle struct {
Regs [32]uint64
Lo uint64
Hi uint64
Epc ... | {
"pile_set_name": "Github"
} |
b629ac9e1167d13c8010f23427022cb94b5be0baaacbe216b3145d9fd7f67af3b8f817a7c58a67cdc30101c83bf82b9a3369df61e98fdf373035d17e38991b77
| {
"pile_set_name": "Github"
} |
daemonset:
extraEnvs:
- name: 'ELASTICSEARCH_USERNAME'
valueFrom:
secretKeyRef:
name: elastic-credentials
key: username
- name: 'ELASTICSEARCH_PASSWORD'
valueFrom:
secretKeyRef:
name: elastic-credentials
key: password
# Allows you to add an... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in D:\Android\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.and... | {
"pile_set_name": "Github"
} |
diff -u -r ../emacs-26.2/lisp/textmodes/ispell.el ./lisp/textmodes/ispell.el
--- ../emacs-26.2/lisp/textmodes/ispell.el 2019-02-20 13:44:42.000000000 +0000
+++ ./lisp/textmodes/ispell.el 2019-04-14 18:15:07.894909566 +0000
@@ -215,14 +215,14 @@
:group 'ispell)
(defcustom ispell-alternate-dictionary
- (cond ((fil... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2013-2018, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
track name="Unsorted bed"
chr2 178707289 178707561 Hs.666133 0 + 178707289 178707561 0 3 85,177,8, 0,87,264,
chr2 178709699 178711955 Hs.377257 0 + 178709699 178711955 0 1 2256, 0,
chr2 178711404 178712057 Hs.688767 0 - 178711404 178712057 0 1 653, 0,
chr2 179037911 179051526 Hs.410378 0 - 179037911 179051526 0 5 813,1... | {
"pile_set_name": "Github"
} |
{
"id": "cache.json#",
"properties": {
"beforeRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "beforeRequest.json#" }
]
},
"afterRequest": {
"oneOf": [
{ "type": "null" },
{ "$ref": "afterRequest.json#" }
]
},
"comment": {
"type"... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation... | {
"pile_set_name": "Github"
} |
![0;34m[[1;37mmosra@don-perverzo [0;37mm.css[0;34m][1;36m$ [0mls
CONTRIBUTING.rst CREDITS.rst [0m[01;34mdoc[0m [01;34mplugins[0m README.rst
COPYING [01;34mcss[0m [01;34mdocumentation[0m [01;34mpelican-theme[0m [01;34msite[0m
ASan reports:
=>0x0c287fff8030: ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Uber Technologies, 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"
} |
// Copyright (c) 2012, 2013 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a BSD-style license found in the LICENSE file.
package codec
import (
"bufio"
"io"
"net/rpc"
"sync"
)
// Rpc provides a rpc Server or Client Codec for rpc communication.
type Rpc interface {
ServerCodec(conn... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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"
} |
/*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | {
"pile_set_name": "Github"
} |
/* fuc microcode for copy engine on gt215- chipsets
*
* Copyright 2011 Red Hat 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
... | {
"pile_set_name": "Github"
} |
maxcpus=8 nr_cpus=43
rcutree.gp_preinit_delay=3
rcutree.gp_init_delay=3
rcutree.gp_cleanup_delay=3
rcu_nocbs=0
rcutorture.fwd_progress=0
| {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/relocate.R
\name{relocate}
\alias{relocate}
\title{Change column order}
\usage{
relocate(.data, ..., .before = NULL, .after = NULL)
}
\arguments{
\item{.data}{A data frame, data frame extension (e.g. a tibble), or a
lazy data frame (e.g. from... | {
"pile_set_name": "Github"
} |
Language: C#
NuGet: Dapper
SourceCode: https://github.com/StackExchange/Dapper
Tags:
- ORM
DiscoveryDate: 5/13/2020
| {
"pile_set_name": "Github"
} |
********************************************************************************
Gitblit SSL Client Certificate for $serverHostname
********************************************************************************
Hello $userDisplayname,
Your private key, public certificate, and the Gitblit Certificate Author... | {
"pile_set_name": "Github"
} |
# Quick Reviews 6/5/2019
## Add protected SecurityDescriptor to ObjectSecurity
**Approved** | [#corefx/35993](https://github.com/dotnet/corefx/issues/35993) | [Video](https://www.youtube.com/watch?v=CJLCnj82kSA&t=-2h-47m-50s)
| {
"pile_set_name": "Github"
} |
"
A trait for test purposes
"
Trait {
#name : #TCloneTest,
#category : #'Collections-Abstract-Tests-Traits'
}
{ #category : #helper }
TCloneTest >> empty [
^ self explicitRequirement
]
{ #category : #helper }
TCloneTest >> nonEmpty [
^ self explicitRequirement
]
{ #category : #'tests - fixture' }
TCloneTest >>... | {
"pile_set_name": "Github"
} |
/* _________________________________________________________________________
*
* Tachyon : A Self-Hosted JavaScript Virtual Machine
*
*
* This file is part of the Tachyon JavaScript project. Tachyon is
* distributed at:
* http://github.com/Tachyon-Team/Tachyon
*
*
* Copyright (c) 2011, Univers... | {
"pile_set_name": "Github"
} |
export declare type ScalabilityMode = {
spatialLayers: number;
temporalLayers: number;
};
export declare function parse(scalabilityMode?: string): ScalabilityMode;
//# sourceMappingURL=scalabilityModes.d.ts.map | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe AccountReadPolicy do
let(:account) { double('Account') }
let(:user) { double('User') }
subject { described_class.new(account, user) }
it "grants users access" do
allow(account).to receive(:users).and_return(
double('Users', include?: true)
)
expect(subject).t... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 law... | {
"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 n... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.