text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (c) 2018 Gomint team
*
* This code is licensed under the BSD license found in the
* LICENSE file in the root directory of this source tree.
*/
package io.gomint.server.world.block;
import io.gomint.server.registry.RegisterInfo;
import io.gomint.server.world.block.state.DirectionBlockState;
import ... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: [
'Chrome'
],
launch_in_dev: [
'Chrome'
],
browser_start_timeout: 120,
browser_args: {
Chrome: {
ci: [
// --no-sandbox is needed when running Chrome inside a contai... | {
"pile_set_name": "Github"
} |
/* === Menu === */
@import url('./menu-vars.less');
.menu {
z-index: 1000;
position: relative;
transform: translate3d(0,0,0);
--f7-touch-ripple-color: var(--f7-touch-ripple-white);
}
.menu-inner {
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding-left: var(--f7-menu-item-spac... | {
"pile_set_name": "Github"
} |
#include "hmm_test.c"
// C++ compilers complain when compiling a .c file...
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<!-- iso-lat1.ent produced by Norman Walsh for the XML version of DocBook -->
<!-- Derived from the corresponding ISO 8879 standard entity set
and the Unicode character mappings provided by Sebastian Rahtz -->
<!ENTITY aacute "á"> <!-- LATIN SMALL LETTER A WITH ACUTE -->
<!ENTITY Aacute "Á"> ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 The Netty Project
*
* The Netty Project licenses this file to you 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 ... | {
"pile_set_name": "Github"
} |
module.exports = function (done, value) {
return { value: value, done: !!done };
};
| {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: Pod
metadata:
name: pod-parameter-store
spec:
containers:
- name: pod-parameter-store
image: arungupta/parameter-store-kubernetes:latest
restartPolicy: Never
| {
"pile_set_name": "Github"
} |
5 10005 66 5 10005 66
20 10020 66 20 10020 66
25 10025 88 25 10025 66
30 10030 66 30 10030 88
35 10035 88 35 10035 88
40 10040 66 40 10040 66
40 10040 66 40 10040 88
40 10040 88 40 10040 66
40 10040 88 40 10040 88
50 10050 66 50 10050 66
50 10050 66 50 10050 66
50 10050 66 50 10050 88
50 10050 88 50 10050 66
50 10050 8... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module TTFunk
class SciForm
attr_reader :significand, :exponent
alias eql? ==
def initialize(significand, exponent = 0)
@significand = significand
@exponent = exponent
end
def to_f
significand * 10**exponent
end
def ==(other)
case o... | {
"pile_set_name": "Github"
} |
/*
* ALSA driver for ATI IXP 150/200/250/300 AC97 controllers
*
* Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
*
* 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 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class VerticalAligmentExtensions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class VerticalAligmen... | {
"pile_set_name": "Github"
} |
{
"name": "c-component",
"repo": "webpack/c-component",
"version": "0.0.1",
"scripts": ["main.js"],
"main": "main.js",
"dependencies": {
"webpack/a-component": "*"
},
"license": "MIT"
} | {
"pile_set_name": "Github"
} |
# 2010 April 13
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#**********************************... | {
"pile_set_name": "Github"
} |
function Resolve-PathEx {
<#
.SYNOPSIS
Resolves the wildcard characters in a path, and displays the path contents, ignoring non-existent paths.
.DESCRIPTION
The Resolve-Path cmdlet interprets the wildcard characters in a path and displays the items and containers at
the location specifie... | {
"pile_set_name": "Github"
} |
github: wooorm
| {
"pile_set_name": "Github"
} |
import IdeaPermissions from "../../web/static/js/services/idea_permissions"
describe("IdeaPermissions", () => {
describe(".canUserEditContents", () => {
context("when the user authored the idea", () => {
context("and is not the facilitator", () => {
const user = {
id: 56,
is_fac... | {
"pile_set_name": "Github"
} |
package com.zdcf.dao;
import com.zdcf.model.TwitterUser;
import com.zdcf.model.TwitterUserExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface TwitterUserMapper {
int countByExample(TwitterUserExample example);
int deleteByExample(TwitterUserExample example);... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
*
* You may not modify, use, reproduce, or distribute this software except in
* compliance with the terms of the License at:
* https://github.com/javaee/tutorial-examples/LICENSE.txt
*/
/*
* To change this template, choose Tools | Templ... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package socket
const (
sysRECVMMSG = 0xf3
sysSENDMMSG = 0x10d
)
| {
"pile_set_name": "Github"
} |
define("dojox/highlight/languages/pygments/xml", ["../../_base", "../xml"], function(dh){
var dxml = dh.languages.xml = {
defaultMode: {
contains: [
"name entity",
"comment", "comment preproc",
"_tag"
]
},
modes: [
// comments
{
className: "comment",
begin: "<!--", end: "-->"
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ssdk_weibo_oauth_regiseter">应用授权</string>
<string name="ssdk_website">http://www.mob.com</string>
<string name="ssdk_weibo_upload_content">分享图片</string>
<string name="ssdk_wechat_client_inavailable">目前您的微信版本过低或未安装微信,需要安装微信才能使用</string>
... | {
"pile_set_name": "Github"
} |
package timesync;
struct update_t
{
// the IP address of the requester
int64_t requester_id;
// unique identifier generated by requester to
// disambiguate multiple responses
int64_t requester_nonce;
// the IP address of the responder, or zeros if this is a request
int64_t responder_id;
... | {
"pile_set_name": "Github"
} |
/*
This files contains card eeprom (93c46 or 93c56) programming routines,
memory is addressed by 16 bits words.
This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it>
Released under the terms of GPL (General Public Licence)
Parts of this driver are based... | {
"pile_set_name": "Github"
} |
desc_be=Змена пароляў кластара
longdesc_be=Зменіце паролі на некалькіх сістэмах кластара Webmin адначасова.
| {
"pile_set_name": "Github"
} |
(define (cubic a b c)
(lambda (x)
(+ (* x x x) (* a x x) (* b x) c)))
(define (derive g)
(define dx 0.00001)
(lambda (x) (/ (- (g (+ x dx)) (g x)) dx)))
(define (newton-transform g)
(lambda (x)
(- x
(/ (g x)
((derive g) x)))))
(define (fixed-point f first-guess)
(define tolerance 0.0... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Data.Entity.Validation;
using System.Security.Claims;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using Microsoft.AspNet.Identity;
using Microsoft.Owin.Security;
namespace UI.AspNetMvc.Controllers
{
... | {
"pile_set_name": "Github"
} |
# md5 from https://pypi.python.org/pypi/argh/json, sha256 locally computed
md5 edda25f3f0164a963dd89c0e3c619973 argh-0.26.2.tar.gz
sha256 e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 argh-0.26.2.tar.gz
| {
"pile_set_name": "Github"
} |
// 20.1.2.10 Number.MIN_SAFE_INTEGER
var $export = require('./$.export');
$export($export.S, 'Number', {MIN_SAFE_INTEGER: -0x1fffffffffffff}); | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
CNPCObject::CNPCObject() : CCharObject(NULL)
{
m_dwRunNextTick = 250;
m_dwSearchTick = 3000;
m_btLight = 6;
}
| {
"pile_set_name": "Github"
} |
:107C000001C0F6C011248FEF98E09EBF8DBF84B7EE
:107C100090E89093610010926100882369F0982F9A
:107C20009A70923049F081FF02C097EF94BF282EDE
:107C300080E001D10C94000085E08093810082E017
:107C40008093C00088E18093C1008BE98093C400D9
:107C500086E08093C2008EE0EED0259A84E024E294
:107C60003DEF91E0309385002093840096BBB09B5C
:107C... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
import torch
from torch.autograd import Variable
from dataset import Video
from spatial_transforms import (Compose, Normalize, Scale, CenterCrop, ToTensor)
from temporal_transforms import LoopPadding
def classify_video(video_dir, video_name, class_names, model, opt):
assert opt.mode in ['score', 'feature']
s... | {
"pile_set_name": "Github"
} |
;******************************************************************************
;* optimized bswap buffer functions
;* Copyright (c) 2008 Loren Merritt
;* Copyright (c) 2003-2013 Michael Niedermayer
;* Copyright (c) 2013 Daniel Kang
;*
;* This file is part of FFmpeg.
;*
;* FFmpeg is free software; you can redistribute ... | {
"pile_set_name": "Github"
} |
Use this
```
X:7
T:Qui Tolis (Trio)
C:André Raison
M:3/4
L:1/4
Q:1/4=92
%%staves {(Pos1 Pos2) Trompette}
K:F
%
V:Pos1
%%MIDI program 78
"Positif"x3 |x3 |c'>ba|Pga/g/f|:g2a |ba2 |g2c- |c2P=B |c>de |fga |
V:Pos2
%%MIDI program 78
Mf>ed|cd/c/B|PA2d |ef/e/d |:e2f |ef2 |c>BA |GA/G/F |E>FG |ABc- ... | {
"pile_set_name": "Github"
} |
(***********************************************************************)
(* *)
(* OCaml *)
(* *)
(* Xavier Ler... | {
"pile_set_name": "Github"
} |
// { dg-options "-std=gnu++17" }
// { dg-do run { target c++17 } }
// Copyright (C) 2011-2020 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 ... | {
"pile_set_name": "Github"
} |
/**
* Install plugin.
*/
import Url from './url/index';
import Http from './http/index';
import Promise from './promise';
import Resource from './resource';
import Util, {options} from './util';
function plugin(Vue) {
if (plugin.installed) {
return;
}
Util(Vue);
Vue.url = Url;
Vue.htt... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `BOOST_HANA_DISPATCH_IF`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_DETAIL_DISPATCH_IF_HPP
#define BOOST_HANA_DETAIL_DISPATCH_IF_HPP
#... | {
"pile_set_name": "Github"
} |
# 字符串串的基本处理理
Sample_text = '''
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break t... | {
"pile_set_name": "Github"
} |
package com.sihai.wx.config;
/**
*
* @Title: Config.java
* @Package com.sihai.wx.util
* @Description: 微信支付的一些参数配置
* Copyright: Copyright (c) 2016
* Company:FURUIBOKE.SCIENCE.AND.TECHNOLOGY
*
* @author leechenxiang
* @date 2017年8月31日 下午2:54:50
* @version V1.0
*/
public class WeChatConfig {
// public stat... | {
"pile_set_name": "Github"
} |
package extracells.integration.buildcraft.tools
import extracells.api.ECApi
object BuildcraftTools {
def init: Unit = {
ECApi.instance.registerWrenchHandler(WrenchHandler)
}
}
| {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// 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 s... | {
"pile_set_name": "Github"
} |
/*
* scrollgrid1D.c - 1D scroll grid attractor
* Copyright (c) 2000-2003 by Tom Schouten
*
* 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
... | {
"pile_set_name": "Github"
} |
/*
* Gopher protocol
*
* Copyright (c) 2009 Toshimitsu Kimura
*
* based on libavformat/http.c, Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publis... | {
"pile_set_name": "Github"
} |
.modal .modal-dialog {
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%)
}
.add-self .modal-body,.requests .modal-body {
height: 500px;
overflow: auto;
padding: 0;
}
.add-self .modal-body ul,.requests .modal-body ul {
... | {
"pile_set_name": "Github"
} |
#include "Cursors.h"
#include "Laptop.h"
#include "AIMLinks.h"
#include "AIM.h"
#include "VObject.h"
#include "WordWrap.h"
#include "Text.h"
#include "Multi_Language_Graphic_Utils.h"
#include "Button_System.h"
#include "Video.h"
#include "VSurface.h"
#include "Font_Control.h"
#define AIM_LINK_TITLE_FONT FONT14ARIAL
... | {
"pile_set_name": "Github"
} |
using Xamarin.Forms;
namespace Xamarin.Platform
{
public interface ITextInput : IText
{
Keyboard Keyboard { get; }
bool IsSpellCheckEnabled { get; }
int MaxLength { get; }
string Placeholder { get; }
Color PlaceholderColor { get; }
bool IsReadOnly { get; }
}
} | {
"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 (version 1.7.0_25) on Thu Jan 01 17:43:59 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.f... | {
"pile_set_name": "Github"
} |
// ISOTOPE GRID
var IsotopeGrid = function() {
var _init = function() {
// BEGIN: ISOTOPE GALLERY 1 INIT
// init isotope gallery
var $grid1 = $('.c-content-isotope-grid.c-opt-1').imagesLoaded( function() {
// init Isotope after all images have loaded
$grid1.isotope({
// options...
itemSelector: '... | {
"pile_set_name": "Github"
} |
// name: Modelica.Electrical.Digital.Examples.DLATREGSRL
// teardown_command: rm -f Modelica.Electrical.Digital.Examples.DLATREGSRL_*.mat
// keywords: simulation MSL Examples
// status: correct
// cflags: +simCodeTarget=Cpp
//
// Simulation Results
// Modelica Standard Library
//
loadModel(Modelica,{"3.2.1"});
... | {
"pile_set_name": "Github"
} |
// Radio buttons & checkboxes
// By default, multiple choice inputs stack vertically
.multiple-choice {
display: block;
float: none;
clear: left;
position: relative;
padding: 0 0 0 38px;
margin-bottom: $gutter-one-third;
@include media(tablet) {
float: left;
}
// Absolutely position inputs wi... | {
"pile_set_name": "Github"
} |
package com.jsoniter.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPol... | {
"pile_set_name": "Github"
} |
//
// VROCameraTextureiOS.cpp
// ViroRenderer
//
// Created by Raj Advani on 3/22/17.
// Copyright © 2017 Viro Media. 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 ... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.239
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----... | {
"pile_set_name": "Github"
} |
; SICP exercise 3.32
;
; The procedures to be run during each time segment of the agenda are kept in
; a queue. Thus, the procedures for each segment are called in the order in
; which they were added to the agenda (first-in, first-out). Explain why this
; order must be used. In particular, trace the behavior of an and... | {
"pile_set_name": "Github"
} |
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<object>
<spriteName>spr_sledgebro</spriteName>
<solid>0</solid>
<visible>-1</visible>
<depth>0</depth>
<persistent>0</persistent>
<parentName>obj_deactenemyparent</parentName>
<maskName>spr_ene... | {
"pile_set_name": "Github"
} |
// to see it compile
#include "CondFormats/CastorObjects/interface/CastorSaturationCorrs.h"
| {
"pile_set_name": "Github"
} |
import { Locale } from './constructor';
var proto = Locale.prototype;
import { calendar } from './calendar';
import { longDateFormat } from './formats';
import { invalidDate } from './invalid';
import { ordinal } from './ordinal';
import { preParsePostFormat } from './pre-post-format';
import { relativeTime, pastFutu... | {
"pile_set_name": "Github"
} |
// +build !linux,!freebsd freebsd,!cgo
package mount
// These flags are unsupported.
const (
BIND = 0
DIRSYNC = 0
MANDLOCK = 0
NOATIME = 0
NODEV = 0
NODIRATIME = 0
NOEXEC = 0
NOSUID = 0
UNBINDABLE = 0
RUNBINDABLE = 0
PRIVATE = 0
RPRIVATE = 0
SHARED = 0
RSH... | {
"pile_set_name": "Github"
} |
# The MIT License
#
# Copyright (c) 2018 suren <zxjlwt@126.com>
#
# 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, ... | {
"pile_set_name": "Github"
} |
"""
This plot displays the audio spectrum from the microphone.
Based on updating_plot.py
"""
# Major library imports
import pyaudio
from numpy import zeros, linspace, short, fromstring, transpose, array
from scipy import fft
# Enthought library imports
from enable.api import Window, Component, ComponentEditor
from tr... | {
"pile_set_name": "Github"
} |
/* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.
* 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 so... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/// Mixes a color with white.
///
/// @param {Color} $color
///
/// @param {Number (Percentage)} $percent
/// The amount of white to be mixed in.
///
/// @example scss - Usage
/// .element {
/// background-color: tint(#6ecaa6, 40%);
/// }
///
/// @example css - CSS Output
/// .element {
/... | {
"pile_set_name": "Github"
} |
record FooMap2 {
fieldIsMap: map[string, Bar]
}
| {
"pile_set_name": "Github"
} |
from pip._vendor.packaging.version import parse as parse_version
from pip._internal.utils.models import KeyBasedCompareMixin
from pip._internal.utils.typing import MYPY_CHECK_RUNNING
if MYPY_CHECK_RUNNING:
from pip._vendor.packaging.version import _BaseVersion # noqa: F401
from pip._internal.models.link impo... | {
"pile_set_name": "Github"
} |
;
; TG3 Makefile Auto Create Script
;
; 说明:
; 1.在等号左边不要有空格
; 2.所有的路径请使用"/"来分隔
; 3.所有的文件名不可以有空格
; 4.只能对当前目录及其子目录下的.c、.cpp生成Makefile
;本TMK3文件目录位置到项目根目录之间的转换,不支持多个串,如果有多个,以最后一个为准
;即 ./$(TO_PROJECT_ROOT)/ 就是项目的根目录
TO_PROJECT_ROOT=../../PRJ_TG3
;输出目标的名字,不支持多个串,如果有多个,以最后一个为准
OUTPUT_FILENAME=libNdNetwork.a
;包含的其他的T... | {
"pile_set_name": "Github"
} |
rows = {[1.312119e+002
5.237206e+002
];
[1.202256e+002
1.731594e+002
1.821481e+002
1.911369e+002
2.021231e+002
2.260931e+002
2.400756e+002
2.550569e+002
2.710369e+002
2.870169e+002
3.209744e+002
3.559306e+002
3.729094e+002
4.038706e+002
4.328344e+002
4.568044e+002
4.667919e+002
4.757806e+002
4.8476... | {
"pile_set_name": "Github"
} |
<?php
class Kint_Parsers_Microtime extends kintParser
{
private static $_times = array();
private static $_laps = array();
protected function _parse( & $variable )
{
if ( !is_string( $variable ) || !preg_match( '[0\.[0-9]{8} [0-9]{10}]', $variable ) ) {
return false;
}
list( $usec, $sec ) = explode( " ",... | {
"pile_set_name": "Github"
} |
---
- nzup
- nzurx
- nzur
- nzyt
- nzyx
- nzy
- nzyp
- nzyrx
- nzyr
- sit
- six
- si
- sip
- siex
- sie
- siep
- sat
- sax
- sa
- sap
- suox
- suo
- suop
- sot
- sox
- so
- sop
- sex
- se
- sep
- sut
- sux
- su
- sup
- surx
- sur
- syt
- syx
- sy
- syp
- syrx
- syr
- ssit
- ssix
- ssi
- ssip
- ssiex
- ssie
- ssiep
- ss... | {
"pile_set_name": "Github"
} |
using Avalonia.Data.Converters;
using Avalonia.Media;
using System;
using System.Globalization;
using WalletWasabi.CoinJoin.Common.Models;
using WalletWasabi.Gui.Models;
namespace WalletWasabi.Gui.Converters
{
public class PhaseColorConverter : IValueConverter
{
public object Convert(object value, Type targetType,... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c70751eb9a4a4872b711b9d9ea27b3d8
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<div class="wrap">
<h1>
<?php esc_html_e( 'HRM Help', 'erp' ); ?>
<a href="https://wperp.com/docs/hr/" target="_blank" class="page-title-action">
<?php esc_html_e( 'View all Documentations', 'erp' ); ?>
</a>
</h1>
<?php
$erp_doc_sections = [
__( 'General', 'er... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf8"?>
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="zh_TW" xml:id="example_1_f... | {
"pile_set_name": "Github"
} |
VERSION 5.7 ;
DIVIDERCHAR "/" ;
BUSBITCHARS "[]" ;
DESIGN gcd ;
UNITS DISTANCE MICRONS 2000 ;
DIEAREA ( 0 0 ) ( 200260 201600 ) ;
ROW ROW_0 FreePDK45_38x28_10R_NP_162NW_34O 20140 22400 FS DO 422 BY 1 STEP 380 0 ;
ROW ROW_1 FreePDK45_38x28_10R_NP_162NW_34O 20140 25200 N DO 422 BY 1 STEP 380 0 ;
ROW ROW_2 FreePDK45_38x2... | {
"pile_set_name": "Github"
} |
-------------------------------------------------------------------------------
-- Spine Runtimes Software License v2.5
--
-- Copyright (c) 2013-2016, Esoteric Software
-- All rights reserved.
--
-- You are granted a perpetual, non-exclusive, non-sublicensable, and
-- non-transferable license to use, install, execute, ... | {
"pile_set_name": "Github"
} |
cam0:
cam_bl: 1.0
cam_width: 640
cam_height: 480
cam_model: Pinhole
cam_fx: 570.3422241210938
cam_fy: 570.3422241210938
cam_cx: 319.5
cam_cy: 239.5
cam_d0: 0.0
cam_d1: 0.0
cam_d2: 0.0
cam_d3: 0.0
images_subfolder_l: image_l/
images_subfolder_r: image_r/
| {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "talos-cna@cisco.com",
"ID": "CVE-2018-3989",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{... | {
"pile_set_name": "Github"
} |
MANIFEST.in
README.txt
setup.cfg
setup.py
doc/Makefile
doc/changelog.rst
doc/commandline.rst
doc/conf.py
doc/find_modules.rst
doc/index.rst
doc/license.rst
doc/modulegraph.rst
doc/util.rst
doc/zipio.rst
doc/_build/doctrees/changelog.doctree
doc/_build/doctrees/commandline.doctree
doc/_build/doctrees/environment.pickle
... | {
"pile_set_name": "Github"
} |
/*
* WorldEdit, a Minecraft world manipulation toolkit
* Copyright (C) sk89q <http://www.sk89q.com>
* Copyright (C) WorldEdit team and 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
* the Free Software F... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2016 Kurento (http://kurento.org/)
*
* 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 applicab... | {
"pile_set_name": "Github"
} |
# Практическое занятие: Генерация Javadoc из примера проекта
Javadoc является стандартным выводом для API Java. Создание Javadoc довольно простое. Javadoc генерируется с помощью так называемого «доклета». Различные доклеты могут по-разному анализировать аннотации Java и создавать разные выходные данные. Но по большому... | {
"pile_set_name": "Github"
} |
/*!
* depd
* Copyright(c) 2014 Douglas Christopher Wilson
* MIT Licensed
*/
/**
* Module exports.
*/
lazyProperty(module.exports, 'bufferConcat', function bufferConcat() {
return Buffer.concat || require('./buffer-concat')
})
lazyProperty(module.exports, 'callSiteToString', function callSiteToString() {
va... | {
"pile_set_name": "Github"
} |
// Copyright 2018-present 650 Industries. All rights reserved.
#import <ABI39_0_0EXDocumentPicker/ABI39_0_0EXDocumentPickerModule.h>
#import <ABI39_0_0UMCore/ABI39_0_0UMUtilitiesInterface.h>
#import <ABI39_0_0UMFileSystemInterface/ABI39_0_0UMFileSystemInterface.h>
#import <UIKit/UIKit.h>
#import <MobileCoreServices/... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2016-2020 Andreas Shimokawa, Carsten Pfeiffer, Daniele
Gobbetti
This file is part of Gadgetbridge.
Gadgetbridge 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... | {
"pile_set_name": "Github"
} |
diff --git libs/CMakeLists.txt libs/CMakeLists.txt
index c0576fe..1a34bca 100644
--- libs/CMakeLists.txt
+++ libs/CMakeLists.txt
@@ -6,14 +6,12 @@ add_subdirectory(plasmaclock)
if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
add_subdirectory(kdm)
add_subdirectory(plasmagenericshell)
- if(NOT WIN32)
+ if(NOT... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: joda-time:joda-time:2.3">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/joda-time/joda-time/2.3/joda-time-2.3.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/joda-time/joda-time/2.3/joda-time-2.3-javadoc.jar!/" />
</J... | {
"pile_set_name": "Github"
} |
/*
Copyright 1996, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in support... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MetalPerformanceShaders/MPSCNNFullyConnectedNode.h>
@class TCMPSConvolutionWeights;
@interface MPSCNNFullyConnectedNode (TCM... | {
"pile_set_name": "Github"
} |
const figlet = require('figlet');
const chalk = require('chalk');
const path = require('path');
const fs = require('fs');
const handlebars = require('handlebars');
const replace = require('replace-in-file');
const router = require('../../routes');
const modules = {};
modules.config = {
appDir: './',
pagesDir: './... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@protocol WXGMigrationClientLogicDelegate <NSObject>
- (void)onClientLogicCurrentTransferSpeed:(float)arg1;
- (void)onClientProcessCurrentCount:(unsigned long ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Address</title>
<link href="css/base.css" rel="stylesheet">
<link href="css/checkout.css" rel="stylesheet">
<link href="css/modal.css" rel="stylesheet">
<style type="text/css">
.quantity input {
width: 40px;
padd... | {
"pile_set_name": "Github"
} |
/* apcats-mib.c - subdriver to monitor apcats SNMP devices with NUT
*
* Copyright (C)
* 2011 - 2012 Arnaud Quette <arnaud.quette@free.fr>
* 2016 Arnaud Quette <ArnaudQuette@Eaton.com>
*
* Note: this subdriver was initially generated as a "stub" by the
* gen-snmp-subdriver script. It must be customized!
*
... | {
"pile_set_name": "Github"
} |
---
id: version-11.6.0-database
title: Supported databases
original_id: database
---
Botpress comes with support for SQL databases out-the-box and can be accessed by:
1. The key-value store - This can be accessed via functions like `bp.kvs.get('key')` and `bp.kvs.set('key', 'value', 'path')`
2. A knex-instance - This... | {
"pile_set_name": "Github"
} |
6dc8be44882bee594803df6f5ec5b238c740e48990bcbb3a9120f7a668edd92feb29be86102427978adaf3e76873942f23db36957b719354bd12f5bc653d0397
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2020 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
//
// New Relic for Mobile -- iOS edition
//
// See:
// https://docs.newrelic.com/docs/mobile-apps for information
// https://docs.newrelic.com/docs/releases/ios for release notes
//
// Copyright (c) 2014 New Relic. All rights reserved.
// See https://docs.newrelic.com/docs/licenses/ios-agent-licenses for lic... | {
"pile_set_name": "Github"
} |
////
This PROCEDURE module included in the following assemblies:
- rhbjaeger-deploying.adoc
////
[id="jaeger-deploy-production_{context}"]
= Deploying the Jaeger production strategy from the web console
The `production` deployment strategy is intended for production environments, where long term storage of trace data... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
u"""PatchLogger for SecureTea Auto Server Patcher.
Project:
╔═╗┌─┐┌─┐┬ ┬┬─┐┌─┐╔╦╗┌─┐┌─┐
╚═╗├┤ │ │ │├┬┘├┤ ║ ├┤ ├─┤
╚═╝└─┘└─┘└─┘┴└─└─┘ ╩ └─┘┴ ┴
Author: Abhishek Sharma <abhishek_official@hotmail.com> , Jun 20 2019
Version: 1.4
Module: SecureTea
"""
from securetea impor... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.