text stringlengths 2 99.9k | meta dict |
|---|---|
Title: CHMOD 计算器
Date: 2006-10-31 09:18
Author: toy
Category: Apps
Slug: chmod_calculator
有些初学 *Nix 的朋友,对于 chmod
命令后面所跟的那串数字很是令人费解。到底在那串数字背后隐藏着什么秘密呢?在更改相应权限的时候,又如何得到那些数字呢?[CHMOD
Calculator](http://www.mistupid.com/internet/chmod.htm) 这个简单的在线
chmod 计算器,将助你一臂之力。

from trading_calendars import get_calendar
from zi... | {
"pile_set_name": "Github"
} |
[ This is the ChangeLog from the former keyserver/ directory which
kept the old gpgkeys_* keyserver access helpers. We keep it here
to document the history of certain keyserver relates features. ]
2011-12-01 Werner Koch <wk@g10code.com>
NB: ChangeLog files are no longer manually maintained. Starting
on Dec... | {
"pile_set_name": "Github"
} |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_github"
android:orderInCategory="100"
app:showAsAction="always"
android:icon="@drawable/ic_github"
android:title="@string... | {
"pile_set_name": "Github"
} |
# W2J-CLI
JavaWeb Command-line Framework, help you easily build a command line JavaWeb System.
It can be easily combined with any Java framework , and no other dependency.Even you don't need create a HTML page.
## Why need it
- Some functions are provided to professional and do not want to invest in developing fron... | {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=GBK"%>
<%@ page import="java.util.Map,java.util.TreeMap" %>
<%@ taglib prefix="s2" uri="/struts-tags" %>
<%
Map checkState=new TreeMap();
checkState.put("1","已审核");
checkState.put("0","未审核");
checkState.put("all","全部");
Map payforState... | {
"pile_set_name": "Github"
} |
/*
This file is part of cpp-ethereum.
cpp-ethereum 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.
cpp-ethereum is distributed in the... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block content %}
<article>
<h2>{{ article.title }}</h2>
{{ article.content }}
<h6>Written by <a href="{{ SITEURL }}/author/{{ article.author|lower|replace(' ', '-') }}.html">{{ article.author }}</a> on {{ article.locale_date }}.</h6>
</article>
{% if DISQUS_SITENAME %}
<hr/>
<div class... | {
"pile_set_name": "Github"
} |
% seemovie() - see an EEG movie produced by eegmovie()
%
% Usage: >> seemovie(Movie,ntimes,Colormap)
%
% Inputs:
% Movie = Movie matrix returned by eegmovie()
% ntimes = Number of times to display {0 -> -10}
% If ntimes < 0, movie will play forward|backward
% Colormap = C... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Telugu [te]
//! author : Krishna Chaitanya Thota : https://github.com/kcthota
import moment from '../moment';
export default moment.defineLocale('te', {
months : 'జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జూలై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్'.split('_'),
... | {
"pile_set_name": "Github"
} |
// Get duplication information for a project.
package sonargo
import "net/http"
type DuplicationsService struct {
client *Client
}
type DuplicationsShowObject struct {
Duplications []*Duplication `json:"duplications,omitempty"`
Files *Files `json:"files,omitempty"`
}
type Block struct {
Ref stri... | {
"pile_set_name": "Github"
} |
/* fre:ac - free audio converter
* Copyright (C) 2001-2020 Robert Kausch <robert.kausch@freac.org>
*
* 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 Licens... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Enalean, 2020 - Present. All Rights Reserved.
*
* This file is a part of Tuleap.
*
* Tuleap 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... | {
"pile_set_name": "Github"
} |
/***********************************************************************
A JavaScript tokenizer / parser / beautifier / compressor.
https://github.com/mishoo/UglifyJS2
-------------------------------- (C) ---------------------------------
Author: Mihai Bazon
... | {
"pile_set_name": "Github"
} |
---
layout: page
title: "Q31297: A GOTO Inside SELECT CASE Incorrectly Executes ELSE Block"
permalink: /pubs/pc/reference/microsoft/kb/Q31297/
---
## Q31297: A GOTO Inside SELECT CASE Incorrectly Executes ELSE Block
Article: Q31297
Version(s): 4.00 4.00b
Operating System: MS-DOS
Flags: ENDUSER | buglist4.00 bugli... | {
"pile_set_name": "Github"
} |
//----------------------------------------------------------------------
// File: kd_pr_search.h
// Programmer: Sunil Arya and David Mount
// Description: Priority kd-tree search
// Last modified: 01/04/05 (Version 1.0)
//----------------------------------------------------------------------
// Copyright (c) 1997-2... | {
"pile_set_name": "Github"
} |
# Source.actorRefWithBackpressure
Materialize an `ActorRef` of the classic actors API; sending messages to it will emit them on the stream. The source acknowledges reception after emitting a message, to provide back pressure from the source.
@ref[Actor interop operators](../index.md#actor-interop-operators)
## Signa... | {
"pile_set_name": "Github"
} |
cd C:\adt32\sdk\tools
tools emulator -avd avd_api_14 &
cd C:\android\workspace\AppCameraDemo2
| {
"pile_set_name": "Github"
} |
/*
* Copyright 1999-2020 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | {
"pile_set_name": "Github"
} |
GL_SGIX_texture_add_env
http://www.opengl.org/registry/specs/SGIX/texture_env_add.txt
GL_SGIX_texture_add_env
| {
"pile_set_name": "Github"
} |
from __future__ import (absolute_import, division, print_function,
unicode_literals)
from matplotlib.externals import six
import io
import os
import sys
import warnings
import matplotlib as mpl
import matplotlib.pyplot as plt
from matplotlib.tests import assert_str_equal
from matplotlib.testi... | {
"pile_set_name": "Github"
} |
#ifndef SASS_TO_VALUE_H
#define SASS_TO_VALUE_H
#include "operation.hpp"
#include "sass/values.h"
#include "ast_fwd_decl.hpp"
namespace Sass {
class To_Value : public Operation_CRTP<Value_Ptr, To_Value> {
Value_Ptr fallback_impl(AST_Node_Ptr n);
private:
Context& ctx;
public:
To_Value(Context&... | {
"pile_set_name": "Github"
} |
package com.enonic.xp.data;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.ZoneOffset;
import java.time.format.DateTimeFormatter;
import java.time.format.DateTimeFormatterBuilder;
import java.time.format.SignStyle;
import java.time.tem... | {
"pile_set_name": "Github"
} |
//
// Close icons
// --------------------------------------------------
.close {
float: right;
font-size: (@font-size-base * 1.5);
font-weight: @close-font-weight;
line-height: 1;
color: @close-color;
text-shadow: @close-text-shadow;
.opacity(.2);
&:hover,
&:focus {
color: @close-color;
tex... | {
"pile_set_name": "Github"
} |
{
"navigationBarTitleText": "校园兼职"
} | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/BasePrincipal.h"... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/// Correct the size argument to alloc functions
///
//# This makes an effort to find cases where the argument to sizeof is wrong
//# in memory allocation functions by checking the type of the allocated memory
//# when it is a double pointer and ensuring the sizeof argument take... | {
"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 -->
<title>Uses of Class com.google.gwt.dom.builder.client.DomLegendBuilder (GWT Javadoc)</title>
<link rel="stylesheet" type="text/css" href="../../.... | {
"pile_set_name": "Github"
} |
// Created on: 1993-07-29
// Created by: Remi LEQUETTE
// Copyright (c) 1993-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU ... | {
"pile_set_name": "Github"
} |
E.LOADER FF1900 FF8023 00010D
| {
"pile_set_name": "Github"
} |
/*
* RISC-V translation routines for the RV64M Standard Extension.
*
* Copyright (c) 2016-2017 Sagar Karandikar, sagark@eecs.berkeley.edu
* Copyright (c) 2018 Peer Adelt, peer.adelt@hni.uni-paderborn.de
* Bastian Koppelmann, kbastian@mail.uni-paderborn.de
*
* This program is free software; you... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_cfft_radix4_f32.c
*
* Description: Radix-4 Deci... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_kotlin"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
... | {
"pile_set_name": "Github"
} |
package com.macro.mall.dto;
import com.macro.mall.model.SmsCoupon;
import com.macro.mall.model.SmsCouponProductCategoryRelation;
import com.macro.mall.model.SmsCouponProductRelation;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
/**
* 优惠券信息封装,包括绑定... | {
"pile_set_name": "Github"
} |
var selftest = require('../tool-testing/selftest.js');
var Sandbox = selftest.Sandbox;
var MONGO_LISTENING =
{ stdout: " [initandlisten] waiting for connections on port" };
function startRun(sandbox) {
var run = sandbox.run();
run.match("myapp");
run.match("proxy");
run.tellMongo(MONGO_LISTENING);
run.ma... | {
"pile_set_name": "Github"
} |
/**
* H2GIS is a library that brings spatial support to the H2 Database Engine
* <http://www.h2database.com>. H2GIS is developed by CNRS
* <http://www.cnrs.fr/>.
*
* This code is part of the H2GIS project. H2GIS is free software;
* you can redistribute it and/or modify it under the terms of the GNU
* Lesser Gen... | {
"pile_set_name": "Github"
} |
University of Kragujevac
| {
"pile_set_name": "Github"
} |
/*
* @Author: czy0729
* @Date: 2020-03-11 11:32:31
* @Last Modified by: czy0729
* @Last Modified time: 2020-07-09 15:45:56
*/
import React from 'react'
import { AppState, Clipboard } from 'react-native'
import { matchBgmUrl } from '@utils/match'
import { navigationReference, appNavigate } from '@utils/app'
import ... | {
"pile_set_name": "Github"
} |
'use strict';
const expect = require('chai').expect
, nupnp = require('./nupnp')
;
describe('N-UPnP', () => {
it('should discover a bridge on the network', async () => {
const results = await nupnp.nupnp();
expect(results).to.be.instanceOf(Array);
expect(results[0]).to.have.property('id');
expec... | {
"pile_set_name": "Github"
} |
using GeometryTypes, GLVisualize, GLAbstraction, ImageMagick
using FileIO, ColorTypes, Reactive
if !isdefined(:runtests)
window = glscreen()
end
const description = """
You can move mario around with the arrow keys
"""
const record_interactive = true
mutable struct Mario{T}
x ::T
y ... | {
"pile_set_name": "Github"
} |
/*
* Broadcom specific AMBA
* PCI Core
*
* Copyright 2005, 2011, Broadcom Corporation
* Copyright 2006, 2007, Michael Buesch <m@bues.ch>
* Copyright 2011, 2012, Hauke Mehrtens <hauke@hauke-m.de>
*
* Licensed under the GNU/GPL. See COPYING for details.
*/
#include "bcma_private.h"
#include <linux/export.h>
#in... | {
"pile_set_name": "Github"
} |
'name': 'test'
'scopeName': 'source.test'
'injectionSelector': 'comment'
'patterns': [{'include': 'source.sql'}]
| {
"pile_set_name": "Github"
} |
module.exports = require('./some');
| {
"pile_set_name": "Github"
} |
var cache = {};
/**
* All that we require for search space is the following form:
* { keyWords: 'Blah Blah hi',
* name: 'Joe Dude',
* *** anything else you want ***
* }
*/
exports.makeSearcher = function(searchSpace) {
return function(text, cb) {
var res = [], searchEntry, i, useAsKeywords;
if (ca... | {
"pile_set_name": "Github"
} |
@import './../../../scss/variables';
.c-logo {
text-align: left;
padding: $gutter-double;
}
| {
"pile_set_name": "Github"
} |
(module I2C_5-3V (layer F.Cu) (tedit 54CF85C1)
(fp_text reference I2C_5-3V (at 0 1.27) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_text value VAL** (at 0 -1.27) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_line (start -7.62 -5.08) (end 7.62 -5.08)... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2001, 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"
} |
/*
* Copyright (c) 2010-2020 Mark Allen, Norbert Bartels.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | {
"pile_set_name": "Github"
} |
imports:
- path: software_status.py
properties:
timeout:
type: integer
waiterDependsOn:
type: array
successNumber:
type: integer
failureNumber:
type: integer
outputs:
config-url:
type: string
variable-path:
type: string
| {
"pile_set_name": "Github"
} |
#ifndef crypto_hash_sha512_H
#define crypto_hash_sha512_H
/*
* WARNING: Unless you absolutely need to use SHA512 for interoperatibility,
* purposes, you might want to consider crypto_generichash() instead.
* Unlike SHA512, crypto_generichash() is not vulnerable to length
* extension attacks.
*/
#include <stddef.... | {
"pile_set_name": "Github"
} |
Feature: Compile Time Information
In order to allow a developer to have access to context
information at compile time
As a Joxa Developer
I want to be able to call the functions (module) (function) (line) and have
them evaluate to the correct result
Scenario: Write a function that evaluates to the modu... | {
"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 !gccgo
#include "textflag.h"
//
// System call support for 386, NetBSD
//
// Just jump to package syscall's implementation for all these functions.... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2016-2018, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file
*
* ODP packet IO stats
*/
#ifndef ODP_API_PACKET_IO_STATS_H_
#define ODP_API_PACKET_IO_STATS_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <odp/api/spec/packet_io_stats.h>
#i... | {
"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,openbsd
package unix
func setTimespec(sec, nsec int64) Timespec {
return Timespec{Sec: sec, Nsec: nsec}
}
func setTimeval(sec, usec int64) T... | {
"pile_set_name": "Github"
} |
from pip.basecommand import Command
from pip.exceptions import DistributionNotFound, BestVersionAlreadyInstalled
from pip.index import PackageFinder
from pip.log import logger
from pip.req import InstallRequirement
from pip.util import get_installed_distributions, dist_is_editable
from pip.cmdoptions import make_option... | {
"pile_set_name": "Github"
} |
*,
*::after,
*::before {
box-sizing: border-box;
}
html, body {
width: 100%;
overflow-x: hidden;
}
body {
font-family: 'Inconsolata', monospace;
color: #141417;
background: #d0cfc5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h2, .menu__link {
font-family: ... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_CROP_LAYER_HPP_
#define CAFFE_CROP_LAYER_HPP_
#include <utility>
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Takes a Blob and crop it, to the shape specified by the second input
* Blob, across all dimensions... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2007-2016, Kaazing Corporation. 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 require... | {
"pile_set_name": "Github"
} |
{
"id" : "3cb8ad8e-bf64-3779-b249-1c1ca33c783a",
"request" : {
"url" : "/rest/api/1.0/projects/TESTP/repos/empty-repo-test/branches/default",
"method" : "GET"
},
"response" : {
"status" : 404,
"bodyFileName" : "body-branches-default-C98AD.json",
"headers" : {
"X-AREQUESTID" : "@190KU8B... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:24.689435",
"description": "Asset pipeline for the Harp Web Server.",
"fork": false,
"full_name": "sintaxi/terraform",
"language": "JavaScript",
"updated_at": "2015-02-27T23:42:38.208749"
} | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "255",
"alpha" : "1.000",
"blue" : "255",
"green" : "255"
}
}
},
... | {
"pile_set_name": "Github"
} |
/**
@defgroup boards_nucleo-f303re STM32 Nucleo-F303RE
@ingroup boards_common_nucleo64
@brief Support for the STM32 Nucleo-F303RE
## Overview
The Nucleo-F303RE is a board from ST's Nucleo family supporting a ARM Cortex-M4
STM32F303RE
microcontroller with 64Kb of RAM and 512Kb of ROM.
## Hardware
![Nucl... | {
"pile_set_name": "Github"
} |
var jsp = require("./parse-js"),
pro = require("./process"),
slice = jsp.slice,
member = jsp.member,
PRECEDENCE = jsp.PRECEDENCE,
OPERATORS = jsp.OPERATORS;
function ast_squeeze_more(ast) {
var w = pro.ast_walker(), walk = w.walk;
return w.with_walkers({
"call": func... | {
"pile_set_name": "Github"
} |
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/process/exec', __FILE__)
describe "Process.exec" do
it_behaves_like :process_exec, :exec, Process
end
| {
"pile_set_name": "Github"
} |
// Copyright 2017 The TensorFlow Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required b... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDWebImageCompat.h"
#import "SDWebImageManager.h"
/**
* Integrates SDWebImage a... | {
"pile_set_name": "Github"
} |
<?php namespace Xethron\MigrationsGenerator\Syntax;
/**
* Class AddToTable
* @package Xethron\MigrationsGenerator\Syntax
*/
class AddToTable extends Table {
/**
* Return string for adding a column
*
* @param array $field
* @return string
*/
protected function getItem(array $field)
{
$property = $fie... | {
"pile_set_name": "Github"
} |
#include "mbed.h"
#include "test_env.h"
void ticker_callback_1(void);
void ticker_callback_2(void);
DigitalOut led0(LED1);
DigitalOut led1(LED2);
Ticker ticker;
void print_char(char c = '*')
{
printf("%c", c);
fflush(stdout);
}
void ticker_callback_2(void)
{
ticker.detach();
ticker.attach(ticker_cal... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: d3dx9shader.h
// Content: D3DX Shader APIs
//
//////////////////////////////////////////////////////////////////////////////
#include "d3dx9.h... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
package org.chromium.base.test.util;
import android.content.Context;
import junit.framework.Assert;
import org.chromium.base.BaseChromiumApplication;
i... | {
"pile_set_name": "Github"
} |
name: com.valvesoftware.unity.openvr
displayName: OpenVR XR Plugin
description: OpenVR plugin for Unity's XR API
repoUrl: 'https://github.com/ValveSoftware/unity-xr-plugin'
parentRepoUrl: null
licenseSpdxId: BSD-3-Clause
licenseName: BSD 3-Clause "New" or "Revised" License
topics:
- ar-and-vr
hunter: JesseTG
gitTagPr... | {
"pile_set_name": "Github"
} |
<br />
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-5">
<label for="select_request_prefix">Custom Injection Prefix:</label>
<select class="form-control" id="select_request_prefix" name="request_prefix">
... | {
"pile_set_name": "Github"
} |
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012 *)
(* \VV/ **************************************************************)
(* // * Th... | {
"pile_set_name": "Github"
} |
# License: BSD 3 clause
import warnings
from abc import ABC, abstractmethod
import numpy as np
from tick.base import Base
__author__ = 'Stephane Gaiffas'
LOSS = "loss"
GRAD = "grad"
LOSS_AND_GRAD = "loss_and_grad"
HESSIAN_NORM = "hessian_norm"
N_CALLS_LOSS = "n_calls_loss"
N_CALLS_GRAD = "n_calls_grad"
N_CALLS_LOSS... | {
"pile_set_name": "Github"
} |
{
"source": "http://www.geonames.org/PL/administrative-division-poland.html",
"country": "Poland",
"subdivisions": {
"DS": "Dolnoslaskie",
"KP": "Kujawsko-Pomorskie",
"LB": "Lubuskie",
"LD": "Lodzkie",
"LU": "Lubelskie",
"MA": "Malopolskie",
"MZ": "Mazowieckie",
"OP": "Opolskie",
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Google 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:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/compiler/register-configuration.h"
#include "src/globals.h"
#include "src/macro-assembler.h"
namespace v8 {
namespace internal {
namespac... | {
"pile_set_name": "Github"
} |
/**
* Yona, 21st Century Project Hosting SW
* <p>
* Copyright Yona & Yobi Authors & NAVER Corp.
* https://yona.io
**/
package controllers.api;
import com.fasterxml.jackson.databind.node.ObjectNode;
import play.libs.Json;
import play.mvc.Controller;
import play.mvc.Result;
public class GlobalApi extends Cont... | {
"pile_set_name": "Github"
} |
package llf.videomodel.utils;
import android.app.Activity;
import android.provider.Settings;
import android.util.Log;
import android.view.WindowManager;
/**
* Created by llf on 2017/3/16.
* 调节亮度
*/
public class LightUtil {
/**
* 调节亮度
* @param activity
* @param value
*/
public static vo... | {
"pile_set_name": "Github"
} |
module wreduce_test0(input [7:0] a, b, output [15:0] x, y, z);
assign x = -$signed({1'b0, a});
assign y = $signed({1'b0, a}) + $signed({1'b0, b});
assign z = x ^ y;
endmodule
module wreduce_test1(input [31:0] a, b, output [7:0] x, y, z, w);
assign x = a - b, y = a * b, z = a >> b, w = a << b;
endmodule
| {
"pile_set_name": "Github"
} |
contract A {
function g() public { revert("fail"); }
}
contract C {
A a = new A();
function f() public {
a.g();
}
}
// ====
// compileViaYul: also
// EVMVersion: >=byzantium
// revertStrings: debug
// ----
// f() -> FAILURE, hex"08c379a0", 0x20, 4, "fail"
| {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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 t... | {
"pile_set_name": "Github"
} |
// //CreateItem(AcceptSharingInvitation) - not availbale or traceable in my fork of ews managed api repo.
// //GetSharingFolder - not availbale or traceable in my fork of ews managed api repo.
// //GetSharingMetadat - not availbale or traceable in my fork of ews managed api repo.
// //RefreshSharingFolder... | {
"pile_set_name": "Github"
} |
/*
* searchtools.js_t
* ~~~~~~~~~~~~~~~~
*
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
/* Non-minified version JS is _stemmer.js if file is provided */
/**
* Porter Stemmer
*/
va... | {
"pile_set_name": "Github"
} |
/*
Annex/MacTypes.h
----------------
Written in 2011 by Joshua Juran, who places it in the public domain.
*/
#ifndef ANNEX_MACTYPES_H
#define ANNEX_MACTYPES_H
// Mac OS
#ifndef __MACTYPES__
#include <MacTypes.h>
#endif
#ifndef MAC_OS_X_VERSION_10_5
typedef void* PRefCon;
#if __LP64__
typedef void* SRefCon;
t... | {
"pile_set_name": "Github"
} |
@api @smokeTest @public_link_share-feature-required @toImplementOnOCIS @issue-ocis-reva-172
Feature: set timeouts of LOCKS
Background:
Given user "Alice" has been created with default attributes and skeleton files
@skipOnOcV10.3 @skipOnOcV10.4
Scenario Outline: do not set timeout on folder and check the def... | {
"pile_set_name": "Github"
} |
[preset00]
fRating=5.000000
fGammaAdj=2.000000
fDecay=0.970000
fVideoEchoZoom=2.000000
fVideoEchoAlpha=0.000000
nVideoEchoOrientation=0
nWaveMode=2
bAdditiveWaves=0
bWaveDots=0
bModWaveAlphaByVolume=0
bMaximizeWaveColor=1
bTexWrap=0
bDarkenCenter=0
bMotionVectorsOn=0
bRedBlueStereo=0
nMotionVectorsX=12 ... | {
"pile_set_name": "Github"
} |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | {
"pile_set_name": "Github"
} |
// (C) Copyright John Maddock 2005.
// Use, modification and distribution are subject to 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)
//
// The aim of this header is just to include <utility> but to do
// so in a way tha... | {
"pile_set_name": "Github"
} |
#!/bin/bash
for i in *.go; do golint $i | grep -q . || echo $i; done > .linted
| {
"pile_set_name": "Github"
} |
/*
* Implementation of operations over local quota file
*/
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/quota.h>
#include <linux/quotaops.h>
#include <linux/module.h>
#include <cluster/masklog.h>
#include "ocfs2_fs.h"
#include "ocfs2.h"
#include "inode.h"
#include "alloc.h"
#include "file.h"
#inc... | {
"pile_set_name": "Github"
} |
# Copyright 2007 Google, Inc. All Rights Reserved.
# Licensed to PSF under a Contributor Agreement.
"""Fixer that changes filter(F, X) into list(filter(F, X)).
We avoid the transformation if the filter() call is directly contained
in iter(<>), list(<>), tuple(<>), sorted(<>), ...join(<>), or
for V in <>:.
NOTE: This... | {
"pile_set_name": "Github"
} |
##
## POP3 specific settings
##
protocol pop3 {
# Don't try to set mails non-recent or seen with POP3 sessions. This is
# mostly intended to reduce disk I/O. With maildir it doesn't move files
# from new/ to cur/, with mbox it doesn't write Status-header.
#pop3_no_flag_updates = no
# Support LAST command wh... | {
"pile_set_name": "Github"
} |
<frameset cols="50%,50%">
<frameset rows="20%,20%,20%,20%,20%">
<frame frameborder="0" scrolling="no" src="data:text/html,<body style='overflow:scroll'>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>X<br>">
<frame frame... | {
"pile_set_name": "Github"
} |
import { IRequestEntityTypeState } from '../../../../store/src/app-state';
import { APIResource, NormalizedResponse } from '../../../../store/src/types/api.types';
import { APISuccessOrFailedAction } from '../../../../store/src/types/request.types';
import { IOrganization } from '../../cf-api.types';
import { getCFEnti... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/nginx:test-cmd
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.