Skip to content
View tdussmann's full-sized avatar

Block or report tdussmann

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. GGGvis GGGvis Public

    GeoGrid Visualization - Best Scoring Answers

    HTML

  2. kgotobed kgotobed Public

    Forked from nikital/kgotobed

    Linux driver to help you go to bed at a specified time

    Python

  3. Kubernetes K8S DaemonSet for Newreli... Kubernetes K8S DaemonSet for Newrelic Infrastructure Agent
    1
    # adapted official yet depcrecated example from here: https://github.com/kubernetes/examples/blob/master/staging/newrelic/newrelic-daemonset.yaml 
    2
    # official docs: https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/data-instrumentation/monitor-containers-underlying-hosts-coreos 
    3
    apiVersion: apps/v1 #  for k8s versions before 1.9.0 use apps/v1beta2  and before 1.8.0 use extensions/v1beta1
    4
    kind: DaemonSet
    5
    metadata:
  4. fzf-ssh fzf-ssh
    1
    function fzf-ssh () {
    2
      local selected_host=$(grep "Host " ~/.ssh/ssh_config | grep -v '*' | cut -b 6- | fzf --query "$LBUFFER" --prompt="SSH Remote > ")
    3
    
                  
    4
      if [ -n "$selected_host" ]; then
    5
        BUFFER="ssh ${selected_host}"
  5. ncstp-1 ncstp-1 Public archive

    Python

  6. Google Lists Saved Places - Business... Google Lists Saved Places - Business State Retriever utility script
    1
    /**
    2
     * Based off of user @dohnutt suggestion on stackoverflow, via https://stackoverflow.com/a/78807830 
    3
     * Fixed it, changed it, extended it for my needs. Gemini helped me quite a lot ;) 
    4
     * 
    5
     * "dependencies": {