The Wayback Machine - https://web.archive.org/web/20210124044715/https://github.com/Eeems
Skip to content
Avatar
💻
wfh
💻
wfh

Highlights

  • Arctic Code Vault Contributor

Organizations

@Omnimaga @toltec-dev

Pinned

  1. A launcher application for the reMarkable tablet

    C++ 65 7

  2. A blessings polyfill for the windows command line

    Python 1

  3. Use decorators for dealing with argparse

    Python 1

  4. Docker image for SMF

    PHP 3 3

  5. 1
    opkg install busybox bash
    2
    ln -fs /bin/bash /opt/bin/sh
    3
    mkdir -p /mnt/ramdisk
    4
    mount -t tmpfs -o size=64m tmpfs /mnt/ramdisk
    5
    pushd /mnt/ramdisk
  6. 1
    Simple tool to plot out changes in used space on a mount point. Useful for watching the changes in space usage in /tmp
    2
    
                  
    3
    ```
    4
    # Install gnuplot and inotify-tools
    5
    plot_size /tmp

659 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

January 2021

Created 4 repositories

Created a pull request in toltec-dev/toltec that received 45 comments

Create zoneinfo-utils package

Fix #179

+78 −10 45 comments
Opened 33 other pull requests in 8 repositories
toltec-dev/toltec
9 merged 1 open 1 closed
Eeems/intercessions
1 open 6 merged
Legend-of-iPhoenix/cemetech-userstyle
2 merged 3 closed
toltec-dev/organization
2 open 2 merged
Eeems/oxide
1 closed 1 open 1 merged
timower/rM2-stuff
1 merged
ddvk/remarkable-uuuflash
1 merged
bordaigorl/rmview
1 merged
Reviewed 35 pull requests in 4 repositories
toltec-dev/toltec 26 pull requests
toltec-dev/organization 5 pull requests
Eeems/oxide 3 pull requests
ddvk/remarkable-hacks 1 pull request

Created an issue in toltec-dev/toltec that received 17 comments

Add timezone info package

The reMarkable doesn't come with the full set of timezone information. So timezones listed by timedatectl as on the device are not actually selecta…

17 comments