Skip to content
View timbaileyjones's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report timbaileyjones

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

  1. Quick python script to rename direct... Quick python script to rename directories AND files (recursively) in SVN repositories that have spaces in them. So next time somebody checks in a file pile containing spaces, I run this, and commit. End of problem. Inspired by https://gist.github.com/kranthilakum/7536042, which renames only immediate files, via os.rename(). Hope it helps someone someday.
    1
    #!/usr/bin/python
    2
    import os
    3
    import sys
    4
    import time
    5
    import subprocess
  2. awesome-remote-job awesome-remote-job Public

    Forked from lukasz-madon/awesome-remote-job

    A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python

    1

  3. dynamic-cloudwatch-dashboards-by-tag dynamic-cloudwatch-dashboards-by-tag Public

    Accompanying repo for my article on stelligent.com/blog

    Python 1 2

  4. stelligent/mu stelligent/mu Public

    A full-stack DevOps on AWS framework

    Go 972 136