text
stringlengths
2
99.9k
meta
dict
TRFS - trivial remote file system, quick and dirty product of dz@dz.ru :) Port is 2052, near NFS, but unused. Simplest thing to page across network. Runs on UDP or TCP. Any packet is retransmitted if no reply received. Newer request replaces older even if no reply is received. SessionId - 64 bit net order,...
{ "pile_set_name": "Github" }
Amanda Forums are located at: http://forums.zmanda.com/ Amanda Documentation is available at: http://wiki.zmanda.com/
{ "pile_set_name": "Github" }
info: x-apisguru-categories: - entertainment contact: x-twitter: NPR x-logo: url: 'https://twitter.com/NPR/profile_image?size=original'
{ "pile_set_name": "Github" }
== Introduction == Hardware modules that control pin multiplexing or configuration parameters such as pull-up/down, tri-state, drive-strength etc are designated as pin controllers. Each pin controller must be represented as a node in device tree, just like any other hardware module. Hardware modules whose signals are...
{ "pile_set_name": "Github" }
#ifndef NESEMULATORDOCKWIDGET_H #define NESEMULATORDOCKWIDGET_H #include "nes_emulator_core.h" #include "nesemulatorrenderer.h" #include <QDockWidget> #include <QKeyEvent> namespace Ui { class NESEmulatorDockWidget; } class NESEmulatorDockWidget : public QDockWidget { Q_OBJECT public: explicit NESEmulator...
{ "pile_set_name": "Github" }
/* Copyright 2000 Kjetil S. Matheussen 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) any later version. This program is distributed in the hope...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Netflix, 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 ...
{ "pile_set_name": "Github" }
// This code is distributed under MIT license. // Copyright (c) 2015 George Mamaladze // See license.txt or http://opensource.org/licenses/mit-license.php using System.Windows.Forms; namespace Gma.System.MouseKeyHook.Implementation { internal class GlobalEventFacade : IDisposableMouseEvents { privat...
{ "pile_set_name": "Github" }
module DbExportDataService def run_db_export(path, format) raise 'DbExportDataService#run_db_export is not implemented' end end
{ "pile_set_name": "Github" }
Visual Studio 14 2015 --------------------- Generates Visual Studio 14 (VS 2015) project files. Project Types ^^^^^^^^^^^^^ Only Visual C++ and C# projects may be generated. Other types of projects (JavaScript, Powershell, Python, etc.) are not supported. Platform Selection ^^^^^^^^^^^^^^^^^^ The default target p...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/> </pickle> <pickle> <dictionary> <item> <key> <string>delegated_list</string> </key> <value> <list/> ...
{ "pile_set_name": "Github" }
contract C { function f() public { assembly { let d := 0x10 function asmfun(a, b, c) -> x, y, z { x := a y := b z := 7 } let a1, b1, c1 := asmfun(1, 2, 3) mstore(0x00, a1) mstore(0x20, b1...
{ "pile_set_name": "Github" }
import { ActionCreatorWithoutPayload, PayloadActionCreator } from '@reduxjs/toolkit'; export const mockToolkitActionCreator = (creator: PayloadActionCreator<any>) => { return Object.assign(jest.fn(), creator); }; export type ToolkitActionCreatorWithoutPayloadMockType = typeof mockToolkitActionCreatorWithoutPayload ...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 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. #ifndef V8_OBJECTS_SCRIPT_INL_H_ #define V8_OBJECTS_SCRIPT_INL_H_ #include "src/objects/script.h" #include "src/objects/shared-function-info.h" #inclu...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 The Team Win Recovery Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
# AWS Beanstalk > This tutorial shows how to deploy an application with an SQL database to [AWS Beanstalk](https://console.aws.amazon.com/elasticbeanstalk/home). It assumes that you already have an AWS account and have access to your console. ## Prerequisites ### Do not use SQLite SQLite databases are not supported...
{ "pile_set_name": "Github" }
function getOffsetPoint(start, end, deltaAngle) { let distance = getDistance(start, end) / 4; let angle, dX, dY; let mp = [start[0], start[1]]; deltaAngle = deltaAngle == null ? -0.2 : deltaAngle; if (start[0] != end[0] && start[1] != end[1]) { let k = (end[1] - start[1]) / (end[0] - start[0...
{ "pile_set_name": "Github" }
package com.clover_studio.spikachatmodule; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; im...
{ "pile_set_name": "Github" }
{ "name": "iron-icons", "version": "2.1.1", "description": "A set of icons for use with iron-icon", "authors": [ "The Polymer Authors" ], "keywords": [ "web-components", "polymer", "icon" ], "main": "iron-icons.html", "private": true, "repository": { "type": "git", "url": "gi...
{ "pile_set_name": "Github" }
/* * 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 distributed under t...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
;; Latent Feature Model using Indian Buffet Process (defpackage :nonparametric.lfm ; (:nicknames :lfm) (:use :cl :nonpara.stat :hjs.util.meta :hjs.util.matrix :hjs.util.vector :nonparametric.dpm) (:export :ibp :ibp-row :ibp-distribution :lfm :lfm-row :row-weight :lfm-distr...
{ "pile_set_name": "Github" }
# The following strings are byte-for-byte equivalent: key1 = "The quick brown fox jumps over the lazy dog." key2 = """ The quick brown \ fox jumps over \ the lazy dog.""" key3 = """\ The quick brown \ fox jumps over \ the lazy dog.\ """
{ "pile_set_name": "Github" }
%{ #include <stdio.h> #ifdef IRIX #include <pfmt.h> #endif #include <ncarg/c.h> #include <ncarg/hlu/hluP.h> #include <ncarg/hlu/NresDB.h> #include "defs.h" #include "NclDataDefs.h" #include "Symbol.h" #include "SrcTree.h" #include "Machine.h" #include <errno.h> #include <ctype.h> #include <sys/types.h> #include <sys/st...
{ "pile_set_name": "Github" }
--TEST-- SPL SplDoublyLinkedList offsetExists displays warning and returns null on no parameters --CREDITS-- PHPNW TestFest 2009 - Ben Longden --FILE-- <?php $list = new SplDoublyLinkedList(); $a = $list->offsetExists(); if(is_null($a)) { echo 'PASS'; } ?> --EXPECTF-- Warning: SplDoublyLinkedList::offsetExists() expec...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 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. // Flags: --validate-asm --no-stress-opt --no-stress-validate-asm --no-suppress-asm-messages function Module() { "use asm" function f() { g(); ...
{ "pile_set_name": "Github" }
/** * Created by chriscai on 2015/1/15. */ var BusinessService = require('../../service/BusinessService'), _ = require('underscore'), StatisticsService = require('../../service/StatisticsService'); var log4js = require('log4js'), logger = log4js.getLogger(); // 匹配 2019-08-02 const DATE_REG = /^(?:(?!000...
{ "pile_set_name": "Github" }
Due to the anti-virus positive detection of shell scripts stored inside this folder, we needed to somehow circumvent this. As from the plain sqlmap users perspective nothing has to be done prior to their usage by sqlmap, but if you want to have access to their original source code use the decrypt functionality of the ....
{ "pile_set_name": "Github" }
--- ./bfd/cpu-mips.c.orig 2011-07-24 14:20:05.000000000 +0000 +++ ./bfd/cpu-mips.c 2012-01-21 13:31:35.000000000 +0000 @@ -89,6 +89,7 @@ I_mipsisa64, I_mipsisa64r2, I_sb1, + I_allegrex, I_loongson_2e, I_loongson_2f, I_loongson_3a, @@ -130,6 +131,7 @@ N (64, 64, bfd_mach_mipsisa64, "mips:isa64", ...
{ "pile_set_name": "Github" }
<?php class Clean_SqlReports_Block_Adminhtml_Page_Menu extends Mage_Adminhtml_Block_Page_Menu { /** * Retrieve Adminhtml Menu array * * @return array */ public function getMenuArray() { $menuArray = $this->_buildMenuArray(); if (isset($menuArray['report']) && isset($menu...
{ "pile_set_name": "Github" }
class Particle { float x, y; // The x- and y-coordinates float vx, vy; // The x- and y-velocities float radius; // Particle radius float gravity = 0.1; Particle(int xpos, int ypos, float velx, float vely, float r) { x = xpos; y = ypos; vx = velx; vy = vely; ra...
{ "pile_set_name": "Github" }
{ "description": "LimitRangeList is a list of LimitRange items.", "required": [ "items" ], "properties": { "apiVersion": { "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may re...
{ "pile_set_name": "Github" }
--- title: "Cannot infer a common type for the first and second operands of the binary 'If' operator" ms.date: 07/20/2015 f1_keywords: - "vbc33110" - "bc33110" helpviewer_keywords: - "BC33110" ms.assetid: f46873aa-f6cd-4cc9-9e8e-e668bddf0980 --- # Cannot infer a common type for the first and second operands of th...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.II...
{ "pile_set_name": "Github" }
package com.mmnaseri.cs.clrs.ch23.s2; import com.mmnaseri.cs.clrs.ch21.s3.PathCompressingRankedForestDisjointSet; import com.mmnaseri.cs.clrs.ch21.s3.RankedTreeElement; import com.mmnaseri.cs.clrs.ch22.s1.*; import com.mmnaseri.cs.clrs.ch23.s1.WeightedEdgeDetails; import java.util.ArrayList; import java.util.Collecti...
{ "pile_set_name": "Github" }
<?php namespace Neos\Cache; /* * This file is part of the Neos.Cache package. * * (c) Contributors of the Neos Project - www.neos.io * * This package is Open Source Software. For the full copyright and license * information, please view the LICENSE file which was distributed with this * source code. */ /** *...
{ "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 <Contacts/CNContact.h> @interface CNContact (IMCoreAdditions) - (BOOL)_im_isEqualToContact:(id)arg1; @end
{ "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" }
// // SZCalendarCell.m // SZCalendarPicker // // Created by Stephen Zhuang on 14/12/1. // Copyright (c) 2014年 Stephen Zhuang. All rights reserved. // #import "SZCalendarCell.h" @implementation SZCalendarCell - (UILabel *)dateLabel { if (!_dateLabel) { _dateLabel = [[UILabel alloc] initWithFrame:self.b...
{ "pile_set_name": "Github" }
# Makefile for busybox # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # # Licensed under GPLv2, see file LICENSE in this source tree. lib-y:= INSERT lib-$(CONFIG_CHVT) += chvt.o lib-$(CONFIG_FGCONSOLE) += fgconsole.o lib-$(CONFIG_CLEAR) += clear.o lib-$(CONFIG_DEALLOCVT) += deallocvt.o lib-$...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2004 by Basler Vision Technologies AG * Author: Thomas Koeller <thomas.koeller@baslerweb.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 ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>HTML5 (+ Brython): Aplicación TO DO que usa Local Storage</title> <!-- Bootstrap c...
{ "pile_set_name": "Github" }
CREATE TABLE "ne_10m_admin_0_boundary_lines_land" ( gid serial, "fid_ne_10m" int4, "scalerank" numeric, "featurecla" varchar(32), "note_" varchar(32), "name" varchar(100), "comment" varchar(100), "adm0_usa" int2, "adm0_left" varchar(100), "adm0_right" varchar(100), "adm0_a3_l" varchar(3), "adm0...
{ "pile_set_name": "Github" }
| {% extends 'projects/view.html' %} include ../../../../../pillar/src/templates/mixins/components | {% set title = 'production-tools' %} | {% block css %} | {{ super() }} link(href="{{ url_for('static_flamenco', filename='assets/css/main.css') }}", rel="stylesheet") link(href="{{ url_for('static_flamenco', filename=...
{ "pile_set_name": "Github" }
/* Area: ffi_call Purpose: Check return value complex, with many arguments Limitations: none. PR: none. Originator: <vogt@linux.vnet.ibm.com>. */ /* { dg-do run } */ #include "complex_defs_longdouble.inc" #include "many_complex.inc"
{ "pile_set_name": "Github" }
# Format: //devtools/kokoro/config/proto/build.proto # Location of the bash script. Should have value <github_scm.name>/<path_from_repository_root>. # github_scm.name is specified in the job configuration (next section). build_file: "orbitprofiler/kokoro/builds/build.bat" action { define_artifacts { regex: "git...
{ "pile_set_name": "Github" }
//args: -Eunused package p type ( unused struct{} ) func X() {}
{ "pile_set_name": "Github" }
TITLE FRAME DUMP .mllit=1 a=1 b=2 c=3 ;column count-down d=4 ;row count-down e=5 ;line-number on XGP f=6 ;TV buffer byte pointer (8 bit) g=7 ;disk buffer byte pointer (16 bit) t=10 ;temporary u=11 ;duplicity factor 1, 2 or 3 p=17 tvpage==370 ;top 10 pages of core for tv tv=tvpage*2000 ;address of first word in tv...
{ "pile_set_name": "Github" }
fn_args_layout = "Tall" reorder_imports = true
{ "pile_set_name": "Github" }
tree.databases.node.name=\u0411\u0430\u0437\u044B \u0434\u0430\u043D\u043D\u044B\u0445 tree.databases.node.tip=\u0411\u0430\u0437\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 tree.database.node.name=\u0411\u0430\u0437\u0430 \u0434\u0430\u043D\u043D\u044B\u0445 tree.tables.node.n...
{ "pile_set_name": "Github" }
import wx import sys, glob class DemoFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, "wx.ListCtrl in wx.LC_SMALL_ICON mode", size=(600,400)) # load some images into an image list il = wx.ImageList(16,16, True) ...
{ "pile_set_name": "Github" }
/* * Copyright 2017 LINE Corporation * * LINE Corporation licenses this file to you 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 r...
{ "pile_set_name": "Github" }
/* <documentation> <summary>Read error log with filters</summary> <returns>2 result sets with detailed info from error log.</returns> <issues>No</issues> <author>Konstantin Taranov</author> <created>2019-06-27</created> <modified>2019-08-27 by Konstantin Taranov</modified> <version>1.1</version> ...
{ "pile_set_name": "Github" }
-- Template updates for gameobject 1721 (Locked ball and chain) UPDATE `gameobject_template` SET `flags`=`flags`|4 WHERE `entry`=1721;
{ "pile_set_name": "Github" }
# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="A Computer algebra package for Lie group computations" HOMEPAGE="http://www-math.univ-poitiers.fr/~maavl/LiE/" SRC_URI="http://wwwmathlabo.univ-poitiers.fr/~ma...
{ "pile_set_name": "Github" }
r420 0x4f60 0x1434 SRC_Y_X 0x1438 DST_Y_X 0x143C DST_HEIGHT_WIDTH 0x146C DP_GUI_MASTER_CNTL 0x1474 BRUSH_Y_X 0x1478 DP_BRUSH_BKGD_CLR 0x147C DP_BRUSH_FRGD_CLR 0x1480 BRUSH_DATA0 0x1484 BRUSH_DATA1 0x1598 DST_WIDTH_HEIGHT 0x15C0 CLR_CMP_CNTL 0x15C4 CLR_CMP_CLR_SRC 0x15C8 CLR_CMP_CLR_DST 0x15CC CLR_CMP_MSK 0x15D8 DP_SRC_...
{ "pile_set_name": "Github" }
# THIS FILE IS AUTO-GENERATED. DO NOT EDIT from verta._swagger.base_type import BaseType class ModeldbGetExperimentRunsInProjectResponse(BaseType): def __init__(self, experiment_runs=None, total_records=None): required = { "experiment_runs": False, "total_records": False, } self.experiment_ru...
{ "pile_set_name": "Github" }
/*! * socket.io-node * Copyright(c) 2011 LearnBoost <dev@learnboost.com> * MIT Licensed */ module.exports = require('./lib/socket.io');
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/RelativeLayout1" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <TextView android:id="@+id/textView1"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" xmlns:android="http://schemas.android.com/apk/res/android"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orien...
{ "pile_set_name": "Github" }
<load target="js/ncenter_admin.js" /> <load target="css/ncenter_admin.css" /> <include target="header.html" /> <div class="x_form-horizontal" id="fo_ncenterlite"> <section class="section"> <h1>{$lang->etc}</h1> <div class="x_control-group"> <label class="x_control-label">{$lang->ncenterlite_test_mention}</labe...
{ "pile_set_name": "Github" }
0.2.1 / 2014-01-29 ================== * fix: support max-age=0 for end-to-end revalidation 0.2.0 / 2013-08-11 ================== * fix: return false for no-cache
{ "pile_set_name": "Github" }
;; WARNING: This file was generated from umm-c-json-schema.json. Do not manually modify. (ns cmr.umm-spec.models.umm-collection-models "Defines UMM-C clojure records." (:require [cmr.common.dev.record-pretty-printer :as record-pretty-printer])) (defrecord UMM-C [ ;; Information required to properly cite the c...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'swatchbook'; var width = 511; var height = 512; var ligatures = []; var unicode = 'f5c3'; var svgPathData = 'M479.06 320H372.29L186.15 506.51c-2.06 2.07-4.49 3.58-6.67 5.49h299.58c17.64 0 31.94-14.33 31.94-3...
{ "pile_set_name": "Github" }
"use strict"; var hasOwnProperty = Object.prototype.hasOwnProperty; function parseQuery(urlObj, options) { urlObj.query.string.full = stringify(urlObj.query.object, false); // TWEAK :: condition only for speed optimization if (options.removeEmptyQueries) { urlObj.query.string.stripped = stringify(urlObj.quer...
{ "pile_set_name": "Github" }
package com.eventyay.organizer.core.event.about; import android.content.res.Resources; import androidx.core.view.ViewCompat; import com.google.android.material.appbar.AppBarLayout; import com.google.android.material.appbar.CollapsingToolbarLayout; import javax.inject.Inject; import io.reactivex.Observable; import ...
{ "pile_set_name": "Github" }
! Copyright (C) 2010 John Benediktsson ! See http://factorcode.org/license.txt for BSD license USING: arrays ascii assocs combinators combinators.smart fry http.client io.encodings.ascii io.files io.files.temp kernel locals math math.ranges math.statistics memoize sequences sequences.private sorting splitting urls ; IN...
{ "pile_set_name": "Github" }
package org.testng.eclipse.ui.conversion; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.eclipse.jdt.core.dom.AST; import org.eclipse.jdt.core.dom.ASTNode; import org...
{ "pile_set_name": "Github" }
/******************************************************************************************** * FrodoKEM: Learning with Errors Key Encapsulation * * Abstract: Key Encapsulation Mechanism (KEM) based on Frodo *********************************************************************************************/ #include <stdint...
{ "pile_set_name": "Github" }
.oc-dialog-content p { padding : 10px; width : 250px; } .oc-dialog-content p .ui-icon.ui-icon-notice { display : none; } .oc-dialog-buttonrow.onebutton, .oc-dialog-buttonrow.twobuttons { button.primary { border-color: rgba(0,0,0,0); } }
{ "pile_set_name": "Github" }
/* Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.gi...
{ "pile_set_name": "Github" }
M 9270 M.map
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`elements/content-sidebar/SidebarVersions should not render the versions when file is a box note 1`] = `""`; exports[`elements/content-sidebar/SidebarVersions should not render the versions when version_number <= 1 1`] = `""`; exports[`elements/content-sidebar/Sideb...
{ "pile_set_name": "Github" }
// // Copyright (c) 2008, 2013, 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) 2011-Present VMware, Inc. or its affiliates, 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 * * https://www.apache.org/licenses/LICENSE-2...
{ "pile_set_name": "Github" }
// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h" ///////////////////////////////////////////////...
{ "pile_set_name": "Github" }
// // UIView+MRView.m // test // // Created by 刘入徵 on 2017/4/15. // Copyright © 2017年 Mix_Reality. All rights reserved. // #import "UIView+MRView.h" #import <objc/runtime.h> static char kDTActionHandlerTapGestureKey; static char kDTActionHandlerTapBlockKey; @implementation UIView (MRView) /** 添加轻击手势 */ - (voi...
{ "pile_set_name": "Github" }
# Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER # TODO(hippo91) : correct the methods signature. """Astroid hooks for numpy.core.numerictype...
{ "pile_set_name": "Github" }
// XzHandler.h #ifndef __XZ_HANDLER_H #define __XZ_HANDLER_H #include "../../../C/Xz.h" #include "../ICoder.h" namespace NArchive { namespace NXz { struct CXzUnpackerCPP { Byte *InBuf; Byte *OutBuf; CXzUnpacker p; CXzUnpackerCPP(); ~CXzUnpackerCPP(); }; struct CStatInfo { U...
{ "pile_set_name": "Github" }
// Temporary fixes for recharts v2.x.x-beta, until the typings are updated declare module 'recharts' { export * from '@types/recharts' import { Point } from '@types/recharts' // How do you call payload inside a payload? export interface LegendPayloadPayload { activeDot?: boolean animateNewValues?: boo...
{ "pile_set_name": "Github" }
cairo gobject-2.0
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = ["hash.go"], importmap = "k8s.io/kubernetes/vendor/k8s.io/kubectl/pkg/util/hash", importpath = "k8s.io/kubectl/pkg/util/hash", visibility = ["//visibility:public"], deps = ["//staging...
{ "pile_set_name": "Github" }
/** @file Copyright (c) 2018, Linaro, Ltd. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Library/BaseLib.h> #include <Library/BaseMemoryLib.h> #include <Library/DebugLib.h> #include <Library/DevicePathLib.h> #include <Library/HiiLib.h> #include <...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 48d4276c5eddf1a4494888f1b72180bc NativeFormatImporter: externalObjects: {} mainObjectFileID: 8926484042661614526 userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
no-superimposed-version-on-logo.patch 01-optional-icons-in-dialogs.patch 02-request-field-dialogs.patch 03-blist-dialogs.patch 04-saved-status-dialogs.patch 05-statusbox-icon-size.patch 06-account-dialogs.patch 07-roomlist-dialog.patch define-pda-mode.patch desktop-name-2.0.0.patch docklet-icon-size.patch 08-pref...
{ "pile_set_name": "Github" }
--- Description: An enhanced metafile is an array of records. ms.assetid: af3261c7-2113-4777-97c0-504f23022550 title: Enhanced Metafile Records ms.topic: article ms.date: 05/31/2018 --- # Enhanced Metafile Records An enhanced metafile is an array of records. A metafile record is a variable-length [**ENHMETARECORD**](...
{ "pile_set_name": "Github" }
; haribote-os boot asm ; TAB=4 BOTPAK EQU 0x00280000 ; 加载bootpack DSKCAC EQU 0x00100000 ; 磁盘缓存的位置 DSKCAC0 EQU 0x00008000 ; 磁盘缓存的位置(实模式) ; BOOT_INFO相关 CYLS EQU 0x0ff0 ; 引导扇区设置 LEDS EQU 0x0ff1 VMODE EQU 0x0ff2 ; 关于颜色的信息 SCRNX EQU 0x0ff4 ; 分辨率X SCRNY EQU 0x0ff6 ; 分辨率Y VRAM EQU 0x0ff8 ;...
{ "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>add-articles-to-reading-list</key> <dict> <key>NSStringLocalizedFormatKey</key> <string>הוספת %#@v1@ לרשימת הקריאה</string> <key>v1</key...
{ "pile_set_name": "Github" }
#pragma once #include <functional> namespace torch { namespace jit { class ResourceGuard { std::function<void()> _destructor; bool _released; public: ResourceGuard(std::function<void()> destructor) : _destructor(std::move(destructor)) , _released(false) {} ~ResourceGuard() { if (!_released) _des...
{ "pile_set_name": "Github" }
// // NEEDS TO BE CLEANED UP // See _maps.scss // Use #{rh-var($cssvar)} // ======================================================================== // UI Styles // ======================================================================== $rh-global--link--TextDecoration: underline; $rh-global--link--TextDecoration...
{ "pile_set_name": "Github" }
package com.example.admin.processingboilerplate; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public Application...
{ "pile_set_name": "Github" }
ParamikoSSHClient ================= .. autoclass:: omniduct.remotes.ssh_paramiko.ParamikoSSHClient :members: :special-members: __init__ :inherited-members: :show-inheritance:
{ "pile_set_name": "Github" }
.include "macros.inc" start test_name CMPGU_1 mvi r1, 0 mvi r2, 0 cmpgu r3, r1, r2 check_r3 0 test_name CMPGU_2 mvi r1, 0 mvi r2, 1 cmpgu r3, r1, r2 check_r3 0 test_name CMPGU_3 mvi r1, 1 mvi r2, 0 cmpgu r3, r1, r2 check_r3 1 test_name CMPGU_4 mvi r1, 1 mvi r2, 1 cmpgu r3, r1, r2 check_r3 0 test_name CMPGU_5 mvi ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License...
{ "pile_set_name": "Github" }
@PACKAGE_INIT@ set(Notcurses_DIR "@PACKAGE_SOME_INSTALL_DIR@") # Compute paths get_filename_component(Notcurses_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) set(Notcurses_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@") set(Notcurses_LIBRARY_DIRS "@CONF_LIBRARY_DIRS@") set(Notcurses_LIBRARIES -lnotcurses)
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------...
{ "pile_set_name": "Github" }
/** @file Unaligned access functions of BaseLib. Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "BaseLibInternals.h" /** Reads a 16-bit value from memory that may be unaligned. This function returns the 16-...
{ "pile_set_name": "Github" }
class UserMailer < ActionMailer::Base default from: "from@example.com" def password_reset(user) @user = user mail :to => user.email, :subject => "Password Reset" end end
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2012-2013 cocos2d-x.org http://www.cocos2d-x.org 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 withou...
{ "pile_set_name": "Github" }