Skip to content
View ManDeJan's full-sized avatar
blep blop
blep blop

Highlights

  • Pro
Block or Report

Block or report ManDeJan

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

  1. zig-wyhash zig-wyhash Public

    Zig implementation of https://github.com/wangyi-fudan/wyhash

    C 4 1

  2. CAR & CDR in 1 line of Python CAR & CDR in 1 line of Python
    1
    for _ in map(exec, map(lambda s: f'''{"""""".join(map(chr, range(100, 103)))} c{s}r(l): h,*t=l; return {"c" + s[:-1] + "r(" + ("h)" if s[-1] == "a" else "t)") if s[:-1] else "h" if s[-1] == "a" else "t"}''', [f'{bin(i)[2:].zfill(x)}'.translate({48: 97, 49: 100}) for x in range(10) for i in range(2**10)])): pass
  3. advent-of-code advent-of-code Public

    Advent of Code solutions

    Zig 4

  4. mpl mpl Public

    Forked from kvasir-io/mpl

    Meta programming library designed for compilation speed.

    C++

  5. spotisorter spotisorter Public

    Sort spotify playlist based on whatever.

    Python 6

  6. Random Pact of Punishment generator ... Random Pact of Punishment generator for the Hades game
    1
    # Hi! This script is a slow way to generate a random pact of punishment
    2
    # for the Hades game, if you want a more complete version, check out my
    3
    # friends work at https://github.com/Druyv/hades_randomizer
    4
    
                  
    5
    from random import choice