Skip to content
View 4hg's full-sized avatar
🤯
-/ .*_3[\9?100
🤯
-/ .*_3[\9?100

Organizations

@uowuo

Block or report 4hg

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. rj rj Public

    A slim environment for running J code using Ruby.

    Ruby

  2. knight-rb knight-rb Public

    A Knight 2.0 implementation in Ruby

    Ruby

  3. ruby-fun ruby-fun Public

    Various code snippets that abuse Ruby in one way or another.

    Ruby 1

  4. aoc aoc Public

    A collection of my Advent of Code solutions.

    Ruby

  5. apl-contest apl-contest Public

    J solutions to problems from the APL Problem Solving Competition

    J

  6. Base32 Encoder and Decoder in J Base32 Encoder and Decoder in J
    1
    NB. ENCODER
    2
    NB. information about algorithm came from https://herongyang.com/Encoding/Base32-Encoding-Algorithm.html
    3
    
    
    4
    NB. RFC 4648 character set
    5
    cs =: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567'