summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@.mit.edu>2008-03-27 19:49:40 -0400
committerbryan newbold <bnewbold@.mit.edu>2008-03-27 19:49:40 -0400
commit72e2f075684605da00ea4f42548119eb58029cba (patch)
tree19ecb1b30abc90c76211a7346b5a9d4a533f9f8c
parent9f577831d7c083ca84b94360235190ced4d27416 (diff)
downloadopenwrt-repro-72e2f075684605da00ea4f42548119eb58029cba.tar.gz
openwrt-repro-72e2f075684605da00ea4f42548119eb58029cba.zip
added ipython and xinitrc
-rw-r--r--.fluxbox/keys2
-rw-r--r--.ipython/ipythonrc-scipy-bnewbold47
-rw-r--r--.xinitrc3
3 files changed, 51 insertions, 1 deletions
diff --git a/.fluxbox/keys b/.fluxbox/keys
index 62fea96..7400414 100644
--- a/.fluxbox/keys
+++ b/.fluxbox/keys
@@ -41,7 +41,7 @@ Mod4 t :ExecCommand xterm -rv +sb -ls
Mod4 f :ExecCommand firefox
Mod4 m :Minimize
Mod4 F12 :ExecCommand xmms -m
-Mod4 p :ExecCommand xterm -rv +sb -e alpine
+Mod4 p :ExecCommand xterm -rv +sb -e pine
Mod4 Prior :ExecCommand xmms -f
Mod4 Next :ExecCommand xmms -f
Mod4 Home :ExecCommand xmms -t
diff --git a/.ipython/ipythonrc-scipy-bnewbold b/.ipython/ipythonrc-scipy-bnewbold
new file mode 100644
index 0000000..cff8f4a
--- /dev/null
+++ b/.ipython/ipythonrc-scipy-bnewbold
@@ -0,0 +1,47 @@
+# -*- 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/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..5891dea
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,3 @@
+xterm -rv +sb -ls &
+wmbattery -f /dev/apm &
+ssh-agent fluxbox -verbose