text stringlengths 2 99.9k | meta dict |
|---|---|
P QUAGGAlibs Quagga common runtime libraries
@PACKAGE_VERSION@,REV=@CONFDATE@
| {
"pile_set_name": "Github"
} |
This test verifies Snowflake compatibility. See also:
https://dev.twitter.com/docs/twitter-ids-json-and-snowflake
| {
"pile_set_name": "Github"
} |
# -*- coding:utf-8 -*-
# ##### BEGIN LGPL LICENSE BLOCK #####
# GEOS - Geometry Engine Open Source
# http://geos.osgeo.org
#
# Copyright (C) 2011 Sandro Santilli <strk@kbt.io>
# Copyright (C) 2005 2006 Refractions Research Inc.
# Copyright (C) 2001-2002 Vivid Solutions Inc.
# Copyright (C) 1995 Olivier Devill... | {
"pile_set_name": "Github"
} |
#include "io.h"
int main(void)
{
long long rt;
long long achi, acli;
long long res;
achi = 0x87654321;
acli = 0x12345678;
res = 0x123456;
__asm
("mthi %1, $ac1\n\t"
"mtlo %2, $ac1\n\t"
"dextr.w %0, $ac1, 0x8\n\t"
: "=r"(rt)
: "r"(achi), "r"(acl... | {
"pile_set_name": "Github"
} |
.\" **************************************************************************
.\" * _ _ ____ _
.\" * Project ___| | | | _ \| |
.\" * / __| | | | |_) | |
.\" * | (__| |_| | _ <| |___
.\" * ... | {
"pile_set_name": "Github"
} |
package com.google.android.gms.wearable;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.common.api.g;
import com.google.android.gms.common.data.DataHolder;
import com.google.android.gms.common.data.h;
public final class e
extends h<d>
implements g
{
private final Status RC;
... | {
"pile_set_name": "Github"
} |
<zk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul/zul.xsd"
xmlns:n="http://www.zkoss.org/2005/zk/native">
<label multiline="true">
1.you should see value1 is A value2 is B
2.edit on value1 and value2, set to Aa and Ba, you will see a length validation warn... | {
"pile_set_name": "Github"
} |
# To learn about Buck see [Docs](https://buckbuild.com/).
# To run your application with Buck:
# - install Buck
# - `npm start` - to start the packager
# - `cd android`
# - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Androi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="Configs.xslt"?>
<sfxConfigs>
<config name="Simple by Igor Pavlov" modules="7z.sfx;7zCon.sfx"/>
<config name="Installer by Igor Pavlov" modules="7zS.sfx;7zSD.sfx">
<id description="Title for messages" command="Title" />
<id description=... | {
"pile_set_name": "Github"
} |
/*
* Driver for CPM (SCC/SMC) serial ports; core driver
*
* Based on arch/ppc/cpm2_io/uart.c by Dan Malek
* Based on ppc8xx.c by Thomas Gleixner
* Based on drivers/serial/amba.c by Russell King
*
* Maintainer: Kumar Gala (galak@kernel.crashing.org) (CPM2)
* Pantelis Antoniou (panto@intracom.gr... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Intents/INIntentResponse.h>
#import <Intents/INSetTaskAttributeIntentResponseExport-Protocol.h>
@class INTask, NSString;
@i... | {
"pile_set_name": "Github"
} |
package test.jaxrs.httpmethod.noannotation
import javax.ws.rs.Path
@Path("")
class NoAnnotation | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.map');
module.exports = require('../../modules/_core').Array.map;
| {
"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"
} |
using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading.Tasks;
using GeneticSharp.Domain.Randomizations;
using NUnit.Framework;
namespace GeneticSharp.Domain.UnitTests.Randomizations
{
[TestFixture()]
[Category("Randomizations")]
public class FastRandomRandomizationTe... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file startup_stm32f410rx.s
* @author MCD Application Team
* @brief STM32F410Rx Devices vector table for GCC based toolchains.
* This module performs:
* - Set the initial SP
* ... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
#
# Copyright (c) 2018 Kenshi Muto
#
# This program is free software.
# You can distribute or modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.
# For details of the GNU LGPL, see the file "COPYING".
require 'pathname'
bindir = Pathname.new(__FILE__).... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 1998-2012 Apple Inc. All rights reserved.
*
* @APPLE_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 except in
* com... | {
"pile_set_name": "Github"
} |
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Class for handling Cloud Files Authentication, call it's {@link authenticate()}
* method to obtain authorized service urls and an authentication token.
*
* Example:
* <code>
* # Create the authentication instance
* #
* $auth = new CF_Authenticat... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Hootenanny.
*
* Hootenanny 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.
*
* This program is distri... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "type-is@^1.5.5",
"scope": null,
"escapedName": "type-is",
"name": "type-is",
"rawSpec": "^1.5.5",
"spec": ">=1.5.5 <2.0.0",
"type": "range"
},
"/webser/mic/vagrant-php/docker/app/www/openMina/node_modules/koa"
]... | {
"pile_set_name": "Github"
} |
Intel Branch Trace Store
========================
Overview
========
Intel BTS could be regarded as a predecessor to Intel PT and has some
similarities because it can also identify every branch a program takes. A
notable difference is that Intel BTS has no timing information and as a
consequence the present implement... | {
"pile_set_name": "Github"
} |
# Building Node.js
Depending on what platform or features you require, the build process may
differ slightly. After you've successfully built a binary, running the
test suite to validate that the binary works as intended is a good next step.
If you consistently can reproduce a test failure, search for it in the
[Node... | {
"pile_set_name": "Github"
} |
Fura Powerline
==============
Font creator
: Erik Spiekermann, Ralph du Carrois (Carrois Type Design, Mozilla
Foundation)
Version
: 3.111
Source
: <https://github.com/mozilla/Fira>
License
: SIL OPEN FONT LICENSE Version 1.1
Patched by
: [Pablo Olmos de Aguilera C.](https://github.com/PaBLoX-CL)... | {
"pile_set_name": "Github"
} |
// errorcheck
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
func main() {
var x int;
x := 0; // ERROR "declar|:="
_ = x;
}
| {
"pile_set_name": "Github"
} |
h = 0.1;
Point(1) = {0, 0, 0, h};
Point(2) = {0, 0, 5, h};
Point(3) = {-1, 0, 5, h};
Point(4) = {-1, 0, 0, h};
Line(1) = {1, 2};
Line(2) = {2, 3};
Line(3) = {3, 4};
Line(4) = {4, 1};
Line Loop(5) = {1, 2, 3, 4};
Plane Surface(5) = {5};
Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} {
Surface{5};
}
Extrude {{0, 0, 1}, {0, 0... | {
"pile_set_name": "Github"
} |
From sentto-2242572-60165-1038789071-jm=jmason.org@returns.groups.yahoo.com Mon Dec 2 11:25:35 2002
Return-Path: <sentto-2242572-60165-1038789071-yyyy=spamassassin.taint.org@returns.groups.yahoo.com>
Delivered-To: yyyy@localhost.spamassassin.taint.org
Received: from localhost (jalapeno [127.0.0.1])
by jmason.org (Po... | {
"pile_set_name": "Github"
} |
#pragma once
#include <QtWidgets/QDialog>
#include "editor/compiler/interface/Exporter.h"
class QGroupBox;
namespace AxiomModel {
class Project;
}
namespace AxiomGui {
class AudioConfigWidget;
class TargetConfigWidget;
class CodeConfigWidget;
class ObjectOutputConfigWidget;
class MetaOutput... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = require("./DOMException").interface;
Object.setPrototypeOf(module.exports.prototype, Error.prototype);
| {
"pile_set_name": "Github"
} |
<?php
namespace App\Http\Controllers\Api;
use App\Models\Contact\Tag;
use Illuminate\Http\Request;
use App\Models\Contact\Contact;
use App\Services\Contact\Tag\DetachTag;
use Illuminate\Support\Facades\Validator;
use App\Services\Contact\Tag\AssociateTag;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use A... | {
"pile_set_name": "Github"
} |
config DRM_MSM
tristate "MSM DRM"
depends on DRM
depends on ARCH_QCOM || (ARM && COMPILE_TEST)
depends on OF && COMMON_CLK
depends on MMU
select QCOM_MDT_LOADER if ARCH_QCOM
select REGULATOR
select DRM_KMS_HELPER
select DRM_PANEL
select SHMEM
select TMPFS
select QCOM_SCM
select SND_SOC_HDMI_CODEC if SND_S... | {
"pile_set_name": "Github"
} |
99b39b0286428ccf9c788545dfccb49f *tests/data/fate/vsynth2-ffv1-v3-rgb48.avi
15089212 tests/data/fate/vsynth2-ffv1-v3-rgb48.avi
b7278d99ea84fe8becf02de773fee0a5 *tests/data/fate/vsynth2-ffv1-v3-rgb48.out.rawvideo
stddev: 1.43 PSNR: 44.97 MAXDIFF: 28 bytes: 7603200/ 7603200
| {
"pile_set_name": "Github"
} |
2.1.1 / 2014-12-29
==================
* browser: use `typeof` to check for `console` existence
* browser: check for `console.log` truthiness (fix IE 8/9)
* browser: add support for Chrome apps
* Readme: added Windows usage remarks
* Add `bower.json` to properly support bower install
2.1.0 / 2014-10-15
====... | {
"pile_set_name": "Github"
} |
# Node and Browser
This example shows how to reuse code to render interactive graphs in your browser and how to save them as images from node.js
# Demo
These images were created from node.js ([1]):
<a href='http://anvaka.github.io/ngraph/examples/fabric.js/Node%20and%20Browser/index.html?graph=grid'><img alt='grid 10... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2020 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2009, Luke Benstead, Carsten Haubold
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"
} |
/* (C) Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005 Stijn van Dongen
* (C) Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Stijn van Dongen
* (C) Copyright 2013 Stijn van Dongen
*
* This file is part of MCL. You can redistribute and/or modify MCL under the
* terms of the GNU General Public License;... | {
"pile_set_name": "Github"
} |
// Copyright 2019+ Klaus Post. All rights reserved.
// License information can be found in the LICENSE file.
// Based on work by Yann Collet, released under BSD License.
package zstd
const (
dFastLongTableBits = 17 // Bits used in the long match table
dFastLongTableSize = 1 << dFastLongTableBit... | {
"pile_set_name": "Github"
} |
---
title: "Set up a connector to archive FX Connect data in Microsoft 365"
f1.keywords:
- NOCSH
ms.author: markjjo
author: markjjo
manager: laurawi
ms.date:
audience: Admin
ms.topic: how-to
ms.service: O365-seccomp
localization_priority: Normal
ms.collection: M365-security-compliance
description: "Admins can set up a... | {
"pile_set_name": "Github"
} |
var test = require("tap").test
var fixNameField = require("../lib/fixer.js").fixNameField
var fixBinField = require("../lib/fixer.js").fixBinField
test("a simple scoped module has a valid name", function (t) {
var data = {name : "@org/package"}
fixNameField(data, false)
t.equal(data.name, "@org/package", "name ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require "pakyow/routing"
require "pakyow/presenter"
require_relative "assets/framework"
require_relative "behavior/assets/externals"
require_relative "behavior/assets/multiapp"
require_relative "behavior/assets/relocate_assets"
module Pakyow
config.commands.paths << File.expand_path("... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
// de Barcelona (UAB).
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#include "Carla.h"
#include "Carla/Game/CarlaStaticDelegates.h"
FCarlaStaticDelegates::FOnEpis... | {
"pile_set_name": "Github"
} |
//MIT, 2014-present, WinterDev
using System;
namespace PixelFarm.Drawing
{
public abstract class Image : IDisposable
{
IDisposable _innerImg;
bool _handleInnerImgAsOwner;
public abstract void Dispose();
public abstract int Width { get; }
public abstract int Height { g... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# EliasDB - Data mining collector example
#
# Copyright 2020 Matthias Ladkau. All rights reserved.
#
# 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 can obtain one at http://mozilla.org/MPL/2... | {
"pile_set_name": "Github"
} |
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - Control A Register"]
pub ctrla: CTRLA,
#[doc = "0x01 - Control B Register"]
pub ctrlb: CTRLB,
#[doc = "0x02 - Config A register"]
pub cfga: CFGA,
_reserved3: [u8; 4usize],
#[doc = "0x08 - Interrupt Enable Cl... | {
"pile_set_name": "Github"
} |
'use strict';
window.requestAnimationFrame = window.requestAnimationFrame || window.webkitRequestAnimationFrame;
navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia;
function createBlobFromeDataURL(base64DataURL) {
var strippedData = base64DataURL.substr(
base64DataURL.indexOf(';ba... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
<div class="form-group @hasErrorClass('title')">
{!! app()->form->label('title', 'Nome') !!}
{!! app()->form->text('title', null, ['class' => 'form-control', 'placeholder' => 'Nome da série...']) !!}
@errorBlock('title')
</div>
<div class="form-group @hasErrorClass('slug')">
{!! app()->form->label('slu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures restrictions</string>
<key>PayloadDisplayName<... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.signin;
import android.accounts.Account;
import android.annotation.SuppressLint;
import android.content.Context;
impo... | {
"pile_set_name": "Github"
} |
---
title: gocloud.dev/internal/openurl
type: pkg
---
| {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.22.0
// protoc v3.10.1
// source: envoy/config/filter/http/on_demand/v2/on_demand.proto
package envoy_config_filter_http_on_demand_v2
import (
_ "github.com/cncf/udpa/go/udpa/annotations"
_ "github.com/envoyproxy/protoc-gen-v... | {
"pile_set_name": "Github"
} |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation with the addition of the... | {
"pile_set_name": "Github"
} |
<?php
namespace Tests\Money;
use Money\Money;
use Money\PHPUnit\Comparator;
use PHPUnit\Framework\TestCase;
final class ComparatorTest extends TestCase
{
/**
* @var Comparator
*/
protected $comparator;
protected function setUp()
{
$this->comparator = new Comparator();
}
/*... | {
"pile_set_name": "Github"
} |
From 6aec1b94fe84f2fe3a82e3ff338fd4721c84db34 Mon Sep 17 00:00:00 2001
From: Howard Pritchard <howardp@lanl.gov>
Date: Mon, 12 Mar 2018 14:19:28 -0700
Subject: [PATCH] hdf5: make docs optional
With the current makefile, configuring in hdf5
hio plugin always ends up trying to generate docs.
Make generating hdf5/hio plu... | {
"pile_set_name": "Github"
} |
// Mixins
// --------------------------------------------------
// Utilities
@import "mixins/hide-text.less";
@import "mixins/opacity.less";
@import "mixins/image.less";
@import "mixins/labels.less";
@import "mixins/reset-filter.less";
@import "mixins/resize.less";
@import "mixins/responsive-visibility.less";
@import ... | {
"pile_set_name": "Github"
} |
import printer.(println);
record Bar (x:Int32, y:UInt64, z:UInt32);
newtype Foo = Bar;
main() {
println("Type(Foo) = ",Type(Foo));
println("TypeSize(Foo) = ",TypeSize(Foo));
println("BaseType(Foo) = ", BaseType(Foo));
println("NewType?(Foo) = ", NewType?(Foo));
var b = Bar(123, 456ul, 789u);
var a:Foo = bi... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 ipv6
import (
"net"
"syscall"
"golang.org/x/net/internal/iana"
"golang.org/x/net/internal/socket"
)
const (
// See ws2tcpip.h.
sysIPV6_UNICAST_... | {
"pile_set_name": "Github"
} |
/**
* @file
*
* @brief RTEMS Task Mode
* @ingroup ClassicTasks
*/
/*
* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE... | {
"pile_set_name": "Github"
} |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | {
"pile_set_name": "Github"
} |
$NetBSD: patch-aa,v 1.1.1.1 2003/07/02 13:28:32 jmmv Exp $
--- configure.orig 2003-07-02 14:24:21.000000000 +0200
+++ configure
@@ -3410,8 +3410,8 @@ echo "${ECHO_T}libraries $x_libraries, h
fi
-LDFLAGS="-L$x_libraries"
-CPPFLAGS="-I$x_includes"
+LDFLAGS="$LDFLAGS -L$x_libraries"
+CPPFLAGS="$CPPFLAGS -I$x_include... | {
"pile_set_name": "Github"
} |
<resources>
<string name="title_activity_settings">Settings</string>
<!-- Strings related to Settings -->
<!-- Example General settings -->
<string name="pref_header_general">General</string>
<string name="pref_title_social_recommendations">Enable social recommendations</string>
<string name=... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* This file is part of the PdfParser library.
*
* @author Sébastien MALOT <sebastien@malot.fr>
* @date 2017-01-03
*
* @license LGPLv3
* @url <https://github.com/smalot/pdfparser>
*
* PdfParser is a pdf library written in PHP, extraction oriented.
* Copyright (C) 2017 - S... | {
"pile_set_name": "Github"
} |
FROM ubuntu:14.04
RUN apt-get update -qy && apt-get install mutt offlineimap vim-nox abook elinks curl tmux cron zsh -y
ADD .muttrc /
ADD .offlineimaprc /
ADD .tmux.conf /
ADD mutt /.mutt
ADD vim /.vim
ADD vimrc /.vimrc
ADD crontab /etc/crontab
RUN chmod 644 /etc/crontab
RUN mkdir /Mail
RUN mkdir /.offlineimap
RUN ech... | {
"pile_set_name": "Github"
} |
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
import copy
import logging
import os
import re
import pytest
from pymqi import ensure_bytes
from six.moves import range
from datadog_checks.dev import docker_run
from datadog_checks.dev.conditions import... | {
"pile_set_name": "Github"
} |
/**
@author Benjamin Livshits <livshits@cs.stanford.edu>
$Id: Inter5.java,v 1.3 2006/04/04 20:00:40 livshits Exp $
*/
package securibench.micro.inter;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
impor... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# Multiqueue: Using pktgen threads for sending on multiple CPUs
# * adding devices to kernel threads
# * notice the naming scheme for keeping device names unique
# * nameing scheme: dev@thread_number
# * flow variation via random UDP source port
#
basedir=`dirname $0... | {
"pile_set_name": "Github"
} |
title = "UniWebView"
file = "README"
summary = """The main class of UniWebView. It represents a native web view and exposes a few APIs for you to use in
Unity. You could create and use an instance of `UniWebView` to show a page from URL, interact with the web content,
as well as receive a message from the web view.
... | {
"pile_set_name": "Github"
} |
CREATE FUNCTION afunction(text, text, numeric) RETURNS numeric AS '
DECLARE
param1 ALIAS FOR $1;
param2 ALIAS FOR $2;
param3 ALIAS FOR $3;
avg NUMERIC;
BEGIN
IF param1 = ''value1'' AND param2 = ''value2'' THEN
IF param3 = 0 THEN
RETURN -0.35;
ELSE IF param3 > 60 THEN
avg = 0;
ELS... | {
"pile_set_name": "Github"
} |
#include "gfx.h"
#include "floatgfx.h"
#include "imath.h"
int float_toitheta(double angle, int int_twopi)
{
return(FLOAT_TOITHETA(angle,int_twopi));
}
| {
"pile_set_name": "Github"
} |
function varargout = rgb2xyz(varargin)
% VL_RGB2XYZ Convert RGB color space to XYZ
% J=VL_RGB2XYZ(I) converts the CIE RGB image I to the image J in
% CIE XYZ format. CIE RGB has a white point of R=G=B=1.0
%
% VL_RGB2XYZ(I,WS) uses the specified RGB working space WS. The
% function supports the following RGB wo... | {
"pile_set_name": "Github"
} |
@{
Layout = "_Layout";
}
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/hfsplus/extents.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Handling of Extents both in catalog and extents overflow trees
*/
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002-2011. *
# * (C) Copyright Edward Diener 2011,2013. *
... | {
"pile_set_name": "Github"
} |
[config]
skip_core_tasks = true
[config.modify_core_tasks]
# if true, all core tasks are set to private (default false)
private = true
## Feature profiles
[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = "true"
[tasks.test-inner]
description = "Run tests on all the crates, without restarting PG"
dependencies = ["pg-crea... | {
"pile_set_name": "Github"
} |
Preface
===============================================================================
.. contents:: .
:local:
:depth: 2
:class: toc chapter-01
This book is open-access (i.e. it's free to read at `this address
<http://www.labri.fr/perso/nrougier/python-opengl>`_) because I believe
knowledge should be free.... | {
"pile_set_name": "Github"
} |
#%RAML 0.8
title: AMC-Configuration-Manager
version: 1.0
mediaType: application/json
securedBy: [x-token]
#baseUri: https://anypoint.mulesoft.com/configurer/api/v1
baseUri: http://mocksvc.mulesoft.com/mocks/3bf1f788-d944-4a7b-a995-413b31208475/configurer/api/v1
securitySchemes:
- x-token: !include security-bearer.ya... | {
"pile_set_name": "Github"
} |
# Horizon cmp
Tool that compares the responses of two Horizon servers and shows the diffs.
Useful for checking for regressions.
## Install
Compile the `horizon-cmp` binary:
```bash
go install ./tools/horizon-cmp
```
## Usage
`horizon-cmp` can be run in two modes:
- Crawling: start with a set of paths (defined in... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
"""Manage config entries in Home Assistant."""
import asyncio
import functools
import logging
from types import MappingProxyType
from typing import Any, Callable, Dict, List, Optional, Set, Union, cast
import weakref
import attr
from homeassistant import data_entry_flow, loader
from homeassistant.core import CALLBACK... | {
"pile_set_name": "Github"
} |
import { NDArray } from './';
import { NDMultiIter } from '../iterator';
import { array } from './array';
import * as blas from '../blas';
/**
* @static
* @memberof module:Globals
* @function add
* @description
* Adds `y` multiplied by `alpha` to `x`.
* Accelerated with BLAS `?axpy`.
* @param {NDArray} x
* @pa... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Exonum Team
//
// 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 i... | {
"pile_set_name": "Github"
} |
{
"word": "Cerebrospinal",
"definitions": [
"Relating to the brain and spine."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.impl;
import com.intellij.ide.CompositeSelectInTarget;
import com.intellij.ide.SelectInContext;
import com.intellij.ide.SelectInTarget;
import com.intel... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import invariant from './invariant';
// Renderers that don't support persistence
// can re-export everything from thi... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.string.repeat');
module.exports = require('../../modules/$.core').String.repeat; | {
"pile_set_name": "Github"
} |
#ifdef BLOG_CURRENT_CHANNEL
#undef BLOG_CURRENT_CHANNEL
#endif
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_ncd_net_backend_badvpn
| {
"pile_set_name": "Github"
} |
;
; Copyright (c) 2010 The WebM 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 in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... | {
"pile_set_name": "Github"
} |
# Hadoop MapReduce InputFormat/OutputFormat for TFRecords
This directory contains a [Apache Hadoop](http://hadoop.apache.org/) MapReduce
InputFormat/OutputFormat implementation for TensorFlow's TFRecords format.
This can also be used with [Apache Spark](http://spark.apache.org/).
## Prerequisites
1. [Apache Maven](h... | {
"pile_set_name": "Github"
} |
<Namespace Name="System.Data.Services.Providers">
<Docs>
<summary>Provides a series of interfaces that are implemented to define a custom data service provider for WCF Data Services.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see [Data Services Pr... | {
"pile_set_name": "Github"
} |
---
version: '3'
services:
elasticsearch:
build: elasticsearch/
environment:
ES_JAVA_OPTS: "-Xmx256m -Xms256m"
volumes:
- './elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro'
ports: ['9200:9200']
networks: ['s... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
class MyClass
{
public:
int add2(int j)
{
return add<2>(j);
}
private:
template <int i> int add(int j)
{
return i + j;
}
};
MyClass m;
// CHECK: metadata !{i32 {{.*}}, null, metadata !"MyClass"... | {
"pile_set_name": "Github"
} |
/** =======================================================================
* Vincent Hardy
* License terms: see svg-wow.org
* CC0 http://creativecommons.org/publicdomain/zero/1.0/
* ======================================================================= */
var UID = '_yuid',
NODE_NAME = 'nodeName';
Y.Nod... | {
"pile_set_name": "Github"
} |
#ifndef SIST2_LOG_H
#define SIST2_LOG_H
#define LOG_MAX_LENGTH 8192
#define SIST_DEBUG 0
#define SIST_INFO 1
#define SIST_WARNING 2
#define SIST_ERROR 3
#define SIST_FATAL 4
#define LOG_DEBUGF(filepath, fmt, ...) \
if (LogCtx.very_verbose) {sist_logf(filepath, SIST_DEBUG, fmt, __VA_ARGS__);}
#define LOG_DEBUG(f... | {
"pile_set_name": "Github"
} |
manage Shader Programs within a context
### readyShaderProgram(vertexCode, fragmentCode, geometryCode)
make sure the specified shaders are compiled, linked, and bound
### readyShaderProgram(shaders)
make sure the specified shaders are compiled, linked, and bound
will increment the reference count on the shaders if ... | {
"pile_set_name": "Github"
} |
// Copyright 2010 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris
// Unix environment variables.
package unix
import "syscall"
func Getenv(key string) (va... | {
"pile_set_name": "Github"
} |
<resources>
<string name="app_name">androidWidgetPoc</string>
</resources>
| {
"pile_set_name": "Github"
} |
/*
* ============================================================================
* GNU General Public License
* ============================================================================
*
* Copyright (C) 2006-2011 Serotonin Software Technologies Inc. http://serotoninsoftware.com
* @author Matthew Lohbihler
*... | {
"pile_set_name": "Github"
} |
Title: Add missing variable SERVICEDOWNTIME to alert handlers
Level: 1
Edition: cee
Component: cmc
Class: fix
Compatible: compat
State: unknown
Version: 1.4.0i1
Date: 1458662292
| {
"pile_set_name": "Github"
} |
/***************************************************************************
* LPRng - An Extended Print Spooler System
*
* Copyright 1988-2003, Patrick Powell, San Diego, CA
* papowell@lprng.com
* See LICENSE for conditions of use.
*
**************************************************************************... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.