text stringlengths 2 99.9k | meta dict |
|---|---|
<PAPER>
<S sid="0">Phrasal Cohesion And Statistical Machine Translation</S>
<ABSTRACT>
<S sid="1" ssid="1">There has been much interest in using phrasal movement to improve statistical machine translation.</S>
<S sid="2" ssid="2">We explore how well phrases cohere across two languages, specifically English ... | {
"pile_set_name": "Github"
} |
/* -*- tab-width: 4 -*- */
/* 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 "avmplus.h"
#include "eval.h"
#ifdef _MSC_VER // Not ideal
#define WINDOWS_... | {
"pile_set_name": "Github"
} |
STARTFONT 2.1
FONT -Misc-Powerline-Medium-R-Normal--13-94-100-100-C-70-ISO10646-1
SIZE 13 100 100
FONTBOUNDINGBOX 7 13 0 -2
STARTPROPERTIES 25
ADD_STYLE_NAME ""
AVERAGE_WIDTH 70
CAP_HEIGHT 7
CHARSET_ENCODING "1"
CHARSET_REGISTRY "ISO10646"
DEFAULT_CHAR 0
FACE_NAME "-Misc-Powerline-Medium-R-Normal--13-94-100-100-C-70-IS... | {
"pile_set_name": "Github"
} |
//
// PointerKit-mac.h
// PointerKit-mac
//
// Created by Louis D'hauwe on 19/05/2017.
// Copyright © 2017 Silver Fox. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for PointerKit-mac.
FOUNDATION_EXPORT double PointerKit_macVersionNumber;
//! Project version string for PointerKit-mac... | {
"pile_set_name": "Github"
} |
# Exception test.
# Incorrect number of stoichiometric coefficients
[Mesh]
type = GeneratedMesh
dim = 1
[]
[Variables]
[./a]
[../]
[./b]
[../]
[]
[GlobalParams]
PorousFlowDictator = dictator
[]
[Kernels]
[./a]
type = Diffusion
variable = a
[../]
[./b]
type = Diffusion
variable = ... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////
//
// Copyright 2017 Realm 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/li... | {
"pile_set_name": "Github"
} |
#include <Python.h>
#include <numpy/arrayobject.h>
#include <math.h>
#include <GL/glut.h>
static PyObject* glVertexColorArray(PyObject *dummy, PyObject *args)
{
PyObject *arg1 = NULL, *arg2 = NULL;
PyObject *arr1 = NULL, *arr2 = NULL;
if (!PyArg_ParseTuple(args, "OO", &arg1, &arg2))
return NULL;
arr1 = PyArray... | {
"pile_set_name": "Github"
} |
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... | {
"pile_set_name": "Github"
} |
Content-Type: text/xml; charset=UTF-8
<?xml version='1.0' encoding="UTF-8" ?>
<wfs:FeatureCollection
xmlns:ms="http://mapserver.gis.umn.edu/mapserver"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XM... | {
"pile_set_name": "Github"
} |
Qflips := proc( n )
local a := Array( 1 .. n );
a[ 1 ] := 1;
a[ 2 ] := 1;
for local i from 3 to n do
a[ i ] := a[ i - a[ i - 1 ] ] + a[ i - a[ i - 2 ] ]
end do;
local flips := 0;
for i from 2 to n do
if a[ i ] < a[ i - 1 ] then
... | {
"pile_set_name": "Github"
} |
{
"id": "35291569",
"url": "https:\/\/collection.cooperhewitt.org\/types\/35291569\/",
"name": "scoop, tea",
"count_objects": "1",
"supersedes": "0",
"superseded_by": "0"
} | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 arm,openbsd
package unix
func setTimespec(sec, nsec int64) Timespec {
return Timespec{Sec: sec, Nsec: int32(nsec)}
}
func setTimeval(sec, usec int... | {
"pile_set_name": "Github"
} |
namespace LiquidProjections.ExampleHost
{
internal class CountryLookup : IEntity
{
public string Id { get; set; }
public string Name { get; set; }
}
} | {
"pile_set_name": "Github"
} |
//
// ______ ______ ______
// /\ __ \ /\ ___\ /\ ___\
// \ \ __< \ \ __\_ \ \ __\_
// \ \_____\ \ \_____\ \ \_____\
// \/_____/ \/_____/ \/_____/
//
//
// Copyright (c) 2014-2015, Geek Zoo Studio
// http://www.bee-framework.com
//
//
// Permission is hereby granted, free of charge, to any person ob... | {
"pile_set_name": "Github"
} |
class Signature {
public parameters: ParameterSymbol[] = null;
}
function aEnclosesB(a: Symbol) {
return true;
}
class Symbol {
public bound: boolean;
public visible() {
var b: TypeSymbol;
return aEnclosesB(b);
}
}
class InferenceSymbol extends Symbol {
}
class... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env tclsh
set usage {extFileTool [options] cmd
Tool for running various extFile management tools.
cmd is one of:
- update - run update and generated extFile dumps
- dump - generate extFile dumps
Options
-db=db - Update only this database. Maybe repeated.
}
proc report {stat... | {
"pile_set_name": "Github"
} |
.combobox-item,
.combobox-group {
font-size: 12px;
padding: 3px;
padding-right: 0px;
}
.combobox-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.combobox-gitem {
padding-left: 10px;
}
.combobox-group {
font-weight: bold;
}
.combobox-item-hover {
background-color: #777;
color: #fff;
}
.comb... | {
"pile_set_name": "Github"
} |
.editor {
width: 100%;
resize: none;
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.new-post {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.entry-ti... | {
"pile_set_name": "Github"
} |
{"text": ["$", "aep", "aep", "earnings", "stung", "by", "ohio", "deregulation", "URL"], "created_at": "Mon Jan 27 13:32:22 +0000 2014", "user_id_str": "495569824"}
| {
"pile_set_name": "Github"
} |
StartChar: Igrave
Encoding: 204 204 88
Width: 1060
VWidth: -10
Flags: W
HStem: -3 221<134 366 622 848> 1112 212<138 366 622 852> 1335 442
VStem: 236 566 366 256<219 1119>
LayerCount: 2
Fore
Refer: 322 768 N 1 0 0 1 43 242 2
Refer: 50 73 N 1 0 0 1 0 0 3
Validated: 1
EndChar
| {
"pile_set_name": "Github"
} |
//**
Good Luck With That Public License
https://spdx.org/licenses/GLWTPL.json
https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85
**//
(( GLWT(Good Luck With That) Public License
(( Copyright __20__ ))??
))??
Everyone is permitted to copy, distribute, modify, merge, sell, publish,
subli... | {
"pile_set_name": "Github"
} |
# Alterando a categoria de imposto
A categoria de imposto é o fator mais importante no cálculo do imposto e mudanças nessa categoria (*Steuerklasse*) influenciam bastante na diferença entre o valor bruto e líquido da sua fonte de renda. O site [http://www.parmentier.de/steuer/steuer.htm?wagetax.htm](http://www.parment... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////
//Служебные функции и процедуры
///////////////////////////////////////////////////
&НаКлиенте
// контекст фреймворка Vanessa-Automation
Перем Ванесса;
&НаКлиенте
// Структура, в которой хранится состояние сценария между выполнением шагов. Очищается перед выполне... | {
"pile_set_name": "Github"
} |
package edu.stanford.bmir.protege.web.shared.form.field;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import com.google.common.base.MoreObjects;
import com.google.common.base.Objects;
import edu.stanford.bmir.protege.web.shared.form.FormDescriptor;
import javax.annotation.Nonnull;
import static com.google.... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
echo "bin .npm/bin"
| {
"pile_set_name": "Github"
} |
_ = require 'underscore'
Backbone = require 'backbone'
Location = require './location.coffee'
{ getMapImageSrc, getMapLink, getDirections } = require "../components/util/google_maps.coffee"
{ Markdown } = require '@artsy/backbone-mixins'
module.exports = class PartnerLocation extends Location
_.extend @prototype, M... | {
"pile_set_name": "Github"
} |
package hex.genmodel;
/**
* MOJO Models that can calculate SHAP Values (contributions) should implement this interface
*/
public interface PredictContributionsFactory {
/**
* Create an instance of PredictContributions
* The returned implementation is not guaranteed to be thread-safe and the caller is respon... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Tests\Utils;
use PhpMyAdmin\SqlParser\Tests\TestCase;
use PhpMyAdmin\SqlParser\Utils\Formatter;
use ReflectionMethod;
class FormatterTest extends TestCase
{
/**
* @param mixed $default
* @param mixed $overriding
* @param mixed $expecte... | {
"pile_set_name": "Github"
} |
"use strict";
var platform_browser_dynamic_1 = require('@angular/platform-browser-dynamic');
var app_component_1 = require('./app.component');
platform_browser_dynamic_1.bootstrap(app_component_1.AppComponent);
//# sourceMappingURL=main.js.map | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2001 Daniel Nuffer
Copyright (c) 2002 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file ... | {
"pile_set_name": "Github"
} |
const { CompositeDisposable } = require('atom');
const main = require('../lib/main.js');
const SelectionManager = require('../lib/selection-manager.js');
const StatusBarService = require('../lib/status-bar/status-bar-service.js');
const ScrollMarkersService = require('../lib/scroll-markers/scroll-markers-service.js');
... | {
"pile_set_name": "Github"
} |
// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,sparc64
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func Fa... | {
"pile_set_name": "Github"
} |
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.\d+ %{
set-option buffer filetype troff
}
# Initialization
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾
hook global WinSetOption filetype=troff %{
require-module troff
}
hook -group troff-highlight global WinSetOption filetype=troff %{
add-highlighter window/troff ref troff
hoo... | {
"pile_set_name": "Github"
} |
example.com/foo
| {
"pile_set_name": "Github"
} |
#pragma once
//-----------------------------------------------------------------------------
// Engine Includes
//-----------------------------------------------------------------------------
#pragma region
#include "renderer\configuration.hpp"
#include "renderer\state_manager.hpp"
#include "resource\renderi... | {
"pile_set_name": "Github"
} |
test
testPutOn
| c stream |
c := self newValue: 0.
stream := WriteStream on: Array new.
c putOn: stream.
self assertCollection: stream contents equals: #(push0).
c := self newValue: 1.
stream := WriteStream on: Array new.
c putOn: stream.
self assertCollection: stream contents equals: #(push1).
c := self newV... | {
"pile_set_name": "Github"
} |
{
"gcm_sender_id": "103953800507"
}
| {
"pile_set_name": "Github"
} |
//
// ShakeAndBreakViewController.h
// ShakeAndBreak
//
// Created by jeff on 4/29/09.
// Copyright Jeff LaMarche 2009. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AudioToolbox/AudioToolbox.h>
@interface ShakeAndBreakViewController : UIViewController {
UIImageView *imageView;
BOOL ... | {
"pile_set_name": "Github"
} |
package org.jetbrains.plugins.clojure.refactoring.rename;
import com.intellij.patterns.ObjectPattern;
import org.jetbrains.plugins.clojure.psi.api.symbols.ClSymbol;
/**
* @author ilyas
*/
public class ClojureSymbolPattern extends ObjectPattern<ClSymbol, ClojureSymbolPattern>{
public ClojureSymbolPattern() {
s... | {
"pile_set_name": "Github"
} |
## Mac专题
### 新手入门
1. [MAC OS X系统从操作到精通,在线视频教程教你玩转苹果电脑](http://bbs.feng.com/read-htm-tid-4231139.html "Title")
1. [Macbook pro入门教程 - 播单 - 优酷视频](http://list.youku.com/albumlist/show?id=6129758&ascending=1&page=1 "Title")
1. [关于 Mac 的文章 - 少数派](http://sspai.com/tag/Mac?t=%E6%95%99%E7%A8%8B "Title")
1. [【深入浅出 Mac OS ... | {
"pile_set_name": "Github"
} |
package org.apache.http.impl.client;
import android.support.v4.app.NotificationCompat.WearableExtender;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.concurrent.TimeUnit;
import org.apache.commons.logging.Log;
import org.apa... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2008 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*
* This program is free software; you may redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the ... | {
"pile_set_name": "Github"
} |
@import "../js/bower/bourbon/dist/bourbon"
@import "../js/bower/neat/app/assets/stylesheets/neat"
@import "common/import-once"
@import 'common/mixins'
@import 'common/reset'
@import 'common/variables'
@import 'common/modifiers'
@import 'common/init'
@import 'sizes/tiny'
@import 'sizes/small'
@import 'sizes/minor'
@im... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url><loc>http://perf-tooling.today/</loc><... | {
"pile_set_name": "Github"
} |
$(document).ready(function () {
$('img[alt="IFRAME"]').each(function () {
var id = $(this).attr('src');
var html = '<iframe style="width: 100%;height: 850px;" src="' + id + '" frameborder="0" allowfullscreen></iframe>';
$(this).replaceWith(html);
});
});
$(document).ready(function () {
$('... | {
"pile_set_name": "Github"
} |
package upenn.junto.algorithm.parallel;
/**
* Copyright 2011 Partha Pratim Talukdar
*
* 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"
} |
;;; jupyter-R.el --- Jupyter support for R -*- lexical-binding: t -*-
;; Copyright (C) 2019-2020 Nathaniel Nicandro
;; Author: Jack Kamm <jackkamm@gmail.com>
;; Nathaniel Nicandro <nathanielnicandro@gmail.com>
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of th... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.array.find-index');
module.exports = require('../../modules/$.core').Array.findIndex; | {
"pile_set_name": "Github"
} |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_TXMEMPOOL_H
#define BITCOIN_TXMEMPOOL_H
#include <memory>
#inclu... | {
"pile_set_name": "Github"
} |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<c:out value="${param.test_param}" escapeXml="false"/> | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2016 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | {
"pile_set_name": "Github"
} |
//
// REPrintActivity.m
// REActivityViewController
//
// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego)
//
// 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 restri... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef RAGDOLLEXPLOSIONENUMERATOR_H
#define RAGDOLLEXPLOSIONENUMERATOR_H
#ifdef _WIN32
#pragma once
#endif
#include "ispa... | {
"pile_set_name": "Github"
} |
{
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"template-only-glimmer-components": true
}
| {
"pile_set_name": "Github"
} |
package nodos
// IsGui returns true if fname is Windows GUI Application
func IsGui(fname string) bool {
if fname == "" {
return false
}
result, err := isGui(fname)
if err != nil {
return false
}
return result
}
| {
"pile_set_name": "Github"
} |
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
| {
"pile_set_name": "Github"
} |
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authenticators-approvers
reviewers:
- sig-auth-authenticators-reviewers
labels:
- sig/auth
| {
"pile_set_name": "Github"
} |
// pages/detail/detail.js
const app = getApp();
const Promisify = require('../../utils/promise.js');
Page({
data: {
lineName: '',// 线路名
lineType: 0,// 上下行
lineList: [],// 保存上下行线路
nearestSiteName: '',// 最近站点
},
onLoad: function (options) {
let self = this;
self.setData({
// lineNam... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="CppUTest"
ProjectGUID="{EC28C821-4AB8-458F-A821-C6E65607B781}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="UnusedResources">
<ignore path="**/wi_day_cloudy.xml" />
<ignore path="**/wi_day_cloudy_gusts.xml" />
<ignore path="**/wi_day_fog.xml" />
<ignore path="**/wi_day_hail.xml" />
<ignore path="**/wi_day_haze.xml" />
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
//
// Przyklad jak odczytac dane o ograniczeniu czasowym (ilosc uruchomien)
//
// Wersja : PELock v2.0
// Jezyk : C/C++
// Autor : Bartosz Wójcik (support@pelock.com)
// Strona domowa : https://www.pelock.com
//
... | {
"pile_set_name": "Github"
} |
dev tun
proto udp
remote us-or.serverlocation.co 54
resolv-retry infinite
client
auth-user-pass /config/openvpn-credentials.txt
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
reneg-sec 0
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
MIIFOTCCBCGgAwIBAgIJALHEFe9IQlCzMA0G... | {
"pile_set_name": "Github"
} |
import FWCore.ParameterSet.Config as cms
#
# module to make mvaTraining for jet parton associations
#
buildTraintree = cms.EDAnalyzer("TtFullHadSignalSelMVATrainer",
#input tags used in the example
jets = cms.InputTag("selectedPatJets"),
#three possibilities:
# whatData=-1: in your training-file bot... | {
"pile_set_name": "Github"
} |
// This Ambient Occlusion image effect is based on "Scalable Ambient Obscurance":
/**
\author Morgan McGuire and Michael Mara, NVIDIA and Williams College, http://research.nvidia.com, http://graphics.cs.williams.edu
Open Source under the "BSD" license: http://www.opensource.org/licenses/bsd-license.php
Copyright (... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2010, 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"
} |
#include "RscDisplayCraftingMenu.hpp"
#include "RscDisplayGear.hpp"
#include "RscDisplayGearMinimal.hpp"
#include "RscDisplayGenderSelect.hpp"
#include "RscDisplaySpawnSelecter.hpp"
#include "RscPlayerUI.hpp"
#include "RscMap.hpp"
//#include "RscDisplayConstructionMenu.hpp"
| {
"pile_set_name": "Github"
} |
<?php
/**
* Pimcore
*
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Enterprise License (PEL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (... | {
"pile_set_name": "Github"
} |
using SharedLibrary.Models;
using System;
using System.Diagnostics;
using System.IO;
namespace SharedLibrary
{
public static class SharedHelpers
{
private static readonly string[] SizeSuffixes =
{
"B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"
};
public static... | {
"pile_set_name": "Github"
} |
export function formatDate(date) {
const year = date.getFullYear(),
month = date.getMonth() + 1, // months are zero indexed
day = date.getDate(),
hour = date.getHours(),
minute = date.getMinutes(),
second = date.getSeconds(),
millisecond = date.getMilliseconds(),
hourFormatted = hour % 12 ... | {
"pile_set_name": "Github"
} |
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | {
"pile_set_name": "Github"
} |
/*
* RHQ Management Platform
* Copyright (C) 2011 Red Hat, Inc.
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation version 2 of the License.
*
* This program is dis... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
static CSCPController* l_Pad[XUSER_MAX_COUNT];
static BOOL l_bPassThrough = false, l_bStarted = false, l_bUnloaded = false;
static DWORD l_nPads = 0, l_nAttached = 0, l_nBtPads = 0;
BOOL LoadApi(BOOL bEnable)
{
if (bEnable) l_nAttached++; else l_nAttached--;
if (bEnable && !l_bStarted && !l_bU... | {
"pile_set_name": "Github"
} |
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//calendarserver.org//Zonal//EN
BEGIN:VTIMEZONE
TZID:Chatham Islands Standard Time
X-LIC-LOCATION:Chatham Islands Standard Time
BEGIN:STANDARD
DTSTART:18681102T000000
RDATE:18681102T000000
TZNAME:CHAST
TZOFFSETFROM:+121348
TZOFFSETTO:+1215
END:STANDARD... | {
"pile_set_name": "Github"
} |
XRWebGLLayer : XRLayer
Spec:
https://immersive-web.github.io/webxr/#xrwebgllayer-interface
----
new XRWebGLLayer(session : XRSession, gl : WebGLRenderingContext, [layerInit : { \
antialias : Boolean /* Default = **true** */, \
depth : Boolean /* Default = **true** */, \
stencil : Boolean /* Default = **f... | {
"pile_set_name": "Github"
} |
$(function () {
$("#jqGrid").jqGrid({
url: baseURL + 'sys/log/list',
datatype: "json",
colModel: [
{ label: 'id', name: 'id', width: 30, key: true },
{ label: '用户名', name: 'username', width: 50 },
{ label: '用户操作', name: 'operation', width: 70 },
{ label: '请求方法', name: ... | {
"pile_set_name": "Github"
} |
/* $XConsortium: nv_driver.c /main/3 1996/10/28 05:13:37 kaleb $ */
/*
* Copyright 1996-1997 David J. McKay
*
* 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, includ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
using Renci.SshNet.Common;
using Renci.SshNet.Security;
using Renci.SshNet.Sftp;
namespace Renci.SshNet
{
/// <summary>
/// Factory for creating new services.
/// </summary>
internal partial interface IServiceFactory
{
ICli... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Template: Chris Kempson, Scheme: Nate Peterson</string>
<key>name</key>
<string>Base16 Material Darker</string>
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl -w
# (c) 2009, Tom Zanussi <tzanussi@gmail.com>
# Licensed under the terms of the GNU GPL License version 2
# Display r/w activity for all processes
# The common_* event handler fields are the most useful fields common to
# all events. They don't necessarily correspond to the 'common_*' fields
# in t... | {
"pile_set_name": "Github"
} |
var lpad = require('../string/lpad');
var toNumber = require('../lang/toNumber');
/**
* Add padding zeros if n.length < minLength.
*/
function pad(n, minLength, char){
n = toNumber(n);
return lpad(''+ n, minLength, char || '0');
}
module.exports = pad;
| {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for the LightwaveRf binding
Bundle-SymbolicName: org.openhab.binding.lightwaverf.test
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: openHAB.org
Fragment-Host: org.openhab.binding.lightwaverf
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bund... | {
"pile_set_name": "Github"
} |
module BigBroda
class Auth
attr_accessor :api, :client
cattr_accessor :api, :client
def initialize
@config = BigBroda::Config
@key = Google::APIClient::KeyUtils.load_from_pkcs12(@config.key_file, @config.pass_phrase)
@asserter = Google::APIClient::JWTAsserter.new( @config.email, @confi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist... | {
"pile_set_name": "Github"
} |
Music Player Daemon
===================
## Enable Audio Device (ArchLinuxArm)
```bash
$ echo 'snd-bcm2835' > /etc/modules-load.d/raspberrypi.conf
$ echo 'dtparam=audio=on' >> /boot/config.txt
$ reboot
```
| {
"pile_set_name": "Github"
} |
# DO NOT EDIT THIS FILE AS IT WILL BE OVERRIDEN DURING TRANSLATION SYNC
# IF YOU WOULD LIKE TO HELP COUNTLY TO BE TRANSLATED INTO YOUR LANGUAGE
# PLEASE VISIT https://www.transifex.com/osoner/countly
push.plugin-title = Push Notifications
push.plugin-description = Increase loyalty, user retention & satisfaction wi... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
//go:generate go run gen.go gen_trieval.go gen_ranges.go
// Package bidi contains functionality for bidirectional text support.
//
// See http://www.unicode.or... | {
"pile_set_name": "Github"
} |
//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************//
//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
#include "Material/BsShader.h"
#include "Material/BsTechnique.h"
#incl... | {
"pile_set_name": "Github"
} |
package com.dbflow5.paging
import android.arch.paging.PagedList
import com.dbflow5.BaseUnitTest
import com.dbflow5.TestDatabase
import com.dbflow5.assertThrowsException
import com.dbflow5.config.database
import com.dbflow5.models.SimpleModel
import com.dbflow5.models.SimpleModel_Table
import com.dbflow5.query.select
i... | {
"pile_set_name": "Github"
} |
---
title: RVM CLI
---
.breadcrumbs
%a{ :href => "/" }
Documentation
>
%a{ :href => "/rvm/" }
RVM
>
%a{ :href => "/rvm/cli/" }
CLI
%hr
%h1
RVM CLI Usage
%p
RVM comes with many options, however it has lots of defaults that are intended to make the command line API mu... | {
"pile_set_name": "Github"
} |
package org.commoncrawl.mapred.ec2.postprocess.crawldb;
public interface CrawlDBCommon {
public static final int NUM_SHARDS = 10000;
public static final String BLEKKO_DOMAIN_METADATA_PATH = "s3n://aws-publicdatasets/common-crawl/blekko/blekko-domain-meta";
public static final String TOPLEVEL_LINKSTATUS_... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Script Constraint" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
<persistent> ... | {
"pile_set_name": "Github"
} |
package com.jmedeisis.windowview.sensor;
/**
* A discrete-time filter for raw sensor values.
*/
public interface Filter {
/**
* Update filter with the latest value.
*
* @return latest filtered value.
*/
float push(float value);
/**
* Reset filter to the given value.
*/
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
flask.testsuite.views
~~~~~~~~~~~~~~~~~~~~~
Pluggable views.
:copyright: (c) 2011 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import flask
import flask.views
import unittest
from flask.testsuite import FlaskTestCase
from werkzeug.http import pars... | {
"pile_set_name": "Github"
} |
t_hitbox = "0:255=%[0.00,0.00,0.00]:[2.00,0.00,0.00]"
t_leghitbox = "0:255=%[0.00,0.00,0.00]:[0.00,2.00,0.00]"
darkenwep = "0:255=%[0.1,0.1,0.1]:[0.15,0.15,0.15]"//"0:255=%[0.1,0.1,0.1]:[0.2,0.2,0.2]"//"0:255=%[0.2,0.2,0.2]:[0.8,0.8,0.8]"
lightenwep = "0:255=%[0.8,1.0,0.8]:[1.0,1.2,1.0]"
reddenwep = "0:255=%[0.0,0.0,0.... | {
"pile_set_name": "Github"
} |
{
"error": "错误:%s",
"shell": {
"layout": {
"demoExpired": {
"title": "演示版过期",
"canUpgrade": "感谢您试用 Sandstorm 演示版!您的演示帐号已过期。如果您想继续使用 Sandstorm 并且让您的数据被永久保留,请登录。",
"cannotUpgrade": "感谢您试用 Sandstorm 演示版!您的演示帐号已过期。",
"signOut": "登出"... | {
"pile_set_name": "Github"
} |
/// <reference path="fourslash.ts" />
//@Filename: jsxExpressionFollowedByIdentifier.tsx
////declare var React: any;
////const a = <div>{<div />[|x|]}</div>
////const b = <div x={<div />[|x|]} />
test.ranges().forEach(range => {
verify.errorExistsAtRange(range, ts.Diagnostics._0_expected.code, "'}' expected.");
/... | {
"pile_set_name": "Github"
} |
'use strict'
function formatHostname (hostname) {
// canonicalize the hostname, so that 'oogle.com' won't match 'google.com'
return hostname.replace(/^\.*/, '.').toLowerCase()
}
function parseNoProxyZone (zone) {
zone = zone.trim().toLowerCase()
var zoneParts = zone.split(':', 2)
var zoneHost = formatHostn... | {
"pile_set_name": "Github"
} |
<?hh // partial
/**
* fopen() binds a named resource, specified by filename, to a stream.
*
* @return mixed - Returns a file pointer resource on success, or FALSE on
* error.
*
*/
<<__Native>>
function fopen(string $filename,
string $mode,
bool $use_include_path = false,
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.