From bd1ca2f0eeaad068cd8f2f48cfa40289e883ef4a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 16 Jan 2009 18:43:59 -0500 Subject: address should be in dotfiles, ispell prefs should be --- .ispell_default | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ispell_default (limited to '.ispell_default') diff --git a/.ispell_default b/.ispell_default new file mode 100644 index 0000000..bdad499 --- /dev/null +++ b/.ispell_default @@ -0,0 +1,2 @@ +bnewbold +Newbold -- cgit v1.2.3 From 0605d08f828e1ff9e6bb928884f73501d034be07 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 19 Mar 2009 18:41:57 -0400 Subject: change of plans --- .ipython/ipythonrc-scipy-bnewbold | 47 --------------------------------------- .ispell_default | 7 ++++++ .profile | 1 + todo | 18 +++++++++++++-- 4 files changed, 24 insertions(+), 49 deletions(-) delete mode 100644 .ipython/ipythonrc-scipy-bnewbold (limited to '.ispell_default') diff --git a/.ipython/ipythonrc-scipy-bnewbold b/.ipython/ipythonrc-scipy-bnewbold deleted file mode 100644 index cff8f4a..0000000 --- a/.ipython/ipythonrc-scipy-bnewbold +++ /dev/null @@ -1,47 +0,0 @@ -# -*- Mode: Shell-Script -*- Not really, but shows comments correctly -#*************************************************************************** -# -# Configuration file for ipython -- ipythonrc format -# -# The format of this file is one of 'key value' lines. -# Lines containing only whitespace at the beginning and then a # are ignored -# as comments. But comments can NOT be put on lines with data. -#*************************************************************************** - -# This is an example of a 'profile' file which includes a base file and adds -# some customizaton for a particular purpose. - -# If this file is found in the user's ~/.ipython directory as ipythonrc-scipy, -# it can be loaded by calling passing the '-profile scipy' (or '-p scipy') -# option to IPython. - -# This example is meant to load several modules to turn ipython into a very -# capable environment for high-end numerical work, similar to IDL or MatLab -# but with the beauty of the Python language. - -# load our basic configuration with generic options -include ipythonrc - -# import ... -# Load SciPy by itself so that 'help scipy' works -import_mod scipy pylab - -# from ... import ... -import_some - -# Now we load all of SciPy -# from ... import * -import_all scipy IPython.numutils pylab - -# code -# execute print 'Welcome to the SciPy Scientific Computing Environment.' - -######## CHANGED -bnewbold -#execute scipy.alter_numeric() - - - -# File with alternate printer system for Numeric Arrays. -# Files in the 'Extensions' directory will be found by IPython automatically -# (otherwise give the explicit path): -execfile Extensions/numeric_formats.py jlab/stats.py jlab/importdata.py jlab/plotting.py diff --git a/.ispell_default b/.ispell_default index bdad499..bb423f1 100644 --- a/.ispell_default +++ b/.ispell_default @@ -1,2 +1,9 @@ bnewbold +ccc +cgs +esu +eV +gm +hbar Newbold +sec diff --git a/.profile b/.profile index deae019..0aaa8df 100644 --- a/.profile +++ b/.profile @@ -32,3 +32,4 @@ esac alias ls="ls -G" alias xterm_="xterm -rv +sb -ls" +alias scipy = "ipython -pylab" diff --git a/todo b/todo index 7d6a50b..db88bdf 100644 --- a/todo +++ b/todo @@ -1,6 +1,20 @@ -http://www.jetcafe.org/jim/lambda.html -amazon: spacetime and geometry +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? -- cgit v1.2.3 From 97b1676fd7ba690e9bbc819920c7b3b5e5bfa5e5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 30 Apr 2009 23:23:20 -0400 Subject: random --- .ispell_american | 2 ++ .ispell_default | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ todo | 5 +++++ 3 files changed, 61 insertions(+) (limited to '.ispell_default') diff --git a/.ispell_american b/.ispell_american index d42c3c2..9729758 100644 --- a/.ispell_american +++ b/.ispell_american @@ -1,3 +1,5 @@ +commutator foundational Newbold screenshot +Weyl diff --git a/.ispell_default b/.ispell_default index bb423f1..38e83a0 100644 --- a/.ispell_default +++ b/.ispell_default @@ -1,9 +1,63 @@ +al +Azcarraga bnewbold +Breitenbach +Buzek ccc cgs +cohomology +commutator +diagonalized +documentclass +DOI +Drummond +eds +eigenspace +Elsevier +Engel +Eq esu +Europhysics eV +Ficek +Fock +Franken +Glauber's gm hbar +Hirota +Hollber +iconography +Izquierdo +Jaekel +Jaffe +Jaffe's +JN +Katz +keepaspectratio +Konstanz +Leonhardt +LIGO +MUS Newbold +Noam +nonclassical +Num +observable's +observables +opto +Phd +Phys +Reynaud sec +sech +Slusher +SNR +SQL +Styer +Universitat +unsqueezed +Von +Weyl +WH +Yuen diff --git a/todo b/todo index db88bdf..45a9c29 100644 --- a/todo +++ b/todo @@ -1,4 +1,9 @@ +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 -- cgit v1.2.3