text stringlengths 2 99.9k | meta dict |
|---|---|
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that ... | {
"pile_set_name": "Github"
} |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item android:id="@+id/action_example" android:title="@string/action_example"
android:showAsAction="withT... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2007-2013
//
// 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)
//
// See http://ww... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Wed Apr 01 22:58:20 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface c... | {
"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"
} |
<?php
/**
* CoreShop.
*
* This source file is subject to the GNU General Public License version 3 (GPLv3)
* For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt
* files that are distributed with this source code.
*
* @copyright Copyright (c) 2015-2020 Dominik Pfaffenbauer (... | {
"pile_set_name": "Github"
} |
.contextMenu {
position : absolute;
z-index : 1000;
color: #aaa;
background-color: rgba(80,80,80,0.7);
border : 1px solid rgba(64,64,64, 1);
/* unselectable*/
-moz-user-select : none;
-webkit-user-select : none;
-ms-user-select : none;
-o-user-select : none;
user-select : none;
}
.contextMenu ul{
ma... | {
"pile_set_name": "Github"
} |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Note that most of the paging logic is done in
* DataTable.ext.oPagination
*/
/**
* Generate the node required for default pagination
* @param {object} oSettings dataTables settings object
* @returns {node} Paginat... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using DevExpress.ExpressApp.ConditionalAppearance;
using DevExpress.Persistent.Base;
using DevExpress.Persistent.Validation;
using DevExpress.Xpo;
using Xpand.ExpressApp.Attributes;
using Xpand.Persistent.Base.General;
using Xpand.Persistent.Base.General.CustomAttributes... | {
"pile_set_name": "Github"
} |
-------------------------------------
B607: start_process_with_partial_path
-------------------------------------
.. currentmodule:: bandit.plugins.injection_shell
.. autofunction:: start_process_with_partial_path
:noindex:
| {
"pile_set_name": "Github"
} |
Public Class SourceMdlBoneWeight37
'FROM: The Axel Project - source [MDL v37]\TAPSRC\src\Public\studio.h
'// 16 bytes
'struct mstudioboneweight_t
'{
' float weight[4];
' short bone[4];
'
' short numbones;
' short material;
'
' short firstref;
' short lastref;
'};
Public weight(3) As Double
Public bon... | {
"pile_set_name": "Github"
} |
/**
@license
Copyright 2020 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Spaghetti: Web Server Security Scanner
#
# @url: https://github.com/m4ll0k/Spaghetti
# @author: Momo Outaadi (M4ll0k)
# @license: See the file 'doc/LICENSE'
pass | {
"pile_set_name": "Github"
} |
.empty-box .empty-icon {
font-size: 30px;
padding: 10px;
}
| {
"pile_set_name": "Github"
} |
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "link",
"title": null,
"url": "./hello-world.html",
"children": [
{
"type": "text",
"value": "Hello ",
"position": {
... | {
"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|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
// Copyright 2012 Citrix Systems, Inc. Licensed under the
// Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the License. Citrix Systems, Inc.
// reserves all rights not expressly granted by the License.
// You may obtain a copy of the License at http://www.apache.or... | {
"pile_set_name": "Github"
} |
/*
* LiquidBounce Hacked Client
* A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge.
* https://github.com/CCBlueX/LiquidBounce/
*/
package net.ccbluex.liquidbounce.utils.render.shader.shaders;
import net.ccbluex.liquidbounce.api.minecraft.util.IScaledResolution;
import net.... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import debounce from 'lodash/debounce'
import Tag from './Tag'
import DropdownList from './DropdownList'
export default class MultiSelect extends Component {
constructor(props) {
super(props)
this.searchInput = React.createRef()
... | {
"pile_set_name": "Github"
} |
@model object
@Html.TextBoxFor(model => model, new {@class="k-textbox" }) | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to you under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-present Facebook, 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... | {
"pile_set_name": "Github"
} |
/***************************************************************************
** This file is part of the generic algorithm library Wiselib. **
** Copyright (C) 2008,2009 by the Wisebed (www.wisebed.eu) project. **
** **
** The Wise... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2016-2017, Ruslan Baratov
# All rights reserved.
# !!! DO NOT PLACE HEADER GUARDS HERE !!!
include(hunter_add_version)
include(hunter_cmake_args)
include(hunter_pick_scheme)
include(hunter_cacheable)
include(hunter_download)
hunter_add_version(
PACKAGE_NAME
IF97
VERSION
2.1.2
URL
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | {
"pile_set_name": "Github"
} |
ace.define("ace/snippets/elixir",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText =undefined;
exports.scope = "";
});
| {
"pile_set_name": "Github"
} |
#import <UIKit/UIKit.h>
@interface ExampleAppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic) UIWindow *window;
@end
| {
"pile_set_name": "Github"
} |
open ReactIntl;
module Styles = {
open Css;
let box = (bgColor, textColor) =>
style([
backgroundColor(bgColor),
color(textColor),
display(`flex),
borderRadius(`px(3)),
padding4(
~top=`rem(0.25),
~right=`rem(0.75),
~bottom=`rem(0.25),
~left=`rem(0.5... | {
"pile_set_name": "Github"
} |
---
title: MkDocs
category: "websites"
description: "MkDocs is a static site generator for building documentation websites."
icon: mkdocs.png
website: https://www.mkdocs.org
syntax:
- id: headings
available: y
- id: paragraphs
available: y
- id: line-breaks
available: y
- id: bold
available: y
... | {
"pile_set_name": "Github"
} |
### YamlMime:Landing
title: Azure Red Hat OpenShift のドキュメント
summary: Azure Red Hat OpenShift では、Red Hat と Microsoft によってサポートされる、Azure 上のシングルテナントの高可用性 Kubernetes クラスターを提供します。
metadata:
title: Azure Red Hat OpenShift のドキュメント
description: Microsoft Azure Red Hat OpenShift を使用すると、運用開始準備の整った Red Hat OpenShift クラスターを Azu... | {
"pile_set_name": "Github"
} |
/* splitTxt - split a text file into a number of files of the given # of lines */
#include "common.h"
int main(int argc, char *argv[])
{
char *inName;
char outName[256];
int maxLines;
char *baseName;
int i;
int lineCount;
char line[4096];
FILE *in, *out;
if (argc != 4 || !isdigit(argv[2][0]))
{
errAbort("spl... | {
"pile_set_name": "Github"
} |
:103E000001C0B7C0112484B790E89093610010926C
:103E10006100882361F0982F9A70923041F081FF01
:103E200002C097EF94BF282E80E0C6D0E9C085E09D
:103E30008093810082E08093C00088E18093C1007C
:103E400083E38093C40086E08093C2008EE0B4D008
:103E5000209A84E020E33CEF91E0309385002093AA
:103E6000840096BBB09BFECF189AA8954091C000E5
:103E... | {
"pile_set_name": "Github"
} |
---
tags:
- 单例
- IO流
---
# JavaDay21 IO 流
@toc
## 一、 复习
- 单例:
在整个程序运行的过程中有且只能有一个当前类对象
- 实现步骤:
1.私有化构造方法
2.提供给类外获取类对象的方法,一个用static修饰的静态方法
pubilc static 类对象类型 方法名(形式参数和类内的构造方法一致)
3.在类内定义一个static修饰的静态成员变量,用于保存之前创建过的类对象地址
4.在提供的静态方法中,进行判断,如果之前并没有这个对象,创建新对象方法, 并且保存地址;如果有,直接返回之前保存的对象地址
5.私有化保存对象地址的static成员变量
```jav... | {
"pile_set_name": "Github"
} |
/*
* [The "BSD licence"]
* Copyright (c) 2010 Ben Gruver (JesusFreke)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... | {
"pile_set_name": "Github"
} |
// This header file is in the public domain.
#ifndef Arduino_h
#define Arduino_h
#include "WProgram.h"
#include "pins_arduino.h"
#endif
| {
"pile_set_name": "Github"
} |
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
*
* @version
* 2.1.364 (October 15 2009)
*
* @copyright
* Copyright (C) 2004-2009 Alex Gorbatchev.
*
* @lic... | {
"pile_set_name": "Github"
} |
.. -*- coding: utf-8 -*-
.. URL: https://docs.docker.com/config/containers/logging/dual-logging/
.. SOURCE: https://github.com/docker/docker.github.io/blob/master/config/containers/logging/dual-logging.md
doc version: 19.03
.. check date: -
.. Commits on -
.. ---------------------------------------------------------... | {
"pile_set_name": "Github"
} |
// g2o - General Graph Optimization
// Copyright (C) 2011 G. Grisetti, R. Kuemmerle, W. Burgard
// 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 r... | {
"pile_set_name": "Github"
} |
/*
* mcp4922.c
*
* Driver for Microchip Digital to Analog Converters.
* Supports MCP4902, MCP4912, and MCP4922.
*
* Copyright (c) 2014 EMAC Inc.
*
* 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 F... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using TutorialsBase;
namespace TutorialsCS4
{
public partial class FormMain : TutorialForm
{
public FormMain()
{
Init... | {
"pile_set_name": "Github"
} |
var detective = require('../');
var fs = require('fs');
var src = fs.readFileSync(__dirname + '/strings_src.js');
var requires = detective(src);
console.dir(requires);
| {
"pile_set_name": "Github"
} |
/*
* Element Traversal methods from Juriy Zaytsev (kangax)
* used to emulate Prototype up/down/previous/next methods
*/
(function(D){
// TODO: all of this needs tests
var match = D.match, select = D.select, root = document.documentElement,
// Use the Element Traversal API if available.
nextElement = 'next... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# The contents of this file are subject to the terms of either the Universal Permissive License
# v 1.0 as shown at http://oss.oracle.com/licenses/upl
#
# or the follow... | {
"pile_set_name": "Github"
} |
with System; use System;
with Types; use Types;
with Interfaces.C.Extensions; use Interfaces.C.Extensions;
with FreeRTOS_Pack; use FreeRTOS_Pack;
package Worker_Pack
with SPARK_Mode,
Initializes => Worker_Queue
is
-- Types
-- Worker functions currently supported.
type Action is (Log_Run, Neo_Pixel_Ring, ... | {
"pile_set_name": "Github"
} |
/*
* $Revision: 1.3 $
*
* last checkin:
* $Author: gutwenger $
* $Date: 2008-05-18 23:35:29 +1000 (Sun, 18 May 2008) $
***************************************************************/
/** \file
* \brief Input of a problem in LP format.
*
* We need this module for reading problems in LP format. No
*... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Qtitan Library by Developer Machines (Advanced Chart for Qt)
**
** Copyright (c) 2009-2010 Developer Machines (http://www.devmachines.com)
** ALL RIGHTS RESERVED
**
** The entire contents of this file is protected by... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2015-2017 Cask Data, 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 agr... | {
"pile_set_name": "Github"
} |
//
// MIT License
//
// Copyright (c) 2014 Bob McCune http://bobmccune.com/
// Copyright (c) 2014 TapHarmonic, LLC http://tapharmonic.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 S... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
// Font Family
// -----------------------------
$body-font-family: -apple-system, "Roboto", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$code-font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
// Colors
// -----------------... | {
"pile_set_name": "Github"
} |
<?php
/**
* ownCloud - News
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Alessandro Cosentino <cosenal@gmail.com>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Alessandro Cosentino 2012
* @copyright Bernhard Posse... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style>
html { height: 100% }
body { height: 100%; margin: 0; padding: 0; background-color: #FFF }
#map_canvas { height: 100% }
</style>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false&langua... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace Tests.Diagnostics
{
enum MyEnum : long
{
}
enum MyEnum2
{
}
enum MyEnum3
{
}
class AA //Fixed
{ }
class AAA
{ }
class A
{ }
class B :
IBase
{ }
class BB
: IBase
{ }
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Server-side rendering of the `core/shortcode` block.
*
* @package WordPress
*/
/**
* Performs wpautop() on the shortcode block content.
*
* @param array $attributes The block attributes.
* @param string $content The block content.
*
* @return string Returns the block content.
*/
function ren... | {
"pile_set_name": "Github"
} |
CoreOS Project
Copyright 2018 CoreOS, Inc
This product includes software developed at CoreOS, Inc.
(http://www.coreos.com/).
| {
"pile_set_name": "Github"
} |
10
==========
Statistics
==========
Objects created:
Main |-> 1
C |-> 1
G |-> 1
Methods invoked:
Main.Main |-> 1
C.C |-> 1
C.m1 |-> 1
G.G |-> 1
G.print2 |-> 1
| {
"pile_set_name": "Github"
} |
"use strict";var exports=module.exports={};var isStrictComparable = require('./_isStrictComparable.js'),
keys = require('./keys.js');
/**
* Gets the property names, values, and compare flags of `object`.
*
* @private
* @param {Object} object The object to query.
* @returns {Array} Returns the match data of `o... | {
"pile_set_name": "Github"
} |
module Events.AskForSaveFilename
( handleAskForSaveFilenameEvent
)
where
import qualified Graphics.Vty as V
import Lens.Micro.Platform
import qualified Data.Text as T
import Brick
import Brick.Widgets.Edit
import Types
import State
handleAskForSaveFilenameEvent :: Bool -> AppState -> BrickEvent Name e -> EventM... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
wait.c
Abstract:
This module implements the generic kernel wait routines. Functions
are provided to wait for a single object, wait for multiple objects,
wait for event pair low, wait for event pair high, release and wait
for semaphore,... | {
"pile_set_name": "Github"
} |
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */
| {
"pile_set_name": "Github"
} |
package rocks.inspectit.ui.rcp.preferences.valueproviders;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.StringTokenizer;
import org.apache.commons.collections.CollectionUtils;
import rocks.inspectit.ui.rcp.preferences.PreferenceException;
... | {
"pile_set_name": "Github"
} |
{
"extensionDescription": {
"message": "將一個完整的頁面保存到單個 HTML 文件中",
"description": "Description of the extension."
},
"commandSaveTab": {
"message": "保存所選標籤頁或選中部分",
"description": "Command (Ctrl+Shift+Y): 'Save the current tab or the selected content'"
},
"commandSaveAllTabs": {
"message": "保存所有標籤頁",
"des... | {
"pile_set_name": "Github"
} |
@font-face {
font-family: MuiiconSpread;
font-weight: normal;
font-style: normal;
src: url('../fonts/mui-icons-extra.ttf') format('truetype'); /* iOS 4.1- */
}
.mui-icon-extra
{
font-family: MuiiconSpread;
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2.0,
* as published by the Free Software Foundation.
*
* This program is also distributed with... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2015-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// 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)
//
#ifndef NUDB_VERSION_HPP
#define NUDB_VERSION_HPP
// follows http://semver.org
... | {
"pile_set_name": "Github"
} |
module.exports = function(hljs) {
return {
aliases: ['ml'],
keywords: {
keyword:
/* according to Definition of Standard ML 97 */
'abstype and andalso as case datatype do else end eqtype ' +
'exception fn fun functor handle if in include infix infixr ' +
'let local nonfix... | {
"pile_set_name": "Github"
} |
all:
go build
clean:
go clean
-rm *.stl
-rm *.dxf
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'test_helper'
module Vedeu
describe ApplicationView do
let(:described) { Vedeu::ApplicationView }
let(:instance) { described.new(params) }
let(:params) { {} }
describe '#initialize' do
it { instance.must_be_instance_of(described) }
it { instan... | {
"pile_set_name": "Github"
} |
require File.join(File.dirname(__FILE__), "..", "..", "test_helper")
require 'mocha/parameter_matchers/all_of'
require 'mocha/inspect'
require 'stub_matcher'
class AllOfTest < Test::Unit::TestCase
include Mocha::ParameterMatchers
def test_should_match_if_all_matchers_match
matcher = all_of(Stub::Matcher... | {
"pile_set_name": "Github"
} |
// 0x1700009C
const GeoLayout small_water_splash_geo[] = {
GEO_SWITCH_CASE(6, geo_switch_anim_state),
GEO_OPEN_NODE(),
// TODO: Rename these display lists
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, stomp_smoke_seg4_dl_040251F8),
GEO_DISPLAY_LIST(LAYER_TRANSPARENT, stomp_smoke_seg4_dl_04025210),
GEO_... | {
"pile_set_name": "Github"
} |
$NetBSD: distinfo,v 1.5 2015/11/03 03:28:34 agc Exp $
SHA1 (MooseX-Types-Perl-0.101343.tar.gz) = 44378c6053a6e9c6929d36ad40da7127472f90e4
RMD160 (MooseX-Types-Perl-0.101343.tar.gz) = 990897c18fb422d8fc8bbe0155103160ebe87678
SHA512 (MooseX-Types-Perl-0.101343.tar.gz) = a3ad0f1b3dcde93f23254f084faadde7d3b03076f045802d77... | {
"pile_set_name": "Github"
} |
From 62ce2305081075a53836999441214f03d37b50b5 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sun, 28 Jun 2020 21:44:42 +0200
Subject: [PATCH 3/3] Consistent overrideable install paths
At least signon-plugins.pc and signon-plugins-common.pc were getting it wrong.
This patch is converting... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <fuchsia/scenic/scheduling/cpp/fidl.h>
#include <fuchsia/ui/policy/cpp/fidl.h>
#include <fuchsia/ui/scenic/cpp/fidl.h>
#include <lib/async-loop/de... | {
"pile_set_name": "Github"
} |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP 5.2.4 or newer
*
* NOTICE OF LICENSE
*
* Licensed under the Open Software License version 3.0
*
* This source file is subject to the Open Software License (OSL 3.0) that is
* bundled with this package in the files license.txt... | {
"pile_set_name": "Github"
} |
.class Landroid/hardware/Camera$EventHandler;
.super Landroid/os/Handler;
.source "Camera.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/hardware/Camera;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2
name = "EventHandler"
.... | {
"pile_set_name": "Github"
} |
// go run mksysnum.go /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/syscall.h
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,darwin
package unix
const (
SYS_SYSCALL = 0
SYS_EXIT ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Oracle and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the h... | {
"pile_set_name": "Github"
} |
/*
*
* Gmail: touwoyimuli@gmai.com
* blogs: https://blog.csdn.net/qq_33154343
*
* -------------------------------------------------
* Copyright 2019~2020 touwoyimuli
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | {
"pile_set_name": "Github"
} |
# Copyright 2017 Google 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,... | {
"pile_set_name": "Github"
} |
import test from 'ava';
import { encoder } from '../../src';
import base from '../base';
test('should yell at you if the bitmap is incorrect', t => {
t.throws(() => encoder.bitmap(1), TypeError);
t.throws(() => encoder.bitmap('a'), TypeError);
t.pass();
});
test('should be possible to encode a bitmap', t => {
... | {
"pile_set_name": "Github"
} |
"""
The most basic possible use case for py_cui
@author: Jakub Wlodek
@created: 12-Aug-2019
"""
# Import the lib
import py_cui
# create the CUI object. Will have a 3 by 3 grid with indexes from 0,0 to 2,2
root = py_cui.PyCUI(3,3)
# Add a label to the center of the CUI in the 1,1 grid position
root.add_label('H... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Unit Test
// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
// This file was modified by Oracle on 2016, 2017, 2019.
// Modifications copyright (c) 2016-2019, Oracle and/or its affiliates... | {
"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.
package internal
import (
"context"
"encoding/json"
"errors"
"fmt"
"io"
"io/ioutil"
"math"
"mime"
"net/http"
"net/url"
"strconv"
"strings"
"sync"
... | {
"pile_set_name": "Github"
} |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using SkorubaIdentityServer4Admin.Admin.EntityFramework.Shared.DbContexts;
namespace... | {
"pile_set_name": "Github"
} |
QA output created by 051
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base
=== Unknown option ===
Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
QEMU_PROG: -drive file=TEST_DIR/t.qc... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
template<typename T>
struct X0 {
struct MemberClass {
T member; // expected-error{{with function type}}
};
T* f0(T* ptr) {
return ptr + 1; // expected-error{{pointer to the function}}
}
static T* static_member;
};
template<typename T>
T* X0<T>::sta... | {
"pile_set_name": "Github"
} |
################################################################################
#
# alljoyn-tcl
#
################################################################################
ALLJOYN_TCL_REV = 16.04
ALLJOYN_TCL_VERSION = $(ALLJOYN_TCL_REV).00a
ALLJOYN_TCL_SOURCE = ajtcl-$(ALLJOYN_TCL_VERSION)-src.tar.gz
ALLJOYN_T... | {
"pile_set_name": "Github"
} |
Fixed link Device Tree binding
------------------------------
Some Ethernet MACs have a "fixed link", and are not connected to a
normal MDIO-managed PHY device. For those situations, a Device Tree
binding allows to describe a "fixed link".
Such a fixed link situation is described by creating a 'fixed-link'
sub-node o... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSWindowController.h"
@class DVTBorderedView, DVTStackView_ML, IDEAssistant, IDEAssistantContext, NSBox, NSButton, NSImageView, NSMutableArray, NSString, NSTextField, N... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = concurrency => {
if (concurrency < 1) {
throw new TypeError('Expected `concurrency` to be a number from 1 and up');
}
const queue = [];
let activeCount = 0;
const next = () => {
activeCount--;
if (queue.length > 0) {
queue.shift()();
}
};
return fn => new Promise((re... | {
"pile_set_name": "Github"
} |
/*!
* randomatic <https://github.com/jonschlinkert/randomatic>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/
'use strict';
var isNumber = require('is-number');
var typeOf = require('kind-of');
/**
* Expose `randomatic`
*/
module.exports = randomatic;
/**
* Available mask... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# Copyright 2020 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... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 535f5b5f19928a645885acba6ba02ed7
timeCreated: 1519907486
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"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... | {
"pile_set_name": "Github"
} |
package jsonpath
import "reflect"
// A wrapper around reflect.Value that allows callers
// to call Set() on a Value retrieved from inside a map index.
//
// In the normal reflect package, the value in a map index
// is not addressable, because the internal map implementation
// might have to rearrange the map storage... | {
"pile_set_name": "Github"
} |
<annotation verified="no">
<folder>RBC</folder>
<filename>BloodImage_00104</filename>
<path>/Users/cosmic/WBC_CLASSIFICATION_ANNO/RBC/BloodImage_00104.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>640</width>
<height>480</height>
<depth>3</depth>
</size>
<segme... | {
"pile_set_name": "Github"
} |
/* (c) 2014 - 2016 Open Source Geospatial Foundation - all rights reserved
* (c) 2001 - 2013 OpenPlans
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.rest.service;
import static org.custommonkey.xmlunit.XMLAssert.assertXpathEvaluatesTo;
im... | {
"pile_set_name": "Github"
} |
class Platypus < Formula
desc "Create macOS applications from {Perl,Ruby,sh,Python} scripts"
homepage "https://sveinbjorn.org/platypus"
url "https://sveinbjorn.org/files/software/platypus/platypus5.3.src.zip"
sha256 "b5b707d4f664ab6f60eed545d49a7d38da7557ce8268cc4791886eee7b3ca571"
license "BSD-3-Clause"
he... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.