/ home / projects / blog :: . : .. : uploaded_images : 2004 : labels : hello : nopub : 2009 : 2003 : 2010 : 2006 : CVS : archives : 2001 : 2008 : 2007 : 2002 : 2005 : archive |
|
posted by j 2/10/2010 10:24:00 AM
Dump sandbox checkouts: http://snipt.org/qKn .#!/bin/sh while read line do echo -------------------------- echo $line if [ -d $line/.svn ] then echo Subversion grep http $line/.svn/entries | head -n 1 grep svn:// $line/.svn/entries | head -n 1 elif [ -d $line/CVS ] then echo CVS cat $line/CVS/Root cat $line/CVS/Repository elif [ -d $line/.hg ] then echo Mercurial grep default $line/.hg/hgrc elif [ -d $line/.git ] then echo Git grep url $line/.git/config elif [ -d $line/_darcs ] then echo Darcs cat $line/_darcs/prefs/repos fi done < checkouts
posted by j 12/21/2009 11:27:00 AM
-------------------------- ES5conform.svn -------------------------- alexa.www -------------------------- beautify.svn Subversion svn://dev.spicausis.lv/beautify -------------------------- clojure-mode.darcs Darcs http://www.lysator.liu.se/~lenst/darcs/clojure-mode -------------------------- cucumber Git url = git://github.com/aslakhellesoy/cucumber.git -------------------------- emacs CVS :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs emacs -------------------------- emacs-oauth.git Git url = git://github.com/psanford/emacs-oauth.git -------------------------- emacs-yammer.git Git url = git://github.com/psanford/emacs-yammer.git -------------------------- env-js.git Git url = git://github.com/jeresig/env-js.git -------------------------- etherpad.hg Mercurial default = https://etherpad.googlecode.com/hg/ -------------------------- fbjs-extensions.git -------------------------- feeling-lucky-pictures-read-only Subversion http://feeling-lucky-pictures.googlecode.com/svn/trunk -------------------------- findbugs-read-only Subversion http://findbugs.googlecode.com/svn/trunk -------------------------- flymake-js-read-only Subversion http://flymake-js.googlecode.com/svn/trunk -------------------------- gitmagic.git Git url = git://git.or.cz/gitmagic.git -------------------------- google-app-engine-samples-read-only Subversion http://google-app-engine-samples.googlecode.com/svn/trunk -------------------------- google-caja-read-only Subversion http://google-caja.googlecode.com/svn/trunk -------------------------- hugin.svn Subversion https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk -------------------------- jquery-timepickr.svn Subversion http://jquery-utils.googlecode.com/svn/trunk/standalone/ui-timepickr -------------------------- js-beautify Git url = git://github.com/einars/js-beautify.git -------------------------- js.io.svn Subversion http://js.io/svn/js.io/trunk/js.io -------------------------- js2-mode-read-only Subversion http://js2-mode.googlecode.com/svn/trunk -------------------------- jscontext.git Git url = git://github.com/cjohansen/jscontext.git -------------------------- jsl.svn Subversion https://javascriptlint.svn.sourceforge.net/svnroot/javascriptlint/trunk -------------------------- jsonp-form.git Git url = git@github.com:jwalsh/jsonp-form.git -------------------------- jsparse.git Git url = git://double.co.nz/git/jsparse.git -------------------------- jxlib-read-only.svn Subversion http://jxlib.googlecode.com/svn/trunk -------------------------- narcissus.cvs CVS :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot mozilla/js/narcissus -------------------------- narwhal.git Git url = git://github.com/tlrobinson/narwhal.git -------------------------- oocss.git Git url = git://github.com/stubbornella/oocss.git -------------------------- opensocial-jquery-read-only Subversion http://opensocial-jquery.googlecode.com/svn/trunk -------------------------- org-mode.git Git url = git://repo.or.cz/org-mode.git -------------------------- panotools.svn Subversion https://panotools.svn.sourceforge.net/svnroot/panotools -------------------------- protoscript-read-only Subversion http://protoscript.googlecode.com/svn/trunk -------------------------- rinari.git Git url = git://github.com/eschulte/rinari.git url = git://github.com/eschulte/jump.el.git url = git://github.com/nex3/ert.git -------------------------- skulpt.hg Mercurial default = https://skulpt.googlecode.com/hg/ -------------------------- slime.cvs CVS :pserver:anonymous:anonymous@common-lisp.net:/project/slime/cvsroot slime -------------------------- sputniktests-read-only Subversion http://sputniktests.googlecode.com/svn/trunk -------------------------- testswarm Git url = git://github.com/jeresig/testswarm.git -------------------------- tornado Git url = git://github.com/facebook/tornado.git -------------------------- tumble.git Git url = git://github.com/febuiles/tumble.git -------------------------- twittering-mode Git url = git://github.com/hayamiz/twittering-mode.git -------------------------- v8 Subversion http://v8.googlecode.com/svn/branches/bleeding_edge -------------------------- yui-ext-mvc-read-only Subversion http://yui-ext-mvc.googlecode.com/svn/trunk -------------------------- yui3.git Git url = git://github.com/yui/yui3.git
posted by j 12/21/2009 11:24:00 AM
posted by j 6/18/2009 05:24:00 PM
posted by j 9/15/2008 04:44:00 PM
The following are the core tools installed on OSX for development:* 1.1 Emacs o 1.1.1 org-mode o 1.1.2 nxhtml-mode o 1.1.3 jdee o 1.1.4 twitter * 1.2 MacPorts o 1.2.1 apache20 o 1.2.2 cvs o 1.2.3 aspell o 1.2.4 xmlto (docbook) o 1.2.5 mutt * 1.3 Firefox o 1.3.1 Tamper Data o 1.3.2 Firebug o 1.3.3 Greasemonkey o 1.3.4 delicious.com o 1.3.5 Web Developer o 1.3.6 Selinium o 1.3.7 WASP o 1.3.8 LiveHTTPHeaders * 1.4 Eclipse * 1.5 Xcode * 1.6 Oracle SQL Developer * 1.7 QuickSilver * 1.8 AdiumXLabels: tools osx
posted by j 9/15/2008 02:21:00 PM
Interest in client-side frameworks in the past year.
posted by j 12/28/2007 11:44:00 AM
The following was the required test script to install WinTV from Hauppauge on Fedora Core 4:#!/bin/sh # Starting point: FC4, base installation # Core install following upgrade worked with 2.6.15-1.1831_FC4 # after resolving the following issues: # Following the automated update to 2.6.15-1.1833_FC4 there were several # issues with duplicates from a stale v4l installation from source. # clearing allfiles seemed to work. # Requirements for Hauppauge WinTV-Go-Plus on FC4 (ALSA setup excluded) # modprobe.conf # ~/.mythtv/lircrc # alsamix stored settings # Failure start echo The following is inteneded to resolve issues with unresolved symbols echo following the addition of the i2c modules for lirc: # No other source installations should be needed # Root: Following the upgrade version information may not have been correct # Find the current kernel echo $KVER # Find duplicates of key modules for K in `locate bttv.ko | grep $KVER`; do ls -la $K ; done for C in `locate tveeprom.ko | grep $KVER`; do ls -la $C ; done echo The following may need to be run to clear any duplicates echo mv /lib/modules/$KVER /lib/modules/$KVER.old echo Then reinstall the RPMs for the same ls -latr ~/install/*$KVER* # Using the following to start: echo sudo /sbin/modprobe lirc_dev echo sudo /sbin/modprobe lirc_i2c echo sudo ~jwalsh/install/lirc-0.8.0/daemons/lircd # 1. remove all old modules for the current source
posted by j 11/26/2007 04:37:00 PM
A new DocBook template for Stakeholder meeting notes with the following structure1. Project Info 1.1. Project Name: [Project] 1.2. Charter 1.3. Stakeholder 1.4. Technical 2. Constraints 2.1. Budget 2.2. Time 2.3. Scope 3. Motivation 4. Vision 5. Audience 6. Schedule 7. Location 8. Implementation 9. Deliverablesis available at
http://wal.sh/code/docbook/template_meeting_notes_stakeholder.xml
in Subversion.
posted by j 11/26/2007 04:30:00 PM
The following should allow access to the Gmail IMAP service using Gnus (tested against GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-23 on LENNART-69DE564 (patched)):
; Gmail
(setq gnus-select-method
'(nnimap "imap.gmail.com"
(nnimap-stream ssl)
(nnimap-server-port 993)
(nnimap-expunge-on-close ask)))
This should then provide the following after subscribing to your inbox (U: nnimap+imap.gmail.com:INBOX):
[ Gnus -- 0 ]
*: nnimap+imap.gmail.com:INBOX
[ misc -- 0 ]...
There were some initial problems establishing a connection through Gnus but the connection was confirmed with:
bash-3.2$ openssl s_client -tls1 -connect imap.gmail.com:993
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com
verify error:num=21:unable to verify the first certificate
verify return:1
CONNECTED(00000003)
---
Certificate chain
0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=imap.gmail.com
i:/C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Premium Server CA/emailAddress=premium-server@thawte.com
---
posted by j 11/01/2007 05:19:00 PM