diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-09-12 22:21:53 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-09-12 22:21:53 -0400 |
commit | 7111abb6d4771310ed23b62d0bed7cfd8b0560e8 (patch) | |
tree | 5e9a225ef9126e0852f10102a5d28adf7f0fd35e | |
parent | 2d5315b5ebd8d1f7b40469c333575955ceb07348 (diff) | |
download | openwrt-repro-7111abb6d4771310ed23b62d0bed7cfd8b0560e8.tar.gz openwrt-repro-7111abb6d4771310ed23b62d0bed7cfd8b0560e8.zip |
tweaks, removed todo from control
-rw-r--r-- | .pinerc | 2 | ||||
-rw-r--r-- | .profile | 2 | ||||
-rw-r--r-- | .vimrc | 4 | ||||
-rw-r--r-- | todo | 65 |
4 files changed, 6 insertions, 67 deletions
@@ -81,7 +81,7 @@ initial-keystroke-list= default-composer-hdrs= # Add these customized headers (and possible default values) when composing -customized-hdrs= +customized-hdrs=Reply-To # When viewing messages, include this list of headers viewer-hdrs= @@ -32,4 +32,4 @@ esac alias ls="ls -G" alias xterm_="xterm -rv +sb -ls" -alias scipy = "ipython -pylab" +#alias scipy = "ipython -pylab" @@ -20,3 +20,7 @@ autocmd BufRead *.py set smartindent cinwords=if,elif,else,for,while,try,except, " for Project Fortress au BufNewFile,BufRead *.fsi,*.fss set ft=fortress + +" for previewing reStructured text (.rst) in firefox +:command Rst :!rst2html.py % > /tmp/rstprev.html && firefox file:///tmp/rstprev.html +:nnoremap <C-p><C-r> :Rst<CR> @@ -1,65 +0,0 @@ -http://dsc.discovery.com/videos/prototype-this-couch-mobile-ride.html -http://dsc.discovery.com/videos/prototype-this-six-legged-atv.html -http://dsc.discovery.com/videos/prototype-this-traffic-busting-truck.html - - -projections: - color photo finder - fix natural unit number finder - real time photo of visitor -> database photo? style? - -solid state density? -email sahughes - -SICP readings for 6.945: get from okie? - -i no longer hear the music (the kinks?) - -notes from 4.602 on 2/9/9: -development of urban grids from roman garrison towns (paris, britain) ------------------- -only show appropriate entries/artifacts on journal (eg authentication) - -hole up somewhere plan: -$$$ flights to morocco, iceland, paris, zurick, sf, seattle, etc? -christine, seo, lily, mike, - -install docutils - -look up ref 11: -Foundations of Applied Superconductivity (1991, Orlando and Delin) -50 nH vs 1 nH - -Reduced Complexity Decoding of Coded Pulse-Position Modulation Using Partial Statistics -The Interplanetary Network Progress Report (2005) - ---------------------------------------- - -sage math olpc - -blog concept: write emails to dead or fictional figures in character, eg - asking questions, and see if the account owner responds - -need tools to tinker with human brain, nervous system - -video-pedia: allow collaborative editing of informative video. multiple - lengths, versions for each topic? what would everything2 version - look like? - -------- - -last tango in paris, bande a part, showgirls, the lovers, day for night - -check on CMU transfer credit status - -freebsd docs to read: -http://www.freebsd.org/doc/en/articles/linux-comparison/ -http://www.freebsd.org/doc/en/articles/vinum/ -http://www.freebsd.org/doc/en/articles/version-guide/ -http://www.freebsd.org/doc/en/articles/solid-state/ -http://www.freebsd.org/doc/en/articles/rc-scripting/ -http://www.freebsd.org/doc/en/articles/nanobsd/ -http://www.freebsd.org/doc/en/articles/p4-primer/ -http://www.freebsd.org/doc/en/articles/multi-os/ -http://www.freebsd.org/doc/en/articles/laptop/article.html -http://www.freebsd.org/doc/en/articles/bsdl-gpl/article.html |