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

Block or report jakeobsen

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