This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Verifying that "antong.id" is my Blockstack ID. https://onename.com/antong | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://www.zenbership.com/Resources/Demo | |
| http://www.capterra.com/membership-management-software/spotlight/44378/Tendenci/Tendenci | |
| https://www.admidio.org/ | |
| http://blog.capterra.com/which-price-is-right-for-your-membership-management-software-solution/ | |
| recdesk.com | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Git Push - https://blog.pythonanywhere.com/87/ | |
| Getting Started Tutorial - http://blog.pythonanywhere.com/121/ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | RL Links - https://github.com/aikorea/awesome-rl | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://github.com/kidaa/aur/blob/974ca1e3f0c741a0df2ad29c5d7ee3dc8e32d92c/picasa_upload/picasa_upload | |
| https://github.com/hazelnusse/picasaAPI/tree/36b06cbfa15ff905fdb0e99299128dfd2028b339 | |
| https://github.com/ivh/piscripts/blob/66c405b2b2016095703fe10d1c81ae82727edf25/googleUpload.py | |
| https://github.com/JamesSeo/raspberryCCTV/blob/9eefd22e2ae61935c40df32aa8372cb0352f6aab/upload-photo.py | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | * Clipboard Manager OSX: https://fiplab.com/apps/copyclip-for-mac (Ditto for Windows) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import pprint | |
| with open('fruits') as f: | |
| d = dict([x.rstrip(),1] for x in f) | |
| fruit = raw_input('Enter fruit: ').title() | |
| if fruit in d: | |
| print('Got it!') | |
| else: | |
| print('No luck!') | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Abiu | |
| Acai | |
| Acerola | |
| Ackee | |
| Agave | |
| Aizen | |
| Alligator | |
| Amazon | |
| Ambarella | |
| Apple | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Remove space used: | |
| docker ps -a | |
| docker rm < <IMAGE_NAME> | |
| docker volume ls | |
| docker volume rm <VOLUME_NAME> | |
| sudo service docker stop | |
| sudo rm -rf /var/lib/docker | |
| sudo service docker start | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| for f in *.top; do | |
| f_notop=${f/.top/} | |
| IFS='-' read -r -a array <<< "$f_notop" | |
| date=${array[1]} | |
| hour=${array[2]} | |
| first=0 | |
| while read p; do | |
| IFS=' ' read -r -a tokens <<< "$p" | 
NewerOlder