Name: Shadab Zafar
email: [email protected]
Cryptography
Name: Shadab Zafar
email: [email protected]
Cryptography
#NoTrayIcon | |
#SingleInstance, Force | |
SetTitleMatchMode, 2 | |
PID := WinExist("Mozilla Firefox (Private Browsing)") | |
Hidden := 0 | |
#h:: | |
If (Hidden) |
Welcome to cmder! customized by dufferzafar | |
D:\Github\IdeaBin (sql) | |
λ git bisect start | |
D:\Github\IdeaBin (sql) | |
λ gl | |
7e74633 2014-11-07 5 days ago Added frontend SQL queries (HEAD, origin/sql, sql) | |
a575c5c 2014-11-07 5 days ago comments SQL queries updated | |
d34b316 2014-11-07 5 days ago users SQL queries updated |
]:: | |
SendInput, {Right} ; Start moving to next image | |
Sleep, 1000 ; Wait for the current image to save | |
SendInput, ^. ; Rotate image to the right | |
Return |
(11:59:58 PM) dZ: accha ideabin ke liye ek sharing service bana rha hun | |
(12:00:17 AM) dZ: ideas ko tweet karega, aur unki summary email karega | |
(12:09:37 AM) dZ: gists mein alread har feature toh hai hi | |
(12:09:51 AM) dZ: stars, comments, etc. | |
(12:10:01 AM) dZ: toh bas ab ek script bana rha hun | |
(12:10:12 AM) dZ: jo bando ki gists fetch karegi aur | |
(12:10:18 AM) dZ: unmein se ideas wali nikalegi | |
(12:10:33 AM) dZ: (the ones which have #ideabin in the description) | |
(12:10:57 AM) kwikadi: only gists? | |
(12:11:08 AM) dZ: hm |
Create a hotkey to sort the Github file list.
There is a userscript that does the same thing but it doesn't have hotkey support. I tried understanding the code but just couldn't wrap my head around it.
Hotkey could be added using the jQuery Hotkeys plugin.
Similar to cheater which is written in Perl and Mockaroo which is web based.
Generating random data is not a problem as the faker package is quite nice.
The main task would be to correctly implement the 'SQL-Like little language' from cheater.
Rather than just supporting regexes, we could support all faker data types, like {first_name}
for random first names etc. Mocakroo does this.
The script can run on a server (as a nightly cron
job)
At every 9 PM it fetches the list of my commits for that day and shoots me an email/(sms?)/tweet/(google now reminder?) if i haven't committed any code.
Would be great in occassions when you accidentally end up breaking your streaks.
Could use Sendgrid for email services.