Skip to content
View James-E-A's full-sized avatar

Block or report James-E-A

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. Python UDP socket.recv() iterator su... Python UDP socket.recv() iterator supporting KeyboardInterrupt and Multicast
    1
    #!/usr/bin/env python3
    2
    # Authored by James Edington Administrator in 2025; placed in the Public Domain.
    3
    
                  
    4
    __all__ = ['udp_listen']
    5
    
                  
  2. RubikSockDrive RubikSockDrive Public

    use a bag of scrambled Rubik's Cubes as a data storage medium

    Python 1

  3. Free OID Generator Free OID Generator
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """DEC Sixbit bijective hierarchicial mapping
    4
    of the DNS namespace onto hereby-proposed child arc dns-root(52)
    5
    of IANA's unused OID {iso(1) identified-organization(3) iana(90)}
  4. simple tkinter multithreaded comunic... simple tkinter multithreaded comunication
    1
    import queue
    2
    import logging
    3
    from tkinter import TclError
    4
    import weakref
    5
    
                  
  5. systemd user-unit file for Minecraft... systemd user-unit file for Minecraft server
    1
    # ~/.config/systemd/user/[email protected]
    2
    
                  
    3
    # Setup:
    4
    #	loginctl enable-linger "${USER}"
    5
    #	systemctl --user daemon-reload