Public Gists by Nafai77

Gravatar
Sat Nov 21 00:48:16 -0800 2009
1
2
3
(gdb) set args python
(gdb) run
Starting program: /home/nafai/Products/ledger-next/debug/ledger python
Gravatar
Sat Nov 21 00:06:36 -0800 2009
1
2
3
nafai@taleswapper:~/Products/ledger-next/debug$ ./ledger python ~/Source/ledger/ledger-next/python/server.py ~/Documents/Finance/data/ledger Expenses
Local HTTP server listening on port 9000... (Control-C to exit)
----------------------------------------
Gravatar
Mon Nov 09 17:08:52 -0800 2009
1
2
3
#!/bin/bash
#AlarmClock
echo "enter amount of time to sleep"
Gravatar
Sat Nov 07 14:48:58 -0800 2009
1
2
3
# python path
#
# byobu-config
Gravatar
Tue Oct 27 21:42:12 -0700 2009
1
2
3
nafai@taleswapper:~/Products/ledger-next/debug$ ./BaselineTests --verify
Running: $ledger -f "/tmp/tmpWIpZle" bal --cost
 
Gravatar
Tue Oct 27 21:32:55 -0700 2009
1
2
3
Core was generated by `./ledger --columns=80 --args-only -f /tmp/tmpiUhXP4 reg --monthly --sort-all=-a'.
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000504d56 in boost::checked_delete<ledger::post_t> (x=0x12aa270) at /usr/include/boost/checked_delete.hpp:34
Gravatar
Tue Oct 27 21:09:55 -0700 2009
1
2
3
make[3]: Entering directory `/home/nafai/Products/ledger-next/debug'
.......................
OK (23)
Gravatar
Sun Oct 25 17:57:41 -0700 2009
1
2
3
# this is a comment
[default]
foo = yes
Gravatar
Sun Oct 25 16:33:36 -0700 2009
1
2
3
make check-recursive
make[1]: Entering directory `/home/nafai/Products/ledger-next/debug'
Making check in po
Gravatar
Tue Oct 13 12:51:35 -0700 2009
1
2
3
    def lineReceived(self, line):
        content = line[output.PREFIX_LENGTH:]
 
Gravatar
Sun Oct 11 22:15:15 -0700 2009
1
2
3
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
Gravatar
Sun Oct 11 22:15:04 -0700 2009
1
2
3
acprep: INFO: ./configure must be run because Makefile does not exist
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
Gravatar
Tue Oct 06 13:05:10 -0700 2009
1
2
3
#!/usr/bin/python
 
class Foo(object):
Gravatar
Tue Oct 06 12:58:33 -0700 2009
1
2
3
class CommandProtocol(basic.LineReceiver):
    cmds = {}
 
Gravatar
Thu Aug 20 00:28:55 -0700 2009
1
2
3
(defun metaproject-project-set-data (project sym variable value)
  "On PROJECT in SYM's list, set VARIABLE to VALUE.
If VARIABLE exists, overwrite the existing value. Returns the updated
Gravatar
Tue Aug 18 19:09:11 -0700 2009
1
2
3
(defun buffer-file-name-as-kill ()
  (interactive)
  (kill-new (buffer-file-name)))
Gravatar
Tue Aug 18 01:18:34 -0700 2009
1
2
3
$ cabal --help
This program is the command line interface to the Haskell Cabal infrastructure.
See http://www.haskell.org/cabal/ for more information.
Gravatar
Mon Aug 17 22:02:45 -0700 2009
1
2
3
EMACS23 = /usr/bin/emacs
EMACS22 = /usr/bin/emacs22
 
Gravatar
Sun Aug 16 21:14:29 -0700 2009
1
2
3
; much, much cleaner
(defun metaproject-project-put-data (project sym variable value)
  "On PROJECT in SYM's list, set VARIABLE to VALUE.
Gravatar
Sat Aug 15 19:50:11 -0700 2009
1
2
3
(defun metaproject-project-config-store (project)
  "Store the configuration for PROJECT to disk."
  (let* ((config (cdr (assoc 'config project)))