Skip to content
View JamesTheAwesomeDude's full-sized avatar
Block or Report

Block or report JamesTheAwesomeDude

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

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

    Python 1

  2. tee into multiple "for" loops in par... tee into multiple "for" loops in parallel without async, threading, or subprocess
    1
    import greenlet
    2
    
                  
    3
    
                  
    4
    def teeinto_lockstep(it, *consumer_callables):
    5
    	"""tee iterator *it* into multiple non-`async`, non-Generator consumers, in constant memory, without `threading`.
  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. systemd user-unit file for Minecraft... systemd user-unit file for Minecraft server
    1
    # ~/.config/systemd/user/minecraft@.service
    2
    
                  
    3
    # Setup:
    4
    #	loginctl enable-linger "${USER}"
    5
    #	systemctl --user daemon-reload
  5. Mostly self-contained bash+curl+sed+... Mostly self-contained bash+curl+sed+nc script to convert Xbox Live Gamertags into XUIDs (includes pseudo-UUID support for Floodgate-enabled Minecraft servers)
    1
    #!/bin/bash
    2
    set -e
    3
    set -o pipefail
    4
    
                  
    5
    # USAGE:
  6. cerdicator cerdicator Public

    Enhanced TLS indicator with an emphasis on information about the Root Certificate Authority from which the connection's authenticity is derived

    JavaScript 1 3