text
stringlengths
2
99.9k
meta
dict
/* Copyright 2015 OpenMarket Ltd Copyright 2018 New Vector 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 o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <!-- Copyright (c) 2012, 2017 Liviu Ionescu. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/...
{ "pile_set_name": "Github" }
# Mantid Repository : https://github.com/mantidproject/mantid # # Copyright &copy; 2018 ISIS Rutherford Appleton Laboratory UKRI, # NScD Oak Ridge National Laboratory, European Spallation Source, # Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS # SPDX - License - Identifier: GPL - 3.0 + from...
{ "pile_set_name": "Github" }
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using UnityEngine.Bindings; namespace UnityEngine { internal interface IPlayerEditorConnectionNative { void Initialize(); voi...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # A library that provides a Python interface to the Telegram Bot API # Copyright (C) 2015-2020 # Leandro Toledo de Souza <devs@python-telegram-bot.org> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser Public License as published by #...
{ "pile_set_name": "Github" }
/*********************************************************************** * * Copyright (c) 2012-2020 Barbara Geller * Copyright (c) 2012-2020 Ansel Sermersheim * * Copyright (c) 2015 The Qt Company Ltd. * Copyright (c) 2012-2016 Digia Plc and/or its subsidiary(-ies). * Copyright (c) 2008-2012 Nokia Corporation and/or i...
{ "pile_set_name": "Github" }
/* * Translated default messages for the jQuery validation plugin. * Locale: FR (French; français) */ $.extend($.validator.messages, { required: "Ce champ est obligatoire.", remote: "Veuillez corriger ce champ.", email: "Veuillez fournir une adresse électronique valide.", url: "Veuillez fournir une adresse URL v...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018-2999 广州亚米信息科技有限公司 All rights reserved. * * https://www.gz-yami.com/ * * 未经允许,不可做商业用途! * * 版权所有,侵权必究! */ package com.yami.shop.bean.model; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; import lombok.EqualsAn...
{ "pile_set_name": "Github" }
export class LinePrefix { static getPrefix(lineNumber, maxDigits) { let leadingSpaces = getLeadingSpaces(lineNumber, maxDigits); return `${getSpaces(leadingSpaces)}${lineNumber} | `; } } const DEFAULT_LEADING_SPACE = 2; const getLeadingSpaces = (number, maxDigits) => { const numberLength = number.toStri...
{ "pile_set_name": "Github" }
using System; namespace PowerArgs { /// <summary> /// Enum used to specify how user errors (ArgExceptions) should be handled by the parser. /// </summary> public enum ArgExceptionPolicy { /// <summary> /// The default, PowerArgs will throw these exceptions for your program to handl...
{ "pile_set_name": "Github" }
package org.infinispan.persistence.jdbc.configuration; import static org.infinispan.persistence.jdbc.configuration.Element.CONNECTION_POOL; import org.infinispan.commons.configuration.BuiltBy; import org.infinispan.commons.configuration.attributes.Attribute; import org.infinispan.commons.configuration.attributes.Attr...
{ "pile_set_name": "Github" }
# Contains Duplicate `Easy` Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and it should return false if every element is distinct. ## Example 1: ``` Input: [1,2,3,1] Output: true ``` ## Example 2: ``` Input...
{ "pile_set_name": "Github" }
/* * Copyright 2010 Swiz Framework Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
{ "pile_set_name": "Github" }
/* * Copyright 2018 MovingBlocks * * 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" }
/******************************************************************************* * HellFirePvP / Astral Sorcery 2020 * * All rights reserved. * The source code is available on github: https://github.com/HellFirePvP/AstralSorcery * For further details, see the License file there. **********************************...
{ "pile_set_name": "Github" }
client dev tun proto udp remote 5.157.13.3 443 resolv-retry infinite nobind cipher AES-256-CBC auth SHA512 verb 3 auth-user-pass ../Own_VPN_Config/protonvpnauth.txt tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 remote-cert-tls server pull fast-io ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
{ "pile_set_name": "Github" }
![html5sortable1](https://user-images.githubusercontent.com/42062381/90550349-1f023500-e190-11ea-9db0-f6d5ba5412a7.png) <h1> HTML5Sortable </h1> [![Build Status](https://img.shields.io/travis/lukasoppermann/html5sortable/master.svg?style=flat-square)](https://travis-ci.org/lukasoppermann/html5sortable) [![Softwar...
{ "pile_set_name": "Github" }
framework module E { umbrella header "E-macOS-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
#ifndef _ASMARM_STATFS_H #define _ASMARM_STATFS_H /* * With EABI there is 4 bytes of padding added to this structure. * Let's pack it so the padding goes away to simplify dual ABI support. * Note that user space does NOT have to pack this structure. */ #define ARCH_PACK_STATFS64 __attribute__((packed,aligned(4))) ...
{ "pile_set_name": "Github" }
<?php /** * This file is part of GameQ. * * GameQ 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 * (at your option) any later version. * * GameQ is distribut...
{ "pile_set_name": "Github" }
/* * Copyright 2019 The GraphicsFuzz Project 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 applic...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013, 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" }
 /*=================================================================================== * * Copyright (c) Userware/OpenSilver.net * * This file is part of the OpenSilver Runtime (https://opensilver.net), which is * licensed under the MIT license: https://opensource.org/licenses/MIT * * As stated in t...
{ "pile_set_name": "Github" }
@file:Suppress("UNUSED_PARAMETER") package io.mockk.impl.instantiation import io.mockk.* import io.mockk.impl.stub.Stub import io.mockk.impl.stub.StubGatewayAccess import io.mockk.impl.stub.StubRepository import kotlin.reflect.KClass import kotlin.test.BeforeTest import kotlin.test.Test import kotlin.test.assertSame ...
{ "pile_set_name": "Github" }
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; const NullDependency = require("./NullDependency"); class RequireHeaderDependency extends NullDependency { constructor(range) { super(); if (!Array.isArray(range)) throw new Error("range must be valid...
{ "pile_set_name": "Github" }
class AddTypeToScriptReports < ActiveRecord::Migration[5.2] def change add_column :script_reports, :report_type, :string, limit: 20 execute 'update script_reports set report_type = "unauthorized_code" where report_type is null' change_column_null :script_reports, :report_type, false end end
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>org.gradle.nativebinaries.language.objectivecpp.tasks (Gradle API 2.0)</title> <meta name="keywords" content="org.gradle.nativebinaries.language.objectivecpp.tasks package"> <meta http-equiv="Con...
{ "pile_set_name": "Github" }
1F000: Mahjong Tile East Wind 1F001: Mahjong Tile South Wind 1F002: Mahjong Tile West Wind 1F003: Mahjong Tile North Wind 1F004: Mahjong telha vermelha dragão : Hongzhong, 中 1F005: Mahjong Tile Green Dragon : qingfa 1F006: Mahjong telha branca dragão : Baiban 1F007: Mahjong Tile Um dos Personagens : macilento 1F008: Ma...
{ "pile_set_name": "Github" }
Audio Signal Processing in Python ================================= This repository holds a few [Jupyter][] (formerly known as [IPython][]) notebooks. You may consume them in different ways: * Clone this Git repository (or download the [zip file][]) and open the notebooks locally with Jupyter/IPython * View a sta...
{ "pile_set_name": "Github" }
<template> <div> <p v-html="regenerateThumbnails.l10n.Home.intro1"></p> <p v-html="regenerateThumbnails.l10n.Home.intro2"></p> <p> <label> <input type="checkbox" id="regenthumbs-regenopt-onlymissing" :checked="checkboxOnlyMissing" v-on:change="checkboxChange('checkboxOnlyMissing', $ev...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 InforceComputing * Author: Vinay Simha BN <simhavcs@gmail.com> * * Copyright (C) 2016 Linaro Ltd * Author: Sumit Semwal <sumit.semwal@linaro.org> * * From internet archives, the panel for Nexus 7 2nd Gen, 2013 model is a * JDI model LT070ME05000, and its data sheet is at: * http://panel...
{ "pile_set_name": "Github" }
#include "config.h" #include "log.h" #include "globals.h" #include "torrent/exceptions.h" #include "torrent/hash_string.h" #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <zlib.h> #include <algorithm> #include <fstream> #include <functional> #include <memory> #define GROUPFMT (group >= LOG_NON_...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2020 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 * ri...
{ "pile_set_name": "Github" }
# 流 ## 响应式编程 响应式是 Cycle.js 的一个重要方面,也是催生此框架诞生的核心原则之一。因为响应式这个词有太多不同的定义,所以在讨论之前,我们先来定义一下我们所讲的响应式。 比如现在有一个模块 Foo 和模块 Bar。一个模块可以被认为是一个 [OOP](https://en.wikipedia.org/wiki/Object-oriented_programming) 类的对象,或其他封装状态的机制。我们假设所有代码都被包装成一些模块。这里我们用一个从 Foo 到 Bar 的箭头,表示 Foo 会因某种原因影响 Bar 的状态。 ![modules foo bar](img/modules-foo-bar....
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 Bridgewater Associates, LP * * Distributed under the terms of the Modified BSD License. The full license is in * the file COPYING, distributed as part of this software. */ import org.apache.ivy.core.module.id.ModuleRevisionId import sbt._ import Keys._ import org.apache.ivy.core.install.I...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 网络中的网络(NiN)\n", "\n", "前几节介绍的LeNet、AlexNet和VGG在设计上的共同之处是:先以由卷积层构成的模块充分抽取空间特征,再以由全连接层构成的模块来输出分类结果。其中,AlexNet和VGG对LeNet的改进主要在于如何对这两个模块加宽(增加通道数)和加深。本节我们介绍网络中的网络(NiN)[1]。它提出了另外一个思路,即串联多个由卷积层和“全连接”层构成的小网络来构建一个深层网络。\n", "\n", ...
{ "pile_set_name": "Github" }
noinst_HEADERS = \ assert.hh \ bootstrap-complete-event.hh \ command-line.hh \ connection.hh \ errno_exception.hh \ event.hh \ fault.hh \ fnv_hash.hh ...
{ "pile_set_name": "Github" }
TIMESTAMP = 1497163089 SHA256 (PEAR/HTML_Javascript-1.1.2.tgz) = 688124c73bc9528fa503edf4c7089f7fd3b2d7ca28110a360d6c6776d16a8c1d SIZE (PEAR/HTML_Javascript-1.1.2.tgz) = 8750
{ "pile_set_name": "Github" }
--- layout: post lang: ja permalink: /ja/circleci title: CircleCI description: ' CircleCI は、プロジェクトの規模にかかわらず、迅速かつ質の高いチーム開発を容易にします。誰もが頭の中で想像した通りに開発を進められるようにする、それが私たちのミッションです。(募集中) ' description_full: '<p>CircleCI は、プロジェクトの規模にかかわらず、迅速かつ質の高いチーム開発を容易にします。誰もが頭の中で想像した通りに開発を進められるようにする、それが私たちのミッションです。<a href="https://circleci.c...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 Michael Brown <mbrown@fensystems.co.uk>. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or any later version. * * This progr...
{ "pile_set_name": "Github" }
// // This file is part of the NineAnimator project. // // Copyright © 2018-2020 Marcus Zhou. All rights reserved. // // NineAnimator 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 ...
{ "pile_set_name": "Github" }
// Copyright 2009,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. // OpenBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates ...
{ "pile_set_name": "Github" }
#pragma once #include "Camera.h" #include <pjmedia.h> #include <pjlib.h> #include "VideoFrame.h" /** * @brief 摄像头 pjsip 实现类 * @ingroup RABBITIM_IMPLEMENT_CAMERA_PJSIP * @see CCamera */ class CCameraPjsip : public CCamera { public: CCameraPjsip(int nIndex); virtual ~CCameraPjsip(); virtual int Start(...
{ "pile_set_name": "Github" }
package viper import "github.com/spf13/pflag" // FlagValueSet is an interface that users can implement // to bind a set of flags to viper. type FlagValueSet interface { VisitAll(fn func(FlagValue)) } // FlagValue is an interface that users can implement // to bind different flags to viper. type FlagValue interface ...
{ "pile_set_name": "Github" }
''' persist data to db ''' from datetime import date import datetime import operator from functools import reduce import json from peewee import * from enum import IntEnum from collections import defaultdict from bustag.util import logger, get_data_path, format_datetime, get_now_time, get_full_url DB_FILE = 'bus.db' d...
{ "pile_set_name": "Github" }
#include <z64.h> // 0x25800 bytes u16 gZBuffer[SCREEN_WIDTH * SCREEN_HEIGHT];
{ "pile_set_name": "Github" }
package App::NetdiscoX::Worker::Plugin::TestThree; use Dancer ':syntax'; use App::Netdisco::Worker::Plugin; use aliased 'App::Netdisco::Worker::Status'; # info 'test: respect user config filtering the driver, action and namespace'; register_worker({ phase => 'main', driver => 'cli' }, sub { return Status->done('NO...
{ "pile_set_name": "Github" }
<shader>{ "name" : "VecWColor", "ubo" : [ "UBOTransform", "UBOModel", "UBOWorld" ], "options" : { "modelMatrix":true }, "uniforms" : [ { "name":"u_colorAry", "type":"vec3" } ] }<\shader> <materials>[ { "name":"VecWColor", "options" : { "depthTest":true, "blend":false }, "uniforms":[ { "name":"u_color...
{ "pile_set_name": "Github" }
BaseModel = require '../BaseModel' class Users extends BaseModel init: => @keys = @load 'UserKeys' all: (params = {}, fn = null) => if 'function' is typeof params fn = params params = {} @debug "Users::all()" params.page ?= 1 params.per_page ?= 100 data = [] cb = (err, re...
{ "pile_set_name": "Github" }
namespace ClassLib066 { public class Class097 { public static string Property => "ClassLib066"; } }
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!4 &5620287371074205366 stripped Transform: m_CorrespondingSourceObject: {fileID: 400000, guid: 57d5b0f56891c144fbf0eecc8984311e, type: 3} m_PrefabInstance: {fileID: 5620287371074071606} m_PrefabAsset: {fileID: 0} --- !u!23 &5620287371071779924 stripped MeshRenderer:...
{ "pile_set_name": "Github" }
--- # defaults file for master
{ "pile_set_name": "Github" }
p edge 20 25 e 1 5 e 2 13 e 2 14 e 3 5 e 3 16 e 6 13 e 6 0 e 7 14 e 7 12 e 7 16 e 8 12 e 8 16 e 9 11 e 9 14 e 10 4 e 10 16 e 11 1 e 14 12 e 15 17 e 15 0 e 17 12 e 18 7 e 18 0 e 19 4 e 19 0
{ "pile_set_name": "Github" }
// Copyright 2008 The Android Open Source Project public interface Defs { public void func(); // func2 not defined }
{ "pile_set_name": "Github" }
from collections import defaultdict, deque import re import regex from telethon import events, utils from telethon.tl import types, functions HEADER = "「sed」\n" KNOWN_RE_BOTS = re.compile( r"(regex|moku|BananaButler_|rgx|l4mR)bot", flags=re.IGNORECASE ) # Heavily based on # https://github.com/SijmenSchoon/re...
{ "pile_set_name": "Github" }
package com.atguigu.mobileplayer1020.bean; /** * 作者:尚硅谷-杨光福 on 2017/1/13 14:24 * 微信:yangguangfu520 * QQ号:541433511 * 作用:一句歌词 * [00:27.24]听个小姐说 她一月八千真的不多 */ public class LyricBean { /** * 歌词内容 */ private String content; /** * 时间戳 */ private long timePoint; /** * 高亮时间 ...
{ "pile_set_name": "Github" }
FDCH7-43394 FDCH2-33335 FDCH15-30934 FDCH2-32920 FDCH5-39723 FDCH3-35304 FDCH11-23583 FDCH3-36372 FDCH15-31740 FDCH9-46594 FDCH1-20913 FDCH8-45476 FDCH4-37119 FDCH12-25637 FDCH13-27437 FDCH11-24359 FDCH8-45232 FDCH5-39141 FDCH4-38239 FDCH9-47004 FDCH6-41375 FDCH7-42639 FDCH1-20233 FDCH6-41376 FDCH9-47472 FDCH13-27978 F...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Output; use Symfony\Component\Console\Excepti...
{ "pile_set_name": "Github" }
/* * cocos2d for iPhone: http://www.cocos2d-iphone.org * * Copyright (c) 2009 On-Core * * 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 limitatio...
{ "pile_set_name": "Github" }
/* * Copyright 2008 - 2015 Freescale Semiconductor Inc. * * 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 conditions and...
{ "pile_set_name": "Github" }
%%% -*-mode:erlang;coding:utf-8;tabidth,:4;c-basic-offset:4;indent-tabs-mode:()-*- %%% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et: %%% %%% Require OTP 19.1 at a bare minimum {minimum_otp_vsn, "19.1"}. %% Plugins {plugins, [rebar3_hex]}. {shell, [ {apps, [lager, sync, gen_rpc]} ]}. {erl_opts, [debug_info, ...
{ "pile_set_name": "Github" }
/* * This file is part of Libav. * * Libav 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 2.1 of the License, or (at your option) any later version. * * Libav is distributed in...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2020 Darby Johnston // All rights reserved. #include <djvRender3DTest/CameraTest.h> #include <djvRender3D/Camera.h> using namespace djv::Core; using namespace djv::Render3D; namespace djv { namespace Render3DTest { CameraTest::CameraTest( ...
{ "pile_set_name": "Github" }
# # Copyright 2015-2017, Noah Kantrowitz # # 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" }
<html> <body style="background-color: blue"> <iframe width="50%" height="50%" src="empty_page.html"></iframe> Page with single frame </body> </html>
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/less_equal.hpp" header // -- DO NOT modify by hand! namespace boost { namespa...
{ "pile_set_name": "Github" }
**To change a deployment's description** The following ``update-deployment`` example updates a deployment's description. :: aws apigatewayv2 update-deployment \ --api-id a1b2c3d4 \ --deployment-id abcdef \ --description 'Manual deployment to fix integration test failures.' Output...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using Mapsui.Styles; using System.Windows.Media.Imaging; using System.Windows.Media; namespace Mapsui.Rendering.Xaml { public class SymbolCache : Dictionary<int, ImageSource>, ISymbolCache { public ImageSource GetOrCreate(int bitmapId) ...
{ "pile_set_name": "Github" }
/** * Copyright 2017 Goldman Sachs. * 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="no"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="talkback_service_description">Коли TalkBack увімкнено, озвучуються голосові підказки, щоб можна було користуватися пристроєм, не дивлячись на екран. Це корисно для людей із вадами зору....
{ "pile_set_name": "Github" }
// leave this as first line for PCH reasons... // //Anything above this #include will be ignored by the compiler #include "../qcommon/exe_headers.h" #if !defined(TR_LOCAL_H) #include "../renderer/tr_local.h" #endif #if !defined(G2_H_INC) #include "G2.h" #endif #include "G2_local.h" #pragma warning(disable : 4512...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Dynflow module Semaphores class Abstract # Tries to get ticket from the semaphore # Returns true if thing got a ticket # Rturns false otherwise and puts the thing into the semaphore's queue def wait(thing) raise NotImplementedError end ...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple i686-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s // RUN: %clang_cc1 -triple x86_64-windows-msvc -fms-extensions -emit-llvm -std=c11 -O0 -o - %s | FileCheck --check-prefix=CHECK --check-prefix=MS %s // RUN: %clang_cc1 -tr...
{ "pile_set_name": "Github" }
// // Button groups // -------------------------------------------------- // Make the div behave like a button .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; // match .btn alignment given font-size hack above > .btn { position: relative; float: left...
{ "pile_set_name": "Github" }
//===- SDBMDialect.h - Dialect for striped DBMs -----------------*- 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" }
import akka.actor.{Actor, ActorSystem, Props} import com.softwaremill.macwire.akkasupport._ /** * In this example I am constructing simple actor with many parameter lists. */ trait A trait B trait C class SomeActor(a: A)(b: B, c: C) extends Actor { override def receive: Receive = { case m => //println(m) ...
{ "pile_set_name": "Github" }
John Walter believes that making strategies work within the machinery of AT&amp;T Corp will be the core both of his job as chief operating officer and when he steps up to become chief executive (CEO) in 1998. "You can have the greatest strategy in the world, but if you dont execute, it doesnt matter," Walter told Reute...
{ "pile_set_name": "Github" }
PKG_NAME = libgcrypt PKG_VERS = 1.8.5 PKG_EXT = tar.bz2 PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = ftp://ftp.gnupg.org/gcrypt/$(PKG_NAME) PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/libgpg-error HOMEPAGE = http://directory.fsf.org/wiki/Libgcrypt COMMENT = This is a general purpose crypt...
{ "pile_set_name": "Github" }
/* Attribution notice: Rainbow have generously allowed me to reproduce * the necessary definitions here from their API. This means the support * can build independently of whether application builders have the * API or hardware. This will allow developers to easily produce software * that has latent hardware suppor...
{ "pile_set_name": "Github" }
[package] name = "systest" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] [dependencies] libc = "0.2" openssl-sys = { path = "../openssl-sys" } [build-dependencies] ctest = "0.2" [features] vendored = ['openssl-sys/vendored']
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ContentType name="XmlFieldSetting" parentType="FieldSettingContent" handler="SenseNet.ContentRepository.Schema.FieldSettingContent" xmlns="http://schemas.sensenet.com/SenseNet/ContentRepository/ContentTypeDefinition"> <DisplayName>$Ctd-XmlFieldSetting,DisplayName</DisplayName> ...
{ "pile_set_name": "Github" }
- var users = [{ name: 'tobi', age: 2 }] fb:users for user in users fb:user(age=user.age) :cdata
{ "pile_set_name": "Github" }
# Jenkins CI script for Windows to Linux CI. # Heavily modified by John Howard (@jhowardmsft) December 2015 to try to make it more reliable. set +xe SCRIPT_VER="Wed Apr 20 18:30:19 UTC 2016" # TODO to make (even) more resilient: # - Wait for daemon to be running before executing docker commands # - Check if jq is i...
{ "pile_set_name": "Github" }
-- -- d/tools/ldc.lua -- Provides LDC-specific configuration strings. -- Copyright (c) 2013-2015 Andrew Gough, Manu Evans, and the Premake project -- local p = premake p.tools.ldc = { } local ldc = p.tools.ldc local project = p.project local config = p.config local d = p.modules.d -- -- Set default tools -- ...
{ "pile_set_name": "Github" }
--- title: Seq.iter<'T> Function (F#) description: Seq.iter<'T> Function (F#) keywords: visual f#, f#, functional programming author: dend manager: danielfe ms.date: 05/16/2016 ms.topic: language-reference ms.prod: visual-studio-dev14 ms.technology: devlang-fsharp ms.assetid: a05dad36-eeed-41dc-8bf4-53390eb38b26 --- #...
{ "pile_set_name": "Github" }
// Copyright 2011 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 terminal import ( "io" "testing" ) type MockTerminal struct { toSend []byte bytesPerRead int received []byte } func (c *MockTerminal) ...
{ "pile_set_name": "Github" }
MODULE Char; (* SJ 26.11.94 *) (* Module Character implements some procedures on type CHAR. *) PROCEDURE Cap*(c: CHAR) : CHAR; (* Answer the capital letter of c. German "Umlaute" are capitalized correctly. *) PROCEDURE IsVowel*(c: CHAR) : BOOLEAN; (* Answer TRUE if c is a vowel. German "Uml...
{ "pile_set_name": "Github" }
var asciiWords = require('./_asciiWords'), hasUnicodeWord = require('./_hasUnicodeWord'), toString = require('./toString'), unicodeWords = require('./_unicodeWords'); /** * Splits `string` into an array of its words. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [stri...
{ "pile_set_name": "Github" }
/*---------------------------------------------------- Copyright 2017 Xilinx, 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 app...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Guide to Using Jupyter Notebooks\n", "In this lecture we will be going over the basics of the Jupyter (previously called iPython Notebooks).\n", "\n", "For a complete User Manual check out the [Bryn Mawr College Computer ...
{ "pile_set_name": "Github" }
{ "accountLinkingWhitelistedDomains": null, "asin": "B01N0QLKXF", "averageRating": 5, "canDisable": true, "capabilities": null, "category": null, "description": "Trivia game asking questions about the TV show Land of the Lost. The game is played by asking 5 questions. Each correct answer is worth 1 poin...
{ "pile_set_name": "Github" }
/* * *********************************************************************** * * project: org.matsim.* * *********************************************************************** * * * * copyright : (C) 2019 by the members listed in the CO...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <imgdir name="0559.img"> <imgdir name="05590000"> <imgdir name="info"> <canvas name="icon" width="18" height="34"> <vector name="origin" x="-7" y="33"/> <int name="z" value="0"/> </canvas> <canvas name="iconRaw" width="18" h...
{ "pile_set_name": "Github" }
/* mpf_random2 -- Generate a positive random mpf_t of specified size, with long runs of consecutive ones and zeros in the binary representation. Intended for testing of other MP routines. Copyright 1995, 1996, 2001-2003 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library ...
{ "pile_set_name": "Github" }
// -*- 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" }
! @@name: affinity.5f ! @@type: F-fixed ! @@compilable: yes ! @@linkable: yes ! @@expect: success PROGRAM EXAMPLE !$OMP PARALLEL PROC_BIND(MASTER) NUM_THREADS(4) CALL WORK() !$OMP END PARALLEL END PROGRAM EXAMPLE
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "se-none@1x.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "se-none@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" : "se-none@3x.png", "scale" : "3x" } ],...
{ "pile_set_name": "Github" }
.header-border { border-bottom: solid 1px #c6c5c5; } .h4-mar{ margin-top: 30px; } .h4-mar-2 { margin-top: 30px; } .address>.radio { padding-left: 50px; } .radio>label { margin: 5px 0 5px 0; } .address-check input[type='checkbox']:checked { background: #FFF0E8; border: solid 1px #f40; } ...
{ "pile_set_name": "Github" }
require 'tzinfo/timezone_definition' module TZInfo module Definitions module America module Chicago include TimezoneDefinition timezone 'America/Chicago' do |tz| tz.offset :o0, -21036, 0, :LMT tz.offset :o1, -21600, 0, :CST tz.offset :o2, -21600, 3600,...
{ "pile_set_name": "Github" }