repo
string
commit
string
message
string
diff
string
rtucker/rgeoutages
dc856090bdcecfaa89370528e7451f66e15ffc86
linking to github for last-revision information
diff --git a/generate_map.py b/generate_map.py index 77bd656..a6325e0 100755 --- a/generate_map.py +++ b/generate_map.py @@ -1,413 +1,413 @@ #!/usr/bin/python import math import os import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as js...
rtucker/rgeoutages
847ec8ebb903daa9e2eaacbaa971eafef171c352
more CSS adjustments to improve visual display
diff --git a/generate_map.py b/generate_map.py index 3d9cce8..77bd656 100755 --- a/generate_map.py +++ b/generate_map.py @@ -1,413 +1,413 @@ #!/usr/bin/python import math import os import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as js...
rtucker/rgeoutages
fe0e114469fbf686809bb6728ff175f152396984
minor typographical and formatting tweaks
diff --git a/generate_map.py b/generate_map.py index 03f5a70..3d9cce8 100755 --- a/generate_map.py +++ b/generate_map.py @@ -1,413 +1,413 @@ #!/usr/bin/python import math import os import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as js...
rtucker/rgeoutages
506bd7aca563724541cc66b0912992013cca7adc
read the file, not the directory
diff --git a/generate_map.py b/generate_map.py index 6ee97a1..03f5a70 100755 --- a/generate_map.py +++ b/generate_map.py @@ -1,413 +1,413 @@ #!/usr/bin/python import math import os import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as js...
rtucker/rgeoutages
a920749c54a5ea30ce27ac1ed9ad378976488cf0
renaming geocodecache.py to something more useful; also adding version number display
diff --git a/fetch_outages.sh b/fetch_outages.sh index 3f2dc22..53660fb 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,54 +1,54 @@ #!/bin/bash BASEDIR=/var/www/hoopycat.com/html/rgeoutages/ -GENERATOR=$BASEDIR/geocodecache.py +GENERATOR=$BASEDIR/generate_map.py HTMLFILE=$BASEDIR/index.html # Test fo...
rtucker/rgeoutages
9c4e755d9152c32837d8af45bcebdf808e570619
adding a munin chart because i can
diff --git a/fetch_outages.sh b/fetch_outages.sh index aaaa4f1..3f2dc22 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,51 +1,54 @@ #!/bin/bash BASEDIR=/var/www/hoopycat.com/html/rgeoutages/ GENERATOR=$BASEDIR/geocodecache.py HTMLFILE=$BASEDIR/index.html # Test for sanity [ -d "$BASEDIR" ] || (echo...
rtucker/rgeoutages
9e6757629e7133714a252fe4ddadbdc5c8ae0e35
going to need some debugging i think
diff --git a/geocodecache.py b/geocodecache.py index 4117805..ad28058 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,392 +1,398 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
3b397e8b36e88e9bc5656f0bcd84efc49c06618c
more zoom tuning
diff --git a/geocodecache.py b/geocodecache.py index 404de2d..4117805 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,392 +1,392 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
9b3658ae9f3214b48109c66338ef49f9f7d13814
include correct multiplier for miles
diff --git a/geocodecache.py b/geocodecache.py index bcb5421..404de2d 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,392 +1,392 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
9bd3c23cb07e74831f9435bd1a4123d1869825ce
discard outliers when computing map center
diff --git a/geocodecache.py b/geocodecache.py index ec2ab15..bcb5421 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,391 +1,392 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
959f810e277e19ae7707a80733d37ed0b2c25271
zooming in even more...
diff --git a/geocodecache.py b/geocodecache.py index cab4e5a..ec2ab15 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,391 +1,391 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
bbc502cb75a6f6ca2493c7a46cf82c69bdd0359e
zoom in a bit more
diff --git a/geocodecache.py b/geocodecache.py index 0607774..cab4e5a 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,391 +1,391 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
1c79e898bcc2ce98371f2b5adb78e183bb7e2a14
using actual lat/long for the points instead of the viewport
diff --git a/geocodecache.py b/geocodecache.py index 7cfe729..0607774 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,392 +1,391 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
13a4000e40b37fd4275ede281736daefb442b012
tuning the zoom ranges
diff --git a/geocodecache.py b/geocodecache.py index da6f952..7cfe729 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,390 +1,392 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
27c519346f3710dffdb9b18b074558b167c318f5
pass the point data to where i need to use it
diff --git a/geocodecache.py b/geocodecache.py index ca1523d..da6f952 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,387 +1,390 @@ #!/usr/bin/python import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
3606335e2eafa2fe7ad342d1f2d3ad142498f8ac
auto zoom and center the map
diff --git a/geocodecache.py b/geocodecache.py index f886da1..ca1523d 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,319 +1,387 @@ #!/usr/bin/python +import math import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: ...
rtucker/rgeoutages
3d61d5e35abd62b5098a00d89e50573f55995e9c
adding link to github on faq box
diff --git a/geocodecache.py b/geocodecache.py index 1dcc6b0..f886da1 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,319 +1,319 @@ #!/usr/bin/python import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: import s...
rtucker/rgeoutages
76804ce2c961b96a81a0122c286a2a1ea5ffb9e1
adding *.sqlite3 to .gitignore now that the sqlite db lives in the work dir
diff --git a/.gitignore b/.gitignore index 182dbca..0f720b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ index.html outages_* secrets.py *.pyc +*.sqlite3
rtucker/rgeoutages
19876347e3601ee03ce846339aabf1cb7ae2fa00
adding a 10-minute auto-refresh
diff --git a/geocodecache.py b/geocodecache.py index b2b0fc4..1dcc6b0 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,318 +1,319 @@ #!/usr/bin/python import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: import s...
rtucker/rgeoutages
45d45e2ec401206dc7c9e35ac7e0cc757ad43709
copyright and readme files are nice to have
diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..ddf27ef --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,19 @@ +Copyright (c) 2010 Ryan S. Tucker + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal ...
rtucker/rgeoutages
492304d7dd825b23bf413e5edd32e398ba53480a
genericize pathnames
diff --git a/fetch_outages.sh b/fetch_outages.sh index 6705c62..aaaa4f1 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,43 +1,51 @@ #!/bin/bash -GENERATOR=/var/www/hoopycat.com/html/rgeoutages/geocodecache.py -HTMLFILE=/var/www/hoopycat.com/html/rgeoutages/index.html +BASEDIR=/var/www/hoopycat.com/html/rg...
rtucker/rgeoutages
774a4360d87bb56b6a32d761bfea2c7b48b78b1d
add exception handling for bizarre street names
diff --git a/geocodecache.py b/geocodecache.py index fc7b547..c9d2bd0 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,310 +1,318 @@ #!/usr/bin/python import sqlite3 import sys import time import urllib import urllib2 try: import json except: import simplejson as json try: import s...
rtucker/rgeoutages
00ae483377433a10c479b3bfd448d597d903bb86
git: ignore .pyc files
diff --git a/.gitignore b/.gitignore index 2536b81..182dbca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ index.html outages_* secrets.py +*.pyc
rtucker/rgeoutages
1506d008f92bb95fc56b540646350c5fd04b1aeb
whoops, how about we not hard-code the google maps api key
diff --git a/.gitignore b/.gitignore index 4fc0539..2536b81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ index.html outages_* +secrets.py diff --git a/geocodecache.py b/geocodecache.py index 01ebf31..fc7b547 100755 --- a/geocodecache.py +++ b/geocodecache.py @@ -1,301 +1,310 @@ #!/usr/bin/python impor...
rtucker/rgeoutages
8f80e6e27e1e1a2204efb337853cde818cb839fe
split rgeoutages into its own repository
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fc0539 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +index.html +outages_*
rtucker/rgeoutages
cf505076adf6a3083bfd95df803a1760d3f73bde
rgeoutages: eliminate annoying errors by redirecting rm stderr to /dev/null
diff --git a/fetch_outages.sh b/fetch_outages.sh index 6df6bf1..6705c62 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,43 +1,43 @@ #!/bin/bash GENERATOR=/var/www/hoopycat.com/html/rgeoutages/geocodecache.py HTMLFILE=/var/www/hoopycat.com/html/rgeoutages/index.html # Fetch location list TEMPFILE=`te...
rtucker/rgeoutages
e795595e4d271c4703bd798dce2559e01341ca80
oops, typo on the rgeoutages munin support
diff --git a/rgeoutages_munin.sh b/rgeoutages_munin.sh index 6b4ef57..9274bb8 100755 --- a/rgeoutages_munin.sh +++ b/rgeoutages_munin.sh @@ -1,26 +1,26 @@ #!/bin/bash BASEDIR=/var/www/hoopycat.com/html/rgeoutages if [ "$1" = "config" ]; then cat <<EOM graph_title RG&E Power Outage Summary graph_args --bas...
rtucker/rgeoutages
046ba6a962581715636d5ae9e28ceade2eac68a9
some munin magic for rgeoutages
diff --git a/fetch_outages.sh b/fetch_outages.sh index 8e01992..6df6bf1 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,42 +1,43 @@ #!/bin/bash GENERATOR=/var/www/hoopycat.com/html/rgeoutages/geocodecache.py HTMLFILE=/var/www/hoopycat.com/html/rgeoutages/index.html # Fetch location list TEMPFILE=`te...
rtucker/rgeoutages
eebf6a383cfbf59dcfcbdc61965d4ecc31f4a0a4
rgeoutages: rm the tempfile, always
diff --git a/fetch_outages.sh b/fetch_outages.sh index c07c525..8e01992 100755 --- a/fetch_outages.sh +++ b/fetch_outages.sh @@ -1,41 +1,42 @@ #!/bin/bash GENERATOR=/var/www/hoopycat.com/html/rgeoutages/geocodecache.py HTMLFILE=/var/www/hoopycat.com/html/rgeoutages/index.html # Fetch location list TEMPFILE=`te...
rtucker/rgeoutages
b0c85807cbb7310bf3a074f743a915ca62168e16
rgeoutages: a demo file with an actual outage (used for lightningtalk)
diff --git a/demo1.html b/demo1.html new file mode 100644 index 0000000..6e8677e --- /dev/null +++ b/demo1.html @@ -0,0 +1,133 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microso...
rtucker/rgeoutages
be3af0b1e1472b24c217833929ed3880feeb01af
exit quietly if there are no outages -- fixme to actually update the page
diff --git a/fetch_outages.sh b/fetch_outages.sh new file mode 100755 index 0000000..c07c525 --- /dev/null +++ b/fetch_outages.sh @@ -0,0 +1,41 @@ +#!/bin/bash + +GENERATOR=/var/www/hoopycat.com/html/rgeoutages/geocodecache.py +HTMLFILE=/var/www/hoopycat.com/html/rgeoutages/index.html + +# Fetch location list +TEMPFILE...
igal/rcov_tutorial
878d4bca80d9a2902d601d8374fe1163975f5639
Added PDF of presentation.
diff --git a/rcov_tutorial.pdf b/rcov_tutorial.pdf new file mode 100644 index 0000000..26e296c Binary files /dev/null and b/rcov_tutorial.pdf differ
igal/rcov_tutorial
1b86c2e3ae902d39be49cb489b2f4d6b2a59d6ee
Improved mylibrary.rb, added more variants of statements whose path coverage is and isn't shown, and annotated these.
diff --git a/mylibrary/lib/mylibrary.rb b/mylibrary/lib/mylibrary.rb index 9af3045..7b86d8a 100644 --- a/mylibrary/lib/mylibrary.rb +++ b/mylibrary/lib/mylibrary.rb @@ -1,38 +1,52 @@ class MyLibrary def hello return "Greetings!" end def lucky? return true end def get_kitten return :ki...
igal/rcov_tutorial
52ec291c3d427e274cc2a41fe0da7b95724462e5
Wrote code and presentation.
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..a8c1582 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,23 @@ +http://www.opensource.org/licenses/mit-license.php + +The MIT License + +Copyright (c) 2010 Igal Koshevoy + +Permission is hereby granted, free of charge, to any person obtaining a copy +...
mtmiller/dotfiles
5fd234b78a2183f74aa0da2a9de39e3c7043294e
shrc: Define SYSTEMD_LESS
diff --git a/shrc b/shrc index 1412b1e..da77b02 100644 --- a/shrc +++ b/shrc @@ -1,125 +1,126 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
d3c2223609b1fa04e297eeec0b78c318decb73ce
shrc: Define MANLESS depending on man version
diff --git a/shrc b/shrc index c416de6..1412b1e 100644 --- a/shrc +++ b/shrc @@ -1,115 +1,125 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
73f45faacf14af670e34026f622370a28d57db6d
shrc: Add more default less options
diff --git a/shrc b/shrc index 32f1b7b..c416de6 100644 --- a/shrc +++ b/shrc @@ -1,115 +1,115 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
fdaf49bcedd6bb8302161509c764046aae699f79
Set all font preferences to generic Monospace
diff --git a/Xresources b/Xresources index b212e96..68852bd 100644 --- a/Xresources +++ b/Xresources @@ -1,68 +1,68 @@ -emacs.font: Inconsolata-11 +emacs.font: Monospace-10 Rxvt.background: #000000 Rxvt.foreground: #d3d7cf Rxvt.color0: #000000 Rxvt.color1: #cc0000 Rxvt.color2: #4e9a06 Rxvt.color3: #c4a000 Rxvt.c...
mtmiller/dotfiles
03dfd0b764fb7c9d34a09d71c6ac14bca0c91699
fontconfig: Prefer Droid Sans Mono
diff --git a/config/fontconfig/conf.d/60-monospace-prefs.conf b/config/fontconfig/conf.d/60-monospace-prefs.conf new file mode 100644 index 0000000..12968bf --- /dev/null +++ b/config/fontconfig/conf.d/60-monospace-prefs.conf @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig...
mtmiller/dotfiles
676e0a68f6fe54f1460a76a02f16b5666737229f
hgrc: Fix alias describe, add alias ls → manifest
diff --git a/hgrc b/hgrc index d2cb661..ed473a5 100644 --- a/hgrc +++ b/hgrc @@ -1,35 +1,36 @@ [alias] -describe = log --rev . --template '{latesttag}-{latesttagdistance}-{node|short}\n' +describe = log --limit 1 --template '{latesttag}+{latesttagdistance}-{node|short}\n' gc = strip --hidden --rev 'extinct()' grepdi...
mtmiller/dotfiles
e148ef432da4caf336d45ec8482c220843ab9b15
gemrc: New dotfile
diff --git a/gemrc b/gemrc new file mode 100644 index 0000000..55ac69d --- /dev/null +++ b/gemrc @@ -0,0 +1 @@ +install: --bindir ~/bin --user-install
mtmiller/dotfiles
a3d61ed4c100c0739962f2f3622b7e0b399d908d
shrc: Delete Python and Ruby library path config
diff --git a/shrc b/shrc index 233fc95..32f1b7b 100644 --- a/shrc +++ b/shrc @@ -1,150 +1,115 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
9dc26598e7e87d6483aa17574d6c9b234034310f
Promote iceweasel/firefox to default browser
diff --git a/gitconfig b/gitconfig index f1bf0f2..06e487a 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,6 @@ [color] ui = auto [core] excludesfile = ~/.config/git/ignore [web] - browser = chromium + browser = firefox diff --git a/shrc b/shrc index 0daa95f..233fc95 100644 --- a/shrc +++ b/shrc @@ -1,150 +1,15...
mtmiller/dotfiles
4c4aeb5cc25ea59712adae424ba48504aa841823
Fix grep match color on 256-color terms
diff --git a/bashrc b/bashrc index 352ae67..3fd26db 100644 --- a/bashrc +++ b/bashrc @@ -1,174 +1,174 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # Load common shell initializations if [ -r ~/.shrc ]; then ...
mtmiller/dotfiles
4d03f908134a4e98147448d3e4b8140dc328392b
Configure grep --color for 256-color terminals
diff --git a/bashrc b/bashrc index 0664eba..352ae67 100644 --- a/bashrc +++ b/bashrc @@ -1,157 +1,174 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # Load common shell initializations if [ -r ~/.shrc ]; then ...
mtmiller/dotfiles
b7ae2e83bbb5c82e7be37eb0f3cec2657158e0e3
Configure ls --color for 256-color terminals
diff --git a/Makefile.am b/Makefile.am index 958ddc7..8f700a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,108 +1,109 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/bazaar.conf \ bazaar/ignore \ byobu/.tmux.conf \ caff/gnup...
mtmiller/dotfiles
2e9a61a116a7f053c2ec6b414edb3571a916192f
Set correct background and colors for vim in tmux
diff --git a/vim/vimrc_normal.vim b/vim/vimrc_normal.vim index 94cf00c..380b2e0 100644 --- a/vim/vimrc_normal.vim +++ b/vim/vimrc_normal.vim @@ -1,179 +1,184 @@ " vimrc_normal.vim: executed by Vim from ~/.vimrc during initialization. " " Maintainer: Mike Miller " Original Author: Bram Moolenaar <Bram@vim.org> " L...
mtmiller/dotfiles
28d1a88f3a88d7c882bdecdb6fe01337e1f69eea
dircolors: Update from GNU coreutils
diff --git a/dircolors b/dircolors index 0770b1a..742b6cf 100644 --- a/dircolors +++ b/dircolors @@ -1,209 +1,227 @@ # Configuration file for dircolors, a utility to help you set the # LS_COLORS environment variable used by GNU ls with the --color option. -# Copyright (C) 1996, 1999-2010 Free Software Foundation, I...
mtmiller/dotfiles
5f5424fd08cfa4880af89385f58f26acaa3ca259
shrc: Upgrade terminals with TERM=xterm -> xterm-256color
diff --git a/shrc b/shrc index 98ef9f0..0daa95f 100644 --- a/shrc +++ b/shrc @@ -1,141 +1,150 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
d8e34018a6e2deff959ebb7d49abd422b6ca4e3f
byobu: Adapt tmux configuration for byobu
diff --git a/Makefile.am b/Makefile.am index 2b93813..958ddc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,107 +1,108 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/bazaar.conf \ bazaar/ignore \ + byobu/.tmux.conf \ caff/gnup...
mtmiller/dotfiles
f0b1497e9d6b1e914b6c35f964e879a88c82ecca
tmux: Add terminal overrides, go back to 24-hour clock
diff --git a/tmux.conf b/tmux.conf index 2e25c9e..8d37eee 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,14 +1,16 @@ set-window-option -g aggressive-resize on set-window-option -g mode-mouse on set-window-option -g monitor-activity on set-window-option -g xterm-keys on set-option -g history-limit 10000 set-opti...
mtmiller/dotfiles
d9bf5151cd992c0a5deb2eb611a0c00369b2ada4
shrc: Apply terminal control mode preferences
diff --git a/shrc b/shrc index cb47cb2..98ef9f0 100644 --- a/shrc +++ b/shrc @@ -1,130 +1,141 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
74174143e5b05ef065de3cb2a0da508f15dcdc78
hgrc: add more aliases, extensions, and default options
diff --git a/hgrc b/hgrc index d331bef..d2cb661 100644 --- a/hgrc +++ b/hgrc @@ -1,23 +1,35 @@ [alias] -describe = log -r . --template '{latesttag}-{latesttagdistance}-{node|short}\n' +describe = log --rev . --template '{latesttag}-{latesttagdistance}-{node|short}\n' +gc = strip --hidden --rev 'extinct()' +grepdir = !...
mtmiller/dotfiles
e9bef10e9e4dfc57f3b4cf023535f2a7c1a03eee
Add bzr, git, and hg configurations
diff --git a/Makefile.am b/Makefile.am index e867223..2b93813 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,104 +1,107 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ + bazaar/bazaar.conf \ bazaar/ignore \ caff/gnupghome/gpg.conf \ co...
mtmiller/dotfiles
03c1f0ae89a13610ca1415e44f74f3e3b6153274
Add gdb configuration
diff --git a/Makefile.am b/Makefile.am index a56f783..e867223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,103 +1,104 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ caff/gnupghome/gpg.conf \ colordiffrc \ cshrc \ ...
mtmiller/dotfiles
cf16b684a97dc55449204ac3fd7bd17125ea1d7d
Add Debian devscripts configuration
diff --git a/Makefile.am b/Makefile.am index 68719da..a56f783 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,102 +1,103 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ caff/gnupghome/gpg.conf \ colordiffrc \ cshrc \ ...
mtmiller/dotfiles
b909a5af743387f8202d9b134165a5644389782a
Add sensible GnuPG configuration for caff
diff --git a/Makefile.am b/Makefile.am index 7f0fb88..68719da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,101 +1,102 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ + caff/gnupghome/gpg.conf \ colordiffrc \ cshrc \ ...
mtmiller/dotfiles
5cb277d360f413b930c2377b905b07e5cc180fa0
Add git-buildpackage configuration
diff --git a/Makefile.am b/Makefile.am index f12ee92..7f0fb88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,100 +1,101 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dir...
mtmiller/dotfiles
59175b71860e4752953005faa995834ff8a8ab63
Add mk-sbuild configuration
diff --git a/Makefile.am b/Makefile.am index 8c06b0d..f12ee92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,99 +1,100 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dirc...
mtmiller/dotfiles
7576c1c4499696c1e1754f8b473fe169914126b5
Add sbuild configuration
diff --git a/Makefile.am b/Makefile.am index 7aeb9e9..8c06b0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,98 +1,99 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dirco...
mtmiller/dotfiles
94c9ed76838e5718db792f8e0c3a27436f1898d7
Add initial tmux configuration
diff --git a/Makefile.am b/Makefile.am index 4fc27a6..7aeb9e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,97 +1,98 @@ NULL = homedir = $(prefix) dotfiles = \ Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dirco...
mtmiller/dotfiles
de6fde5e3c4562d24467d073b197bdb898eaa1d3
Add colors and fonts for X clients
diff --git a/Makefile.am b/Makefile.am index af57b13..4fc27a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,96 +1,97 @@ NULL = homedir = $(prefix) dotfiles = \ + Xresources \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dirco...
mtmiller/dotfiles
1ff3885fce6689376ed828a78d666957fdf3d91f
octave: make backwards compatible with Octave 3.2
diff --git a/octaverc b/octaverc index 4ff781f..0bc78cb 100644 --- a/octaverc +++ b/octaverc @@ -1,61 +1,65 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
f29917490a9ba3137d2785cc27d6e9a85fcfb90c
octave: select the best available plotting toolkit
diff --git a/octaverc b/octaverc index bea1738..4ff781f 100644 --- a/octaverc +++ b/octaverc @@ -1,55 +1,61 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
2fcb5b8fbd3d835b12ba0a45edb407c931bfcf30
Set default editor font to Inconsolata 11
diff --git a/emacs b/emacs index 44b78ea..a3f83d6 100644 --- a/emacs +++ b/emacs @@ -1,14 +1,16 @@ ;; ~/.emacs (when (fboundp 'blink-cursor-mode) (blink-cursor-mode 0)) (dolist (fn '(global-font-lock-mode show-paren-mode transient-mark-mode)) (when (fboundp fn) (funcall fn t))) (custom-set-variables ...
mtmiller/dotfiles
8bcdb3887a2ea0b580832445f8f976f8b42d230c
ipython: don't pollute the default namespace with pylab
diff --git a/ipython/profile_default/ipython_config.py b/ipython/profile_default/ipython_config.py index 081f41d..4a34f94 100644 --- a/ipython/profile_default/ipython_config.py +++ b/ipython/profile_default/ipython_config.py @@ -1,45 +1,46 @@ # Configuration file for ipython version >= 0.11. import IPython import ...
mtmiller/dotfiles
1ec362439435db747f2f2f95c271416ce80586b5
octave: set PS1 for rxvt like xterm, and set default value
diff --git a/octaverc b/octaverc index 50c76cf..bea1738 100644 --- a/octaverc +++ b/octaverc @@ -1,53 +1,55 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
ce4bf9063bb3f31b54df55dfcf8a26fbae451b69
octave: use "octave" in PS1, add color
diff --git a/octaverc b/octaverc index d5c454b..50c76cf 100644 --- a/octaverc +++ b/octaverc @@ -1,53 +1,53 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
c3bb01d00cf2a42c8ce7ff12e999b4325f0cce39
inputrc: add rxvt-compatible key bindings
diff --git a/inputrc b/inputrc index 2773afa..9ed85d7 100644 --- a/inputrc +++ b/inputrc @@ -1,65 +1,73 @@ # ~/.inputrc - user configuration for readline # No terminal bell on completion set bell-style none # Be 8 bit clean set input-meta on set output-meta on set convert-meta off set byte-oriented off #...
mtmiller/dotfiles
a8dbcd4484767987fc722659bcbbf3e079abbbd0
inputrc: add some readline default bindings
diff --git a/inputrc b/inputrc index 83f6c29..2773afa 100644 --- a/inputrc +++ b/inputrc @@ -1,61 +1,65 @@ # ~/.inputrc - user configuration for readline # No terminal bell on completion set bell-style none # Be 8 bit clean set input-meta on set output-meta on set convert-meta off set byte-oriented off #...
mtmiller/dotfiles
855bf144e3e7558b7145e4f03a1d861eb9b5473d
octave: check for existence of history file
diff --git a/octaverc b/octaverc index d23b05f..d5c454b 100644 --- a/octaverc +++ b/octaverc @@ -1,51 +1,53 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
bd688e205df4e2abded3d3995e7f73ce6a330bdd
octave: set plotting preferences only if $DISPLAY is set
diff --git a/octaverc b/octaverc index 08b7f70..d23b05f 100644 --- a/octaverc +++ b/octaverc @@ -1,46 +1,51 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
d4780927c19229e0bd373b5976647bc8bb93fe92
octave: be backwards compatible with older versions
diff --git a/octaverc b/octaverc index bd3a8d4..08b7f70 100644 --- a/octaverc +++ b/octaverc @@ -1,40 +1,46 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
656ce63f2269f886a0806e34381e6065bd4aaee0
ipython: clean up quotes to be consistent
diff --git a/ipython/ipy_user_conf.py b/ipython/ipy_user_conf.py index 3cd92a1..6a54c0f 100644 --- a/ipython/ipy_user_conf.py +++ b/ipython/ipy_user_conf.py @@ -1,65 +1,65 @@ # Configuration file for ipython version < 0.11. import IPython import IPython.ipapi import ipy_defaults import os import sys def un...
mtmiller/dotfiles
ba708170d8399514cd7d0b4c4ed59bd061238fd8
ipython: set terminal title
diff --git a/ipython/ipy_user_conf.py b/ipython/ipy_user_conf.py index 7fcaaa8..3cd92a1 100644 --- a/ipython/ipy_user_conf.py +++ b/ipython/ipy_user_conf.py @@ -1,47 +1,65 @@ # Configuration file for ipython version < 0.11. +import IPython import IPython.ipapi import ipy_defaults import os import sys def un...
mtmiller/dotfiles
1dce671ac3d829780426ebf12baa22cac01bfa25
ipython: make ipython with python 2.x behave more like 3.x
diff --git a/ipython/ipy_user_conf.py b/ipython/ipy_user_conf.py index df823fe..7fcaaa8 100644 --- a/ipython/ipy_user_conf.py +++ b/ipython/ipy_user_conf.py @@ -1,33 +1,47 @@ # Configuration file for ipython version < 0.11. import IPython.ipapi import ipy_defaults import os import sys def unalias(shell, *ar...
mtmiller/dotfiles
dba8e3232b74e8c96f2f9eb190462260a1d6affc
ipython: add docstrings and pep8 cleanup
diff --git a/ipython/ipy_user_conf.py b/ipython/ipy_user_conf.py index 7b982f1..df823fe 100644 --- a/ipython/ipy_user_conf.py +++ b/ipython/ipy_user_conf.py @@ -1,28 +1,33 @@ # Configuration file for ipython version < 0.11. import IPython.ipapi import ipy_defaults import os import sys + def unalias(shell, *ar...
mtmiller/dotfiles
6e8c57b7448e5111c1216986325a21bedf5a5b1f
octave: load history after setting file name
diff --git a/octaverc b/octaverc index 17e4a88..bd3a8d4 100644 --- a/octaverc +++ b/octaverc @@ -1,39 +1,40 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
efa434839c01fb05b173b6332bea8f0784b198fe
octave: set readline key bindings and history preferences
diff --git a/octaverc b/octaverc index d0289a2..17e4a88 100644 --- a/octaverc +++ b/octaverc @@ -1,30 +1,39 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
2651560e836fa7c5969426014a0a35c627e8f4c8
octave: use FLTK by default
diff --git a/octaverc b/octaverc index f5aea4b..d0289a2 100644 --- a/octaverc +++ b/octaverc @@ -1,27 +1,30 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
f395f218753ee6cc2ef92dcf4085117bb2ffba06
octave: don't add ~/octave to the runtime path
diff --git a/octaverc b/octaverc index 646caca..f5aea4b 100644 --- a/octaverc +++ b/octaverc @@ -1,30 +1,27 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if (exist ("isguirunning") && isguirunning ())...
mtmiller/dotfiles
d3fcb9aba6a6adc4dea48cc5fe1d570d64384e6a
vcs: add quilt metafiles to ignore lists
diff --git a/bazaar/ignore b/bazaar/ignore index 03c6a5c..895cac0 100644 --- a/bazaar/ignore +++ b/bazaar/ignore @@ -1,8 +1,10 @@ *.[ao] *.l[ao] *.py[co] *.so *.sw[nop] *~ .#* +.pc +.timestamp [#]*# diff --git a/cvsignore b/cvsignore index 03c6a5c..895cac0 100644 --- a/cvsignore +++ b/cvsignore @@ -1,8 +1,10 @@...
mtmiller/dotfiles
68428528abb68e1e2ecaef5235137ca72d95ae73
shrc: make chromium default browser
diff --git a/shrc b/shrc index d5643bf..cb47cb2 100644 --- a/shrc +++ b/shrc @@ -1,130 +1,130 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
0d67198f9eac76b4a7f911ffb31f81018cbdec9a
octaverc: set PS1 for gui and terminal mode
diff --git a/octaverc b/octaverc index 4ef04f3..646caca 100644 --- a/octaverc +++ b/octaverc @@ -1,28 +1,30 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; -if regexp (getenv ("TERM"), "^xterm") - PS1 (...
mtmiller/dotfiles
24a37750e7e9845826cca32275ca38c3e74189a1
octaverc: clear temporary variable
diff --git a/octaverc b/octaverc index 97acfda..4ef04f3 100644 --- a/octaverc +++ b/octaverc @@ -1,27 +1,28 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if regexp (getenv ("TERM"), "^xterm") PS1 (...
mtmiller/dotfiles
31bc33a2ef66f8e8010769e08096dc76cbf58aa6
Configure gnuplot terminal for Octave
diff --git a/octaverc b/octaverc index 374cbf5..97acfda 100644 --- a/octaverc +++ b/octaverc @@ -1,19 +1,27 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; if regexp (getenv ("TERM"), "^xterm") PS1 (...
mtmiller/dotfiles
a2d6064e6542bb277d5e47b55d22afd9a733db31
Revert "Configure Perl locale in environment"
diff --git a/shrc b/shrc index 62df360..d5643bf 100644 --- a/shrc +++ b/shrc @@ -1,135 +1,130 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
3a66b6bd88cc97ba74ffeea7e63e89bbb239984c
Add standard admin directories to PATH
diff --git a/shrc b/shrc index 3e5f80a..62df360 100644 --- a/shrc +++ b/shrc @@ -1,129 +1,135 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
5c8eda1562d5e785a66f07dd4a8982ffeb1d21f7
Don't overwrite less options if already set
diff --git a/shrc b/shrc index f3d747d..3e5f80a 100644 --- a/shrc +++ b/shrc @@ -1,129 +1,129 @@ # ~/.shrc -*- mode: sh -*- vi:set ft=sh: # Shell environment configuration for POSIX-compliant command interpreters. # This file is intended to be executed from within ~/.profile or another # shell initialization file (...
mtmiller/dotfiles
a68622490d507b0a6702d812bf26e20fd4042f9a
Configure Vim NERDTree with a useful default ignore list
diff --git a/vim/vimrc_normal.vim b/vim/vimrc_normal.vim index e710fdf..5c62c63 100644 --- a/vim/vimrc_normal.vim +++ b/vim/vimrc_normal.vim @@ -1,176 +1,179 @@ " vimrc_normal.vim: executed by Vim from ~/.vimrc during initialization. " " Maintainer: Mike Miller " Original Author: Bram Moolenaar <Bram@vim.org> " L...
mtmiller/dotfiles
bbcb60cd4ef1b2aaaf4d148f7ff30e920dd03618
Configure Vim to use cscope automatically
diff --git a/vim/vimrc_normal.vim b/vim/vimrc_normal.vim index 92a4fc3..e710fdf 100644 --- a/vim/vimrc_normal.vim +++ b/vim/vimrc_normal.vim @@ -1,162 +1,176 @@ " vimrc_normal.vim: executed by Vim from ~/.vimrc during initialization. " " Maintainer: Mike Miller " Original Author: Bram Moolenaar <Bram@vim.org> " L...
mtmiller/dotfiles
9a6b49ab8a791f4995914ec85794e6540c2a643a
Disable 'joinspaces' in Vim by default
diff --git a/vim/vimrc_normal.vim b/vim/vimrc_normal.vim index 06b605a..92a4fc3 100644 --- a/vim/vimrc_normal.vim +++ b/vim/vimrc_normal.vim @@ -1,161 +1,162 @@ " vimrc_normal.vim: executed by Vim from ~/.vimrc during initialization. " " Maintainer: Mike Miller " Original Author: Bram Moolenaar <Bram@vim.org> " L...
mtmiller/dotfiles
a5daf679fb7dfe2d876641c8695f149cb29f20b3
Use Vim help for keyword lookup for vim syntax
diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim index 15f64c7..06bf1f9 100644 --- a/vim/after/ftplugin/vim.vim +++ b/vim/after/ftplugin/vim.vim @@ -1,4 +1,8 @@ " Vim filetype plugin " Language: Vim call SetBufferIndentationPreferences(2, "spaces") + +" Use Vim internal help for keyword lookup ...
mtmiller/dotfiles
b9f77890623286da7e17e1a03900aad7e00e605b
Clean up "make compare" to only show diff output
diff --git a/Makefile.am b/Makefile.am index 2534949..af57b13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,95 +1,96 @@ NULL = homedir = $(prefix) dotfiles = \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dircolors \ emacs ...
mtmiller/dotfiles
a44a36008feb88775c85ef7801f65ec9921e2064
Add make target to display dotfiles differences
diff --git a/Makefile.am b/Makefile.am index 1e17d07..2534949 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,82 +1,95 @@ NULL = homedir = $(prefix) dotfiles = \ bash_completion \ bash_logout \ bash_profile \ bashrc \ bazaar/ignore \ colordiffrc \ cshrc \ cvsignore \ cvsrc \ dircolors \ emacs ...
mtmiller/dotfiles
8a4d2a6bdbde02faf96dc306e68f367dd6347082
Set default .m filetype in vim to be octave
diff --git a/vim/vimrc_normal.vim b/vim/vimrc_normal.vim index 910052c..06b605a 100644 --- a/vim/vimrc_normal.vim +++ b/vim/vimrc_normal.vim @@ -1,160 +1,161 @@ " vimrc_normal.vim: executed by Vim from ~/.vimrc during initialization. " " Maintainer: Mike Miller " Original Author: Bram Moolenaar <Bram@vim.org> " L...
mtmiller/dotfiles
22cd715479d18e6036ead2d906c040f6f4ef75c8
Add autotools support for installing dotfiles
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcb6a17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.* +configure +install-sh +missing diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1e17d07 --- /dev/null ++...
mtmiller/dotfiles
d2c9193f84fbe94782403525a33268b63674524c
Clean up octaverc style, detect gvim in PATH
diff --git a/octaverc b/octaverc index d40969f..374cbf5 100644 --- a/octaverc +++ b/octaverc @@ -1,19 +1,19 @@ # ~/.octaverc: Octave per-user initialization file. # If Octave is running in a known terminal emulator set the title. term_title = ["GNU Octave " version]; -if regexp(getenv("TERM"), "^xterm") - PS1(["\...
mtmiller/dotfiles
0a2a817d2671ff6797a08fef2dc70cab76f5f612
Add strict default lintian configuration
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a6069d6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "vim/bundle/nerdtree"] + path = vim/bundle/nerdtree + url = ../../scrooloose/nerdtree.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = ../../t...
monde/mms2r
4b4419580a1eccb55cc1862795d926852d4554bd
md formatting
diff --git a/README.md b/README.md index 9979230..6c6f37e 100644 --- a/README.md +++ b/README.md @@ -1,227 +1,227 @@ # mms2r https://github.com/monde/mms2r ## DESCRIPTION MMS2R by Mike Mondragon * https://github.com/monde/mms2r * https://rubygems.org/gems/mms2r * http://peepcode.com/products/mms2r-pdf ...