This file contains 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
My friend just created a wrapper for vim and I think you'll love it. v is a bash | |
script/vim wrapper that uses viminfo to list files previously edited in vim. In | |
addition, you can easily open the last edited file or a particular file from the | |
list witha few strokes. | |
================================================= | |
https://github.com/rupa/v | |
================================================= |
This file contains 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/env perl | |
use strict; | |
use Irssi; | |
use warnings; | |
use vars qw($VERSION %IRSSI); | |
$VERSION = '1.00'; | |
%IRSSI = ( | |
authors => 'Jared Tyler Miller', |
This file contains 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
# Two escapes clear command line. | |
"\e\e": "\C-a\C-k" | |
# Tab to menu complete | |
"\t": menu-complete | |
# Incremental searching with Up and Down and Left and Right | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
"\e\e[C": forward-word |
This file contains 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
; Reverse Scrolling Script | |
#MaxHotkeysPerInterval 200 | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
WheelUp:: | |
Send {WheelDown} | |
Return |
This file contains 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
-/macro fio-dec system, june 1963 | |
007652 640500 szm=sza sma-szf | |
007652 650500 spq=szm i | |
007652 761200 clc=cma+cla-opr | |
- define senseswitch A | |
- repeat 3, A=A+A | |
- szs A | |
- term | |
- define init A,B | |
- law B |
This file contains 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
movies | |
television | |
/Volumes/megafauna/hollywood//.TemporaryItems/folders.501: | |
/Volumes/megafauna/hollywood//movies: | |
3 Idiots.srt | |
Airplane.mp4 | |
Alice 1.mkv | |
Alice 2.mkv |
This file contains 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 | |
# | |
# Removes the Bing logo from Satellite Eyes wallpapers | |
# | |
# Delete the Bing logo image | |
rm -f /Applications/Satellite\ Eyes.app/Contents/Resources/bing-logo.png | |
# Clear the map cache | |
rm -f ~/Library/Application\ Support/Satellite\ Eyes/map-*.png |
This file contains 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
I'll keep the links below updated. |
This file contains 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
program = [[ >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[- | |
]>++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+ | |
++.------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.]] | |
p, counter, marker = 0, 1, 1 | |
cells = {} | |
for i = 1, 30000 do | |
cells[i] = 0 | |
end |
This file contains 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
...#.....................┌─────┐PICK UP Wgt 565/187 Vol 92/2 | |
.........................│.....│a + human corpse of Maria Walker | |
.........................│.....│b + cheap lighter (100) | |
.........................│──+..│c + 00 shot (25) | |
.........................│.....│d + codeine (10) | |
.........*......#........│.....│e + Adderall (10) | |
.........................└─────┘f + Prozac (15) | |
.........................HEAD: g + tramadol (10) | |
......*.................. *** h + M79 launcher | |
.........................TORSO: i + mininuke |
OlderNewer