Skip to content
View valrotan's full-sized avatar

Highlights

  • Pro

Organizations

@mlberkeley
Block or Report

Block or report valrotan

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

Pinned

  1. tsne-mpi tsne-mpi Public

    Distributed MPI-based implementation of Barnes-Hut t-SNE

    Python

  2. RenderEngine RenderEngine Public

    3D Raytracing Render Engine in C

    C 2 1

  3. Rename many files at once in your fa... Rename many files at once in your favorite editor (vim)
    1
    mmv()
    2
    {
    3
        OLD=/tmp/current_files
    4
        NEW=/tmp/rename_files
    5