aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-01-04 17:09:27 -0600
committerZachary Sloan2013-01-04 17:09:27 -0600
commit2520342c689233a82b70b5328a044add87169d84 (patch)
tree70ddcbed5786250659b6682a5f8409485f0ba20f /misc/notes.txt
parent91ed29ef68e8ad29b728f7f574ccc83730d9f7ab (diff)
downloadgenenetwork2-2520342c689233a82b70b5328a044add87169d84.tar.gz
Correct results are being returned from reaper for the marker regression page
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index b0c0762c..306cadeb 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -57,12 +57,6 @@ unset SSH_ASKPASS
===========================================
-Python stuff:
-
-Classes should always inherit "object"
-
-===========================================
-
htop: Gives information on processes, cpu/memory load, etc
dstat: Also gives various system information, resource usage, etc
df: Reports file system disk space usage
@@ -78,4 +72,11 @@ ps -ax - View processes
kill (process #)
+===========================================
+
+Python stuff:
+
+Classes should always inherit "object"
+To iterate through dictionary items: for X, Y in MyDictionary.items():
+