text
stringlengths
2
99k
meta
dict
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Web.Syndication { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class SyndicationContent : glo...
{ "pile_set_name": "Github" }
// Uses AMD or browser globals to create a jQuery plugin. (function (factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory); } else { // Browser globals factory(jQuery); } } (function (jQuery) { var module = { e...
{ "pile_set_name": "Github" }
/* * Copyright © 2016 Intel Corporation * * 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, pub...
{ "pile_set_name": "Github" }
{ "name": "vuejs-sample-1", "version": "1.0.0", "description": "VueJS Sample", "author": "Tyrone Tudehope", "private": true, "scripts": { "dev": "node build/dev-server.js", "build": "node build/build.js", "unit": "karma start test/unit/karma.conf.js --single-run", "test": "npm run unit", ...
{ "pile_set_name": "Github" }
namespace Alphaleonis.Win32.Vss { /// <summary>The <see cref="VssRestoreType"/> enumeration is used by a requester to indicate the type of restore operation it is about to perform.</summary> /// <remarks> /// <para>A requester sets the type of a restore operation using <see cref="IVssBackupComponents.Set...
{ "pile_set_name": "Github" }
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * linux/cluster/ssi/cfs/symlink.c * * 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 * th...
{ "pile_set_name": "Github" }
import { Component, EventEmitter, OnInit, OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { Subject, combineLatest } from 'rxjs'; import { takeUntil, filter } from 'rxjs/operators'; import { LayoutFacadeService, Sidebar } from 'app/entities/layout/layout.facade'; import { ChefSorters } fr...
{ "pile_set_name": "Github" }
#pragma once #include <MellowPlayer/Domain/StreamingServices/IStreamingServiceLoader.hpp> #include <MellowPlayer/Infrastructure/PlatformFilters/PlatformFilters.hpp> namespace MellowPlayer::Domain { class ILogger; class StreamingService; struct StreamingServiceMetadata; struct Theme; class Settings...
{ "pile_set_name": "Github" }
@node Processes, Inter-Process Communication, Program Basics, Top @c %MENU% How to create processes and run other programs @chapter Processes @cindex process @dfn{Processes} are the primitive units for allocation of system resources. Each process has its own address space and (usually) one thread of control. A proce...
{ "pile_set_name": "Github" }
/* * Powerpc needs __SANE_USERSPACE_TYPES__ before <linux/types.h> to select * 'int-ll64.h' and avoid compile warnings when printing __u64 with %llu. */ #define __SANE_USERSPACE_TYPES__ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <string.h> #include <sys/ioctl.h> #include <time.h> #include <...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!--version="1.0" encoding="utf-8" standalone="yes"--> <window> <id>49848</id> <defaultcontrol>10</defaultcontrol> <allowoverlay>yes</allowoverlay> <controls> <control> <description>BG</description> <type>image</type> <id>1</id> ...
{ "pile_set_name": "Github" }
; Check that we don't crash on corner cases. ; RUN: opt < %s -S -loop-unroll -unroll-max-iteration-count-to-analyze=1000 -unroll-threshold=1 -unroll-max-percent-threshold-boost=200 -o /dev/null ; RUN: opt < %s -S -passes='require<opt-remark-emit>,loop(unroll-full)' -unroll-max-iteration-count-to-analyze=1000 -unroll-th...
{ "pile_set_name": "Github" }
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s copy_s.d $19, $w31[0] # CHECK: copy_s.d $19, $w31[0] # encoding: [0x78,0xb8,0xfc,0xd9]
{ "pile_set_name": "Github" }
# frozen_string_literal: true class Shoes module Swt module Common module Remove def remove app.remove_paint_listener(painter) remove_click_listeners real&.dispose unless real&.disposed? dispose_held_resources dispose end def dispos...
{ "pile_set_name": "Github" }
package org.bitcoins.testkit.core.gen import org.bitcoins.core.protocol._ import org.scalacheck.Gen /** * Created by chris on 6/12/17. */ sealed trait AddressGenerator { def p2pkhAddress: Gen[P2PKHAddress] = for { hash <- CryptoGenerators.sha256Hash160Digest network <- ChainParamsGenerator.netw...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Type Name="UIHintAttribute" FullName="System.ComponentModel.DataAnnotations.UIHintAttribute"> <TypeSignature Language="C#" Value="public class UIHintAttribute : Attribute" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UIHintAttribute extend...
{ "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" }
// OpenTween - Client of Twitter // Copyright (c) 2012 kim_upsilon (@kim_upsilon) <https://upsilo.net/~upsilon/> // All rights reserved. // // This file is part of OpenTween. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>opencast-asset-manager-api</artifactId> ...
{ "pile_set_name": "Github" }
package eu.f3rog.blade.compiler.builder; import java.io.IOException; import eu.f3rog.blade.compiler.util.ProcessorError; /** * Interface {@link IBuildable} * * @author FrantisekGazo * @version 2015-12-15 */ public interface IBuildable { /** * Create java class file. */ void build() throws Pro...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Copyright (c) 2016-2018 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. import re import fnmatch import sys import subprocess import datetime import os ########################...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:PlusOneSecond.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
/* * Copyright © 2019 Atomist, 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...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of co...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Resource change listeners in a concurrent world</title> <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> </head> <body text="#000000" bgcolor="#FFFFFF"> <h1>Listeners and builders in a concu...
{ "pile_set_name": "Github" }
/* Simple linter, based on the Acorn [1] parser module All of the existing linters either cramp my style or have huge dependencies (Closure). So here's a very simple, non-invasive one that only spots - missing semicolons and trailing commas - variables or properties that are reserved words - assigning to a ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd"> <helpset version="2.0" xml:lang="el-GR"> <title>Passive Scan Rules | ZAP Extension</title> <maps> <homeID>top</homeID> ...
{ "pile_set_name": "Github" }
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Shortly</title> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" /> <style> body { padding-top: 60px; } input, textarea, button { font: 15px 'Monaco', 'Bitstream Vera Sans', 'Courier', monospace; } ...
{ "pile_set_name": "Github" }
package com.heibaiying.rabbit; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.amqp.core.Message; import org.springframework.amqp.core.MessageProperties; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation.Autowired; import ...
{ "pile_set_name": "Github" }
port: 3169 valid_hours: - 20 - 21 - 22 - 23 - 0 - 1 - 2 - 3 minimum_frequency: 45
{ "pile_set_name": "Github" }
# Volatility # Copyright (C) 2007-2013 Volatility Foundation # # This file is part of Volatility. # # Volatility is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License Version 2 as # published by the Free Software Foundation. You may not use, modify or # distribu...
{ "pile_set_name": "Github" }
@startuml sprite $usd [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000000008999930000000000000...
{ "pile_set_name": "Github" }
######################################################################## # CMake build script for Google Test. # # To run the tests for Google Test itself on Linux, use 'make test' or # ctest. You can select which tests to run using 'ctest -R regex'. # For more options, run 'ctest --help'. # BUILD_SHARED_LIBS is a st...
{ "pile_set_name": "Github" }
module.exports = require('./wrapperValue');
{ "pile_set_name": "Github" }
#include <string.h> static char* signal_names[] = { "Hangup", "Interrupt", "Quit", "Illegal instruction", "Trace/breakpoint trap", "Aborted", "Aborted", "Bus error", "Floating point exception", "Killed", "User defined signal 1", "Segmentation fault", "User define...
{ "pile_set_name": "Github" }
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
{ "pile_set_name": "Github" }
using WCell.Constants.Achievements; using WCell.Constants.World; using WCell.Core.DBC; namespace WCell.RealmServer.Achievements { public class AchievementCategoryEntryConverter : DBCRecordConverter { public override void Convert(byte[] rawData) { var achievementCategoryEntry = new A...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007 Martin J. Muench <mjm@codito.de> * * See doc/SIPcrack-LICENSE * * SIP digest authentication login sniffer * * gcc -Wall SIPdump.c -o SIPdump -lpcap */ #if AC_BUILT /* need to know if HAVE_PCAP_H is set, for autoconfig build */ #include "autoconfig.h" #else /* on a legacy build, we do no...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="null" language="gr...
{ "pile_set_name": "Github" }
<!-- YAML added: v8.0.0 napiVersion: 1 --> ```c napi_status napi_get_value_bool(napi_env env, napi_value value, bool* result) ``` * `[in] env`: The environment that the API is invoked under. * `[in] value`: `napi_value` representing JavaScript `Boolean`. * `[out] result`: C boolean primitive equivalent of the given J...
{ "pile_set_name": "Github" }
# Content Discovery: ## Tools: * [Ffuf](https://github.com/ffuf/ffuf) * [Dirsearch](https://github.com/maurosoria/dirsearch) ## Wordlists: * [RobotsDisallowed](https://github.com/danielmiessler/RobotsDisallowed) * [SecLists Web Content](https://github.com/danielmiessler/SecLists/tree/master/Discovery/Web-Content) * ...
{ "pile_set_name": "Github" }
/* * Copyright 2010 Vicente J. Botet Escriba * Copyright 2015 Andrey Semashev * * Distributed under the Boost Software License, Version 1.0. * See http://www.boost.org/LICENSE_1_0.txt */ #ifndef BOOST_WINAPI_GET_LAST_ERROR_HPP_INCLUDED_ #define BOOST_WINAPI_GET_LAST_ERROR_HPP_INCLUDED_ #include <boost/winapi/ba...
{ "pile_set_name": "Github" }
6 1 1 1 3 3 3
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This comment will force IE7 to go into quirks mode. --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>17B48</string> <key>CFBundleExecutable</key> <string>VoodooPS2Keyboard</string> <key>CFBundleGetInfoStrin...
{ "pile_set_name": "Github" }
; RUN: opt < %s -loop-unroll -S | FileCheck %s ; RUN: opt < %s -passes='require<opt-remark-emit>,unroll' -S | FileCheck %s ; This should not unroll since the address of the loop header is taken. ; CHECK-LABEL: @test1( ; CHECK: store i8* blockaddress(@test1, %l1), i8** %P ; CHECK: l1: ; CHECK-NEXT: phi i32 ; rdar://8...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('sampleSize', require('../sampleSize')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -verify -fopenmp -ast-print %s | FileCheck %s // RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -emit-pch -o %t %s // RUN: %clang_cc1 -fopenmp -std=c++11 -include-pch %t -fsyntax-only -verify %s -ast-print | FileCheck %s // RUN: %clang_cc1 -verify -fopenmp-simd -ast-print %s | FileCheck %s // RUN: %clan...
{ "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. // +build windows // Package terminal provides support functions for dealing with terminals, as // commonly found on UNIX systems. // // Putting a terminal int...
{ "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 xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> ...
{ "pile_set_name": "Github" }
'use strict'; angular.module('showcase.disableDeepWatchers', ['datatables']) .controller('DisableDeepWatchers', DisableDeepWatchers); function DisableDeepWatchers(DTOptionsBuilder, DTColumnBuilder) { var vm = this; vm.dtOptions = DTOptionsBuilder.fromSource('data.json') .withPaginationType('full_number...
{ "pile_set_name": "Github" }
// // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005-2014 Simon Howard // // 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 (at your option...
{ "pile_set_name": "Github" }
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Shared.TestHooks Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac...
{ "pile_set_name": "Github" }
"DOTAAbilities" { //================================================================================================================= // Bonus Brain Sap Damage/Heal //================================================================================================================= "special_bonus_unique_bane_2" ...
{ "pile_set_name": "Github" }
#pragma semicolon 1 enum struct PlayerData { float Angles[3]; float Position[3] } public main() { }
{ "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" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.29609.76 MinimumVisualStudioVersion = 10.0.40219.1 Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Ultraviolet.Core", "Ultraviolet.Core\Shared\Ultraviolet.Core.shproj", "{803B586B-CBAC-4E46-A787-BDF8...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 ob...
{ "pile_set_name": "Github" }
.gg-play-stop { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs,1)); width: 10px; height: 10px; background: currentColor }
{ "pile_set_name": "Github" }
# Id: 5000 # Message: This constructor must be called in the context of a JAX-RS request consructorMustBeCalled=This constructor must be called in the context of a JAX-RS request # Id: 5005 # Message: Unable to find JAXBContext for media type: %s # @param 1: mediaType - unableToFindJAXBContext=Unable to find JAXBConte...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998, 2005, 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 (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.12/15.12.1/15.12.1.1/15.12.1.1-0-2.js * @description <VT> is not valid JSON whitespace as specified by the production JSONWhitespace. */ function testcase() { try { JSON.parse('\u000b1234'); // should produce a syntax er...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. * Copyright (C) 2010 Patrick Gansterer <paroga@paroga.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Fou...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004, 2005, 2008 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005, 2007 Rob Buis <buis@kde.org> * Copyright (C) 2018-2019 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Pu...
{ "pile_set_name": "Github" }
<?php $r = new \ReflectionFunction('copy'); foreach($r->getParameters() as $p) { var_dump($p->isOptional()); } ?>
{ "pile_set_name": "Github" }
softmmu_ss.add(files('soundhw.c')) softmmu_ss.add(when: 'CONFIG_AC97', if_true: files('ac97.c')) softmmu_ss.add(when: 'CONFIG_ADLIB', if_true: files('fmopl.c', 'adlib.c')) softmmu_ss.add(when: 'CONFIG_CS4231', if_true: files('cs4231.c')) softmmu_ss.add(when: 'CONFIG_CS4231A', if_true: files('cs4231a.c')) softmmu_ss.add...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2018-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
{ "pile_set_name": "Github" }
<?php /** * This file is part of phpDocumentor. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @copyright 2010-2015 Mike van Riel<mike@phpdoc.org> * @license http://www.opensource.org/licenses/mit-license.php MIT * @link ...
{ "pile_set_name": "Github" }
package ru.surfstudio.android.build object GradleTasksNames { const val GRADLE_TASK_CREATE_PROJECT_CONFIGURATION = "CreateProjectConfiguration" const val GRADLE_TASK_CREATE_FROM_TEMP = "RunCreateProjectConfigurationFromTemp" }
{ "pile_set_name": "Github" }
// PINCache is a modified version of TMCache // Modifications by Garrett Moon // Copyright (c) 2015 Pinterest. All rights reserved. #import <Foundation/Foundation.h> #import <PINCache/PINCacheMacros.h> #import <PINCache/PINCaching.h> #import <PINCache/PINDiskCache.h> #import <PINCache/PINMemoryCache.h> NS_ASSUME_...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>famo.us App</title> <meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=no" /> <meta name="mobile-web-app-capable" content="yes" /...
{ "pile_set_name": "Github" }
var baseAssign = require('../internal/baseAssign'), baseCreate = require('../internal/baseCreate'), isIterateeCall = require('../internal/isIterateeCall'); /** * Creates an object that inherits from the given `prototype` object. If a * `properties` object is provided its own enumerable properties are assigne...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <meta charset="utf-8"> <title>CSS Test: text-emphasis line height, left, vertical-lr, span</title> <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> <link rel="author" title="Mozilla" href="https://www.mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#t...
{ "pile_set_name": "Github" }
package am2.armor.infusions; import am2.api.items.armor.IArmorImbuement; import am2.api.items.armor.ImbuementApplicationTypes; import am2.api.items.armor.ImbuementTiers; import cpw.mods.fml.relauncher.ReflectionHelper; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import...
{ "pile_set_name": "Github" }
// // _SwinjectStoryboardBase.m // Swinject // // Created by Yoichi Tagaya on 8/1/15. // Copyright © 2015 Swinject Contributors. All rights reserved. // #import "_SwinjectStoryboardBase.h" @implementation _SwinjectStoryboardBase + (nonnull instancetype)_create:(nonnull NSString *)name bundle:(nullable NSBundle *...
{ "pile_set_name": "Github" }
import UIKit import ThemeKit class TransactionInfoStatusCell: ThemeCell { private let titleView = TransactionInfoTitleView() private let statusLabel = UILabel() private let statusIcon = UIImageView() private let barsProgressView = BarsProgressView(barWidth: 4, color: .themeGray50, inactiveColor: .them...
{ "pile_set_name": "Github" }
#!/bin/bash set -ev if [ "$TRAVIS_REPO_SLUG" == "cyclestreets/android" ] &&[ "$CI" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo "Running a non-PR build on master - set up signing info" openssl aes-256-cbc -k $openssl_file_encryption_key -md md5 -in cyclestreet...
{ "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" }
{ "name": "OrangeGames IP BV", "displayName": "OrangeGames IP", "properties": [ "bgames.com", "mediaglacier.com", "orangegames.com", "tibaco.net" ] }
{ "pile_set_name": "Github" }
name=Firmata version=2.5.8 author=Firmata Developers maintainer=https://github.com/firmata/arduino sentence=Enables the communication with computer apps using a standard serial protocol. For all Arduino/Genuino boards. paragraph=The Firmata library implements the Firmata protocol for communicating with software on...
{ "pile_set_name": "Github" }
unittest{{{}}{}{{{{}}}}}
{ "pile_set_name": "Github" }
--- source: src/tests/cases/ui.rs expression: "&terminal_draw_events_mirror[0]" --- ...
{ "pile_set_name": "Github" }
db.IncomingInvoiceRegisteredEvent.find({}).forEach(function(i){ i.WithholdingTaxDescription = null; i.WithholdingTaxRate = null; i.WithholdingTaxTaxableAmountRate = null; i.WithholdingTaxAmount = null; i.TotalToPay = i.TotalPrice; db.IncomingInvoiceRegisteredEvent.update({ _id: i._id }, i); })...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2009, 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 (C) 1992, 93, 96, 97, 98, 99, 2004 Free Software Foundation, Inc. * This file is part of the GNU C Library. * * The GNU C 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; either...
{ "pile_set_name": "Github" }
# (void)walker command line interface # Copyright (C) 2012 David Holm <dholmster@gmail.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 version 3 of the License, or # (at your option...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-477.js * @description ES5 Attributes - [[Set]] attribute of accessor property ([[Get]] is undefined, [[Set]] is a Function, [[Enumerable]] is false, [[Configurable]] is true) is the expected function */...
{ "pile_set_name": "Github" }
<?php /** * This file is part of the OpenPNE package. * (c) OpenPNE Project (http://www.openpne.jp/) * * For the full copyright and license information, please view the LICENSE * file and the NOTICE file that were distributed with this source code. */ class creating311Tables extends Doctrine_Migration_Base { ...
{ "pile_set_name": "Github" }
/* Copyright 2018 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" }
describe('$mdSticky service', function() { beforeEach(module('material.components.sticky')); it('should compile our cloned element in the same scope', function(done) { inject(function($compile, $rootScope, $mdSticky, $timeout) { var scope = $rootScope.$new(); var contentEl = $compile(angular.eleme...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <template format="1" revision="1" name="Service" description="Creates a new service component and adds it to your Android manifest."> <parameter id="packageName" name="Package name" type="string" constraints="package" default="com.mycompany.myapp" /...
{ "pile_set_name": "Github" }
eureka: instance: instance-id: ${spring.application.name}:${vcap.application.instance_id:${spring.application.instance_id:${random.value}}} client: service-url: defaultZone: http://localhost:8761/eureka/ logging: level: org.springframework.web.servlet.DispatcherServlet: DEBUG spring: applic...
{ "pile_set_name": "Github" }
# Packs FVim for Windows platforms param([string[]]$plat=("win7-x64","win-x64")) #param([string[]]$plat=("win7-x64","win-x64","linux-x64","osx-x64")) New-Item -ItemType Directory -Force -Name publish -ErrorAction SilentlyContinue Remove-Item -Recurse -Force bin\ -ErrorAction SilentlyContinue Remove-Item publish\* fo...
{ "pile_set_name": "Github" }
#!/usr/bin/env python from pwn import * import sys import struct import hashlib import random from threading import Timer context.log_level='debug' # OOO{to_know_the_libc_you_must_become_the_libc} def pow_hash(challenge, solution): return hashlib.sha256(challenge.encode('ascii') + struct.pack('<Q', solution)).hexd...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Threading.Tasks; using [Owner].[Module].Models; namespace [Owner].[Module].Services { public interface I[Module]Service { Task<List<Models.[Module]>> Get[Module]sAsync(int ModuleId); Task<Models.[Module]> Get[Module]Async(int [Module]Id, int Modu...
{ "pile_set_name": "Github" }
/* * Copyright Red Hat Inc. and/or its affiliates and other contributors * as indicated by the authors tag. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License vers...
{ "pile_set_name": "Github" }
/************************************************************************ ** ** Copyright (C) 2012 John Schember <john@nachtimwald.com> ** Copyright (C) 2012 Dave Heiland ** Copyright (C) 2012 Grant Drake ** ** This file is part of Sigil. ** ** Sigil is free software: you can redistribute it and/or modify ** it u...
{ "pile_set_name": "Github" }