Skip to content
View orenbenkiki's full-sized avatar

Organizations

@yaml

Block or report orenbenkiki

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

Popular repositories Loading

  1. codnar codnar Public

    Code Narrator - an inverse literate programming tool.

    Ruby 24 3

  2. yamlreference yamlreference Public

    Haskell YAML reference parser package

    Haskell 15 8

  3. flameview flameview Public

    Generate a flame graph view.

    HTML 15 1

  4. loggy loggy Public

    An opinionated library for developing and testing rust applications that use logging.

    Rust 13 1

  5. cargo-todox cargo-todox Public

    Ensure source files in a cargo project do not contain TODOX issues.

    Rust 7

  6. elixir-graphviz elixir-graphviz Public

    A simple Elixir library for generating GraphViz diagrams.

    Elixir 6 2

436 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created an issue in JuliaSparse/SparseArrays.jl that received 1 comment

Converting constructors

This doesn't work: using SparseArrays m64 = [0 1 2; 3 4 0] println("m64: $(typeof(m64))") m32 = SparseMatrixCSC{Int32}(m64) println("m32: $(typeof(…

1 comment
Loading