text stringlengths 2 99.9k | meta dict |
|---|---|
[logics for room 36 -- rmLounge
[ "Leisure Suit Larry in the Land of the Lounge Lizards"
[ by Al Lowe
%include "rm36.msg"
%include "gamedefs.h"
%include "iv_views.h"
%define GIRL_Y 93
%define JOKE_MAX 37 [ number of gags in repetoire
%define ZINGER_MIN 21 [ number of first zinger message
%defin... | {
"pile_set_name": "Github"
} |
// This file is part of Hangfire.
// Copyright © 2013-2014 Sergey Odinokov.
//
// Hangfire is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either version 3
// of the License, or any later version.... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Mode: -*- python -*-
#
# Copyright (c) 2015-2016, 2018 by Rocky Bernstein <rb@dustyfeet.com>
#
from __future__ import print_function
import sys, os, getopt
from decompyle3.disas import disassemble_file
from decompyle3.version import VERSION
program, ext = os.path.splitext(os.path.basename(__fi... | {
"pile_set_name": "Github"
} |
//
// Copyright 2015 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="ui-mobile js">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><base href=".">
<title>iOS-HTML5-Tethering</title>
<style type="text/css">
form input + label.error, form select + label.error, form textarea + label.error {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scal... | {
"pile_set_name": "Github"
} |
//
// Labels
// --------------------------------------------------
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: @label-color;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
// Add hover effe... | {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------
// <copyright file="ITransitionDefinition.cs" company="Appccelerate">
// Copyright (c) 2008-2019 Appccelerate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in complian... | {
"pile_set_name": "Github"
} |
package pflag
import "strconv"
// -- int32 Value
type int32Value int32
func newInt32Value(val int32, p *int32) *int32Value {
*p = val
return (*int32Value)(p)
}
func (i *int32Value) Set(s string) error {
v, err := strconv.ParseInt(s, 0, 32)
*i = int32Value(v)
return err
}
func (i *int32Value) Type() string {
... | {
"pile_set_name": "Github"
} |
# -*- coding: UTF-8 -*-
#/**
# * Software Name : pycrate
# * Version : 0.4
# *
# * Copyright 2018. Benoit Michau. ANSSI. P1sec.
# *
# * This library is free software; you can redistribute it and/or
# * modify it under the terms of the GNU Lesser General Public
# * License as published by the Free Software Foundation; e... | {
"pile_set_name": "Github"
} |
/*
comedi/drivers/comedi_pci.h
Various PCI functions for drivers.
Copyright (C) 2007 MEV Ltd. <http://www.mev.co.uk/>
COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org>
This program is free software; you can redistribute it and/or modi... | {
"pile_set_name": "Github"
} |
#!/bin/bash
if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
DIRTY="-dirty"
fi
COMMIT=$(git rev-parse --short HEAD)
GIT_TAG=$(git tag -l --contains HEAD | head -n 1)
if [ -z "$VERSION" ]; then
if [[ -z "$DIRTY" && -n "$GIT_TAG" ]]; then
VERSION=$GIT_TAG
else
VERSION="${COM... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* Copyright (c) 2013, 2014 Pieter Wuille *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
*******************************... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = gradient;
var _getPrefixedValue = require('../utils/getPrefixedValue');
var _getPrefixedValue2 = _interopRequireDefault(_getPrefixedValue);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { d... | {
"pile_set_name": "Github"
} |
ssr://MTM5LjE2Mi4xNS40NTo4MDk5Om9yaWdpbjphZXMtMjU2LWNmYjpwbGFpbjpaVWxYTUVSdWF6WTVORFUwWlRadVUzZDFjM0IyT1VSdFV6SXdNWFJSTUVRPS8_b2Jmc3BhcmFtPSZwcm90b3BhcmFtPSZyZW1hcmtzPTU3LTc1YUtaNVlXYU1USTNMakV4NXBhdzVZcWc1WjJoJmdyb3VwPTVwYXc1WXFnNVoyaA==
ssr://MTcyLjEwNC41MC4xMDI6ODA5NzpvcmlnaW46YWVzLTI1Ni1jZmI6cGxhaW46WlVsWE1FUnVhelk... | {
"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 "IPropertyValueApplicator.h"
@interface IPropertyDictionaryApplicator : IPropertyValueApplicator
{
}
@end
| {
"pile_set_name": "Github"
} |
# \file build.py
#
# \author Andrew Kerr <arkerr@gatech.edu>
# \date December 13, 2011
#
# \brief Common elements of SConstruct files for GPU Ocelot regression tests
#
import SCons
import os
import sys
import platform
def getCudaPaths():
"""Determines CUDA {bin,lib,include} paths
returns (bin_path,lib_path,inc_pa... | {
"pile_set_name": "Github"
} |
'#--------------------FN_DYNVARS_014_01-------------------------#'
SET @global_collation_server = @@global.collation_server;
SET @session_collation_server = @@session.collation_server;
SET @@global.collation_server = latin1_danish_ci;
'connect (con1,localhost,root,,,,)'
'connection con1'
SELECT @@global.collation_serve... | {
"pile_set_name": "Github"
} |
require File.dirname(__FILE__) + '/../abstract_unit'
MemCache = Struct.new(:MemCache, :address) unless Object.const_defined?(:MemCache)
class FragmentCacheStoreSettingTest < Test::Unit::TestCase
def teardown
ActionController::Base.fragment_cache_store = ActionController::Caching::Fragments::MemoryStore.new
en... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -Wnull-arithmetic %s
#define NULL __null
@interface X
@end
void f() {
bool b;
X *d;
b = d < NULL || NULL < d || d > NULL || NULL > d;
b = d <= NULL || NULL <= d || d >= NULL || NULL >= d;
b = d == NULL || NULL == d || d != NULL || NULL != d;
}
| {
"pile_set_name": "Github"
} |
/*!
* jQuery Migrate - v1.4.1 - 2016-05-19
* Copyright jQuery Foundation and other contributors
*/
(function( jQuery, window, undefined ) {
// See http://bugs.jquery.com/ticket/13335
// "use strict";
jQuery.migrateVersion = "1.4.1";
var warnedAbout = {};
// List of warnings already given; public read only
jQuer... | {
"pile_set_name": "Github"
} |
/*
* PCM timer handling on ctxfi
*
* This source file is released under GPL v2 license (no other versions).
* See the COPYING file included in the main directory of this source
* distribution for the license terms and conditions.
*/
#include <linux/slab.h>
#include <linux/math64.h>
#include <linux/moduleparam.h>... | {
"pile_set_name": "Github"
} |
mod date;
mod filetype;
mod indicator;
mod inode;
pub mod name;
mod owner;
mod permissions;
mod size;
mod symlink;
#[cfg(windows)]
mod windows_utils;
pub use self::date::Date;
pub use self::filetype::FileType;
pub use self::indicator::Indicator;
pub use self::inode::INode;
pub use self::name::Name;
pub use self::owne... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#include "chrome/browser/prefs/pref_hash_calculator.h"
#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/values.h"
#include "testing/... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Alibaba Group Holding Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
var $export = require('./_export');
var $parseFloat = require('./_parse-float');
// 20.1.2.12 Number.parseFloat(string)
$export($export.S + $export.F * (Number.parseFloat != $parseFloat), 'Number', { parseFloat: $parseFloat });
| {
"pile_set_name": "Github"
} |
/**
* Round value up with a custom radix.
*/
function ceil(val, step){
step = Math.abs(step || 1);
return Math.ceil(val / step) * step;
}
module.exports = ceil;
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... | {
"pile_set_name": "Github"
} |
--TEST--
Test formatting PHP within HTML tag code
--FILE--
<?php
$pageTitle = 'My Page Title';
?>
<html>
<body>
<table style="width: 100%;" border="0" cellpadding="2">
<tbody>
<tr>
<td align="left" width="60%">
<h1><?=$pageTitle ?> <br>
<font size="1" color="#8080FF">PHP Development Tools</font></h... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/*
* 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 distributed under t... | {
"pile_set_name": "Github"
} |
目前 用人 单位 试用 大学 毕业生 试金石 单位 故意 延长 试用期 试用 唤人 做法 经历 学生 叫苦不迭
眼下 大学 毕业生 落实 工作 签订 协议 参加 工作 大学生 都会 经历 一段 试用期 用人 单位 无限制 延长 试用 提出 试用 到期 单位 说辞 拒绝 应聘 留下 究竟 企业 是否 随意 延长 试用期 企业 惯例 试用期 是否 合法 记者 昨天 采访 劳动 保障 部门 相关 人士
警惕 试用 录用 提高 劳动 维权 意识
据 了解 目前 用人 单位 试用 大学 毕业生 试金石 经历 学生 觉得 试用 已经 用人 单位 扭曲 曾经 外贸 公司 同学 当初 公司 不肯 录用 根本 没有 合同 上班 以后 加... | {
"pile_set_name": "Github"
} |
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Arc;
use dashmap::DashMap;
use serde_derive::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize)]
pub(crate) enum CachePutResponse {
CachePutSuccess(usize),
CachePutFailure,
}
type CacheMap = Arc<DashMap<((usize, usize), usize), (Ve... | {
"pile_set_name": "Github"
} |
{
"requests" : {
"EXPLOIT1" : {
"TEXT" : "Sending Exploit #1 Request : [POST] /render/local",
"Rp4\n" : ".",
"HEADERS" : {
"Content-Type" : "application/x-www-form-urlencoded"
},
"PAYLOAD" : "line\n",
"p1\n" : "(S\\'__PAYLOAD__\\'\n",
"... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Steam.Models.TF2
{
public class SchemaStyleModel
{
public string Name { get; set; }
public SchemaAdditionalHiddenBodygroupsModel AdditionalHiddenBodygroups { g... | {
"pile_set_name": "Github"
} |
import get from 'lodash/get'
import partition from 'lodash/partition'
import { createSelector } from 'reselect'
import createReducer from '@zap/utils/createReducer'
import truncateNodePubkey from '@zap/utils/truncateNodePubkey'
import { getNodeDisplayName, networkSelectors } from './network'
// -----------------------... | {
"pile_set_name": "Github"
} |
// Underscore.js 1.5.2
// http://underscorejs.org
// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
(function() {
// Baseline setup
// --------------
// Establish the root object, `window` in the ... | {
"pile_set_name": "Github"
} |
<?php
namespace Cron\Tests;
use Cron\MinutesField;
use DateTime;
use PHPUnit\Framework\TestCase;
/**
* @author Michael Dowling <mtdowling@gmail.com>
*/
class MinutesFieldTest extends TestCase
{
/**
* @covers \Cron\MinutesField::validate
*/
public function testValidatesField()
{
$f = n... | {
"pile_set_name": "Github"
} |
<template>
<div class="ui-tooltip">
<slot></slot>
</div>
</template>
<script>
import tippy from 'tippy.js/esm';
import elementRef from './helpers/element-ref';
export default {
name: 'ui-tooltip',
props: {
animation: {
type: String,
default: 'fade' // 'fade', '... | {
"pile_set_name": "Github"
} |
SampleId RawFormulaVal:Class=0 RawFormulaVal:Class=1 RawFormulaVal:Class=2 Label
0 -0.06185665309 -0.06045512998 0.1223117831 1
1 0.03352423432 -0.05357574355 0.02005150923 0
2 -0.04309147356 -0.07710487066 0.1201963442 2
3 -0.03830942011 -0.07000469804 0.1083141181 1
4 -0.07186225171 -0.07487319547 0.1467354472 1
5 -0... | {
"pile_set_name": "Github"
} |
package jetbrains.mps.editorTest;
/*Generated by MPS */
import jetbrains.mps.MPSLaunch;
import jetbrains.mps.lang.test.runtime.BaseTransformationTest;
import org.junit.ClassRule;
import jetbrains.mps.lang.test.runtime.TestParametersCache;
import org.junit.Test;
import jetbrains.mps.lang.test.runtime.BaseEditorTestBod... | {
"pile_set_name": "Github"
} |
Reveal.addEventListener( 'ready', function() {
// Only one test for now, we're mainly ensuring that there
// are no execution errors when running PDF mode
test( 'Reveal.isReady', function() {
strictEqual( Reveal.isReady(), true, 'returns true' );
});
} );
Reveal.initialize({ pdf: true });
| {
"pile_set_name": "Github"
} |
<?php
/**
* 2Moons
* by Jan-Otto Kröpke 2009-2016
*
* For the full copyright and license information, please view the LICENSE
*
* @package 2Moons
* @author Jan-Otto Kröpke <slaver7@gmail.com>
* @copyright 2009 Lucky
* @copyright 2016 Jan-Otto Kröpke <slaver7@gmail.com>
* @licence MIT
* @version 1.8.0
*... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#ifndef COMPONENTS_DRIVE_CHROMEOS_DUMMY_FILE_SYSTEM_H_
#define COMPONENTS_DRIVE_CHROMEOS_DUMMY_FILE_SYSTEM_H_
#include <stdint.h>
#include "components/d... | {
"pile_set_name": "Github"
} |
# md5, sha256 from https://pypi.org/pypi/dominate/json
md5 27d3aa7e0d67902c505e248e705e5e2e dominate-2.4.0.tar.gz
sha256 a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c dominate-2.4.0.tar.gz
# Locally computed sha256 checksums
sha256 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1 L... | {
"pile_set_name": "Github"
} |
The MIT License (MIT)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the... | {
"pile_set_name": "Github"
} |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Border styles — left_border_style • huxtable</title>
<!-- jquery --... | {
"pile_set_name": "Github"
} |
//主文件,对wxChat的用法做示例
<template>
<wxChat
:data="wxChatData"
:showShade="false"
contactNickname="简叔"
:getUpperData="getUpperData"
:getUnderData="getUnderData"
:ownerAvatarUrl="ownerAvatarUrl"
:contactAvatarUrl="contactAvatarUrl"
:width="width">
</wxChat>
</template>
<script>
import wxChat from './compon... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:pa... | {
"pile_set_name": "Github"
} |
/**
* Hebrew translation for bootstrap-datepicker
* Sagie Maoz <sagie@maoz.info>
*/
;(function($){
$.fn.datepicker.dates['he'] = {
days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"],
daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
daysMin: ["א", "ב", "ג", "ד", "ה", "ו"... | {
"pile_set_name": "Github"
} |
package org.frameworkset.elasticsearch.scroll.thread;
/**
* Copyright 2008 biaoping.yin
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICEN... | {
"pile_set_name": "Github"
} |
#
# Fabric definition
#
---
common:
username: cisco
password: cisco
os: ios
domain: virl.info
nodes:
- name: E1
mgmt: 172.16.1.110
rid: 192.168.0.2
- name: E2
mgmt: 172.16.1.111
rid: 192.168.0.4
- name: E3
mgmt: 172.16.1.120
rid: 192.168.0.5
- name: E4
mgmt: 172.16.1.121
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/*
* @copyright 2018 Mautic Inc. All rights reserved
* @author Mautic, Inc.
*
* @link https://www.mautic.com
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
namespace Mautic\IntegrationsBundle\EventListener;
use Mautic\IntegrationsBundle\Ent... | {
"pile_set_name": "Github"
} |
package com.javacodegeeks.patterns.proxypattern.protectionproxy;
public class Employee implements Staff {
private ReportGeneratorProxy reportGenerator;
@Override
public void setReportGenerator(ReportGeneratorProxy reportGenerator){
this.reportGenerator = reportGenerator;
}
@Override
public b... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, Campbell Barton.
*
* Licensed under the Apache License, Version 2.0 (the "Apache License")
* with the following modification; you may not use this file except in
* compliance with the Apache License and the following modification to it:
* Section 6. Trademarks. is deleted and replaced wit... | {
"pile_set_name": "Github"
} |
/*
* wiiuse
*
* Written By:
* Michael Laforest < para >
* Email: < thepara (--AT--) g m a i l [--DOT--] com >
*
* Copyright 2006-2007
*
* This file is part of wiiuse.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe... | {
"pile_set_name": "Github"
} |
// Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | {
"pile_set_name": "Github"
} |
---
title: Crear nuevas referencias de entidad
ms.date: 03/30/2017
ms.technology: dotnet-standard
ms.assetid: a42f81b3-0403-4e34-b346-7d2129804e54
ms.openlocfilehash: 7c94d121d00c169f0d74bc9b12c8710fb6055250
ms.sourcegitcommit: 33deec3e814238fb18a49b2a7e89278e27888291
ms.translationtype: HT
ms.contentlocale: es-ES
ms.l... | {
"pile_set_name": "Github"
} |
<?php
/**
* Represents a measurable length, with a string numeric magnitude
* and a unit. This object is immutable.
*/
class HTMLPurifier_Length
{
/**
* String numeric magnitude.
* @type string
*/
protected $n;
/**
* String unit. False is permitted if $n = 0.
* @type string|bo... | {
"pile_set_name": "Github"
} |
Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any
| {
"pile_set_name": "Github"
} |
This is ssd based video analysis example and it uses unified vitis-ai APIs to run on alveo platforms
### Setup
> **Note:** Skip, If you have already run the below steps.
Activate Conda Environment
```sh
conda activate vitis-ai-caffe
```
Setup the Environment
```sh
source /workspace/alveo/ov... | {
"pile_set_name": "Github"
} |
Filter 1: ON PK Fc 31 Hz Gain 5.4 dB Q 1.41
Filter 2: ON PK Fc 62 Hz Gain 1.6 dB Q 1.41
Filter 3: ON PK Fc 125 Hz Gain -1.0 dB Q 1.41
Filter 4: ON PK Fc 250 Hz Gain -2.0 dB Q 1.41
Filter 5: ON PK Fc 500 Hz Gain -0.3 dB Q 1.41
Filter 6: ON PK Fc 1000 Hz Gain 1.0 dB Q 1.41
Filter 7: ON PK Fc 2000 Hz Gain 4.4 dB Q 1.41
Fi... | {
"pile_set_name": "Github"
} |
diff -Naur openshadinglanguage-orig/src/liboslexec/llvm_ops.cpp openshadinglanguage/src/liboslexec/llvm_ops.cpp
--- openshadinglanguage-orig/src/liboslexec/llvm_ops.cpp 2014-08-31 22:43:33.401600000 +0400
+++ openshadinglanguage/src/liboslexec/llvm_ops.cpp 2014-08-31 23:11:06.558600000 +0400
@@ -119,6 +119,12 @@
using... | {
"pile_set_name": "Github"
} |
'''OpenGL extension ARB.framebuffer_sRGB
This module customises the behaviour of the
OpenGL.raw.GL.ARB.framebuffer_sRGB to provide a more
Python-friendly API
Overview (from the spec)
Conventionally, OpenGL assumes framebuffer color components are stored
in a linear color space. In particular, framebuffer blend... | {
"pile_set_name": "Github"
} |
{{ define "main" }}
{{ if eq .Page.File.Ext "html" }}
{{ .Content }}
{{ else }}
<h1 class="title is-size-2">{{ .Title }}</h1>
<div class="content">{{ .Content }}</div>
{{ end }}
{{ partial "feedback" . }}
{{ partial "prev-next-in-section.html" . }}
{{ end }}
{{ define "sidebar" }}
{{ partial "section-sidebar.html" . ... | {
"pile_set_name": "Github"
} |
package com.sequenceiq.periscope.common;
public class MessageCode {
public static final String UNSUPPORTED_AUTOSCALING_TYPE = "autoscale.unsupported.autoscaling.type";
public static final String UNSUPPORTED_AUTOSCALING_HOSTGROUP = "autoscale.unsupported.hostgroups";
public static final String AUTOSCALIN... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::second`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_SECOND_HPP
#define BOOST_HANA_SECOND_HPP
#include <boost/hana/fwd/sec... | {
"pile_set_name": "Github"
} |
/* eslint no-multi-str: "off" */
var baseURL = "",
supportjQuery = this.jQuery,
// see RFC 2606
externalHost = "example.com";
this.hasPHP = true;
this.isLocal = window.location.protocol === "file:";
// Setup global variables before loading jQuery for testing .noConflict()
supportjQuery.noConflict( true );
window... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 080d1dce1c76e154c9c8f50151e6d69e
timeCreated: 1531473796
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2016 Broad Institute, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, ... | {
"pile_set_name": "Github"
} |
# ===========================================================================
# http://www.gnu.org/software/autoconf-archive/ax_append_flag.html
# ===========================================================================
#
# SYNOPSIS
#
# AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE])
#
# DESCRIPTION
#
# FLAG is appe... | {
"pile_set_name": "Github"
} |
-- Add missing Challe & Orphan Matron Aria Spawns
SET @GUID := 41876;
DELETE FROM `creature` WHERE `guid` BETWEEN @GUID AND @GUID+1;
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoin... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>fastlane/snapshot</title>
<meta charset="UTF-8">
<style type="text/css">
* {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
}
.language {
... | {
"pile_set_name": "Github"
} |
GDAL_ROOT = ..\..
!INCLUDE $(GDAL_ROOT)\nmake.opt
OBJ = srtmhgtdataset.obj
EXTRAFLAGS = -I./
default: $(OBJ)
xcopy /D /Y *.obj ..\o
clean:
-del *.obj
| {
"pile_set_name": "Github"
} |
/*
3w-9xxx.h -- 3ware 9000 Storage Controller device driver for Linux.
Written By: Adam Radford <linuxraid@lsi.com>
Modifications By: Tom Couch <linuxraid@lsi.com>
Copyright (C) 2004-2009 Applied Micro Circuits Corporation.
Copyright (C) 2010 LSI Corporation.
This program is free software; you can ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Intel Corporation
// SPDX-License-Identifer: Apache-2.0
// Uses a python database (a dict) to find where const struct device
// variable are being used in zephyr functions and, if it's being in place
// of a void*, it will print an ERROR for loosing the const qualifier.
// If it's being used on a... | {
"pile_set_name": "Github"
} |
<?php
use ProcessMaker\Core\System;
use Illuminate\Foundation\Http\Kernel;
require_once __DIR__ . '/../../../gulliver/system/class.g.php';
require_once __DIR__ . '/../../../bootstrap/autoload.php';
require_once __DIR__ . '/../../../bootstrap/app.php';
try {
//Set variables
$cronName = pathinfo($_SERVER['SCRI... | {
"pile_set_name": "Github"
} |
import _Pooling1D from './_Pooling1D'
/**
* MaxPooling1D layer class, extends abstract _Pooling1D class
*/
export default class MaxPooling1D extends _Pooling1D {
/**
* Creates a MaxPooling1D layer
*/
constructor(attrs = {}) {
super(attrs)
this.layerClass = 'MaxPooling1D'
this.poolingFunc = 'ma... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fb_audience.R
\name{fbad_delete_audience}
\alias{fbad_delete_audience}
\title{Delete a FB custom audience}
\usage{
fbad_delete_audience(fbacc, audience_id)
}
\arguments{
\item{fbacc}{(optional) \code{FB_Ad_account} object, which defaults to t... | {
"pile_set_name": "Github"
} |
var json2xls = require('../lib/json2xls');
var prep = json2xls.prepareJson;
var arrayData = require('./arrayData.json');
var objectData = require('./objectData.json');
var weirdData = require('./weirdData');
describe('prepare',function() {
beforeEach(function() {
this.addMatchers({
t... | {
"pile_set_name": "Github"
} |
/*
ES5503 - Ensoniq ES5503 "DOC" emulator v2.1.1
By R. Belmont.
Copyright R. Belmont.
This software is dual-licensed: it may be used in MAME and properly licensed
MAME derivatives under the terms of the MAME license. For use outside of
MAME and properly licensed derivatives, it is available under the
... | {
"pile_set_name": "Github"
} |
// RUN: %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s | %FileCheck %s
{protocol A{func b
}enum B:A{let s=b
let A{#^A^#
// CHECK: Begin completions
| {
"pile_set_name": "Github"
} |
package artifactory.test;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest... | {
"pile_set_name": "Github"
} |
package com.mashibing.mapper;
import com.mashibing.bean.ZhCustomerMembers;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 业主成员 Mapper 接口
* </p>
*
* @author lian
* @since 2020-04-18
*/
public interface ZhCustomerMembersMapper extends BaseMapper<ZhCustomerMembers> {
}
| {
"pile_set_name": "Github"
} |
`ConvertFrom-Json` returns integers as `[long]` or `[int]` depending on the
current PowerShell version:
- v6+: integers are returned as `[long]`
- v5-: integers are returned as `[int]`
Scripts
- [Test-1.long.integer.ps1](Test-1.long.integer.ps1)
| {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2016 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b10f818f1cc3dd6469288e6adf63aebb
timeCreated: 1467674035
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/**
* Just the loading indicator centered above gray background.
*/
import LoadingIndicator from 'components/LoadingIndicator';
import React from 'react';
import './style.scss';
export default function LoadingPagePlaceholder() {
return (
<div styleName="background">
<div styleName="page">
<Loadi... | {
"pile_set_name": "Github"
} |
l_english:
####################################
# Special Projects
####################################
### Story Events
AMOEBAS_1_PROJECT:0 "Space Amoeba Observation"
AMOEBAS_1_PROJECT_DESC:0 "Task a science department with collecting and collating data relating to the Space Amoebas."
CRYSTALS_1_PROJECT:0 ... | {
"pile_set_name": "Github"
} |
Car 0.00 0 -1.4533965523031096 602.84 177.24 630.32 204.22 1.5279615683300805 1.6299723594175124 3.9264980947003747 0.37 1.95 46.40 -1.4454225833824663 0.9999703
Cyclist 0.08 0 -2.63975723186997 879.96 119.48 1155.64 374.00 1.7083196896482562 0.6042204124092054 1.722011919173088 2.82 1.40 5.21 -2.1436436930501617 0.772... | {
"pile_set_name": "Github"
} |
/**
* \file
* The most simple example.
*
*/
#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Options.hpp>
using namespace curlpp::options;
int main(int, char **)
{
try
{
// That's all that is needed to do cleanup of used resources (RAII style).
curlpp::Cleanup myCleanup;
// Our req... | {
"pile_set_name": "Github"
} |
"use strict";
var Observable_1 = require('../../Observable');
var zipAll_1 = require('../../operator/zipAll');
Observable_1.Observable.prototype.zipAll = zipAll_1.zipAll;
//# sourceMappingURL=zipAll.js.map | {
"pile_set_name": "Github"
} |
# Auto-generated options enabling all lints.
# Add these to your `analysis-options.yaml` file and tailor to fit!
linter:
rules:
- always_declare_return_types
- always_put_control_body_on_new_line
- always_put_required_named_parameters_first
- always_require_non_null_named_parameters
- always_speci... | {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = isImmutable;
var _isType = _interopRequireDefault(require("./isType"));
var _generated = require("./generated");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function ... | {
"pile_set_name": "Github"
} |
GUI_CLICK_TO_ADD_ELEMENT_TO_EMPTY_LIST_0 = \u041D\u0430\u0436\u043C\u0438\u0442\u0435, \u0447\u0442\u043E\u0431\u044B \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 \u0432 \u043F\u0443\u0441\u0442\u043E\u0439 \u0441\u043F\u0438\u0441\u043E\u043A.
| {
"pile_set_name": "Github"
} |
# neo4j-go-connector
This package is an internal dependency being used by [Neo4j Go Driver](https://github.com/neo4j/neo4j-go-driver). | {
"pile_set_name": "Github"
} |
|Google logo|
========
Signal 6
========
.. container::
.. container:: content
.. rubric:: Error message
``Process terminated with signal 6``
.. rubric:: Description
This error indicates an issue with the operating environment, e.g.,
a software or hardware ... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file has been @generated by a phing task by {@link BuildMetadataPHPFromXml}.
* See [README.md](README.md#generating-data) for more information.
*
* Pull requests changing data in these files will not be accepted. See the
* [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.