Miguel Raz Guzmán Macedo
Miguel Raz Guzmán Macedo
Added a recap to closure syntax just before diving into iterators. Goal: add a bank of very small exercises* where the loop vs iterator way can be compared side by...
I saw this video by Jon Gjengset https://www.youtube.com/watch?v=pMiqRM5ooNw And there's definitely a good slide deck that can be prepped. I'm adding this issue as a self reminder.
# Rust Fundamentals - [X] [Fizzbuzz](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/fizzbuzz.md) - [X] [Fizzbuzz with match](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/fizzbuzz-match.md) - [x] [Files, match, and Result](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/files-match-result.md) - [X] [Rustlatin](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/rustlatin.md) - [x] ~Redisish Protocol Parser~ -> [SimpleDB](https://github.com/ferrous-systems/rust-exercises/blob/main/exercise-book/src/simple-db.md) # Applied Rust...
Given via direct feedback during training.
`using Plots, MarketData, TimeSeries, PlotlyJS` `plotlyjs() ` `plot(ohlc)` yields for me ``` In convertToAnyVector, could not handle the argument types: (TimeSeries.TimeArray{Float64,2,Date,Array{Float64,2}},) in macro expansion at C:\Users\miguel\.julia\v0.5\Plots\src\series.jl:129 [inlined] in apply_recipe(::Dict{Symbol,Any}, ::Type{Plots.SliceIt},...
(Bookmarking for a later PR) https://sites.google.com/site/binarysearchcube/bsc
I tried following the simple install steps described here ``` $ git clone --recursive https://github.com/wsmoses/Tapir-Meta.git $ cd Tapir-Meta/ $ ./build.sh release $ source ./setup-env.sh ``` but ended up getting an...
zfp is a [library by LLNL](https://github.com/LLNL/zfp) that also does multidimensional array compression. It would be nice to see benchmarks against their vectorized (SIMD) algorithms. You can easily use their library...