Skip to content
View 4hg's full-sized avatar
🤯
https://www.jsoftware.com
🤯
https://www.jsoftware.com

Organizations

@uowuo

Block or report 4hg

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'