text stringlengths 2 99.9k | meta dict |
|---|---|
#!/usr/bin/make -f
export DH_VERBOSE=1
#include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/class/cmake.mk
#DEB_DBG_PACKAGES := tora-dbg
install/tora::
# remove some file we don't want to install
rm -f $(CURDIR)/debian/tmp/usr/share/doc/tora/README.OSX
rm -f $(CURDIR)/debian/tmp/usr/share/doc/... | {
"pile_set_name": "Github"
} |
# `window.open` Fonksiyon
> Yeni bir pencere aç ve URL yükle.
When `window.open` is called to create a new window in a web page, a new instance of [`BrowserWindow`](browser-window.md) will be created for the `url` and a proxy will be returned to `window.open` to let the page have limited control over it.
The proxy h... | {
"pile_set_name": "Github"
} |
--- mkspecs/common/mac.conf.orig 2015-10-12 21:35:32.000000000 -0700
+++ mkspecs/common/mac.conf 2017-11-04 22:43:45.000000000 -0700
@@ -12,7 +12,7 @@
include(unix.conf)
-QMAKE_RESOURCE = /Developer/Tools/Rez
+QMAKE_RESOURCE = __MACPORTS_Rez__
QMAKE_EXTENSION_SHLIB = dylib
QMAKE_LIBDIR ... | {
"pile_set_name": "Github"
} |
<?php
/**
* This is the model class for table "{{surveymenu}}".
*
* The followings are the available columns in table '{{surveymenu}}':
* @property integer $id
* @property integer $parent_id
* @property integer $survey_id
* @property integer $user_id
* @property integer $ordering
* @property integer $level
*... | {
"pile_set_name": "Github"
} |
@prefix : <http://example/> .
@prefix rs: <http://www.w3.org/2001/sw/DataAccess/tests/result-set#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "p" ;
rs:resultVariable "s" ;
rs:resultVariable "o" .
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f28b680557c0b214f83dfbcda1a373de
timeCreated: 1492750254
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStar... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<link rel="stylesheet" type="text/css" href="../../../boost.css">
<title>{{Library}} - Configuration</title>... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.1.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('isUndefined', require('../isUndefined'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from __future__ import division
from __future__ import print_function
from __future__ import absolute_import
from __future__ import unicode_literals
import pytest
from tableschema import constraints
# Tests
@pytest.mark.parametrize('constraint, value, result', [
(False, 1, True),
(Tr... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2004-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
export default theme => ({
root: {
...theme.flexColumnCenter,
paddingTop: theme.spacing(4),
flexGrow: '2',
boxSizing: 'border-box',
overflowY: 'scroll'
},
tiles: {
display: 'flex',
justifyContent: 'center',
flexWrap: 'wrap',
'-webkit-flex-flow': 'row wrap'
}
})
| {
"pile_set_name": "Github"
} |
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"eslint.autoFixOnSave": true,
"git.detectSubmodules": false,
"editor.rulers": [
80
],
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"diffEditor.ignoreTri... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012, 2014, 2016 Igalia S.L.
*
* 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 conditions and the f... | {
"pile_set_name": "Github"
} |
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQg6n+vdmDFdoXHLx81
4KX5d2rChT+6peumwVy6CK6Vld6hRANCAARrURUsnj4B4YrdiX0DZxm3Wt1/WPhG
+Rbf+C/bi7MXOMxDC7dkyWXsBHzv1KHvWB/VYRZho/3fTNHf9B0gJyvF
-----END PRIVATE KEY-----
| {
"pile_set_name": "Github"
} |
@page "/fetchdata"
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
@using blazorwasm2_singleOrg_hosted4.Shared
@attribute [Authorize]
@inject HttpClient Http
<h1>Weather forecast</h1>
<p>This component demonstrates fetching data from the server.</p>
@if (f... | {
"pile_set_name": "Github"
} |
use_frameworks!
target :test do
pod 'Mockingjay'
link_with 'SoundCloudSwift-iOS Tests', 'SoundCloudSwift-OSX Tests'
end
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python2
from sys import argv, exit
import struct
def p32(x):
return struct.pack("<I", x)
def ins(dst, off, src):
if type(src) is list:
out = b""
for x in src:
out += p32(x)
else:
out = src
dst[off:off+len(out)] = out
def main():
# ./gen.py fat.tpl payload.bin fat.out
with open(argv[1]... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2012-2014 Yusuke Suzuki <utatane.tea@gmail.com>
Copyright (C) 2015 Ingvar Stepanyan <me@rreverser.com>
Copyright (C) 2014 Ivan Nikulin <ifaaan@gmail.com>
Copyright (C) 2012-2013 Michael Ficarra <escodegen.copyright@michael.ficarra.me>
Copyright (C) 2012-2013 Mathias Bynens <mathias@qiwi.be>
... | {
"pile_set_name": "Github"
} |
ask {
let x = 3
let y = -0.4
// (x+y) * (x-y)
(x+y) :times (x-y)
} | {
"pile_set_name": "Github"
} |
#include "perf_precomp.hpp"
using namespace std;
using namespace cv;
using namespace perf;
using std::tr1::make_tuple;
using std::tr1::get;
#define TYPICAL_MAT_TYPES_MORPH CV_8UC1, CV_8UC4
#define TYPICAL_MATS_MORPH testing::Combine(SZ_ALL_GA, testing::Values(TYPICAL_MAT_TYPES_MORPH))
PERF_TEST_P(Size_MatType... | {
"pile_set_name": "Github"
} |
//
// File.cs:
//
// Author:
// Guy Taylor (s0700260@sms.ed.ac.uk) (thebigguy.co.uk@gmail.com)
//
// Original Source:
// Ogg/File.cs from TagLib-sharp
//
// Copyright (C) 2009 Guy Taylor (Original Implementation)
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of th... | {
"pile_set_name": "Github"
} |
<?php
namespace Concrete\Core\Summary\Data\Extractor\Driver;
use Concrete\Core\Application\Application;
class RegisteredDriver
{
/**
* @var string
*/
protected $driver = '';
/**
* @var int
*/
protected $priority = DriverManager::PRIORITY_DEFAULT;
public function __constr... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef SAVERESTORE_BITSTRING_H
#define SAVERESTORE_BITSTRING_H
#include "isaverestore.h"
#if defined( _WIN32 )
#pragma on... | {
"pile_set_name": "Github"
} |
import React from 'react';
import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';
import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown';
const pageFilename = 'api/drawer';
const requireRaw = require.context('!raw-loader!./', false, /\/drawer\.md$/);
export default function Page({ docs }... | {
"pile_set_name": "Github"
} |
//
// XHShareMenuView.h
// MessageDisplayExample
//
// Created by HUAJIE-1 on 14-5-1.
// Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
//
#import <UIKit/UIKit.h>
#import "XHShareMenuItem.h"
#define kXHShareMenuPageControlHeight 30
@protocol XHShareMenuVi... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* /MathJax/unpacked/config/TeX-MML-AM_SVG.js
*
* Copyright (c) 2010-2018 The MathJax Consortium
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not... | {
"pile_set_name": "Github"
} |
# QiniuImageLoader
> 如何根据七牛的[图片加载API](http://developer.qiniu.com/docs/v6/api/reference/fop/image/imagemogr2.html)进行加更有效、更节流、更简单、更库的图片加载呢?
[![Build Status][build_status_svg]][build_status_link]
> PS: 如果你不是使用七牛,也不用担心,只要你兼容相关API也可以支持(下文会提到)。
## I. 结果
![][demo_1_jpg]
![][demo_2_jpg]
#### 1. 基本库(`library`):
[![Downl... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 177d25dfec6ca4b6d9d9eb8d1c26891e
timeCreated: 1540504086
licenseType: Free
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{% extends "knp_menu.html.twig" %}
{% block list %}
{% set listAttributes = item.childrenAttributes|merge({ class: 'footer-nav' }) %}
{{ parent() }}
{% endblock %}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!--
* Copyright (C) 2017 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/... | {
"pile_set_name": "Github"
} |
Where do I find the project files ?
-----------------------------------------
MSVC++ projects are in DevIL\projects\vc8 and DevIL\projects\vc9.
If compiling with Cygwin or MinGW, use the instructions in README.unix.
The IL_NO_XXX #define's:
------------------------
A user can recompile this library without complete... | {
"pile_set_name": "Github"
} |
# 研究生手册
<!-- MarkdownTOC -->
- 1 研究生期间要学什么?
- 2 修行,修行,不修如何行?
- 3 如何发现适合自己的研究领域(草坪故事)
- 4 如何进入一个研究领域
- 5 如何发现一个研究课题
- 6 如何选导师
- 7 学生论文研究和导师的角色作用
- 8 如何得到导师的指导
- 9 如何得到老师对论文研究工作的指点?
- 10 如何准备答辩?
- 11 定位而后耕耘,知足(鱼的启示)
<!-- /MarkdownTOC -->
Before you try...
Before you try to solve a problem, define it.
Bef... | {
"pile_set_name": "Github"
} |
//=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Copyright 2003 Bruce Barr
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICEN... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012, Artur Adib
// All rights reserved.
//
// Author(s): Artur Adib <aadib@mozilla.com>
//
// You may use this file under the terms of the New BSD license as follows:
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following con... | {
"pile_set_name": "Github"
} |
package org.robolectric.shadows;
import android.app.role.RoleManager;
import android.os.Build;
import android.util.ArraySet;
import androidx.annotation.NonNull;
import com.android.internal.util.Preconditions;
import java.util.Set;
import org.robolectric.annotation.Implementation;
import org.robolectric.annotation.Impl... | {
"pile_set_name": "Github"
} |
#!/bin/bash -x
#
# Copyright (c) 2019 Intel Corporation
#
# 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 l... | {
"pile_set_name": "Github"
} |
import Footer from '../components/Footer'
import {connect} from 'react-redux'
import {call} from 'redux-jet'
import connection from '../connection'
const actions = {
setFilter: filter => ({type: 'SET_FILTER', filter}),
clearCompleted: () => call(connection, 'todo/clearCompleted')
}
const mapStateToProps = (state)... | {
"pile_set_name": "Github"
} |
// SynchronousServer.h: multitread syncronous server
// Developer: Andrew Solodovnikov
// E-mail: none
// Date: 20.05.2007
// Version 1.0.0
#ifndef __SYNCRONOUS_SERVER_H__
#define __SYNCRONOUS_SERVER_H__
#include "mtsync.h"
#include <process.h>
namespace mtlib
{
template <class Server>
struct... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** Commercial License Usage
** Licensees holding valid commercial Qt... | {
"pile_set_name": "Github"
} |
; Copyright © Microsoft Corp.
[Theme]
; Windows - IDS_THEME_DISPLAYNAME_AERO
DisplayName=After Dark CC Blue
SetLogonBackground=0
; Computer - SHIDI_SERVER
[CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
DefaultValue=%SystemRoot%\System32\imageres.dll,-109
; UsersFiles - SHIDI_USERFILES
[CLSID\{59031A47-3F... | {
"pile_set_name": "Github"
} |
// Matching
enum E0 {
E0_Val0 = 'a',
E0_Val1 = (17),
E0_Val2 = (1 << 2),
E0_Val3 = E0_Val2,
E0_Val4 = sizeof(int*),
E0_Val5 = (unsigned int)-1
};
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <stddef.h>
#include <stdint.h>
#include <qnnpack/requantization.h>
enum qnn... | {
"pile_set_name": "Github"
} |
.main-card {
width: 100%;
margin: 0;
overflow: hidden;
background-color: white;
background-image: url(https://frontendmasters.github.io/bootcamp/layout/postIT_bg.png);
background-size: 60px;
box-shadow: 0px 10px rgba(36, 40, 39, 0.5);
padding: 20px;
}
.lesson-title {
font-size: 32px;
padding: 25px ... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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 tags/support/is_tagged.hpp
/// \brief type_traits extension
#ifndef BOOST_BIMAP_TAGS_SU... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2017-2020 the rbfx project.
//
// 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, mer... | {
"pile_set_name": "Github"
} |
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | {
"pile_set_name": "Github"
} |
list:
seed:
- link: "https://seed.run"
alt: "Deploy, manage, and monitor Serverless applications."
image: "/assets/sponsors/seed-serverless-ci-cd.png"
width: 435
# datadog:
# - link: "https://www.datadoghq.com/dg/monitor/serverless-ts/?utm_source=Advertisement&utm_medium=Advertisement&utm_ca... | {
"pile_set_name": "Github"
} |
{
"algorithm" : "RSAES-OAEP",
"generatorVersion" : "0.8r12",
"numberOfTests" : 33,
"header" : [
"Test vectors of type RsaOeapDecrypt are intended to check the decryption",
"of RSA encrypted ciphertexts."
],
"notes" : {
"Constructed" : "The test vector (i.e. seed and label) has been constructed s... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
reason = 'only supported on linux'
endif
deps += ['pmd_dpaa', 'pmd_dpaa_sec']
sources = files('dpaa_eventdev.c')
includes += include_directories('../../crypto/dpaa_sec/')
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/* drivers/rtc/rtc-s3c.c
*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
* Copyright (c) 2004,2006 Simtec Electronics
* Ben Dooks, <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* S3C2410/S3C2440/S3C24XX Internal RTC Driver
*/
#i... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_TEXT_OARCHIVE_HPP
#define BOOST_ARCHIVE_TEXT_OARCHIVE_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// text_oarchive.hpp
// (C) Copyright 2002 Robert Ramey - http://... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
// This file implements a cache of method sets.
package typeutil
import (
"go/types"
"sync"
)
// A MethodSetCache records the method set of each type T for... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="onkyo"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-descri... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: eff4db1c9252e5247b661dec568df962
timeCreated: 1494714307
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"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"
} |
/*
*******************************************************************************
*
* Copyright (C) 2003-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
* file name: ucmstate.c
* encoding: ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017 Ptarmigan Project
* SPDX-License-Identifier: Apache-2.0
*
* 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 lic... | {
"pile_set_name": "Github"
} |
#include <stdexcept>
#include <string>
#include "OnlineDB/Oracle/interface/Oracle.h"
#include "OnlineDB/EcalCondDB/interface/RunTPGConfigDat.h"
#include "OnlineDB/EcalCondDB/interface/RunIOV.h"
using namespace std;
using namespace oracle::occi;
RunTPGConfigDat::RunTPGConfigDat() {
m_env = nullptr;
m_conn = nullp... | {
"pile_set_name": "Github"
} |
<?php
/**
* GitPHP Message exception
*
* Custom exception for signalling display of a message to user
*
* @author Christopher Han <xiphux@gmail.com>
* @copyright Copyright (c) 2010 Christopher Han
* @package GitPHP
*/
/**
* Message Exception
*
* @package GitPHP
*/
class GitPHP_MessageException extends Exce... | {
"pile_set_name": "Github"
} |
Number of elements: 10240
IBFEMethod: mesh part 0 is using FIRST order LAGRANGE finite elements.
IBHierarchyIntegrator::initializePatchHierarchy(): tag_buffer = 2 5
INSStaggeredHierarchyIntegrator::initializeCompositeHierarchyData():
projecting the interpolated velocity field
max vertex distance: 0.0127652
max norm... | {
"pile_set_name": "Github"
} |
{
"additionalFeatures": "Front Facing 1.3MP Camera",
"android": {
"os": "Android 2.2",
"ui": "Dell Stage"
},
"availability": [
"T-Mobile"
],
"battery": {
"standbyTime": "",
"talkTime": "",
"type": "Lithium Ion (Li-Ion) (2780 mAH)"
},
... | {
"pile_set_name": "Github"
} |
/* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.
* 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 so... | {
"pile_set_name": "Github"
} |
<?php
// Start of exif v.1.4 $Id$
/**
* Reads the <acronym>EXIF</acronym> headers from <acronym>JPEG</acronym> or <acronym>TIFF</acronym>
* @link http://www.php.net/manual/en/function.exif-read-data.php
* @param filename string <p>
* The name of the image file being read. This cannot be an
* URL.
* </p>
* @par... | {
"pile_set_name": "Github"
} |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using LeetCodeInCSharp;
namespace LeetCodeInCSharpUnitTest
{
[TestClass]
public class UnitTestLevelOrderBottom
{
[TestMethod]
public void TestMethodLevelOrderBottom()
{
var tree = new TreeNode(3);
... | {
"pile_set_name": "Github"
} |
%%
%unicode 3.1
%public
%class UnicodeLineBreak_3_1
%type int
%standalone
%include ../../resources/common-unicode-all-enumerated-property-java
%%
<<EOF>> { printOutput(); return 1; }
\p{LineBreak:AI} { setCurCharPropertyValue("LineBreak:AI"); }
\p{LineBreak:AL} { setCurCharPropertyValue("LineBreak:AL"); }
\p{LineB... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef _DLGSH_INCLUDED_
#define _DLGSH_INCLUDED_
#define ctlFirst 0x0400
#define ctlLast 0x04ff
#defi... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright (C) 2020 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 require... | {
"pile_set_name": "Github"
} |
package info.guardianproject.util;
import android.text.Spannable;
import android.text.SpannableString;
import android.text.style.CharacterStyle;
import android.text.style.ClickableSpan;
import android.text.style.URLSpan;
import android.text.util.Linkify;
import android.text.util.Linkify.TransformFilter;
import android... | {
"pile_set_name": "Github"
} |
package org.springframework.roo.model;
/**
* Constants for Hibernate {@link JavaType}s. Use them in preference to creating
* new instances of these types.
*
* @author Andrew Swan
* @since 1.2.0
*/
public final class HibernateJavaType {
public static final JavaType VALIDATOR_CONSTRAINTS_EMAIL = new JavaType(
... | {
"pile_set_name": "Github"
} |
/*===------------------------- movdirintrin.h ------------------------------===
*
* 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 rig... | {
"pile_set_name": "Github"
} |
package br.com.swconsultoria.nfe.schema.eventoCancNFe;
import javax.xml.bind.annotation.*;
/**
* Tipo procEvento
*
* <p>Classe Java de TProcEvento complex type.
*
* <p>O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
*
* <pre>
* <complexType name="TProcEvento... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Peter Jankuliak
//
// 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"
} |
/*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation... | {
"pile_set_name": "Github"
} |
# Copyright 2019 Xanadu Quantum Technologies Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agre... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019-2020 hors<horsicq@gmail.com>
//
// 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, mod... | {
"pile_set_name": "Github"
} |
<div class="gridTwoItemBoxLight">
<%= react_component('Story',
html_options: html_options,
props: present_medication(medication)) %>
</div>
| {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -arm syscall_bsd.go syscall_freebsd.go syscall_freebsd_arm.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build arm,freebsd
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func getgroups(ngid int,... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- IOP Publishing, generated from "iop" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Nano Express</title>
<id>http://www.zotero.org/styles/nano-e... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -verify -fsyntax-only -triple x86_64-pc-linux-gnu %s -Wno-literal-conversion -Wfloat-conversion -DFLOAT_CONVERSION -DZERO -DBOOL -DCONSTANT_BOOL -DOVERFLOW
// RUN: %clang_cc1 -verify -fsyntax-only -triple x86_64-pc-linux-gnu %s -Wno-conversion -Wfloat-overflow-conversion -DOVERFLOW
// RUN: %clang_cc1... | {
"pile_set_name": "Github"
} |
//
// Copyright (C) 2017 Markus Hiienkari <mhiienka@niksula.hut.fi>
//
// This file is part of Open Source Scan Converter project.
//
// 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 v... | {
"pile_set_name": "Github"
} |
#!/usr/bin/make -f
export DH_VERBOSE=1
# because of a issue un Ubuntu - cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS | sed -e "s/-Wformat-security//g" -e "s/-Wformat//g" -e "s/-Werror\=format-security//g")
CFLAGS:=$(shell dpkg-buildf... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc">
<device id... | {
"pile_set_name": "Github"
} |
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "arm.h"
#define L1X(va) FEXT((va), 20, 12)
#define L2X(va) FEXT((va), 12, 8)
enum {
L1lo = UZERO/MiB, /* L1X(UZERO)? */
L1hi = (USTKTOP+MiB-1)/MiB, /* L1X(USTKTOP+MiB-1)? */
};
#define ISHOLE(pte) ((pte) == 0)... | {
"pile_set_name": "Github"
} |
name: publish ApiEndpoints to nuget
on:
push:
branches:
- master # Your default release branch
paths:
- 'src/Ardalis.ApiEndpoints/**'
jobs:
publish:
name: list on nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Required for a specific dotnet version tha... | {
"pile_set_name": "Github"
} |
/*
Copyright 2013 CoreOS Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | {
"pile_set_name": "Github"
} |
# Scrape miles from united site
library(rvest)
united <- html_session("http://www.united.com/")
login <- united %>%
html_node("form[name=LoginForm]") %>%
html_form() %>%
set_values(
MpNumber = "GY797363",
Password = password
)
logged_in <- united %>% submit_form(login)
logged_in %>%
follow_link("V... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Composer.
*
* (c) Nils Adermann <naderman@naderman.de>
* Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Composer\DependencyResolver;
/**
* @aut... | {
"pile_set_name": "Github"
} |
<?php
//$dont_check_login = true;
//require_once('../content.inc');
?>
<?php
/* category id is defaulted from $_GET where as $categories comes from main_functions. $categories contains an object
which contains all the categories of the opened content / document. Where as category id ('ll be one of the values
of c... | {
"pile_set_name": "Github"
} |
seqdiag {
activation = none;
admin[label = "Manual Admin"];
ca[label = "Manual CA"]
master;
kubelet[stacked];
admin => ca [label="create\n- master-cert"];
admin ->> master [label="start\n- ca-root\n- master-cert"];
admin => ca [label="create\n- kubelet-cert"];
admin ->> kubelet [label="start\n- ca-... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016 MariaDB Corporation Ab
*
* Use of this software is governed by the Business Source License included
* in the LICENSE.TXT file and at www.mariadb.com/bsl11.
*
* Change Date: 2024-08-24
*
* On the date above, in accordance with the Business Source License, use
* of this software will be g... | {
"pile_set_name": "Github"
} |
{
"name": "gulp-iconfont",
"description": "Create icon fonts from several SVG icons",
"version": "10.0.3",
"homepage": "https://github.com/nfroidure/gulp-iconfont",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"repository": {
"type": "git",
"url"... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////////////
//
// Nestopia - NES/Famicom emulator written in C++
//
// Copyright (C) 2003-2008 Martin Freij
//
// This file is part of Nestopia.
//
// Nestopia is free software; you can redistribute it and/or modify
// it under the te... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('flip', require('../flip'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
{
} | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.