text stringlengths 2 99.9k | meta dict |
|---|---|
@org.osgi.annotation.versioning.Version("1.3.0")
package aQute.launchpad;
| {
"pile_set_name": "Github"
} |
export default class GraphAdaptor {
constructor(data) {
this._processData(data);
}
update(data) {
this._processData(data);
}
getTopology() {
const {nodes, links} = this;
return {
nodes,
links
};
}
getNode(id) {
return this.nodeMap[id];
}
// pass through as-is
... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1992, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018-2999 广州亚米信息科技有限公司 All rights reserved.
*
* https://www.gz-yami.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.yami.shop.quartz.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.yami.shop.quartz.model.ScheduleJobLog;
public interface ScheduleJobLogMapper ext... | {
"pile_set_name": "Github"
} |
import sys
class RangeLookup(object):
def __init__(self):
self.ranges = []
def register(self, start, end, name):
self.ranges.append((start, end, name))
def lookup(self, addr):
for start, end, name in self.ranges:
if start <= addr < end:
return "jit:" + ... | {
"pile_set_name": "Github"
} |
# 协议列表
| {
"pile_set_name": "Github"
} |
// Copyright 2018 Open Source Robotics Foundation, 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 appli... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2013, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This file is part of the ClearCanvas RIS/PACS open source project.
//
// The ClearCanvas RIS/PACS open source project is free software: you can
// redistribute it and/or modify it under the terms... | {
"pile_set_name": "Github"
} |
/* @flow */
import React from "react";
import { Text } from "react-native";
import { Trans } from "react-i18next";
const el = () => (
<Text
allowFontScaling={false}
style={{
padding: 60,
opacity: 0.5,
textAlign: "center",
}}
>
<Trans i18nKey="common:operationList.noMoreOperations"... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIELDCCApSgAwIBAgIBATANBgkqhkiG9w0BAQsFADAgMR4wHAYDVQQDDBVzZWJh
c3RpYW4vREM9eW8vREM9bGswHhcNMTkxMTE1MTIzMzUwWhcNMjAxMTE0MTIzMzUw
WjAgMR4wHAYDVQQDDBVzZWJhc3RpYW4vREM9eW8vREM9bGswggGiMA0GCSqGSIb3
DQEBAQUAA4IBjwAwggGKAoIBgQC96oQ16N6R0H69fWFfsfHo2oIJHtLgETPK6ly+
tLeznJsZomCkZgFS0wNwnExr9qlH+Amy... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the LuneticsLocaleBundle package.
*
* <https://github.com/lunetics/LocaleBundle/>
*
* For the full copyright and license information, please view the LICENSE
* file that is distributed with this source code.
*/
namespace Lunetics\LocaleBundle\Tests\DependencyInjection;
use Lunet... | {
"pile_set_name": "Github"
} |
{
"metadata": {
"name": "",
"signature": "sha256:f27471ecbd79f2ade29af683349371a088591f10065165f2e861846e8806e995"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"import os\n",
"import sys\n",
"... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# vim:sw=4:ts=4:et:
# 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/.
# This script uses addr2line (part of binutils) to post-process the entries
# prod... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of medfilt1m</title>
<meta name="keywords" content="medfilt1m">
<meta name="description" content="One-dimensional adaptive median filtering with missin... | {
"pile_set_name": "Github"
} |
/*
Fingerprint NG (client version) icons module for Miranda NG
Copyright © 2006-20 ghazan, mataes, HierOS, FYR, Bio, nullbie, faith_healer and all respective contributors.
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 th... | {
"pile_set_name": "Github"
} |
data_base_url = 'https://raw.githubusercontent.com/jmcohen/taste/master/data/'
def get_favorites():
mldb.log('creating dataset')
mldb.perform('PUT', '/v1/datasets/rcp_raw', [], {
'type': 'text.csv.tabular',
'params': {
'limit': 1000,
'headers': ['user_id', 'recipe_id'],... | {
"pile_set_name": "Github"
} |
#ifndef _CFIFO_H_
#define _CFIFO_H_
#ifdef __cplusplus
extern "C" {
#endif
void *new_fifo();
void delete_fifo(void *);
char *fifo_pop(void *);
void fifo_push(void *, char *);
int fifo_size(void *);
#ifdef __cplusplus
}
#endif
#endif
| {
"pile_set_name": "Github"
} |
'use strict';
var isPlainArray = require('../../is-plain-array')
, callable = require('../../../object/valid-callable')
, isArray = Array.isArray, map = Array.prototype.map
, forEach = Array.prototype.forEach, call = Function.prototype.call;
module.exports = function (callbackFn/*, thisArg*/) {
var result... | {
"pile_set_name": "Github"
} |
# A module to collect utility functions.
require 'English'
require 'puppet/util/monkey_patches'
require 'sync'
require 'tempfile'
require 'puppet/external/lock'
require 'monitor'
require 'puppet/util/execution_stub'
require 'uri'
module Puppet
# A command failed to execute.
require 'puppet/error'
class Executio... | {
"pile_set_name": "Github"
} |
"""
WSGI config for CrazyEye project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETT... | {
"pile_set_name": "Github"
} |
{:act-103
{:args [42.445389 -71.227733 3.0 260],
:argsmap {"alt" 3.0, "lat" 42.445389, "lon" -71.227733, "yaw" 260},
:command "location",
:constraints #{:tc-98},
:controllable false,
:cost 0,
:display-args [42.445389 -71.227733 3.0 260],
:display-name "Location",
:end-node :node-114,
:htn-node :hem-8... | {
"pile_set_name": "Github"
} |
//--------------------------------------------------------------------------------------------------
// Copyright (c) YugaByte, 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
//
// ht... | {
"pile_set_name": "Github"
} |
import aarForm from 'mk-aar-form'
function actionCreator(option){
return {
formAction: new aarForm.action(option)
}
}
export default {
actionCreator
} | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015-2017 PÂRIS Quentin
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is... | {
"pile_set_name": "Github"
} |
/*
Document : view
Created on : Sep 7, 2013, 3:53:58 PM
Author : dasn
Description:
Purpose of the stylesheet follows.
*/
ul#sql_query li{
display: inline-block;
}
ul.view_filters{
display: block;
clear: both;
}
ul.view_filters li{
display: inline-block;
margin-right: 30px;
}
#display_d... | {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "x",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{02c67056-795c-... | {
"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"
} |
<?php
/**
* DO NOT EDIT THIS FILE!
*
* This file was automatically generated from external sources.
*
* Any manual change here will be lost the next time the SDK
* is updated. You've been warned!
*/
namespace DTS\eBaySDK\Test\Trading\Types;
use DTS\eBaySDK\Trading\Types\GetSellerTransactionsResponseType;
clas... | {
"pile_set_name": "Github"
} |
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; e... | {
"pile_set_name": "Github"
} |
=head1 NAME
AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client
=head1 SYNOPSIS
use AnyEvent::HTTP;
http_get "http://www.nethype.de/", sub { print $_[1] };
# ... do something else here
=head1 DESCRIPTION
This module is an L<AnyEvent> user, you need to make sure that you use and
run a supported ev... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "Menu 2-66.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
[
{ "keys": ["ctrl+alt+x"], "command": "prefixr" }
] | {
"pile_set_name": "Github"
} |
require 'tty-prompt'
require 'terjira/utils/file_cache'
module Terjira
module Client
module AuthOptionBuilder
AUTH_CACHE_KEY = 'auth'.freeze
def build_auth_options(options = {})
cache_key = options[:cache_key] || AUTH_CACHE_KEY
auth_file_cache.fetch cache_key do
build_auth_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
#import <IGListKit/IGListKit.h>
@interface IGTestStoryboardSupplementarySource : NSObject <IGListSuppleme... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Automatically generated file. Do not edit. -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Antialiasing</title>
<link rel="stylesheet" type="text/css" href="../../../../style.css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /></head>
<b... | {
"pile_set_name": "Github"
} |
---
title: Facebook を ID プロバイダーとして追加する - Azure AD
description: Facebook とフェデレーションして、外部ユーザー (ゲスト) が自分の Facebook アカウントで Azure AD アプリにサインインできるようにします。
services: active-directory
ms.service: active-directory
ms.subservice: B2B
ms.topic: how-to
ms.date: 05/19/2020
ms.author: mimart
author: msmimart
manager: celestedg
ms.revi... | {
"pile_set_name": "Github"
} |
//| Copyright Inria May 2015
//| This project has received funding from the European Research Council (ERC) under
//| the European Union's Horizon 2020 research and innovation programme (grant
//| agreement No 637972) - see http://www.resibots.eu
//|
//| Contributor(s):
//| - Jean-Baptiste Mouret (jean-baptiste.moure... | {
"pile_set_name": "Github"
} |
.wrapper{margin: 5px 10px;}
.searchBar{height:30px;padding:7px 0 3px;text-align:center;}
.searchBtn{font-size:13px;height:24px;}
.resultBar{width:460px;margin:5px auto;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;}
.listPanel{overflow: hidden;}
.panelon{display:block;}
.... | {
"pile_set_name": "Github"
} |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | {
"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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
#pragma once
#include <vector>
template<typename tVal, typename tAlloc = std::allocator<tVal>>
class cCircularBuffer
{
public:
cCircularBuffer();
cCircularBuffer(size_t capacity);
virtual ~cCircularBuffer();
virtual void Reserve(size_t capacity);
virtual void Clear();
virtual size_t GetSize() const;
virtual si... | {
"pile_set_name": "Github"
} |
# Example STAN app
In this example app you can find several different ways of instrumenting NATS Streaming functions using New Relic. In order to run the app, make sure the following assumptions are correct:
* Your New Relic license key is available as an environment variable named `NEW_RELIC_LICENSE_KEY`
* A NATS Str... | {
"pile_set_name": "Github"
} |
package internal
import (
"fmt"
"net"
)
// AddressManager allocates a new address (interface & port) a process
// can bind and keeps track of that.
type AddressManager struct {
port int
host string
}
// Initialize returns a address a process can listen on. It returns
// a tuple consisting of a free port and the ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="coverage.xsl" type="text/xsl"?>
<!-- saved from url=(0022)http://www.ncover.org/ -->
<coverage profilerVersion="1.5.8 Beta" driverVersion="1.5.8.0" startTime="2011-12-12T22:44:49.7762531+01:00" measureTime="2011-12-12T22:44:49.8563683+01:00">
<module modul... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* wm8988.c -- WM8988 ALSA SoC audio driver
*
* Copyright 2009 Wolfson Microelectronics plc
* Copyright 2005 Openedhand Ltd.
*
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
*/
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2006 Tobias Schwinger
http://spirit.sourceforge.net/
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)
=======... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage
x:Class="Covid19Radar.Views.PrivacyPolicyPage"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2010-2015 The PlayN 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 agree... | {
"pile_set_name": "Github"
} |
provider "azurerm" {
features {}
}
resource "azurerm_resource_group" "main" {
name = "${var.prefix}-resources"
location = "${var.location}"
}
resource "azurerm_app_service_plan" "main" {
name = "${var.prefix}-asp"
location = "${azurerm_resource_group.main.location}"
resource_... | {
"pile_set_name": "Github"
} |
// Platform-specific entrypoints (e.g. mac/SDLMain.m) do early platform-specific
// setup and establish a uniform 'SDL' environment. Then they invoke SDL_main
// (see below) which does platform-independent SDL setup and calls the main
// game entrypoint wi::GameMain.
//
// Further platform-specific setup is done as the... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE REQUEST-----
MIIFCTCCAvMCAQAwgYYxCzAJBgNVBAYTAlVTMRMwEQYDVQQKEwpDbG91ZEZsYXJl
MRwwGgYDVQQLExNTeXN0ZW1zIEVuZ2luZWVyaW5nMRYwFAYDVQQHEw1TYW4gRnJh
bmNpc2NvMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRcwFQYDVQQDEw5jbG91ZGZsYXJl
LmNvbTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANkKL22jMn3eFCpj
T6lbeq4nC3aEqwTGrLARidAm... | {
"pile_set_name": "Github"
} |
stdout of test 'sqlitelogictest-in-cast-null.Bug-6529` in directory 'sql/test/BugTracker-2018` itself:
# 19:12:38 >
# 19:12:38 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=32688" "--set" "mapi_usock=/var/tmp/mtest-29155/.s.monetdb.32688" "--set" "monet_prompt=" "... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
# Copyright (C) 2008-2020 German Aerospace Center (DLR) and others.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.ec... | {
"pile_set_name": "Github"
} |
{
"callcallcode_01_SuicideEnd" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "Geth-1.9.6-unstable-63b18027-20190920",
"filling-tool-version" : "retesteth-0.0.1+commit.0ae18aef.Linux.g++",
"lllcversion" : "Version: 0.5.12-develop.2019.9.13+commit.2d601... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const React = require("react");
const CompLibrary = require("../../core/CompLibrary.js");
const MarkdownBlock = CompLibrary.MarkdownBlo... | {
"pile_set_name": "Github"
} |
---
Title: Gesetz zu dem Übereinkommen vom 10. März 1988 zur Bekämpfung widerrechtlicher
Handlungen gegen die Sicherheit der Seeschiffahrt und zum Protokoll vom 10. März
1988 zur Bekämpfung widerrechtlicher Handlungen gegen die Sicherheit fester Plattformen,
die sich auf dem Festlandsockel befinden
jurabk: SeeSch... | {
"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"
} |
sbt.version=0.13.7
| {
"pile_set_name": "Github"
} |
"use strict";
let datafire = require('datafire');
let openapi = require('./openapi.json');
module.exports = datafire.Integration.fromOpenAPI(openapi, "google_vault"); | {
"pile_set_name": "Github"
} |
/*
Language: JavaScript
*/
function(hljs) {
return {
aliases: ['js'],
keywords: {
keyword:
'in if for while finally var new function do return void else break catch ' +
'instanceof with throw case default try this switch continue typeof delete ' +
'let yield const class',
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl -w
use strict;
# $Id: motelist-linux,v 1.1 2007/05/29 19:34:30 adam Exp $
# @author Cory Sharp <cory@moteiv.com>
# @author Joe Polastre
my $help = <<'EOF';
usage: motelist [options]
$Revision: 1.1 $
options:
-h display this help
-c compact format, not pretty but easier for parsing
-f speci... | {
"pile_set_name": "Github"
} |
// to indexed object, toObject with fallback for non-array-like ES3 strings
var IObject = require('./_iobject');
var defined = require('./_defined');
module.exports = function (it) {
return IObject(defined(it));
};
| {
"pile_set_name": "Github"
} |
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DESCRIPTION=Spectre & Meltdown vulnerability/mitigation checker for Linux
EAPI=7
HOMEPAGE=https://github.com/speed47/spectre-meltdown-checker
LICENSE=GPL-3+
PROPERTIES=live
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=e1ba05af44ffdd751... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __LIBBPF_STR_ERROR_H
#define __LIBBPF_STR_ERROR_H
char *libbpf_strerror_r(int err, char *dst, int len);
#endif /* __LIBBPF_STR_ERROR_H */
| {
"pile_set_name": "Github"
} |
package org.hisp.dhis.analytics;
/*
* Copyright (c) 2004-2020, University of Oslo
* 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 copy... | {
"pile_set_name": "Github"
} |
main = return $ 1 + 2
-- putStrLn "Hello, world!"
a1 x = let y = 1
in x + y
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
var fs = require('fs');
var querystring = require('querystring');
var child_process = require('child_process');
function run(command, callback) {
console.log(command);
child_process.exec(command, callback);
}
// Use browserify to package up source-map-support.js
fs.writeFileSync('.temp.js', '... | {
"pile_set_name": "Github"
} |
[[preface]]
= Preface
[[project]]
[preface]
== Project metadata
* Version control - http://github.com/paulcwarren/spring-content/
* Bugtracker - http://github.com/paulcwarren/spring-content/issues
* Release repository - https://repo1.maven.org/maven2/
* Snapshots repository - https://oss.sonatype.org/content/reposito... | {
"pile_set_name": "Github"
} |
% File src/library/stats/man/glm.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2015 R Core Team
% Distributed under GPL 2 or later
\name{glm}
\title{Fitting Generalized Linear Models}
\alias{glm}
\alias{glm.fit}
\alias{weights.glm}
%\alias{print.glm}
\concept{regression}
\concept{logistic}
\co... | {
"pile_set_name": "Github"
} |
// Copyright 2015 CoreOS, 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 in... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""Automated tests (as opposed to human-verified test patterns)
It was tempting to mock out curses to get predictable output from ``tigetstr``,
but there are concrete integration-testing benefits in not doing so. For
instance, ``tigetstr`` changed its return type in Python 3.2.3. So instead, we... | {
"pile_set_name": "Github"
} |
[kakao](../../index.md) / [com.agoda.kakao.common.matchers](../index.md) / [ListViewAdapterSizeMatcher](index.md) / [<init>](./-init-.md)
# <init>
`ListViewAdapterSizeMatcher(size: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`)`
Matches ListView with count of children
##... | {
"pile_set_name": "Github"
} |
An Introduction to SLI
======================
Introduction
------------
NEST can be started by typing
::
<nest_install_dir>
at the command prompt. You should then see something like this:
::
gewaltig@jasmin-vm:~$ nest
-- N E S T 2 beta --
Copyright 1995-2009 The NEST Initiative
V... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Uber Technologies, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge... | {
"pile_set_name": "Github"
} |
PMEMPOOLSET
# comment #1
100G w:\mountpoint0\myfile.part0
200G w:\mountpoint1\myfile.part1
# comment #2
400G w:\mountpoint2\myfile.part2
# comment #3
REPLICA
500G w:\mountpoint3\mymirror.part0
200G w:\mountpoint4\mymirror.part1
# comment #4
| {
"pile_set_name": "Github"
} |
import { ElementUIComponent } from './component'
/** Footer Component */
export declare class ElFooter extends ElementUIComponent {
/** Height of the footer */
height: string
}
| {
"pile_set_name": "Github"
} |
DEAL:2d::4
DEAL:2d::0
| {
"pile_set_name": "Github"
} |
1to2 naively converts source code files from NAN 1 to NAN 2. There will be erroneous conversions,
false positives and missed opportunities. The input files are rewritten in place. Make sure that
you have backups. You will have to manually review the changes afterwards and do some touchups.
```sh
$ tools/1to2.js
Usa... | {
"pile_set_name": "Github"
} |
<%@ include file="/html/portlet/ext/contentlet/init.jsp"%>
<%@page import="com.dotmarketing.portlets.structure.model.ContentletRelationships.ContentletRelationshipRecords"%>
<%@page import="com.dotmarketing.portlets.structure.model.ContentletRelationships"%>
<%@page import="com.dotmarketing.portlets.structure.model.... | {
"pile_set_name": "Github"
} |
###############################################################################
# ilastik: interactive learning and segmentation toolkit
#
# Copyright (C) 2011-2014, the ilastik developers
# <team@ilastik.org>
#
# This program is free software; you can redistribute it and/or
# mod... | {
"pile_set_name": "Github"
} |
# 24nov16abu
# (c) Software Lab. Alexander Burger
(de permute (Lst)
(ifn (cdr Lst)
(cons Lst)
(mapcan
'((X)
(mapcar
'((Y) (cons X Y))
(permute (delete X Lst)) ) )
Lst ) ) )
(de subsets (N Lst)
(cond
((=0 N) '(NIL))
((not Lst))
... | {
"pile_set_name": "Github"
} |
{
"name": "nodecat",
"version": "0.0.1",
"description": "노드버드 2차 서비스",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"author": "Zero Cho",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ex... | {
"pile_set_name": "Github"
} |
use ckb_jsonrpc_types::{
CellTransaction as JsonCellTransaction, LiveCell as JsonLiveCell,
LockHashCapacity as JsonLockHashCapacity, TransactionPoint as JsonTransactionPoint,
};
use ckb_types::{
core::{BlockNumber, Capacity},
packed::{self, Byte32, CellOutput, OutPoint},
prelude::*,
};
pub struct L... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
/*
* Contiguous Memory Allocator
*
* Copyright (c) 2010-2011 by Samsung Electronics.
* Copyright IBM Corporation, 2013
* Copyright LG Electronics Inc., 2014
* Written by:
* Marek Szyprowski <m.szyprowski@samsung.com>
* Michal Nazarewicz <mina86@mina86.com>
* Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
... | {
"pile_set_name": "Github"
} |
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Threading.Tasks;
namespace AElf.Kernel.SmartContractExecution.Application
{
public interface IBlockchainExecutingService
{
Task<BlockExecutionResult> ExecuteBlocksAsync(IEnumerable<Block> blocks);
}
} | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol SFFeedbackListener <NSObject>
@optional
- (void)cardViewDidAppear:(SFCardViewAppearFeedback *)arg1;
- (void)cardViewDidDisappear:(SFCardViewDisappearFeedback *)arg1;
- (void)didAppendLateSections:(SFLateSectionsAppendedFeedback *)arg1;
- (void)didClearInput:(SFClearInput... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fmath-errno | FileCheck %s
// llvm.sqrt has undefined behavior on negative inputs, so it is
// inappropriate to translate C/C++ sqrt to this.
float sqrtf(float x);
float foo(float X) {
// CHECK: foo
// CHECK-NOT: readonly
// CHECK: call float @sqrtf
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.xml.internal.ws.api.server;
import com.sun.istack.internal.Nullable;
import com.sun.xm... | {
"pile_set_name": "Github"
} |
Created on 14Sep2016 at 16:32:57
15 1 15
1 1 1 0.000001326968 0.000000000000
2 1 1 -0.000000755470 0.000000000000
3 1 1 -0.000000207635 0.000000000000
4 1 1 -0.000001020141 0.000000000000
5 1 ... | {
"pile_set_name": "Github"
} |
// run-pass
#![allow(unused_must_use)]
#![allow(path_statements)]
// aux-build:derive-a.rs
#[macro_use]
extern crate derive_a;
#[derive(Debug, PartialEq, A, Eq, Copy, Clone)]
struct A;
fn main() {
A;
assert_eq!(A, A);
A.clone();
let a = A;
let _c = a;
let _d = a;
}
| {
"pile_set_name": "Github"
} |
# Changelog
## 3.3.4
- Fix Object.assign not working for IE <= 11 [#616](https://github.com/Bttstrp/bootstrap-switch/issues/616)
## 3.3.3
- Deprecate CoffeeScript in favour of ES6+ with Babel
- Updated and restored documentation
## 3.3.2
- Fix for Flicker on initialisation [#425](https://github.com/nostalgiaz/boo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Runner.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
/*
* xfrm6_state.c: based on xfrm4_state.c
*
* Authors:
* Mitsuru KANDA @USAGI
* Kazunori MIYAZAWA @USAGI
* Kunihiro Ishiguro <kunihiro@ipinfusion.com>
* IPv6 support
* YOSHIFUJI Hideaki @USAGI
* Split up af-specific portion
*
*/
#include <net/xfrm.h>
#include <linux/pfkeyv2.h>
#include <linux/ipsec.... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 ProfunKtor
*
* 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... | {
"pile_set_name": "Github"
} |
<div class="col-md-8">
{{ ChangePasswordCoreForm::display() }}
{{ TwoFactorAuthDesignCore::link('affiliate') }}
</div>
| {
"pile_set_name": "Github"
} |
// fp_traits.hpp
#ifndef BOOST_MATH_FP_TRAITS_HPP
#define BOOST_MATH_FP_TRAITS_HPP
// Copyright (c) 2006 Johan Rade
// 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)
/*
To support old compilers, car... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.