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
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
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
| <!-- by @bensge --> | |
| <!DOCTYPE html> | |
| <html lang="en" class="cydia depiction"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0"> | |
| <link rel="stylesheet" href="//cdn.hbang.ws/css/ios7.css"> | |
| </head> | |
| <body> |
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
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>Cydia package control file Generator</title> | |
| <style type="text/css"> | |
| * { | |
| font-family: sans-serif; | |
| } | |
| input { | |
| border-radius: 6px; |
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
| #!/usr/bin/perl -w | |
| # | |
| # This program puts humpty-dumpty back together again. | |
| # | |
| # dpkg-repack is Copyright (c) 1996-2006 by Joey Hess <joeyh@debian.org> | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation. | |
| # |
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
| Oauth2 Scope: | |
| https://www.googleapis.com/auth/googlevoice | |
| https://www.googleapis.com/auth/contacts | |
| https://www.googleapis.com/auth/userinfo.email | |
| https://www.googleapis.com/auth/userinfo.profile | |
| https://www.googleapis.com/auth/googletalk | |
| ++++ Folder/Label counts | |
| POST /rpc?prettyprint=false HTTP/1.1 | |
| Host: www.googleapis.com |