text stringlengths 2 99.9k | meta dict |
|---|---|
# created by tools/tclZIC.tcl - do not edit
set TZData(:America/Lima) {
{-9223372036854775808 -18492 0 LMT}
{-2524503108 -18516 0 LMT}
{-1938538284 -14400 0 -05}
{-1002052800 -18000 0 -05}
{-986756400 -14400 1 -05}
{-971035200 -18000 0 -05}
{-955306800 -14400 1 -05}
{-939585600 -18000 0... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Παράρτημα A. Γλώσσες - Κατάλογος με κωδικούς κατά ISO 639</title>
<link rel="stylesheet" type="text/css" href="OmegaT.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<lin... | {
"pile_set_name": "Github"
} |
/*
* arch/arm/mach-omap2/include/mach/clkdev.h
*/
#include <plat/clkdev.h>
| {
"pile_set_name": "Github"
} |
/* eslint-disable */
require('eventsource-polyfill')
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
hotClient.subscribe(function (event) {
if (event.action === 'reload') {
window.location.reload()
}
})
| {
"pile_set_name": "Github"
} |
#begin document (wb/sel/56/sel_5623); part 000
wb/sel/56/sel_5623 -1 0 [WORD] XX (TOP* - - - - * -
wb/sel/56/sel_5623 -1 1 [WORD] XX * - - - - * -
wb/sel/56/sel_5623 -1 2 [WORD] XX * - - - - * -
wb/sel/56/sel_5623 ... | {
"pile_set_name": "Github"
} |
drop table if exists t1;
CREATE TABLE t1 (
id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
a VARCHAR(200),
b TEXT
) ENGINE = InnoDB STATS_PERSISTENT=0;
INSERT INTO t1 (a,b) VALUES
('MySQL Tutorial','DBMS stands for DataBase ...') ,
('How To Use MySQL Well','After you went through a ...'),
('Optimizing MySQL','In ... | {
"pile_set_name": "Github"
} |
#ifndef __STREAM_WINDOWOUT_H
#define __STREAM_WINDOWOUT_H
#include "IInOutStreams.h"
typedef struct WindowOut
{
BYTE *Buffer;
UINT32 Pos;
} WindowOut;
extern WindowOut out_window;
#define OutWindowInit() \
{ \
out_window.Buffer = (BYTE *) out_stream.data; \
out_window.Pos = 0; \
}
#define OutWindo... | {
"pile_set_name": "Github"
} |
# zim framework
ZDOTDIR="$HOME/.local/zsh"
ZIMDIR="$ZDOTDIR/.zim"
if [ ! -d "$ZIMDIR" ]; then
[ ! -d "$HOME/.local" ] && mkdir -p "$HOME/.local" 2> /dev/null
[ ! -d "$HOME/.local/bin" ] && mkdir -p "$HOME/.local/bin" 2> /dev/null
[ ! -d "$HOME/.local/zsh" ] && mkdir -p "$HOME/.local/zsh" 2> /dev/null
git clone --r... | {
"pile_set_name": "Github"
} |
module MicropostsHelper
end
| {
"pile_set_name": "Github"
} |
var benchmark = require('benchmark')
var suite = new benchmark.Suite()
global.NewBuffer = require('../../').Buffer // native-buffer-browserify
var LENGTH = 20
var newTarget = NewBuffer(LENGTH * 4)
for (var i = 0; i < LENGTH; i++) {
newTarget.writeUInt32LE(7000 + i, i * 4)
}
suite.add('NewBuffer#readUInt32LE', fu... | {
"pile_set_name": "Github"
} |
open Core_kernel
open Cmt_format
open Meja_lib
let load ~loc ~name:_ resolve_env filename =
(*Format.(fprintf err_formatter "Loading %s from %s...@." name filename) ;*)
let cmi_info = read_cmi filename in
let signature = Of_ocaml.to_signature cmi_info.cmi_sign in
let env = {Initial_env.env with resolve_env} in... | {
"pile_set_name": "Github"
} |
/*!
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
*
* Copyright 2013-2017 bootstrap-select
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Regist... | {
"pile_set_name": "Github"
} |
<transfer-table tr-model="tableData">
<allocated>
<table st-table="tableData.displayedAllocated" st-safe-src="tableData.allocated" hz-table>
<thead>
<tr>
<th>Animal</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="alRow in tableData.displayedAllocated">
<td>... | {
"pile_set_name": "Github"
} |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System.Collections.Generic;
namespace Microsoft.WindowsAzure.MobileServices
{
/// <sum... | {
"pile_set_name": "Github"
} |
/*
*******************************************************************************
*
* Copyright (C) 1999-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: unistr_props.cpp
* encod... | {
"pile_set_name": "Github"
} |
#-- encoding: UTF-8
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2020 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProj... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | {
"pile_set_name": "Github"
} |
import time
# A cache of channel and repository info to allow users to install multiple
# packages without having to wait for the metadata to be downloaded more
# than once. The keys are managed locally by the utilizing code.
_channel_repository_cache = {}
def clear_cache():
_channel_repository_cache.clear()
... | {
"pile_set_name": "Github"
} |
'''
Copyright (C) 2014 Dr. John Lindsay <jlindsay@uoguelph.ca>
This program is intended for instructional purposes only. The
following is an example of how to use Whitebox's scripting
capabilities to automate a geoprocessing workflow. The scripting
language is Python; more specifically it is Jython, the Python
im... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7d2ce97e1dec77b4fbcbedf5334f5375
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
import Foundation
import SourceKittenFramework
private var regexCache = [RegexCacheKey: NSRegularExpression]()
private let regexCacheLock = NSLock()
private struct RegexCacheKey: Hashable {
let pattern: String
let options: NSRegularExpression.Options
func hash(into hasher: inout Hasher) {
hasher.... | {
"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"
} |
'use strict';
const _ = require('lodash');
module.exports = {
async setupEvents() {
this.apis = _.filter(
this.templates.update.Resources,
(item) => this.provider.isApiType(item.Type))
.map((item) => item.Properties);
this.triggers = _.filter(
this.templates.update.Resources,
(... | {
"pile_set_name": "Github"
} |
/*
** $Id: linit.c,v 1.14.1.1 2007/12/27 13:02:25 roberto Exp $
** Initialization of libraries for lua.c
** See Copyright Notice in lua.h
*/
#define linit_c
#define LUA_LIB
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
static const luaL_Reg lualibs[] = {
{"", luaopen_base},
{LUA_LOADLIBNAME, luaop... | {
"pile_set_name": "Github"
} |
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
const URL = "http://mochi.test:8888/?t=" + Date.now();
const URL1 = URL + "#1";
const URL2 = URL + "#2";
const URL3 = URL + "#3";
var tmp = {};
Cc["@mozilla.org/moz/jssubscript-loader;1"]
.getService(Ci.mozIJ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2019. data2viz sàrl.
*
* 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"
} |
// SSDT for Zenbook UX510 (Kabylake)
DefinitionBlock ("", "SSDT", 2, "hack", "ux510kl", 0)
{
#define NO_DEFINITIONBLOCK
// audio
#include "include/SSDT-ALC256.dsl"
#include "include/layout13_HDEF.asl"
// battery
#include "include/SSDT-BATT.dsl"
// keyboard backlight/fn keys/a... | {
"pile_set_name": "Github"
} |
<!DOCTYPE module SYSTEM "module.dtd">
<module name="nav_line_border" dir="nav">
<doc>
<description>
navigate along a border line (line 1-2) with turns in the same direction
you can use this function to navigate along a border if it is essetial not to cross it
navigation is along line p1, p2... | {
"pile_set_name": "Github"
} |
<!-- 128 LRI / RLI -->
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧ ... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<!--
Simple highlighter for HTML output. Follows the Eclipse color scheme.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xslthl="http://xslthl.sf.net"
exclude-result-prefixes="xslthl"
version='1.0'>
<xsl:template m... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
| {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "JndnmDMp66FL"
},
"source": [
"##### Copyright 2020 Google LLC.\n",
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");"
]
},
{
... | {
"pile_set_name": "Github"
} |
package net.sf.jabref.plugin;
import net.sf.jabref.JabRefFrame;
import net.sf.jabref.MnemonicAwareAction;
import net.sf.jabref.Globals;
import net.sf.jabref.GUIGlobals;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.io.File;
import java.net.URL;
import java.net.MalformedURLException;
/**
* Cre... | {
"pile_set_name": "Github"
} |
# Copyright 2016 The TensorFlow 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 applica... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013. wyouflf (wyouflf@gmail.com)
*
* 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 applicabl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<image schemaversion="6.1" name="ovfconfig-test">
<description type="system">
<author>Robert Schweikert</author>
<contact>rjschwei@suse.com</contact>
<specification>OVF configuration test</specification>
</description>
<preferences>
<ty... | {
"pile_set_name": "Github"
} |
{
"action": {
"hacking": {
"variety": [
"Unknown"
],
"vector": [
"Web application"
]
},
"malware": {
"variety": [
"Capture app data"
],
"vector": [
"Direct install"
]
}
},
"actor": {
"external": {
"country": ... | {
"pile_set_name": "Github"
} |
// N64 'Bare Metal' Fast Quantization Multi Block GFX 16-Bit Demo by krom (Peter Lemon):
arch n64.cpu
endian msb
output "FastQuantizationMultiBlockGFX16BIT.N64", create
fill 1052672 // Set ROM Size
origin $00000000
base $80000000 // Entry Point Of Code
include "LIB/N64.INC" // Include N64 Definitions
include "LIB/N64_... | {
"pile_set_name": "Github"
} |
/*
* VM-Run.cpp - Run Loop
*
* Copyright (c) 2008 Higepon(Taro Minowa) <higepon@users.sourceforge.jp>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must ret... | {
"pile_set_name": "Github"
} |
/*
* $Id$
*
* 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
* "Lice... | {
"pile_set_name": "Github"
} |
/* ar-skbuff.c: socket buffer destruction handling
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free ... | {
"pile_set_name": "Github"
} |
var parse = require('../');
var test = require('tape');
test('whitespace should be whitespace' , function (t) {
t.plan(1);
var x = parse([ '-x', '\t' ]).x;
t.equal(x, '\t');
});
| {
"pile_set_name": "Github"
} |
/** Used as the `TypeError` message for "Functions" methods. */
var FUNC_ERROR_TEXT = 'Expected a function';
/**
* Creates a function that negates the result of the predicate `func`. The
* `func` predicate is invoked with the `this` binding and arguments of the
* created function.
*
* @static
* @memberOf _
* @s... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 NAVER Corp.
*
* 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 w... | {
"pile_set_name": "Github"
} |
<?php
include dirname(__FILE__) . '/../../../functions/config.php';
require_once(dirname(__FILE__) . '/../../../functions/functions.php');
if (!check_session()){
echo json_encode(array('error' => 'nologin'));
exit;
}
slash_vars();
$vm_id = $_POST['vm_id'];
$power_state = $_POST['power_state'];
if (!empty ($vm_i... | {
"pile_set_name": "Github"
} |
#pragma once
#include "Common\StepTimer.h"
#include "Common\DeviceResources.h"
#include "Content\Sample3DSceneRenderer.h"
#include "Content\SampleFpsTextRenderer.h"
// Renders Direct2D and 3D content on the screen.
namespace DolphinUniversal
{
class DolphinUniversalMain : public DX::IDeviceNotify
{
public:
Dolp... | {
"pile_set_name": "Github"
} |
/*
* LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
*
* Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundatio... | {
"pile_set_name": "Github"
} |
:020000023000CC
:10FC000001C0F3C0112484B790E890936100109272
:10FC10006100882369F0982F9A70923049F081FF33
:10FC200002C097EF94BF282E80E002D10C94000010
:10FC300085E08093810082E08093300188E18093A9
:10FC4000310183E08093340186E0809332018EE0BD
:10FC5000EFD0279A84E02EE33EEF91E030938500C9
:10FC60002093840096BBB09BFECF1F9A... | {
"pile_set_name": "Github"
} |
import 'package:flutter/material.dart';
import 'package:harpy/components/common/list/list_card_animation.dart';
/// Builds a sliver indicating that no replies were found for the
/// [RepliesScreen].
class NoRepliesFound extends StatelessWidget {
const NoRepliesFound();
@override
Widget build(BuildContext contex... | {
"pile_set_name": "Github"
} |
package info.nightscout.androidaps.plugins.pump.insight.ids;
import info.nightscout.androidaps.plugins.pump.insight.app_layer.history.HistoryReadingDirection;
import info.nightscout.androidaps.plugins.pump.insight.utils.IDStorage;
public class HistoryReadingDirectionIDs {
public static final IDStorage<HistoryRea... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Drawing;
internal static partial class Interop
{
internal static partial class User32
{
... | {
"pile_set_name": "Github"
} |
{
"__comment": "Generated by generateResources.py function: blockstate",
"forge_marker": 1,
"defaults": {
"textures": {
"bottom": "tfc:blocks/wood/door/lower/sycamore",
"top": "tfc:blocks/wood/door/upper/sycamore"
}
},
"variants": {
"facing=east,half=lower,hinge=left,open=false": {
... | {
"pile_set_name": "Github"
} |
package hcsshim
import (
"github.com/Microsoft/hcsshim/internal/hns"
)
// Subnet is assoicated with a network and represents a list
// of subnets available to the network
type Subnet = hns.Subnet
// MacPool is assoicated with a network and represents a list
// of macaddresses available to the network
type MacPool =... | {
"pile_set_name": "Github"
} |
package pflag
import (
"bytes"
"fmt"
"strconv"
"strings"
)
// -- stringToInt Value
type stringToIntValue struct {
value *map[string]int
changed bool
}
func newStringToIntValue(val map[string]int, p *map[string]int) *stringToIntValue {
ssv := new(stringToIntValue)
ssv.value = p
*ssv.value = val
return ssv... | {
"pile_set_name": "Github"
} |
package com.orbitz.consul.config;
import com.orbitz.consul.cache.CacheDescriptor;
import com.orbitz.consul.cache.ConsulCache;
import com.orbitz.consul.model.ConsulResponse;
import com.orbitz.consul.monitoring.ClientEventHandler;
import junitparams.JUnitParamsRunner;
import junitparams.Parameters;
import junitparams.na... | {
"pile_set_name": "Github"
} |
#include <iostream>
#include <iomanip>
#include <rak/timer.h>
#include "../src/torrent/object_stream.h"
#ifdef NEW_OBJECT
#include "object.h"
typedef torrent::Object return_type;
//#define OBJECTREF_MOVE(x) torrent::ObjectRef::move(x)
#define OBJECTREF_MOVE(x) x
#else
#include "../src/torrent/object.h"
typedef torr... | {
"pile_set_name": "Github"
} |
// @flow
import React, { Component } from 'react';
import _ from 'lodash';
const numeral = require('numeral');
type Props = {
stakes: {},
max: number,
colors: any,
height: any,
active: any
};
class StakeChart extends Component<Props> {
constructor(props) {
super(props);
const colors = [
'24... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ScrollableItemList</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
</resources>
| {
"pile_set_name": "Github"
} |
/*
* Globalize Culture moh-CA
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in this file need ... | {
"pile_set_name": "Github"
} |
1
1
1
1
1
0
2
1
2
0
1
2
1
1
1
1
3
2
1
4
4
1
0
2
1
0
0
2
1
1
0
1
1
1
2
1
1
1
1
1
0
1
1
1
1
0
1
1
1
1
1
1
2
1
1
2
1
0
0
1
0
1
1
1
2
0
0
3
0
0
2
2
1
1
0
0
1
2
3
0
0
0
0
2
1
2
2
0
0
0
0
1
1
1
0
0
0
1
0
0
1
1
1
2
2
1
2
1
1
0
0
4
2
1
1
1
0
0
1
1
0
1
5
2
2
0
1
2
2
1
0
1
7
2
2
0
1
3
2
1
2
1
1
1
0
0
1
1
0
2
1
1
3
0
1
3
1
2
0
1
... | {
"pile_set_name": "Github"
} |
--- a/src/Listener.cpp
+++ b/src/Listener.cpp
@@ -723,6 +723,7 @@ int Listener::L2_setup (void) {
// Now optimize packet flow up the raw socket
// Establish the flow BPF to forward up only "connected" packets to this raw socket
+#ifdef HAVE_IPV6
if (l->sa_family == AF_INET6) {
#ifdef HAVE_IPV6
struc... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: http://ps.pndsn.com/v2/auth/grant/sub-key/sub-a-mock-key?channel-group=demo&m=0&pnsdk=PubNub-Ruby/4.1.0beta1&r=1&signature=SZnlQvj8WjD36PcVX8zfqVM0zyBQ-DwYgZ_Hk-HXerE=×tamp=1465314461&ttl=1440&uuid=ruby-test-uuid-client-one&w=0
body:
encoding: UT... | {
"pile_set_name": "Github"
} |
1
00:00:32,449 --> 00:00:42,442
♪♪~
2
00:00:42,442 --> 00:00:51,442
♪♪~
3
00:01:11,938 --> 00:01:14,438
(深沢 保) ただ~いま。
4
00:01:17,944 --> 00:01:20,931
太郎。
5
00:01:20,931 --> 00:01:22,931
どこ行くんだ?
6
00:01:24,451 --> 00:01:26,970
こんな遅い時間に お前…。
7
00:01:26,970 --> 00:01:29,005
(深沢太郎) バイト。
8
00:01:29,005 --> 00:01:31,... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2000-2015 JetBrains s.r.o.
*
* 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 agre... | {
"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"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... | {
"pile_set_name": "Github"
} |
package org.jenkinsci.plugins.mesos;
import com.mesosphere.usi.core.models.commands.LaunchPod;
import com.mesosphere.usi.core.models.template.FetchUri;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import hudson.Extension;
import hudson.model.AbstractDescribableImpl;
import hudson.model.Descriptor;
import... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2012-2019 The VPaint Developers.
// See the COPYRIGHT file at the top-level directory of this distribution
// and at https://github.com/dalboris/vpaint/blob/master/COPYRIGHT
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the ... | {
"pile_set_name": "Github"
} |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="EventDeclaratorExpression.cs" company="https://github.com/StyleCop">
// MS-PL
// </copyright>
// <license>
// This source code is subject to terms and conditions of the Micros... | {
"pile_set_name": "Github"
} |
%!PS-AdobeFont-1.0: Utopia-Italic 001.001
%%CreationDate: Wed Oct 2 18:58:18 1991
%%VMusage: 34122 41014
%% Utopia is a registered trademark of Adobe Systems Incorporated.
11 dict begin
/FontInfo 10 dict dup begin
/version (001.001) readonly def
/Notice (Copyright (c) 1989, 1991 Adobe Systems Incorporated. All Rights... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of PHPUnit.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use SebastianBergmann\Environment\Console;
/**
* Prints the result of a TextUI TestRunner... | {
"pile_set_name": "Github"
} |
<template>
<v-content>
<v-container fluid class="pa-0">
<slot/>
</v-container>
<app-snackbar/>
</v-content>
</template>
<script>
import AppSnackbar from '@/components/AppSnackbar'
export default {
components: {
AppSnackbar
}
}
</script>
| {
"pile_set_name": "Github"
} |
//===--- TokenAnalyzer.cpp - Analyze Token Streams --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/**
* 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"
} |
/*
* Copyright 2014 MongoDB, 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 ... | {
"pile_set_name": "Github"
} |
Euclidean distances from the first data instance:
0.0000 0.2156 0.1681 0.2176 0.0501
Pearson correlation distance from the first data instance:
0.0000 0.0020 0.0000 0.0009 0.0003
| {
"pile_set_name": "Github"
} |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | {
"pile_set_name": "Github"
} |
FROM nvcr.io/nvidia/cuda:11.0-cudnn8-devel-centos7
#We need both CUDA and manylinux. But the CUDA Toolkit End User License Agreement says NVIDIA CUDA Driver Libraries(libcuda.so, libnvidia-ptxjitcompiler.so) are only distributable in applications that meet this criteria:
#1. The application was developed starting from... | {
"pile_set_name": "Github"
} |
@mixin alert-variant($background, $border, $color) {
color: $color;
@include gradient-bg($background);
border-color: $border;
hr {
border-top-color: darken($border, 5%);
}
.alert-link {
color: darken($color, 10%);
}
}
| {
"pile_set_name": "Github"
} |
# $Id: da.po,v 1.10 2006/03/22 04:17:58 mindless Exp $
#
# Gallery - a web based photo album viewer and editor
# Copyright (C) 2000-2006 Bharat Mediratta
#
# 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 Fo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="GroupList" width="500" mode="edit" border="0" enableTemplate="0" height="85px">
<SESSION_ID type="text" size="36" maxlength="32">
<en><![CDATA[Session Id]]></en>
<es><![CDATA[Id de Sesión]]></es>
</SESSION_ID>
<ACTION type="hidden">
</ACTION>
<ACTIO... | {
"pile_set_name": "Github"
} |
{
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist-editor",
"lib": {
"entryFile": "src/public_api.ts"
}
}
| {
"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 <swiftCore/_TtCs12_SwiftObject.h>
@interface _TtC7NewsUI235MyMagazinesBlueprintModifierFactory : _TtCs12_SwiftObject
{
// ... | {
"pile_set_name": "Github"
} |
// Copyright 2015 PingCAP, 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 i... | {
"pile_set_name": "Github"
} |
"""Custom data source template."""
##########################################################
# DEFINE CUSTOM DATA SOURCE CLASS.
#
# For basic functionality, implement the __init__(),
# __repr__(), columns(), and __iter__() methods. To
# improve performance, implement some of all of the
# following: disti... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDVBTTuning xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DVBTTuning>
<Frequency>562000</Frequency>
<BandWidth>8</BandWidth>
<Offset>125</Offset>
</DVBTTuning>
<DVBTTuning>
<Frequency>65000... | {
"pile_set_name": "Github"
} |
From 5d35ff6d904bcbf00bee99ea493db47360e756bc Mon Sep 17 00:00:00 2001
From: Eric Anholt <eric@anholt.net>
Date: Thu, 21 Dec 2017 13:32:09 -0800
Subject: [PATCH 184/454] drm/vc4: Flush the caches before the render jobs, as
well.
If the frame samples from a render target that was just written, its
cache flush during t... | {
"pile_set_name": "Github"
} |
## extra.10.conf
# ===========================
#
# This file contains the 20 "also-rans", settings which can be ignored by most
# users, but are probably among the second run of settings that you want to
# adjust given a chance. As with simple.conf, AvRAM is your amount of available
# RAM for Postgres.
# General
# --... | {
"pile_set_name": "Github"
} |
HttpPurchaseOrderClientExample
Description
===========
This example shows how to use the service proxy to talk to an HTTP based PurchaseOrder service.
This example also demonstrates how to configure the wsutil tool to generate the stub files with
WS_STRING type instead of WCHAR* for strings in the XML schema and int... | {
"pile_set_name": "Github"
} |
{
"name": "Vert.x on Heroku",
"description": "A barebones Vert.x app, which can easily be deployed to Heroku.",
"addons": [ "heroku-postgresql" ],
"env": {
"MAVEN_CUSTOM_OPTS": {
"description": "Custom Maven options for the buildpack",
"value": "-DskipTests -pl heroku-exa... | {
"pile_set_name": "Github"
} |
/*
* Zoran zr36057/zr36067 PCI controller driver, for the
* Pinnacle/Miro DC10/DC10+/DC30/DC30+, Iomega Buz, Linux
* Media Labs LML33/LML33R10.
*
* This part handles device access (PCI/I2C/codec/...)
*
* Copyright (C) 2000 Serguei Miridonov <mirsev@cicese.mx>
*
* Currently maintained by:
* Ronald Bultje ... | {
"pile_set_name": "Github"
} |
/*
* Catroid: An on-device visual programming system for Android devices
* Copyright (C) 2010-2018 The Catrobat Team
* (<http://developer.catrobat.org/credits>)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "TViewController.h"
@class TLayoutBinderTestBox;
@interface TLayoutBinderTestSubview_Test1_Controller : TViewController
{
... | {
"pile_set_name": "Github"
} |
package com.netflix.conductor.tests.utils;
public class TestEnvironment {
private TestEnvironment() {}
private static void setupSystemProperties() {
System.setProperty("EC2_REGION", "us-east-1");
System.setProperty("EC2_AVAILABILITY_ZONE", "us-east-1c");
System.setProperty("workflow.el... | {
"pile_set_name": "Github"
} |
// Boost.Assign library
//
// Copyright Thorsten Ottosen 2003-2004. Use, modification and
// distribution is 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)
//
// For more information, see http://www.boost.org/libs/ass... | {
"pile_set_name": "Github"
} |
/// @ref ext_scalar_packing
/// @file glm/ext/scalar_packing.hpp
///
/// @see core (dependence)
///
/// @defgroup ext_scalar_packing GLM_EXT_scalar_packing
/// @ingroup ext
///
/// Include <glm/ext/scalar_packing.hpp> to use the features of this extension.
///
/// This extension provides a set of function to convert sc... | {
"pile_set_name": "Github"
} |
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
#ident "$Id$"
/*======
This file is part of PerconaFT.
Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
PerconaFT is free software: you can redistribute it and/or modif... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = function (t, a) {
a(typeof t, "number");
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 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"
} |
---
# Variable setup.
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- name: Define php_mysql_package.
set_fact:
php_mysql_package: "{{ __php_mysql_package }}"
when: php_mysql_package is not defined
# Installation.
- name: Install PHP MySQL dependencies (RedHat).
yum:
... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env perl
#
# stats-entropy.pl
#
# Display bin-count of entropy for sense assignments.
# The output of this script is just a multi-column, tab-separated
# table of numbers, suitable for graphing, e.g. with gnuplot.
#
# Copyright (C) 2009 Linas Vepstas <linasvepstas@gmail.com>
#
#---------------------------... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.