项目作者: simeonschaub

项目描述 :
Some fun with pipes!
高级语言: Julia
项目地址: git://github.com/simeonschaub/NicePipes.jl.git
创建时间: 2020-04-22T10:54:47Z
项目社区:https://github.com/simeonschaub/NicePipes.jl

开源协议:MIT License

下载


NicePipes

Build Status
Coverage
Stable
Dev
pkgeval

Pipe REPL show output into unix tools:

  1. julia> using NicePipes
  2. julia> methods(+) | @grep BigFloat
  3. [15] +(c::BigInt, x::BigFloat) in Base.MPFR at mpfr.jl:414
  4. [22] +(a::BigFloat, b::BigFloat, c::BigFloat, d::BigFloat, e::BigFloat) in Base.MPFR at mpfr.jl:564
  5. [23] +(a::BigFloat, b::BigFloat, c::BigFloat, d::BigFloat) in Base.MPFR at mpfr.jl:557
  6. [24] +(a::BigFloat, b::BigFloat, c::BigFloat) in Base.MPFR at mpfr.jl:551
  7. [25] +(x::BigFloat, c::BigInt) in Base.MPFR at mpfr.jl:410
  8. [26] +(x::BigFloat, y::BigFloat) in Base.MPFR at mpfr.jl:379
  9. [27] +(x::BigFloat, c::Union{UInt16, UInt32, UInt64, UInt8}) in Base.MPFR at mpfr.jl:386
  10. [28] +(x::BigFloat, c::Union{Int16, Int32, Int64, Int8}) in Base.MPFR at mpfr.jl:394
  11. [29] +(x::BigFloat, c::Union{Float16, Float32, Float64}) in Base.MPFR at mpfr.jl:402
  12. [61] +(c::Union{UInt16, UInt32, UInt64, UInt8}, x::BigFloat) in Base.MPFR at mpfr.jl:390
  13. [62] +(c::Union{Int16, Int32, Int64, Int8}, x::BigFloat) in Base.MPFR at mpfr.jl:398
  14. [63] +(c::Union{Float16, Float32, Float64}, x::BigFloat) in Base.MPFR at mpfr.jl:406