text stringlengths 2 99k | meta dict |
|---|---|
/*-
* Copyright (c) 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
/*
* Read the NativeInteger.h for the explanation wrt. differences between
* INTEGER and NativeInteger.
* Basically, both are decoders and encoders of ASN.1 INTEG... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="源文件">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensi... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>MediaFile.name - tock</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">tock</a> / <a href="../index.html">ai.tock.bot.connector.media</a> / <a href="index.html">MediaFile</a> / <a href="./name.ht... | {
"pile_set_name": "Github"
} |
import {Feature} from '../feature';
import {createElm, createText, elm, removeElm} from '../dom';
import {addEvt, targetEvt, removeEvt} from '../event';
import {NONE} from '../const';
import {root} from '../root';
import {isEmpty, isNull} from '../types';
import {defaultsStr, defaultsNb} from '../settings';
import {RIG... | {
"pile_set_name": "Github"
} |
package utils.string
{
/**
* Specifies whether the specified string is either non-null, or contains
* characters (i.e. length is greater that 0)
*
* @param s The string which is being checked for a value
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* ... | {
"pile_set_name": "Github"
} |
### Example 1: {{ Add title here }}
```powershell
PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
### Example 2: {{ Add title here }}
```powershell
PS C:\> {{ Add code here }}
{{ Add output here }}
```
{{ Add description here }}
| {
"pile_set_name": "Github"
} |
/******************************************************************************
* $Id: tif_ovrcache.c,v 1.9 2010-06-08 18:55:15 bfriesen Exp $
*
* Project: TIFF Overview Builder
* Purpose: Library functions to maintain two rows of tiles or two strips
* of data for output overviews as an output cache.
... | {
"pile_set_name": "Github"
} |
# 注意,slice 和数组是不同的类型,但它们通过 `fmt.Println` 打印的输出结果是类似的。
$ go run slices.go
emp: [ ]
set: [a b c]
get: c
len: 3
apd: [a b c d e f]
cpy: [a b c d e f]
sl1: [c d e]
sl2: [a b c d e]
sl3: [c d e f]
dcl: [g h i]
2d: [[0] [1 2] [2 3 4]]
# 看看这个由 Go 团队撰写的一篇[很棒的博文](http://blog.golang.org/2011/01/go-slices-usage-and-internals.h... | {
"pile_set_name": "Github"
} |
// (C) Copyright Tobias Schwinger
//
// Use modification and distribution are subject to the boost Software License,
// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
//------------------------------------------------------------------------------
#ifndef BOOST_FT_DETAIL_CLASSIFIER_HPP_INCLUDED
#d... | {
"pile_set_name": "Github"
} |
MORSE execution loop
====================
The following figure depicts Morse's general behaviour:
.. image:: ../../media/simulation_main_loop_overview.svg
:class: full_image
:width: 600
:align: center
After the initialisation phase described :doc:`here <entry_point>`, the
simulator goes in this big loop, in... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2005, 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"
} |
{
"session": "lupppTest",
"version_major": 1,
"version_minor": 0,
"version_patch": 0,
"master": {
"fader": 0.780000,
"bpm": 120,
"sceneNames": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
},
"tracks": [{
"ID": 0,
"name": "Track 1",
"fader": 0.780000,
"side": 0,
"post": 0,
"reverb":... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restricti... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Indexer;
use Magento\Framework\Indexer\Handler\DefaultHandler;
use Magento\Framework\ObjectManagerInterface;
/**
* @api Instantiate save handler when implementing custom Indexer\Action
... | {
"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"
} |
fileFormatVersion: 2
guid: fc84197643ebf584cb9871671f22e99b
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
// expected-no-diagnostics
// PR4287
#include <stdarg.h>
char *foo = "test";
int test(char*,...);
int test(fmt)
char*fmt;
{
va_list ap;
char*a;
int x;
va_start(ap,fmt);
a=va_arg(ap,char*);
x=(a!=foo);
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2015 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 applicable law or agreed t... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.typed.uint16-array');
module.exports = require('../../modules/_core').Uint16Array; | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "TViewController.h"
@class NSString, TAirDropDiscoveryController;
@interface TAirDropLegacyModeButtonController : TViewContro... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# tester for other programs in pmu-tools
# PERF=... override perf binary
# NORES=1 don't check measurement results
. ./cpumap.sh
set -e
PERF=${PERF:-perf}
failed() {
echo FAILED
}
PATH=$PATH:.
trap failed ERR 0
set -x
# XXX cgroup untested
for args in "" "-A" "--per-socket" "--per-core" "-r2" ; do
# int... | {
"pile_set_name": "Github"
} |
package com.springsource.petclinic.http.converter.json;
import java.beans.PropertyEditor;
import java.util.List;
import java.util.Map;
import org.springframework.beans.PropertyEditorRegistry;
import org.springframework.http.HttpStatus;
import org.springframework.validation.BindingResult;
import org.springframework.va... | {
"pile_set_name": "Github"
} |
// +build leveldb
package leveldb
// #include "leveldb/c.h"
import "C"
import (
"fmt"
"reflect"
"unsafe"
)
func boolToUchar(b bool) C.uchar {
uc := C.uchar(0)
if b {
uc = C.uchar(1)
}
return uc
}
func ucharToBool(uc C.uchar) bool {
if uc == C.uchar(0) {
return false
}
return true
}
func saveError(er... | {
"pile_set_name": "Github"
} |
.nh
.TH "X86-VFMADDSUB132PD-VFMADDSUB213PD-VFMADDSUB231PD" "7" "May 2019" "TTMO" "Intel x86-64 ISA Manual"
.SH NAME
VFMADDSUB132PD-VFMADDSUB213PD-VFMADDSUB231PD - FUSED MULTIPLY-ALTERNATING ADD-SUBTRACT OF PACKED DOUBLE-PRECISION FLOATING-POINT VALUES
.TS
allbox;
l l l l l
l l l l l .
\fB\fCOpcode/Instruction\fR \fB\f... | {
"pile_set_name": "Github"
} |
/*
* AltiVec-enhanced yuv2yuvX
*
* Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org>
* based on the equivalent C code in swscale.c
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publish... | {
"pile_set_name": "Github"
} |
{
"name" : "494.pdf",
"metadata" : {
"source" : "CRF",
"title" : "Morph-fitting: Fine-Tuning Word Vector Spaces with Simple Language-Specific Rules",
"authors" : [ ],
"emails" : [ ],
"sections" : [ {
"heading" : null,
"text" : "1 000\n011\n012\n013\n014\n015\n016\n017\n018\n019\n020\... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
<?php
namespace Laravel\Cashier\Coupon;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Laravel\Cashier\Coupon\Contracts\AcceptsCoupons;
use Laravel\Cashier\Coupon\Contracts\CouponRepository;
use Laravel\Cashier\Order\OrderItemCollection;
/**
* @method static create(array $arra... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2015 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
*/
CLASS({
pack... | {
"pile_set_name": "Github"
} |
<StackLayout sdkExampleTitle sdkToggleNavButton>
<!-- >> create-sample-ui-html -->
<Label text="Tap the button" class="title" id="labelStyle"></Label>
<Button text="TAP" (tap)="onTap()"></Button>
<Label [text]="message" class="message" textWrap="true"></Label>
<!-- << create-sample-ui-html -->
</Sta... | {
"pile_set_name": "Github"
} |
# node.js 第四次测验题和答案
## 一、事件:玩转 EventEmitter
1. node.js 提供的四种异步编程的机制分别是什么? [相关链接](http://www.ruanyifeng.com/blog/2012/12/asynchronous%EF%BC%BFjavascript.html)
```
回调函数
事件
订阅者模式
promises 对象
```
2. 用回调函数实现异步操作的两种状态是什么?
```
开始和结束
```
3. 事件的三要素是什么?
```
事件名称
on 绑定
事件处理函数
```
4. EventEmitter 引自哪个模块?
```
events
```
5. 如何引... | {
"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"
} |
using System;
using System.Threading.Tasks;
namespace Dopamine.Services.Cache
{
public interface ICacheService
{
string CoverArtCacheFolderPath { get; }
string TemporaryCacheFolderPath { get; }
Task<string> CacheArtworkAsync(byte[] artwork);
Task<string> CacheArtworkAsync(st... | {
"pile_set_name": "Github"
} |
<?php $this->extend('_templates/default-nav-table'); ?>
<div class="tbl-ctrls">
<?=form_open($form_url)?>
<fieldset class="tbl-search right">
<a class="btn tn action" href="<?=$new?>"><?= lang('create_new') ?></a>
</fieldset>
<h1>
<?php echo isset($cp_heading) ? $cp_heading : $cp... | {
"pile_set_name": "Github"
} |
/* neo theme for codemirror */
/* Color scheme */
.cm-s-neo.CodeMirror {
background-color:#ffffff;
color:#2e383c;
line-height:1.4375;
}
.cm-s-neo .cm-comment {color:#75787b}
.cm-s-neo .cm-keyword, .cm-s-neo .cm-property {color:#1d75b3}
.cm-s-neo .cm-atom,.cm-s-neo .cm-number {color:#75438a}
.cm-s-ne... | {
"pile_set_name": "Github"
} |
// Suggested tribes list
.signup-tribe-suggestions {
h4 {
margin-top: 50px;
margin-bottom: 10px;
padding: 0;
text-align: center;
}
.tribe-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
color: #fff;
padding: 0 20px;
min... | {
"pile_set_name": "Github"
} |
9
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 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 conditio... | {
"pile_set_name": "Github"
} |
NULL NULL NULL NULL NULL NULL NULL
| {
"pile_set_name": "Github"
} |
#!/bin/bash
$PYTHON setup.py install --old-and-unmanageable
jupyter-nbextension install widgetsnbextension --py --sys-prefix --overwrite
| {
"pile_set_name": "Github"
} |
{
"exercise": "minesweeper",
"version": "1.1.0",
"comments": [
" The expected outputs are represented as arrays of strings to ",
" improve readability in this JSON file. ",
" Your track may choose whether to present the input as a single ",
" string (concatenating all the... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2007 - 2016, Jens Lehmann
*
* This file is part of DL-Learner.
*
* DL-Learner 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) ... | {
"pile_set_name": "Github"
} |
;;; widget-d.el - widget class definitions
;;;
;;; Copyright (C) 1995,1996, 1999 Eric M. Ludlam
;;;
;;; Author: <zappo@gnu.ai.mit.edu>
;;; RCS: $Id: widget-d.el,v 1.14 1999/02/03 19:31:08 zappo Exp $
;;; Keywords: OO widget
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under ... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
/*
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <tmacros.h... | {
"pile_set_name": "Github"
} |
##权限表
INSERT INTO ida_permission(permission_id, permission_name, permission_url, parent_permission_id, permission_lv, permission_auth)
VALUES (1, '用户管理', null, '0', '1','');
INSERT INTO ida_permission(permission_id, permission_name, permission_url, parent_permission_id, permission_lv, permission_auth)
VALUES (2, ... | {
"pile_set_name": "Github"
} |
module Rack
module OAuth2
class Server
# Base class for all OAuth errors. These map to error codes in the spec.
class OAuthError < StandardError
def initialize(code, message)
super message
@code = code.to_sym
end
# The OAuth error code.
attr_reade... | {
"pile_set_name": "Github"
} |
## Samples
The SDK comes with various samples that demonstrate how various SDK features can be used. A list of the included samples is below. For all of the samples listed, a target is generated when the build process described in the README.md file is followed. Specific targets are mentioned along with the sample desc... | {
"pile_set_name": "Github"
} |
/*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... | {
"pile_set_name": "Github"
} |
package com.forgeessentials.multiworld.gen;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import net.minecraft.init.Biomes;
import net.minecraft.util.WeightedRandom;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.gen.layer.GenLayer;
import net.minecraft.world.gen.laye... | {
"pile_set_name": "Github"
} |
# ---------------------------------------------------------------------------
BCC32=bcc32
CPP32=cpp32
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# ---------------------------------------------------------------------------
# IDE SECTION
# ------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// version.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef ASIO_VERSION_HPP
#define ASIO_VERSION... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOOLS_ANDROID_COMMON_DAEMON_H_
#define TOOLS_ANDROID_COMMON_DAEMON_H_
namespace base {
class CommandLine;
}
namespace tools {
bool HasHelpS... | {
"pile_set_name": "Github"
} |
package linkedql
import (
"encoding/json"
"fmt"
"github.com/cayleygraph/cayley/graph"
"github.com/cayleygraph/cayley/query/path"
"github.com/cayleygraph/quad"
"github.com/cayleygraph/quad/voc"
)
// PropertyPathI is an interface to be used where a path of properties is expected.
type PropertyPathI interface {
... | {
"pile_set_name": "Github"
} |
#
# This ini file runs Telnet sessions on the DemoNetworkEth network, using
# TelnetApp+TcpGenericServerApp.
#
# See also fileTransfer.ini and basicHTTP.ini for different kinds of
# network traffic.
#
[General]
network = DemoNetworkEth
# number of client and server computers
*.n = 2
# tcp apps
**.cli[*].numApps = 1
... | {
"pile_set_name": "Github"
} |
import subprocess
def plot(
x,
y,
width=80,
height=25,
label=None,
xlim=None,
ylim=None,
xlabel=None,
title=None,
extra_gnuplot_arguments=None,
plot_command="plot '-' w lines",
ticks_scale=0,
):
p = subprocess.Popen(
["gnuplot"],
stdout=subprocess.PI... | {
"pile_set_name": "Github"
} |
func a(){t--
{t--
{t--}
{t--
{t--}}
{t--}}
{t--}} | {
"pile_set_name": "Github"
} |
require('../../../modules/es6.array.filter');
module.exports = require('../../../modules/_entry-virtual')('Array').filter;
| {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* Operator uses PutValue
*
* @path ch11/11.13/11.13.2/S11.13.2_A2.2_T10.js
* @description If Type(LeftHandSideExpression) is not Reference, throw ReferenceError (or SyntaxError). ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
source 'https://rubygems.org'
gemspec
group :test do
if RUBY_VERSION.to_i < 2
gem 'rake', '>= 0.8.7', '< 11'
gem 'json', '< 2'
else
gem 'rake'
end
gem 'simplecov', '>= 0.14.1'
gem 'test-unit'
end
group :profile do
gem 'ruby-prof', :platforms => :ruby
end
platforms :rbx do
gem 'rubysl'
gem... | {
"pile_set_name": "Github"
} |
# React Server-Side Rendering Example
Above is an example playground for you to play with React & Redux on Client and Server sides.
Before jumping into it, make sure to [read SSR tutorial on Freecodecamp (Outdated)](https://www.freecodecamp.org/news/server-side-rendering-your-react-app-in-three-simple-steps-7a82b95db8... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Provider\ja_JP;
class Text extends \Faker\Provider\Text
{
protected static $separator = '';
protected static $separatorLen = 0;
/**
* All punctuation in $baseText: 、 。 「 」 『 』 ! ? ー , : ;
*/
protected static $notEndPunct = array('、', '「', '『', 'ー', ',', ':', ';');
... | {
"pile_set_name": "Github"
} |
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("rxjs-compat/observable/PairsObservable"));
//# sourceMappingURL=PairsObservable.js.map | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT src='../ChartNew.js'></script>
<!SCRIPT src='Add-ins/shapesInChart.js'><!/script>
<SCRIPT>
defCanvasWidth=1200;
defCanvasHeight=600;
var mydata1 = {
labels : ["January","February","March","April","May","June","Ju... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 4dbba0f12e8184b3a8ab30d670ca9692
timeCreated: 1432070018
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
import React, { PureComponent } from 'react';
import PropTypes from 'prop-types';
import { Input, Icon, AutoComplete } from 'antd';
import classNames from 'classnames';
import Debounce from 'lodash-decorators/debounce';
import Bind from 'lodash-decorators/bind';
import styles from './index.less';
export default class ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* 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 ag... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2020 Atmosphère-NX
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but ... | {
"pile_set_name": "Github"
} |
@font-face {
font-family: 'Source Sans Pro';
src: url('source-sans-pro-regular.eot');
src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
url('source-sans-pro-regular.woff') format('woff'),
url('source-sans-pro-regular.ttf') format('truetype');
font-weight: norm... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mediainfo"
PKG_VERSION="18.05"
PKG_SHA256="d94093aaf910759f302fb6b5ac23540a217eb940cfbb21834de2381de975fa65"
PKG_LICENSE="GPL"
PKG_SITE="http://mediaarea.net/en/MediaInfo/Download/Source"
PKG_URL="http://med... | {
"pile_set_name": "Github"
} |
import warnings
warnings.warn("Importing discussion.django_comment_client.tests.utils instead of lms.djangoapps.discussion.django_comment_client.tests.utils is deprecated", stacklevel=2)
from lms.djangoapps.discussion.django_comment_client.tests.utils import *
| {
"pile_set_name": "Github"
} |
package io.youi.net
import scala.reflect.macros.blackbox
case class Path(parts: List[PathPart]) extends Location {
lazy val absolute: Path = {
var entries = Vector.empty[PathPart]
parts.foreach {
case UpLevelPathPart => entries = entries.dropRight(1)
case SameLevelPathPart => // Ignore
cas... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlin... | {
"pile_set_name": "Github"
} |
kopenbsd /kopenbsd -h
kopenbsd_ramdisk /ramdisk
boot
# Shouln't happen
halt
| {
"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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>The page you were looking for doe... | {
"pile_set_name": "Github"
} |
<resources>
<!--Welcome Activity-->
<string name="modules">Moodulid</string>
<string name="superuser">Superkasutaja</string>
<string name="logs">Logi</string>
<string name="settings">Seaded</string>
<string name="install">Installi</string>
<string name="unsupport_magisk_title">Mittetoetatud... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : Luxembourgish (lb)
//! author : mweimerskirch : https://github.com/mweimerskirch, David Raison : https://github.com/kwisatz
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) :
typeof define ==... | {
"pile_set_name": "Github"
} |
goog.provide('ga_search_type_directives');
goog.require('ga_debounce_service');
goog.require('ga_layerfilters_service');
goog.require('ga_layermetadatapopup_service');
goog.require('ga_layers_service');
goog.require('ga_maputils_service');
goog.require('ga_marker_overlay_service');
goog.require('ga_previewfeatures_ser... | {
"pile_set_name": "Github"
} |
[OPTIONS]
Compatibility=1.1
Full-text search=Yes
Contents file=index.hhc
Default Window=main
Default topic=main.html
Index file=index.hhk
Language=0x409 English (United States)
Binary TOC=YES
Create CHI file=YES
Title=uIP 1.0
[WINDOWS]
main="uIP 1.0","index.hhc","index.hhk","main.html","main.html",,,,,0x23520,,0x387e,... | {
"pile_set_name": "Github"
} |
xof 0303txt 0032
template XSkinMeshHeader {
<3cf169ce-ff7c-44ab-93c0-f78f62d172e2>
WORD nMaxSkinWeightsPerVertex;
WORD nMaxSkinWeightsPerFace;
WORD nBones;
}
template VertexDuplicationIndices {
<b8d65549-d7c9-4995-89cf-53a9a8b031e3>
DWORD nIndices;
DWORD nOriginalVertices;
array DWORD indices[nIndices];
}
tem... | {
"pile_set_name": "Github"
} |
package com.sivalabs.domain;
import java.io.Serializable;
import java.util.Date;
/**
* @author Siva
*
*/
public class User implements Serializable
{
private static final long serialVersionUID = 1L;
private Integer id;
private String userName;
private String password;
private String email;
pr... | {
"pile_set_name": "Github"
} |
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
// Copyright (c) 2005, 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 cod... | {
"pile_set_name": "Github"
} |
//
// © Copyright Henrik Ravn 2004
//
// 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)
//
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.T... | {
"pile_set_name": "Github"
} |
#include "Stdafx.h"
#include "GameOption.h"
//////////////////////////////////////////////////////////////////////////
BEGIN_MESSAGE_MAP(CGameOption, CSkinDialogEx)
END_MESSAGE_MAP()
//////////////////////////////////////////////////////////////////////////
//构造函数
CGameOption::CGameOption() : CSkinDialogEx(IDD_OPTI... | {
"pile_set_name": "Github"
} |
// name: PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.mos [simulation checking]
// keywords: simulation PlanarMechanicsForTesting.Examples
// status: correct
// teardown_command: rm -rf _PlanarMechanicsForTesting.Examples.TestDryFrictionWheel.* PlanarMechanicsForTesting.Examples.TestDryFrictionWheel_i* P... | {
"pile_set_name": "Github"
} |
(*
this module helps android developers to publish automatically their apks
useful links:
https://developers.google.com/accounts/docs/OAuth2ServiceAccount#formingheader
https://developers.google.com/android-publisher/api-ref/edits/insert
note:
I would like to use a JsonProvider to parse ... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:6dcf66ac4fc1bd986ad6d956789dbe765653c25b32aafcce24948db244216be9
size 24021
| {
"pile_set_name": "Github"
} |
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-co... | {
"pile_set_name": "Github"
} |
{
"response": {
"id": 123
}
} | {
"pile_set_name": "Github"
} |
/* -*- C++ -*- */
/**
* @file FilterFactory.h
*
* @author Pradeep Gore <pradeep@oomworks.com>
*/
#ifndef TAO_Notify_FILTERFACTORY_H
#define TAO_Notify_FILTERFACTORY_H
#include /**/ "ace/pre.h"
#include "orbsvcs/Notify/notify_serv_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS... | {
"pile_set_name": "Github"
} |
<?php
/**
* TbActiveForm class file.
* @author Christoffer Niska <ChristofferNiska@gmail.com>
* @copyright Copyright © Christoffer Niska 2011-
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @package bootstrap.widgets
*/
Yii::import('bootstrap.widgets.input.TbInput')... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
/*============================================================================
**
** Source: test18.c
**
** Purpose: Test #18 for the vprintf function. Tests th... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
describe('Directive v-model radio', () => {
it('should work', done => {
const vm = new Vue({
data: {
test: '1'
},
template: `
<div>
<input type="radio" value="1" v-model="test" name="test">
<input type="radio" value="2" v-model="test" na... | {
"pile_set_name": "Github"
} |
#! /usr/bin/python3
# -*- coding: utf-8 -*-
# @Time : 2019/3/10 5:41 PM
# @Author : xiaoliji
# @Email : yutian9527@gmail.com
"""
数组中的逆序对
>>> InversePairs([7, 5, 6, 4])
5
"""
from collections import deque
def InversePairs(data: list) -> int:
count = 0
def merge(left, right):
no... | {
"pile_set_name": "Github"
} |
# Lines starting with '#' and sections without content
# are not displayed by a call to 'details'
#
[Website]
http://nmap.org/
[filters]
http://nmap.org/shared/images/p/solarwinds/sw_banner728x90_lem_award2012.png
http://nmap.org/shared/images/p/solarwinds/sw_siem_120x90.jpg
http://nmap.org/shared/images/p/gf... | {
"pile_set_name": "Github"
} |
// stylelint-disable declaration-no-important
// Typography
@mixin text-emphasis-variant($parent, $color) {
#{$parent} {
color: $color !important;
}
a#{$parent} {
@include hover-focus {
color: darken($color, 10%) !important;
}
}
}
| {
"pile_set_name": "Github"
} |
package jetbrains.mps.lang.feedback;
/*Generated by MPS */
import jetbrains.mps.generator.runtime.TemplateModuleInterpreted2;
import jetbrains.mps.smodel.language.LanguageRegistry;
import jetbrains.mps.smodel.language.LanguageRuntime;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.mps.openapi.module.S... | {
"pile_set_name": "Github"
} |
"
I am an abstract class. My subclasses are some functions for a FastTable as search or filter.
Description
-------------------------------------------------
I can be use in two way. Implicitely I will not appear on the FastTable. Explicitely I can display a Widget on the FastTable.
I work with a FTTableMorph. I can... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.