Archive for November, 2007
Have a PL/SQL Christmas
Thursday, November 29th, 2007
select decode
( sign(floor(maxwidth/2)-rownum)
, 1, lpad( ' ', floor(maxwidth/2)-(rownum-1))
|| rpad( '*', 2*(rownum-1)+1, ' *')
, lpad( '* * *', floor(maxwidth/2)+3))
from all_objects, (select 40 as maxwidth from dual)
where rownum < floor(maxwidth/2) +5;
6 Links Today (2007-11-29)
Thursday, November 29th, 2007-
excerpts from pattison/larson book
-
no signup
7 Links Today (2007-11-28)
Wednesday, November 28th, 2007-
robert is a good msdn webcaster
5 Links Today (2007-11-27)
Tuesday, November 27th, 2007-
lots of samples
-
will be following this series very closely.
10 Links Today (2007-11-26)
Monday, November 26th, 2007-
This page contains a set of links to open source projects out on the web that feature a good set of NUnit tests.
-
BugFixAttribute
-
entity modeler
-
free conferencing with mp3 recording.
-
scheduling; handles multiple clients
9 Links Today (2007-11-21)
Wednesday, November 21st, 2007-
if you can parse the flamewar, there's a good list of asp.net startups
-
the 3.5 release
-
Whether you're a new hire or taking on a new job, here's some principles, patterns and practices to be more effective.
-
Google Talk Always Idle
7 Links Today (2007-11-20)
Tuesday, November 20th, 2007-
recommended!
-
using addressbook domain model, details here: http://www.flux88.com/NHibernateScreencastPersistingTheAddressBook.aspx