text
stringlengths
2
9.79k
meta
dict
sentences_perturbed
int64
0
2
doc_stats
dict
// https://github.com/lightbend/mima/issues/422 resolvers += Resolver.url( "typesafe sbt-plugins", url("https://dl.bintray.com/typesafe/sbt-plugins") )(Resolver.ivyStylePatterns)
{ "pile_set_name": "Github" }
null
null
// Copyright 2009 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 darwin dragonfly freebsd linux netbsd openbsd solaris package syscall import ( "internal/race" "runtime" "sync" "unsafe" ) var ( Stdin = 0 S...
{ "pile_set_name": "Github" }
null
null
include_directories ("${CMAKE_CURRENT_SOURCE_DIR}") include_directories ("${CMAKE_CURRENT_BINARY_DIR}") set (FUSIONDALE_ONE_LIBS pthread dl rt direct fusion fusiondale one ) DEFINE_DIRECTFB_MODULE (ifusiondale_one ifusiondale_one ifusiondale_one.c "${FUSIONDALE_ONE_LIBS}" ${INTERFACES_DIR}/IFusionDale ) DEFIN...
{ "pile_set_name": "Github" }
null
null
/** * The MIT License * Copyright (c) 2014-2016 Ilkka Seppälä * * 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, c...
{ "pile_set_name": "Github" }
null
null
# frozen_string_literal: true require 'spec_helper' describe Overcommit::Hook::PreCommit::HtmlHint do let(:config) { Overcommit::ConfigurationLoader.default_configuration } let(:context) { double('context') } subject { described_class.new(config, context) } before do subject.stub(:applicable_files).and_...
{ "pile_set_name": "Github" }
null
null
[preset00] fRating=1 fGammaAdj=2 fDecay=0.99 fVideoEchoZoom=2 fVideoEchoAlpha=0 nVideoEchoOrientation=0 nWaveMode=2 bAdditiveWaves=0 bWaveDots=0 bWaveThick=0 bModWaveAlphaByVolume=1 bMaximizeWaveColor=0 bTexWrap=1 bDarkenCenter=0 bRedBlueStereo=0 bBrighten=0 bDarken=0 bSolarize=0 bInvert=0 fWaveAlph...
{ "pile_set_name": "Github" }
null
null
--- title: Master.DrawRectangle Method (Visio) keywords: vis_sdr.chm10716220 f1_keywords: - vis_sdr.chm10716220 ms.prod: visio api_name: - Visio.Master.DrawRectangle ms.assetid: e41ec411-ccd7-0fe6-f560-cf3934d18b59 ms.date: 06/08/2017 --- # Master.DrawRectangle Method (Visio) Adds a rectangle to the **Shapes** coll...
{ "pile_set_name": "Github" }
null
null
/* * Copyright Andrey Semashev 2007 - 2015. * 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) */ /*! * \file keywords/depth.hpp * \author Andrey Semashev * \date 14.03.2009 ...
{ "pile_set_name": "Github" }
null
null
<?php /** * Tabs * * PHP version 5 * * @category Class * @package DocuSign\eSign * @author Swaagger Codegen team * @link https://github.com/swagger-api/swagger-codegen */ /** * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for inter...
{ "pile_set_name": "Github" }
null
null
/* This project 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. Deviation is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
null
null
ALTER TABLE STORE_INFO ADD COLUMN STATUS VARCHAR(50);
{ "pile_set_name": "Github" }
null
null
#import "GeneratedPluginRegistrant.h"
{ "pile_set_name": "Github" }
null
null
package Moose::Exception::RoleNameRequired; our $VERSION = '2.2014'; use Moose; extends 'Moose::Exception'; with 'Moose::Exception::Role::Class'; sub _build_message { "You must supply a role name to look for"; } __PACKAGE__->meta->make_immutable; 1;
{ "pile_set_name": "Github" }
null
null
""" A module containing volatile, experimental and legacy code. """ from . import layers from . import models
{ "pile_set_name": "Github" }
null
null
/* * edge_se3Switchable.cpp * * Created on: 17.10.2011 * Author: niko * * Updated on: 14.01.2013 * Author: Christian Kerl <christian.kerl@in.tum.de> */ #include "edge_se3Switchable.h" #include "vertex_switchLinear.h" #include "g2o/types/slam3d/vertex_se3.h" #include "g2o/types/slam3d/isometry3d_gra...
{ "pile_set_name": "Github" }
null
null
# -*- coding: utf-8 -*- """ To be used with processors in module `highstate_doc`. """ # Import Python libs from __future__ import absolute_import, print_function, unicode_literals __virtualname__ = "highstate_doc" def note(name, source=None, contents=None, **kwargs): """ Add content to a document generated ...
{ "pile_set_name": "Github" }
null
null
#-------------------------------------------------------------------------------- vsim -c -do simulate_mti.do
{ "pile_set_name": "Github" }
null
null
{ "contextState": true, "closureShortcuts": false, "closureStorageField": "C", "varStorageField": "V", "evalCtx": { "a": ["_a", 0], "b": ["_b", 1], "c": ["_c", 2] }, "contextMethodOps":true, "injectEvalCtx":true, "injectFuncMeta": "meta" }
{ "pile_set_name": "Github" }
null
null
#!/usr/bin/perl -w # # Boost.Function library # # Copyright (C) 2001-2003 Douglas Gregor (gregod@cs.rpi.edu) # # Permission to copy, use, sell and distribute this software is granted # provided this copyright notice appears in all copies. # Permission to modify the code and to distribute modified code is granted # prov...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>ReefJS Test</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- stylesheets --> <style type="text/css"> body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu...
{ "pile_set_name": "Github" }
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DvdLib.Ifo { public class Program { public readonly List<Cell> Cells; public Program(List<Cell> cells) { Cells = cells; } } }
{ "pile_set_name": "Github" }
null
null
#ifndef MATH_GRISU_H #define MATH_GRISU_H int dtoa_grisu3(double v, char *dst, int size); #endif
{ "pile_set_name": "Github" }
null
null
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive ...
{ "pile_set_name": "Github" }
null
null
package tahrir.tools; import tahrir.io.crypto.TrCrypto; import tahrir.io.net.PhysicalNetworkLocation; import tahrir.io.net.RemoteNodeAddress; import tahrir.io.net.TrPeerManager; import tahrir.io.net.udpV1.UdpNetworkLocation; import java.net.InetAddress; import java.net.UnknownHostException; import java.security.inter...
{ "pile_set_name": "Github" }
null
null
// // ACAppDelegate.h // ParallaxDemo // // Created by Arnaud Coomans on 6/11/13. // Copyright (c) 2013 acoomans. All rights reserved. // #import <UIKit/UIKit.h> @class ACViewController; @interface ACAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (st...
{ "pile_set_name": "Github" }
null
null
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/sync/model/data_type_error_handler_impl.h" #include "base/bind.h" #include "base/metrics/histogram_macros.h" namespace syncer { Da...
{ "pile_set_name": "Github" }
null
null
# Copyright (c) 2017 OpenStack Foundation # # 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 ...
{ "pile_set_name": "Github" }
null
null
console.log('hello this is myindex'); module.exports=function(){ console.log('hello this is myindex'); }
{ "pile_set_name": "Github" }
null
null
# KUDO Cassandra Architecture Apache Cassandra is a stateful workload. KUDO Cassandra uses kubernetes statefulset as the basic piece of the KUDO Cassandra Architecture As a StatefulSet maintains sticky identities for each of its Pods, this helps KUDO Cassandra to automate all necessary operations with Apache Cassandr...
{ "pile_set_name": "Github" }
null
null
use crate::aio::{ActualConnection, Connect}; use crate::types::RedisResult; #[cfg(feature = "tls")] use async_native_tls::{TlsConnector, TlsStream}; use async_std::net::TcpStream; #[cfg(unix)] use async_std::os::unix::net::UnixStream; use async_trait::async_trait; use std::net::SocketAddr; #[cfg(unix)] use std::path::P...
{ "pile_set_name": "Github" }
null
null
/* * This file contains low level CPU setup functions. * Kumar Gala <galak@kernel.crashing.org> * Copyright 2009 Freescale Semiconductor, Inc. * * Based on cpu_setup_6xx code by * Benjamin Herrenschmidt <benh@kernel.crashing.org> * * This program is free software; you can redistribute it and/or * modify it und...
{ "pile_set_name": "Github" }
null
null
// // LDMasterViewController.h // LivelyDemo // // Created by Romain Goyet on 24/04/12. // Copyright (c) 2012 Applidium. All rights reserved. // #import <UIKit/UIKit.h> @interface LDMasterViewController : UITableViewController <UIActionSheetDelegate> { NSArray * _objects; } - (IBAction)pickTransform:(id)sende...
{ "pile_set_name": "Github" }
null
null
from binaryninja import * import base64 import copy import json def falcon_export(bv) : filename = interaction.get_save_filename_input("Filename for Binja export") segments = [] for segment in bv.segments : segments.append({ 'address': segment.start, 'bytes': base64.b64enc...
{ "pile_set_name": "Github" }
null
null
/*! * jQuery Validation Plugin v1.14.0 * * http://jqueryvalidation.org/ * * Copyright (c) 2015 Jörn Zaefferer * Released under the MIT license */ (function( factory ) { if ( typeof define === "function" && define.amd ) { define( ["jquery"], factory ); } else { factory( jQuery ); } }(function( $ ) { $.ext...
{ "pile_set_name": "Github" }
null
null
import maya.cmds as mc import maya.mel as mm import glTools.utils.base import glTools.utils.curve import glTools.utils.mesh import glTools.utils.namespace import glTools.utils.osUtils import glTools.utils.stringUtils import glTools.utils.surface import re class UserInputError(Exception): pass class UIError(Exception...
{ "pile_set_name": "Github" }
null
null
<?php namespace Cdn\Request\V20180510; /** * @deprecated Please use https://github.com/aliyun/openapi-sdk-php * * Request of SetHttpErrorPageConfig * * @method string getPageUrl() * @method string getErrorCode() * @method string getDomainName() * @method string getOwnerId() * @method string getConfigId() */...
{ "pile_set_name": "Github" }
null
null
Invalid group use syntax ----- <?php // Missing semicolon use Foo\{Bar} use Bar\{Foo}; ----- !!php7 Syntax error, unexpected T_USE, expecting ';' from 4:1 to 4:3 array( 0: Stmt_GroupUse( type: TYPE_UNKNOWN (0) prefix: Name( parts: array( 0: Foo ) ) ...
{ "pile_set_name": "Github" }
null
null
// // PFPurchaseTableViewCell.h // Parse // // Created by Qian Wang on 5/21/12. // Copyright (c) 2012 Parse Inc. All rights reserved. // #import <UIKit/UIKit.h> #import "PFTableViewCell.h" /*! An enum that represents states of the PFPurchaseTableViewCell. @see PFPurchaseTableViewCell */ typedef NS_ENUM(uint8_...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (C) 2011 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
{ "pile_set_name": "Github" }
null
null
statement ok CREATE TABLE xyz ( x INT, y INT, z INT, pk1 INT, pk2 INT, PRIMARY KEY (pk1, pk2) ) statement ok INSERT INTO xyz VALUES (1, 1, NULL, 1, 1), (1, 1, 2, 2, 2), (1, 1, 2, 3, 3), (1, 2, 1, 4, 4), (2, 2, 3, 5, 5), (4, 5, 6, 6, 6), (4, 1, 6, 7, 7) statement ok CREATE TABLE abc ( a STR...
{ "pile_set_name": "Github" }
null
null
snippet Ada Gitignore Template ### Ada ### # Object file *.o # Ada Library Information *.ali ${0}
{ "pile_set_name": "Github" }
null
null
// Copyright 2009 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 amd64,openbsd package unix func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: sec, Nsec: nsec} } func setTimeval(sec, usec int64) T...
{ "pile_set_name": "Github" }
null
null
julia 0.4 Compat 0.9.4
{ "pile_set_name": "Github" }
null
null
.. _IP:LocalLink_PerformanceCounter: PoC.net.FramePerformanceCounter ############################### .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/src/net/net_FramePerformanceCounter.vhdl ...
{ "pile_set_name": "Github" }
null
null
/* @ngInject */ function confirmModal(pmModal, gettextCatalog, translator) { const I18N = translator(() => ({ confirm: gettextCatalog.getString('Confirm', null, 'Default text for the confirm button in the confirm modal'), cancel: gettextCatalog.getString('Cancel', null, 'Default text for the cancel ...
{ "pile_set_name": "Github" }
null
null
{ "paths": { "customizerJs": [ "../assets/js/vendor/autoprefixer.js", "../assets/js/vendor/less.min.js", "../assets/js/vendor/jszip.min.js", "../assets/js/vendor/uglify.min.js", "../assets/js/vendor/Blob.js", "../assets/js/vendor/FileSaver.js", "../assets/js/raw-files.min...
{ "pile_set_name": "Github" }
null
null
/******************************************************************************* * AMetal * ---------------------------- * innovating embedded platform * * Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd. * All rights reser...
{ "pile_set_name": "Github" }
null
null
case SSD1963_800ALT: LCD_Write_COM(0xE2); //PLL multiplier, set PLL clock to 120M LCD_Write_DATA(0x23); //N=0x36 for 6.5M, 0x23 for 10M crystal LCD_Write_DATA(0x02); LCD_Write_DATA(0x04); LCD_Write_COM(0xE0); // PLL enable LCD_Write_DATA(0x01); delay(10); LCD_Write_COM(0xE0); LCD_Write_DATA(0x03); delay...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html><html class="theme-next muse use-motion" lang="zh-CN"><head><meta name="generator" content="Hexo 3.8.0"><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=2"><meta name="theme-color" content="#222"><sc...
{ "pile_set_name": "Github" }
null
null
{ "nodeconntype":{ "type":"bool", "value":false }, "nodeparmtype":{ "type":"bool", "value":false } }
{ "pile_set_name": "Github" }
null
null
# Fees Rippled's fee mechanism consists of several interrelated processes: 1. [Rapid Fee escalation](#fee-escalation) 2. [The Transaction Queue](#transaction-queue) ## Fee Escalation The guiding principal of fee escalation is that when things are going smoothly, fees stay low, but as soon as high levels of traffic ...
{ "pile_set_name": "Github" }
null
null
/****************************************************************************** * * Project: PDF driver * Purpose: GDALDataset driver for PDF dataset (read vector features) * Author: Even Rouault, <even dot rouault at spatialys.com> * ***************************************************************************...
{ "pile_set_name": "Github" }
null
null
package com.mossle.cms.persistence.manager; import com.mossle.cms.persistence.domain.CommentVoter; import com.mossle.core.hibernate.HibernateEntityDao; import org.springframework.stereotype.Service; @Service public class CommentVoterManager extends HibernateEntityDao<CommentVoter> { }
{ "pile_set_name": "Github" }
null
null
# SPDX-License-Identifier: Apache-2.0 if(DEFINED TOOLCHAIN_HOME) set(find_program_clang_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH) endif() find_program(CMAKE_C_COMPILER clang ${find_program_clang_args})
{ "pile_set_name": "Github" }
null
null
// boost integer.hpp header file -------------------------------------------// // Copyright Beman Dawes and Daryle Walker 1999. 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://www.boost....
{ "pile_set_name": "Github" }
null
null
// SPDX-License-Identifier: GPL-2.0 /* * Miscellaneous character driver for ChromeOS Embedded Controller * * Copyright 2014 Google, Inc. * Copyright 2019 Google LLC * * This file is a rework and part of the code is ported from * drivers/mfd/cros_ec_dev.c that was originally written by * Bill Richardson. */ #i...
{ "pile_set_name": "Github" }
null
null
// // Copyright (c) 2020 Amer Koleci and contributors. // // 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" }
null
null
/* * * Bluetooth low-complexity, subband codec (SBC) library * * Copyright (C) 2008-2010 Nokia Corporation * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> * Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch> * Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> * * * ...
{ "pile_set_name": "Github" }
null
null
/*************************************************** This is an example sketch for our optical Fingerprint sensor Designed specifically to work with the Adafruit Fingerprint sensor ----> http://www.adafruit.com/products/751 These displays use TTL Serial to communicate, 2 pins are required to interface Ada...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- qtsingleapplication-2.6_1-opensource/examples/loader/loader.qdoc --> <head> <title>Loading Documents</title> <lin...
{ "pile_set_name": "Github" }
null
null
#if !defined(AFX_MYFRAME_H__C71BE42C_F09F_458C_BB9C_33FC5544FFB9__INCLUDED_) #define AFX_MYFRAME_H__C71BE42C_F09F_458C_BB9C_33FC5544FFB9__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MyFrame.h : header file // #define IMAGE_WIDTH 176 #define IMAGE_HEIGHT 144 ////////////////////...
{ "pile_set_name": "Github" }
null
null
// Copyright 2017 ZhongAn Information Technology Services Co.,Ltd. // // 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 requir...
{ "pile_set_name": "Github" }
null
null
from __future__ import absolute_import import cython from Cython.Plex.Actions cimport Action cdef class Scanner: cdef public lexicon cdef public stream cdef public name cdef public unicode buffer cdef public Py_ssize_t buf_start_pos cdef public Py_ssize_t next_pos cdef public Py_ssize_t ...
{ "pile_set_name": "Github" }
null
null
#import "PNAPICallBuilder.h" #import "PNStructures.h" #pragma mark Class forward @class PNAPNSModificationAPICallBuilder, PNAPNSAuditAPICallBuilder; NS_ASSUME_NONNULL_BEGIN /** * @brief APNS API call builder. * * @author Serhii Mamontov * @version 4.12.0 * @since 4.5.4 * @copyright © 2010-2019 PubNub, Inc. ...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright (c) 2010 International Business Machines Corporation and others. All rights reserved. --> <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"> <ldml> <identity> <version number="$Revision: 1.1 $"/> <generation da...
{ "pile_set_name": "Github" }
null
null
// // AVAssetCatalogCreatorTests.swift // AVAssetCatalogCreatorTests // // Created by Angel Vasa on 23/04/16. // Copyright © 2016 Angel Vasa. All rights reserved. // import XCTest @testable import AVAssetCatalogCreator class AVAssetCatalogCreatorTests: XCTestCase { override func setUp() { super.s...
{ "pile_set_name": "Github" }
null
null
/* CacheFiles extended attribute management * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Licence * as published by the Free Softwar...
{ "pile_set_name": "Github" }
null
null
--TEST-- Test pclose() function : usage variation --CREDITS-- Dave Kelsey <d_kelsey@uk.ibm.com> --FILE-- <?php /* Prototype : int pclose(resource fp) * Description: Close a file pointer opened by popen() * Source code: ext/standard/file.c * Alias to functions: */ echo "*** Testing pclose() : usage variation **...
{ "pile_set_name": "Github" }
null
null
using System; using System.Globalization; namespace NuGetGallery { [Serializable] public class EntityException : Exception { public EntityException(string message) : base(message) { } public EntityException( string message, params object...
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0" encoding="UTF-8"?> <monster name="Yalahari" nameDescription="a Yalahari" race="blood" experience="5" speed="200"> <health now="150" max="150" /> <look type="309" corpse="20550" /> <targetchange interval="5000" chance="8" /> <flags> <flag summonable="0" /> <flag attackable="1" /> <flag host...
{ "pile_set_name": "Github" }
null
null
/** * MediaWiki style sheet for common core styles on interfaces * * Styles for the Monobook/Vector pattern of laying out common interfaces. * These ids/classes are not built into the system, * they are outputted by the actual MonoBook/Vector code by convention. */ /* stylelint-disable selector-class-pattern */ ...
{ "pile_set_name": "Github" }
null
null
import { LinearGradient } from 'expo-linear-gradient'; import React from 'react'; import { Dimensions, Image, StyleSheet, TouchableOpacity, TouchableWithoutFeedback, View, } from 'react-native'; import { connect } from 'react-redux'; import dispatch from '../../rematch/dispatch'; import Indicator from './I...
{ "pile_set_name": "Github" }
null
null
--- -api-id: P:Windows.UI.Xaml.UIElement.Clip -api-type: winrt property --- <!-- Property syntax public Windows.UI.Xaml.Media.RectangleGeometry Clip { get; set; } --> # Windows.UI.Xaml.UIElement.Clip ## -description Gets or sets the [RectangleGeometry](../windows.ui.xaml.media/rectanglegeometry.md) used to define t...
{ "pile_set_name": "Github" }
null
null
.text .type _aesni_ctr32_ghash_6x,@function .align 32 _aesni_ctr32_ghash_6x: vmovdqu 32(%r11),%xmm2 subq $6,%rdx vpxor %xmm4,%xmm4,%xmm4 vmovdqu 0-128(%rcx),%xmm15 vpaddb %xmm2,%xmm1,%xmm10 vpaddb %xmm2,%xmm10,%xmm11 vpaddb %xmm2,%xmm11,%xmm12 vpaddb %xmm2,%xmm12,%xmm13 vpaddb %xmm2,%xmm13,%xmm14 vpxor %xmm...
{ "pile_set_name": "Github" }
null
null
<!-- Copyright 2012 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/licenses/LICENSE-2.0 Unless required by applicable law or ...
{ "pile_set_name": "Github" }
null
null
# Generated by Django 2.2.10 on 2020-05-07 09:37 from django.db import migrations, models import uuid class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='TaskInfo', fields=[ ('task_id'...
{ "pile_set_name": "Github" }
null
null
id: 0 protocol: \[\] ip_source: \[\] port_source: \[\] ip_dest: \[\] port_dest: \[\] action: deny
{ "pile_set_name": "Github" }
null
null
apiVersion: v1 appVersion: "1.0" name: flowing-retail-zeebe-simple-monitor-db version: 0.1.0
{ "pile_set_name": "Github" }
null
null
{ "parent": "builtin/generated", "textures": { "layer0": "mcpatcher/cit/potions/blank", "layer1": "mcpatcher/cit/potions/splash/farming_s" }, "display": { "thirdperson": { "rotation": [ -90, 0, 0 ], "translation": [ 0, 1, -3 ], "scale...
{ "pile_set_name": "Github" }
null
null
'use strict' // When writing files on Windows, translate the characters to their // 0xf000 higher-encoded versions. const raw = [ '|', '<', '>', '?', ':' ] const win = raw.map(char => String.fromCharCode(0xf000 + char.charCodeAt(0))) const toWin = new Map(raw.map((char, i) => [char, win[i]])) const toRa...
{ "pile_set_name": "Github" }
null
null
import common.Node; import common.TreeNode; // https://leetcode-cn.com/problems/longest-arithmetic-subsequence-of-given-difference/ /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ class L1218_...
{ "pile_set_name": "Github" }
null
null
#include "inmemorysessionstore.h" #include "state/LocalStorageProtocol.pb.h" #include <iostream> #include <vector> InMemorySessionStore::InMemorySessionStore() { } SessionRecord *InMemorySessionStore::loadSession(uint64_t recipientId, int deviceId) { SessionsKeyPair key(recipientId, deviceId); if (sessions....
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.0//EN" "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd"> <suppressions> <suppress checks="MemberName" files="AccessTokenResponse.java" lines="1-9999"/> <suppress checks="MethodName" ...
{ "pile_set_name": "Github" }
null
null
<!DOCTYPE html> <html lang="en"> <head> <title>Schedule Typescript Component</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <meta name="description" content="Typescript UI Controls" /> <meta name="author" content="Syncfusi...
{ "pile_set_name": "Github" }
null
null
/********************************************************************* * NAN - Native Abstractions for Node.js * * Copyright (c) 2015 NAN contributors * * MIT License <https://github.com/rvagg/nan/blob/master/LICENSE.md> ********************************************************************/ #ifndef NAN_IMPLEMENTA...
{ "pile_set_name": "Github" }
null
null
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.datafactory.v2018_06_01; import com.fasterxml.ja...
{ "pile_set_name": "Github" }
null
null
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/sound/soc/pxa/pxa2xx-i2s.h */ #ifndef _PXA2XX_I2S_H #define _PXA2XX_I2S_H /* I2S clock */ #define PXA2XX_I2S_SYSCLK 0 #endif
{ "pile_set_name": "Github" }
null
null
commandlinefu_id: 5243 translator: weibo: '' hide: true command: |- :!pylint -e % summary: |- check python syntax in vim
{ "pile_set_name": "Github" }
null
null
<?xml version="1.0"?> <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> <!-- Note: no GLX protocol info yet. --> <OpenGLAPI> <category name="GL_ARB_texture_storage_multisample" number="141"> <function name="TexStorage2DMultisample" es2="3.1"> <param name="target" type="GLenum"/> <param name="samples" type="GL...
{ "pile_set_name": "Github" }
null
null
SUMMARY="Python signature tools" DESCRIPTION="Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+." HOMEPAGE="http://funcsigs.readthedocs.org" SOURCE_URI="https://pypi.python.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz" REVISION="2" LICENSE="Apac...
{ "pile_set_name": "Github" }
null
null
/* poppler-qt.h: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2005, 2007, Brad Hards <bradh@frogmouth.net> * Copyright (C) 2005-2010, Albert Astals Cid <aacid@kde.org> * Copyright (C) 2005, Stefan Kebekus <stefan.kebekus@math.uni-koeln.de> * Copyright (C) 2006-20...
{ "pile_set_name": "Github" }
null
null
/* * Copyright (c) 2012 Catalin Badea * Licensed under the simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */ /* * Copyright (c) 2013-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <set> #include ...
{ "pile_set_name": "Github" }
null
null
(function() { var dfs = {"am_pm":["နံနက်","ညနေ"],"day_name":["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],"day_short":["နွေ","လာ","ဂါ","ဟူး","တေး","ကြာ","နေ"],"era":["ဘီစီ","အေဒီ"],"era_name":["ခရစ်တော် မပေါ်မီကာလ","ခရစ်တော် ပေါ်ထွန်းပြီးကာလ"],"month_name":["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ"...
{ "pile_set_name": "Github" }
null
null
// Copyright (c) 2015 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
null
null
# -*- encoding: binary -*- require_relative '../../../spec_helper' require 'zlib' describe "Zlib::Inflate#set_dictionary" do it "sets the inflate dictionary" do deflated = "x\273\024\341\003\313KLJNIMK\317\310\314\002\000\025\206\003\370" i = Zlib::Inflate.new begin i << deflated flunk 'Zli...
{ "pile_set_name": "Github" }
null
null
# 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 these sources for d...
{ "pile_set_name": "Github" }
null
null
## PGLowLatencyAudio Plugin for BlackBerry10, using Cordova. Plays audio .wav files using openAL, ALUT, Qdir, and QtCore libraries. For a sample application demonstrating the use of this API, please see the [LowLatencySequencer](https://github.com/blackberry/Cordova-Samples/tree/master/LowLatencySequencer) ## Vers...
{ "pile_set_name": "Github" }
null
null
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/09 22:05:53 snj Exp $ lib/ioquake3/baseq3/pak1.pk3 lib/ioquake3/baseq3/pak2.pk3 lib/ioquake3/baseq3/pak3.pk3 lib/ioquake3/baseq3/pak4.pk3 lib/ioquake3/baseq3/pak5.pk3 lib/ioquake3/baseq3/pak6.pk3 lib/ioquake3/baseq3/pak7.pk3 lib/ioquake3/baseq3/pak8.pk3 lib/ioquake3/missionpack...
{ "pile_set_name": "Github" }
null
null
<Type Name="FilterInputStream" FullName="GLib.FilterInputStream"> <TypeSignature Language="C#" Value="public class FilterInputStream : GLib.InputStream" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FilterInputStream extends GLib.InputStream" /> <AssemblyInfo> <AssemblyName...
{ "pile_set_name": "Github" }
null
null
/* * File: engine_common.h * Author: cl * * Created on June 10, 2011, 8:38 PM */ #ifndef ENGINE_COMMON_H #define ENGINE_COMMON_H #define COLOR_TEXTURE_UNIT GL_TEXTURE0 #define COLOR_TEXTURE_UNIT_INDEX 0 #define SHADOW_TEXTURE_UNIT GL_TEXTURE1 #define SHADOW_TEXTURE_UNIT_INDEX ...
{ "pile_set_name": "Github" }
null
null