Skip to content
View EuRoXy's full-sized avatar
🎯
Focusing
🎯
Focusing
  • ETH Zürich
  • Switzerland
  • 22:57 (UTC +02:00)

Sponsoring

@JuliaLang
Block or Report

Block or report EuRoXy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
EuRoXy/README.md
  • 👋 Hi, I’m @EuRoXy
  • 👀 I’m interested in sciences, technology and languages
  • 🌱 I’m currently backend dev using JavaScript
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

Pinned

  1. sys funcs in julia sys funcs in julia
    1
    ### I/O
    2
    ```
    3
    open("xy.txt", "w") do io
    4
        for line in eachline(io)
    5
            write(io, "EuRoXy")
  2. memo for DataFrames.jl memo for DataFrames.jl
    1
    # split-apply-combine
    2
    gx = groupby(x, [:id1, :id2])
    3
    parent(gx)
    4
    vcat(gx...) # back to df # or
    5
    DataFrame(gx, keepkeys=false)
  3. DataScience DataScience Public

    Forked from JuliaAcademy/DataScience

    Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar

    Jupyter Notebook

  4. exercism-julia exercism-julia Public

    Julia