Skip to content
View jakeobsen's full-sized avatar
🐍
from humans import jakeobsen
🐍
from humans import jakeobsen

Highlights

  • Pro

Block or report jakeobsen

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. resume resume Public

    My LaTeX resume

    TeX

  2. go-training go-training Public

    I keep my go code here that I use to test things, as I learn.

    Go

  3. apple.sh apple.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # Get MacBook IP Addresses
    4
    function getip {
    5
      ipPublic=$(curl --silent http://ipv4.myip.dk/api/info/IPv4Address | sed  's/"//g')
  4. prometheus-timestream-adapter prometheus-timestream-adapter Public

    Forked from dpattmann/prometheus-timestream-adapter

    Use AWS Timestream as a remote storage database for Prometheus

    Go