text stringlengths 2 99k | meta dict |
|---|---|
package com.planet_ink.coffee_mud.Abilities.Songs;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import ... | {
"pile_set_name": "Github"
} |
# delayed-stream
Buffers events from a stream until you are ready to handle them.
## Installation
``` bash
npm install delayed-stream
```
## Usage
The following example shows how to write a http echo server that delays its
response by 1000 ms.
``` javascript
var DelayedStream = require('delayed-stream');
var http... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The BigDL 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 agr... | {
"pile_set_name": "Github"
} |
#include <3ds/asminc.h>
BEGIN_ASM_FUNC initSystem, weak
ldr r2, =saved_stack
str sp, [r2]
str lr, [r2,#4]
bl __libctru_init
ldr r2, =fake_heap_start
ldr sp, [r2]
ldr r3, =__stacksize__
ldr r3, [r3]
add sp, sp, r3
add sp, sp, #7
bics sp, sp, #7
str sp, [r2]
bl __appInit
bl __libc_init_array
ldr r2, ... | {
"pile_set_name": "Github"
} |
0 10 MEMO 0 0
0 1 MEMO 0 0
1 14 #text 0 1
0 15 MEMO 0 0
| {
"pile_set_name": "Github"
} |
def f1(**kwargs):
print(kwargs)
f1()
f1(a=1)
def f2(a, **kwargs):
print(a, kwargs)
f2(1)
f2(1, b=2)
def f3(a, *vargs, **kwargs):
print(a, vargs, kwargs)
f3(1)
f3(1, 2)
f3(1, b=2)
f3(1, 2, b=3)
| {
"pile_set_name": "Github"
} |
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>
| {
"pile_set_name": "Github"
} |
/* Copyright 2010 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
/* Function to find maximal matching prefixes of strings. */
#ifndef BROTLI_ENC_FIND_MATCH_LENGTH_H_
#define BROTLI_ENC_FIND_MATCH_LENGTH_H_
#include ... | {
"pile_set_name": "Github"
} |
function [v,y,w]=nearnonz(x,d)
%NEARNONZ replace each zero element with the nearest non-zero element [V,Y,W]=nearnonz(X,D)
%
% Inputs: x input vector, matrix or larger array
% d dimension to apply filter along [default 1st non-singleton]
%
% Outputs: v v is the same size as x but wi... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "demo_icon_action.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "demo_icon_action@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "demo_icon_action@3x.png",
"... | {
"pile_set_name": "Github"
} |
def extractLolitiveMoe(item):
'''
DISABLED
Parser for 'lolitive.moe'
'''
return None | {
"pile_set_name": "Github"
} |
/* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
* IS" ... | {
"pile_set_name": "Github"
} |
Parsed test spec with 3 sessions
starting permutation: s1_show s1_commit s2_commit
step s1_show: SELECT current_setting('default_transaction_isolation') <> 'read committed';
?column?
t
step s1_commit: COMMIT;
step s2_commit: COMMIT;
starting permutation: s1_lock s2_update s2_abort s3_forkeyshr s... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title></title>
</head>
<body>
</body>
</html>
| {
"pile_set_name": "Github"
} |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright 2017 ROBOTIS CO., 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.o... | {
"pile_set_name": "Github"
} |
/********************************************************************
* *
* THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENS... | {
"pile_set_name": "Github"
} |
//
// GigatronSimulatorApplication.h
// Gigatron Mac
//
// Created by Tobias Braun on 05.03.19.
// Copyright © 2019 640k.de. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface GigatronSimulatorApplication : NSApplication
@end
NS_ASSUME_NONNULL_END
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2016-2020 Imply 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 ... | {
"pile_set_name": "Github"
} |
### YamlMime:ManagedReference
items:
- uid: McMaster.Extensions.CommandLineUtils.Conventions.ValidationErrorMethodConvention
commentId: T:McMaster.Extensions.CommandLineUtils.Conventions.ValidationErrorMethodConvention
id: ValidationErrorMethodConvention
parent: McMaster.Extensions.CommandLineUtils.Conventions
... | {
"pile_set_name": "Github"
} |
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "**/*.test.ts"]
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Google, Inc.
*
* 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 following disclaimer;
* ... | {
"pile_set_name": "Github"
} |
# coding=utf-8
"""Test for Analysis Class.
Contact : ole.moller.nielsen@gmail.com
.. note:: 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 y... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Función DIA.LAB</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../searc... | {
"pile_set_name": "Github"
} |
#include "Geometry/TrackerNumberingBuilder/interface/TrackerShapeToBounds.h"
#include "DataFormats/GeometrySurface/interface/OpenBounds.h"
#include "DataFormats/GeometrySurface/interface/RectangularPlaneBounds.h"
#include "DataFormats/GeometrySurface/interface/TrapezoidalPlaneBounds.h"
#include "CLHEP/Units/GlobalSyste... | {
"pile_set_name": "Github"
} |
// Created on: 1992-09-02
// Created by: Remi GILET
// Copyright (c) 1992-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 Les... | {
"pile_set_name": "Github"
} |
/*
* Generate HTML file containing bug descriptions
* Copyright (C) 2004, University of Maryland
*
* This 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 2.1 of the Licen... | {
"pile_set_name": "Github"
} |
version: '3'
services:
browse-scaler-cicd:
image: browse-scaler:test-cicd
build:
context: ./
dockerfile: Dockerfile.test
volumes:
- ./__test__:/app/artifacts
command: npm run ci-test
environment:
- JEST_JUNIT_OUTPUT=./artifacts/junit.xml
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.lexers.installers
~~~~~~~~~~~~~~~~~~~~~~~~~~
Lexers for installer/packager DSLs and formats.
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re
from pygments.lexer import RegexLexer, includ... | {
"pile_set_name": "Github"
} |
OpenIDE-Module-Name=praxis.live.core
Editors/FontsColors/NetBeans=Praxis
Toolbars/QuickSearch=Quick Search
| {
"pile_set_name": "Github"
} |
;===- ./lib/Target/NVPTX/LLVMBuild.txt -------------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
; This file is distributed under the University of Illinois Open Source
; License. See LICENSE.TXT for details.
;
;===--------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*-------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt.
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Controls.Primitives;
namespace Sce.Atf.Wpf.Controls
{
/// <summary>
/// Combines a slider with a formatted textbox.
... | {
"pile_set_name": "Github"
} |
## 6.3.6
* Add Safari TP prefix support for Grid Layout.
## 6.3.5
* Fix duplicate prefixes for `-ms-interpolation-mode`.
## 6.3.4
* Show users coverage for selected browsers in `info()`.
## 6.3.3
* Fix transition warning.
## 6.3.2
* Fix jspm support (by Sean Anderson).
## 6.3.1
* Fix compatibility with Flexibility... | {
"pile_set_name": "Github"
} |
/*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1992, 1995, 1997, 1999 Aladdin Enterprises. All rights reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the ... | {
"pile_set_name": "Github"
} |
{foreach item=v key=k from=$aOtherNetworks name=othernetworks}
{if $smarty.foreach.iteration && !($smarty.foreach.iteration % 3)}<div style="clear: both"> </div>{/if}
<a href="{$v.url}" target="_blank" class="adv-list-entry">{$k}</a>
{foreachelse}
<span>No ad networks matching your selection were found... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* This file is licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License. A copy of
* the License is located at
*
* http://aws.amazon.com/apac... | {
"pile_set_name": "Github"
} |
.\" $Id: TIFFOpen.3tiff,v 1.2 2005/07/01 12:36:22 dron Exp $
.\"
.\" Copyright (c) 1988-1997 Sam Leffler
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and
.\" its documentation for any purpose is hereby granted without fee, provided
.\" t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2001 Christoph Hellwig.
* Copyright (c) 2016 Krzysztof Blaszkowski
* 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... | {
"pile_set_name": "Github"
} |
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18174caf7">
<name ty... | {
"pile_set_name": "Github"
} |
; (function() {
window.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();
... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
AtmosphericFogPixelShader.usf: Scene atmospheric fogging pixel shader.
This code contains embedded portions of free sample source code from
http://www-evasion.imag.fr/Membre... | {
"pile_set_name": "Github"
} |
#include "qvariant.h"
| {
"pile_set_name": "Github"
} |
{\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf140
\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww14320\viewh14500\viewkind0
\pard\tx566\tx960\tx960\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236... | {
"pile_set_name": "Github"
} |
{
"type": "root",
"children": [
{
"type": "list",
"ordered": false,
"start": null,
"spread": false,
"children": [
{
"type": "listItem",
"spread": false,
"checked": null,
"children": [],
"position": {
"start": {
... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# postinst script for pdns-backend-lua2
set -e
if [ -n "$PDNSDEBUG" ]; then
echo "now debugging $0 $@"
set -x
fi
# Activate trigger
dpkg-trigger pdns-server
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0
| {
"pile_set_name": "Github"
} |
import Model, { attr } from '@ember-data/model';
import { vcsConfig } from 'travis/utils/vcs';
import { computed } from '@ember/object';
import { reads } from '@ember/object/computed';
export default Model.extend({
vcsId: attr('string'),
vcsType: attr('string'),
vcsProvider: computed('vcsType', function () {
... | {
"pile_set_name": "Github"
} |
#![no_std]
#![no_main]
#[no_mangle]
pub extern "C" fn call() {
local_state_stored_upgraded::delegate();
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2020, Wazuh Inc.
* January 17, 2018.
*
* 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 FSF - Free Software
* Foundation.
*/
#ifndef DEBUG_MESSAGES_H
#define DEBUG_MESSAGES_H
... | {
"pile_set_name": "Github"
} |
/*
* #%L
* %%
* Copyright (C) 2019 BMW Car IT GmbH
* %%
* 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 app... | {
"pile_set_name": "Github"
} |
package Netdot::Exporter::BIND;
use base 'Netdot::Exporter';
use warnings;
use strict;
use Data::Dumper;
my $logger = Netdot->log->get_logger('Netdot::Exporter');
=head1 NAME
Netdot::Exporter::BIND - Read relevant info from Netdot and build BIND zone files
=head1 SYNOPSIS
my $bind = Netdot::Exporter->new(type... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:odm="http://www.cdisc.org/ns/odm/v1.3" xmlns:OpenClinica="http://www.openclinica.org/ns/odm_ext_v130/v3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://www.cdisc.org/ns/odm/v1.3... | {
"pile_set_name": "Github"
} |
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "gordead_ques12"
{
time 0.006667 1.790340
param "npc_citizen.gordead_ques12"
param2 "75dB"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "Expression"
{
}
channel "Look"
{
even... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2012, the original author or authors.
*
* This software is distributable under the BSD license. See the terms of the
* BSD license in the documentation provided with this software.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package jdk.internal.jline;
import java.io.FileDe... | {
"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"
} |
# Copyright 2014 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 a... | {
"pile_set_name": "Github"
} |
// @flow
import React, { Component } from 'react'
import { FormattedMessage } from 'react-intl'
import { List, ListItem } from 'material-ui/List'
import SelectField from 'material-ui/SelectField'
import Subheader from 'material-ui/Subheader'
import Toggle from 'material-ui/Toggle'
import MenuItem from 'material-ui/Menu... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -e
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_JOB_NUMBER =~ ".3" ]]; then
git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qE '\.md$|^LICENSE$|travis-gh-pages$' && {
rm -rf ../gh-pages
git clone -b gh-pages --single-branch https://${GITHUB_TOK... | {
"pile_set_name": "Github"
} |
# test __delattr__ and __setattr__
# feature test for __setattr__/__delattr__
try:
class Test():
def __delattr__(self, attr): pass
del Test().noexist
except AttributeError:
print('SKIP')
raise SystemExit
# this class just prints the calls to see if they were executed
class A():
def __getat... | {
"pile_set_name": "Github"
} |
screen_title=Donate
donation_title_label=Keep this project alive
donation_description_label=The app lives from contributions of the diabetic community and future features will require purchasing 3rd party libraries.\n\nIf this app has impacted your life in a positive way and you want to keep this project alive please c... | {
"pile_set_name": "Github"
} |
julia 0.6
Compat 0.26.0
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<registry>
<pack name="Core">
<key root="HKCR"
keypath=".architect"/>
<value root="HKCR"
name=""
keypath=".architect"
string="architect_auto_file"/>
<key keypath="architect_auto_file"
root="HKCR"... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The etcd 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 t... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - | FileCheck %s
// Don't include mm_malloc.h, it's system specific.
#define __MM_MALLOC_H
#include <immintrin.h>
//
// Test LLVM IR codegen of shuffle instructions
//
__m256 x(__m256 a, __m256 b) {
// Check if the mask is co... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require 'mustermann/visualizer/tree'
require 'mustermann/ast/translator'
require 'hansi'
module Mustermann
module Visualizer
# Turns an AST into a Tree
# @!visibility private
class TreeRenderer < AST::Translator
TEMPLATE = '"<base01>%s</base01><underline><green>%s<... | {
"pile_set_name": "Github"
} |
<!-- YAML
added: v0.1.92
-->
* 继承自: {stream.Writable}
`Verify` 类是一个实用工具,用于验证签名。
它可以通过以下两种方式之一使用:
- 作为可写的[流][stream],其中使用写入的数据来验证提供的签名。
- 使用 [`verify.update()`] 和 [`verify.verify()`] 方法来验证签名。
[`crypto.createVerify()`] 方法用于创建 `Verify` 实例。
不能使用 `new` 关键字直接地创建 `Verify` 对象。
有关示例,请参见 [`Sign`]。
| {
"pile_set_name": "Github"
} |
/**
* \file havege.h
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
--------... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
//
// MASAttribute.h
// Masonry
//
// Created by Jonas Budelmann on 21/07/13.
// Copyright (c) 2013 cloudling. All rights reserved.
//
#import "MASUtilities.h"
/**
* An immutable tuple which stores the view and the related NSLayoutAttribute.
* Describes part of either the left or right hand side of a constrai... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Nouveau Community
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publi... | {
"pile_set_name": "Github"
} |
【 文献号 】2-2966
【原文出处】陕西师范大学学报:哲社版
【原刊地名】西安
【原刊期号】199603
【原刊页号】168-174
【分 类 号】G4
【分 类 名】高等教育
【 作 者 】徐建平/王淑兰/李录志
【复印期号】199611
【 标 题 】少数民族女大学生心理健康状况与教育对策研究
【 正 文 】
收稿日期:1996―05―08
摘要 采用SCL―90,对陕西师范大学95级新生进行普查。对118名少数民族女大学生测量的结果表明:其心理健康总体水平低于全国常模
,差异显著;与汉族女生水平比较接近,差异不显著;来自城镇和农村的少数民族女生总体差异相当显著;少数民族男女生总体差异不显著。
生源与... | {
"pile_set_name": "Github"
} |
#import "MWMTag.h"
@implementation MWMTag
@end
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 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 ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licen... | {
"pile_set_name": "Github"
} |
name = "ext/bcmath";
description = "Extension BC Math.
For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision up to ``2147483647-1`` (or ``0x7FFFFFFF-1``) decimals, represented as strings.
<?php
echo bcpow('2', '123');
//10633823966279326983230456482242... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Rasmus Munk Larsen <rmlarsen@google.com>
//
// 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 obta... | {
"pile_set_name": "Github"
} |
call mtr.add_suppression("Trying to free a missing index of table 'test/fts_test'");
call mtr.add_suppression("Failed to create index with index id .* of table 'test/fts_test'");
CREATE TABLE fts_test (
id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
title VARCHAR(200),
body TEXT
) ENGINE=InnoDB;
INSERT INTO fts_t... | {
"pile_set_name": "Github"
} |
# zip
> Ferramenta de compressão de arquivos em arquivos zip.
- Compactando arquivos em um arquivo zip:
`zip {{output.zip}} {{arquivo1}} {{arquivo2}} {{arquivo3}}`
- Compactando todos os arquivos de um diretório:
`zip {{output.zip}} {{caminho/do/diretorio/*}}`
- Adicionando arquivos a um arquivo zip existente:
`... | {
"pile_set_name": "Github"
} |
/* @flow */
import { transform, once } from 'lodash-es';
import { extendDeep } from '../../utils/object';
import { batch, keyedMutex } from '../../utils/async';
import { apiToPromise } from '../utils/api';
import { sendMessage } from './messaging';
const __set = apiToPromise((items, callback) => chrome.storage.local.... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('defer', require('../defer'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
import Grid from './Grid';
import JsonHash from './JsonHash';
import JsonArray from './JsonArray';
import XML from './XML';
import UIKit from './UIKit';
import Spine from './Spine';
const list = [
Grid,
JsonHash,
JsonArray,
XML,
UIKit,
Spine
];
function getSplitterByType(type) ... | {
"pile_set_name": "Github"
} |
.th ECHO I 3/15/72
.sh NAME
echo \*- echo arguments
.sh SYNOPSIS
.bd echo
[ arg ... ]
.sh DESCRIPTION
.it Echo
writes all its arguments in order as a line on the
standard output file.
It is mainly useful for producing diagnostics in command files.
.sh BUGS
.it Echo
with no arguments does not
print a blank line.
| {
"pile_set_name": "Github"
} |
error: no rules expected the token `{`
--> $DIR/delimiter-span.rs:17:16
|
3 | macro_rules! picky {
| ------------------ when calling this macro
...
17 | picky!({ 123 });
| ^ no rules expected this token in macro call
| {
"pile_set_name": "Github"
} |
/* DMAP2HRC.C (c) Copyright Jay Maynard, 2001-2012 */
/* Convert P/390 DEVMAP to Hercules config file */
/* */
/* Released under "The Q Public License Version 1" */
/* (http://www.hercules-390.or... | {
"pile_set_name": "Github"
} |
<Document start_line="2">
<encoding start_line="2">
shiftjis
</encoding>
<head1 start_line="4">
NAME
</head1>
<Para start_line="6">
型番S2763 -- test document in Shift-JIS
</Para>
<head1 start_line="8">
DESCRIPTION
</head1>
<Para start_line="10">
This is a test Pod docu... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (C) 2020 iQIYI (www.iqiyi.com)
*
* 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 ... | {
"pile_set_name": "Github"
} |
/*
* Freescale i.MX28 USB OTG Register Definitions
*
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
* on behalf of DENX Software Engineering GmbH
*
* 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 S... | {
"pile_set_name": "Github"
} |
package com.bowyer.fabtransitionlayout.demo.model;
import com.bowyer.fabtransitionlayout.demo.R;
/**
* Created by Bowyer on 15/08/06.
*/
public class BottomSheet {
public enum BottomSheetMenuType {
EMAIL(R.drawable.ic_drafts_white_24dp, "Mail"), ACCOUNT(R.drawable.ic_account_circle_white_24dp,
"Acoun... | {
"pile_set_name": "Github"
} |
--TEST--
Test sprintf() function : usage variations - string formats with array values
--FILE--
<?php
/* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
* Description: Return a formatted string
* Source code: ext/standard/formatted_print.c
*/
error_reporting(E_ALL & ~E_NOTICE);
echo "*** ... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* mvpred.c: motion vector prediction
*****************************************************************************
* Copyright (C) 2003-2011 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Jason Garrett-Gla... | {
"pile_set_name": "Github"
} |
// Copyright (c) 1999
// Utrecht University (The Netherlands),
// ETH Zurich (Switzerland),
// INRIA Sophia-Antipolis (France),
// Max-Planck-Institute Saarbruecken (Germany),
// and Tel-Aviv University (Israel). All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | {
"pile_set_name": "Github"
} |
/** vim: et:ts=4:sw=4:sts=4
* @license amdefine 1.0.0 Copyright (c) 2011-2015, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/amdefine for details
*/
/*jslint node: true */
/*global module, process */
'use strict';
/**
* Creates a define for ... | {
"pile_set_name": "Github"
} |
package modern.challenge;
public class Main {
public static void main(String[] args) throws InterruptedException {
System.setProperty("java.util.logging.SimpleFormatter.format",
"[%1$tT] [%4$-7s] %5$s %n");
CustomerOrder co1 = new CustomerOrder(1);
CustomerOrder co2 = new ... | {
"pile_set_name": "Github"
} |
============================================================================
JSONlab - a toolbox to encode/decode JSON/UBJSON files in MATLAB/Octave
----------------------------------------------------------------------------
JSONlab ChangeLog (key features marked by *):
== JSONlab 0.9.9 (codename: Optimus - bet... | {
"pile_set_name": "Github"
} |
//===- llvm/unittest/Support/CrashRecoveryTest.cpp ------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils ltprune
MY_P=${PN}-src-${PV}
MY_PN=imagew
DESCRIPTION="Utility for image scaling and processing"
HOMEPAGE="http://entropymine.com/imageworsener/"
SRC_URI="http://entropymine.com/${PN}/${P}.t... | {
"pile_set_name": "Github"
} |
package sample.model.asset;
import java.math.*;
import java.util.*;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import lombok.*;
import sample.context.orm.*;
import sample.model.constraints.*;
import sample.model.constraints.Currency;
import sample.util.*;
/**
* 口座残高を表現します。
*
* @aut... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.