text
stringlengths
2
99.9k
meta
dict
function params = ssget_defaults %SSGET_DEFAULTS returns default parameter settings for ssget. % Usage: params = ssget_defaults ; % Returns the default parameter settings for ssget. % Edit this file to change these settings. % % params.topurl: URL for the SuiteSparse Matrix Collection, % default is https...
{ "pile_set_name": "Github" }
/* * Author: Mike Ash <mikeash@plausiblelabs.com> * * Copyright (c) 2012-2013 Plausible Labs Cooperative, Inc. * All rights reserved. * * 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...
{ "pile_set_name": "Github" }
#!/usr/bin/python3 """ CVE checker for strongswan https://www.cvedetails.com/product/3992/Strongswan-Strongswan.html?vendor_id=2278 """ from . import Checker class StrongswanChecker(Checker): CONTAINS_PATTERNS = [] FILENAME_PATTERNS = [r"libcharon.so"] VERSION_PATTERNS = [r"strongSwan ([0-9]+\.[0-9]+\....
{ "pile_set_name": "Github" }
module Files; export { redef record Files::Info += { ## The information density of the contents of the file, ## expressed as a number of bits per character. entropy: double &log &optional; }; } event file_new(f: fa_file) { Files::add_analyzer(f, Files::ANALYZER_ENTROPY); } event file_entropy(f: fa_file...
{ "pile_set_name": "Github" }
################################################################################ # # Copyright (c) 2020, NVIDIA CORPORATION. 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...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// #ifdef POLYFEM_WITH_TBB #include <catch.hpp> #include <iostream> #include <tbb/blocked_range.h> #include <tbb/parallel_for.h> #include <tbb/task_scheduler_init.h> #include <tbb/enumerable_thread_specific.h> ///////////////////////////////...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>13--Interview_13_Interview_Interview_On_Location_13_666.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flick...
{ "pile_set_name": "Github" }
# Sample Shipgame @Author: Lok Yan <Lok.Yan@us.af.mil> @Group: AFRL ## Description: This is a simple implementation of a familiar 2 player shipgame. The logic is a bit on the quirky side, but it does resemble the game. It was designed to be easy to solve for automated systems - whether it is indeed easy remains to ...
{ "pile_set_name": "Github" }
package Paws::GuardDuty::TagResource; use Moose; has ResourceArn => (is => 'ro', isa => 'Str', traits => ['ParamInURI'], uri_name => 'resourceArn', required => 1); has Tags => (is => 'ro', isa => 'Paws::GuardDuty::TagMap', traits => ['NameInRequest'], request_name => 'tags', required => 1); use MooseX::ClassA...
{ "pile_set_name": "Github" }
# go-homedir This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. Usage is incredibly simple, just call `homedir.Dir()` to get the home directory for a user, and `homedir.Expand()` to expand the `~` in a path to the home dir...
{ "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" }
/* * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2.0, * as published by the Free Software Foundation. * * This program is also distributed with...
{ "pile_set_name": "Github" }
<article class="page type-page hentry"> <header class="entry-header"> <h1 class="entry-title"><?php echo i18n('No_posts_found');?>!</h1> </header><!-- .entry-header --> </article><!-- #post-## -->
{ "pile_set_name": "Github" }
#ifndef CAIAQ_MIDI_H #define CAIAQ_MIDI_H int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *dev); void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *dev, int port, const char *buf, int len); void snd_usb_caiaq_midi_output_done(struct urb* urb); #endif /* CAIAQ_MIDI_H */
{ "pile_set_name": "Github" }
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=+avx2 | FileCheck %s ; CHECK: vperm2i128 $17 define <32 x i8> @E(<32 x i8> %a, <32 x i8> %b) nounwind uwtable readnone ssp { entry: ; add forces execution domain %a2 = add <32 x i8> %a, <i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, i8 1, ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html lang="fi"> <head> <title>CKFinder käyttöohje</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <style type="text/css"> frame...
{ "pile_set_name": "Github" }
; 13 #### ######## # #@ $ $ $$ ### # ....*.* # ## ### ..*# # #$$ # .* # # # $ #.*# # # $ #.. # ## $ ### ### #$#.# # $ $ # # ## #######
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2013-2020 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
# SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) test: &test adapter: sqlite3 pool: 5 timeout: 5000 database: db/test.sqlite3 foo: <<: *test database: db/test-foo.sqlite3 bar: <<: *test database: db/test-bar.sqlite3
{ "pile_set_name": "Github" }
import { Component } from '@angular/core'; @Component({ selector: 'appc-footer', styleUrls: ['./footer.component.scss'], templateUrl: './footer.component.html' }) export class FooterComponent { }
{ "pile_set_name": "Github" }
{ "isEnabled": true, "logic": { "uid": { "id": "automation.wirehome.two_level_auto_ventilation", "version": "1.0.0" }, "variables": { "config": { "motion_detectors": [ "bathroom_upper.motion_detector" ...
{ "pile_set_name": "Github" }
export function valueOf () { return +this._d - ((this._offset || 0) * 60000); } export function unix () { return Math.floor(+this / 1000); } export function toDate () { return this._offset ? new Date(+this) : this._d; } export function toArray () { var m = this; return [m.year(), m.month(), m.dat...
{ "pile_set_name": "Github" }
<Window x:Class="CoreWpfTest.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">768</int> <string key="IBDocument.SystemVersion">9J61</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppKit...
{ "pile_set_name": "Github" }
exports.get = function (req) { return { body: '<body/>', contentType: 'text/html', contribute: { head: '<script src="test.js" />', foot: '<link href="styles.css" rel="stylesheet" />' } }; };
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
package com.atguigu.springcloud.cfgbeans; import org.springframework.cloud.client.loadbalancer.LoadBalanced; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.client.RestTemplate; import com.netflix.loadbalancer.IRule; impor...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27428.2037 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TasksInWPF", "TasksInWPF\TasksInWPF.csproj", "{A88A9774-8313-4863-9C8C-3D1121FC952C}" EndProject Global G...
{ "pile_set_name": "Github" }
p edge 34 36 e 5 2 e 8 2 e 9 0 e 9 3 e 10 7 e 10 6 e 11 7 e 11 2 e 14 12 e 14 4 e 15 8 e 16 0 e 17 13 e 17 3 e 18 1 e 19 13 e 19 4 e 21 1 e 22 18 e 23 20 e 25 22 e 25 12 e 26 20 e 26 6 e 27 21 e 28 23 e 28 1 e 29 24 e 29 16 e 30 15 e 31 27 e 31 24 e 32 30 e 32 0 e 33 5 e 33 3
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 Google 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" }
#ifdef CFLAG #error CFLAG should not be set #endif #ifndef CCFLAG #error CCFLAG should be set #endif
{ "pile_set_name": "Github" }
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package play.libs; import org.junit.Test; import org.junit.Assert; import static org.junit.Assert.assertEquals; public class TimeTest { static final int oneSecond = 1; static final int oneMinute = 60; static final int oneHour = oneMinute * 6...
{ "pile_set_name": "Github" }
package net.openhft.chronicle.queue.impl.single; import org.junit.Test; import java.io.IOException; public class RollCycleMultiThreadStressNoShrinkTest extends RollCycleMultiThreadStressTest { @Test public void stress() throws InterruptedException, IOException { super.stress(); } static { ...
{ "pile_set_name": "Github" }
@page "/stock-chart/hide-selector" @using Syncfusion.Blazor.Charts @using Newtonsoft.Json @inject NavigationManager NavigationManager @inherits SampleBaseComponent; <SampleDescription> <p>This sample visualizes the Stock Chart</p> </SampleDescription> <ActionDescription> <p>In this example, you can see how to ...
{ "pile_set_name": "Github" }
{ "coin_name": "ZCore", "coin_shortcut": "ZCR", "coin_label": "ZCore", "website": "https://zcore.cash", "github": "https://github.com/zcore-coin/zcore-2.0", "maintainer": "Erick Costa <erick@zcore.cash>", "curve_name": "secp256k1", "decimals": 8, "address_type": 142, "address_type_p2sh": 145, "max...
{ "pile_set_name": "Github" }
# Testing Widevine CDM In Electron you can use the Widevine CDM library shipped with Chrome browser. Widevine Content Decryption Modules (CDMs) are how streaming services protect content using HTML5 video to web browsers without relying on an NPAPI plugin like Flash or Silverlight. Widevine support is an alternative ...
{ "pile_set_name": "Github" }
# Responsive HTML email signature(s) [![npm](https://img.shields.io/npm/v/responsive-html-email-signature.svg)](https://www.npmjs.com/package/responsive-html-email-signature) [![license](https://img.shields.io/github/license/danmindru/responsive-html-email-signature.svg)](/LICENSE) [![test action status](https://githu...
{ "pile_set_name": "Github" }
3732 checks passed ABCD defg
{ "pile_set_name": "Github" }
{ "1": { "other": "Bloķēt" }, "2": { "other": "Bloķēt izvēlēto datni" }, "3": { "other": "Atbloķēt" }, "4": { "other": "Noņemt bloķēšanu" }, "5": { "other": "Šo failu ir bloķējis cits lietotājs, iespējams tas šobrīd tiek rediģēts, Jums nav tiesību to modificēt." } }
{ "pile_set_name": "Github" }
{ "credit": "Made with Blockbench", "parent": "block/block", "textures": { "all": "block/sea_pickle", "particle": "block/sea_pickle" }, "elements": [ { "from": [6, 0, 6], "to": [10, 6, 10], "faces": { "north": {"uv": [4, 5, 8, 11], "texture": "#all"}, "east": {"uv": [12, 5, 16, 11], "texture...
{ "pile_set_name": "Github" }
<p align="center"> <img src="/images/team-logo.png"/> </p> We're a group of people who met up on [VulnHub's IRC channel](https://www.vulnhub.com/chat/), and we like to hack things. You can find us registered on [CTF Time](https://ctftime.org/team/10276). This repository hosts a collection of our write-ups from various...
{ "pile_set_name": "Github" }
--- # This is a mapping of Debian release codenames to processor architectures to kernel packages wheezy: amd64: linux-image-amd64 i386: linux-image-686 jessie: amd64: linux-image-amd64 i386: linux-image-686-pae stretch: amd64: linux-image-amd64 i386: linux-image-686-pae sid: amd64: linux-image-amd64 i3...
{ "pile_set_name": "Github" }
# Manifest Format A manifest is a JSON file containing a hash used by motherbrain which describes the subject(s) of the actions taken. Currently, the hash contains 2 keys: nodes and options. ## Nodes ### Provision Manifest To provision nodes, we need to know: * Which plugin groups the nodes belong to * What type ...
{ "pile_set_name": "Github" }
import React from "react"; import PropTypes from "prop-types"; const UndrawTrackAndField = props => ( <svg style={{height:props.height, width:'100%'}} className={props.class} id="eaf2d989-45f6-4b5a-b963-815c55e353a4" data-name="Layer 1" xmlnsXlink="http://www.w3.org/1999/xlink" viewBox="0 0 9...
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End...
{ "pile_set_name": "Github" }
<div> URL просмотрщика репозитория для корневой директории проекта. Например, Java.net проект с именем <tt>myproject</tt> должен использовать <tt>https://myproject.dev.java.net/source/browse/myproject</tt>. </div>
{ "pile_set_name": "Github" }
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU L...
{ "pile_set_name": "Github" }
/* Highcharts funnel module, Beta (c) 2010-2012 Torstein Hønsi License: www.highcharts.com/license */ (function(d){var u=d.getOptions().plotOptions,p=d.seriesTypes,D=d.merge,z=function(){},A=d.each;u.funnel=D(u.pie,{center:["50%","50%"],width:"90%",neckWidth:"30%",height:"100%",neckHeight:"25%",dataLabels:{conne...
{ "pile_set_name": "Github" }
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ANDROID_COMPOSITOR_LAYER_CRUSHED_SPRITE_LAYER_H_ #define CHROME_BROWSER_ANDROID_COMPOSITOR_LAYER_CRUSHED_SPRITE_LAYER_H_ #include ...
{ "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" }
# 自定义提示器发布 任务描述: - 使用[提示器](/guide/use.html#p-prompt)的方式来为`tag`和`gitMessage`赋值; - 使用**config**的[`promptIgnore`](/api/#promptignore)忽略官方预先设置的提示器之一[`nobuild`](/api/#nobuild) ## 配置文件 ```js // 项目根目录下fjpublish.config.js module.exports = { modules: [ { name: '测试环境', env: 'test', ssh: { hos...
{ "pile_set_name": "Github" }
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2019 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
{ "pile_set_name": "Github" }
module.exports = { siteMetadata: { title: `Gatsby Default Starter`, description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`, author: `@gatsbyjs`, }, plugins: [ `gatsby-plugin-react-helm...
{ "pile_set_name": "Github" }
package cmd import ( "fmt" "os" "path/filepath" "strings" "github.com/spf13/afero" "github.com/spf13/cobra" "github.com/spf13/pflag" "golang.org/x/crypto/ssh/terminal" "github.com/stripe/stripe-cli/pkg/ansi" "github.com/stripe/stripe-cli/pkg/config" ) // // Public functions // // WrappedInheritedFlagUsag...
{ "pile_set_name": "Github" }
package smartag //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distr...
{ "pile_set_name": "Github" }
#ifndef __CONFIG_TYPES_H__ #define __CONFIG_TYPES_H__ #include <stdint.h> typedef int16_t ogg_int16_t; typedef uint16_t ogg_uint16_t; typedef int32_t ogg_int32_t; typedef uint32_t ogg_uint32_t; typedef int64_t ogg_int64_t; #endif
{ "pile_set_name": "Github" }
// // PolymorphicFieldLikeEventInvocationIssue.cs // // Author: // Mike Krüger <mkrueger@xamarin.com> // // Copyright (c) 2013 Xamarin Inc. (http://xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file unittest.cpp * @author Tau Labs, http://taulabs.org, Copyright (C) 2013 * @addtogroup UnitTests * @{ * @addtogroup UnitTests * @{ * @brief Unit test *************************************************************...
{ "pile_set_name": "Github" }
{-# OPTIONS_GHC -Wall #-} module Main where import Physics.Learn import Vis loopCurve :: Curve loopCurve = Curve (\phi -> cyl 1 phi 0) 0 (2*pi) loop :: CurrentDistribution loop = LineCurrent 20 loopCurve samplePoints :: [Position] samplePoints = [cyl s phi z | s <- [0.25,0.75..1.75] ...
{ "pile_set_name": "Github" }
#pragma once /**\file cloud_publisher.h * \brief Description... * * @version 1.0 * @author Carlos Miguel Correia da Costa */ // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> <includes> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< // std incl...
{ "pile_set_name": "Github" }
/* * * Copyright 2016 gRPC 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 agree...
{ "pile_set_name": "Github" }
// mksysnum_dragonfly.pl // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 // { void exit(int rval); } SYS_FORK = 2 // { int fork(void); } SYS_READ...
{ "pile_set_name": "Github" }
<ion-view class="homeView" view-title="Home" hide-nav-bar="true"> <ion-content> <div class="row row-center"> <div class="col col-center text-center"> <h1 class="animated bounceInDown" on-tap="HelloWorld()">Starter</h1> <div id="container" class="animated bounceInLeft" on-tap="showUsers()"> <div id="b...
{ "pile_set_name": "Github" }
--- id: version-3.5.0-use-on-window-resize title: use-on-window-resize sidebar_label: use-on-window-resize original_id: use-on-window-resize --- # @rooks/use-on-window-resize ### A React hook for adding an event listener for window resize <br/> ![Build Status](https://github.com/imbhargav5/rooks/workflows/Node%20CI/...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2007, 2015 Ericsson and others. * * 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...
{ "pile_set_name": "Github" }
AES-128-CCM test vector NIST #1 (P=0, N=7, A=0, T=4) depends_on:MBEDTLS_AES_C:MBEDTLS_CCM_C auth_crypt_tv:MBEDTLS_CIPHER_AES_128_CCM:"4ae701103c63deca5b5a3939d7d05992":"5a8aa485c316e9":"":"":"02209f55":"" AES-128-CCM test vector NIST #2 (P=0, N=7, A=0, T=4) depends_on:MBEDTLS_AES_C:MBEDTLS_CCM_C auth_crypt_tv:MBEDTLS_...
{ "pile_set_name": "Github" }
$(document).ready(function(){ var getKeys = function(obj){ var keys = []; for(var key in obj){ keys.push(key); } return keys; } var canvasCount= function(){ return $('#gldiv').children().length; } /** Tests for global vairiables */ var Gl...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" standalone="no"?> <documentation> <document id="armv7arm" name="ARM Architecture Reference Manual" version="C.c"> <path>/path/to/DDI0406C_C_armv7ar_arm.pdf</path> </document> <elements> <group type="reg" name="System Control Identification Registers"> <hint page="1649" hea...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2014 Onsi Fakhouri // // 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" }
import time import os import sys sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from nw_util import * from selenium import webdriver from selenium.webdriver.chrome.options import Options chrome_options = Options() chrome_options.add_argument("nwapp=" + os.path.dirname(os.path.abspath(__f...
{ "pile_set_name": "Github" }
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.HashMap; import java.util.Set; import java.util.HashSet; import java.util.Collections; import java.util.BitSe...
{ "pile_set_name": "Github" }
{ "activePlaceCount": 0, "birth": { "place": { "name": "San Rafael, United States", "placeName": "San Rafael", "placeType": "inhabited_place" }, "time": { "startYear": 1955 } }, "birthYear": 1955, "date": "born 1955", "fc": "Christian Marclay", "gender": "Ma...
{ "pile_set_name": "Github" }
#region Copyright (C) 2005-2020 Team MediaPortal // Copyright (C) 2005-2020 Team MediaPortal // http://www.team-mediaportal.com // // MediaPortal 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, eith...
{ "pile_set_name": "Github" }
#include <iostream> using namespace std; int main() { cout << "Hello, World!"; return 0; }
{ "pile_set_name": "Github" }
namespace Server.Items { public class GargishStoneChestBearingTheCrestOfBlackthorn : GargishStoneChest { public override bool IsArtifact => true; [Constructable] public GargishStoneChestBearingTheCrestOfBlackthorn() { ReforgedSuffix = ReforgedSuffix.Blackthorn; ...
{ "pile_set_name": "Github" }
// // stdio.h // // Copyright (c) Microsoft Corporation. All rights reserved. // // The C Standard Library <wctype.h> header. // #pragma once #define _INC_WCTYPE #include <corecrt.h> #include <corecrt_wctype.h> _CRT_BEGIN_C_HEADER typedef wchar_t wctrans_t; _ACRTIMP wint_t __cdecl towctrans(wint_t c, wctrans_...
{ "pile_set_name": "Github" }
--- - name: Update APT packages cache apt: update_cache={{ update_apt_cache }} cache_valid_time=86400 - name: Perform aptitude dist-upgrade apt: upgrade=dist
{ "pile_set_name": "Github" }
freetype-py imageio networkx numpy Pillow pyglet==1.4.0a1 PyOpenGL PyOpenGL_accelerate six trimesh sphinx sphinx_rtd_theme sphinx-automodapi
{ "pile_set_name": "Github" }
// Copyright 2008 Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions a...
{ "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, i...
{ "pile_set_name": "Github" }
// Copyright (c) Qualcomm Atheros, Inc. // All rights reserved. // Redistribution and use in source and binary forms, with or without modification, are permitted (subject to // the limitations in the disclaimer below) provided that the following conditions are met: // // · Redistributions of source code must retain the...
{ "pile_set_name": "Github" }
/** * A specialized version of `baseExtremum` for arrays which invokes `iteratee` * with one argument: (value). * * @private * @param {Array} array The array to iterate over. * @param {Function} iteratee The function invoked per iteration. * @param {Function} comparator The function used to compare values. * @p...
{ "pile_set_name": "Github" }
/* * Copyright (C) 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 conditions a...
{ "pile_set_name": "Github" }
#! /usr/bin/gsr /** * @author Wes Garland, wes@page.ca * @date September, 2010 * @file gpsee_fastload.js * * **[ Warning ]************************************************ * * ** * * Do not place untrusted .js files your web hierarchy if ** * * ...
{ "pile_set_name": "Github" }
# Messaging & Clustering > Please raise any issues found with this example in our JIRA: > https://issues.jboss.org/browse/THORN ## Project `pom.xml` The project is a normal maven project with `jar` packaging, not `war`. <packaging>jar</packaging> The project adds a `<plugin>` to configure `thorntail-maven-plug...
{ "pile_set_name": "Github" }
/* * cpufreq driver for the cell processor * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 * * Author: Christian Krafft <krafft@de.ibm.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 Sof...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009 Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
{ "pile_set_name": "Github" }
---@class CS.FairyEditor.Component.TextInput : CS.FairyGUI.GLabel ---@field public text string ---@type CS.FairyEditor.Component.TextInput CS.FairyEditor.Component.TextInput = { } ---@return CS.FairyEditor.Component.TextInput function CS.FairyEditor.Component.TextInput.New() end ---@param xml CS.FairyGUI.Utils.XML fun...
{ "pile_set_name": "Github" }
def extractWorldnoveltranslationWordpressCom(item): ''' Parser for 'worldnoveltranslation.wordpress.com' ''' vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title']) if not (chp or vol) or "preview" in item['title'].lower(): return None tagmap = [ ('PRC', 'PRC', ...
{ "pile_set_name": "Github" }
--binlog-format=mixed
{ "pile_set_name": "Github" }
From eab2fc822af38f31fd5f4e731b5d10b94904d919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <toke@redhat.com> Date: Thu, 14 Mar 2019 23:08:22 +0100 Subject: [PATCH] sch_cake: Interpret fwmark parameter as a bitmask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfe...
{ "pile_set_name": "Github" }
# equipment ## Parent node - [NPCCharacter](../../equipmentSet) ## Child nodes - *None* ## Attributes [id](#id) | [slot](#slot) | [amount](#amount) - #### id **type:** `Item reference` **example:** `Item.aserai_horse` *The Item ID reference* - #### slot **type:** `string` **possible values:...
{ "pile_set_name": "Github" }
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill" % "1.7.5") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.4.0")
{ "pile_set_name": "Github" }
C THIS IS A PROGRAM THAT WILL TEST THE TPGRID SUBROUINE C SUBROUTINE TPGRID() IMPLICIT INTEGER(A-Z) REAL LOC(2,1000) C CALL XVUNIT(INUNIT,'INP',1,STATUS,' ') CALL XVOPEN(INUNIT,STATUS,' ') CALL XVSIZE(S1,SS,NL,NS,NLI,NSI,' ') NLOC = MAX0(NSI,NS)/2 DO 10 I=1,NLI C...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V251.Segment; using NHapi.Model.V251.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V251.Group { ///<summary> ///Represents the RQI_I01_PROVIDER Group. A Group is an o...
{ "pile_set_name": "Github" }
{ ***************************************************************************** See the file COPYING.modifiedLGPL.txt, included in this distribution, for details about the license. ***************************************************************************** Author: Mattias Gaertner Abstract: Interface ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //===========================================================================// #ifndef IPROCESSUTILS_H #define IPROCESSUTILS_H #ifdef _WIN32 #pragma once #endif #include "appframework/IAppSystem.h" //-----------------...
{ "pile_set_name": "Github" }
/adt32/sdk/platform-tools/adb uninstall org.lamw.applistviewdemo3 /adt32/sdk/platform-tools/adb install -r bin/AppListViewDemo3-debug.apk /adt32/sdk/platform-tools/adb logcat
{ "pile_set_name": "Github" }
[ //Alternative name for a ST default command { "caption": "Tag: Fold Attributes", "command": "fold_tag_attributes" } ]
{ "pile_set_name": "Github" }
/*===================== begin_copyright_notice ================================== Copyright (c) 2017 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, includi...
{ "pile_set_name": "Github" }