text stringlengths 2 99.9k | meta dict |
|---|---|
defmodule Nectar.Query.Setting do
use Nectar.Query, model: Nectar.Setting
end
| {
"pile_set_name": "Github"
} |
module.exports = grunt => {
require('time-grunt')(grunt);
grunt.initConfig({
clean: {
temp: ['dist/js/vendor.min.js', 'dist/js/scripts.js', 'dist/js/scripts.min.js'],
all: ['dist/']
},
jshint: {
files: {
src: ['js/**/*.js']
}
},
concat: {
scripts: {... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------
// <copyright file="TwitterErrorDetails.cs" company="Patrick 'Ricky' Smith">
// This file is part of the Twitterizer library (http://www.twitterizer.net/)
//
// Copyright (c) 2010, Patrick "Ricky" Smith (ricky@digitally-born.com)
// All... | {
"pile_set_name": "Github"
} |
--
-- Test hash functions
--
-- When the salt is 0, the extended hash function should produce a result
-- whose low 32 bits match the standard hash function. When the salt is
-- not 0, we should get a different result.
--
SELECT v as value, hashint2(v)::bit(32) as standard,
hashint2extended(v, 0)::bit(32) as ex... | {
"pile_set_name": "Github"
} |
---
title: 'Staging AV and OAuth certificates using -Roll in Set-CsCertificate'
ms.reviewer:
ms.author: v-lanac
author: lanachin
f1.keywords:
- NOCSH
TOCTitle: Staging AV and OAuth certificates using -Roll in Set-CsCertificate
ms:assetid: 22dec3cc-4b6b-4df2-b269-5b35df4731a7
ms:mtpsurl: https://technet.microsoft.com/e... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2014, Google Inc.
*
* Permission to use, copy, modify, and/or 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 PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.assetcatalog.admin;
import org.odpi.openmetadata.accessservices.assetcatalog.handlers.AssetCatalogHandler;
import org.odpi.openmetadata.accessservices.assetcatalog.handlers.Re... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the symfony package.
* (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Abstract class that provides an interface for esca... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftwinfnt.h */
/* */
/* Fr... | {
"pile_set_name": "Github"
} |
// TS3AudioBot - An advanced Musicbot for Teamspeak 3
// Copyright (C) 2017 TS3AudioBot contributors
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the Open Software License v. 3.0
//
// You should have received a copy of the Open Software License along with this
//... | {
"pile_set_name": "Github"
} |
1|24|M|technician|85711
2|53|F|other|94043
3|23|M|writer|32067
4|24|M|technician|43537
5|33|F|other|15213
6|42|M|executive|98101
7|57|M|administrator|91344
8|36|M|administrator|05201
9|29|M|student|01002
10|53|M|lawyer|90703
11|39|F|other|30329
12|28|F|other|06405
13|47|M|educator|29206
14|45|M|scientist|55106
15|49|F|... | {
"pile_set_name": "Github"
} |
/*
StandardStepper.cpp
This is used for a stepper motor that just requires step and direction
pins.
TODO: Add an enable pin
Part of Grbl_ESP32
2020 - Bart Dring
Grbl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as publis... | {
"pile_set_name": "Github"
} |
<?php
namespace WPEmergeTests\Middleware;
use GuzzleHttp\Psr7;
use GuzzleHttp\Psr7\Response as Psr7Response;
use Mockery;
use Psr\Http\Message\ResponseInterface;
use WP_UnitTestCase;
use WPEmerge\Responses\ConvertsToResponseTrait;
use WPEmerge\Responses\ResponsableInterface;
use WPEmerge\Responses\ResponseService;
/... | {
"pile_set_name": "Github"
} |
package de.metas.esb.edi.model;
/** Generated Interface for EDI_cctop_invoic_500_v
* @author metasfresh (generated)
*/
@SuppressWarnings("javadoc")
public interface I_EDI_cctop_invoic_500_v
{
/** TableName=EDI_cctop_invoic_500_v */
public static final String Table_Name = "EDI_cctop_invoic_500_v";
/... | {
"pile_set_name": "Github"
} |
//
// MPRewardedVideoDelegateMock.h
//
// Copyright 2018-2020 Twitter, Inc.
// Licensed under the MoPub SDK License Agreement
// http://www.mopub.com/legal/sdk-license-agreement/
//
#import <Foundation/Foundation.h>
#import "MPRewardedVideo.h"
NS_ASSUME_NONNULL_BEGIN
@interface MPRewardedVideoDelegateMock : NSOb... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/formatarticleurl.R
\name{formatarticleurl}
\alias{formatarticleurl}
\title{Format a URL for a specific article in a specific PLoS journal.}
\usage{
formatarticleurl(doi, journal)
}
\arguments{
\item{doi}{digital object identifier for an artic... | {
"pile_set_name": "Github"
} |
//
// ContextMenu+ContextMenuPresentationControllerDelegate.swift
// ThingsUI
//
// Created by Ryan Nystrom on 3/10/18.
// Copyright © 2018 Ryan Nystrom. All rights reserved.
//
import UIKit
extension ContextMenu: ContextMenuPresentationControllerDelegate {
func willDismiss(presentationController: ContextMen... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <stdio.h>
#include "xlsxio_write.h"
int main (int argc, char* argv[])
{
xlsxiowriter handle;
if (argc <= 1)
return 0;
unlink(argv[1]);
if ((handle = xlsxiowrite_open(argv[1])) == NULL) {
fprintf(stderr, "Error creating zip file\n");
return 1;
}
//write... | {
"pile_set_name": "Github"
} |
package d2records
// SoundEnvironments contains the SoundEnviron records
type SoundEnvironments map[int]*SoundEnvironRecord
// SoundEnvironRecord describes the different sound environments. Not listed on Phrozen Keep.
type SoundEnvironRecord struct {
Handle string
Index int
Song int
... | {
"pile_set_name": "Github"
} |
# The following resets the data for use with the update section
# For both tables:
# Table data is removed.
# The identity column is set to start with the id after the starting data.
# Using the executemany function an array of starting data is inserted into the table.
# Code Sample from the tutorial at https://lear... | {
"pile_set_name": "Github"
} |
module.exports = require('./includes');
| {
"pile_set_name": "Github"
} |
using System;
using Microsoft.VisualStudio.Shell.Flavor;
using System.Runtime.InteropServices;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Shell.Interop;
namespace Microsoft.Samples.VisualStudio.IronPython.Project.WPFProviders
{
[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
[G... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* ThinkUp/webapp/plugins/insightsgenerator/tests/TestOfTwitterAgeInsight.php
*
* Copyright (c) 2014-2016 Chris Moyer
*
* LICENSE:
*
* This file is part of ThinkUp (http://thinkup.com).
*
* ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
... | {
"pile_set_name": "Github"
} |
componentWillReceiveProps Not Triggered After Mounting
**React** `this.props.children`
`ref` callback attribute
Default values for props
Shortcut for transferring props | {
"pile_set_name": "Github"
} |
/******************************************************************
*
* MediaServer for CyberLink
*
* Copyright (C) Satoshi Konno 2003-2004
*
* File : SearchAction
*
* Revision:
*
* 08/16/04
* - Changed getObjectID() to return the string value.
*
******************************************************************/
pac... | {
"pile_set_name": "Github"
} |
package yaml
const (
// The size of the input raw buffer.
input_raw_buffer_size = 512
// The size of the input buffer.
// It should be possible to decode the whole raw buffer.
input_buffer_size = input_raw_buffer_size * 3
// The size of the output buffer.
output_buffer_size = 128
// The size of the output r... | {
"pile_set_name": "Github"
} |
node_dir: /data/
node_version: 0.10.21
| {
"pile_set_name": "Github"
} |
#region BSD License
/* Copyright (c) 2013-2018, Doxense SAS
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 cond... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="zh_CN">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>KExportImageDialog</name>
<message>
<source>export image file</source>
<translation type="unfinished"></translation>
</message>
<message>
<s... | {
"pile_set_name": "Github"
} |
#ifndef B43legacy_LEDS_H_
#define B43legacy_LEDS_H_
struct b43legacy_wldev;
#ifdef CONFIG_B43LEGACY_LEDS
#include <linux/types.h>
#include <linux/leds.h>
#define B43legacy_LED_MAX_NAME_LEN 31
struct b43legacy_led {
struct b43legacy_wldev *dev;
/* The LED class device */
struct led_classdev led_dev;
/* The ind... | {
"pile_set_name": "Github"
} |
# Do not edit, changes to this file will be lost on upgrades
# /etc/sysctl.conf can be used to customize sysctl settings
# disable bridge firewalling by default
net.bridge.bridge-nf-call-arptables=1
net.bridge.bridge-nf-call-ip6tables=1
net.bridge.bridge-nf-call-iptables=1
| {
"pile_set_name": "Github"
} |
{ "wp:global": { "qed": { "total": 1, "valid": 1 },
"wp:main": { "total": 1, "valid": 1 } },
"wp:functions": { "bug": { "bug_ensures": { "qed": { "total": 1,
"valid": 1 },
"wp:main": { "total": 1,
... | {
"pile_set_name": "Github"
} |
<a href='http://github.com/angular/angular.js/edit/master/src/ngTouch/swipe.js' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<a href='http://github.com/angular/angular.js/tree/master/src/ngTouch/swipe.js#L5' class='view-source pull-right btn btn-primary'>
... | {
"pile_set_name": "Github"
} |
#include "jsonrpc.c"
#include "mock_client_buf.h"
#include "mock_log.h"
#define MOCKED_LGTD_PROTO_TAG
#include "mock_proto.h"
#include "mock_wire_proto.h"
#include "mock_gateway.h"
#include "test_jsonrpc_utils.h"
static bool tag_called = false;
void
lgtd_proto_tag(struct lgtd_client *client,
const st... | {
"pile_set_name": "Github"
} |
# tildify [](https://travis-ci.org/sindresorhus/tildify)
> Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` => `~/dev`
## Install
```sh
$ npm install --save tildify
```
## Usage
```js
var tildify = require('tildify');... | {
"pile_set_name": "Github"
} |
___ ____ __ _ ____ ____ __ ___ __ __ _ ____
/ __)( __)( ( \( __)( _ \( )/ __)/ \ ( ( \/ ___)
( (_ \ ) _) / / ) _) ) / )(( (__( O )/ /\___ \
\___/(____)\_)__)(____)(__\_)(__)\___)\__/ \_)__)(____/
Genericons are vector icons embedded in a webfont designed to be clean and simple keeping ... | {
"pile_set_name": "Github"
} |
; ======================================================================================================================
; Function: Additional functions for ImageLists.
; Tested with: AHK 1.1.13.01 (A32/U32/U64)
; Tested on: Win 7 (x64)
; Changelog:
; 1.0.00.00/2014-01-04/just me
; Common Para... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// Project: SproutCore - JavaScript Application Framework
// Copyright: ©2006-2010 Apple Inc. and contributors.
// License: Licensed under MIT license (see license.js)
// ===================================================================... | {
"pile_set_name": "Github"
} |
.util-border-radius-none {
-webkit-border-radius: none;
-moz-border-radius: none;
border-radius: none;
}
.util-text-ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.util-textHidden {
text-indent: -9999px;
overflow: hidden;
}
.AXToolBar .ax-root-menu-item {
position: relati... | {
"pile_set_name": "Github"
} |
//
// SSCheckMark.swift
// Pods
//
// Created by DragonCherry on 5/26/17.
//
//
import UIKit
enum SSCheckMarkStyle {
case openCircle
case grayedOut
}
open class SSCheckMark: UIView {
open var isChecked: Bool = true {
didSet { setNeedsDisplay() }
}
var checkMarkStyle: SSCheckM... | {
"pile_set_name": "Github"
} |
import { getPosition, getValue } from "data-with-position";
import kindOf from "kind-of";
import _ from "lodash";
import { Position } from "unist";
import { LitvisDocument } from "../../types";
export const extractElmSourceDirectories = (
dataWithPosition,
document: LitvisDocument,
): {
paths: string[];
posit... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/*
* ----------------
* Blessr2 frontend
* ----------------
* author: pancake@nopcode.org
* date: 2015-12-25
*/
'use strict';
const r2pipe = require('r2pipe');
const process = require('process');
const blessed = require('blessed');
const contrib = require('blessed-contrib');
const program =... | {
"pile_set_name": "Github"
} |
1
301
601
868
1168
1468
1542
| {
"pile_set_name": "Github"
} |
import { TestContracts } from './TestContracts';
import { SendOptions, TxResult, Integer } from '../../src/types';
export class TestPolynomialInterestSetter {
private contracts: TestContracts;
constructor(
contracts: TestContracts,
) {
this.contracts = contracts;
}
public getAddress(): string {
... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Xamarin.Forms.CustomAttributes;
using Xamarin.Forms.Internals;
using Xamarin.Forms.Xaml;
#if UITEST
using Xamarin.UITest;
using NUnit.Framework;
using Xamarin.Forms.Core.UITests;
#endif
namespace Xamarin.Forms.Controls.Issues... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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"
} |
var searchData=
[
['pvrassets',['PVRAssets',['../index.html',1,'']]]
];
| {
"pile_set_name": "Github"
} |
" Vim filetype plugin file
" Language: dircolors(1) input file
" Maintainer: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2008-07-09
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo&vim
let b:undo_ftplugin = "setl com< cms< fo<"
setlocal comments=:#... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003-2010 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"context"
"encoding/json"
"fmt"
"net/url"
"gopkg.in/olivere/elastic.v5/uritemplates"
)
// IngestDeleteP... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
namespace Core2D.Renderer
{
/// <summary>
/// Defines key based image data cache contract.
/// </summary>
public interface IImageCache : IObservableObject
{
/// <summary>
/// Gets image keys collection.
/// </summary>
IEnumerable<II... | {
"pile_set_name": "Github"
} |
// Package controlreference provides an API for the control reference documentation app
// to query the list of known controls.
package controlreference
import (
"encoding/json"
"fmt"
"io"
"os"
"path/filepath"
"sort"
"strings"
"sync"
"dcs-bios.a10c.de/dcs-bios-hub/jsonapi"
)
// IOElement re... | {
"pile_set_name": "Github"
} |
using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// AlipayEbppJfexportChargeinstQueryModel Data Structure.
/// </summary>
public class AlipayEbppJfexportChargeinstQueryModel : AlipayObject
{
/// <summary>
/// 业务类型英文简称,固定传JF... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#pragma once
#include <evntcons.h>
#include <functional>
#include <algorithm>
#include <string>
#include "../compiler_check.hpp"
#include "comparers.hpp"
#include "..... | {
"pile_set_name": "Github"
} |
.. py:module:: datatable
datatable API
=============
Symbols listed here are available for import from the ``datatable`` module.
Submodules
----------
.. list-table::
:widths: auto
:class: api-table
* - :mod:`math. <datatable.math>`
- Mathematical functions, similar to python's :mod:`math` modu... | {
"pile_set_name": "Github"
} |
[
{
"CollectPEBSRecord": "1",
"PublicDescription": "Counts every core cycle when a Data-side (walks due to a data operation) page walk is in progress.",
"EventCode": "0x05",
"Counter": "0,1,2,3",
"UMask": "0x1",
"EventName": "PAGE_WALKS.D_SIDE_CYCLES",
"Sample... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006-2017 http://thinkphp.cn All rights reserved.
// +-----------------------------------------... | {
"pile_set_name": "Github"
} |
### FILE="Main.annotation"
# Copyright: Public domain.
# Filename: MAIN.agc
# Purpose: The main source file for Comanche revision 051.
# It is part of the reconstructed source code for the
# original release of the flight software for the Command
# Module's (CM) Apo... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". //
//////////////////... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2015 Kevin Ross
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.
from lib.cuckoo.common.abstracts import Signature
class DisablesSystemRestore(Signature):
name = "disables_system_restore"
description = "Attempts to disab... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2013 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 "lice... | {
"pile_set_name": "Github"
} |
.class synthetic Landroid/gesture/GestureOverlayView$1;
.super Ljava/lang/Object;
.source "GestureOverlayView.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/gesture/GestureOverlayView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = ... | {
"pile_set_name": "Github"
} |
/*
OOExhaustPlumeEntity.m
Oolite
Copyright (C) 2004-2013 Giles C Williams and contributors
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any ... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f4xx_spi.h
* @author MCD Application Team
* @version V1.1.0
* @date 11-January-2013
* @brief This file contains all the functions prototypes for the SPI
* firmware library.
***************... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------
// BC.h
//
// Block-compression (BC) functionality
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHAN... | {
"pile_set_name": "Github"
} |
module fsieve
import StdClass; // RWS
import StdInt, StdReal
NrOfPrimes :== 3000
primes :: [Int]
primes = pr where pr = [5 : sieve 7 4 pr]
sieve :: Int !Int [Int] -> [Int]
sieve g i prs
| isPrime prs g (toInt (sqrt (toReal g))) = [g : sieve` g i prs]
| otherwise = sieve (g + i) (6 - i)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="/benchmark/js/jquery.min.js"></script>
<script type="text/javascript" src="/benchmark/js/js.cookie.js"></script>
<title>Be... | {
"pile_set_name": "Github"
} |
#SampleID BarcodeSequence LinkerPrimerSequence Environment Description
A TTCCAGGCAGAT GGACTACHVGGGTWTCTAAT Env1 A_Env1
B TTCCAGGCAGAT GGACTACHVGGGTWTCTAAT Env1 B_Env1
C TTCCAGGCAGAT GGACTACHVGGGTWTCTAAT Env2 C_Env2
| {
"pile_set_name": "Github"
} |
臨床工学技士学校養成所指定規則
(昭和六十三年三月二十八日文部省・厚生省令第二号)最終改正:平成一九年一二月二五日文部科学省・厚生労働省令第二号
臨床工学技士法
(昭和六十二年法律第六十号)第三十六条
の規定に基づき、臨床工学技士学校養成所指定規則を次のように定める。
(この省令の趣旨)
第一条
臨床工学技士法
(昭和六十二年法律第六十号。以下「法」という。)第十四条第一号
から第三号
までの規定に基づく学校又は臨床工学技士養成所(以下「養成所」という。)の指定に関しては、この省令の定めるところによる。
2
前項の学校とは、学校教育法
(昭和二十二年法律第二十六号)第一条
に規定する学校及びこれに附設される同法第百二... | {
"pile_set_name": "Github"
} |
package ecs
//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 writing, software
//distribut... | {
"pile_set_name": "Github"
} |
--- elisa/plugins/pigment/pigment_frontend.py.orig 2008-12-11 16:14:16.000000000 +0100
+++ elisa/plugins/pigment/pigment_frontend.py 2008-12-11 16:18:24.000000000 +0100
@@ -747,6 +747,10 @@
# no dbus support
return
+ if dbus.version < (0, 82, 0):
+ # dbus too old
+ ... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) DataStax Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | {
"pile_set_name": "Github"
} |
Operator: gamedev::fire_presets
Label: GameDev Fire Presets
Path: oplib:/gamedev::Object/fire_presets?gamedev::Object/fire_presets
Icon: opdef:/gamedev::Object/fire_presets?IconSVG
Table: Object
License:
Extra:
User:
Inputs: 0 to 0
Subnet: true
Python... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="kankan.wheel" android:versionCode="2" android:versionName="2.1">
<application android:label="Android Wheel Widget">
</application>
<uses-sdk android:minSdkVersion="5" android:targetSdkVersi... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
package com.alibaba.json.bvt.util;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.util.List;
import org.junit.Assert;
import com.alibaba.fastjson.util.FieldInfo;
import com.alibaba.fastjson.util.ParameterizedTypeImpl;
import junit.framework.TestCase;
pub... | {
"pile_set_name": "Github"
} |
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2015 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 applicable law ... | {
"pile_set_name": "Github"
} |
<?php
// If uninstall not called from WordPress, then exit
if (!defined('WP_UNINSTALL_PLUGIN')) {
exit();
}
/**
* Uninstall operations
*/
function single_uninstall() {
// delete subscribers table
$GLOBALS['wpdb']->query("DROP TABLE IF EXISTS {$GLOBALS['wpdb']->prefix}wpmm_subscribers");
// delete o... | {
"pile_set_name": "Github"
} |
no warnings:
| {
"pile_set_name": "Github"
} |
package critical_connections_in_a_network_1192
import (
"math"
)
// Note: review this. Good graph algorithm.
// Finding bridges in graph: https://www.youtube.com/watch?v=thLQYBlz2DM
// A bridge is a connection that is critical in the context of this problem.
// An articulation point is any node, which removed, would... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
cimport pcl_sample_consensus_190 as pcl_sac
cimport pcl_features_190 as pcl_ftr
cimport pcl_filters_190 as pcl_fil
cimport pcl_range_image_190 as pcl_rim
cimport pcl_segmentation_190 as pcl_seg
| {
"pile_set_name": "Github"
} |
# Tenko parser test case
- Path: tests/testcases/strict_mode/directive_headers/ident_3d_5byield5d/function_expr/as_param_name_w2fo_directive.md
> :: strict mode : directive headers : ident 3d 5byield5d : function expr
>
> ::> as param name w2fo directive
## Input
`````js
f = function f(yield){ }
`````
## Output
_... | {
"pile_set_name": "Github"
} |
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [puppeteer](./puppeteer.md) > [WebWorker](./puppeteer.webworker.md)
## WebWorker class
The WebWorker class represents a [WebWorker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)<!-- -... | {
"pile_set_name": "Github"
} |
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structu... | {
"pile_set_name": "Github"
} |
by Knowledge Dynamics Corp
| {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft and Contributors. All rights reserved. Licensed under the University of Illinois/NCSA Open Source License. See LICENSE.txt in the project root for license information.
using ClangSharp.Interop;
namespace ClangSharp
{
public sealed class IndirectFieldDecl : ValueDecl, IMergeable<Indirect... | {
"pile_set_name": "Github"
} |
cmake_minimum_required (VERSION 3.0)
# Emulate HunterGate:
# * https://github.com/hunter-packages/gate
include("../common.cmake")
project(dowload-nlohmann-json)
# DOCUMENTATION_START {
hunter_add_package(nlohmann_json)
find_package(nlohmann_json CONFIG REQUIRED)
add_executable(main main.cpp)
target_link_libraries(m... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_PREDEF_ARCHITECTURE_SUPERH_H
#define BOOST_PREDEF_ARCHITECTURE_SUPERH_H
#include <boost/predef/version_number.h>
#inclu... | {
"pile_set_name": "Github"
} |
Documentation files for Tigon
## License and Trademarks
Copyright © 2014 Cask Data, 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 require... | {
"pile_set_name": "Github"
} |
# Output products list for <cordic_rotator>
_xmsgs/pn_parser.xmsgs
cordic_rotator/doc/cordic_v5_0_readme.txt
cordic_rotator/doc/cordic_v5_0_vinfo.html
cordic_rotator/doc/ds858_cordic.pdf
cordic_rotator.asy
cordic_rotator.gise
cordic_rotator.ngc
cordic_rotator.v
cordic_rotator.veo
cordic_rotator.xco
cordic_rotator.xise
... | {
"pile_set_name": "Github"
} |
'use strict'
var url = require('url')
var qs = require('qs')
var caseless = require('caseless')
var uuid = require('uuid')
var oauth = require('oauth-sign')
var crypto = require('crypto')
var Buffer = require('safe-buffer').Buffer
function OAuth (request) {
this.request = request
this.params = null
}
OAuth.proto... | {
"pile_set_name": "Github"
} |
/*
* Intersil ISL1208 rtc class driver
*
* Copyright 2005,2006 Hebert Valerio Riedel <hvr@gnu.org>
*
* 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 Licen... | {
"pile_set_name": "Github"
} |
commit 042724e30d5690ab67a6c04aea48a16b9a3b085b
Author: Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>
Date: Fri May 3 01:37:41 2013 +0200
Make LIVE compile and work with Tntnet and cxxtools version 2.2.
Thanks to Tommi Mäkitalo for his help on resolving the issues.
This problem was reported by ... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">DS4Android</string>
</resources>
| {
"pile_set_name": "Github"
} |
function logL = LogLikelihoodCCRF(y_coll, x_coll, alphas, betas,...
lambda_a,lambda_b, PrecalcBsFlat,...
SigmaInvs, ChDecomps, Sigmas)
% Calculating the log likelihood of the CCRF with multi alpha and beta
Q = numel(y_coll);
logL = 0;
for q=1:Q
... | {
"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 atomic_test
import (
"runtime/internal/atomic"
"testing"
)
var sink interface{}
func BenchmarkAtomicLoad64(b *testing.B) {
var x uint64
sink = &x... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>12--Group_12_Group_Group_12_Group_Group_12_481.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>... | {
"pile_set_name": "Github"
} |
/*
jep - Java Embedded Python
Copyright (c) 2015-2019 JEP AUTHORS.
This file is licensed under the the zlib/libpng License.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.