◐ Shell
clean mode source ↗

dreamingbinary - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@dreamingbinary

dreamingbinary

Follow

View dreamingbinary's full-sized avatar

💭

I love to build

Charles Le dreamingbinary

💭

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)

Sponsoring

@klaudiosinani

Block or report dreamingbinary

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

dreamingbinary/README.md

Hi there 👋

visitors

Pinned Loading

  1. docker-play docker-play Public

    Playing with Docker!

    PHP

  2. dreamingbinary.github.io dreamingbinary.github.io Public

    HTML

  3. Basic PHP POST Example Basic PHP POST Example

    1

    <!DOCTYPE html>

    2

    <html>

    3

    <body>

    4

    <?php

    5

    
                  
  4. git-slim.py git-slim.py

    1

    #!/usr/bin/python

    2

    #

    3

    # git-slim

    4

    #

    5

    # Remove big files from git repo history.
  5. fab roles example fab roles example

    1

    #!/usr/bin/env python

    2

    
                  

    3

    '''

    4

    This is a high level basic example of roles

    5

    '''
  6. 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 = ''