Skip to content

Instantly share code, notes, and snippets.

View Overload119's full-sized avatar
🎯
Focusing

Amir Sharif Overload119

🎯
Focusing
View GitHub Profile
@Overload119
Overload119 / Developer Effiency.md
Last active December 5, 2018 04:16
Developer Effiency

A list of tools I use to make myself more efficient. Feel free to collaborate!

Mac OSX

  1. OSX For Hackers a bunch of optional settings for hackers on Mac OSX to make it work better. I just read through it and cherry pick the settings I like.
  2. FinderPath adds a "address bar" to a Mac finder. Must be invoked by the default hotkey, Cmd + Shift + G while in Finder.
  3. Alfred: A remarkable productivity app. The clipboard is one of my favourite features. Also really quick directory searching. Completely scriptable so you can make it do almost anything.
  4. Quiver: Programmer's Notebook - it makes it really easy to have your own internal docs for a variety of things and it supports inline code, code highlighting, and search.
  5. Quick Look Plugins: Quick look is an awe
@Overload119
Overload119 / sublime-keymap.json
Last active June 15, 2016 20:24
Sublime Text Preference.sublime-settings
[
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+b"], "command": "toggle_bookmark" },
{ "keys": ["super+alt+b"], "command": "next_bookmark" }
]
{
"auto_complete": false,
"auto_complete_commit_on_tab": false,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "<",
@Overload119
Overload119 / gist:4004545
Created November 2, 2012 21:46
How I Hacked My Own Pseudo-Data Plan

#How I hacked my own pseudo-data plan ##An exploration in being frugal by Amir Sharif

###Preface I don't have a data plan.
I do however have a social plan, which is pretty much unlimited Twitter & Facebook.

That's all I ever use on my phone anyway, but every now and then I'd like to quickly search the web for something. Something really quick, like what's the population of China? I can't do that.

Another big annoyance is that all the posts on Facebook and Twitter that link to external websites won't load unless the domains of those images are Facebook or Twitter. This prevents me from viewing the images in my feeds that contain anything from Instagram, Imgur, etc. As you can imagine this makes my feed very dull.

###Being resourceful