Explore >> Select a destination


You are here

it-notes.dragas.net
| | longwhiteclouds.com
16.6 parsecs away

Travel
| | A while ago with much fanfare Oracle announced it would no longer develop it's flagship software and database for use on HPUX and HP's Itanium platform due to its perception that the pl...
| | unixdigest.com
12.5 parsecs away

Travel
| |
| | linux.slashdot.org
14.5 parsecs away

Travel
| | You asked, he answered! For Slashdot's 20th anniversary -- and the 23rd anniversary of the first release of Red Hat Linux -- here's a special treat. Red Hat CEO Jim Whitehurst has responded to questions submitted by Slashdot readers. Read on for his answers......
| | www.softdevtube.com
66.3 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,