Skip to content
View madeddy's full-sized avatar
:electron:
Respond possible slow
:electron:
Respond possible slow

Block or report madeddy

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

    A application for the work on RenPy archives. Decompresses, lists the content or tests the format of a RPA.

    Python 3

  2. python-pillow/Pillow python-pillow/Pillow Public

    Python Imaging Library (Fork)

    Python 12.1k 2.2k

  3. unrpyc unrpyc Public

    Forked from CensoredUsername/unrpyc

    A ren'py script decompiler

    Ren'Py 29 6

  4. diff2patch diff2patch Public

    A tool to compare two directory's and compose a patch with all differing and new files

    Python 3

  5. Moving commits between branches Moving commits between branches
    1
    # Example: Moving up to a few commits to another branch
    2
    
                  
    3
    Branch A has commits (X,Y) that also need to be in Branch B. The cherry-pick operations should be done in the same chronological order that the commits appear in Branch A. 
    4
    
                  
    5
    `cherry-pick` does support a range of commits, but if you have merge commits in that range, it gets really complicated