This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (add-to-list 'load-path "/opt/local/share/emacs/23.0.60/lisp/") | |
| (add-to-list 'load-path "~/.emacs.d") | |
| (load "init.el") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rirb(main):001:0> require 'rational' | |
| => false | |
| irb(main):002:0> require 'mathn' | |
| => true | |
| irb(main):003:0> 1 / 3 | |
| => 13 | |
| irb(main):004:0> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1987 Honda Prelude Si, 5-speed manual transmission, 2-door sedan, 245,166 miles. | |
| For sale to first person to come with $750 cash. Title is clean. | |
| (more pictures: http://flickr.com/photos/rickbradley/sets/72157613554305240/ ) | |
| Details: | |
| - I am 3rd owner, big folder full of maintenance records comes with, plus original owners manual and greasy aftermarket Haynes manual | |
| - Starts great in warm weather, drives well, corners well, stops well, gets ~30 mpg, AC works, sun roof works, cruise control works, stereo EQ works |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dear Tommy, | |
| This little note is to inform (and hopefully surprise!) you. | |
| We at East Media after careful consideration have chosen | |
| your site to be linked to the auspicious "Spinning Vanderbilt." | |
| This rare honor is only afforded to the most sublime presentation | |
| of information by a Vanderbilt student of alum! | |
| Your piece "cook for the summer" (that's what we've deemed it here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ Thu Mar 26 00:33:08 rick@Yer-Moms-Computer | |
| ~/git/try1$ script/plugin install git://github.com/flogic/flogiston.git | |
| Initialized empty Git repository in /Users/rick/git/try1/vendor/plugins/flogiston/.git/ | |
| remote: Counting objects: 3254, done. | |
| remote: Compressing objects: 100% (2560/2560), done. | |
| remote: Total 3254 (delta 293), reused 3009 (delta 254) | |
| Receiving objects: 100% (3254/3254), 3.96 MiB | 311 KiB/s, done. | |
| Resolving deltas: 100% (293/293), done. | |
| From git://github.com/flogic/flogiston | |
| * branch HEAD -> FETCH_HEAD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ Tue Apr 14 21:29:18 rick@Yer-Moms-Computer | |
| ~/git/wwwrickbradleycom (webby)$ webby autobuild --trace | |
| ** Invoke autobuild (first_time) | |
| ** Invoke configure_basepath (first_time) | |
| ** Execute configure_basepath | |
| ** Invoke heel:autobuild (first_time) | |
| ** Invoke heel:autorun (first_time) | |
| ** Execute heel:autorun | |
| webby aborted! | |
| uninitialized constant Spawner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chiom123 sent you a message. | |
| -------------------- | |
| Subject: My Dearest one in the lord, | |
| My Dearest one in the lord, | |
| I AM MRS CHIOMA DAVID, FROM NATHERLAND A WIDOW I AM 55 YEARS OLD and Married LATE MR DAVID TOM who worked with embassy in Ivory Coast for nine years before his death. We were married for eleven years without a child. He died after a brief illness that lasted for only four days. Before his death we were both born again Christian. Since his death I decided not to remarry or get a child outside my matrimonial home which the Bible is against. When my late husband was alive he deposited the sum of ($2.5 Million Dollars) Deposited in a prime bank here in Abidjan. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ Fri Apr 24 12:44:39 rick@Yer-Moms-Computer | |
| ~/git/php (products)(*)$ ack phpprimarynav app | |
| @ Fri Apr 24 12:48:09 rick@Yer-Moms-Computer | |
| ~/git/php (products)(*)$ ack phpprimarynav app/views/ | |
| @ Fri Apr 24 12:48:11 rick@Yer-Moms-Computer | |
| ~/git/php (products)(*)$ ack phpprimarynav app/views/layouts/ | |
| @ Fri Apr 24 12:48:13 rick@Yer-Moms-Computer | |
| ~/git/php (products)(*)$ ack phpprimarynav app/views/layouts/application.html.haml | |
| #phpprimarynav.jqueryslidemenu | |
| @ Fri Apr 24 12:48:15 rick@Yer-Moms-Computer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SASL_SECPROPS none | |
| TLS_CACERT /tmp/websages_trustchain.crt | |
| TLS_REQCERT allow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $("a.link").click(function () { alert($(this).attr('href') + ' ' + $(this).html()); } ) |