text
stringlengths
2
99.9k
meta
dict
#ifndef __E820MAP_H #define __E820MAP_H #include "types.h" // u64 #define E820_RAM 1 #define E820_RESERVED 2 #define E820_ACPI 3 #define E820_NVS 4 #define E820_UNUSABLE 5 #define E820_HOLE ((u32)-1) // Useful for removing entries struct e820entry { u64 start; u64 si...
{ "pile_set_name": "Github" }
* Header with checkboxes - [ ] Box A - [ ] Box B - [X] Box C * Another header [1/3] - [X] Box D - [-] Box E [50%] - [ ] Box G - [ ] Box H - [X] Box I - [-] Box J - [ ] Box K - [-] Box L - [ ] Box M - [X] Box N - [ ] Box O - Not a checkbox
{ "pile_set_name": "Github" }
/*! * Jodit Editor (https://xdsoft.net/jodit/) * Released under MIT see LICENSE.txt in the project root for license information. * Copyright (c) 2013-2020 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ describe('Text Inline Popup plugin', function () { describe('Image', function () { describe('Cl...
{ "pile_set_name": "Github" }
/*******************************************************************\ Module: Traces of GOTO Programs Author: Daniel Kroening Date: July 2005 \*******************************************************************/ /// \file /// Traces of GOTO Programs #include "goto_trace.h" #include <ostream> #include <util/ar...
{ "pile_set_name": "Github" }
<a class="twitter-timeline" href="https://twitter.com/BWAPI_bot" data-widget-id="620402875924135936" data-chrome="nofooter transparent noborders" data-tweet-limit="3">Tweets by @BWAPI_bot</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementByI...
{ "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")...
{ "pile_set_name": "Github" }
// Copyright (c) 2014 - 2016 George Kimionis // See the accompanying file LICENSE for the Software License Aggrement namespace BitcoinLib.Responses.Bridges { // Note: This serves as a common interface for the cases that a strongly-typed response is required while it is not yet clear whether the transaction in qu...
{ "pile_set_name": "Github" }
id: slimes_level7 auto_spawn: true min_gen_actors: 3 max_gen_actors: 4 entries: - id: slime_blue weight: 1 limit: 1 - id: slime_red weight: 1 limit: 1 - id: slime_orange weight: 1 limit: 1 - id: slime weight: 4
{ "pile_set_name": "Github" }
/* Categories.strings Sileo Created by OfficialHoSay on 2019-04-28. Copyright © 2018 CoolStar. All rights reserved. SPANISH LOCALISATIONS */ "No_Category" = "(Sin Categoría)"; "Tweaks" = "Tweaks"; "Themes" = "Temas"; "Utilities" = "Utilidades"; "Applications" = "Aplicaciones"; "Addons" = "Addons"; "Games"...
{ "pile_set_name": "Github" }
奥村みどり最新番号 【JUSD-041】五十路熟女18人4時間 【JUKD-394】生尺濃厚派遣妻3 【JUKD-366】五十路の性 2</a>2006-02-25マドンナ$$$Madonna87分钟
{ "pile_set_name": "Github" }
// K-3D // Copyright (c) 1995-2006, Timothy M. Shead // // Contact: tshead@k-3d.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 2 of the License, or (at your option) ...
{ "pile_set_name": "Github" }
{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } } }
{ "pile_set_name": "Github" }
package aws import ( "io" "sync" "github.com/aws/aws-sdk-go/internal/sdkio" ) // ReadSeekCloser wraps a io.Reader returning a ReaderSeekerCloser. Should // only be used with an io.Reader that is also an io.Seeker. Doing so may // cause request signature errors, or request body's not sent for GET, HEAD // and DELE...
{ "pile_set_name": "Github" }
# Copyright 2016 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 to in writing, ...
{ "pile_set_name": "Github" }
define("ace/mode/ini_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var escapeRe = "\\\\(?:[\\\\0abtrn;#=:]...
{ "pile_set_name": "Github" }
/* * This file is part of Hootenanny. * * Hootenanny 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) any later version. * * This program is distri...
{ "pile_set_name": "Github" }
import { ContractKit, newKitFromWeb3 } from '@celo/contractkit' import { newReleaseGold } from '@celo/contractkit/lib/generated/ReleaseGold' import { ReleaseGoldWrapper } from '@celo/contractkit/lib/wrappers/ReleaseGold' import { getContractFromEvent, testWithGanache, timeTravel } from '@celo/dev-utils/lib/ganache-test...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file PerLine.h ** Manages data associated with each line of the document **/ // Copyright 1998-2009 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #ifndef PERLINE_H #define PERLINE_H #ifd...
{ "pile_set_name": "Github" }
/* * stripdsrheader.{cc,hh} -- element removes DSR header (saving it for later) * Florian Sesser, Technical University of Munich, 2010 * * Based on work by Eddie Kohler, Shweta Bhandare, Sagar Sanghani, * Sheetalkumar Doshi, Timothy X Brown Daniel Aguayo * * Copyright (c) 2003 Massachusetts Institute of Technolo...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Diagnostics; using Kitware.VTK; namespace ActiViz.Examples { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void renderWindowCont...
{ "pile_set_name": "Github" }
#ifndef PQCLEAN_SNTRUP761_AVX2_CRYPTO_DECODE_761XINT16_H #define PQCLEAN_SNTRUP761_AVX2_CRYPTO_DECODE_761XINT16_H #include <stdint.h> #define PQCLEAN_SNTRUP761_AVX2_crypto_decode_761xint16_STRBYTES 1522 #define PQCLEAN_SNTRUP761_AVX2_crypto_decode_761xint16_ITEMBYTES 2 #define PQCLEAN_SNTRUP761_AVX2_crypto_decode_761x...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www....
{ "pile_set_name": "Github" }
// // Prefix header for all source files of the 'Scintilla' target in the 'Scintilla' project. // #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif
{ "pile_set_name": "Github" }
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: prometheus-k8s rules: - apiGroups: - "" resources: - nodes/metrics verbs: - get - nonResourceURLs: - /metrics verbs: - get --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: prometheus-k8s r...
{ "pile_set_name": "Github" }
2.17.1 / 2018-08-07 ================== * Fix bug in command emit (#844) 2.17.0 / 2018-08-03 ================== * fixed newline output after help information (#833) * Fix to emit the action even without command (#778) * npm update (#823) 2.16.0 / 2018-06-29 ================== * Remove Makefile and `test/...
{ "pile_set_name": "Github" }
// Copyright 2016 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 s390x,linux package unix import ( "unsafe" ) //sys Dup2(oldfd int, newfd int) (err error) //sysnb EpollCreate(size int) (fd int, err error) //sys ...
{ "pile_set_name": "Github" }
// Copyright 2012 Gary Burd // // 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 wr...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2015, 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" }
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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) any later version. // // Moodle ...
{ "pile_set_name": "Github" }
// // ResponsiveLabelTests.m // ResponsiveLabelTests // // Created by hsusmita on 13/03/15. // Copyright (c) 2015 hsusmita.com. All rights reserved. // #import <UIKit/UIKit.h> #import <XCTest/XCTest.h> @interface ResponsiveLabelTests : XCTestCase @end @implementation ResponsiveLabelTests - (void)setUp { [s...
{ "pile_set_name": "Github" }
/* * Copyright © 2018 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
{ "pile_set_name": "Github" }
/** * @file * * IPv6 fragmentation and reassembly. */ /* * Copyright (c) 2010 Inico Technologies Ltd. * 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 c...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "PBCodable.h" #import "NSCopying.h" @class NSMutableArray; @interface GEOSearchAttributionManifest : PBCodable <NSCopying> { NSMutableArray *_searchAttributionSources...
{ "pile_set_name": "Github" }
<Type Name="CodeAttributeDeclarationCollection" FullName="System.CodeDom.CodeAttributeDeclarationCollection"> <TypeSignature Language="C#" Value="public class CodeAttributeDeclarationCollection : System.Collections.CollectionBase" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Cod...
{ "pile_set_name": "Github" }
#include <catch2/catch.hpp> #include <rapidcheck/catch.h> #include <algorithm> #include "rapidcheck/detail/TestListenerAdapter.h" #include "detail/Testing.h" #include "util/Generators.h" #include "util/GenUtils.h" #include "util/ShrinkableUtils.h" #include "util/MockTestListener.h" using namespace rc; using namespa...
{ "pile_set_name": "Github" }
import module namespace jsd = "http://jsound.io/modules/jsound"; let $jsd := { "$namespace" : "http://www.example.com/my-schema", "$types" : [ { "$kind" : "atomic", "$name" : "foo", "$baseType" : "integer", "$maxInclusive" : 5 } ] } let $instance := 5 retu...
{ "pile_set_name": "Github" }
// Copyright Peter Dimov 2001 // Copyright Aleksey Gurtovoy 2001-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/aux_/basic_bind.hpp" header // -- DO NOT modif...
{ "pile_set_name": "Github" }
define( [ "../core", "../var/document", "../data/var/dataPriv", "../data/var/acceptData", "../var/hasOwn", "../event" ], function( jQuery, document, dataPriv, acceptData, hasOwn ) { "use strict"; var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/; jQuery.extend( jQuery.event, { trigger: function( event, da...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 8ecb03fef57c331449d5a7ac904bb842 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
[<Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute("")>] do()
{ "pile_set_name": "Github" }
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at...
{ "pile_set_name": "Github" }
const isHoloJs = typeof navigator.holojs !== 'undefined'; const canvas = document.createElement(isHoloJs ? 'canvasvr' : 'canvas'); if (isHoloJs === false) { // If running in browser, add the canvas to the DOM document.body.appendChild(canvas); } var container; var camera, scene, renderer; var controller1, con...
{ "pile_set_name": "Github" }
import {defaults} from 'lodash' import {checkIfInsideAStrictModeTree} from '../utils' import getUpdateInfo from '../getUpdateInfo' export default function patchClassComponent(ClassComponent, displayName, React, options, ownerDataMap){ class WDYRPatchedClassComponent extends ClassComponent{ constructor(props, co...
{ "pile_set_name": "Github" }
// Boost.Range library // // Copyright Thorsten Ottosen 2003-2004. Use, modification and // distribution is subject to 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) // // For more information, see http://www.boost.org/libs/rang...
{ "pile_set_name": "Github" }
; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CNamedPipeCltView LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "NamedPipeClt.h" LastPage=0 ClassCount=5 Class1=CNamedPipeCltApp Class2=CNamedPipeCltDoc Class3=CNamedPipeCltView Class4=CMainF...
{ "pile_set_name": "Github" }
//===- llvm/Testing/Support/Error.cpp -------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modi...
{ "pile_set_name": "Github" }
#!/bin/rc # S9 startup script # based on a script in this article: # http://ninetimes.cat-v.org/tips/2009/07/19/0/ s9dir=$home/lib/s9fes mkdir -p $home/lib/s9fes for (i in . $objtype lib ext contrib) bind -a $s9dir/$i $home/lib/s9fes S9FES_LIBRARY_PATH=$home/lib/s9fes /$objtype/bin/s9fes $* unmount $home/lib/s...
{ "pile_set_name": "Github" }
#include <mchck.h> /* Pin change interrupt handling */ enum pin_change_polarity { PIN_CHANGE_ZERO = 0x8, PIN_CHANGE_ONE = 0xC, PIN_CHANGE_FALLING = 0xA, PIN_CHANGE_RISING = 0x9, PIN_CHANGE_EITHER = 0xB }; typedef void (*pin_change_cb)(void *); struct pin_change_h...
{ "pile_set_name": "Github" }
// ***************************************************************************** // // © Component Factory Pty Ltd 2017. All rights reserved. // The software and associated documentation supplied hereunder are the // proprietary information of Component Factory Pty Ltd, 13 Swallows Close, // Mornington, Vic 3931...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright (c) 2016, 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/lic...
{ "pile_set_name": "Github" }
{ "jsonSchemaSemanticVersion": "1.0.0", "imports": [ { "corpusPath": "cdm:/foundations.cdm.json" }, { "corpusPath": "/core/operationsCommon/Common.cdm.json", "moniker": "base_Common" }, { "corpusPath": "/core/operationsCommon/DataEntityView.cdm.json", "moniker": "ba...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr...
{ "pile_set_name": "Github" }
using LmpClient.Localization; using LmpClient.Network; using LmpClient.Systems.SettingsSys; using LmpClient.Windows.Options; using LmpClient.Windows.ServerList; using LmpCommon.Enums; using UnityEngine; namespace LmpClient.Windows.Connection { public partial class ConnectionWindow { protected override...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by \generate-code.bat. // // Changes to this file will be lost when the code is regenerated. // The build server regenerates the code before each build and a pre-build // step...
{ "pile_set_name": "Github" }
package me.gosimple.nbvcxz.matching; import me.gosimple.nbvcxz.matching.match.Match; import me.gosimple.nbvcxz.matching.match.RepeatMatch; import me.gosimple.nbvcxz.resources.Configuration; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.regex.Matche...
{ "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" }
#!/bin/sh exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
{ "pile_set_name": "Github" }
/* * SubParsing.h * Created by Alexander Strange on 7/25/07. * * This file is part of Perian. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Licens...
{ "pile_set_name": "Github" }
x +y
{ "pile_set_name": "Github" }
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ var ResolverFactory = require("./ResolverFactory"); var assign = require("object-assign"); var NodeJsInputFileSystem = require("./NodeJsInputFileSystem"); var SyncNodeJsInputFileSystem = require("./SyncNodeJsInputFileSy...
{ "pile_set_name": "Github" }
int y;
{ "pile_set_name": "Github" }
{ "display": { "icon": { "item": "tfc:ore/garnierite" }, "frame": "goal", "title": { "translate": "advancements.tfc.world.find_nickel.title" }, "description": { "translate": "advancements.tfc.world.find_nickel.description" } }, "parent": "tfc:world/make_propick", "c...
{ "pile_set_name": "Github" }
/* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef OR_CONNECTION_ST_H #define OR_CONNECTION_ST_H #include "core/or/conn...
{ "pile_set_name": "Github" }
/* Copyright (C) 2013-2019 Draios Inc dba Sysdig. This file is part of sysdig. 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 ap...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
Shalom! In this three-part series we will study things you can do in GCC – to add parallelism to your programs. Now there are different definitions, but when I say parallelism, I mean your program does more than one thing at once. And I don’t mean that it appears to do many things at once, I mean it literally doe...
{ "pile_set_name": "Github" }
style "default" { xthickness = 1 ythickness = 1 # Style Properties GtkWidget::focus-line-width = 1 GtkMenuBar::window-dragging = 1 GtkToolbar::window-dragging = 1 GtkToolbar::internal-padding = 4 GtkToolButton::icon-spacing = 4 GtkWidget::tooltip-radius = 2 GtkWidget::tooltip-alpha = 235 GtkWi...
{ "pile_set_name": "Github" }
/* * * * * * AzTools.cpp * Copyright (C) 2011-2014 Rie Johnson * * 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) any later ve...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////// // Copyright 2012 John Maddock. 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_ #ifndef BOOST_MP_CPP_INT_CORE_HPP #define BOOST_MP_CPP_INT_CORE_HPP #inc...
{ "pile_set_name": "Github" }
--- ms.topic: include --- ::: moniker range=">= tfs-2018" #### Supported in: Markdown widget | Pull Requests | README files | Wikis ::: moniker-end ::: moniker range="tfs-2017" #### Supported in: Markdown widget | Pull Requests | README files ::: moniker-end ::: moniker range="tfs-2015" #### Supported in:...
{ "pile_set_name": "Github" }
// /*************************************************************************** // Aaru Data Preservation Suite // ---------------------------------------------------------------------------- // // Filename : Unsupported.cs // Author(s) : Natalia Portillo <claunia@claunia.com> // // Component : Disk im...
{ "pile_set_name": "Github" }
package slb //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 //distribut...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" xmlns:ng="http://angularjs.org/" > <head> <title>Zza-Node-Mongo with AngularJs</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/> <link rel="shortcut icon" type="ima...
{ "pile_set_name": "Github" }
// // Simple example to demonstrate how to use the MAVSDK. // // Author: Julian Oes <julian@oes.ch> #include <chrono> #include <cstdint> #include <mavsdk/mavsdk.h> #include <mavsdk/plugins/action/action.h> #include <mavsdk/plugins/telemetry/telemetry.h> #include <iostream> #include <thread> using namespace mavsdk; us...
{ "pile_set_name": "Github" }
/* crypto/mdc2/mdc2.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-c...
{ "pile_set_name": "Github" }
## Description Transform data type from Columns to Csv. ## Parameters | Name | Description | Type | Required? | Default Value | | --- | --- | --- | --- | --- | | handleInvalid | Strategy to handle unseen token | String | | "ERROR" | | reservedCols | Names of the columns to be retained in the output table | String[] |...
{ "pile_set_name": "Github" }
#include "operators.h" // for testing the case of virtual operator== v_opeq_base::v_opeq_base(int val) : m_val(val) {} v_opeq_base::~v_opeq_base() {} bool v_opeq_base::operator==(const v_opeq_base& other) { return m_val == other.m_val; } v_opeq_derived::v_opeq_derived(int val) : v_opeq_base(val) {} v_opeq_derived...
{ "pile_set_name": "Github" }
// Go support for leveled logs, analogous to https://code.google.com/p/google-glog/ // // Copyright 2013 Google Inc. 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 /...
{ "pile_set_name": "Github" }
/* Copyright (c) 2020 David Allison <davidallisongithub@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) any later version. This ...
{ "pile_set_name": "Github" }
// // NUITextInputTraitsRenderer.m // NUIDemo // // Created by Alexey Trenikhin on 3/13/16. // Copyright © 2016 Tom Benner. All rights reserved. // #import "NUITextInputTraitsRenderer.h" #import "UIKit/UITextInputTraits.h" #import "NUISettings.h" @implementation NUITextInputTraitsRenderer + (void)renderKeyboard:...
{ "pile_set_name": "Github" }
ALTER TABLE `mail` CHANGE COLUMN `itemPageId` `itemTextId` int(11) unsigned NOT NULL default '0';
{ "pile_set_name": "Github" }
{ "name": "mockery/mockery", "description": "Mockery is a simple yet flexible PHP mock object framework", "scripts": { "docs": "phpdoc -d library -t docs/api" }, "keywords": [ "bdd", "library", "mock", "mock objects", "mockery", "stub", ...
{ "pile_set_name": "Github" }
recursive-include distributed *.py recursive-include distributed *.js recursive-include distributed *.coffee recursive-include distributed *.html recursive-include distributed *.css recursive-include distributed *.svg recursive-include distributed *.ico recursive-include distributed *.yaml recursive-include docs *.rst ...
{ "pile_set_name": "Github" }
## SUPPORT This project is contributed by Palo Alto Networks and is not formally supported. Support for the this project is provided on a best-effort basis the Palo Alto Networks user community. If you encounter any issues you may: - Open a [GitHub issue](https://github.com/PaloAltoNetworks/iron-skillet/issues). ...
{ "pile_set_name": "Github" }
# ________ ____ __ __ ______ # \___ // __ \| | \/ ___/ # / /\ ___/| | /\___ \ # /_____ \\___ >____//____ > # \/ \/ \/ # Build System # v0.8.1 # # default interpreter used for Zeusfile code is bash # that means all comman...
{ "pile_set_name": "Github" }
using Newtonsoft.Json; using System.Collections.Generic; namespace Jojatekok.PoloniexAPI.WalletTools { public class DepositWithdrawalList : IDepositWithdrawalList { [JsonProperty("deposits")] public IList<Deposit> Deposits { get; private set; } [JsonProperty("withdrawals")] pu...
{ "pile_set_name": "Github" }
using System; using PlatoCore.Abstractions; using PlatoCore.Models.Users; namespace Plato.Ideas.Categories.Models { public class CategoryDetails : Serializable { public int TotalEntities { get; set; } public int TotalReplies { get; set; } public LatestPost LatestEntity { get; set; }...
{ "pile_set_name": "Github" }
.sponsor-button { text-align: right; margin: 4px; .bmc-button { display: inline-block; padding: 0px 7px; width: 133px; height: 33px; text-decoration: none; background-color: #bb5794; color: #ffffff; border: 1px solid transparent; border-radius: 6px; letter-spacing: -0.08px...
{ "pile_set_name": "Github" }
# How to release third party images ## Release a new third party image version 1. Edit third_party/$LIBRARY/Dockerfile 1. Change the line `from IMAGE_NAME:TAG_NAME` to `from IMAGE_NAME:NEW_TAG_NAME` 1. Edit third_party/$LIBRARY/release.sh 1. Change TAG to NEW_TAG_NAME. 1. Commit and ask someone for review 1. Run the ...
{ "pile_set_name": "Github" }
// favicon.ici file in raw data format for PROGMEM // const uint8_t favicon_ico[] PROGMEM = { 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x20, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe8, 0x02, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x04, 0x00...
{ "pile_set_name": "Github" }
/* * Created by Angel Leon (@gubatron), Alden Torres (aldenml) * Copyright (c) 2011-2017, FrostWire(R). 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 as published by * the Free Software Foundation, either versio...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <NLP/NSObject-Protocol.h> @class NSString; @protocol NLParsecNamedEntity <NSObject> @property(readonly, nonatomic) float scor...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 The WebRTC 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 contribut...
{ "pile_set_name": "Github" }
# Lyapunov Exponents Lyapunov exponents measure exponential rates of separation of nearby trajectories in the flow of a dynamical system. The [Wikipedia](https://en.wikipedia.org/wiki/Lyapunov_exponent) and the [Scholarpedia](http://www.scholarpedia.org/article/Lyapunov_exponent) entries have a lot of valuable informat...
{ "pile_set_name": "Github" }
package io.fabric8.funktion.connector; public class ConnectorMarker{}
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // 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 // // See http://boos...
{ "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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</art...
{ "pile_set_name": "Github" }
package fun.sherman.observer1.event; /** * Created on 2020/5/11 * * @author sherman tang */ public abstract class WeatherEvent { /** * 获取天气状况 */ public abstract void getWeather(); }
{ "pile_set_name": "Github" }
/* * This file is part of Hootenanny. * * Hootenanny 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) any later version. * * This program is distri...
{ "pile_set_name": "Github" }