text stringlengths 2 99k | meta dict |
|---|---|
/*
* Copyright (C) 2016 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.product.index;
import static com.opengamma.strata.collect.TestHelper.assertSerialization;
import static com.opengamma.strata.collect.TestHelper.coverBean... | {
"pile_set_name": "Github"
} |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
import * as React from 'react';
import styles from './Home.css';
export default class Home extends React.Component {
render() {
return (
<div className={styles.wrapper}>
<div class... | {
"pile_set_name": "Github"
} |
/*********************************************************************
* NAN - Native Abstractions for Node.js
*
* Copyright (c) 2018 NAN contributors
*
* MIT License <https://github.com/nodejs/nan/blob/master/LICENSE.md>
********************************************************************/
#ifndef NAN_CONVERTER... | {
"pile_set_name": "Github"
} |
{ "translations": {
"New notebook" : "نوت بوک جدید",
"Not in notebook" : "نه در دفترچه",
"Notebook name" : "نام نوت بوک",
"Deleted notes" : "یادداشتهای حذف شده",
"all" : "همه",
"new" : "جدید",
"save" : "ذخیره",
"back" : "بازگشت",
"create" : "ایجاد شده",
"cancel" : "لغو",
"nam... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>FcDirCacheUnload</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
HREF="t1.html"><LINK
REL="UP"
TITLE="File and Directory routines"
HREF="x103.html#AEN433... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 The Guava 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 agre... | {
"pile_set_name": "Github"
} |
# InvokeAltCoverCommand.Version property
Selects `Version` mode
```csharp
public SwitchParameter Version { get; set; }
```
## See Also
* class [InvokeAltCoverCommand](../InvokeAltCoverCommand-apidoc)
* namespace [AltCover.Commands](../../AltCover.PowerShell-apidoc)
<!-- DO NOT EDIT: generated by xmldocmd for AltCo... | {
"pile_set_name": "Github"
} |
define( [
"../core",
"../var/rcssNum"
], function( jQuery, rcssNum ) {
"use strict";
function adjustCSS( elem, prop, valueParts, tween ) {
var adjusted,
scale = 1,
maxIterations = 20,
currentValue = tween ?
function() {
return tween.cur();
} :
function() {
return jQuery.css( elem, prop, "" )... | {
"pile_set_name": "Github"
} |
/* helpers.c */
#include "test.h"
#include "mongo.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
void test_index_helper( mongo *conn ) {
bson b, out;
bson_iterator it;
bson_init( &b );
bson_append_int( &b, "foo", 1 );
bson_finish( &b );
mongo_create_index( c... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang='en'>
<head>
<title>UIKit Extensions Reference</title>
<link rel='stylesheet' type='text/css' href='css/jazzy.css' />
<link rel='stylesheet' type='text/css' href='css/highlight.css' />
<meta charset='utf-8'>
<script src='js/jquery.min.js' defer></script>
<script src... | {
"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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="8dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape> | {
"pile_set_name": "Github"
} |
1
4
9
16
25
36
49
64
81
100
1
2
3
4
5
6
7
8
9
10
| {
"pile_set_name": "Github"
} |
//
// RACSubscriber.m
// ReactiveCocoa
//
// Created by Josh Abernathy on 3/1/12.
// Copyright (c) 2012 GitHub, Inc. All rights reserved.
//
#import "RACSubscriber.h"
#import "RACSubscriber+Private.h"
#import "RACEXTScope.h"
#import "RACCompoundDisposable.h"
@interface RACSubscriber ()
// These callbacks should ... | {
"pile_set_name": "Github"
} |
package com.java110.store.listener.smallWeChat;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.java110.po.store.SmallWechatPo;
import com.java110.store.dao.ISmallWeChatServiceDao;
import com.java110.utils.constant.BusinessTypeConstant;
import com.java110.utils.constant.Respon... | {
"pile_set_name": "Github"
} |
//: [Previous](@previous)
//: ### Guards with Optionals
//: - Callout(Exercise):
//: If `checkout(card:)` is invoked using `testCard`, will it exit early?
//:
struct Card {
let token: String
let brand: String
let lastFourDigits: String
let validCCV: Bool
}
func checkout(card: Card?) {
guard let car... | {
"pile_set_name": "Github"
} |
/* rs-theme-name: Tomorrow Night - Bright */
/* rs-theme-is-dark: TRUE */
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: 33D8C715-AD3A-455B-8DF2-56F708909FFE) */
.ace_gutter {
background: #000000;
color: #6F6F6F;
}
.ace_print-margin {
width: 1px;
background: #e8e8e8;
}
.ace_editor, .rstudio-themes-... | {
"pile_set_name": "Github"
} |
package sarama
// DescribeLogDirsRequest is a describe request to get partitions' log size
type DescribeLogDirsRequest struct {
// Version 0 and 1 are equal
// The version number is bumped to indicate that on quota violation brokers send out responses before throttling.
Version int16
// If this is an empty array,... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "xmlbuilder@4.0.0",
"scope": null,
"escapedName": "xmlbuilder",
"name": "xmlbuilder",
"rawSpec": "4.0.0",
"spec": "4.0.0",
"type": "version"
},
"/Users/jbowser/cordova/cordova-android/node_modules/plist"
]
],
... | {
"pile_set_name": "Github"
} |
var createCustomError = require('../utils/createCustomError');
var generate = require('../definition-syntax/generate');
function fromMatchResult(matchResult) {
var tokens = matchResult.tokens;
var longestMatch = matchResult.longestMatch;
var node = longestMatch < tokens.length ? tokens[longestMatch].node :... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<office:color-table xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.org/2000/style" xmlns:text="http://openoffice.org/2000/text" xmlns:table="http://openoffice.org/2000/table" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:fo="http://www.w3.... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.Threading;
using System.Security;
using System.Security.Permissions;
namespace DanbooruDownloader3.CustomControl
{
public class ExtendedWebClient : WebClient
{
#region ctor
pub... | {
"pile_set_name": "Github"
} |
/******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the F... | {
"pile_set_name": "Github"
} |
include/group_replication.inc
Warnings:
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options ... | {
"pile_set_name": "Github"
} |
export class UsersRepository {
public data = [
{ id: 'eisenbergeffect', name: 'Rob Eisenberg' },
{ id: 'jwx', name: 'Jürgen Wenzel' },
{ id: 'shahabganji', name: 'Saeed Ganji' },
];
public users() { return this.data; }
public user(id: string) { return this.data.find((value) => value.id === id); }
}... | {
"pile_set_name": "Github"
} |
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
val ktlintVersion: String by project
dependencies {
implementation("com.pinterest.ktlint:ktlint-core:$ktlintVersion")
implementation("com.pinterest.ktlint:ktlint-ruleset-standard:$ktlintVersion")
... | {
"pile_set_name": "Github"
} |
[agent]
interval="1s"
flush_interval="1s"
[[inputs.exec]]
timeout = "1s"
data_format = "influx"
commands = [
"echo 'deal,computer_name=hosta message=\"stuff\" 1530654676316265790'",
"echo 'deal,computer_name=hostb message=\"stuff\" 1530654676316265790'",
]
[[processors.regex]]
[[processors.regex... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "BoldUnselected.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
} | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 ob... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Wed Sep 06 19:13:22 IST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.kevalpatel2106.... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -ex
wget -O bats-v0.4.0.tar.gz https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz
tar -zxvf bats-v0.4.0.tar.gz
cd bats-0.4.0
mkdir ~/env
./install.sh ~/env
if [ "${TRAVIS_OS_NAME}" == 'osx' ]; then
brew update
brew install gnupg
fi
| {
"pile_set_name": "Github"
} |
<div data-role="page">
<div data-role="header" data-position="inline">
<h1>Select Action</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<% if $cameraList %>
<% idx = 0
$cameraList.each do |camera|%>
<li><a href="<%=url_for(:action => :camera, :query => {'camera... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE> ZTREE DEMO - big data page</TITLE>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../css/demo.css" type="text/css">
<link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css" type="text/css">
<script type="text/... | {
"pile_set_name": "Github"
} |
#include "f2c.h"
#include "blaswrap.h"
/* Table of constant values */
static integer c__1 = 1;
/* Subroutine */ int chptrf_(char *uplo, integer *n, complex *ap, integer *
ipiv, integer *info)
{
/* System generated locals */
integer i__1, i__2, i__3, i__4, i__5, i__6;
real r__1, r__2, r__3, r__4;
com... | {
"pile_set_name": "Github"
} |
Footnotes[^1] have a label[^@#$%] and the footnote's content.
[^1]: This is a footnote content.
[^@#$%]: A footnote on the label: "@#$%".
| {
"pile_set_name": "Github"
} |
{
"desc": "Sets the read cursor in a private channel.",
"args": {
"channel": {
"type" : "group",
"required" : true,
"desc" : "Private channel to set reading cursor in."
},
"ts": {
"type" : "timestamp",
"required" : true,
"desc" : "Timestamp of the most recently seen message."
}
},
"... | {
"pile_set_name": "Github"
} |
{
"name": "utils-merge",
"version": "1.0.0",
"description": "merge() utility function",
"keywords": [
"util"
],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/utils-merge.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/utils-merge/issues"
},
"author": {
... | {
"pile_set_name": "Github"
} |
--- ccollect-0.7.0/ccollect.sh 2008-03-17 18:23:44.000000000 +0100
+++ ccollect/ccollect.sh 2008-10-14 09:45:10.000000000 +0200
@@ -552,7 +553,12 @@
_techo "Finished backup (rsync return code: $ret)."
if [ "${ret}" -ne 0 ]; then
- _techo "Warning: rsync exited non-zero, the backup may be broken (see rsyn... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="AdminAddIma... | {
"pile_set_name": "Github"
} |
c
c\SCCS Information: @(#)
c FILE: debug.h SID: 2.3 DATE OF SID: 11/16/95 RELEASE: 2
c
c %---------------------------------%
c | See debug.doc for documentation |
c %---------------------------------%
integer logfil, ndigit, mgetv0,
& msaupd, msaup2, msaitr, mseigt, msapps, msget... | {
"pile_set_name": "Github"
} |
import {ensureActions} from '../type'
export const GNB = ensureActions({
// -----
// Player GCDs
// -----
KEEN_EDGE: {
id: 16137,
name: 'Keen Edge',
icon: 'https://xivapi.com/i/003000/003401.png',
onGcd: true,
potency: 200,
combo: {
start: true,
},
},
BRUTAL_SHELL: {
id: 16139,
name: 'Brutal... | {
"pile_set_name": "Github"
} |
using OfficeDevPnP.Core.Framework.TimerJobs;
using Microsoft.SharePoint.Client;
using System;
using System.Linq;
using Microsoft.SharePoint.Client.Utilities;
using System.Text;
using System.Collections.Generic;
namespace OfficeDevPnP.PartnerPack.CheckAdminsJob
{
class EnforceTwoAdministratorsTimerJob : TimerJob
... | {
"pile_set_name": "Github"
} |
within Buildings.Fluid.Sensors;
model Temperature "Ideal one port temperature sensor"
extends Buildings.Fluid.Sensors.BaseClasses.PartialAbsoluteSensor;
Modelica.Blocks.Interfaces.RealOutput T(final quantity="ThermodynamicTemperature",
final unit = "K",
... | {
"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 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.
// This file is autogenerated by:
// mojo/public/tools/bindings/mojom_bindings_generator.py
// For:
// services/media_session/public/mojom/media_... | {
"pile_set_name": "Github"
} |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
| {
"pile_set_name": "Github"
} |
/*++
Copyright (C) 2018 3MF Consortium
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | {
"pile_set_name": "Github"
} |
# Generated by camel build tools - do NOT edit this file!
components=aws2-ec2
groupId=org.apache.camel
artifactId=camel-aws2-ec2
version=3.6.0-SNAPSHOT
projectName=Camel :: AWS2 EC2
projectDescription=A Camel Amazon EC2 Web Service Component Version 2
| {
"pile_set_name": "Github"
} |
use v6;
use Test;
plan 4;
use Zef::Distribution;
my $json = q:to/META6/;
{
"perl":"6",
"name":"Test::Complex::Depends",
"version":"0",
"auth":"github:stranger",
"description":"Test hash-based depends and native depends parsing",
"license":"none",
"depends": ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div id="page">
<div id='header'>
<a href="index.html">
<img style="border:none" alt="Redis Documentation" ... | {
"pile_set_name": "Github"
} |
<license xmlns="http://projectmallard.org/1.0/"
href="http://creativecommons.org/licenses/by-sa/3.0/">
<p>CC-BY-SA 3.0</p>
</license>
| {
"pile_set_name": "Github"
} |
<!––
/*
# Copyright 2018 Amazon.com, Inc. or its affiliates. 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.
# A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the ... | {
"pile_set_name": "Github"
} |
EESchema-DOCLIB Version 2.0
#
$CMP W25N01GVZEIG_TR
D IC FLASH 1GBIT 104MHZ 8WSON
K
F https://www.winbond.com/resource-files/w25n01gv revg 032116.pdf
$ENDCMP
#
#End Doc Library
| {
"pile_set_name": "Github"
} |
/**
Copyright (c) 2010-2013 hkrn
All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the foll... | {
"pile_set_name": "Github"
} |
#ifdef USE_CUDNN
#include <vector>
#include "./cudnn_tanh_layer.hpp"
namespace caffe {
void CuDNNTanHLayer::Forward_gpu(const vector<Blob*>& bottom,
const vector<Blob*>& top) {
const real_t* bottom_data = bottom[0]->gpu_data();
real_t* top_data = top[0]->mutable_gpu_data();
CU... | {
"pile_set_name": "Github"
} |
---
title: "Getting Started"
date: 2017-09-30T16:08:39-05:00
---
## How to install
Get the app up and running by following our [**AWS deployment guide**](/aws-deployment-guide). After following these steps watch [**this guide**](https://www.youtube.com/watch?v=_7U03GVD4a8) to set up the keys you'll need for sending e... | {
"pile_set_name": "Github"
} |
# 解析「三户模型」及建立账户模型
账户体系是支付系统的基础,它的设计直接影响整个系统的特性。这里探讨如何针对电子商务系统的账户体系设计。我们从一些基本概念开始入手,了解怎么建模。
## 1 三户模型
三户模型最早是在增强型电信运营图(Enhanced Telecom Operations Map,eTOM)中提出,在电信行业中得到广泛使用。 三户指客户(Customer)、用户(User)和账户(Account)。eTOM 引入是电信行业营销模型转向“以客户为中心”的理念而产生的成果。围绕客户建立用户和账户,这三个是相互关联的实体。近年来,金融行业也逐步接受和采用了三户模型。
- **客户**,指自然人或者法人... | {
"pile_set_name": "Github"
} |
package apitests
import (
"encoding/json"
"testing"
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/nomad/structs"
"github.com/stretchr/testify/require"
)
// Tests that api and struct values are equivalent
//
// Given that vendoring libraries prune tests by default, test dependencies
// aren't leak... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
Copyright (C) 2019, Zato Source s.r.o. https://zato.io
Licensed under LGPLv3, see LICENSE.txt for terms and conditions.
"""
from __future__ import absolute_import, division, print_function, unicode_literals
# Django
from django import forms
# Zato
from zato.admin.web.forms import add_se... | {
"pile_set_name": "Github"
} |
/*
* Subdriver for Scopium astro-camera (DTCS033, 0547:7303)
*
* Copyright (C) 2014 Robert Butora (robert.butora.fi@gmail.com)
*
* 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 ver... | {
"pile_set_name": "Github"
} |
QA output created by 1131
---
{
"@pcp": {
"@hosts": [
{
"@host": "slack",
"@metrics": [
{
"@interval": "0",
"@timestamp": "2016-02-10 14:39:13",
"hinv": {
"cpu": {
"bogomips": {
"@instances": [
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c046328d5ca67db4b9d2bc5afa0a6867
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-mic... | {
"pile_set_name": "Github"
} |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script>
var toString = Object.prototype.toString;
class Person {};
c... | {
"pile_set_name": "Github"
} |
html, body, .ua-choices {
height: 100px;
width: 120px;
margin: 0;
}
.ua-choices {
display: flex;
flex-direction: column;
justify-content: space-around;
}
.ua-choice {
height: 20%;
margin: 0.2em;
padding: 0.2em;
background-color: #E5F2F2;
cursor: pointer;
}
.ua-choice:hover {
background-color:... | {
"pile_set_name": "Github"
} |
package com.carrotsearch.examples.randomizedrunner;
import java.lang.annotation.*;
import org.junit.Test;
import com.carrotsearch.randomizedtesting.RandomizedRunner;
import com.carrotsearch.randomizedtesting.RandomizedTest;
import com.carrotsearch.randomizedtesting.annotations.Nightly;
import com.carrotsearch.random... | {
"pile_set_name": "Github"
} |
# Install Python using pyenv
[[ $pythonVersion := .Container.GetCustomValue "pythonVersion" (.Container.GetCustomValue "version" "3.3.5")]]
# Install python via pyenv
RUN apt-get install -y -f git
RUN git clone git://github.com/yyuu/pyenv.git /.pyenv
ENV PYENV_ROOT $HOME/.pyenv
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/b... | {
"pile_set_name": "Github"
} |
package com.lidong.demo.view.fragment;
import java.util.Comparator;
/**
* Created by Administrator on 2015/12/29.
*/
public class PinyinComparator implements Comparator<Friend> {
public static PinyinComparator instance = null;
public static PinyinComparator getInstance() {
if (instance == null) {... | {
"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 not... | {
"pile_set_name": "Github"
} |
within Buildings.Controls.Predictors;
package BaseClasses "Package with base classes"
extends Modelica.Icons.BasesPackage;
annotation (preferredView="info", Documentation(info="<html>
<p>
This package contains base classes that are used to construct the models in
<a href=\"modelica://Buildings.Controls.Predictors\">B... | {
"pile_set_name": "Github"
} |
<!--
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
{{ $colCount := tocColCount .}}
{{/* Generate the TOC */}}
<nav class="search-nav" style="column-count: {{$colCount}}" role="navigation">
{{range $key, $val ... | {
"pile_set_name": "Github"
} |
// Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
// Copyright (c) 2013-2014 Adam Wulkiewicz, Lodz, Poland.
// This file was modifi... | {
"pile_set_name": "Github"
} |
/*
* Licensed to Laurent Broudoux (the "Author") under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Author licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may not... | {
"pile_set_name": "Github"
} |
import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.txt')) as f:
README = f.read()
with open(os.path.join(here, 'CHANGES.txt')) as f:
CHANGES = f.read()
requires = [
'pyramid',
'pyramid_chameleon',
'pyramid_d... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// 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)
// See http://www.boost.org/libs/test for the library home page.
//
/// @file
/// Forward declares monomorphic datas... | {
"pile_set_name": "Github"
} |
<?php
namespace Swoole;
/**
* 内存表
*/
class Table
{
const TYPE_INT = 1;
const TYPE_STRING = 2;
const TYPE_FLOAT = 3;
/**
* 创建内存表对象
*
* @param int $size $size参数指定表格的最大行数,必须为2的指数,如1024,8192,65536等
*/
public function __construct($size)
{
}
/**
* 检查是否存在key
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) Azureus Software, 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; either version 2
~ of the Li... | {
"pile_set_name": "Github"
} |
SELECT COUNT(@@GLOBAL.innodb_undo_directory);
COUNT(@@GLOBAL.innodb_undo_directory)
1
1 Expected
SET @@GLOBAL.innodb_undo_directory="/tmp";
ERROR HY000: Variable 'innodb_undo_directory' is a read only variable
Expected error 'Read only variable'
SELECT COUNT(@@GLOBAL.innodb_undo_directory);
COUNT(@@GLOBAL.innodb_undo_d... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// 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/.
#ifndef EIGEN_EIGENVALUES_... | {
"pile_set_name": "Github"
} |
// STL includes
#include <cassert>
#include <random>
#include <iostream>
// Utils includes
#include <utils/Image.h>
#include <utils/ColorRgb.h>
// Blackborder includes
#include "blackborder/BlackBorderProcessor.h"
using namespace hyperion;
ColorRgb randomColor()
{
const uint8_t randomRedValue = uint8_t(rand() %... | {
"pile_set_name": "Github"
} |
"""Factor Analysis.
A latent linear variable model.
FactorAnalysis is similar to probabilistic PCA implemented by PCA.score
While PCA assumes Gaussian noise with the same variance for each
feature, the FactorAnalysis model assumes different variances for
each of them.
This implementation is based on David Barber's B... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>Scotty</author>
<authoring_tool>CMU Scotty3D (version 15-462/662)</authoring_tool>
</contributor>
<created>2016-09-27T11:02:57</created>
<modified>2... | {
"pile_set_name": "Github"
} |
@model cloudscribe.SimpleContent.Web.ViewModels.BlogViewModel
@using cloudscribe.SimpleContent.Web
@using cloudscribe.SimpleContent.Web.Design
@using Microsoft.Extensions.Options
@using Microsoft.Extensions.Localization
@inject IOptions<IconCssClasses> iconClassesAccessor
@inject IOptions<BlogEditOptions> editOptionsA... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package render
import (
"net/http"
"github.com/ugorji/go/codec"
)
type MsgPack struct {
Data interface{}
}
var msgpackContentType = []string{"app... | {
"pile_set_name": "Github"
} |
*.bak
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Xilinx, 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"
} |
<?php if (isset($contentsGadgets)): ?>
<?php foreach ($contentsGadgets as $gadget): ?>
<?php if ($gadget->isEnabled()): ?>
<?php include_component($gadget->getComponentModule(), $gadget->getComponentAction(), array('gadget' => $gadget)); ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
| {
"pile_set_name": "Github"
} |
package com.motioncoding.miband.model;
public class LeParams implements Parcelable {
public int connIntMin;
public int connIntMax;
public int latency;
public int timeout;
public int connInt;
public int advInt;
public static LeParams fromByte(byte[] b) {
LeParams params = new LeParams();
params.connIntMax ... | {
"pile_set_name": "Github"
} |
@bender-tags: 4.10.0, bug, 1592
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, imagebase, easyimage
1. Focus the image.
2. Cut the image using `ctrl/cmd + x`.
3. Paste the image using `ctrl/cmd + v`.
## Expected
Caption placeholder is visible before cutting and after pasting.
## Unexpected
C... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
* Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software witho... | {
"pile_set_name": "Github"
} |
#include <Python.h>
#include "script/syntax.h"
#include "app/colors.h"
ScriptHighlighter::ScriptHighlighter(QTextDocument* doc)
: QSyntaxHighlighter(doc)
{
PyObject* kwmod = PyImport_ImportModule("keyword");
PyObject* kwlist = PyObject_GetAttrString(kwmod, "kwlist");
QList<QString> keywords = {"input... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2010 Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditio... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env python
# Copyright(c) 2018-2019, Intel Corporation
#
# 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... | {
"pile_set_name": "Github"
} |
#-*- coding: ISO-8859-1 -*-
# pysqlite2/test/regression.py: pysqlite regression tests
#
# Copyright (C) 2007 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
#... | {
"pile_set_name": "Github"
} |
// +build integration
//Package emr provides gucumber integration tests support.
package emr
import (
"github.com/aws/aws-sdk-go/awstesting/integration/smoke"
"github.com/aws/aws-sdk-go/service/emr"
"github.com/gucumber/gucumber"
)
func init() {
gucumber.Before("@emr", func() {
gucumber.World["client"] = emr.N... | {
"pile_set_name": "Github"
} |
StartChar: numbersign.sups
Encoding: 1114505 -1 1504
GlifName: numbersign.sups
Width: 304
VWidth: 440
Flags: HMW
LayerCount: 3
Fore
Refer: 1201 -1 N 1 0 0 1 0 440 2
Validated: 1
Comment: "."
EndChar
| {
"pile_set_name": "Github"
} |
#include "dr_flac_decoding.c"
| {
"pile_set_name": "Github"
} |
/*
* This file is part of Cockpit.
*
* Copyright (C) 2014 Red Hat, Inc.
*
* Cockpit 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 License, or
* (at your option) any l... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CSS Reftest Reference: background-attachment: local</title>
<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
<style>
div {
background: url(aqua-yellow-32x32.png) no-repeat 30px 25px;
overflow: hidden;
height: 200px;
}
p {
padding-left: 30px;
padding-top: 125px;
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.