text
stringlengths
2
99k
meta
dict
/* PICCANTE The hottest HDR imaging library! http://vcg.isti.cnr.it/piccante Copyright (C) 2014 Visual Computing Laboratory - ISTI CNR http://vcg.isti.cnr.it First author: Francesco Banterle This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed ...
{ "pile_set_name": "Github" }
// This closes the scope started in preamble.js }(Module)); // When this file is loaded in, the high level object is "Module";
{ "pile_set_name": "Github" }
#include <iostream> #include <vector> using std::vector; using std::cout; using std::endl; using std::begin; using std::end; int main() { vector<int> ivec{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; int int_arr[10]; for (int* i = begin(int_arr); i != end(int_arr); ++i) *i = ivec[i - begin(int_arr)]; for ...
{ "pile_set_name": "Github" }
import test from 'ava'; import { isMutable, unwrap } from '@collectable/core'; import { empty, set, updateMap } from '../src'; test('returns the same map if no changes are made', t => { var map = empty(); var map1 = updateMap(m => {}, map); var map2 = updateMap(m => m, map); t.is(map, map1); t.is(map, map2);...
{ "pile_set_name": "Github" }
// Copyright Daniel Wallin 2006. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_PARAMETER_AUX_PREPROCESSOR_IMPL_SPECIFICATION_HPP #define BOOST_PARAMETER_AUX_PREPROCESSOR_IMPL_SPECIFICATION_HPP #...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE funcs SYSTEM '../../../clonk.dtd'> <?xml-stylesheet type="text/xsl" href="../../../clonk.xsl"?> <funcs> <func> <title>GetDefHeight</title> <category>Objects</category> <subcat>Status</subcat> <version>7.0 OC</version> <syntax><rty...
{ "pile_set_name": "Github" }
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
RUN: llvm-symbolizer --no-demangle --default-arch=i386 --obj=%p/Inputs/macho-universal 0x1f84 | FileCheck %s --check-prefix=DEFAULT RUN: llvm-symbolizer --no-demangle --obj=%p/Inputs/macho-universal:i386 0x1f67 | FileCheck %s --check-prefix=I386 RUN: llvm-symbolizer --no-demangle --obj=%p/Inputs/macho-universal:x86_64 ...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: launchpad\n" "POT-Creation-Date: 2016-07-28 21:06+0200\n" "PO-Revision-Date: 2017-01-25 12:49-0500\n" "Last-Translator: JarlGullberg <jarl.gullberg@gmail.com>\n" "Language-Team: Danish\n" "Language: da_DK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Conte...
{ "pile_set_name": "Github" }
describe Fastlane do describe Fastlane::FastFile do before do # Force FastlaneCore::CommandExecutor.execute to return command allow(FastlaneCore::CommandExecutor).to receive(:execute).and_wrap_original do |m, *args| args[0][:command] end end describe "SPM Integration" do i...
{ "pile_set_name": "Github" }
package com.designPattern.abtractFactory; public class AndroidPad implements IPad{ protected AndroidPad(){}; @Override public void getOS() { // TODO Auto-generated method stub System.out.println("i am android pad"); } }
{ "pile_set_name": "Github" }
use super::{InitialMapBuilder, BuilderMap, Rect }; use rltk::RandomNumberGenerator; pub struct SimpleMapBuilder {} impl InitialMapBuilder for SimpleMapBuilder { #[allow(dead_code)] fn build_map(&mut self, rng: &mut rltk::RandomNumberGenerator, build_data : &mut BuilderMap) { self.build_rooms(rng, buil...
{ "pile_set_name": "Github" }
// -*- C++ -*- forwarding header. // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License ...
{ "pile_set_name": "Github" }
// @target: es5 function foo<T>() { return '' } class C<T> { bar() { return 0; } [foo<T>()]() { } }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc --> <title>Negative (documentation 1.2.5 API)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script ...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /* ** ** Copyright 2008, 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/licen...
{ "pile_set_name": "Github" }
<?php return array( /* |-------------------------------------------------------------------------- | Default Queue Driver |-------------------------------------------------------------------------- | | The Laravel queue API supports a variety of back-ends via an unified | API, giving you convenient access to e...
{ "pile_set_name": "Github" }
#ifndef _SYS_PRCTL_H #define _SYS_PRCTL_H #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #define PR_SET_PDEATHSIG 1 #define PR_GET_PDEATHSIG 2 #define PR_GET_DUMPABLE 3 #define PR_SET_DUMPABLE 4 #define PR_GET_UNALIGN 5 #define PR_SET_UNALIGN 6 #define PR_UNALIGN_NOPRINT 1 #define PR_UNALIGN_SI...
{ "pile_set_name": "Github" }
class:: BufAllpassL summary:: Buffer based all pass delay line with linear interpolation. related:: Classes/BufAllpassC, Classes/BufAllpassN, Classes/AllpassL categories:: UGens>Delays>Buffer Description:: All pass delay line with linear interpolation which uses a buffer for its internal memory. See also link::Cla...
{ "pile_set_name": "Github" }
/* * make KOI8->ISO8859-5 and ISO8859-5->KOI8 translation table * from koi-iso.tab. * * Tatsuo Ishii * * src/backend/utils/mb/iso.c */ #include <stdio.h> main() { int i; char koitab[128], isotab[128]; char buf[4096]; int koi, iso; for (i = 0; i < 128; i++) koitab[i] = isotab[i] = 0; wh...
{ "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"/> <meta name="generator" content="Doxygen 1.8.13"/> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "mpi.h" #define CHECK_SEC_OK(func) \ if (SECSuccess != (rv = func)) \ goto cleanup #def...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2013 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" }
running 84 tests test dense::ac_one_byte ... bench: 349 ns/iter (+/- 4) = 28653 MB/s test dense::ac_one_prefix_byte_every_match ... bench: 112,957 ns/iter (+/- 1,490) = 88 MB/s test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured
{ "pile_set_name": "Github" }
using CommandDotNet.Builders; namespace CommandDotNet.Execution { /// <summary> /// Specifies whether <see cref="IDependencyResolver.Resolve"/> or <see cref="IDependencyResolver.TryResolve"/> is used. /// When Resolve is used, if the the Resolve method returns null instead of throwing an 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 (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0, which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available...
{ "pile_set_name": "Github" }
package org.zalando.opentracing.spring.web.extension; import io.opentracing.contrib.spring.web.interceptor.HandlerInterceptorSpanDecorator; import org.apiguardian.api.API; import java.util.ServiceLoader; import static java.util.ServiceLoader.load; import static org.apiguardian.api.API.Status.EXPERIMENTAL; import sta...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?><!-- ~ Copyright 2019, 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/licen...
{ "pile_set_name": "Github" }
div.dataTables_length label { font-weight: normal; text-align: left; white-space: nowrap; } div.dataTables_length select { width: 75px; display: inline-block; } div.dataTables_filter { text-align: right; } div.dataTables_filter label { font-weight: normal; white-space: nowrap; text-align: left; } div.dataT...
{ "pile_set_name": "Github" }
## DESCRIPTION ## Calculus: The Fundamental Theorem of Calculus ## ENDDESCRIPTION ## DBsubject(Calculus - single variable) ## DBchapter(Integrals) ## DBsection(Fundamental theorem of calculus) ## Date(6/2/2005) ## Institution(UVA) ## Author(Jeff Holt) ## MLT(FTC_01) ## Level(3) ## TitleText1('Calculus: Early Transcend...
{ "pile_set_name": "Github" }
Path = require 'path' Codo = require './codo' Optimist = require 'optimist' Theme = require '../themes/default/lib/theme' Table = require 'cli-table' colors = require 'colors/safe' module.exports = class Command options: [ {name: 'help', alias: 'h', describe: 'Show this help'} {name: 'version...
{ "pile_set_name": "Github" }
#tb 0: 1/1000 0, 0, 0, 0, 152064, b208eac12f0ae74a812bc9e314bdfac7 0, 33, 33, 0, 152064, ebb2259451c3acf3ad6379d1f4092efb 0, 66, 66, 0, 152064, 33de46060afd14aa359b7bd0d9ff1be8 0, 100, 100, 0, 152064, 33de46060afd14aa359...
{ "pile_set_name": "Github" }
#pragma checksum "..\..\..\App\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1451C7875825CA795D3191A35A338686EB96E950A97F0CC6C75168994A5DC628" //------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不...
{ "pile_set_name": "Github" }
From 575ef199984ae4e8510ed36f8b1ae1babdff8ea9 Mon Sep 17 00:00:00 2001 From: James Hilliard <james.hilliard1@gmail.com> Date: Thu, 26 Mar 2020 07:48:19 -0600 Subject: [PATCH] fdo: ensure xkb_data.state is not null before calling xkb_state_key_get_one_sym (#192) [james.hilliard1@gmail.com: backport from upstream commi...
{ "pile_set_name": "Github" }
use Toolshed
{ "pile_set_name": "Github" }
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
{ "pile_set_name": "Github" }
import { handleActions } from 'redux-actions' import objectAssign from 'UTILS/object-assign' import dateHelper from 'UTILS/date' import { DEFAULT_GITHUB_SECTIONS } from 'UTILS/constant/github' import { DEFAULT_RESUME_SECTIONS } from 'UTILS/constant/resume' const initialState = { loading: true, login: window.login...
{ "pile_set_name": "Github" }
/* Copyright (c) 2014 eBay Software Foundation Licensed under the MIT License */ #ifndef maxdnn_Random_h #define maxdnn_Random_h #include <cstdlib> namespace maxdnn { class Random { public: Random() { } Random(unsigned seed) { _seed = seed; } ...
{ "pile_set_name": "Github" }
#ifndef D_ClassName_H #define D_ClassName_H /////////////////////////////////////////////////////////////////////////////// // // ClassName is responsible for ... // /////////////////////////////////////////////////////////////////////////////// typedef struct _ClassName ClassnamePiml; ClassName* ClassName_Create...
{ "pile_set_name": "Github" }
package util import ( "bytes" "encoding/xml" "fmt" "go/format" "io" "reflect" "regexp" "strings" "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil" ) // GoFmt returns the Go formated string of the input. // // Panics if the format fails. func GoFmt(buf string) string { formatted, err := format.Source...
{ "pile_set_name": "Github" }
<HTML><HEAD> <TITLE>Access Denied</TITLE> </HEAD><BODY> <H1>Access Denied</H1> You don't have permission to access "&#47;T&#47;16382&#47;154041&#47;000&#47;origin&#45;in&#46;united&#46;com&#47;web&#47;en&#45;US&#47;default&#46;aspx&#63;pos&#61;IN" on this server.<P> Reference&#32;&#35;18&#46;426cd417&#46;1507270884&#...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _from = require('babel-runtime/core-js/array/from'); var _from2 = _interopRequireDefault(_from); exports.default = patchParagraphElements; var _ParagraphNodeSpec = require('./ParagraphNodeSpec'); function _interopRequireDefault(obj...
{ "pile_set_name": "Github" }
#<<<<<<< master #这是一个实现打印"Hello world!"的实例 print('Hello world!') #======= print('Hello world') #>>>>>>> master print('如果出现这段文字代表打印成功!')
{ "pile_set_name": "Github" }
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
{ "pile_set_name": "Github" }
services: _defaults: public: true prestashop.adapter.module.self_configurator: class: PrestaShop\PrestaShop\Adapter\Module\Configuration\ModuleSelfConfigurator arguments: - "@prestashop.core.admin.module.repository" - "@prestashop.adapter.legacy.configuration" ...
{ "pile_set_name": "Github" }
/** * */ package org.hamster.weixinmp.gson; import java.lang.reflect.Type; import org.hamster.weixinmp.constant.WxMenuBtnTypeEnum; import org.hamster.weixinmp.dao.entity.menu.WxMenuBtnEntity; import org.springframework.util.CollectionUtils; import com.google.gson.JsonArray; import com.google.gson.JsonElement; imp...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. // // This file's dependencies should be kept to a minimum so that it can be // included in WebKit code that doesn't rely on much of common. #ifndef N...
{ "pile_set_name": "Github" }
export default { data: () => ({ id: '' }), async created () { await this.$store.dispatch('getProductsByUser', this.user) }, computed: { fields: { get () { return { title: { label: this.t('productsget.mixin.field.first') }, description: { ...
{ "pile_set_name": "Github" }
package rotatelogs import ( "os" "sync" "time" strftime "github.com/lestrrat/go-strftime" ) // RotateLogs represents a log file that gets // automatically rotated as you write to it. type RotateLogs struct { clock Clock curFn string globPattern string linkName string maxAge time.Dur...
{ "pile_set_name": "Github" }
function [ hex ] = rgb2hex(rgb) % rgb2hex converts rgb color values to hex color format. % % This function assumes rgb values are in [r g b] format on the 0 to 1 % scale. If, however, any value r, g, or b exceed 1, the function assumes % [r g b] are scaled between 0 and 255. % % * * * * * * * * * * * * * * * * * *...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html class="type--{{filetype}}" style="height: 100vh;"> <head> <meta charset="utf-8" /> <style type="text/css"> {{ style }} </style> </head> <body style="height: 100vh;"> <div class="cover"> <div class="cover__content"> <h1 class="cover__title">{{ title }}</h1> <p class="cover_...
{ "pile_set_name": "Github" }
// // UIViewAnimationTests.swift // UIKitTests // // Created by Michael Knoch on 11.08.17. // Copyright © 2017 flowkey. All rights reserved. // import XCTest @testable import UIKit class UIViewAnimationTests: XCTestCase { var view = UIView() override func tearDown() { // reset animation state ...
{ "pile_set_name": "Github" }
package com.bewitchment.common.item.tool; import com.bewitchment.registry.ModObjects; import net.minecraft.client.resources.I18n; import net.minecraft.client.util.ITooltipFlag; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraft.util.m...
{ "pile_set_name": "Github" }
#include <GameEnginePCH.h> #include <GameEngine/GameState/GameStateWindow.h> ezGameStateWindow::ezGameStateWindow(const ezWindowCreationDesc& windowdesc, ezDelegate<void()> onClickClose) : m_OnClickClose(onClickClose) { m_CreationDescription = windowdesc; m_CreationDescription.AdjustWindowSizeAndPosition(); ...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
/* * This file is part of Adblock Plus <https://adblockplus.org/>, * Copyright (C) 2006-present eyeo GmbH * * Adblock Plus is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Adblock Plus is ...
{ "pile_set_name": "Github" }
/* * fs/kernfs/file.c - kernfs file implementation * * Copyright (c) 2001-3 Patrick Mochel * Copyright (c) 2007 SUSE Linux Products GmbH * Copyright (c) 2007, 2013 Tejun Heo <tj@kernel.org> * * This file is released under the GPLv2. */ #include <linux/fs.h> #include <linux/seq_file.h> #include <linux/slab.h> #...
{ "pile_set_name": "Github" }
#ifndef _err_syntax12__defines_h_ #define _err_syntax12__defines_h_ #define text 456 #endif /* _err_syntax12__defines_h_ */
{ "pile_set_name": "Github" }
from hue import Hue from st2actions.runners.pythonrunner import Action class BaseAction(Action): def __init__(self, config): super(BaseAction, self).__init__(config) self.hue = self._get_client() def _get_client(self): hue = Hue() hue.station_ip = self.config['station_ip'] ...
{ "pile_set_name": "Github" }
1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay not to write to the IOC3 ever. 2. Need to figure out RRB allocation in bridge_startup(). 3. Need to figure out why address swaizzling is needed in inw/outw for Qlogic scsi controllers. 4. Need to integrate ip27-klconfig.c:find_lboard and ip27-init...
{ "pile_set_name": "Github" }
In order to use the C code in these directories, you should first modify / setup the file config/LocalMakefileConfig.mk, which is included by the main Makefiles and allows you to overwrite the settings from config/Makefile.mk. Once this is done, run make. You must then use the install targets to copy / link the resul...
{ "pile_set_name": "Github" }
# # PHASE: collect srcjars # # DOCUMENT THIS # def phase_collect_srcjars(ctx, p): # This will be used to pick up srcjars from non-scala library # targets (like thrift code generation) srcjars = [] for target in ctx.attr.deps: if hasattr(target, "srcjars"): srcjars.append(target.srcj...
{ "pile_set_name": "Github" }
#import "StatusMessageText.h" #import "PreferencesModel.h" #include "bridge.h" enum StatusMessageTextType { StatusMessageTextTypeExtra, StatusMessageTextTypeModifierLock, StatusMessageTextTypeCapsLock, StatusMessageTextTypeModifierSticky, StatusMessageTextTypePointingButtonLock, StatusMessageTextType_End_,...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. /// /// Simple occlusion shader that can be used to hide other objects. /// This prevents other objects from being rendered by drawing invisible 'opaque' pixels to th...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1994, 2003, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
#~ Copyright 2002-2007 Rene Rivera. #~ 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) # Clean env vars of any "extra" empty values. for local v in ARGV CC CFLAGS LIBS { local values ; for local x in $($(v)...
{ "pile_set_name": "Github" }
--- title: SqlStreamChars.SetLength(Int64) Method (System.Data.SqlTypes) author: stevestein ms.author: sstein ms.date: 12/20/2018 ms.technology: "dotnet-data" topic_type: - "apiref" api_name: - "System.Data.SqlTypes.SqlStreamChars.SetLength" api_location: - "System.Data.dll" api_type: - "Assembly" --- # SqlStre...
{ "pile_set_name": "Github" }
package astits import ( "fmt" "github.com/asticode/go-astikit" ) // Stream types const ( StreamTypeLowerBitrateVideo = 27 // ITU-T Rec. H.264 and ISO/IEC 14496-10 StreamTypeMPEG1Audio = 3 // ISO/IEC 11172-3 StreamTypeMPEG2HalvedSampleRateAudio = 4 // ISO/IEC 13818-3 StreamTypeMPEG2Pa...
{ "pile_set_name": "Github" }
from collections import namedtuple, OrderedDict import pandas as pd from .metergroup import MeterGroup from .datastore.datastore import join_key from .hashable import Hashable BuildingID = namedtuple('BuildingID', ['instance', 'dataset']) class Building(Hashable): """ Attributes ---------- elec : Mete...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isISRC; var _assertString = require('./util/assertString'); var _assertString2 = _interopRequireDefault(_assertString); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } //...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * ...
{ "pile_set_name": "Github" }
## @file # Description file for the Embedded MMC (eMMC) Peim driver. # # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent # # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = EmmcBlockIoPei ...
{ "pile_set_name": "Github" }
langcode: en status: true dependencies: module: - views_test_data id: test_view_display_template label: test_view_display_template module: views description: '' tag: '' base_table: views_test_data base_field: id display: default: display_plugin: default id: default display_title: Master position...
{ "pile_set_name": "Github" }
############################################################################### # # Copyright (c) 2011-2019 Talend Inc. - www.talend.com # All rights reserved. # # This program and the accompanying materials are made available # under the terms of the Apache License v2.0 # which accompanies this distribution, and is av...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>UserDialog</class> <widget class="QDialog" name="UserDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>316</width> <height>253</height> </rect> </property> <property name="windowTitle"> <string>User Prope...
{ "pile_set_name": "Github" }
/* * Faraday FTMAC100 10/100 Ethernet * * (C) Copyright 2009-2011 Faraday Technology * Po-Yu Chuang <ratbert@faraday-tech.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 Software Foundation; either ve...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_R...
{ "pile_set_name": "Github" }
open React open Lwt open LTerm_text module Interpreter = struct let eval ~impl:(module I : Impl.M) ?default_index ~options s = match s, default_index with | "", Some index -> Ok index | _ -> let index_opt = Option.bind (int_of_string_opt s) (fun c -> if c > 0 && c <= List....
{ "pile_set_name": "Github" }
/* * VF610 pinctrl driver based on imx pinmux and pinconf core * * Copyright 2013 Freescale Semiconductor, Inc. * * 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 L...
{ "pile_set_name": "Github" }
namespace PascalABCCompiler.SyntaxTree { public interface IVisitor { ///<summary> ///Method to visit expression. ///</summary> ///<param name="_expression">Node to visit</param> ///<returns> Return value is void </returns> void visit(expression _expression); ///<summary> ///Method to visit syntax_tr...
{ "pile_set_name": "Github" }
package com.xcompany.xproject.auth.server.controller; import java.util.List; import org.springframework.validation.FieldError; import org.springframework.validation.ObjectError; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; public class GenericRespons...
{ "pile_set_name": "Github" }
# Load the Rails application. require_relative 'application' # Initialize the Rails application. Rails.application.initialize!
{ "pile_set_name": "Github" }
--TEST-- Variables --INPUT-- SELECT @ --EXPECTED-- E SELECT v @
{ "pile_set_name": "Github" }
//@testable import BartyCrouchKit //import XCTest // //class CommandLineParserTests: XCTestCase { // func testIfCommentCommandIsAdded() { // CommandLineParser(arguments: ["bartycrouch", "code", "-p", ".", "-l", ".", "--override-comments"]).parse { _, subCommandOptions in // switch subCommandOptions...
{ "pile_set_name": "Github" }
[{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 [InternetShortcut] URL=http://www.ecs.csus.edu/pc2/ IDList=
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-unknown-linux-gnu %s // Correct cases. typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1; typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; typedef int __attribute__((mode(SI))) __attribute__((vector_si...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
{ "pile_set_name": "Github" }
# Test IShellItem and related interfaces from win32com.shell import shell, shellcon, knownfolders import unittest class TestShellItem(unittest.TestCase): def assertShellItemsEqual(self, i1, i2): n1 = i1.GetDisplayName(shellcon.SHGDN_FORPARSING) n2 = i2.GetDisplayName(shellcon.SHGDN_FORPARSING) ...
{ "pile_set_name": "Github" }
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | ...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, Oculus VR, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ ...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 19. March 2015 * $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_fir_q31.c * * Description: Q31 FIR filter processi...
{ "pile_set_name": "Github" }
/**************************************************************************** ** Copyright (c) 2000-2003 Wayne Roth ** Copyright (c) 2004-2007 Stefan Sander ** Copyright (c) 2007 Michal Policht ** Copyright (c) 2008 Brandon Fosdick ** Copyright (c) 2009-2010 Liam Staskawicz ** Copyright (c) 2011 Debao Zhang ** All righ...
{ "pile_set_name": "Github" }
/*! jQuery UI - v1.11.4+CommonJS - 2015-08-28 * http://jqueryui.com * Includes: widget.js * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */ (function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define([ "jquery" ], factory ); ...
{ "pile_set_name": "Github" }
{ "action": { "misuse": { "variety": [ "Privilege abuse" ], "vector": [ "LAN access" ] } }, "actor": { "internal": { "motive": [ "Unknown", "Financial" ], "variety": [ "End-user" ] } }, "asset": { "asse...
{ "pile_set_name": "Github" }
/* * Axelor Business Solutions * * Copyright (C) 2020 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed...
{ "pile_set_name": "Github" }