Skip to content
View donnaken15's full-sized avatar
🌲
PINE GANG 2⃣1⃣⛷💨😝😱😭💾💾😉📠♿️😇😬😄🔥🔥🔥🙌🌚
🌲
PINE GANG 2⃣1⃣⛷💨😝😱😭💾💾😉📠♿️😇😬😄🔥🔥🔥🙌🌚

Organizations

@FastGH3

Block or report donnaken15

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FastGH3 FastGH3 Public

    Minimalist Guitar Hero 3 mod with one click play and numerous gameplay fixes and additions

    q 37 3

  2. GH3-Plus GH3-Plus Public

    Forked from ExileLord/GH3-Plus

    Extension of ExileLord's Guitar Hero III modding library

    C++ 3 1

  3. Cloneoa Cloneoa Public

    Klonoa Custom Level Engine

    Game Maker Language 8 1

  4. Bit.Trip_Editor Bit.Trip_Editor Public

    Fan engine for the addictive video game series BIT.TRIP

    Game Maker Language 9

  5. Group duplicates of files into hardl... Group duplicates of files into hardlinks, check similarity using BLAKE2/SHA256 and matching file size, primarily for Windows/Cygwin/MSYS2/WSL | Jump to comments: https://gist.github.com/donnaken15/f95e8a143bb330fcf7d6268a4d6929e8?permalink_comment_id=5166431#gistcomment-5166431
    1
    #!/bin/zsh
    2
    # I'M ACTIVELY FORGETTING HOW MY OWN SCRIPT WORKS!!!!!!!!!!!!!!
    3
    (( # < 2 )) && [[ ! "$1" == *[\*\?]* ]] && {
    4
    	(( # == 1 )) && echo 'you must specify more than one file to be deduped' && echo
    5
    	echo 'dedupe [input files]'
  6. further optimized prime counter with... further optimized prime counter with reordered code to avoid register stall (actually working :O) and check and compare square root of current number, allocate more than reserved memory will allow
    1
    
                  
    2
    format PE64 console 3.1
    3
    
                  
    4
    entry @f
    5