Skip to content
View punituee's full-sized avatar

Block or report punituee

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. variable interval of time for query ... variable interval of time for query and parsing logs from kibana
    1
    import requests
    2
    import json
    3
    import sys
    4
    import re
    5
    
                  
  2. update ssh config on any update of e... update ssh config on any update of environment machines IPs
    1
    #!/bin/sh
    2
    if [ ${#@} == 0 ]; then
    3
          echo "Usage: $0 <enviromentNames>"
    4
          echo "./ssh_config_update.sh vehicle-tracking-prod pilot-tracking-prod"
    5
          exit
  3. my vimrc for python my vimrc for python
    1
    " https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/#vim-extensions
    2
    set nocompatible              " required
    3
    filetype off                  " required
    4
    set showcmd
    5
    " set the runtime path to include Vundle and initialize
  4. getMeSubtitles getMeSubtitles Public

    Code searches for subs on subscene.com and gets the closest matching one

    Python 1