text stringlengths 2 99.9k | meta dict |
|---|---|
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace Microsoft.Azure.Management.Batch.Fluent
{
internal partial class PoolsImpl
{
}
}
| {
"pile_set_name": "Github"
} |
import Route from '@ember/routing/route';
export default Route.extend({});
| {
"pile_set_name": "Github"
} |
// This file is part of Background Music.
//
// Background Music 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, or (at your option) any later version.
//
// Background Mu... | {
"pile_set_name": "Github"
} |
# minimatch
A minimal matching utility.
[](http://travis-ci.org/isaacs/minimatch)
This is the matching library used internally by npm.
Eventually, it will replace the C binding in node-glob.
It works by converting glob expressions into JavaScript `... | {
"pile_set_name": "Github"
} |
Network Working Group J. Myers
Request for Comments: 2222 Netscape Communications
Category: Standards Track October 1997
Simple Authentication and Security Layer (SASL)
Status of this Memo
This doc... | {
"pile_set_name": "Github"
} |
/*
* dspbridge/mpu_driver/src/dynload/module_list.h
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Copyright (C) 2008 Texas Instruments, Inc.
*
* This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* ... | {
"pile_set_name": "Github"
} |
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[58],{
/***/ "./node_modules/@ionic/core/dist/esm/es5/build/0utrggve.entry.js":
/*!***********************************************************************!*\
!*** ./node_modules/@ionic/core/dist/esm/es5/build/0utrggve.entry.js ***!
\********************... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Model\Entity;
use Cake\ORM\Entity;
class Audio extends Entity
{
protected $_virtual = [
'author',
];
public static $defaultExternal = array(
'username' => null,
'license' => null,
'attribution_url' => null,
);
protected function _getExternal($e... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2003 Sistina Software.
* Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
* Module Author: Heinz Mauelshagen
*
* This file is released under the GPL.
*
* Path-Selector registration.
*/
#ifndef DM_PATH_SELECTOR_H
#define DM_PATH_SELECTOR_H
#include <linux/device-mapper.h>
#include "... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Core
* @subpackage KMC
*/
class kmc4Action extends kalturaAction
{
const CURRENT_KMC_VERSION = 4;
const HTML5_STUDIO_TAG = 'HTML5Studio';
const STUDIO_V3_TAG = 'HTML5StudioV3';
const PLAYER_V3_VERSIONS_TAG = 'playerV3Versions';
const LIVE_ANALYTICS_UICONF_TAG = 'livea_player';
... | {
"pile_set_name": "Github"
} |
/*!
* node.io
* Copyright(c) 2010 Chris O'Hara <cohara87@gmail.com>
* MIT Licensed
*/
var Processor = require('./processor').Processor;
/**
* Routes messages received from slaves or child processes.
*
* Messages takes the form [message, job, worker_id, ...]
*
* @param {Object} data
* @api public
*/
Process... | {
"pile_set_name": "Github"
} |
<?php
class Swift_FileByteStreamConsecutiveReadCalls extends \PHPUnit\Framework\TestCase
{
/**
* @test
* @expectedException \Swift_IoException
*/
public function shouldThrowExceptionOnConsecutiveRead()
{
$fbs = new \Swift_ByteStream_FileByteStream('does not exist');
try {
... | {
"pile_set_name": "Github"
} |
#### 目录介绍
- 01.Handler常见使用方式
- 02.在子线程中定义Handler
- 03.Handler的post方法和view的post方法
- 04.避免子线程手动创建looper
- 05.解决Handler内存泄漏
### 好消息
- 博客笔记大汇总【16年3月到至今】,包括Java基础及深入知识点,Android技术博客,Python学习笔记等等,还包括平时开发中遇到的bug汇总,当然也在工作之余收集了大量的面试题,长期更新维护并且修正,持续完善……开源的文件是markdown格式的!同时也开源了生活博客,从12年起,积累共计N篇[近100万字,陆续搬到网上],转载请注明出处,谢谢!
- **链接... | {
"pile_set_name": "Github"
} |
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Page heap.
//
// See malloc.go for the general overview.
//
// Large spans are the subject of this file. Spans consisting of less than
// _MaxMHeapLists are ... | {
"pile_set_name": "Github"
} |
package de.fhpotsdam.unfolding.examples.multi;
import processing.core.PApplet;
import de.fhpotsdam.unfolding.UnfoldingMap;
import de.fhpotsdam.unfolding.geo.Location;
import de.fhpotsdam.unfolding.providers.Microsoft;
import de.fhpotsdam.unfolding.utils.MapUtils;
/**
* Overlays two different map areas depicting the... | {
"pile_set_name": "Github"
} |
function milliseconds(n) {
return n;
}
function seconds(n) {
return n * 1000;
}
function minutes(n) {
return seconds(n) * 60;
}
function hours(n) {
return minutes(n) * 60;
}
function days(n) {
return hours(n) * 24;
}
function weeks(n) {
return days(n) * 7;
}
function toMilliseconds(ms) {
re... | {
"pile_set_name": "Github"
} |
/**
* BitMEX API
* ## REST API for the BitMEX Trading Platform [View Changelog](/app/apiChangelog) - #### Getting Started Base URI: [https://www.bitmex.com/api/v1](/api/v1) ##### Fetching Data All REST endpoints are documented below. You can try out any query right from this interface. Most table queries accep... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { storiesOf } from '@storybook/react';
import { withA11y } from '@storybook/addon-a11y';
import ListItem from './index';
storiesOf('ListItem', module)
.addDecorator(withA11y)
.add('default', () => (
<ListItem>Bananas</ListItem>
));
| {
"pile_set_name": "Github"
} |
import { combineReducers } from 'redux'
import todos from './todos'
import {loadingReducer} from '../shared/loading'
const rootReducer = combineReducers({
todos,
loading: loadingReducer
})
export default rootReducer
| {
"pile_set_name": "Github"
} |
{
"@context": {
"@version": 1.1,
"schema": "http://schema.org/",
"name": "schema:name",
"body": "schema:articleBody",
"words": "schema:wordCount",
"post": {
"@id": "schema:blogPost",
"@container": "@id"
}
},
"@id": "http://example.com/",
"@type":... | {
"pile_set_name": "Github"
} |
form=词
tags=
低枝亚实。
望翠阴护晓,
幽梦难觅。
凄楚霓裳,
琼阙瑶台,
经年暗锁清逸。
春风似怪重门掩,
未许入、玉堂吟笔。
想寿阳,
却厌新妆,
倦抹粉花宫额。
还记孤山旧路,
未应便负了,
波冷蟾白。
莫寄相思,
惟有寒烟,
伴我骚人闲寂。
东君须自怜疏影,
又何待、山前雪积。
好试敲、羯鼓声催,
与约鼎羹消息。
| {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
// The runstress tool stresses the runtime.
//
// It runs forever and should never fail. It tries to stress the garbage collector,
// maps, channels, the networ... | {
"pile_set_name": "Github"
} |
package test.dataprovider;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
/** Make sure... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: PointerController</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.j... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2009-2017 Luca Piccioni
//
// 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"
} |
services:
mylar:
container_name: mylar
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
restart: unless-stopped
volumes:
- /etc/localti... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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.
#ifndef V8_INTL_SUPPORT
#error Internationalization is expected to be enabled.
#endif // V8_INTL_SUPPORT
#include "src/objects/intl-objects.h"
#inclu... | {
"pile_set_name": "Github"
} |
GL_VERSION_3_3
https://www.opengl.org/registry/doc/glspec33.compatibility.20100311.pdf
GL_RGB10_A2UI 0x906F
GL_VERTEX_ATTRIB_ARRAY_DIVISOR 0x88FE
void glVertexAttribDivisor (GLuint index, GLuint divisor)
| {
"pile_set_name": "Github"
} |
import { promises as fs } from 'fs';
/**
* clone 2d-typed array
* @param {Float64Array[]} src
* @return {Float64Array[]}
*/
export function clone(src) {
const arr = [];
const N = src.length;
const dims = src[0].length;
for (let i = 0; i < N; i++) {
for (let j = 0; j < dims; j++) {
... | {
"pile_set_name": "Github"
} |
---
layout: page
title: "Q45536: LINK 5.02 Should Not Be Used with ILINK 1.10"
permalink: /pubs/pc/reference/microsoft/kb/Q45536/
---
## Q45536: LINK 5.02 Should Not Be Used with ILINK 1.10
Article: Q45536
Version(s): 5.02
Operating System: MS-DOS
Flags: ENDUSER | S_QuickC
Last Modified: 30-AUG-1989
LINK Vers... | {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
import styled from 'styled-components'
import { Tag } from '../../omg-uikit'
const TagRowStyle = styled.div`
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 5px;
i {
color: ${props => props.theme.colors.S400... | {
"pile_set_name": "Github"
} |
function Music() {
this.init();
}
(function () {
var pages = [],
panels = [],
selectedItem = null;
Music.prototype = {
total:70,
pageSize:10,
dataUrl:"http://tingapi.ting.baidu.com/v1/restserver/ting?method=baidu.ting.search.common",
playerUrl:"http://box.baid... | {
"pile_set_name": "Github"
} |
DELETE FROM `spell_proc_event` WHERE `entry` IN(47569, 47570);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
( 47569, 0x00, 6, 0x00004000, 0x00000000, 0x00000000... | {
"pile_set_name": "Github"
} |
#ifndef _inherit2__defines_h_
#define _inherit2__defines_h_
#define GLOBAL 257
#define LOCAL 258
#define REAL 259
#define INTEGER 260
#define NAME 261
#ifdef YYSTYPE
#undef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
#endif
#ifndef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
typedef union
{
class cval... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Cache.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<!--
XXXXXXXXXXXXXX... | {
"pile_set_name": "Github"
} |
/*
* at91sam9rl.dtsi - Device Tree Include file for AT91SAM9RL family SoC
*
* Copyright (C) 2014 Alexandre Belloni <alexandre.belloni@free-electrons.com>
*
* Licensed under GPLv2 or later.
*/
#include "skeleton.dtsi"
#include <dt-bindings/pinctrl/at91.h>
#include <dt-bindings/clock/at91.h>
#include <dt-bindings... | {
"pile_set_name": "Github"
} |
# Delta ag9032v1
ONIE_ARCH ?= x86_64
SWITCH_ASIC_VENDOR = bcm
VENDOR_REV ?= 0
# Translate hardware revision to ONIE hardware revision
ifeq ($(VENDOR_REV),0)
MACHINE_REV = 0
else
$(warning Unknown VENDOR_REV '$(VENDOR_REV)' for MACHINE '$(MACHINE)')
$(error Unknown VENDOR_REV)
endif
# The VENDOR_VERSION strin... | {
"pile_set_name": "Github"
} |
<?php
// CHINESE TRADITIONAL
$type='cidfont0';
$dw=1000;
$name='DFKaiShu-SB-Estd-BF';
$desc=array('Ascent'=>801,'Descent'=>-199,'CapHeight'=>27,'Flags'=>33,'FontBBox'=>'[0 -199 949 801]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
$up=-107;
$ut=49;
$cw=array(1=>500,2=>500,3=>500,4=>500,5=>500,6=>500,7=>500,8=>50... | {
"pile_set_name": "Github"
} |
from pyrival.maximum_matching import *
def test_maximum_matching__corner_cases():
edges = []
for e in [(0, 1), (1, 2), (2, 0)]:
edges.append(e)
assert maximum_matching(edges) == 1
for e in [(2, 3), (3, 4)]:
edges.append(e)
assert maximum_matching(edges) == 2
for e in ... | {
"pile_set_name": "Github"
} |
NanoStateDefaultClass.inheritsFrom(NanoStateClass);
var NanoStateDefault = new NanoStateDefaultClass();
function NanoStateDefaultClass() {
this.key = 'default';
//this.parent.constructor.call(this);
this.key = this.key.toLowerCase();
NanoStateManager.addState(this);
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Web Page" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<t... | {
"pile_set_name": "Github"
} |
/*
* This declarations of the PIC12F629 MCU.
*
* This file is part of the GNU PIC library for SDCC, originally
* created by Molnar Karoly <molnarkaroly@users.sf.net> 2016.
*
* This file is generated automatically by the cinc2h.pl, 2016-04-13 17:23:04 UTC.
*
* SDCC is licensed under the GNU Public license (GPL) ... | {
"pile_set_name": "Github"
} |
#ifndef _SECP256K1_
# define _SECP256K1_
# ifdef __cplusplus
extern "C" {
# endif
#include <stddef.h>
/* These rules specify the order of arguments in API calls:
*
* 1. Context pointers go first, followed by output arguments, combined
* output/input arguments, and finally input-only arguments.
* 2. Array leng... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc.
* 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. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <w... | {
"pile_set_name": "Github"
} |
{
"itemName" : "andesitematerial",
"category" : "block",
"rarity" : "Common",
"inventoryIcon" : "andesite.png",
"dropCollision" : [-2.5, -2.0, 2.5, 2.0],
"description" : "Rough, unrefined andesite.",
"shortdescription" : "Unrefined Andesite",
"glitchDescription" : "Statement. Andesite.",
"floranDescri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug DLL|Win32">
<Configuration>Debug DLL</Configuration>
<Platform>Win32</... | {
"pile_set_name": "Github"
} |
# 2018-09-14 linklight v2 lab needs
# - networking: true # tells it to deploy a netowrking lab
# - special: all_cisco # tells it to deploy a 4 router lab
networking: true
special: all_cisco
lab_email_subject: Ansible Foundations Networking Lab
| {
"pile_set_name": "Github"
} |
<?php
// Theme options
@define('NEXT_INSTR', '<b>Note:</b> While Next may <em>look</em> as if it were basically the same as 2k11, it is a completely different theme from a technical point of view. Because of that, it is <strong>not</strong> compatible with the user.css generator for 2k11.<br>To extend Next with your ow... | {
"pile_set_name": "Github"
} |
import vtkTextureMapToSphere from './TextureMapToSphere';
import vtkTextureMapToPlane from './TextureMapToPlane';
export default {
vtkTextureMapToPlane,
vtkTextureMapToSphere,
};
| {
"pile_set_name": "Github"
} |
<?php
/**
* @package plugins.document
* @subpackage api.filters
*/
class KalturaPdfFlavorParamsFilter extends KalturaPdfFlavorParamsBaseFilter
{
}
| {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 1997-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 Com... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# This script serves as an example to demonstrate how to generate the gRPC-Go
# interface and the related messages from .proto file.
#
# It assumes the installation of i) Google proto buffer compiler at
# https://github.com/google/protobuf (after v2.6.1) and ii) the Go codegen
# plugin at https://g... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2007 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/licens... | {
"pile_set_name": "Github"
} |
# Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = no # Audio c... | {
"pile_set_name": "Github"
} |
(ns fractalify.components.form-input
(:require-macros [fractalify.tracer-macros :refer [trace-views]])
(:require
[schema.core :as s :include-macros true]
[fractalify.components.text-field :as text-field]
[fractalify.utils :as u]
[fractalify.validators :as v]))
(s/defn text
[value floating-label-t... | {
"pile_set_name": "Github"
} |
# Lint as: python3
# Copyright 2020 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 ... | {
"pile_set_name": "Github"
} |
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: John Regan <john@jrjrtech.com>
pkgname=ejabberd
pkgver=17.09
pkgrel=5
pkgdesc="An erlang jabber server"
url="https://www.ejabberd.im/"
arch="" # broken after erlang 23 upgrade
license="GPL-2.... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1f0cec6680c090349af6fd6ada7793f1
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018. Abstrium SAS <team (at) pydio.com>
* This file is part of Pydio Cells.
*
* Pydio Cells 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, either version 3 of the License, or
... | {
"pile_set_name": "Github"
} |
# Test packages (dotted-name import)
import sys
import os
import tempfile
import textwrap
import unittest
# Helpers to create and destroy hierarchies.
def cleanout(root):
names = os.listdir(root)
for name in names:
fullname = os.path.join(root, name)
if os.path.isdir(fullname) and not os.pat... | {
"pile_set_name": "Github"
} |
/* -*- C++ -*-; c-basic-offset: 4; indent-tabs-mode: nil */
/*!
* @file Node.h
* @brief Interface definition file for Node
*/
/* Copyright (c) 2009 Webroot Software, 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 ... | {
"pile_set_name": "Github"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default ... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2012, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary fo... | {
"pile_set_name": "Github"
} |
// included by glib2.pas
{$IFDEF read_forward_definitions}
{$ENDIF read_forward_definitions}
//------------------------------------------------------------------------------
{$IFDEF read_interface_types}
PGValueArray = ^TGValueArray;
TGValueArray = record
n_values : guint;
values : PGValue;
... | {
"pile_set_name": "Github"
} |
#ifndef __KEYBOARD_H__
#define __KEYBOARD_H__
/* Keyboard capture STUPH */
// Define the various device type values. Note that values used by Microsoft
// Corporation are in the range 0-32767, and 32768-65535 are reserved for use
// by customers.
#define FILE_DEVICE_CTRL2CAP 0x00008300
//
// Define sca... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx... | {
"pile_set_name": "Github"
} |
//
// ZZArchiveEntry.m
// ZipZap
//
// Created by Glen Low on 25/09/12.
// Copyright (c) 2012, Pixelglow Software. All rights reserved.
//
#include <fcntl.h>
#import "ZZArchiveEntry.h"
#import "ZZNewArchiveEntry.h"
@implementation ZZArchiveEntry
+ (instancetype)archiveEntryWithFileName:(NSString*)fileName
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>CROMU_00001</cbid>
<replay>
<read echo="ascii"><delim>\n</delim><match><data>1) Create User\n</data></match></read>
<read echo="ascii"><delim>\n</delim><match><data>2) Login\n</data></match></read>
<read ec... | {
"pile_set_name": "Github"
} |
# Copyright 2016 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"
} |
//
// Panels
// --------------------------------------------------
// Base class
.panel {
margin-bottom: @line-height-computed;
background-color: @panel-bg;
border: 1px solid transparent;
border-radius: @panel-border-radius;
.box-shadow(0 1px 1px rgba(0,0,0,.05));
}
// Panel contents
.panel-body {
paddin... | {
"pile_set_name": "Github"
} |
.nav {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#000000", GradientType=0);
}
.evalTest1 {
filter: progid:DXImageTransform.Microsoft.Alpha(opaci... | {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--6c1710d7-0c75-4606-9b65-6b72c89cc82b",
"spec_version": "2.0",
"objects": [
{
"id": "relationship--1c42ee3a-c400-4de6-84aa-b254422af7b9",
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"description": "[Jud... | {
"pile_set_name": "Github"
} |
;;; Compiled by f2cl version:
;;; ("f2cl1.l,v 46c1f6a93b0d 2012/05/03 04:40:28 toy $"
;;; "f2cl2.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
;;; "f2cl3.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
;;; "f2cl4.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
;;; "f2cl5.l,v 46c1f6a93b0d 2012/05/03 04:40:28 toy $"
;;; "f... | {
"pile_set_name": "Github"
} |
//
// Component animations
// --------------------------------------------------
// Heads up!
//
// We don't use the `.opacity()` mixin here since it causes a bug with text
// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
.fade {
opacity: 0;
.transition(opacity .15s linear);
&.in {
o... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:79cab8f05749c7c589a1858a6dc72d0dd125fd10de68c62bff825f3ca184924a
size 4201620
| {
"pile_set_name": "Github"
} |
/**
* \file mifarekey.hpp
* \author Maxime C. <maxime-dev@islog.com>
* \brief Mifare key.
*/
#ifndef LOGICALACCESS_MIFAREKEY_HPP
#define LOGICALACCESS_MIFAREKEY_HPP
#include <logicalaccess/key.hpp>
#include <logicalaccess/plugins/cards/mifare/lla_cards_mifare_api.hpp>
/**
* \brief The default Mifare key size
*... | {
"pile_set_name": "Github"
} |
// ==========================================================================
// Admin nav iconx
// ==========================================================================
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.eot");
src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") form... | {
"pile_set_name": "Github"
} |
/*************************************************************************/
/* */
/* Language Technologies Institute */
/* Carnegie Mellon University */
/* ... | {
"pile_set_name": "Github"
} |
using NHapi.Base.Parser;
using NHapi.Base;
using NHapi.Base.Log;
using System;
using System.Collections.Generic;
using NHapi.Model.V27.Segment;
using NHapi.Model.V27.Datatype;
using NHapi.Base.Model;
namespace NHapi.Model.V27.Group
{
///<summary>
///Represents the OPU_R25_SPECIMEN_OBSERVATION Group. A Group is an ord... | {
"pile_set_name": "Github"
} |
package com.marshalchen.common.demoofui.activityanimation;
import android.os.Bundle;
import com.marshalchen.common.uimodule.activityanimation.AnimatedDoorActivity;
import com.marshalchen.common.demoofui.R;
public class DoorActivity extends AnimatedDoorActivity {
@Override
protected int layoutResId() {
... | {
"pile_set_name": "Github"
} |
const webpack = require('webpack')
const path = require('path')
const fs = require('fs')
const open = require('open')
const port = 8030
module.exports = {
mode: 'development',
entry: {
'toPolylines.test': [
`webpack-dev-server/client?http://localhost:${port}`,
'webpack/hot/dev-server',
path.... | {
"pile_set_name": "Github"
} |
//
// Prefix header for all source files of the 'MMProgressHUDDemo' target in the 'MMProgressHUDDemo' project
//
#import <Availability.h>
#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foun... | {
"pile_set_name": "Github"
} |
# CVE-2018-4233
- Fix: May 2018
- Credit: Samuel Groß
## PoC
```javascript
var o = [13.37]
var Constructor${counter} = function(o) { o[0] = 0x41414141; }
var hack = false
var Wrapper = new Proxy(Constructor${counter}, {
get: function() {
if (hack) {
o[0] = {}
}
}
})
for (var i = 0... | {
"pile_set_name": "Github"
} |
dataSources:
ds_0: !!com.zaxxer.hikari.HikariDataSource
driverClassName: com.mysql.jdbc.Driver
jdbcUrl: jdbc:mysql://localhost:3306/demo_ds_0
username: root
password:
ds_1: !!com.zaxxer.hikari.HikariDataSource
driverClassName: com.mysql.jdbc.Driver
jdbcUrl: jdbc:mysql://localhost:3306/demo_d... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: 'object-fit: cover' on embed element, with a SVG image and with various 'object-position' values</title>
<link rel="au... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types = 1);
namespace Application\Migrations;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerAwareTrait;
/**
* Auto-generated Migration: Please modi... | {
"pile_set_name": "Github"
} |
// This file is part of CaesarIA.
//
// CaesarIA is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// CaesarIA is distributed in th... | {
"pile_set_name": "Github"
} |
package assert
import (
"fmt"
"reflect"
)
func compare(obj1, obj2 interface{}, kind reflect.Kind) (int, bool) {
switch kind {
case reflect.Int:
{
intobj1 := obj1.(int)
intobj2 := obj2.(int)
if intobj1 > intobj2 {
return -1, true
}
if intobj1 == intobj2 {
return 0, true
}
if intobj1 ... | {
"pile_set_name": "Github"
} |
/* 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/. */
import { connect } from "react-redux";
import { TopSites as OldTopSites } from "content-src/components/TopSites/To... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2012 Eddie Ringle
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
~ following conditions are met:
~
~ Redistributions of source code must retain the above... | {
"pile_set_name": "Github"
} |
#include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <ESPmDNS.h>
#include <uri/UriBraces.h>
#include <uri/UriRegex.h>
const char *ssid = "........";
const char *password = "........";
WebServer server(80);
void setup(void) {
Serial.begin(9600);
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, passwo... | {
"pile_set_name": "Github"
} |
const path = require('path');
const CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = {
entry: './app/javascripts/app.js',
output: {
path: path.resolve(__dirname, 'build'),
filename: 'app.js'
},
plugins: [
// Copy our app's index.html to the build folder.
new CopyWebpackPlugi... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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 rangetable provides utilities for creating and inspecting
// unicode.RangeTables.
package rangetable
import (
"sort"
"unicode"
)
// New creates a... | {
"pile_set_name": "Github"
} |
# content-disposition
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Create and parse HTTP `Content-Disposition` header
##... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2009 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpos... | {
"pile_set_name": "Github"
} |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35c77d1d..47bd63f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -273,7 +273,11 @@ check_type_size("ssize_t" SIZEOF_SSIZE_T)
if(SIZEOF_SSIZE_T STREQUAL "")
# ssize_t is a signed type in POSIX storing at least -1.
# Set it to "int" to match the behavior of ... | {
"pile_set_name": "Github"
} |
require 'yajl'
require 'multi_json/adapter'
module MultiJson
module Adapters
# Use the Yajl-Ruby library to dump/load.
class Yajl < Adapter
ParseError = ::Yajl::ParseError
def load(string, options={})
::Yajl::Parser.new(:symbolize_keys => options[:symbolize_keys]).parse(string)
end... | {
"pile_set_name": "Github"
} |
Texture2D Tex;
float4 main(float4 pos : SV_Position) : SV_Target
{
int3 texCoord = int3(int2(pos.xy), 0);
return Tex.Load(texCoord);
}
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.