text stringlengths 2 99k | meta dict |
|---|---|
# Makefile for zlib under OS/2 using GCC (PGCC)
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# cp Makefile.os2 ..
# cd ..
# make -f Makefile.os2 test
# This makefile will build a static library z.lib, a shared library
# z.dll and a import library zdll.lib... | {
"pile_set_name": "Github"
} |
<resources>
<!-- inside of a 'tech-list', values will be ANDed, so all must match! -->
<!-- tech-lists will be ORed with one another -->
<tech-list>
<tech>android.nfc.tech.NfcA</tech>
</tech-list>
<tech-list>
<tech>android.nfc.tech.NfcB</tech>
</tech-list>
<tech-list>
... | {
"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"
} |
-- (c) 2009-2011 John MacFarlane. Released under MIT license.
-- See the file LICENSE in the source for details.
--- HTML 5 writer for lunamark.
-- Extends [lunamark.writer.html], but uses `<section>` tags for sections
-- if `options.containers` is true.
local M = {}
local html = require("lunamark.writer.html")
---... | {
"pile_set_name": "Github"
} |
package de.techdev.trackr.domain.company;
import org.springframework.data.repository.CrudRepository;
/**
* @author Moritz Schulze
*/
public interface ContactPersonRepository extends CrudRepository<ContactPerson, Long> {
}
| {
"pile_set_name": "Github"
} |
// mkerrors.sh -Wall -Werror -static -I/tmp/include
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc64le,linux
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -Wall -Werror -static -I/tmp/include _const.go
package unix
import "syscall"
const (
B1000000 ... | {
"pile_set_name": "Github"
} |
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/Protobuf
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Protobuf" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Publ... | {
"pile_set_name": "Github"
} |
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
#include <mutex>
#include <vector>
#include "common/ceph_context.h"
#include "common/debug.h"
#include "common/errno.h"
#include "mon/MonClient.h"
#include "ClusterWatcher.h"
#define dout_context g_ceph_context
#define... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
require 'linguistics/en' unless defined?( Linguistics )
# Plural inflection methods for the English-language Linguistics module.
#
# It provides conversion of plural forms of all nouns, most verbs,
# and some adjectives. It also provides "classical" variants (for
# example: "brother" -> "brethren"... | {
"pile_set_name": "Github"
} |
REM Excerpted from "Programming Clojure",
REM published by The Pragmatic Bookshelf.
REM Copyrights apply to this code. It may not be used to create training material,
REM courses, books, articles, and the like. Contact us if you are in doubt.
REM We make no guarantees that this code is fit for any purpose.
REM Visit... | {
"pile_set_name": "Github"
} |
<?php
namespace DeepCopy\Matcher;
/**
* Match a property by its name
*/
class PropertyNameMatcher implements Matcher
{
/**
* @var string
*/
private $property;
/**
* @param string $property Property name
*/
public function __construct($property)
{
$this->property = $p... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite>
<directory>tests/Unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/V[!a-zA-Z]*</directory>
... | {
"pile_set_name": "Github"
} |
define([
'jquery',
'./options',
'./utils',
'./keys'
], function ($, Options, Utils, KEYS) {
var Select2 = function ($element, options) {
if ($element.data('select2') != null) {
$element.data('select2').destroy();
}
this.$element = $element;
this.id = this._generateId($element);
op... | {
"pile_set_name": "Github"
} |
hashing. O(n).
| {
"pile_set_name": "Github"
} |
hlsl.memberFunCall.frag
Shader version: 500
gl_FragCoord origin is upper left
0:? Sequence
0:1 Function Definition: method3(f1; ( temp float)
0:1 Function Parameters:
0:1 'a' ( in float)
0:? Sequence
0:1 Branch: Return with expression
0:1 Constant:
0:1 1.000000
0:4 Function Definitio... | {
"pile_set_name": "Github"
} |
---
title: 'Managing the security policy of an Exchange service'
slug: manage-security-policy-password
excerpt: 'Find out how to manage the security policy of your Exchange service'
section: 'Getting started with Exchange'
order: 6
---
**Last updated 25th January 2019**
## Objective
With the Exchange service, you ca... | {
"pile_set_name": "Github"
} |
<html>
<body bgcolor="#ffffff">
A lightweight TLS API.
</body>
</html>
| {
"pile_set_name": "Github"
} |
/*
* Pixel Dungeon
* Copyright (C) 2012-2015 Oleg Dolya
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* T... | {
"pile_set_name": "Github"
} |
I have read and understand GitHub's Guide to Filing a DMCA Notice.
**Are you the copyright owner or authorized to act on the copyright owner's behalf?**
Yes.
**Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted on... | {
"pile_set_name": "Github"
} |
<?php
namespace app\components;
/*
* @link http://www.diemeisterei.de/
*
* @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use dektrium\user\models\User as UserModel;
us... | {
"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 m... | {
"pile_set_name": "Github"
} |
<?php
use Microweber\View;
only_admin_access();
$shipping_to_country = mw('shop\shipping\gateways\country\shipping_to_country');
$data = $data_orig = $shipping_to_country->get();
if ($data == false) {
$data = array();
}
$countries_used = array();
//$data[] = array();
$countries = mw()->forms_manager->coun... | {
"pile_set_name": "Github"
} |
#ifndef ALEXCPT_H
#define ALEXCPT_H
#include <exception>
#include <string>
#include "AL/alc.h"
#ifdef __GNUC__
#define ALEXCPT_FORMAT(x, y, z) __attribute__((format(x, (y), (z))))
#else
#define ALEXCPT_FORMAT(x, y, z)
#endif
namespace al {
class backend_exception final : public std::exception {
std::string m... | {
"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"
} |
const PACKAGE = require('../../../../../webpack.common.js');
module.exports = PACKAGE(
'input/tex/extensions/tagformat', // the package to build
'../../../../../../js', // location of the MathJax js library
[ // packages to link to
'components/src/input/tex-bas... | {
"pile_set_name": "Github"
} |
G04 (created by PCBNEW (2013-07-07 BZR 4022)-stable) date 11/9/2013 7:35:54 PM*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.006*%
%ADD11C,0.104425*%
%ADD12C,0.021*%
%ADD13C,0.147732*%
%ADD14R,0.0729291X0.0729291*%
%ADD15C,0.0729291*%
%ADD16C,0.... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "info@2x.png"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
"""Policies
Note that Dispatchers are now implemented in "dispatcher.py", but
are still documented here.
Policies
A policy is an object which manages the interaction between a public
Python object, and COM . In simple terms, the policy object is the
object which is actually called by COM, and it invokes the r... | {
"pile_set_name": "Github"
} |
import { useState } from "@wordpress/element";
import { SvgIcon } from "@yoast/components";
import PropTypes from "prop-types";
/**
* Sidebar Collapsible component with default padding and separator
*
* @param {Object} props The properties for the component.
*
* @returns {wp.Element} The Collapsible component.
*... | {
"pile_set_name": "Github"
} |
// @flow
import React, { Component } from 'react';
import { connect } from 'react-redux';
import { withTranslation } from 'react-i18next';
import compose from 'lodash/fp/compose';
import { Grid, Header, Icon, Message, Segment } from 'semantic-ui-react';
class PromptStageError extends Component<Props> {
render() {
... | {
"pile_set_name": "Github"
} |
load("@rules_jvm_external//:defs.bzl", "artifact")
alias(
name = "jimfs",
actual = artifact("com.google.jimfs:jimfs:1.1"),
visibility = ["//visibility:public"],
)
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which gener... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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)
//
// Preprocessed version of "boost/mpl/plus.hpp" header
// -- DO NOT modify by hand!
namespace boost { ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Twig.
*
* (c) 2009 Fabien Potencier
* (c) 2009 Armin Ronacher
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Represents a block node.
*
* @author Fabien Potencier <fabien@symfony.com>
*... | {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
//===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('map', require('../map'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQDWMHOiUF+ORmZjAxI8MWE9dblb7gQSJ36WCXlPFiFx6ynF+S1E
kXAYpIip5X0pzDUaIbLukxJUAAnOtMEO0PCgxJQUrEtRWh8wiJdbdQJF0Zs/9R+u
SUgb61f+mdTQvhqefBGx+xrpfAcgtcWiZuSA9Q3fvpDj5WOWSPWXBUuxywIDAQAB
AoGBAJPxRX2gjFAGWmQbU/YVmXfNH6navh8X/nx9sLeqrpE0AFeJI/ZPiqDKzMal
B43eSfNxwVi+ZxN0L1ICUbL9KKZv... | {
"pile_set_name": "Github"
} |
function Queue () {
this.head = new Item('head', null)
}
module.exports = Queue
Queue.prototype.append = function append (kind, value) {
var item = new Item(kind, value)
this.head.prepend(item)
return item
}
Queue.prototype.isEmpty = function isEmpty () {
return this.head.prev === this.head
}
Queue.prototy... | {
"pile_set_name": "Github"
} |
FILE(GLOB COPY_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*)
FILE(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/ FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE)
FILE(GLOB CUR_EXTRA_DIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*)
SET(CUR_EXTRA_DIST ${CUR_EXTRA_DIST} CMakeLists.txt)
A... | {
"pile_set_name": "Github"
} |
<div>
If the remote API support is enabled in this Jira, you can set
a valid account information. This would allow projects to update
their issues whenever builds integrate those changes, by using
this configured account. Each project can choose whether to
actually update Jira via a selection in the publish ... | {
"pile_set_name": "Github"
} |
from ray.rllib.utils.framework import try_import_torch
torch, nn = try_import_torch()
class SkipConnection(nn.Module):
"""Skip connection layer.
Adds the original input to the output (regular residual layer) OR uses
input as hidden state input to a given fan_in_layer.
"""
def __init__(self, lay... | {
"pile_set_name": "Github"
} |
# 前端开发规范手册
##### Github: [仓库地址](https://github.com/Aaaaaashu/Front-End-Style-Guide)
##### 知笔墨:[手册地址](http://zhibimo.com/read/Ashu/front-end-style-guide/)
此手册主要实现的目标:**代码一致性**和**最佳实践**。通过代码风格的一致性,降低维护代码的成本以及改善多人协作的效率。同时遵守最佳实践,确保页面性能得到最佳优化和高效的代码。
此手册是在开发中积累下来的经验和参考其它规范/指南制定的,它只是起指导作用,除个别条目强制之外,大多数为非强制约束,开发者可根据自己的实际情况自... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1996-1997 Id Software, 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 Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in th... | {
"pile_set_name": "Github"
} |
package com.tencent.mm.d.a;
import android.content.Context;
public final class h$a
{
public int actionCode;
public String asf;
public boolean asg;
public boolean ash;
public Context context;
}
/* Location:
* Qualified Name: com.tencent.mm.d.a.h.a
* Java Class Version: 6 (50.0)
* JD-Core Version: ... | {
"pile_set_name": "Github"
} |
digraph txn_coordinator{
node[shape=box;];
newrank=true;
rankdir=LR;
subgraph cluster_zkClient {
graph[label="zkClient";fontsize=20;style=rounded];
zk_getDataAndVersion -> ProducerIdBlockZNode;
conditionalUpdatePath;
};
subgraph cluster_PorudcerIdManager {
graph[label="PorudcerIdManager";fo... | {
"pile_set_name": "Github"
} |
#!/usr/bin/ruby
require 'FileUtils'
require 'settings.rb'
require 'skipped.rb'
require '../../rules/util.rb'
BUILD_DIR = 'build'
MOSYNCDIR = ENV['MOSYNCDIR']
GCC_FLAGS = " -I. -I#{MOSYNCDIR}/include -DNO_TRAMPOLINES"
PIPE_FLAGS = " -datasize=#{2*1024*1024} -stacksize=#{512*1024} -heapsize=#{1024*1024}"
PIPE_LIBS = " ... | {
"pile_set_name": "Github"
} |
export { default } from './DataTableSearch';
export * from './DataTableSearch'; | {
"pile_set_name": "Github"
} |
/**
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modularize underscore exports="node" -o ./underscore/`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
* Copyright 2009-2013 Jeremy Ashkenas, DocumentClou... | {
"pile_set_name": "Github"
} |
## @file
# Component description file for EFI Shell module.
#
# This is a binary module containing multiple binary shell applications.
# All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application
# file, and they are can be run in shell environment.
# Copyright (c) 2006 - 2010, Intel ... | {
"pile_set_name": "Github"
} |
WARNING.*shadow.*
| {
"pile_set_name": "Github"
} |
/*
* Driver for C-Media's CMI8330 and CMI8329 soundcards.
* Copyright (c) by George Talusan <gstalusan@uwaterloo.ca>
* http://www.undergrad.math.uwaterloo.ca/~gstalusa
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... | {
"pile_set_name": "Github"
} |
require "net/smtp"
require "timeout"
class Heartbeat < Sinatra::Base
get "" do
content_type :json
{ services: services,
version: Lagotto::VERSION,
status: human_status(services_up?) }.to_json
end
def services
{ mysql: human_status(mysql_up?),
memcached: human_status(memcached_up?)... | {
"pile_set_name": "Github"
} |
import React from "react";
import qs from "query-string";
import ReactPlayer from "react-player";
import InstagramEmbed from "react-instagram-embed";
import { Markdown } from "/utils";
export const Expando = ({
expanded,
url,
is_self,
selftext: body,
selftext_html: html,
image,
iframe,
EmbedComponent,
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="toolCount">5</integer>
<integer name="featherfilterPacksCount">5</integer>
<integer name="featherStickerPacksCount">4</integer>
</resources> | {
"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"
} |
require 'puppet/indirector/terminus'
# Manage a memory-cached list of instances.
class Puppet::Indirector::Memory < Puppet::Indirector::Terminus
def initialize
@instances = {}
end
def destroy(request)
raise ArgumentError.new("Could not find #{request.key} to destroy") unless @instances.include?(request.... | {
"pile_set_name": "Github"
} |
/**************************************************************************
*
* Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"),... | {
"pile_set_name": "Github"
} |
/** @addtogroup loader loader
* @ingroup srvs
* @brief Loads and runs programs from VFS
*/
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
///
//# This makes an effort to find cases where ARRAY_SIZE can be used such as
//# where there is a division of sizeof the array by the sizeof its first
//# element or by any indexed element or the eleme... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Dremio Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2019_07_01.implementation;
import java.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013 Apple Inc. 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
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
{
"name": "graceful-readlink",
"version": "1.0.1",
"description": "graceful fs.readlink",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/zhiyelee/graceful-readlink.git"
},
"homepage": "https://github.com/zhiyelee/graceful-readlink",
"bugs": {
"url": "https://gith... | {
"pile_set_name": "Github"
} |
;;; init-indent-guide.el --- Init for indent-guide.el
;; Filename: init-indent-guide.el
;; Description: Init for indent-guide.el
;; Author: Andy Stewart <lazycat.manatee@gmail.com>
;; Maintainer: Andy Stewart <lazycat.manatee@gmail.com>
;; Copyright (C) 2014, Andy Stewart, all rights reserved.
;; Created: 2014-10-06 1... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels c... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id: keymap.h 10209 2011-02-24 22:05:47Z sshwarts $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002-2009 The Bochs Project
//
// This library is free software; you can redistribute it and/o... | {
"pile_set_name": "Github"
} |
import CreateActions from '../../utils/ActionsConstructor';
export default CreateActions(
{
fetch: {},
setAdmins: {},
fetchAdmins: {
asyncResult: true,
loading: true,
children: ['completed', 'failure'],
method: 'Syncano.Actions.Admins.list'
},
updateAdmin: {
asyncRes... | {
"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.
// +build amd64,dragonfly
package unix
import (
"syscall"
"unsafe"
)
func Getpagesize() int { return 4096 }
func TimespecToNsec(ts Timespec) int64 { retur... | {
"pile_set_name": "Github"
} |
[
{
"type": "NodeCom",
"secondType": "10",
"Node": [
]
},
{
"type": "ShopCom",
"viewSize": "{1024,80}",
"cellSize": "{185,80}",
"position": "{17,0}",
"anchorPoint": "{0,1}",
"data": [
{
"name": "超级火箭",
"filename": "images/unit3.png",
"bullet_im... | {
"pile_set_name": "Github"
} |
//
// System.Windows.Forms.Design.StringCollectionEditor
//
// Author:
// Ivan N. Zlatev <contact@i-nz.net>
//
// (C) 2007 Ivan N. Zlatev
//
//
// 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... | {
"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 under t... | {
"pile_set_name": "Github"
} |
/*
* Load firmware files from Analog Devices SigmaStudio
*
* Copyright 2009-2011 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#ifndef __SIGMA_FIRMWARE_H__
#define __SIGMA_FIRMWARE_H__
#include <linux/device.h>
#include <linux/regmap.h>
#include <linux/list.h>
#include <sound/pcm.h>
struct sig... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CircleOcticon renders consistently 1`] = `
.c0 {
overflow: hidden;
width: 32px;
height: 32px;
border-width: 0;
border-radius: 50%;
border-style: solid;
border-color: #e1e4e8;
}
.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexb... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "tz.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "tz@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "tz@3x.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose ei... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2013,2019 AT&T Knowledge Ventures
* SPDX-License-Identifier: MIT
*/
package com.att.research.xacmlatt.pdp.test.conformance;
import java.io.File;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.fil... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("S... | {
"pile_set_name": "Github"
} |
{
"word": "Reflexive",
"definitions": [
"Denoting a pronoun that refers back to the subject of the clause in which it is used, e.g. myself, themselves.",
"(of a verb or clause) having a reflexive pronoun as its object (e.g. wash oneself).",
"(of a relation) always holding between a term ... | {
"pile_set_name": "Github"
} |
// $Id: lists.java,v 1.1 2004-05-23 07:12:55 bfulgham Exp $
// http://www.bagley.org/~doug/shootout/
import java.io.*;
import java.util.*;
import java.text.*;
public class lists {
static int SIZE = 10000;
public static void main(String args[]) {
int n = Integer.parseInt(args[0]);
int result =... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e4732e1210a3d39459db8b431f866659
timeCreated: 1492527856
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
namespace DeepCopy\f001;
class B extends A
{
private $bProp;
public function getBProp()
{
return $this->bProp;
}
public function setBProp($prop)
{
$this->bProp = $prop;
return $this;
}
}
| {
"pile_set_name": "Github"
} |
%MAPPINGS Info on the mapping class construction of PRTools
%
% This is not a command, just an information file.
%
% Mappings in PRTools are in the MATLAB language defined as objects of the
% class PRMAPPING. In the text below, the words 'object' and 'class' are used
% in the pattern recognition sense.
%
% In the Pat... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Mustache.php.
*
* (c) 2010-2017 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Mustache Cache filesystem implementation.
*
* A FilesystemCache instance caches Mustache Temp... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="icon" href="%REACT_APP_AVATAR_URL%?type=normal"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="%REACT_APP_THEME_COLOR%"/>
<meta name="description" content="%REACT_APP... | {
"pile_set_name": "Github"
} |
package client
const (
ResourceFieldSelectorType = "resourceFieldSelector"
ResourceFieldSelectorFieldContainerName = "containerName"
ResourceFieldSelectorFieldDivisor = "divisor"
ResourceFieldSelectorFieldResource = "resource"
)
type ResourceFieldSelector struct {
ContainerName string `j... | {
"pile_set_name": "Github"
} |
/* DASHBOARD */
.dashboard .module table th {
width: 100%;
}
.dashboard .module table td {
white-space: nowrap;
}
.dashboard .module table td a {
display: block;
padding-right: .6em;
}
/* RECENT ACTIONS MODULE */
.module ul.actionlist {
margin-left: 0;
}
ul.actionlist li {
list-style-type:... | {
"pile_set_name": "Github"
} |
.mui-text-field {
$disabled-text-color: rgba($body-text-color, 0.3);
$error-color: $red-500;
transform: scale(1) translate3d(0, 0, 0);
font-size: 16px;
line-height: 24px;
width: 64px * 4;
height: 48px;
display: inline-block;
position: relative;
@include ease-out($duration: 200ms, $property: he... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2012-2016 VMware, 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 applic... | {
"pile_set_name": "Github"
} |
; Test 32-bit ORs in which the second operand is constant.
;
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
; Check the lowest useful OILL value.
define i32 @f1(i32 %a) {
; CHECK-LABEL: f1:
; CHECK: oill %r2, 1
; CHECK: br %r14
%or = or i32 %a, 1
ret i32 %or
}
; Check the high end of the OILL range.
defi... | {
"pile_set_name": "Github"
} |
libavformat/mxf.o: libavformat/mxf.c libavutil/common.h \
libavutil/attributes.h libavutil/macros.h libavutil/version.h \
libavutil/avconfig.h config.h libavutil/intmath.h libavutil/common.h \
libavutil/mem.h libavutil/error.h libavutil/avutil.h \
libavutil/rational.h libavutil/mathematics.h libavutil/intfloat.h \
... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2002-2012 Croteam Ltd.
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without... | {
"pile_set_name": "Github"
} |
"""Compressed Sparse Row matrix format"""
from __future__ import division, print_function, absolute_import
__docformat__ = "restructuredtext en"
__all__ = ['csr_matrix', 'isspmatrix_csr']
import numpy as np
from scipy._lib.six import xrange
from ._sparsetools import csr_tocsc, csr_tobsr, csr_count_blocks, \
... | {
"pile_set_name": "Github"
} |
public class Jensen2 {
interface IntToDoubleFunction {
double apply(int n);
}
static double sum(int lo, int hi, IntToDoubleFunction f) {
double res = 0;
for (int i = lo; i <= hi; i++)
res += f.apply(i);
return res;
}
public static void main(String args[... | {
"pile_set_name": "Github"
} |
<?php declare(strict_types=1);
namespace Shopware\Core\Framework\Api\Converter\Exceptions;
use Shopware\Core\Framework\ShopwareHttpException;
use Symfony\Component\HttpFoundation\Response;
class WriteRemovedFieldException extends ShopwareHttpException
{
public function __construct(string $field, string $entityNa... | {
"pile_set_name": "Github"
} |
/* eslint-disable */
/**
* @file 公共方法
* @author yangmingming
*/
// TEXTURE_NAME, 材质name
// 材质坐标转化成真实尺寸坐标
export default `
vec2 _2d_shape_TEXTURE_NAME = vec2(float(width_TEXTURE_NAME), float(height_TEXTURE_NAME));
vec2 moveTexture2PosToReal_TEXTURE_NAME(vec2 v) {
return v * _2d_shape_TEXTURE_NAME;
// vec2 v... | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
CHIPSET(0x4C57, RADEON_LW, RV200)
CHIPSET(0x4C58, RADEON_LX, RV200)
CHIPSET(0x4C59, RADEON_LY, RV100)
CHIPSET(0x4C5A, RADEON_LZ, RV100)
CHIPSET(0x5144, RADEON_QD, R100)
CHIPSET(0x5145, RADEON_QE, R100)
CHIPSET(0x5146, RADEON_QF, R100)
CHIPSET(0x5147, RADEON_QG, R100)
CHIPSET(0x5159, RADEON_QY, RV100)
CHIPSET(0x515A, RA... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.