text
stringlengths
2
99.9k
meta
dict
BEGIN:VCALENDAR VERSION:2.0 CALSCALE:GREGORIAN PRODID:-//calendarserver.org//Zonal//EN BEGIN:VTIMEZONE TZID:W. Central Africa Standard Time X-LIC-LOCATION:W. Central Africa Standard Time BEGIN:STANDARD DTSTART:19190901T000000 RDATE:19190901T000000 TZNAME:WAT TZOFFSETFROM:+001336 TZOFFSETTO:+0100 END:STANDA...
{ "pile_set_name": "Github" }
require('./_set-species')('Array');
{ "pile_set_name": "Github" }
K 25 svn:wc:ra_dav:version-url V 90 /propelorm/Propel.git/!svn/ver/2349/test/testsuite/generator/behavior/concrete_inheritance END ConcreteInheritanceBehaviorWithSchemaTest.php K 25 svn:wc:ra_dav:version-url V 136 /propelorm/Propel.git/!svn/ver/2349/test/testsuite/generator/behavior/concrete_inheritance/ConcreteInherit...
{ "pile_set_name": "Github" }
0
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010, 2016, 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" }
<!-- Tab switcher for main categories. --> <div id=category-tab-handles class="tab-switcher-view"> <a href="#capture" id=tab-handle-capture>Capture</a> <a href="#export" id=tab-handle-export>Export</a> <a href="#import" id=tab-handle-import>Import</a> <a href="#proxy" id=tab-handle-proxy>Proxy</a> <a href="#e...
{ "pile_set_name": "Github" }
/** @verbatim Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module. ADDI-DATA GmbH Dieselstrasse 3 D-77833 Ottersweier Tel: +19(0)7223/9493-0 Fax: +49(0)7223/9493-92 http://www.addi-data.com info@addi-data.com This program is free software; you can redistribute it and/or modify it under ...
{ "pile_set_name": "Github" }
// Copyright 2018, OpenCensus 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" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2010 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
! ! Copyright (c) 2006-2015, The Regents of the University of California, ! through Lawrence Berkeley National Laboratory (subject to receipt of any ! required approvals from the U.S. Dept. of Energy) and the Paul Scherrer ! Institut (Switzerland). All rights reserved.! ! ! License: see file COPYING in top level ...
{ "pile_set_name": "Github" }
// Package scanner implements a scanner for HCL (HashiCorp Configuration // Language) source text. package scanner import ( "bytes" "fmt" "os" "regexp" "unicode" "unicode/utf8" "github.com/hashicorp/hcl/hcl/token" ) // eof represents a marker rune for the end of the reader. const eof = rune(0) // Scanner def...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIID3DCCAsSgAwIBAgIHBHMXaBpz2zANBgkqhkiG9w0BAQsFADCBnjELMAkGA1UE BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5 ICgxMjUyNDQ0MTM3NjkzOTcyKTEhMB8GA1UEAwwYSW50ZXJtZWRpYXRlIENBIGZv ciAxNzE3MB4XDTIwMDcxNDAzMjMwM1oX...
{ "pile_set_name": "Github" }
using Server.Items; namespace Server.Mobiles { [CorpseName("a skeletal corpse")] public class SkeletalKnight : BaseCreature { [Constructable] public SkeletalKnight() : base(AIType.AI_Melee, FightMode.Closest, 10, 1, 0.2, 0.4) { Name = "a skeletal knight"; ...
{ "pile_set_name": "Github" }
export enum senderErrorsEnum {}
{ "pile_set_name": "Github" }
package aima.core.probability.bayes.impl; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import aima.core.probability.RandomVariable; import aima.core.proba...
{ "pile_set_name": "Github" }
function fillHsluv(h, s, l) { const rgb = hsluv.hsluvToRgb([h, s, l]); fill(rgb[0] * 255, rgb[1] * 255, rgb[2] * 255); } function setup() { createCanvas(600, 460); noStroke(); fillHsluv(75, 95, 70); rect(0, 0, width, height); fillHsluv(35, 90, 40); rect(145, 95, 375, 200); fillHsluv(55, 100, 80); r...
{ "pile_set_name": "Github" }
mapping_test_data = [ {"product": "openssh", "version": "6.9", "version_strings": ["OpenSSH_6.9"]} ] package_test_data = [ { "url": "https://kojipkgs.fedoraproject.org/packages/openssh/6.8p1/1.1.fc23/x86_64/", "package_name": "openssh-clients-6.8p1-1.1.fc23.x86_64.rpm", "product": "opens...
{ "pile_set_name": "Github" }
""" Script for rebuilding the samples for the Quandl tests. """ from __future__ import print_function import os import requests from io import BytesIO from zipfile import ZipFile, ZIP_DEFLATED from six.moves.urllib.parse import urlencode from zipline.testing import test_resource_path, write_compressed from zipline.dat...
{ "pile_set_name": "Github" }
export const isChar = c => typeof c === 'string' && c.length === 1 export const isCharArray = a => Array.isArray(a) && a.every(isChar) export const string = a => { if (typeof a === 'string') return a if (isCharArray(a)) return a.join('') throw new Error(a + ' is not a string') } export const codepoint = a => Stri...
{ "pile_set_name": "Github" }
var arrayPush = require('./_arrayPush'), isArray = require('./isArray'); /** * The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and * symbols of `object`. * * @private * @param {Object} object The object to query. * @pa...
{ "pile_set_name": "Github" }
/* * Linux device driver for USB based Prism54 * * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net> * * Based on the islsm (softmac prism54) driver, which is: * Copyright 2004-2006 Jean-Baptiste Note <jbnote@gmail.com>, et al. * * This program is free software; you can redistribute it and/or modify * ...
{ "pile_set_name": "Github" }
using System; namespace Volo.Abp.AspNetCore.Mvc.UI.Components.LayoutHook { public class LayoutHookInfo { /// <summary> /// ViewComponent type. /// </summary> public Type ComponentType { get; } /// <summary> /// Specifies the layout name to apply this hook. ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Pla...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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 t...
{ "pile_set_name": "Github" }
/** @file The EFI HII results processing protocol invokes this type of protocol when it needs to forward results to a driver's configuration handler. This protocol is published by drivers providing and requesting configuration data from HII. It may only be invoked by HII. Copyright (c) 2006 - 2018, Int...
{ "pile_set_name": "Github" }
package org.geogebra.web.html5.sound; import org.geogebra.common.kernel.geos.GeoFunction; import org.geogebra.common.sound.FunctionSound; import org.geogebra.common.util.debug.Log; import org.geogebra.web.html5.sound.WebAudioWrapper.FunctionAudioListener; import jsinterop.annotations.JsType; /** * Class f...
{ "pile_set_name": "Github" }
from __future__ import print_function from builtins import str from builtins import range import sys sys.path.insert(1,"../../../") import h2o from tests import pyunit_utils from h2o.estimators.glrm import H2OGeneralizedLowRankEstimator import numpy as np def glrm_arrests_miss(): missing_ratios = np.arange(0.1, 1,...
{ "pile_set_name": "Github" }
/*@ inductive tree = | node(tree child1, tree child2) | leaf ; fixpoint int max(int i1, int i2) { return i1 > i2 ? i1 : i2; } fixpoint int tree_height(tree t) { switch (t) { case node(child1, child2): return 1 + max(tree_height(child1), tree_height(child2)); case leaf: return 1; } } ...
{ "pile_set_name": "Github" }
<?php /** * @version * @author Ivan Cenov jwalker@hotmail.bg */ @define('PLUGIN_EVENT_WRAPPER_NAME', 'Обвивка на събитиен плъгин (wrapper)'); @define('PLUGIN_EVENT_WRAPPER_DESC', 'Показва събраните данни от указан събитиен плъгин'); @define('PLUGIN_EVENT_WRAPPER_PLUGIN', 'Събитиен плъгин източник'); @d...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style> body { white-space: pre; font-family: monospace; font-size: 14px; } </style> </head> <body><script> function log() { document.body.appendChild(document.createTextNode(Array.prototype.join.call(arguments, ", ") + '\n')); console.log.appl...
{ "pile_set_name": "Github" }
<!--{ "Title": "Diagnostics", "Template": true }--> <!-- NOTE: In this document and others in this directory, the convention is to set fixed-width phrases with non-fixed-width spaces, as in <code>hello</code> <code>world</code>. Do not send CLs removing the interior tags from such phrases. --> <h2 id="introduction"...
{ "pile_set_name": "Github" }
// Copyright 2012-present Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. package elastic // PercentilesAggregation is a multi-value metrics aggregation // that calculates one or more percentiles over numeric ...
{ "pile_set_name": "Github" }
## 7.5.0 - 2020-01-26 #### 📦 Dependencies - Updated all to latest. ## 7.4.0 - 2019-11-10 #### 📦 Dependencies - Updated `optimal` to v3.2. - Updated `yargs` to v14.2. - Removed `@babel/runtime`. #### 🛠 Internals - **[TS]** Switched to project references. ### 7.3.1 - 2019-02-17 #### 🐞 Fixes - Added missing ...
{ "pile_set_name": "Github" }
adaptx-javadoc-0.9.13-3jpp.1.i386.rpm agg-devel-2.4-2.1.i386.rpm alchemist-devel-1.0.36-2.el5.i386.rpm alsa-lib-devel-1.0.17-1.el5.i386.rpm amanda-devel-2.5.0p2-8.el5.i386.rpm amanda-server-2.5.0p2-8.el5.i386.rpm ant-1.6.5-2jpp.2.i386.rpm ant-antlr-1.6.5-2jpp.2.i386.rpm ant-apache-bcel-1.6.5-2jpp.2.i386.rpm ant-apache-...
{ "pile_set_name": "Github" }
## 2.`git merge` 和 `git rebase` 的区别? 参考[这一篇文章](https://blog.csdn.net/wh_19910525/article/details/7554489)即可。
{ "pile_set_name": "Github" }
// Package yaml implements YAML support for the Go language. // // Source code and other details for the project are available at GitHub: // // https://github.com/go-yaml/yaml // package yaml import ( "errors" "fmt" "reflect" "strings" "sync" ) // MapSlice encodes and decodes as a YAML map. // The order of key...
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
package org.bouncycastle.openpgp.operator.jcajce; import java.security.InvalidAlgorithmParameterException; import java.security.InvalidKeyException; import java.security.Provider; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.sp...
{ "pile_set_name": "Github" }
/* ** tsk_comparedir ** The Sleuth Kit ** ** Brian Carrier [carrier <at> sleuthkit [dot] org] ** Copyright (c) 2010-2011 Brian Carrier. All Rights reserved ** ** This software is distributed under the Common Public License 1.0 ** */ #include "tsk/tsk_tools_i.h" #include "tsk_comparedir.h" #include <locale.h...
{ "pile_set_name": "Github" }
set ::global_overrides {} set ::tags {} set ::valgrind_errors {} proc start_server_error {config_file error} { set err {} append err "Cant' start the Redis server\n" append err "CONFIGURATION:" append err [exec cat $config_file] append err "\nERROR:" append err [string trim $error] send_dat...
{ "pile_set_name": "Github" }
SILE.hyphenator.languages["el-polyton"] = {} SILE.hyphenator.languages["el-polyton"].patterns = { -------- vowels ---- Vowel patterns (pre-combined) "α1", "ε1", "η1", "ι1", "ο1", "υ1", "ω1", "ϊ1", "ϋ1", "ἀ1", "ἁ1", "ἂ1", "ἃ1", "ἄ1", "ἅ1", "ἆ1", "ἇ1", "ἐ1", "ἑ1", "ἒ1", "ἓ1", "ἔ1", "ἕ1", "ἠ1", "ἡ1", "ἢ1", "ἣ1", "ἤ1", ...
{ "pile_set_name": "Github" }
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See thes...
{ "pile_set_name": "Github" }
* Fix contacts sync on Android 11 * Fix issue with tasks.org crashing because of permissions * Update cert4android
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #include <Swiften/Component/ComponentSession.h> #include <memory> #include <boost/bind.hpp> #include <Swiften/Component/ComponentHandshakeGenerator.h> #include <Swiften/Elements/ComponentHandshake....
{ "pile_set_name": "Github" }
<%init> use EBox::Gettext; </%init> <div id="install-splash"> <header> <img src="/data/software/images/Zentyal_logo_horizontal.png"></img> <h1><% __('Initial Setup') %></h1> </header> <section> <h3><% __x('Thank you for choosing Zentyal, only a few steps left to start enjoying it:') ...
{ "pile_set_name": "Github" }
from triton import ARCH from pintool import * # Output # # $ ./build/triton ./src/examples/pin/callback_routine.py ./src/samples/vulns/testSuite # -> malloc(0x20) # <- 0x8fc010 # -> malloc(0x20) # <- 0x8fc040 # -> malloc(0x20) # <- 0x8fc010 Triton = getTritonContext() def mallocEntry(threadId): sizeAllocated ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2012-2014 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Cont...
{ "pile_set_name": "Github" }
require("../test/example-utils.js").quickInit() const Table = require("../")("automattic-cli-table") /* col widths */ const t1 = new Table({ head: ["Rel", "Change", "By", "When"], colWidths: [6, 21, 25, 17] }) t1.push( ["v0.1", "Testing something cool", "rauchg@gmail.com", "7 minutes ago"] , ["v0.1", "Testing ...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "station-killrockstars.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
package cli // BashCompleteFunc is an action to execute when the bash-completion flag is set type BashCompleteFunc func(*Context) // BeforeFunc is an action to execute before any subcommands are run, but after // the context is ready if a non-nil error is returned, no subcommands are run type BeforeFunc func(*Context...
{ "pile_set_name": "Github" }
// Copyright 2014 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. var stdlib = {}; var foreign = {}; var heap = new ArrayBuffer(64 * 1024); var rol = (function Module(stdlib, foreign, heap) { "use asm"; function r...
{ "pile_set_name": "Github" }
import * as React from 'react'; import * as PropTypes from 'prop-types'; import { Overlay as OverlayBS3 } from 'react-bootstrap'; import { Popover } from './popover'; export const Overlay = ({ visible, target, children, onHide, ...restProps }) => ( <OverlayBS3 show={visible} target={target} container={...
{ "pile_set_name": "Github" }
/** * @license @product.name@ JS v@product.version@ (@product.date@) * * (c) 2009-2017 Highsoft AS * * License: www.highcharts.com/license */ 'use strict'; import '../../themes/avocado.js';
{ "pile_set_name": "Github" }
// REQUIRES: asserts // Modules: // RUN: rm -rf %t // RUN: %clang_cc1 -x objective-c -fmodules -fmodule-format=obj \ // RUN: -fdebug-prefix-map=%S/Inputs=/OVERRIDE \ // RUN: -fimplicit-module-maps -DMODULES -fmodules-cache-path=%t %s \ // RUN: -I %S/Inputs -I %t -emit-llvm -o %t.ll \ // RUN: -mllvm -debug-only...
{ "pile_set_name": "Github" }
/* * Copyright 2017 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ /dts-v1/; #include "imx6q.dtsi" / { m...
{ "pile_set_name": "Github" }
From 691917f20cae813d242f7123a4dc97e7d48e6ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com> Date: Wed, 13 May 2015 09:10:53 +0200 Subject: [PATCH] ARM: BCM5301X: Add DT for SmartRG SR400ac MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit...
{ "pile_set_name": "Github" }
$NetBSD: distinfo,v 1.46 2020/08/16 00:19:45 wen Exp $ SHA1 (Date-Manip-6.82.tar.gz) = eb38fa7dce54ef093abc77c61b95d0414468ef6b RMD160 (Date-Manip-6.82.tar.gz) = 7c9551dc38f107e4c504b001d2e71613b16da978 SHA512 (Date-Manip-6.82.tar.gz) = 2e34011b678d7efdd0f9c850c86f573316aa835d4b67732ee042403f90460e43c2fac76f2c0635a615...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
#pragma once // NOTE : The following MIT license applies to this file ONLY and not to the SDK as a whole. Please review the SDK documentation // for the description of the full license terms, which are also provided in the file "NDI License Agreement.pdf" within the SDK or // online at http://new.tk/ndisdk_licen...
{ "pile_set_name": "Github" }
/* * This file is part of the Yices SMT Solver. * Copyright (C) 2017 SRI International. * * Yices 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) a...
{ "pile_set_name": "Github" }
\nonstopmode \documentclass{beamer} \def\part{1} \usepackage{listings} \usepackage{fancyvrb} \usepackage{pgf} \usepackage[english]{babel} \usepackage[latin1]{inputenc} \usepackage{times} \mode<article> { \usepackage{times} \usepackage{mathptmx} \usepackage[left=1.5cm,right=6cm,top=1.5cm,bottom=3cm]{geometry} } ...
{ "pile_set_name": "Github" }
/* @flow */ import React from 'react'; import Icon from 'mineral-ui/Icon'; import type { IconProps } from 'mineral-ui/Icon/types'; /* eslint-disable prettier/prettier */ export default function IconBrightness6(props: IconProps) { const iconProps = { rtl: false, ...props }; return ( <Icon {...iconPr...
{ "pile_set_name": "Github" }
Title: Interactive legend Author: David Gohel AuthorUrl: https://www.ardata.fr License: GPL-3 DisplayMode: Showcase Tags: reactive-selection Type: Shiny
{ "pile_set_name": "Github" }
#ifndef SECURITY_BUFFER_H #define SECURITY_BUFFER_H #include <node.h> #include <node_object_wrap.h> #include <v8.h> #define SECURITY_WIN32 1 #include <windows.h> #include <sspi.h> using namespace v8; using namespace node; class SecurityBuffer : public ObjectWrap { public: SecurityBuffer(uint32_t securi...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Geometry] &rarr; <h1>[name]</h1> <p class="desc">A class for gene...
{ "pile_set_name": "Github" }
/* * Adaptec AIC7xxx device driver for Linux. * * $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_osm.c#235 $ * * Copyright (c) 1994 John Aycock * The University of Calgary Department of Computer Science. * * This program is free software; you can redistribute it and/or modify * it under the terms of...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2012 Emmanuel Engelhart <kelson@kiwix.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * any later version. * * This progra...
{ "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 <TSReading/TSDScrollView.h> #import <Silex/SXAXElementOccluder-Protocol.h> @class NSString, SXAXCustomRotorProvider; @protoco...
{ "pile_set_name": "Github" }
// 16bit code to handle system clocks. // // Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net> // Copyright (C) 2002 MandrakeSoft S.A. // // This file may be distributed under the terms of the GNU LGPLv3 license. #include "biosvar.h" // SET_BDA #include "bregs.h" // struct bregs #include "hw/pic.h" // pic_...
{ "pile_set_name": "Github" }
export const buh = "BUH";
{ "pile_set_name": "Github" }
#!/usr/bin/perl use strict; # # ps-ceph.pl: Displays a list of ceph processes running locally # # Copyright (C) 2010, Dreamhost # # This is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License version 2.1, as published by the Free Software # Foundation. ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, Adam <Adam@sigterm.info> * 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 * li...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "filename" : "chat_list_poi_background@2x.png", "idiom" : "universal", "scale" : "2x" }, { "filename" : "chat_list_poi_background@3x.png", "idiom" : "universal", "scale" : "3x" } ], ...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.IO.Tests { public class DirectoryInfo_MoveTo : Directory_Move { #region Utilities protected override void Move(string sourceDi...
{ "pile_set_name": "Github" }
RTOS Task Review ======================= Task name: YrlAD1-basic-armv7-support Version reviewed: b1c0d75ab7b438b88dc319915b8fe05a42b9f244 Reviewer: stg Date: 2013-01-03 Conclusion: Accepted Specific comments ================= Location: packages/armv7m/ctxt-switch.s:5f Comment 0: Accepted Among the comment about the ...
{ "pile_set_name": "Github" }
package choonster.testmod3.tests; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import javax.annotation.Nullable; /** * A class that runs various tests from {@link #runTest()}. * <p> * This exists because Minecraft/Forge don't support regular unit testing libraries. * * @a...
{ "pile_set_name": "Github" }
.global RomHeaderNintendoLogo RomHeaderNintendoLogo: .space 156 RomHeaderGameTitle: .space 12 .global RomHeaderGameCode RomHeaderGameCode: .space 4 RomHeaderMakerCode: .space 2 RomHeaderMagic: .byte 0 RomHeaderMainUnitCode: .byte 0 RomHeaderDeviceType: .byte 0 RomHeaderReserved1: .space 7 .global Rom...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, 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 Softwa...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>Childrenable Protocol Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> ...
{ "pile_set_name": "Github" }
# Copyright 2019 Google LLC # # 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, s...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <!DOCTYPE translationbundle> <translationbundle lang="kn"> <translation id="130631256467250065">ನಿಮ್ಮ ಸಾಧನವನ್ನು ನೀವು ಮುಂದಿನ ಬಾರಿ ಮರುಪ್ರಾರಂಭಿಸಿದಾಗ ನಿಮ್ಮ ಬದಲಾವಣೆಗಳು ಕಾರ್ಯಗತಗೊಳ್ಳುತ್ತವೆ.</translation> <translation id="7999989146447764333">Brave ನಲ್ಲಿ ಕ್ರ್ಯಾಶ್ ವರದಿ ಮಾಡುವಿಕೆ ಲಭ್ಯವಿಲ್ಲ.</translation> <t...
{ "pile_set_name": "Github" }
/* This file is a part of libcds - Concurrent Data Structures library (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ Redistribution and use in source and binary forms, ...
{ "pile_set_name": "Github" }
## Written 2006 by Martin Bartosch for the OpenXPKI project ## Adapted for myperl-openxpki-core-deps by Scott Hardin ## Copyright (C) 2005-2014 by The OpenXPKI Project %define pkgname myperl-openxpki-i18n %define filelist %{pkgname}-%{version}-filelist %define NVR %{pkgname}-%{version}-%{release} %define maketest 0 %d...
{ "pile_set_name": "Github" }
// // BWGradientBox.h // BWToolkit // // Created by Brandon Walkin (www.brandonwalkin.com) // All code is provided under the New BSD license. // #import <Cocoa/Cocoa.h> @interface BWGradientBox : NSView { NSColor *fillStartingColor, *fillEndingColor, *fillColor; NSColor *topBorderColor, *bottomBorderColor; fl...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------------// // Copyright (c) 2014 Roshan <thisisroshansmail@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://b...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007, 2017, 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" }
/* * 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" }
<?php namespace services\merapi; use Yii; use yii\db\ActiveRecord; use yii\web\UnprocessableEntityHttpException; use common\enums\CacheEnum; use common\helpers\ArrayHelper; use common\models\merchant\Member; use common\models\merapi\AccessToken; use common\components\Service; use common\enums\StatusEnum; use common\e...
{ "pile_set_name": "Github" }
/** @file logsink.cpp Sink where log entries are flushed from the LogBuffer. * * @authors Copyright © 2013-2017 Jaakko Keränen <jaakko.keranen@iki.fi> * * @par License * LGPL: http://www.gnu.org/licenses/lgpl.html * * <small>This program is free software; you can redistribute it and/or modify * it under the te...
{ "pile_set_name": "Github" }
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.26 5.28 5.30 perl5.setup Net-CIDR 0.20 license {Artistic-1 GPL} maintainers nomain...
{ "pile_set_name": "Github" }
.weui-navbar { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; z-index: 500; top: 0; width: 100%; border-bottom: 1rpx solid #CCCCCC; } .weui-navbar__item { position: relative; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 13px...
{ "pile_set_name": "Github" }
<domain type='vmware'> <name>ethernet-static</name> <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid> <memory unit='KiB'>4096</memory> <os> <type>hvm</type> </os> <devices> <interface type='bridge'> <mac address='00:12:34:56:78:90'/> <source bridge='VM Network'/> </interface> </dev...
{ "pile_set_name": "Github" }
--- page_type: sample languages: - csharp products: - windows - windows-uwp statusNotificationTargets: - codefirst@microsoft.com --- <!--- category: CustomUserInteractions Inking Printing FilesFoldersAndLibraries --> # Coloring Book sample (updated to WinUI 2.4 - May 2020) A mini-app that demonstrates the versati...
{ "pile_set_name": "Github" }
$m.const_set(:AAA, "test") unless $m.nil?
{ "pile_set_name": "Github" }
The criminal complaint filed against Nomura Securities Co Ltd on Tuesday reveals a widening circle of players in a pay-off scandal that has rocked the firm, dashing its hopes for a quick end to the affair. Japan's Securities and Exchange Surveillance Commission (SESC) filed a criminal complaint with prosecutors allegin...
{ "pile_set_name": "Github" }
package com.survivingwithandroid.charts; import android.app.Activity; import android.app.ActionBar; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; import android....
{ "pile_set_name": "Github" }
use core::fmt; use crate::{Error, Result}; use byteorder::{ByteOrder, NetworkEndian}; pub use super::IpProtocol as Protocol; /// A read/write wrapper around an IPv6 Fragment Header. #[derive(Debug, PartialEq)] pub struct Header<T: AsRef<[u8]>> { buffer: T } // Format of the Fragment Header // // +-+-+-+-+-+-+-+...
{ "pile_set_name": "Github" }
package matchers import ( "fmt" "github.com/onsi/gomega/format" ) type HavePrefixMatcher struct { Prefix string Args []interface{} } func (matcher *HavePrefixMatcher) Match(actual interface{}) (success bool, err error) { actualString, ok := toString(actual) if !ok { return false, fmt.Errorf("HavePrefix ma...
{ "pile_set_name": "Github" }
# The lamest makefile ever asmhttpd: nasm -f elf64 -O0 -o ./asmhttpd.o src/master.asm ld asmhttpd.o -o asmhttpd clean: rm -rf asmhttpd.o asmhttpd
{ "pile_set_name": "Github" }
lhasa LHA decompression library from https://github.com/fragglet/lhasa tag v0.3.1 (commit c6d6ca6df218a54c94443f8d15afe2869461506f). The following changes have been made: * commit https://github.com/fragglet/lhasa/commit/59c43fc841bfdba970a810e21d97f5e074cd286e has been applied. * Obviously, unnecessary fol...
{ "pile_set_name": "Github" }