Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| sudo /etc/init.d/postgresql stop | |
| # PostGIS 1.5.2 and its dependencies were installed already, so I | |
| # removed them | |
| sudo aptitude remove postgis postgresql-9.1-postgis \ | |
| libgdal1-dev libgdal1-1.7.0 gdal-bin python-gdal \ | |
| libspatialite2 libspatialite3 libgeos-dev libgeos-c1 | |
| # install any missing prerequisites | |
| sudo aptitude install build-essential checkinstall postgresql \ |
| "\e[1;5D": backward-word | |
| "\e[1;5C": forward-word |
| // string.c in ruby-1.9.3-p125 src | |
| 7896 rb_define_method(rb_cSymbol, "==", sym_equal, 1); | |
| 7897 rb_define_method(rb_cSymbol, "===", sym_equal, 1); | |
| 7395 static VALUE | |
| 7396 sym_equal(VALUE sym1, VALUE sym2) | |
| 7397 { | |
| 7398 if (sym1 == sym2) return Qtrue; | |
| 7399 return Qfalse; |
| [diff] | |
| tool = diffmerge | |
| [difftool "diffmerge"] | |
| cmd = diffmerge \"$LOCAL\" \"$REMOTE\" | |
| [merge] | |
| tool = diffmerge | |
| [mergetool "diffmerge"] | |
| cmd = "diffmerge --merge --result=\"$MERGED\" \"$LOCAL\" \"$(if test -f \"$BASE\"; then echo \"$BASE\"; else echo \"$LOCAL\"; fi)\" \"$REMOTE\"" | |
| trustExitCode = true |
| --colour | |
| -I app |