dreamingbinary - Overview
dreamingbinary
Follow
I love to build
A lazy tinkerer at heart, anything that can be automated and made more efficient fulfills me.
- Los Angeles, Earth.
-
23:51
(UTC -07:00)
Highlights
dreamingbinary/README.md
Hi there 👋
Pinned Loading
-
dreamingbinary.github.io
dreamingbinary.github.io PublicHTML
-
Basic PHP POST Example
Basic PHP POST Example 1
<!DOCTYPE html>
2
<html>
3
<body>
4
<?php
5
-
git-slim.py
git-slim.py 1
#!/usr/bin/python2
#3
# git-slim4
#5
# Remove big files from git repo history. -
fab roles example
fab roles example 1
#!/usr/bin/env python2
3
'''4
This is a high level basic example of roles5
''' -
Delete Slack files older than 30 day...
Delete Slack files older than 30 days. Rewrite of https://gist.github.com/jamescmartinez/909401b19c0f779fc9c1 1
import requests
2
import time
3
import json
4
5
token = ''




