text stringlengths 2 99k | meta dict |
|---|---|
package mekanism.common.recipe.machines;
import mekanism.api.gas.GasStack;
import mekanism.api.gas.GasTank;
import mekanism.common.recipe.inputs.PressurizedInput;
import mekanism.common.recipe.outputs.PressurizedOutput;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidStack;
import net.minec... | {
"pile_set_name": "Github"
} |
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. 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 c... | {
"pile_set_name": "Github"
} |
#Problem APEX 6.7.12
DOCUMENT();
# Load whatever macros you need for the problem
loadMacros(
"PGstandard.pl",
"MathObjects.pl",
"PGcourse.pl"
);
## DBsubject(Calculus - single variable)
## DBchapter(Applications of differentiation)
## DBsection(Indeterminate forms and L'Hopital's rule)
## Institution(Valdosta ... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
namespace Microsoft.VisualStudio.Composition.AppDomainTests2
{
using System;
using System.Collections.Generic;
using System.Composition;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
[Export, Export("YetAnotherExport",... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in... | {
"pile_set_name": "Github"
} |
;;; ob-sql.el --- org-babel functions for sql evaluation
;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
;; Author: Eric Schulte
;; Keywords: literate programming, reproducible research
;; Homepage: http://orgmode.org
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute i... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////
// By Adam Dobos: https://github.com/adam10603/XInput-wrapper
//////////////////////////////////////////////////////////////////////
#pragma once
#if defined( _M_X64 )
#define _AMD64_
#elif defined ( _M_IX86 )
#define _X86_
#elif defined( _M_ARM )
... | {
"pile_set_name": "Github"
} |
var util = require("../../utils/util.js");
var app = getApp();
Page({
data:{
jokes:[],
page: 1,
pagesize:15
},
onLoad:function(options){
// 生命周期函数--监听页面加载
this.loadJokes();
},
onReady:function(){
// 生命周期函数--监听页面初次渲染完成
},
onShow:function(){
// 生命周期函数--监听页面显示
},
onH... | {
"pile_set_name": "Github"
} |
//
// Responsive: Landscape phone to desktop/tablet
// --------------------------------------------------
@media (max-width: 767px) {
// Padding to set content in a bit
body {
padding-left: 20px;
padding-right: 20px;
}
// Negative indent the now static "fixed" navbar
.navbar-fixed-top,
.navbar-fi... | {
"pile_set_name": "Github"
} |
package com.czq.kotlinarch.viewbinder
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import com.czq.kotlinarch.R
import com.czq.kotlinarch.data.viewModel.GameDate
import com.drakeet.multitype.ItemViewBinder
import kotlinx.andro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@rules_haskell//haskell:defs.bzl",
"haskell_library",
)
haskell_library(
name = "a",
srcs = [
"src/A/A.hs",
],
src_strip_prefix = "src",
deps = [
"//tests/hackage:base",
],
)
| {
"pile_set_name": "Github"
} |
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPCompatibility, an external standard for PHP_CodeSniffer.
*
* @package PHPCompatibility
* @copyright 2012-2020 PHPCompatibility Contributors
* @license https://opensource.org/licenses/LGPL-3.0 LGPL3
* @link https://github.com/PHPCompatibility/PHPCompatibility
*/
namespace PHPCompatibility... | {
"pile_set_name": "Github"
} |
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
// Copyright 2016 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.
package idna
// This file implements the Punycode algorithm from RFC 3492.
impo... | {
"pile_set_name": "Github"
} |
name = 'Лазерный пистолет'
description = (
'Хороший такой ЛАЗЕРНЫЙ пистолет.'
)
price = 300
fightable = True
strengthoff = True
def fight_use(user, reply, room):
res = 0
while user.has_item('laser_bullet') and res // 60 < 10:
user.remove_item('laser_bullet')
res += 60
return res
| {
"pile_set_name": "Github"
} |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
var IsInLayerBounds = require('./IsInLayerBounds');
/**
* Gets a tile at the given tile coordinates from the given layer.
*
* @function Phas... | {
"pile_set_name": "Github"
} |
require_relative '../../../spec_helper'
require_relative 'spec_helper'
require_relative 'fixtures/server'
describe "Net::FTP#system" do
before :each do
@server = NetFTPSpecs::DummyFTP.new
@server.serve_once
@ftp = Net::FTP.new
@ftp.connect(@server.hostname, @server.server_port)
end
after :each ... | {
"pile_set_name": "Github"
} |
1 portuguese x-vnd.Haiku-debug_server 3188340596
The application:\n\n %app\n\nhas encountered an error which prevents it from continuing. Haiku will terminate the application and clean up. DebugServer A aplicação:\n\n %app\n\nencontrou um erro que a impede de continuar. O Haiku irá encerrar a aplicação e lib... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "NSCoding-Protocol.h"
@protocol NSSecureCoding <NSCoding>
+ (BOOL)supportsSecureCoding;
@end
| {
"pile_set_name": "Github"
} |
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <string>
#include <iostream>
#include <dirent.h>
#include <cstring>
#include <errno.h>
#include <attr/xattr.h>
#include "../BaseTestCase.h"
#include "../../user_tools/api/workload.h"
#include "../../user_tools/api/actions.h"
... | {
"pile_set_name": "Github"
} |
# Contributing to Docker open source projects
Want to hack on this project? Awesome! Here are instructions to get you started.
This project is a part of the [Docker](https://www.docker.com) project, and follows
the same rules and principles. If you're already familiar with the way
Docker does things, you'll feel righ... | {
"pile_set_name": "Github"
} |
CM_ "IMPORT _toyota_2017.dbc"
CM_ "IMPORT _comma.dbc"
BO_ 550 BRAKE_MODULE: 8 XXX
SG_ BRAKE_PRESSURE : 0|9@0+ (1,0) [0|511] "" XXX
SG_ BRAKE_POSITION : 16|9@0+ (1,0) [0|511] "" XXX
SG_ BRAKE_PRESSED : 37|1@0+ (1,0) [0|1] "" XXX
BO_ 581 GAS_PEDAL: 5 XXX
SG_ GAS_PEDAL : 23|8@0+ (0.005,0) [0|1] "" XXX
BO_ 608 STEER... | {
"pile_set_name": "Github"
} |
package ONVIF::Analytics::Types::H264Profile;
use strict;
use warnings;
sub get_xmlns { 'http://www.onvif.org/ver10/schema'};
# derivation by restriction
use base qw(
SOAP::WSDL::XSD::Typelib::Builtin::string);
1;
__END__
=pod
=head1 NAME
=head1 DESCRIPTION
Perl data type class for the XML Schema define... | {
"pile_set_name": "Github"
} |
package nest.sparkle.time.server
import spray.http._
import spray.httpx.marshalling._
import spray.http.MediaTypes.`text/tab-separated-values`
object TsvContent {
implicit val TsvContentMarshaller =
Marshaller.of[TsvContent](`text/tab-separated-values`) { (value, contentType, ctx) =>
ctx.marshalTo(HttpE... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UIDebugVDP1</class>
<widget class="QDialog" name="UIDebugVDP1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>715</width>
<height>367</height>
</rect>
</property>
<property name="windowTitle">
<st... | {
"pile_set_name": "Github"
} |
// Short-string-optimized versatile string base -*- C++ -*-
// Copyright (C) 2005-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
... | {
"pile_set_name": "Github"
} |
/*
Fontname: -FreeType-Press Start 2P-Medium-R-Normal--8-80-72-72-P-69-ISO10646-1
Copyright: (c) 2011 Cody
Glyphs: 192/556
BBX Build Mode: 3
*/
const uint8_t u8x8_font_pressstart2p_f[1794] U8X8_FONT_SECTION("u8x8_font_pressstart2p_f") =
" \377\0\0\0\0\0\0\0\0\0\0__\7\0\0\0\0\7\7\0\7\7\0\0\42\177\177\42\177\... | {
"pile_set_name": "Github"
} |
---
title: Back Up Data
summary: Learn how to back up and restore a CockroachDB cluster.
toc: false
---
CockroachDB offers the following methods to back up your cluster's data:
- [`cockroach dump`](sql-dump.html), which is a CLI command to dump/export your database's schema and table data.
- [`BACKUP`](backup.html) (... | {
"pile_set_name": "Github"
} |
body code {
margin: 0;
border: 1px solid #ddd;
background-color: #f8f8f8;
border-radius: 3px;
padding: 0;
}
a {
color: #4183c4;
}
a.el {
font-weight: normal;
}
body, table, div, p, dl {
color: #333333;
font-family: Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
font-siz... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
... | {
"pile_set_name": "Github"
} |
module.exports = require('./forEachRight');
| {
"pile_set_name": "Github"
} |
[InternetShortcut]
URL=http://www.freertos.org/FreeRTOS-Plus/WolfSSL/FreeRTOS_WolfSSL_Example.shtml
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
| {
"pile_set_name": "Github"
} |
/*
Copyright 2017 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/* http://prismjs.com/download.html?themes=prism&languages=clike+javascript+python+sql&plugins=keep-markup */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none... | {
"pile_set_name": "Github"
} |
const Adapter = require('enzyme-adapter-react-16');
const enzyme = require('enzyme');
enzyme.configure({adapter: new Adapter()})
| {
"pile_set_name": "Github"
} |
# Punjabi translation for sushi.
# Copyright (C) 2011 sushi's COPYRIGHT HOLDER
# This file is distributed under the same license as the sushi package.
#
# A S Alam <aalam@users.sf.net>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: sushi master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2019 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
<?php
/*********************************************************************************
* This file is part of Sentrifugo.
* Copyright (C) 2014 Sapplica
*
* Sentrifugo 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 So... | {
"pile_set_name": "Github"
} |
svm_type nu_svr
kernel_type rbf
gamma 0.04
nr_class 2
total_sv 211
rho -1.3827
SV
-4 1:0.70300609 2:0.15600331 3:0.091457045 4:0.60849701 5:0.72282659 6:0.78137183
4 1:0.54792627 2:0.055921852 3:0.26207179 4:0.59416461 5:0.75957205 6:0.82870539
4 1:0.80205907 2:0.22767235 3:0.26078021 4:0.76359704 5:0.8470807 6:0.885... | {
"pile_set_name": "Github"
} |
{
"unknown": [
{
"error": "...",
"misc": {
"content": "378-405",
"link": "/lgcgi/lgmeetimage?cfcbcfcececdcfcdc5ccc8c7d2cbcfca"
}
},
{
"error": "...",
"misc": {
"content": "383-407",
"link": "/lgcgi/lgmeetimage?cfcbcfcecec9cfcfc5ccc7ccd2cbcfc8"
... | {
"pile_set_name": "Github"
} |
import {NgModule} from '@angular/core';
import { MultipleUploadViewComponent } from './multiple-upload-view.component';
import { CommonModule } from '@angular/common';
import { SingleUploadViewComponent } from './single-upload-view.component';
import { SingleUploadComponent } from './single-upload.component';
import {... | {
"pile_set_name": "Github"
} |
use Encode ();
use Encode::Locale;
sub Mojo::Webqq::Client::_get_qrlogin_pic {
my $self = shift;
return 1 if $self->login_type ne "qrlogin";
$self->info("正在获取登录二维码...");
my $api = 'https://ssl.ptlogin2.qq.com/ptqrshow';
my @query_string = (
appid => 501004106,
e => 2,
l ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fexceptions -std=c++2a -fsized-deallocation -fno-aligned-allocation -verify %s
// RUN: %clang_cc1 -fexceptions -std=c++17 -fsized-deallocation -fno-aligned-allocation -verify %s
// RUN: %clang_cc1 -fexceptions -std=c++14 -fsized-deallocation -faligned-allocation -DHAS_ALIGN -verify %s
// RUN: %clang... | {
"pile_set_name": "Github"
} |
# 启用cgroup writeback功能
Alibaba Cloud Linux 2在内核版本4.19.36-12.al7中,对内核接口cgroup v1新增了控制群组回写(cgroup writeback)功能。该功能使您在使用内核接口cgroup v1时,可以对缓存异步I/O \(Buffered I/O\) 进行限速。
控制群组(control group)简称为cgroup,分为v1和v2两个版本,详情请参见[什么是控制群组](https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html-single/resource_ma... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onMouseUp</h2>
<h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>用于捕获 zTree ... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example56-debug</title>
<script src="../../../angular.js"></script>
</head>
<body ng-app="bindExample">
<script>
angular.module('bindExample', [])
.controller('ExampleController', ['$scope', function($... | {
"pile_set_name": "Github"
} |
import tzmock from "timezone-mock";
import { dateToLocal } from "helpers";
import { dateToUTC, endOfDay } from "../../../app/helpers/dateFormat";
afterEach(() => tzmock.unregister());
function localTime(d) {
return [ d.getFullYear(), d.getMonth()+1, d.getDate(), d.getHours(),
d.getMinutes(), d.getSeconds(), d.g... | {
"pile_set_name": "Github"
} |
#include <chrono>
#include <ostream>
#include "centiseconds.h"
std::ostream& operator <<(std::ostream& stream, const centiseconds cs) {
return stream << cs.count() << "cs";
}
| {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2017 gRPC 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"
} |
config BR2_PACKAGE_NUMACTL
bool "numactl"
# numactl uses some system calls that are not available on all
# architectures.
depends on BR2_aarch64 || BR2_i386 || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_x86_64
help
numactl allows you to run your application on specific cpus
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
// Use of this source code is governed by a MIT license found in the LICENSE file.
package codec
// Contains code shared by both encode and decode.
// Some shared ideas around encoding/decoding
// ------------------------------------------
//
// If an int... | {
"pile_set_name": "Github"
} |
// duration.hpp --------------------------------------------------------------//
// Copyright 2008 Howard Hinnant
// Copyright 2008 Beman Dawes
// Copyright 2009-2012 Vicente J. Botet Escriba
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
/*
... | {
"pile_set_name": "Github"
} |
Xdelta 3.x readme.txt
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009, 2010, 2011, 2012, 2013, 2014, 2015
<josh.macdonald@gmail.com>
Thanks for downloading Xdelta!
This directory contains the Xdelta3 command-line interface (CLI) and source
distribution for VCDIFF differential compression, a.k.a. d... | {
"pile_set_name": "Github"
} |
package org.edx.mobile.social.microsoft
import android.content.Context
import android.text.TextUtils
import okhttp3.Request
import org.edx.mobile.http.callback.ErrorHandlingOkCallback
import org.edx.mobile.http.provider.OkHttpClientProvider
import org.edx.mobile.social.SocialFactory
import org.edx.mobile.social.Social... | {
"pile_set_name": "Github"
} |
<?php
class blogPostDeleteController extends waJsonController
{
public function execute()
{
if ($ids = $this->getRequest()->post('id',null,waRequest::TYPE_ARRAY_INT)) {
$post_model = new blogPostModel();
$blog_model = new blogBlogModel();
$blogs = $blog_model-... | {
"pile_set_name": "Github"
} |
#
# only global
#
select @@global.ft_stopword_file;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.ft_stopword_file;
show global variables like 'ft_stopword_file';
show session variables like 'ft_stopword_file';
select * from information_schema.global_variables where variable_name='ft_stopword_file';
select * f... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2017 The Chromium Embedded Framework 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 was generated by the CEF translato... | {
"pile_set_name": "Github"
} |
using N2.Details;
using N2.Integrity;
using N2.Web.UI.WebControls;
namespace N2.Templates.Mvc.Models.Parts
{
[PartDefinition("Login", Name = "Login",
IconUrl = "~/Content/Img/key.png")]
[WithEditableTitle("Title", 10)]
[RestrictCardinality]
public class LoginItem : PartBase
{
[Displ... | {
"pile_set_name": "Github"
} |
import struct
import six
from builtins import range
from past.builtins import map
from .base_primitive import BasePrimitive
from .. import helpers
from ..constants import LITTLE_ENDIAN
def binary_string_to_int(binary):
"""
Convert a binary string to a decimal number.
@type binary: str
@param binar... | {
"pile_set_name": "Github"
} |
//
// Error.swift
// RxSwift
//
// Created by Krunoslav Zaher on 8/30/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
extension ObservableType {
/**
Returns an observable sequence that terminates with an `error`.
- seealso: [throw operator on reactivex.io](http://reactivex.io/docume... | {
"pile_set_name": "Github"
} |
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# This pipeline generates the v1.0 PHP model files using typewriter.exe.
# This pipeline is triggered by the completion of clean metadata
# publication pipeline.
name: $(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMM... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConversionWidget</class>
<widget class="QWidget" name="ConversionWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>439</width>
<height>82</height>
</rect>
</property>
<property name="minimumSize">
<size>
... | {
"pile_set_name": "Github"
} |
{
"domain": "ಭಾರತ",
"whoisServer": "whois.registry.in",
"nameServers": [
"ns1.registry.in",
"ns2.registry.in",
"ns3.registry.in",
"ns4.registry.in",
"ns5.registry.in",
"ns6.registry.in"
]
}
| {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
/**
* Author: Koh Zi Han, based on implementation by Koh Zi Chun
*/
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/co... | {
"pile_set_name": "Github"
} |
<?php
namespace SMW\Tests\Integration\Query;
use SMW\DIProperty;
use SMW\Query\Language\SomeProperty;
use SMW\Query\Language\ValueDescription;
use SMW\Tests\MwDBaseUnitTestCase;
use SMW\Tests\Utils\UtilityFactory;
use SMwConjunction as Conjunction;
use SMWDIBlob as DIBlob;
use SMWDINumber as DINumber;
use SMWDITime a... | {
"pile_set_name": "Github"
} |
export { default as useAuth } from './auth'
export { default as useCollection } from './db/collection'
export { default as useOrders } from './db/orders'
| {
"pile_set_name": "Github"
} |
vif1.0 Link encap:Ethernet HWaddr fe:ff:ff:ff:ff:ff
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:426013098 errors:0 dropped:0 overruns:0 frame:0
TX packets:407288230 errors:0 dropped:12 overruns:0 carrier:0
... | {
"pile_set_name": "Github"
} |
package view_test
import (
"context"
"testing"
"github.com/derailed/k9s/internal"
"github.com/derailed/k9s/internal/client"
"github.com/derailed/k9s/internal/config"
"github.com/derailed/k9s/internal/view"
"github.com/stretchr/testify/assert"
)
func TestPodNew(t *testing.T) {
po := view.NewPod(client.NewGVR(... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#include "StdAfx.h"
#include "ComponentsWidget.h"
#include "ComponentsModel.h"
#include "ScriptBrowserUtils.h"
#include "PropertiesWidget.h"
#include "ObjectModel.h"
#include "MainWindow.h"
#include <QtUtil.h>
#include <QFilteringPanel.h>
#incl... | {
"pile_set_name": "Github"
} |
/* uncompr.c -- decompress a memory buffer
* Copyright (C) 1995-2003, 2010 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
/* ===========================================================================
Decom... | {
"pile_set_name": "Github"
} |
// This is a generated file from running the "createIcons" script. This file should not be updated manually.
import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";
export const BorderLeftFontIcon = forwardRef<HTMLElement, FontIconProps>(
function BorderLeftFontIcon(prop... | {
"pile_set_name": "Github"
} |
@page
@model PersonalDataModel
@{
ViewData["Title"] = "Personal Data";
ViewData["ActivePage"] = ManageNavPages.PersonalData;
}
<h4>@ViewData["Title"]</h4>
<div class="row">
<div class="col-md-6">
<p>Your account contains personal data that you have given us. This page allows you to download or de... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("My... | {
"pile_set_name": "Github"
} |
<?php
/**
* inoERP
*
* @copyright 2014 Nishit R. Das
* @license https://www.mozilla.org/MPL/2.0/
* @link http://inoideas.org
* @source code https://github.com/inoerp/inoERP
*/
/**
* Lot Number
* Contains all the locator information, such as - lot_number, org_id, generation, quantity, etc.
*
... | {
"pile_set_name": "Github"
} |
%UNRAVEL Decodes a variable-length bit stream.
% X = UNRAVEL(Y, LINK, XLEN) decodes UINT16 input vector Y based on
% transition and output table LINK. The elements of Y are
% considered to be a contiguous stream of encoded bits--i.e., the
% MSB of one element follows the LSB of the previous element. Input
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2019 ZeroEx Intl.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
---
-api-id: M:Windows.Storage.StorageFolder.CreateFolderQuery(Windows.Storage.Search.CommonFolderQuery)
-api-type: winrt method
---
<!-- Method syntax
public Windows.Storage.Search.StorageFolderQueryResult CreateFolderQuery(Windows.Storage.Search.CommonFolderQuery query)
-->
# Windows.Storage.StorageFolder.CreateFol... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>7--Cheering_7_Cheering_Cheering_7_126.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
Additional IP Rights Grant (Patents)
"This implementation" means the copyrightable works distributed by
Google as part of the Go project.
Google hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section)
patent license to make, have made, use, o... | {
"pile_set_name": "Github"
} |
const _ = require('lodash');
const utils = require('../../../index');
const url = require('./url');
const date = require('./date');
const gating = require('./post-gating');
const clean = require('./clean');
const extraAttrs = require('./extra-attrs');
const postsMetaSchema = require('../../../../../../data/schema').tab... | {
"pile_set_name": "Github"
} |
error: conflicting index_get
--> $DIR/rhai_fn_index_getter_multiple.rs:12:40
|
12 | #[rhai_fn(name = "foo", index_get, index_get)]
| ^^^^^^^^^
error[E0433]: failed to resolve: use of undeclared crate or module `test_module`
--> $DIR/rhai_fn_index_getter_multiple.rs:... | {
"pile_set_name": "Github"
} |
// Datalists (used in the DETAIL page)
// ----------------------------------------------------------------------------
dl.datalist {
border-radius: var(--border-radius);
margin-bottom: 0;
overflow: hidden; // this is needed for the border-radius field
}
dl.datalist .data-row {
background: var(--white);
displ... | {
"pile_set_name": "Github"
} |
[3g
P2$t9/17/25/33/41/49/57/65/73/81/89/97/105/113/121/129\
| {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | {
"pile_set_name": "Github"
} |
<div class="cd-col-form"
*cdFormLoading="loading">
<form name="rbdForm"
#formDir="ngForm"
[formGroup]="rbdForm"
novalidate>
<div class="card">
<div i18n="form title|Example: Create Pool@@formTitle"
class="card-header">{{ action | titlecase }} {{ resource | upperFirst ... | {
"pile_set_name": "Github"
} |
mcd-cli-test
| {
"pile_set_name": "Github"
} |
# Generating Man Pages For Your Own cobra.Command
Generating man pages from a cobra command is incredibly easy. An example is as follows:
```go
package main
import (
"log"
"github.com/spf13/cobra"
"github.com/spf13/cobra/doc"
)
func main() {
cmd := &cobra.Command{
Use: "test",
Short: "my test program",
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.Web.Razor.Generator;
using System.Web.Razor.Parser;
using System.Web.Razor.Parser.SyntaxTree;
using System.Web.Razor.Test.Framework;
using System.Web.Razor.Text;
using Micr... | {
"pile_set_name": "Github"
} |
import { findIndex, map, uniq } from 'lodash';
import { Type1DMatrix } from '../types';
import { validateMatrix1D } from '../utils/validation';
/**
* Encode labels with value between 0 and n_classes-1.
*
* @example
* import { LabelEncoder } from 'machinelearn/preprocessing';
*
* const labelEncoder = new LabelEnc... | {
"pile_set_name": "Github"
} |
*> \brief \b SGEQR2 computes the QR factorization of a general rectangular matrix using an unblocked algorithm.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download SGEQR2 + dependencies
*> <a href="http:... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TeleSharp.TL;
namespace TeleSharp.TL.Messages
{
[TLObject(-1663561404)]
public class TLChatsSlice : TLAbsChats
{
public override int Constructor
{
... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>highlight</title>
<!-- uiut js -->
<script src="../uiut/uiut.js"></script>
<!-- uiut js -->
<!-- tangram js -->
<script type="text/javascript" src="http://img.baidu.com/js/tangram-1.1.0.js"><... | {
"pile_set_name": "Github"
} |
// @flow
import * as React from 'react'
import cx from 'classnames'
import styles from './LabwareNameOverlay.css'
export type LabwareNameOverlayProps = {|
title: string,
subtitle?: ?string,
className?: string,
|}
export function LabwareNameOverlay(props: LabwareNameOverlayProps): React.Node {
const { title, s... | {
"pile_set_name": "Github"
} |
<?php
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU Gener... | {
"pile_set_name": "Github"
} |
.. spelling::
wxWidgets
.. index:: ui ; wxWidgets
.. _pkg.wxWidgets:
wxWidgets
=========
- `Official <https://github.com/wxWidgets/wxWidgets>`__
- `Hunterized <https://github.com/alamaison/wxWidgets>`__
- `Example <https://github.com/ruslo/hunter/blob/master/examples/wxWidgets/CMakeLists.txt>`__
.. code-bl... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Christophe Henry
// henry UNDERSCORE christophe AT hotmail DOT com
// This is an extended version of the state machine available in the boost::mpl library
// Distributed under the same license as the original.
// Copyright for the original version:
// Copyright 2005 David Abrahams and Aleksey Gur... | {
"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 writing, software
dist... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.