text stringlengths 2 99.9k | meta dict |
|---|---|
// 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.
#include "src/base/adapters.h"
#include "src/compiler/instruction-selector-impl.h"
#include "src/compiler/node-matchers.h"
#include "src/compiler/node-p... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -adce -disable-output
; RUN: opt < %s -adce -adce-remove-loops=true -disable-output
target datalayout = "e-p:32:32"
%struct..CppObjTypeDesc = type { i32, i16, i16 }
%struct..TypeToken = type { i32, i16, i16 }
define i32 @C_ReFaxToDb() {
entry:
br i1 false, label %endif.0, label %then.0
then.0: ; ... | {
"pile_set_name": "Github"
} |
using System;
using NHapi.Base;
using NHapi.Base.Parser;
using NHapi.Base.Model;
using NHapi.Model.V251.Datatype;
using NHapi.Base.Log;
namespace NHapi.Model.V251.Segment{
///<summary>
/// Represents an HL7 MRG message segment.
/// This segment has the following fields:<ol>
///<li>MRG-1: Prior Patient Id... | {
"pile_set_name": "Github"
} |
# encoding: UTF-8
require 'msf/core'
require 'rex'
require 'msf/core/auxiliary/report'
class MetasploitModule < Msf::Post
include Msf::Auxiliary::Report
include Msf::Post::Windows::Registry
include Msf::Post::Windows::ExtAPI
def initialize(info={})
super( update_info( info,
'Name' => '... | {
"pile_set_name": "Github"
} |
// <auto-generated>
// 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.
// Changes may cause incorrect behavior and will be lost if the code is
// r... | {
"pile_set_name": "Github"
} |
module.exports = function (blocking) {
[process.stdout, process.stderr].forEach(function (stream) {
if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') {
stream._handle.setBlocking(blocking)
}
})
}
| {
"pile_set_name": "Github"
} |
#version 450
#extension GL_ARB_separate_shader_objects : enable
layout(location = 0) in vec2 inPosition;
void main() {
gl_Position = vec4(inPosition, 0.0, 1.0);
}
| {
"pile_set_name": "Github"
} |
<?php
class Bar {
static $var = 52;
public static function f2() {
foo();
}
}
function foo() {
echo "hi"; // put breakpoint here
}
Bar::f2();
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<RENDERERS>
<RENDERER name="JSP_RENDERER" type="JSP" class="it.eng.spago.presentation.rendering.JSPRenderer">
<CONFIG/>
</RENDERER>
<RENDERER name="XSLT_RENDERER" type="XSL" class="it.eng.spago.presentation.rendering.XsltRenderer">
<CONFIG/>
</RENDERER>
<RENDERER ... | {
"pile_set_name": "Github"
} |
const {
NODE_ENV,
ANALYZE,
FB_DATABASE_URL,
FB_PROJECT_ID,
FB_API_KEY,
FB_AUTH_DOMAIN,
FB_STORAGE_BUCKET,
FB_MESSAGE_SENDER_ID,
STRIPE_PUBLISHABLE_KEY,
STRIPE_URL,
GA_ID
} = process.env
const modules = [
'@nuxtjs/pwa'
]
const isNotProdEnv = NODE_ENV !== 'production'
modules.push(
isNotProdEnv... | {
"pile_set_name": "Github"
} |
---
name: 提交问题
about: Create a report to help us improve
---
**环境信息**
- 机型与Android版本: <!-- 小米4 6.0.1 -->
- 使用ZBLibrary版本: <!-- 18.3 -->
**问题描述**
<!-- 可以输入具体的步骤,代码信息,或者截图,能帮助我们更快的解决您的问题 -->
**错误信息**
<!-- 运行日志面板错误信息,错误截图,或者【帮助>切换开发者工具】日志,以及【帮助>查看运行日志】log.log 文件 --> | {
"pile_set_name": "Github"
} |
using System;
using System.Threading;
using System.Threading.Tasks;
using Binance;
namespace BinanceConsoleApp.Controllers
{
internal class GetExchangeRate : IHandleCommand
{
public async Task<bool> HandleAsync(string command, CancellationToken token = default)
{
if (!command.Start... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef OPTIMIZE_H
#define OPTIMIZE_H
#ifdef _WIN32
#pragma once
#endif
#include "studio.h"
// NOTE: You can change thi... | {
"pile_set_name": "Github"
} |
######################## BEGIN LICENSE BLOCK ########################
# The Original Code is Mozilla Communicator client code.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
# Portions created by the Initial Developer are Copyright (C) 1998
# the Initial Developer. All Rights R... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __CPLD_H__
#define __CPLD_H__
/*
* CPLD register set of LS1043ARDB board-specific.
*/
struct cpld_data {
u8 cpld_ver; /* 0x0 - CPLD Major Revision Register */
u8 cpld_ver_sub; /* 0x1 - CPLD Minor Revision Register */... | {
"pile_set_name": "Github"
} |
/*
* SonarQube
* Copyright (C) 2009-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# Copyright (C) 2013 Steven Watanabe
# 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)
import BoostBuild
import MockToolset
t = BoostBuild.Tester(arguments=['toolset=mock', '--ignore-site-config',... | {
"pile_set_name": "Github"
} |
#if defined MIGHTY1284
#ifdef INTERRUPT_FLAG_PIN24
if (interruptMask & _BV(0)) INTERRUPT_FLAG_PIN24++;
#endif
#ifdef INTERRUPT_FLAG_PIN25
if (interruptMask & _BV(1)) INTERRUPT_FLAG_PIN25++;
#endif
#ifdef INTERRUPT_FLAG_PIN26
if (interruptMask & _BV(2)) INTERRUPT_FLAG_PIN26++;
#endif
#ifdef INTERRUPT_FLAG_PIN27
... | {
"pile_set_name": "Github"
} |
# Saga Pack 设计文档
[](design.md)
## 业务背景介绍
下图展示了一个典型的分布式事务调用, 用户请求触发分布式服务调用, 初始服务会顺序调用两个参与服务(服务A,服务B)。当服务A执行成功,而服务B执行出现了问题,我们这个分布式事务调用需要调用服务A的补偿操作来确保分布式事务的一致性(单个事务失败,整个分布式事务需要进行回滚),由于这两个参与服务之间没有联系,因此需要一个协调器来帮助进行相关的恢复。
 2017 Roc authors
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
//! @file roc_rtp/format_map.h
//! @brief RTP payload format map.
#ifnde... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
#! /bin/sh
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license)
#
# Filename: alsa-state
# Date: 20070308 (YMD)
asound_restore(){
echo "ALSA: Restoring mixer settings..."
if test -x /usr/sbin/alsactl -a -e /etc/asound.state
t... | {
"pile_set_name": "Github"
} |
// created by cgo -cdefs and then converted to Go
// cgo -cdefs defs_linux.go defs3_linux.go
package runtime
const (
_EINTR = 0x4
_EAGAIN = 0xb
_ENOMEM = 0xc
_PROT_NONE = 0x0
_PROT_READ = 0x1
_PROT_WRITE = 0x2
_PROT_EXEC = 0x4
_MAP_ANON = 0x20
_MAP_PRIVATE = 0x2
_MAP_FIXED = 0x10
_MADV_DONTNEED... | {
"pile_set_name": "Github"
} |
PROGRAM_PREFIX = genode-aarch64-
BINUTILS_TARGET = aarch64-none-elf
include $(PRG_DIR)/../binutils/target.inc
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2009 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 app... | {
"pile_set_name": "Github"
} |
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under
// the terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/leg... | {
"pile_set_name": "Github"
} |
// ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2015 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contr... | {
"pile_set_name": "Github"
} |
#
# Copyright (C) 2013 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the ... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { BuilderBlock, BuilderBlockComponent, BuilderElement } from '@builder.io/react';
interface BoxProps {
builderBlock?: BuilderElement;
attributes?: any;
}
// TODO: acceptsChildren option?
@BuilderBlock({
name: 'Amp:Box',
canHaveChildren: true,
noWrap: true,
defaultStyles: ... | {
"pile_set_name": "Github"
} |
################################################################################
#
# python-pygame
#
################################################################################
# stable 1.9.1 release requires V4L which has been wiped out of recent Linux
# kernels, so use latest mercurial revision until next stabl... | {
"pile_set_name": "Github"
} |
using System;
using System.Globalization;
using NUnit.Framework;
namespace Xamarin.Forms.Core.UnitTests
{
[TestFixture]
public class ToStringValueConverterTests : BaseTestFixture
{
static readonly CultureInfo _enUsCulture = CultureInfo.GetCultureInfo("en-US");
static readonly CultureInfo _skSkCulture = Culture... | {
"pile_set_name": "Github"
} |
# Felipe Do E. Santo
### Location
Jaboticabal, SP, Brazil
### Academics
Graduated in Data Processing and have graduate studies in IT Governance and Management
### Interests
- HTML
- CSS
- JS
- WebVR
- Education
- Games!
### Projects
- [Open Graduation Classes](https://github.com/felipez3r0/openclasses)
### Pr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
//
// TailRecursiveSink.swift
// RxSwift
//
// Created by Krunoslav Zaher on 3/21/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
enum TailRecursiveSinkCommand {
case moveNext
case dispose
}
#if DEBUG || TRACE_RESOURCES
public var maxTailRecursiveSinkStackSize = 0
#endif
/// This cla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Cult... | {
"pile_set_name": "Github"
} |
require('raf/polyfill');
require('browser-env')();
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
// Name: src/common/cshelp.cpp
// Purpose: Context sensitive help class implementation
// Author: Julian Smart, Vadim Zeitlin
// Modified by:
// Created: 08/09/2000
// Copyright: (c) 2000 Julian Smart, Vadim Zeitlin
// L... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
namespace Statiq.Feeds.Syndication
{
/// <summary>
/// Feed interface
/// </summary>
public interface IFeed : IFeedMetadata, INamespaceProvider
{
/// <summary>
/// Gets the type of the feed.
/// </summary>
FeedType FeedType { get; }
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2015 Sergey Ignatov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | {
"pile_set_name": "Github"
} |
require 'daemons/pid'
module Daemons
# === What is a Pid-File?
# A <i>Pid-File</i> is a file containing the <i>process identification number</i>
# (pid) that is stored in a well-defined location of the filesystem thus allowing other
# programs to find out the pid of a running script.
#
# Daemons needs the ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Applying a function to the Webcam</title>
<meta charset="UTF-8">
<script type="text/javascript" src="../../build/js/Cindy.js"></script>
<script type="text/javascript" src="../../build/js/CindyGL.js"></script>
<link rel="stylesheet" href="../../build/js/CindyJS.css">
<script id... | {
"pile_set_name": "Github"
} |
# Copyright 2015 The TensorFlow Authors. 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
<?php
use System\Classes\PluginManager;
class PluginManagerTest extends TestCase
{
public function setUp()
{
parent::setUp();
include_once base_path().'/tests/fixtures/plugins/october/tester/Plugin.php';
}
//
// Helpers
//
protected static function callProtectedMethod($... | {
"pile_set_name": "Github"
} |
{
"post-sharing": "Condivisione Post",
"info-plugins-additional": "I plugin possono aggiungere reti aggiuntive per la condivisione dei post.",
"save-success": "Salvato con successo Reti Condivisione Post!"
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008, 2019 Emmanuel Dupuy.
* This project is distributed under the GPLv3 license.
* This is a Copyleft license that gives the user the right to use,
* copy and modify the code freely for non-commercial purposes.
*/
package org.jd.core.v1.service.converter.classfiletojavasyntax.visitor;
import ... | {
"pile_set_name": "Github"
} |
package org.dcache.pool.classic;
import com.google.common.base.Preconditions;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Required;
import java.io.PrintWriter;
import java.time.Instant;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/command_stream/scratch_space_controller_base.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/utilities/base_object_utils.h"
#include "opencl/sourc... | {
"pile_set_name": "Github"
} |
{
"demoSharedZAxisBeefSandwichRecipeTitle": "Сендвич са говедином",
"demoSharedZAxisDessertRecipeDescription": "Рецепт за дезерт",
"demoSharedYAxisAlbumTileSubtitle": "Извођач",
"demoSharedYAxisAlbumTileTitle": "Албум",
"demoSharedYAxisRecentSortTitle": "Недавно слушано",
"demoSharedYAxisAlphabeticalSortTit... | {
"pile_set_name": "Github"
} |
.datagrid .panel-body {
overflow: hidden;
position: relative;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
... | {
"pile_set_name": "Github"
} |
# Tech Lead 做些什么事?
原文链接:[What does a tech lead do?](https://www.bitlog.com/2017/10/12/what-does-a-tech-lead-do/)
这是在 Etsy 内部编写的。我被鼓励在我自己的个人博客上发帖,以便人们可以分享。 这些是我的意见,而不是 “Etsy 官方的”。
## 写这个的动机
在过去的 5 个月里,我一直是 Etsy 搜索体验团队的技术主管。我们的工程经理有一个很好的理念,即在经理和 Tech Lead 之间分配工作。工程经理负责将项目提升到工程师开始工作的程度。Tech Lead 确保一切都在此之后发生。因此,这旨在记录有助... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the 2-clause BSD license.
* See license.txt in the OpenLayers distribution or repository for the
* full text of the license. */
/**
* @requires OpenLayers/Control.js
* @requires OpenLayers/Han... | {
"pile_set_name": "Github"
} |
/*
* drivers/pci/bus.c
*
* From setup-res.c, by:
* Dave Rusling (david.rusling@reo.mts.dec.com)
* David Mosberger (davidm@cs.arizona.edu)
* David Miller (davem@redhat.com)
* Ivan Kokshaysky (ink@jurassic.park.msu.ru)
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/e... | {
"pile_set_name": "Github"
} |
package OmniPITR::Pidfile;
use strict;
use warnings;
our $VERSION = '1.005';
use Fcntl qw( :flock );
use File::Basename qw( basename );
require File::Spec;
sub new {
my $class = shift;
my %args = @_;
my $self = bless \%args, $class;
unless ( $self->{ pidfile } ) {
my $basename = basename( $0... | {
"pile_set_name": "Github"
} |
WGL_ARB_pixel_format_float
http://www.opengl.org/registry/specs/gl/ARB/color_buffer_float.txt
WGL_ARB_pixel_format_float
WGL_TYPE_RGBA_FLOAT_ARB 0x21A0
| {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/**
A poor man's controller - a very simple module with basic MVC functionaliies
**/
(function(exports) {
var nextId = 1;
var TodoModel = function() {
this.todos = {};
this.listeners = [];
}
TodoModel.prototype.setTodos = function(todos) {
this.todos = todos;
var maxId = 0;
for (var... | {
"pile_set_name": "Github"
} |
(module Pin_Header_Straight_1x06 (layer F.Cu) (tedit 54A8E30A)
(descr "Through hole pin header")
(tags "pin header")
(fp_text reference U2 (at 0 -2.286) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value HC05_Bluetooth (at 0 2.54) (layer F.SilkS) hide
(effects (font (size 1 ... | {
"pile_set_name": "Github"
} |
[package]
name = "copy-a-string"
version = "0.1.0"
[package.metadata.rosettacode]
url = "http://rosettacode.org/wiki/Copy_a_string"
| {
"pile_set_name": "Github"
} |
require 'builder'
require 'socket'
module Xcode
module Test
module Formatters
class JunitFormatter
def initialize(dir)
@dir = File.expand_path(dir).to_s
FileUtils.mkdir_p(@dir)
end
def after_suite(suite)
write(suite)
end
def wr... | {
"pile_set_name": "Github"
} |
/* -*- c-file-style: "java"; indent-tabs-mode: nil; tab-width: 4; fill-column: 78 -*-
*
* distcc -- A simple distributed compiler system
*
* Copyright (C) 2003 by Martin Pool <mbp@samba.org>
* Copyright 2008 Google Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the term... | {
"pile_set_name": "Github"
} |
---
external help file: Microsoft.Exchange.ServerStatus-Help.xml
online version: https://docs.microsoft.com/powershell/module/exchange/get-mailtrafficsummaryreport
applicable: Exchange Online, Exchange Online Protection
title: Get-MailTrafficSummaryReport
schema: 2.0.0
author: chrisda
ms.author: chrisda
ms.reviewer:
--... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | {
"pile_set_name": "Github"
} |
package integration
import (
"os"
"reflect"
"regexp"
"strings"
"testing"
"github.com/google/go-cmp/cmp"
"github.com/kubernetes-incubator/kube-aws/core/root"
"github.com/kubernetes-incubator/kube-aws/core/root/config"
"github.com/kubernetes-incubator/kube-aws/pkg/api"
"github.com/kubernetes-incubator/kube-aw... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | {
"pile_set_name": "Github"
} |
/*
* ------------------------------------------------------------------------
*
* Copyright by KNIME AG, Zurich, Switzerland
* Website: http://www.knime.com; Email: contact@knime.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Field module functionality for the File module.
*/
/**
* Implements hook_field_info().
*/
function file_field_info() {
return array(
'file' => array(
'label' => t('File'),
'description' => t('This field stores the ID of a file as an integer value.'),
'settings' => arra... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
#
# Copyright (C) 2007 SIOS Technology, 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 appli... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 29 06:45:49 CEST 2015 -->
<title>ForkingSunRmic (Apache Ant API)</title>
<meta name="date" content="2015-06-29">
<link r... | {
"pile_set_name": "Github"
} |
// /***************************************************************************
// Aaru Data Preservation Suite
// ----------------------------------------------------------------------------
//
// Filename : Properties.cs
// Author(s) : Natalia Portillo <claunia@claunia.com>
//
// Component : Disk ima... | {
"pile_set_name": "Github"
} |
#!/usr/bin/awk -f
$0=int($1/3)a
| {
"pile_set_name": "Github"
} |
// +build !amd64
package bloomindex
//gc:nosplit
func queryCore(r *bitrow, bits []bitrow, hashes []uint32) {
*r = bitrow{
0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff,
0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff, 0xffffffffffffffff,
}
for _, bit := range hashe... | {
"pile_set_name": "Github"
} |
require_relative "spec_helper"
describe "A PHP application" do
let(:app) {
new_app_with_stack_and_platrepo('test/fixtures/default')
}
it "installs a recent stable nginx with OpenSSL support" do
app.deploy do |app|
nginx = app.output.match(/- nginx \((\d+\.\d*[02468]\.\d+)/)
expect(nginx).not_to be_nil, "e... | {
"pile_set_name": "Github"
} |
a working class " us vs . them " opera that leaves no heartstring untugged and no liberal cause unplundered .
| {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm,linux
package unix
const (
sizeofPtr = 0x4
sizeofShort = 0x2
sizeofInt = 0x4
sizeofLong = 0x4
sizeofLongLong = 0x8
PathMax ... | {
"pile_set_name": "Github"
} |
/*
* DavMail POP/IMAP/SMTP/CalDav/LDAP Exchange Gateway
* Copyright (C) 2010 Mickael Guessant
*
* 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, ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2016-2019 Francesco Benincasa (info@abubusoft.com)
*
* 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 Lic... | {
"pile_set_name": "Github"
} |
/**
* Aptana Studio
* Copyright (c) 2005-2011 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the GNU Public License (GPL) v3 (with exceptions).
* Please see the license.html included with this distribution for details.
* Any modifications to this file must keep this entire header intact.
... | {
"pile_set_name": "Github"
} |
/onlytiancai/happytalk/blob/c21a76a7edb719e52625eeaf718b498f6331db9c/minganci.txt
顶级
女優
小泽玛莉亚
强歼
乱交
色友
婊子
蒲团
美女
女女
喷尿
绝版
三級
武腾兰
暴干
诱惑
阴唇
小泽圆
插插
坐交
長瀨愛
川島和津實
小澤園
飯島愛
星崎未來
及川奈央
朝河蘭
夕樹舞子
大澤惠
金澤文子
三浦愛佳
伊東
慰安妇
女教師
武藤蘭
学生妹
无毛
猛插
护士
自拍
A片
A级
喷精
偷窥
小穴
大片
被虐
黄色
被迫
被逼
强暴
口技
破处
精液
幼交
狂干
兽交
群交
叶子楣
舒淇
翁虹
大陆
露点
露毛
武藤兰
饭岛爱
波霸
少儿不宜
成... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE index
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
"http://java.sun.com/products/javahelp/index_2_0.dtd">
<index version="2.0">
<!-- index entries are merged (sorted) into core index -->
<indexitem text="filtrodeAlerta" target="a... | {
"pile_set_name": "Github"
} |
-- |
-- Module : Test.AWS.MediaLive
-- Copyright : (c) 2013-2018 Brendan Hay
-- License : Mozilla Public License, v. 2.0.
-- Maintainer : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
module Test.AWS.MediaLive
( tests
... | {
"pile_set_name": "Github"
} |
1,abc
2,def
3,aa,aa
4,efg
| {
"pile_set_name": "Github"
} |
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
_realname=HTML-Parser
pkgname=perl-${_realname}
pkgver=3.72
pkgrel=6
pkgdesc="Perl HTML parser class"
arch=('i686' 'x86_64')
license=('PerlArtistic')
url="https://metacpan.org/release/HTML-Parser"
groups=('perl-modules')
depends=('perl-HTML-Tagset' 'perl')
makedepends=('... | {
"pile_set_name": "Github"
} |
cheats = 5
cheat0_desc = "Home Team Scores 99"
cheat0_code = "E0070E83+0000+30070E83+0063+E0070E85+0000+30070E85+0032+E0070E86+0000+30070E86+0031"
cheat0_enable = false
cheat1_desc = "Home Team Scores 00"
cheat1_code = "E0070E83+0001+30070E83+0000+30070E85+0001+30070E85+0000+30070E86+0001+30070E86+0000"
cheat1_enab... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2016 IBM Corp. and others
*
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at https://w... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2020 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
CLDR data files are int... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Text.RegularExpressions;
public class CommonUtil
{
//验证给定的字符串inputGuid是否为合法的Guid
public static bool IsGuidValid(string inputGuid)
{
bool isGuid = false;
string pattern = @"^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-f... | {
"pile_set_name": "Github"
} |
import {
commitMutation,
graphql,
} from 'react-relay'
import {ConnectionHandler} from 'relay-runtime'
import environment from '../createRelayEnvironment'
const mutation = graphql`
mutation DeletePostMutation($input: DeletePostInput!) {
deletePost(input: $input) {
deletedId
}
}
`;
export default... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1997 by Silicon Graphics. All rights reserved.
* Copyright (c) 2000 by Hewlett-Packard Company. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YO... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>FsSpa-Knockout</id>
<version>0.1.1.0</version>
<authors>Daniel Mohl</authors>
<requireLice... | {
"pile_set_name": "Github"
} |
/*
* The Clear BSD License
* Copyright (c) 2016, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the following ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/>
* Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero>
* Copyright (C) 2011-2016 Nostalrius <https://nostalrius.org>
* Copyright (C) 2016-2017 Elysium Project <https://github.com/elysium-project>
*
* This program is free software; you can ... | {
"pile_set_name": "Github"
} |
declare namespace PrimeFaces.widget {
/**
* Tests exporting a property as an interface
*/
export class PropAsIface {
/**
* prop request
*
* @author John Doe
*/
IfaceAsProp: PrimeFaces.propAsIface.ThePropAsIface;
}
}
declare namespace PrimeFaces.... | {
"pile_set_name": "Github"
} |
using System;
using System.Linq.Expressions;
using NUnit.Framework;
namespace DelegateDecompiler.Tests
{
public static class DbFunctions
{
public static DateTime? AddYears(DateTime? dateValue, int? addValue)
{
throw new NotSupportedException();
}
publi... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.