text stringlengths 2 99k | meta dict |
|---|---|
package com.example.expressiontree;
/**
* @class CompositeDivideNode
*
* @brief A node containing left and right children. The meaning of
* this node is left / right. It plays the role of a
* "Composite" in the Composite pattern.
*/
public class CompositeDivideNode extends CompositeBinaryNode {
... | {
"pile_set_name": "Github"
} |
function il2ssa_irval_var(v)
visit:ir2(irval: v) {
once irval {
var -> nm
| else -> []
}
}
function il2ssa_use(e)
collector(add, get) {
iter:ir2(irexpr: e) {
once irval {
var -> add(nm)
| else -> []
}
};
return unifiq(get())
}
function il2ssa_term_labels(t)
c... | {
"pile_set_name": "Github"
} |
// Sample event data
module.exports ={
"session": {
"new": true,
"sessionId": "amzn1.echo-api.session.[unique-value-here]",
"attributes": {},
"user": {
"userId": "amzn1.ask.account.[unique-value-here]"
},
"application": {
"applicationId": "amzn1.ask.skill.[unique-value-here]"
}... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// 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"
} |
namespace HandyControl.Controls
{
public interface IGravatarGenerator
{
object GetGravatar(string id);
}
} | {
"pile_set_name": "Github"
} |
class ToolBarButtonStyle(Enum,IComparable,IFormattable,IConvertible):
"""
Specifies the button style within a toolbar.
enum ToolBarButtonStyle,values: DropDownButton (4),PushButton (1),Separator (3),ToggleButton (2)
"""
def __eq__(self,*args):
""" x.__eq__(y) <==> x==yx.__eq__(y) <==> x==yx.__eq__(y... | {
"pile_set_name": "Github"
} |
/* Configuration space parsing helpers for virtio.
*
* The configuration is [type][len][... len bytes ...] fields.
*
* Copyright 2007 Rusty Russell, IBM Corporation.
* GPL v2 or later.
*/
#include <linux/err.h>
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/bug.h>
| {
"pile_set_name": "Github"
} |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002 - 2003
* NetGroup, Politecnico di Torino (Italy)
* 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 copy... | {
"pile_set_name": "Github"
} |
package ai.labs.resources.impl.botmanagement.mongo;
import ai.labs.models.BotTriggerConfiguration;
import ai.labs.resources.rest.botmanagement.IBotTriggerStore;
import ai.labs.serialization.IDocumentBuilder;
import ai.labs.serialization.IJsonSerialization;
import ai.labs.utilities.RuntimeUtilities;
import com.mongodb.... | {
"pile_set_name": "Github"
} |
"""
```
one_draw(m::AbstractDSGEModel, data::Matrix{Float64}; use_chand_recursion::Bool = true,
verbose::Symbol = :low)
```
Finds and returns one valid draw from parameter distribution, along with its log likelihood and log posterior.
"""
function one_draw(m::AbstractDSGEModel, data::Matrix{Float64};
... | {
"pile_set_name": "Github"
} |
// DIE's signature file
init("packer","IMPostor Pack");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("BE........83C601FFE600000000....000000000000000000......00..02....00100000000200"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bSho... | {
"pile_set_name": "Github"
} |
config FS_ENCRYPTION
tristate "FS Encryption (Per-file encryption)"
select CRYPTO
select CRYPTO_AES
select CRYPTO_CBC
select CRYPTO_ECB
select CRYPTO_XTS
select CRYPTO_CTS
select CRYPTO_CTR
select CRYPTO_SHA256
select KEYS
help
Enable encryption of files and directories. This
feature is similar to ecr... | {
"pile_set_name": "Github"
} |
/* Helpers for managing scan queues
*
* See copyright notice in main.c
*/
#include <linux/gfp.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ieee80211.h>
#include <net/cfg80211.h>
#include "hermes.h"
#include "orinoco.h"
#include "main.h"
#include "scan.h"
#define ZERO_DBM_OFFSET 0x95
#de... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
module Adhearsion
module Rayo
module Component
class Record < ComponentNode
register :record, :record
VALID_DIRECTIONS = [:duplex, :send, :recv].freeze
# @return [String] the codec to use for recording
attribute :format
# @return [Integer] Contro... | {
"pile_set_name": "Github"
} |
'use strict';
var dbm;
var type;
var seed;
/**
* We receive the dbmigrate dependency from dbmigrate initially.
* This enables us to not have to rely on NODE_PATH.
*/
exports.setup = function (options, seedLink) {
dbm = options.dbmigrate;
type = dbm.dataType;
seed = seedLink;
};
exports.up = function (db)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_11) on Mon Jan 19 00:08:30 CET 2009 -->
<TITLE>
GeoSchedulerApp
</TITLE>
<META NAME="keywords" CONTENT="it.eng.spagobi.engines.geo.applicat... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | {
"pile_set_name": "Github"
} |
<?php
/**
* Base HTTP transport
*
* @package Requests
* @subpackage Transport
*/
/**
* Base HTTP transport
*
* @package Requests
* @subpackage Transport
*/
interface Requests_Transport {
/**
* Perform a request
*
* @param string $url URL to request
* @param array $headers Associative array of reques... | {
"pile_set_name": "Github"
} |
/*
* RHQ Management Platform
* Copyright (C) 2005-2013 Red Hat, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 2 of the License.
*
* This program i... | {
"pile_set_name": "Github"
} |
//
// Written by Martin Steinegger
//
// Wrapper for KSW2 aligner.
// Local banded nucleotide aligner
//
#include <Parameters.h>
#include <NucleotideMatrix.h>
#include "StripedSmithWaterman.h"
#include "Util.h"
#include "SubstitutionMatrix.h"
#include "Debug.h"
class BandedNucleotideAligner {
public:
BandedNuc... | {
"pile_set_name": "Github"
} |
package io.ebeaninternal.server.deploy;
/**
* Collects (List/Set/Map) of elements.
*/
public interface ElementCollector {
/**
* Add an element.
*/
void addElement(Object element);
/**
* Add an element.
*/
void addKeyValue(Object key, Object element);
/**
* Return the populated collection/... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package gensupport is an internal implementation detail used by code
// generated by the google-api-go-generator tool.
//
// This package may be modified at ... | {
"pile_set_name": "Github"
} |
//
// WindowsConsoleChannel.cpp
//
// Library: Foundation
// Package: Logging
// Module: WindowsConsoleChannel
//
// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "Poco/WindowsConsoleChannel.h"
#include "Poco/Message.h"
#inc... | {
"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 (1.8.0_144) on Wed Sep 06 08:23:27 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BeanAttributesConfigurator ... | {
"pile_set_name": "Github"
} |
* Fork the repository
* Clone it on your PC
* `npm install` or `yarn install`
* Make changes, commit open PR
### Notes
* Please don't use jQuery or jQuery based plugins since there are many pure Vue alternatives
This project uses [vue-cli 3](https://github.com/vuejs/vue-cli).
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
#ifndef UI_OAK_OAK_EXPORT_H_
#define UI_OAK_OAK_EXPORT_H_
#pragma once
// Defines AURA_EXPORT so that functionality implemented by the aura module
//... | {
"pile_set_name": "Github"
} |
/*
DO NOT EDIT THIS FILE!
it has been automatically created by scripts/dev/credits from
the information found in the various ext/.../CREDITS and
sapi/.../CREDITS files
if you want to change an entry you have to edit the appropriate
CREDITS file instead
*/
CREDIT_LINE("BC Math", "Andi Gutm... | {
"pile_set_name": "Github"
} |
#
# The MIT License
# Copyright (c) 2015 Estonian Information System Authority (RIA), Population Register Centre (VRK)
#
# 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, i... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright 2015, 2016 OpenMarket 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 required by applica... | {
"pile_set_name": "Github"
} |
/* -*-c++-*- */
/* osgEarth - Dynamic map generation toolkit for OpenSceneGraph
* Copyright 2020 Pelican Mapping
* http://osgearth.org
*
* osgEarth 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; ... | {
"pile_set_name": "Github"
} |
#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or th... | {
"pile_set_name": "Github"
} |
---
description: "Automatically generated file. DO NOT MODIFY"
---
```javascript
const options = {
authProvider,
};
const client = Client.init(options);
let res = await client.api('/print/operations/{id}')
.version('beta')
.get();
``` | {
"pile_set_name": "Github"
} |
package restful
// Copyright 2013 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
import (
"bufio"
"errors"
"net"
"net/http"
)
// DefaultResponseMimeType is DEPRECATED, use DefaultResponseContentType(mime)
var DefaultResponseMimeT... | {
"pile_set_name": "Github"
} |
v1/read/aggregate-collation.json
v1/read/aggregate.json
v1/read/aggregate-out.json
v1/read/count-collation.json
v1/read/count-empty.json
v1/read/count.json
v1/read/distinct-collation.json
v1/read/distinct.json
v1/read/find-collation.json
v1/read/find.json
v1/write/bulkWrite-arrayFilters.json
v1/write/bulkWrite-collatio... | {
"pile_set_name": "Github"
} |
import warnings
from io import BytesIO
from pytest import mark
from translate.convert import test_convert
from translate.storage import po, xliff
from translate.tools import pretranslate
class TestPretranslate:
xliff_skeleton = '''<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.1" xmlns="urn:oasis:nam... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
if ENABLE_FT
aggincludedir = $(includedir)/agg2
agginclude_HEADERS = agg_font_freetype.h
lib_LTLIBRARIES = libaggfontfreetype.la
libaggfontfreetype_la_LDFLAGS = -version-info @AGG_LIB_VERSION@ @FREETYPE_LIBS@
libaggfontfreetype_la_SOURCES = agg_font_freetype.cpp
libaggfontfreetype_la_CXXFLAGS = -I$(top_srcdir)/inclu... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/localization/sk/TeX.js
*
* Copyright (c) 2009-2018 The MathJax Consortium
*
* 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... | {
"pile_set_name": "Github"
} |
package model
import (
"encoding/json"
"fmt"
)
// DependencyNetworker provides answers to questions about the
// dependencies of a task and is available white generating
// migrations. Methods should do nothing in particular
//
// Implementations should be mutable and thread-safe.
//
// The DependencyNetworker inte... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
package test
import (
"encoding/json"
"fmt"
"testing"
"github.com/stretchr/testify/assert"
)
// Asserts two JSON files are semantically equal
// (ignores white-space and attribute order)
func AssertJsonsEqual(t *testing.T, expectedJson [... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/class-gpuVector.R
\docType{class}
\name{igpuVector-class}
\alias{igpuVector-class}
\title{igpuVector Class}
\description{
An integer vector in the S4 \code{gpuVector}
representation.
}
\section{Slots}{
\describe{
\item{\code{address}:}... | {
"pile_set_name": "Github"
} |
import React from 'react'
import t from 'prop-types'
import styled from 'styled-components'
import { Footer } from 'ui'
function FooterCheckout ({ children, justifyContent }) {
return (
<Footer>
<FooterContent justifyContent={justifyContent}>
{children}
</FooterContent>
</Footer>
)
}
F... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\WorkflowBundle\Tests\Unit\Entity;
use Oro\Bundle\WorkflowBundle\Entity\WorkflowDefinition;
use Oro\Bundle\WorkflowBundle\Entity\WorkflowRestriction;
use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
use Symfony\Component\PropertyAccess\PropertyAccess;
class WorkflowRestrictionTest extends... | {
"pile_set_name": "Github"
} |
// 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.
#ifndef NET_CERT_TEST_KEYCHAIN_SEARCH_LIST_MAC_H_
#define NET_CERT_TEST_KEYCHAIN_SEARCH_LIST_MAC_H_
#include <memory>
#include <CoreServices/CoreService... | {
"pile_set_name": "Github"
} |
// Django/Jinja2 syntax definition for Prism.js <http://prismjs.com> syntax highlighter.
// Mostly it works OK but can paint code incorrectly on complex html/template tag combinations.
var _django_template = {
'property': {
pattern: /(?:{{|{%)[\s\S]*?(?:%}|}})/g,
greedy: true,
inside: {
'string': {
patte... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ly.train.flower.sample.web.dao.GoodsDao">
<select id="findGoodsIdForRecommend" parameterType="int" resultType="java.lang.Integer"... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.
package unix
const (
IFF_SMART ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
#ifndef CHROME_BROWSER_THUMBNAILS_THUMBNAIL_TAB_HELPER_H_
#define CHROME_BROWSER_THUMBNAILS_THUMBNAIL_TAB_HELPER_H_
#include "base/macros.h"
#include... | {
"pile_set_name": "Github"
} |
namespace EasyLicense.Lib.License
{
/// <summary>
/// License Type
/// </summary>
public enum LicenseType
{
/// <summary>
/// No type specified
/// </summary>
None,
/// <summary>
/// For trial use
/// </summary>
Trial,
/// <summary>
/// Standard license
/// </summary>
Stan... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 the original author or 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 applica... | {
"pile_set_name": "Github"
} |
/*
* NOTE: This copyright does *not* cover user programs that use HQ
* program services by normal system calls through the application
* program interfaces provided as part of the Hyperic Plug-in Development
* Kit or the Hyperic Client Development Kit - this is merely considered
* normal use of the program, and do... | {
"pile_set_name": "Github"
} |
React;
function f(){
React;
}
React.Children.map(x, y, z);
| {
"pile_set_name": "Github"
} |
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2008-2020 the original author or 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/license... | {
"pile_set_name": "Github"
} |
//
// EventUnsubscriptionViaAnonymousDelegateIssue.cs
//
// Author:
// Mike Krüger <mkrueger@xamarin.com>
//
// Copyright (c) 2013 Xamarin Inc. (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Softw... | {
"pile_set_name": "Github"
} |
/*-------------------------------------------------------------------------------------------------------------------*\
| Copyright (C) 2014-15 PayPal |
| ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources></resources>
| {
"pile_set_name": "Github"
} |
table_create Tags TABLE_PAT_KEY ShortText
table_create Memos TABLE_HASH_KEY ShortText
column_create Memos tag COLUMN_SCALAR Tags
column_create Memos user COLUMN_SCALAR ShortText
column_create Memos priority COLUMN_SCALAR Int64
load --table Memos
[
{"_key": "Groonga1", "tag": "Groonga", "user": "user1", "priority": 10... | {
"pile_set_name": "Github"
} |
return {
trident_long = {},
}
| {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
#ifndef SERVICES_DEVICE_USB_USB_SERVICE_WIN_H_
#define SERVICES_DEVICE_USB_USB_SERVICE_WIN_H_
#include "services/device/usb/usb_service.h"
#include <lis... | {
"pile_set_name": "Github"
} |
#ifndef __WINBOND_WB35REG_F_H
#define __WINBOND_WB35REG_F_H
#include "wbhal.h"
/*
* ====================================
* Interface function declare
* ====================================
*/
unsigned char Wb35Reg_initial(struct hw_data *hw_data);
void Uxx_power_on_procedure(struct hw_data *hw_data);
void Uxx_pow... | {
"pile_set_name": "Github"
} |
/*
DataFlash Remote(via MAVLink) logging
*/
#include "DataFlash_MAVLink.h"
#if DATAFLASH_MAVLINK_SUPPORT
#include "LogStructure.h"
#define REMOTE_LOG_DEBUGGING 0
#if REMOTE_LOG_DEBUGGING
#include <stdio.h>
# define Debug(fmt, args ...) do {printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__, ## args); hal.sche... | {
"pile_set_name": "Github"
} |
var _ = require('underscore'),
parse = require('../parse'),
$ = require('../static'),
updateDOM = parse.update,
evaluate = parse.evaluate,
utils = require('../utils'),
domEach = utils.domEach,
encode = utils.encode,
slice = Array.prototype.slice;
// Create an array of nodes, recursing in... | {
"pile_set_name": "Github"
} |
config const n = 11;
var s0 = "kiss kiss";
var l0: atomic int;
var l1: atomic int;
begin {
l0.write(1);
l1.waitFor(1);
writeln(s0);
}
writeln(s0);
l0.waitFor(1);
s0 = "bang bang";
l1.write(1);
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Amazon.com, Inc. or its affiliates.
* 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 applic... | {
"pile_set_name": "Github"
} |
package geektime.spring.springbucks.waiter.controller;
import geektime.spring.springbucks.waiter.controller.request.NewOrderRequest;
import geektime.spring.springbucks.waiter.model.Coffee;
import geektime.spring.springbucks.waiter.model.CoffeeOrder;
import geektime.spring.springbucks.waiter.service.CoffeeOrderService;... | {
"pile_set_name": "Github"
} |
# send
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Linux Build][travis-image]][travis-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]
[![Gratipay][gratipay-image]][gratipay-url]
Send is a library for streaming file... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[W 酒店如何选择落脚城市?_文化_好奇心日报-吴亭蓉](https://www.qdaily.com/articles/1117.html)
WebArchive归档链接:[W 酒店如何选择落脚城市?_文化_好奇心日报-吴亭蓉](http://web.archive.org/web/20160430190017/http://www.qdaily.com:80/articles/1117.html)
 | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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/license... | {
"pile_set_name": "Github"
} |
/// Grid system
//
// Generate semantic grid columns with these mixins.
@mixin make-container($gutter: $grid-gutter-width) {
margin-left: auto;
margin-right: auto;
padding-left: ($gutter / 2);
padding-right: ($gutter / 2);
@if not $enable-flex {
@include clearfix();
}
}
// For each breakpoint, defin... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
import { args } from './State';
import { getConfig } from './index';
const ENVIRONMENT_VARIABLE_PREFIX: string = 'GCB_';
export function getConfigValue(name... | {
"pile_set_name": "Github"
} |
@HD VN:1.4 SO:queryname
@SQ SN:ref1 LN:10000000045
@SQ SN:ref2 LN:10000000040
of1 99 ref1 10000000010 30 23M = 10000000008 21 AAGTCGGCAGCGTCAGATGTGTA ??????????????????????? MQ:i:30 MC:Z:23M
of1 147 ref1 10000000008 30 23M = 10000000010 -21 CTGTCTCTTATACACATCTCCTT ??????????????????????? MQ:i:30 MC:Z:23M
r001 83 ref1 1... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file was written by the internal XML-Handler of Y-Files.-->
<!DOCTYPE graphml SYSTEM "http://www.graphdrawing.org/dtds/graphml.dtd">
<graphml>
<graph id="G">
<node id="n0"/>
<node id="n1"/>
<node id="n2"/>
<node id="n3"/>
<node id="n4"/>
<node id="n5"/>
<node id="n6"/>
<... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Broadcaster
|--------------------------------------------------------------------------
|
| This option controls the default broadcaster that will be used by the
| framework when an even... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using KitchenPC.Data;
using KitchenPC.Data.DTO;
using log4net;
using NHibernate;
using NHibernate.Persister.Entity;
namespace KitchenPC.DB.Provisioning
{
public class DatabaseExporter : IDisposable, IProvisioner
{
... | {
"pile_set_name": "Github"
} |
g1 1 . A . . PASS . GT:DP:RE:GQ:AVR 0/0:5:0.000:31.0:0.22 0/0:5:0.000:31.0:0.38
g1 8 . A . . PASS . GT:DP:RE:GQ:AVR 0/0:7:0.000:31.0:0.23 0/0:7:0.000:31.0:0.37
g1 11 . A . . a1000.0 . GT:DP:RE:GQ:RS:AVR:FT 0/0:2:1.002:36.0:A,2,1.002:0.24 0/0:2:1.002:36.0:A,2,1.002:0.36:a1000.0
g1 54 . T . . a1000.0 . GT:DP:RE:GQ:RS:AVR... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise>
<identification>
<miscellaneous>
<miscellaneous-field name="description">Some grace notes and aft... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015-2016 K Team. All Rights Reserved.
package org.kframework.utils;
import java.util.stream.Collectors;
/**
* {@link BitSet} implementation backed by four words. Faster than using the JDK {@link java.util.BitSet}.
*/
public class FourWordBitSet implements BitSet<FourWordBitSet> {
private sta... | {
"pile_set_name": "Github"
} |
// Copyright 2020 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/snapshot/snapshot-data.h"
#include "src/common/assert-scope.h"
#include "src/snapshot/serializer.h"
#ifdef V8_SNAPSHOT_COMPRESSION
#incl... | {
"pile_set_name": "Github"
} |
## Version 1.5 (2020-01-07)
Changes:
- Dropped support Go 1.9 and lower (#823, #829, #886, #1016, #1017)
- Improve buffer handling (#890)
- Document potentially insecure TLS configs (#901)
- Use a double-buffering scheme to prevent data races (#943)
- Pass uint64 values without converting them to string (#8... | {
"pile_set_name": "Github"
} |
namespace NHibernate.AdoNet.Util
{
public interface IFormatter
{
string Format(string source);
}
} | {
"pile_set_name": "Github"
} |
/*
(c) 2014-2015 Glen Joseph Fernandes
<glenjofe -at- gmail.com>
Distributed under the Boost Software
License, Version 1.0.
http://boost.org/LICENSE_1_0.txt
*/
#ifndef BOOST_ALIGN_DETAIL_MAX_ALIGN_HPP
#define BOOST_ALIGN_DETAIL_MAX_ALIGN_HPP
#include <boost/align/detail/max_size.hpp>
#include <boost/align... | {
"pile_set_name": "Github"
} |
Monkey HTTP Server
==================
Copyright 2001-2014 Monkey Software LLC
This product includes software developed at
Monkey Software LLC (http://monkey.io).
note:
-----
Starting from May 8th 2014, the source code on this directory
is Licensed under the Apache License v2.0 and Copyrighted to
Monkey Software LLC.
| {
"pile_set_name": "Github"
} |
- content_for :title do
= t('admin2.manage_transactions.show_transaction')
- pr = @transactions_presenter
- transaction = pr.transaction
- listing_title = transaction.listing_title || t('admin.communities.transactions.not_available')
- link = link_to_unless(transaction.listing.deleted, listing_title, listing_path(tr... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "3.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "3@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xco... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Canonical Ltd.
// Licensed under the LGPLv3, see LICENCE file for details.
// Package ansiterm provides a Writer that writes out the ANSI escape
// codes for color and styles.
package ansiterm
| {
"pile_set_name": "Github"
} |
/*
Package egoscale is a mapping for the Exoscale API (https://community.exoscale.com/api/compute/).
Requests and Responses
To build a request, construct the adequate struct. This library expects a pointer for efficiency reasons only. The response is a struct corresponding to the data at stake. E.g. DeployVirtualMac... | {
"pile_set_name": "Github"
} |
pattern: ^%{POSTFIX_PIPE}$
data: "95ECE24E0: to=<tom@example.com>, relay=dovecot, delay=0.12, delays=0.03/0/0/0.08, dsn=5.4.6, status=bounced (mail forwarding loop for tom@example.com)"
results:
postfix_queueid: 95ECE24E0
postfix_keyvalue_data: to=<tom@example.com>, relay=dovecot, delay=0.12, delays=0.03/0/0/0.... | {
"pile_set_name": "Github"
} |
package testing
import (
"fmt"
"net/http"
"testing"
"github.com/gophercloud/gophercloud/openstack/identity/v3/domains"
th "github.com/gophercloud/gophercloud/testhelper"
"github.com/gophercloud/gophercloud/testhelper/client"
)
// ListOutput provides a single page of Domain results.
const ListOutput = `
{
"... | {
"pile_set_name": "Github"
} |
/**
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the L... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
AudioDataset
"""
import codecs
import os
import torch
import torchtext
from onmt.inputters.dataset_base import DatasetBase, PAD_WORD, BOS_WORD, \
EOS_WORD
class AudioDataset(DatasetBase):
""" Dataset for data_type=='audio'
Build `Example` objects, `Field` objects, an... | {
"pile_set_name": "Github"
} |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>jbbp-main-... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008 The DragonFly Project. All rights reserved.
*
* This code is derived from software contributed to The DragonFly Project
* by Matthew Dillon <dillon@backplane.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the foll... | {
"pile_set_name": "Github"
} |
#ifndef OLD_FILM_H_
#define OLD_FILM_H_
#include "video_settings.h"
#include "bitmap.h"
#include "video_aux.h"
#define ABSDIFF(x, y) ((x > y) ? x - y : y - x)
#define ABS(x) ((x > 0) ? x : -x)
// Arrays to store input image data
static unsigned char R_in[MAX_HEIGHT][MAX_WIDTH];
static unsigned char G_in[MAX_HEIGHT][M... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 syscall_linux.go syscall_linux_386.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build 386,linux
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func Linkat(olddirfd int, oldpath string, newdirfd... | {
"pile_set_name": "Github"
} |
require('../../modules/core.string.escape-html');
module.exports = require('../../modules/_core').String.escapeHTML;
| {
"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 2012 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | {
"pile_set_name": "Github"
} |
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
# file won't be loaded nor affect the paren... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.