text stringlengths 2 99.9k | meta dict |
|---|---|
// This file has been autogenerated.
var profile = require('../../../lib/util/profile');
exports.getMockedProfile = function () {
var newProfile = new profile.Profile();
newProfile.addSubscription(new profile.Subscription({
id: '46241355-bb95-46a9-ba6c-42b554d71925',
managementCertificate: {
key: '... | {
"pile_set_name": "Github"
} |
# futex contention
# (c) 2010, Arnaldo Carvalho de Melo <acme@redhat.com>
# Licensed under the terms of the GNU GPL License version 2
#
# Translation of:
#
# http://sourceware.org/systemtap/wiki/WSFutexContention
#
# to perf python scripting.
#
# Measures futex contention
import os, sys
sys.path.append(os.environ['PER... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple ptx32-unknown-unknown -O3 -S -o %t %s -emit-llvm
// RUN: %clang_cc1 -triple ptx64-unknown-unknown -O3 -S -o %t %s -emit-llvm
// Just make sure Clang uses the proper calling convention for the PTX back-end.
// If something is wrong, the back-end will fail.
void foo(float* a,
float* b... | {
"pile_set_name": "Github"
} |
{
"config": {
"abort": {
"already_configured": "Device is already configured"
}
}
} | {
"pile_set_name": "Github"
} |
//
// RxTabBarControllerDelegateProxy.swift
// RxCocoa
//
// Created by Yusuke Kita on 2016/12/07.
// Copyright © 2016 Krunoslav Zaher. All rights reserved.
//
#if os(iOS) || os(tvOS)
import UIKit
#if !RX_NO_MODULE
import RxSwift
#endif
/// For more information take a look at `DelegateProxyType`.
public class Rx... | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | {
"pile_set_name": "Github"
} |
def extractRenegadeSanctuary(item):
"""
Parser for 'Renegade Sanctuary'
"""
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or 'preview' in item['title'].lower():
return None
if 'WATTT' in item['tags']:
return buildReleaseMessageWithType(item, 'WATTT', vol, chp, f... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_SERIALIZATION_ACCESS_HPP
#define BOOST_SERIALIZATION_ACCESS_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// access.hpp: interface for serialization system.
// (C) Copyright... | {
"pile_set_name": "Github"
} |
module['exports'] = function serviceExecutionTimeoutMessage (seconds) {
// TODO: use a template instead of str concat
var str = '';
str += 'Timeout Limit Hit. Request Aborted! \n\nHook source code took more than ';
str += seconds;
str += ' complete.\n\n';
str += 'A delay of this long may indicate there is a... | {
"pile_set_name": "Github"
} |
/*
* $Id: pa_stream.c,v 1.1.2.2 2006/04/08 16:12:25 richardash1981 Exp $
* Portable Audio I/O Library
*
*
* Based on the Open Source API proposed by Ross Bencina
* Copyright (c) 2002 Ross Bencina
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated... | {
"pile_set_name": "Github"
} |
// Copyright 2016 LINE Corporation
//
// 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"
} |
<?php
namespace App\Admin\Middleware;
use App\Admin\Admin;
use App\Admin\Permission;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
class PermissionMiddleware
{
/**
* @var string
* Example midleware roles admin.permission:allow,administrator,editor
*/
protected $middlewarePrefix = 'a... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2013-2018 Expedia Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wri... | {
"pile_set_name": "Github"
} |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
font-weight: bolder;
}
html {
font: 112.5%/1.45e... | {
"pile_set_name": "Github"
} |
#if !defined (_ABOUT_H_)
#define _ABOUT_H_
/* Function prototypes for About dialog box routines */
void doAbout(HWND hwnd);
#endif /* _ABOUT_H_ */
| {
"pile_set_name": "Github"
} |
lf
lf
lf
lf
lf
| {
"pile_set_name": "Github"
} |
<?php
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Induk',
'require_acceptance' => 'Diterima',
'title' => 'Nama Kategori Aset',
);
| {
"pile_set_name": "Github"
} |
npm-completion(1) -- Tab Completion for npm
===========================================
## SYNOPSIS
. <(npm completion)
## DESCRIPTION
Enables tab-completion in all npm commands.
The synopsis above
loads the completions into your current shell. Adding it to
your ~/.bashrc or ~/.zshrc will make the completions... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'plus-square';
var width = 448;
var height = 512;
var ligatures = [];
var unicode = 'f0fe';
var svgPathData = 'M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-1... | {
"pile_set_name": "Github"
} |
<!DOCTYPE refentry [ <!ENTITY % mathent SYSTEM "math.ent"> %mathent; ]>
<!-- Converted by db4-upgrade version 1.1 -->
<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glDepthRangef">
<info>
<copyright>
<year>1991-2006</year>
<holder>Silicon Graphics, Inc.</hold... | {
"pile_set_name": "Github"
} |
/*
* @brief LPC8xx Switch Matrix driver
*
* @note
* Copyright(C) NXP Semiconductors, 2012
* All rights reserved.
*
* @par
* Software that is described herein is for illustrative purposes only
* which provides customers with programming information regarding the
* LPC products. This software is supp... | {
"pile_set_name": "Github"
} |
Version 0.1 (Initial version)
Version 0.2:
- Fixed bugs related to turning MPI compilation off.
- Added more text to README to improve understanding.
- Added new Makfile.x86linux.gcc for non-opteron systems.
- Made MPI_Wtime the default timer when in MPI mode.
Version 0.3:
- Fixed a performance bug in make_local_matrix... | {
"pile_set_name": "Github"
} |
"use strict";
var assert = require("chai").assert;
module.exports = function (includes) {
it("Should return true when context contains search string", function () {
assert.equal(includes.call("razdwatrzy", "dwa"), true);
});
it("Should return true when context starts with search string", function () {
assert.e... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Type Name="PlusPersonCover" FullName="Google.OpenSource.PlusPersonCover">
<TypeSignature Language="C#" Value="public class PlusPersonCover : Google.OpenSource.PlusObject" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PlusPersonCover extend... | {
"pile_set_name": "Github"
} |
// 20.2.2.12 Math.cosh(x)
var $export = require('./_export');
var exp = Math.exp;
$export($export.S, 'Math', {
cosh: function cosh(x) {
return (exp(x = +x) + exp(-x)) / 2;
}
});
| {
"pile_set_name": "Github"
} |
#include <liblockdep/mutex.h>
#include "common.h"
void main(void)
{
pthread_mutex_t a, b, c, d;
pthread_mutex_init(&a, NULL);
pthread_mutex_init(&b, NULL);
pthread_mutex_init(&c, NULL);
pthread_mutex_init(&d, NULL);
LOCK_UNLOCK_2(a, b);
LOCK_UNLOCK_2(b, c);
LOCK_UNLOCK_2(c, d);
LOCK_UNLOCK_2(d, a);
}
| {
"pile_set_name": "Github"
} |
"""Mutual exclusion -- for use with module sched
A mutex has two pieces of state -- a 'locked' bit and a queue.
When the mutex is not locked, the queue is empty.
Otherwise, the queue contains 0 or more (function, argument) pairs
representing functions (or methods) waiting to acquire the lock.
When the mutex is unlocke... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path d="M20 6h-4.05l-.59-.65L14.12 4H9.88L8.65 5.35l-.6.65H4v12h16V6zm-8 11c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z" opacity=".3" /><path d="M4 20h16c1.1 0 2-.9 2-2V6c0-1.1-.... | {
"pile_set_name": "Github"
} |
CStringArray
============
.. highlight:: c++
Introduction
------------
This is a class to manage a double NUL-terminated list of strings, such as ``"one\0two\0three\0"``.
It's similar in operation to ``Vector<String>``, but more memory-efficient as all the data is
stored in a single :cpp:class:`String` object. (CSt... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Metrics.Graphite
{
public sealed class PickleJar
{
private const char
Mark = '(',
Stop = '.',
Long = 'L',
String = 'S',
AppendChar = 'a',
... | {
"pile_set_name": "Github"
} |
<?php
App::uses('AppController', 'Controller');
App::uses('AuthComponent', 'Controller/Component');
/**
* Users Controller
*
* @property User $User
* @property PaginatorComponent $Paginator
*/
class UsersController extends AppController {
/**
* Components
*
* @var array
*/
public $co... | {
"pile_set_name": "Github"
} |
namespace :rubber do
namespace :util do
rubber.allow_optional_tasks(self)
desc <<-DESC
Backup database using rubber util:backup_db
DESC
task :backup do
master_instances = rubber_instances.for_role('db', 'primary' => true)
slaves = rubber_instances.for_role('db', {})
# S... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
/*
vmthread MAIN
{
DATA32 Timer1
DATA32 Timer2
DATAF Timer
DATA8 Busy
TIMER_READ_US(Timer1)
OUTPUT_TIME_SPEED(0,2,50,0,1000,0,1)
NotReady:
OUTPUT_TEST(0,2,Busy)
JR_TRUE(Busy,NotReady)
TIMER_READ_US(Timer2)
SUB32(Timer2,Timer1,Timer1)
UI_DRAW(FILLWINDOW,BG_COLOR,0,0)
MOVE32_F(Tim... | {
"pile_set_name": "Github"
} |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under the MIT license
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
}
+function ($) {
'use strict';
var version = $.fn.jquery.split(' ')[0].split('.')
if ((v... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rpivotTable.R
\name{rpivotTableOutput}
\alias{rpivotTableOutput}
\title{Widget output function for use in Shiny}
\usage{
rpivotTableOutput(outputId, width = "100\%", height = "500px")
}
\arguments{
\item{outputId}{Shiny output ID}
\item{widt... | {
"pile_set_name": "Github"
} |
package com.tojc.ormlite.android.compiler.sample;
import android.provider.BaseColumns;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.table.DatabaseTable;
import com.tojc.ormlite.android.annotation.AdditionalAnnotation.DefaultContentMimeTypeVnd;
import com.tojc.ormlite.android.annotation.Addition... | {
"pile_set_name": "Github"
} |
// Namespace declarations for Library Fundamentals TS -*- C++ -*-
// Copyright (C) 2016-2018 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published b... | {
"pile_set_name": "Github"
} |
/**
* IOFieldList.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
*/
package org.eclipse.birt.report.soapengine.api;
public class IOFieldList implements java.io.Serializable {
private static final long serialVersionUID = 1L;
private ... | {
"pile_set_name": "Github"
} |
// (C) Copyright 2009-2011 Frederic Bron.
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// See http://www.boost.org/libs/type_traits for most recent version including... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////////
// SPARK particle engine //
// Copyright (C) 2008-2009 - Julien Fryer - julienfryer@gmail.com //
// //
// This software is provided 'as-is', without any express or implied //
// warranty. In no event... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Joyent, Inc.
module.exports = Identity;
var assert = require('assert-plus');
var algs = require('./algs');
var crypto = require('crypto');
var Fingerprint = require('./fingerprint');
var Signature = require('./signature');
var errs = require('./errors');
var util = require('util');
var utils = requi... | {
"pile_set_name": "Github"
} |
// This is a generated file. Don't edit it directly!
using QuickFix.Fields;
namespace QuickFix
{
namespace FIX50SP2
{
public class UserNotification : Message
{
public const string MsgType = "CB";
public UserNotification() : base()
{
... | {
"pile_set_name": "Github"
} |
2 of 26 resource instances DISABLED and 0 BLOCKED from further action due to failure
Current cluster status:
Online: [ lama2 lama3 ]
GuestOnline: [ lamaVM1:VM1 lamaVM2:VM2 lamaVM3:VM3 ]
restofencelama2 (stonith:fence_ipmilan): Started lama3
restofencelama3 (stonith:fence_ipmilan): Started lama2
VM1 (ocf::heartbe... | {
"pile_set_name": "Github"
} |
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2019, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following condition... | {
"pile_set_name": "Github"
} |
make = "SONY"
model = "SLT-A57"
clean_make = "Sony"
clean_model = "SLT-A57"
blackpoint = 512
whitepoint = 16300
color_matrix = [5991, -1456, -455, -4764, 12135, 2980, -707, 1425, 6701]
color_pattern = "RGGB"
crops = [0,0,0,0]
bps = 8
| {
"pile_set_name": "Github"
} |
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
DEPENDS = "readline"
PV = "2.3.3+git${SRCPV}"
SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=http"
SRCREV = "28202692d0b441000f4ddb8f347f72d13... | {
"pile_set_name": "Github"
} |
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail 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 version.... | {
"pile_set_name": "Github"
} |
// Ceres Solver - A fast non-linear least squares minimizer
// Copyright 2015 Google Inc. All rights reserved.
// http://ceres-solver.org/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of so... | {
"pile_set_name": "Github"
} |
c this file contains the following user-callable routines:
c
c
c routine idzr_rsvd computes the SVD, to a specified rank,
c of a matrix specified by routines for applying the matrix
c and its adjoint to arbitrary vectors.
c This routine is randomized.
c
c
cccccccccccccccccccccccccccccccccc... | {
"pile_set_name": "Github"
} |
Subject: aylesbgry sgclude oisv msjgnkrlf
hello ,
generic and super viagra ( cialis ) available online !
most trusted online source !
cialis or ( super viag )
takes affect right away & lasts 24 - 36 hours !
for super viagra click here
generic viagra
costs 60 % less ! save a lot of money .
for viagra click here... | {
"pile_set_name": "Github"
} |
srcs_xext = [
'bigreq.c',
'geext.c',
'shape.c',
'sleepuntil.c',
'sync.c',
'xcmisc.c',
'xtest.c',
]
hdrs_xext = [
'geext.h',
'geint.h',
'syncsdk.h',
]
if build_dpms
srcs_xext += 'dpms.c'
endif
if build_mitshm
srcs_xext += 'shm.c'
hdrs_xext += ['shmint.h']
endif
if ... | {
"pile_set_name": "Github"
} |
# encoding: UTF-8
shared_examples 'WpItem::Findable#Found_From=' do
describe '#found_from=' do
after do
subject.found_from = @method
expect(subject.found_from).to eq @expected
end
context 'when the pattern is not found' do
it 'returns nil' do
@method = 'I_do_not_match'
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.3.1">
<link rel="stylesheet" type="text/css" href="search... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<body style="background:white;">
<div style="background-color: black; width: 150px; height: 100px; position: absolute; left: 10px; top: 10px;"></div>
<!-- Left side vertical. -->
<div style="position: absolute; left: 9px; top: 9px; width: 2px; height: 102px; z-index: 2; background: red;"></div>
... | {
"pile_set_name": "Github"
} |
/*
*******************************************************************************
* Copyright (C) 2011-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: appendable.h
* encoding: U... | {
"pile_set_name": "Github"
} |
To build:
ant
To run:
java -jar jars/lambda.jar nLoops classname
or
java -jar jars/lambda.jar nLoops class_dir classname
nLoops -- number of loops to run calculation for. The second and third
averages should converge to roughly the same number to show that
compiler optimizations have... | {
"pile_set_name": "Github"
} |
module.exports = {
title: 'feathers-hooks-common',
description: '',
themeConfig: {
repo: 'feathersjs-ecosystem/feathers-hooks-common',
docsDir: 'docs',
editLinks: true,
sidebar: [
'./overview.md',
'/hooks.md',
'/utilities.md',
'/migrating.md',
'/guides.md'
],
... | {
"pile_set_name": "Github"
} |
#ifndef LIB_TPM2_CTX_MGMT_H_
#define LIB_TPM2_CTX_MGMT_H_
#include "tpm2_session.h"
/**
* Invokes evictcontrol for manipulating the persistence of loaded
* objects in TPM memory.
* @param context
* The Enhanced System API (ESAPI) context
* @param auth
* The authorisation hierarchy, either TPM2_RH_OWNER or TPM... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DesktopBackgroundDialog</class>
<widget class="QDialog" name="DesktopBackgroundDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>402</width>
<height>219</height>
</rect>
</property>
<property name="windowTit... | {
"pile_set_name": "Github"
} |
/**
* @file
* Claro styles for the help component.
*/
.help p {
margin: 0 0 10px;
}
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © OXID eSales AG. All rights reserved.
* See LICENSE file for license details.
*/
namespace OxidEsales\EshopCommunity\Tests\Unit\Application\Model;
/**
* Unit_oxmdvariantTest
*
*/
class MdvariantTest extends \OxidTestCase
{
/**
* OxMdVariant
*
* @var OxMdVariant
*... | {
"pile_set_name": "Github"
} |
try:
from django.urls import reverse
except ImportError:
from django.core.urlresolvers import reverse
from tastypie import authorization
from tastypie.authentication import MultiAuthentication
from crits.targets.target import Target
from crits.targets.handlers import upsert_target
from crits.core.api import CR... | {
"pile_set_name": "Github"
} |
# Recommendation subhead
rec-ssn-subhead = Ehechajey ne marandu’i viruguáva
# Link title
rec-ssn-cta = Ejerure marandu’i viruguáva
rec-ssn =
Eguereko mbohapy marandu’i ñemurã reigua arýpe léipe he’iháicha.
ejerure ha ehechajey nombyaíri ne ñemurã.
Eheka mba’ete, virujepuru térã kuatia’atã ñemurã eikuaa’ỹv... | {
"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"
} |
package sarama
import (
"errors"
"fmt"
"math"
"sync"
"sync/atomic"
"time"
"github.com/rcrowley/go-metrics"
)
// ConsumerMessage encapsulates a Kafka message returned by the consumer.
type ConsumerMessage struct {
Headers []*RecordHeader // only set if kafka is version 0.11+
Timestamp time.Time ... | {
"pile_set_name": "Github"
} |
/**
* Select2 <Language> translation.
*
* Author: Your Name <your@email>
*/
(function ($) {
"use strict";
$.extend($.fn.select2.defaults, {
formatNoMatches: function () { return "No matches found"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Please e... | {
"pile_set_name": "Github"
} |
#SNG: from basn3p08-trns.png
IHDR {
width: 32; height: 32; bitdepth: 8;
using color palette;
}
gAMA {1.0000}
PLTE {
(255, 3, 7) # rgb = (0xff,0x03,0x07)
(255, 4, 7) # rgb = (0xff,0x04,0x07)
(255, 9, 7) # rgb = (0xff,0x09,0x07)
(217, 14, 7) # rgb = (0xd9,0x0e,0x07)
(255... | {
"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"
} |
/*
* Copyright (C) 2007 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"
} |
/*
* Rev. 0.2 EPSG/POSC Units Database.
*/
#ifdef INCLUDE_OLD_CODES
#include geo_units.inc
#endif /* OLD Codes */
ValuePair(Linear_Meter, 9001)
ValuePair(Linear_Foot, 9002)
ValuePair(Linear_Foot_US_Survey, 9003)
ValuePair(Linear_Foot_Modified_American, 9004)
ValuePair(Linear_Foot_Clarke, 9005)
ValuePair(Linear_Foo... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Text.Json.Serialization;
using Essensoft.AspNetCore.Payment.Alipay.Domain;
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// KoubeiAdvertDeliveryDiscountBatchqueryResponse.
/// </summary>
public class KoubeiAdvertDeliveryDiscountB... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package kinesisanalyticsv2iface provides an interface to enable mocking the Amazon Kinesis Analytics service client
// for testing your code.
//
// It is important to note that this interface will have breaking changes
// when the service model is... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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 !race
// Dummy race detection API, used when not built with -race.
package runtime
const raceenabled = false
| {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f3xx.h
* @author MCD Application Team
* @version V2.1.0
* @date 12-Sept-2014
* @brief CMSIS STM32F3xx Device Peripheral Access Layer Header File.
*
* The file is the u... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
import pytest
from ckan.plugins import toolkit as tk
@pytest.mark.parametrize(
"version,bound,value,expected",
[
("2", "min", "1", True),
("2", "min", "2", True),
("2", "min", "3", False),
("2.1", "min", "1", True),
("2.1", "min", "3", False),
... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components'
import { Divider as MaterialDivider } from '@material-ui/core'
const Divider = styled(MaterialDivider)`
&& {
margin: ${({ theme }) => theme.spacing(3, 0)};
width: 100%;
}
`
export default Divider
| {
"pile_set_name": "Github"
} |
import _ from 'common/shim/lodash.reference.shim';
import Tooltipable from 'foreground/view/behavior/tooltipable';
describe('Tooltipable', function() {
beforeEach(function() {
this.tooltipable = new Tooltipable();
});
it('should hide any tooltips when its view is destroyed', function() {
sinon.stub(thi... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* INETPEER - A storage for permanent information about peers
*
* Authors: Andrey V. Savochkin <saw@msu.ru>
*/
#ifndef _NET_INETPEER_H
#define _NET_INETPEER_H
#include <linux/types.h>
#include <linux/init.h>
#include <linux/jiffies.h>
#include <linux/spinlock.h>
#include... | {
"pile_set_name": "Github"
} |
+++
title = ".Net Framework"
description = ""
date = 2010-08-31T12:49:21Z
aliases = []
[extra]
id = 2582
[taxonomies]
categories = []
tags = []
+++
{{platform}}
The '''.NET Framework''' is a software platform for [[Windows]]. It is comprised of a "Base Class Library" and a "[[Common Language Runtime]]". The Base Class... | {
"pile_set_name": "Github"
} |
From 7361581a1baaec43058f5b9350c32c7ac4e58064 Mon Sep 17 00:00:00 2001
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Date: Mon, 12 Aug 2013 00:11:16 +0200
Subject: MIPS: vrx200: add NAND SPL support
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
--- a/arch/mips/cpu/mips32/vrx200/config.mk
... | {
"pile_set_name": "Github"
} |
include_directories(../includes ${AZURESTORAGE_INCLUDE_DIRS} ${UnitTest++_INCLUDE_DIRS})
# THE ORDER OF FILES IS VERY /VERY/ IMPORTANT
if(UNIX)
set(SOURCES
timer_handler_test.cpp
blob_lease_test.cpp
blob_streams_test.cpp
blob_test_base.cpp
cloud_append_blob_test.cpp
cloud_blob_client_te... | {
"pile_set_name": "Github"
} |
<main class="main-container ng-scope" ng-view=""><div class="main receptacle post-view ng-scope"><article class="entry ng-scope" ng-controller="EntryCtrl" ui-lightbox=""><header><h1 class="entry-title ng-binding">从内存中窃取未加密的SSH-agent密钥</h1><div class="entry-meta"><a target="_blank" class="author name ng-binding">lxj616<... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file relation/pair_layout.hpp
/// \brief Tags for pair layouts
#ifndef BOOST_BIMA... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<tei xmlns="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:mml="http://www.w3.org/1998/Math/MathML">
<teiHeader>
<fileDesc>
<sourceDesc>
<biblStruct>
<analytic>
<author>
<affiliation>
<orgName type="department">Galv... | {
"pile_set_name": "Github"
} |
---
- name: Create a directory for the zabbix passwords
tags: backup
delegate_to: localhost
file:
path: '{{ backup_directory }}/zabbix/'
state: directory
- name: Set facts for zabbix password generation
tags: password
set_fact:
db_password_path: "{{ backup_directory }}/zabbix/postgres.pwd"
d... | {
"pile_set_name": "Github"
} |
#include <cstdio>
#include <algorithm>
using namespace std;
int dist2(const int &x1, const int &y1, const int &x2, const int &y2){
return ((x1-x2)*(x1-x2)*3+(y1-y2)*(y1-y2));
}
int main(){
int x[78],y[78];
for(int i=0,k=0;i<12;i++){
for(int j=-i;j<=i;j+=2){
x[k]=i; y[k]=j;
k++;
}
}
char s[79],ans[... | {
"pile_set_name": "Github"
} |
Audio Normalization Operation
=============================
Description
-----------
This operation normalizes the first audio stream of a video or audio track through [SoX](http://sox.sourceforge.net), it
creates a new track with a reference to the original track which can be flavored and tagged. It can be used with... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of ... | {
"pile_set_name": "Github"
} |
// Copyright 2019 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | {
"pile_set_name": "Github"
} |
#ifndef __UIXO_MANAGER_LIB_H__
#define __UIXO_MANAGER_LIB_H__
#include <libubox/list.h>
struct uixo_object {
/* internal used */
struct list_head list;
pid_t pid;
/* interface */
const char* name;
const char* description;
struct list_head* methods_head;
int methods_count;
const ch... | {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l... | {
"pile_set_name": "Github"
} |
package org.jellyfin.androidtv.ui.browsing;
import org.jellyfin.androidtv.constant.ChangeTriggerType;
import org.jellyfin.androidtv.constant.QueryType;
import org.jellyfin.androidtv.data.querying.ViewQuery;
import org.jellyfin.apiclient.model.livetv.LiveTvChannelQuery;
import org.jellyfin.apiclient.model.livetv.Recom... | {
"pile_set_name": "Github"
} |
#pragma once
#include "base/threaded_container.hpp"
#include "base/condition.hpp"
#include "base/logging.hpp"
#include <list>
template <typename T>
class ThreadedList : public ThreadedContainer
{
private:
std::list<T> m_list;
bool m_isEmpty;
std::string m_resName;
public:
ThreadedList()
: m_isEmpty(tr... | {
"pile_set_name": "Github"
} |
/*
LUFA Library
Copyright (C) Dean Camera, 2014.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.