Skip to content
View rfrm's full-sized avatar

Highlights

  • Pro

Block or report rfrm

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 250 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. brainspotting brainspotting Public

    HTML

  2. Magic square Magic square
    1
    from pprint import pprint
    2
    
                  
    3
    TOTAL_SUM = 65
    4
    
                  
    5
    possibilities = set([2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24])
  3. lexicographic-permutations lexicographic-permutations Public

    Generate permutations of a string in lexicographic order

    C++

  4. logisim_piano_synth logisim_piano_synth Public

    Synthesize piano sounds in logisim

    Python