text stringlengths 2 99.9k | meta dict |
|---|---|
<!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">
<head>
<title>CSS Writing Modes Test: 'vertical-rl' and margin collapsing - elements with 'overflow' set to 'hidden'</title>
<link rel="author" title="Gérard... | {
"pile_set_name": "Github"
} |
open Core_kernel
type 'a t = 'a
(* This [Obj.magic] is OK because we never allow user code access to [none] (except via
[unsafe_value]. We disallow [_ Uopt.t Uopt.t], so there is no chance of confusing
[none] with [some none]. And [float Uopt.t array] is similarly disallowed. *)
let none = "Uopt.none" |> (Obj... | {
"pile_set_name": "Github"
} |
(ns athens.devcards.breadcrumbs
(:require
[athens.views.breadcrumbs :refer [breadcrumbs-list breadcrumb]]
[devcards.core :refer-macros [defcard-rg]]))
(defcard-rg Normal-Breadcrumb
[breadcrumbs-list {}
[breadcrumb {:key 0} "Athens"]
[breadcrumb {:key 1} "Components"]
[breadcrumb {:key 2} "Breadcr... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = ["common.go"],
tags = ["automanaged"],
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
** Copyright © 2011 Evgeniy Degtyarev <degtep@gmail.com>
** Copyright © 2011 Aleksey Sidorov... | {
"pile_set_name": "Github"
} |
/***********************************************************************************
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
(c) Copyright 1996 - 2002 Gary Henderson (gary.henderson@ntlworld.com),
Jerremy Koot (jkoot@snes9x.com)
(c) Copyright 2002 - 200... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 serso aka se.solovyev
*
* 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 a... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe 'postgresql::params', :type => :class do
let :facts do
{
:osfamily => 'Debian',
:operatingsystem => 'Debian',
:operatingsystemrelease => '6.0',
}
end
it { should contain_class("postgresql::params") }
end
| {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: If MemberExpression is not Object, throw TypeError
es5id: 11.2.3_A3_T3
description: Checking "string primitive" case
---*/
//CHECK#1
try {
"1"();
$ERROR('#1.1: "1"() th... | {
"pile_set_name": "Github"
} |
/* $Id: lmgr.c,v 1.7.6.2 2001/09/23 22:24:50 kai Exp $
*
* Layermanagement module
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated herein by reference.
*
... | {
"pile_set_name": "Github"
} |
/**
* @file
* lwIP Operating System abstraction
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* 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"
} |
package ch.epfl.bluebrain.nexus.commons.circe
package object syntax extends CirceSyntax
| {
"pile_set_name": "Github"
} |
describe('Arrows', () => {
beforeEach(() => {
cy.visit('/docs/examples/controlled/');
cy.get('.BrainhubCarouselItem--active')
.children('img')
.should('have.attr', 'src')
.and('contain', 'mona');
});
it('changes slide when clicks on the arrow', () => {
cy.get('.BrainhubCarousel__ar... | {
"pile_set_name": "Github"
} |
@import 'utils';
.MainMenuItem {
color: $oc-gray-7;
cursor: pointer;
a {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 1.125rem;
padding-left: 1.75rem;
display: flex;
align-items: center;
svg {
font-size: 1.5rem;
}
.text {
font-weight: 400;
margin... | {
"pile_set_name": "Github"
} |
""" Modified version of build_scripts that handles building scripts from functions.
"""
from __future__ import division, absolute_import, print_function
from distutils.command.build_scripts import build_scripts as old_build_scripts
from numpy.distutils import log
from numpy.distutils.misc_util import is_string
class... | {
"pile_set_name": "Github"
} |
"""Policy framework for the email package.
Allows fine grained feature control of how the package parses and emits data.
"""
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import division
from __future__ import absolute_import
from future.builtins import super
from future... | {
"pile_set_name": "Github"
} |
# Deploying the cert manager
We suggest using [cert manager](https://github.com/jetstack/cert-manager) for
provisioning the certificates for the webhook server. Other solutions should
also work as long as they put the certificates in the desired location.
You can follow
[the cert manager documentation](https://docs.c... | {
"pile_set_name": "Github"
} |
/**
* 通过Img_image表ID读取图片文件
* Created by Wizzer.cn on 1/18/16.
*/
var moment = require("moment");
module.exports = {
/**
* type: s 小图 m 中图 l 大图
* @param req
* @param res
* @returns {*}
*/
file: function (req, res) {
var id=req.params.id||'';
var type=req.query.type||'';
if(id.indexOf('... | {
"pile_set_name": "Github"
} |
**To list your available ledgers**
The following ``list-ledgers`` example lists all ledgers that are associated with the current AWS account and Region. ::
aws qldb list-ledgers
Output::
{
"Ledgers": [
{
"State": "ACTIVE",
"CreationDateTime": 1568839243.95... | {
"pile_set_name": "Github"
} |
#include "qopenglfunctions_1_4.h"
| {
"pile_set_name": "Github"
} |
package group // import "github.com/docker/infrakit/pkg/rpc/group"
import (
"github.com/docker/infrakit/pkg/plugin"
"github.com/docker/infrakit/pkg/spi/group"
"github.com/docker/infrakit/pkg/spi/instance"
)
// CommitGroupRequest is the rpc wrapper for input to commit a group
type CommitGroupRequest struct {
Name ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, 2019 Oracle and/or its affiliates. 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
*
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Component;
use Magento\Framework\Filesystem;
/**
* Class for searching files across all locations of certain component type
*/
class DirSearch
{
/**
* Component registrar
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2020 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
# $Id: eo.py 4564 2006-05-21 20:44:42Z wiemann $
# Author: Marcelo Huerta San Martin <richieadler@users.sourceforge.net>
# Copyright: This module has been placed in the public domain.
# New language mappings are welcome. Before doing a new translation, please
# read <http://docutils.sf.net/docs/howto/i18n.html>. Two... | {
"pile_set_name": "Github"
} |
# platform = multi_platform_rhel,multi_platform_fedora,multi_platform_ol,multi_platform_rhv
# reboot = true
# strategy = restrict
# complexity = low
# disruption = low
{{{ ansible_audit_augenrules_add_watch_rule(path="/etc/selinux/", permissions="wa", key="MAC-policy") }}}
{{{ ansible_audit_auditctl_add_watch_rule(pa... | {
"pile_set_name": "Github"
} |
; RUN: llc -march=msp430 < %s | FileCheck %s
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32"
target triple = "msp430-generic-generic"
define i16 @sccweqand(i16 %a, i16 %b) nounwind {
%t1 = and i16 %a, %b
%t2 = icmp eq i16 %t1, 0
%t3 = zext i1 %t2 to i16
ret i16 %t3
}
; CHECK-LABEL: sccweqand:
... | {
"pile_set_name": "Github"
} |
# This file was generated by Appraisal
source "https://rubygems.org"
gem "rails", "~> 4.2.0"
gemspec path: "../"
| {
"pile_set_name": "Github"
} |
/**
* 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
* distribu... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &100000
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 4
m_Component:
- 4: {fileID: 400000}
- 33: {fileID: 3300000}
- 23: {fileID: 2300000}
- 65: {fileID: 6500000}
m_Layer: ... | {
"pile_set_name": "Github"
} |
/* linux/drivers/media/video/samsung/tvout/s5p_tvout_v4l2.c
*
* Copyright (c) 2009 Samsung Electronics
* http://www.samsung.com/
*
* V4L2 API file for Samsung TVOOUT driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 ... | {
"pile_set_name": "Github"
} |
[Tests]
issues = '#15501'
design = 'AddPeriodicBCAction.md DistributedRectilinearMeshGenerator.md'
[./check]
type = 'RunException'
input = 'dmg_periodic_bc.i'
cli_args = '/UserObjects/uo/type=CheckGhostedBoundaries /UserObjects/uo/total_num_bdry_sides=160'
expect_err = 'All boundaries are ghoste... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 lat... | {
"pile_set_name": "Github"
} |
package soot.jimple.toolkits.thread.mhp.stmt;
import soot.*;
// *** USE AT YOUR OWN RISK ***
// May Happen in Parallel (MHP) analysis by Lin Li.
// This code should be treated as beta-quality code.
// It was written in 2003, but not incorporated into Soot until 2006.
// As such, it may contain incorrect assumptions... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
#include <assert.h>
#include <linux/bpf.h>
#include <bpf/bpf.h>
#include "libbpf.h"
#include "sock_example.h"
#include <unistd.h>
#include <arpa/inet.h>
int main(int ac, char **argv)
{
struct bpf_object *obj;
int map_fd, prog_fd;
char filename[256];
int i, soc... | {
"pile_set_name": "Github"
} |
#define SimdFcond
using ARMeilleure.State;
using NUnit.Framework;
using System.Collections.Generic;
namespace Ryujinx.Tests.Cpu
{
[Category("SimdFcond")]
public sealed class CpuTestSimdFcond : CpuTest
{
#if SimdFcond
#region "ValueSource (Types)"
private static IEnumerable<ulong> _1S_F_()
... | {
"pile_set_name": "Github"
} |
var test = require('tap').test
var normalize = require('../')
var typos = require('../lib/typos.json')
var warningMessages = require("../lib/warning_messages.json")
var safeFormat = require("../lib/safe_format")
test('typos', function(t) {
var warnings = []
function warn(m) {
warnings.push(m)
}
var typ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build windows
// Package mgr can be used to manage Windows service programs.
// It can be used to install and remove them. It can also start,
// stop and p... | {
"pile_set_name": "Github"
} |
package kg.apc.jmeter.reporters;
import java.awt.BorderLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.ClipboardOwner;
import java.awt.datatransfer.DataFlavor;
import java.awt.datatransfer.Transferab... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2001-2018, Canal TP and/or its affiliates. All rights reserved.
#
# This file is part of Navitia,
# the software to build cool stuff with public transport.
#
# Hope you'll enjoy and contribute to this project,
# powered by Canal TP (www.canaltp.fr).
# Help us simplify mobility and open public tr... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import <OfficeImport/CMDiagramShapeMapper.h>
__attribute__((visibility("hidden")))
@interface CMDiagramListMapper : CMDiagramShapeMapper
{
float mMaxLineCount;
}
- (float)set... | {
"pile_set_name": "Github"
} |
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
#include "wcautil.h"
#ifdef __cplusplus
extern "C" {
#endif
HRESULT WIXAPI WcaInitializeWow64();
BOOL WIXAPI Wc... | {
"pile_set_name": "Github"
} |
'''
================================================
## VOICEBOOK REPOSITORY ##
================================================
repository name: voicebook
repository version: 1.0
repository link: https://github.com/jim-schwoebel/voicebook
author: Jim Schwoebel
author contact: js@neur... | {
"pile_set_name": "Github"
} |
/*
* Created on Jul 16, 2009
*
* 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"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_test",
"go_library",
)
go_test(
name = "go_default_test",
srcs = ["live_test.go"],
embed = [":go_default_library"],
rundir = ".",
tags = ["automanaged"],
deps = [
"//app/interf... | {
"pile_set_name": "Github"
} |
# Decode streams into strings The Right Way(tm)
```javascript
var fs = require('fs')
var zlib = require('zlib')
var strs = require('stringstream')
var utf8Stream = fs.createReadStream('massiveLogFile.gz')
.pipe(zlib.createGunzip())
.pipe(strs('utf8'))
```
No need to deal with `setEncoding()` weirdness, just co... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<manufacturer>National</manufacturer>
<code>FS-5500F2</code>
<release_year>1985</release_year>
<description/>
<type>MSX2</type>
</info>
<CassettePort/>
<devices>
<Kanji id="Kanji ROM">
<rom>
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlin... | {
"pile_set_name": "Github"
} |
diff -ur Source/JavaScriptCore/API.orig/JSBasePrivate.h Source/JavaScriptCore/API/JSBasePrivate.h
--- Source/JavaScriptCore/API.orig/JSBasePrivate.h 2015-12-07 15:46:53.000000000 -0800
+++ Source/JavaScriptCore/API/JSBasePrivate.h 2015-12-07 15:50:37.000000000 -0800
@@ -43,7 +43,7 @@
garbage collector to collect soon,... | {
"pile_set_name": "Github"
} |
# React Native Zip Archive [](https://www.npmjs.com/package/react-native-zip-archive)
Zip archive utility for react-native
## Compatibility
| react-native version | react-native-zip-archive version |
| --- | --- |
| ^0.60 | ^5.0.0 |
| ^0.58 | ^4.0.0 |... | {
"pile_set_name": "Github"
} |
# Bear Photo Journal
Makes a journal entry in Bear with date, photo, address, and map links.
- **Install Workflow: [Bear Photo Journal](https://workflow.is/workflows/ec001e9e735145628474d9a253d8ae82) – iOS**
- **Download: [Bear Photo Journal](assets/Bear%20Photo%20Journal.kmmacros.zip?raw=true) – Mac**
(“Keyboard ... | {
"pile_set_name": "Github"
} |
<HTML><HEAD><TITLE>Ordo</TITLE></HEAD><BODY BGCOLOR="#ffffff">
<P ALIGN=CENTER><B><I>DA Ordo 2012 July</I></B></P>
<TABLE WIDTH=98% BORDER=1 CELLPADDING=2 CELLSPACING=0 ALIGN=CENTER BGCOLOR="#dddddd">
<TR><TH>Day</TH><TH>R</TH><TH>Offices</TH><TH>Rank</TH><TH>Common</TH><TH>Specials</TH><TH>Commemoratio</TH></TR>
<TR s... | {
"pile_set_name": "Github"
} |
window.requestAnimFrame = (function(){
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
window.msRequestAnimationFrame ||
... | {
"pile_set_name": "Github"
} |
(function() {
'use strict';
var OSG = window.OSG;
var osgViewer = OSG.osgViewer;
var osgUtil = OSG.osgUtil;
var osgShader = OSG.osgShader;
var osgDB = OSG.osgDB;
var osg = OSG.osg;
var P = window.P;
var Example = function() {
this._rotateSpeed = 0.00025;
this._sho... | {
"pile_set_name": "Github"
} |
using System;
using uTinyRipper.Converters;
using uTinyRipper.YAML;
namespace uTinyRipper.Classes.AnimatorControllers
{
public struct ValueArrayConstant : IAssetReadable, IYAMLExportable
{
public void Read(AssetReader reader)
{
ValueArray = reader.ReadAssetArray<ValueConstant>();
}
public YAMLNode Export... | {
"pile_set_name": "Github"
} |
package com.mesosphere.sdk.cassandra.scheduler;
import com.mesosphere.sdk.http.EndpointUtils;
import com.mesosphere.sdk.scheduler.SchedulerConfig;
import java.util.ArrayList;
import java.util.List;
/**
* This class is a collection of useful utilities for use by Cassandra components.
*/
final class CassandraSeedUti... | {
"pile_set_name": "Github"
} |
/*
* 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
* distributed ... | {
"pile_set_name": "Github"
} |
- @title = "Hello Slim World!"
p This was evaluated by the Slim template language
- content_for :sidebar do
h3 Sidebar
p Just a test
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Property DeviceNetworkType
| RSSDP </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Property DeviceNetw... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f10x_usart.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @brief This file provides all the USART firmware functions.
************************************************... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build windows
package main
import (
"fmt"
"time"
"golang.org/x/sys/windows/svc"
"golang.org/x/sys/windows/svc/debug"
"golang.org/x/sys/windows/svc/e... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class javax.swing.JSpinner.ListEditor (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" titl... | {
"pile_set_name": "Github"
} |
//
// Copyright © 2018 Esri.
//
// 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 wri... | {
"pile_set_name": "Github"
} |
module.exports = require('../math/sum');
| {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2015 Low Latency Trading Limited : Author Richard Rose
* 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 L... | {
"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"
} |
/* -*- c++ -*- */
/*
* Copyright 2006,2012 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
#ifndef INCLUDED_ANALOG_AGC_CC_H
#define INCLUDED_ANALOG_AGC_CC_H
#include <gnuradio/analog/agc.h>
#include <gnuradio/analog/api.h>
#include <gnuradio/... | {
"pile_set_name": "Github"
} |
'use strict';
// Flags: --expose_internals
var assert = require('assert');
var common = require('../common');
var _validateStdio = require('internal/child_process')._validateStdio;
// should throw if string and not ignore, pipe, or inherit
assert.throws(function() {
_validateStdio('foo');
}, /Incorrect value of std... | {
"pile_set_name": "Github"
} |
package match
import (
"fmt"
"unicode/utf8"
)
type Min struct {
Limit int
}
func NewMin(l int) Min {
return Min{l}
}
func (self Min) Match(s string) bool {
var l int
for range s {
l += 1
if l >= self.Limit {
return true
}
}
return false
}
func (self Min) Index(s string) (int, []int) {
var count ... | {
"pile_set_name": "Github"
} |
var async = require('./lib/async');
async.core = require('./lib/core');
async.isCore = require('./lib/is-core');
async.sync = require('./lib/sync');
module.exports = async;
| {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
Title: Atari Arcade
Date: 2012-08-31 11:53
Author: lovenemesis
Category: Games
Tags: atari, html5
Slug: atari-arcade
如果你足够年岁的话,一定不会忘记 [Atari
2600](http://en.wikipedia.org/wiki/Atari_2600)(雅塔里)这个传奇性的家用游戏机和该公司出品的各类街机。现在您可以在支持
HTML5 的浏览器中重温那段时光了。
此次 HTML5 版本的移植由 Atari 与 IE 开发组协作,特别**为 IE10
及触屏优化**。不过其他浏览器(Firefox 16 Bet... | {
"pile_set_name": "Github"
} |
//
// NSArray+RACSequenceAdditions.m
// ReactiveCocoa
//
// Created by Justin Spahr-Summers on 2012-10-29.
// Copyright (c) 2012 GitHub. All rights reserved.
//
#import "NSArray+RACSequenceAdditions.h"
#import "RACArraySequence.h"
@implementation NSArray (RACSequenceAdditions)
- (RACSequence *)rac_sequence {
re... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,openbsd
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_BLUETOOTH = 0x... | {
"pile_set_name": "Github"
} |
/**
* JSON Format Plugin
*
* @module plugins/json
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*/
var inherits = require('util').inherits;
var Transform = require('readable-stream').Transform;
var crc32 = requir... | {
"pile_set_name": "Github"
} |
/* crypto/camellia/camellia_locl.h -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
* ALL RIGHTS RESERVED.
*
* Intellectual Property information for Camellia:
* http://info.isl.ntt.... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
#define CONTENT_RENDERER_MEDIA_WEBMEDIAPLAYER_PARAMS_H_
#include "base/callback.h"
#include "base... | {
"pile_set_name": "Github"
} |
import { User } from './models';
import sendEmail from './email';
const env = process.env.NODE_ENV;
function getAdmins(done: Function): void {
User.find({ account_level: 1 }, function (err, admins) {
done(err, admins);
});
}
export function makeAdmin(email: string, done: Function): void {
User.updateOne({ ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Class for a set of entries for translation and their associated headers
*
* @version $Id: translations.php 1157 2015-11-20 04:30:11Z dd32 $
* @package pomo
* @subpackage translations
*/
require_once dirname(__FILE__) . '/plural-forms.php';
require_once dirname(__FILE__) . '/entry.php';
if ( ! class_... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
<title>Ogg Vorbis Documentation</title>
<style type="text/css">
body {
margin: 0 18px 0 18px;
padding-bottom: 30px;... | {
"pile_set_name": "Github"
} |
import getUser from './getUser.js';
export default function(callback) {
let key = (window && window.hasOwnProperty('GraphJSConfig')) ? window.GraphJSConfig.id.replace(/-/g, '') : undefined;
let id;
let username;
let cookies = document.cookie.replace(/\s+/g, '').split(';');
if (cookies.filter(
function(item) {
... | {
"pile_set_name": "Github"
} |
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} vil vise et nyt vindue.";
Strings.OfficeOM.L_CannotRegisterEvent = "Hændelseshandleren kan ikke registreres.";
Strings.OfficeOM.L_NotImplemen... | {
"pile_set_name": "Github"
} |
#include "syscall.h"
DEFINE(_sigpause)
SYSTEM(SYS_sigpause)
| {
"pile_set_name": "Github"
} |
Title: dell_om_disks now warns if SMART predicts disk failure
Level: 1
Component: checks
Compatible: compat
Version: 1.2.7i3
Date: 1441267878
Class: feature
| {
"pile_set_name": "Github"
} |
using ElmSharp;
using System.Collections.Generic;
namespace Xamarin.Forms.Platform.Tizen
{
public abstract class CellRenderer : IRegisterable
{
const string HeightProperty = "Height";
readonly Dictionary<Cell, Dictionary<string, EvasObject>> _realizedNativeViews = new Dictionary<Cell, Dictionary<string, EvasObje... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_FIFO_H__
#define __NVKM_FIFO_H__
#include <core/engine.h>
#include <core/object.h>
#include <core/event.h>
struct nvkm_fault_data;
#define NVKM_FIFO_CHID_NR 4096
struct nvkm_fifo_engn {
struct nvkm_object *object;
int refcount;
int usecount;
};
struct nvkm_fifo_ch... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<opencv_storage>
<D2 type_id="opencv-matrix">
<rows>1</rows>
<cols>5</cols>
<dt>d</dt>
<data>
-4.0780699999999998e-01 2.0065600000000000e-01
1.0650000000000000e-03 -1.0579999999999999e-03
-5.6107999999999998e-02</data></D2>
</opencv_storage>
| {
"pile_set_name": "Github"
} |
SECTION code_l_sccz80
PUBLIC l_i64_uge
EXTERN l_i64_ucmp
;
;......logical operations: HL set to 0 (false) or 1 (true)
;
; primary (stack) >= secondary (acc)
.l_i64_uge
call l_i64_ucmp
ccf
ret c
scf
ret z
;... | {
"pile_set_name": "Github"
} |
Pod::Spec.new do |s|
s.name = "SJOPaperboy"
s.version = "2.0.0"
s.summary = "An easy to use library that lets you implement background updates in your app."
s.description = <<-DESC
An easy to use library that lets you implement background updates in your app that run wheneve... | {
"pile_set_name": "Github"
} |
package com.ppdai.das.core.configure;
public class DataSourceConfigureChangeEvent {
private String name;
private DataSourceConfigure newDataSourceConfigure;
private DataSourceConfigure oldDataSourceConfigure;
public DataSourceConfigureChangeEvent(String name) {
this.name = name;
}
pub... | {
"pile_set_name": "Github"
} |
#pragma once
#include <elle/cryptography/rsa/KeyPair.hh>
#include <memo/model/User.hh>
#include <memo/model/blocks/MutableBlock.hh>
namespace memo
{
namespace model
{
namespace blocks
{
class ACLBlock
: public MutableBlock
, private InstanceTracker<ACLBlock>
{
/*------.
... | {
"pile_set_name": "Github"
} |
# BTS
[](https://paperswithcode.com/sota/monocular-depth-estimation-on-kitti-eigen?p=from-big-to-small-multi-scale-local-planar)
[;
* 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
*
* U... | {
"pile_set_name": "Github"
} |
{
"http_cache": {
"bypass": {
"bytes": 9566886911,
"bytes_written": 9566815735,
"responses": 921823,
"responses_written": 921696
},
"cold": false,
"expired": {
"bytes": 7765571819,
"bytes_written": 7712572857,
... | {
"pile_set_name": "Github"
} |
#Wed Sep 04 14:57:23 CST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
| {
"pile_set_name": "Github"
} |
//==========================================================================
// nedyyutil.h -
//
// OMNeT++/OMNEST
// Discrete System Simulation in C++
//
//==========================================================================
/*-----------------------------------------------------... | {
"pile_set_name": "Github"
} |
object Nested18 {
def test(a: BigInt): BigInt = {
require(a > 0)
def f(b: BigInt): BigInt = {
def g(c: BigInt): BigInt = {
require(a > 0)
c
}
g(b)
}
f(12)
}
}
| {
"pile_set_name": "Github"
} |
{
"name": "SendGrid",
"version": "1.0",
"author": "Equate Technologies",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
"description": "Send an email with information from a TheHive case or alert via SendGrid API over HTTPS",
"dataTypeList": ["thehive:case", "thehive:a... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2014 Quentin Mathe
Date: October 2014
License: MIT (see COPYING)
*/
#import "COMetamodel.h"
#import "COAttachmentID.h"
#import "COObject.h"
#import "COLibrary.h"
#include <objc/runtime.h>
/**
* Extends the FM3 metamodel with data/blob and attachment as attribute types.
*/
void COR... | {
"pile_set_name": "Github"
} |
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.