Skip to content
View trk9001's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report trk9001

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

    A command line, task reminder utility for Linux, complete with pop-up windows and customizable alarms.

    Python 5 1

  2. brightnessmod brightnessmod Public

    Python script to control and view the display brightness (i.e. backlight power level) on Linux systems.

    Python

  3. Demonstration of Python's C3 Method ... Demonstration of Python's C3 Method Resolution Order using a complex example.
    1
    The text in *mro.md* shows the steps of computing the MRO of the class *M* from the following script,
    2
    using the [C3 linearization][1] algorithm. For more info, see [this paper explaining the method
    3
    resolution order used by Python since version 2.3][2].
    4
    
                  
    5
    ```python
  4. graphlines graphlines Public

    A Processing sketch (Python Mode) to graph multiple lines through values across time.

    Python

  5. dual-monitor-wallpaper-stitcher dual-monitor-wallpaper-stitcher Public

    Utility script to stitch two images of the same aspect ratio into a single dual-monitor wallpaper.

    Python

  6. Update kitty's colors from a termina... Update kitty's colors from a terminal.sexy color scheme.
    1
    #!/usr/bin/env bash
    2
    # vim: sw=2 sts=2 et
    3
    
                  
    4
    # Update kitty's colors from a terminal.sexy color scheme (exported in JSON).
    5
    #