Skip to content
View mohsen3's full-sized avatar

Block or report mohsen3

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 Loading

  1. ProbabilisticDataStructures ProbabilisticDataStructures Public

    Collection of a few probabilistic data structures implemented in Ruby

    Ruby

  2. lss lss Public

    An ls command with compact representation for file names with numeric IDs.

    Python 2

  3. LowCal LowCal Public

    An experimental programming language that transpiles into javascript.

    Haskell 1

  4. haskell-tutorials haskell-tutorials Public

    Lecture notes for my Haskell tutorials at DD

    Haskell 2

  5. wordle-solver.rb wordle-solver.rb
    1
    def load_words
    2
      File
    3
        .readlines("/usr/share/dict/words")
    4
        .map(&:chop)
    5
        .select {|w| w.size == 5 }
  6. PrettyObject PrettyObject Public

    Java object pretty printer

    Java 1