Difference between revisions of "User:Gbatumbya/mynotes"
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[category: My Notes]] | ||
=<h3>My Notes</h3>= | =<h3>My Notes</h3>= | ||
[[user:Gbatumbya/mynotes/eclipse | Eclipse]] | [[user:Gbatumbya/mynotes/eclipse | Eclipse]] | ||
Line 10: | Line 11: | ||
=Mercurial= | =Mercurial= | ||
− | [ | + | [http://hgbook.red-bean.com/ Mercurial: The Definitive Guide by Bryan O'Sullivan] |
<br/> | <br/> | ||
− | [Hg Init: a Mercurial tutorial | + | [http://hginit.com/ Hg Init: a Mercurial tutorial ] |
+ | <br/> | ||
+ | [http://mercurial.selenic.com/wiki/PruningDeadBranches Deleting Branches] | ||
+ | <br/> | ||
+ | [http://mercurial.selenic.com/wiki/ConcatenatingChangesets Concatenating Changesets] | ||
+ | |||
+ | =REST= | ||
+ | [http://tomayko.com/writings/rest-to-my-wife How I Explained REST to My Wife by Ryan Tomayko] | ||
+ | |||
+ | =Continuous Integration Servers= | ||
+ | [http://www.ibm.com/developerworks/java/library/j-ap09056/index.html IBM Developer Works: Criteria for choosing a CI server] | ||
+ | <br/> | ||
+ | [http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix CI Feature Matrix] | ||
+ | |||
+ | =Miscelleanous= | ||
+ | [http://linux.byexamples.com/archives/349/how-to-redirect-output-to-a-file-as-well-as-display-it-out/ how to redirect output to a file as well as display it out ] <br/> | ||
+ | [http://libcat.senecac.on.ca/vwebv/holdingsInfo?bibId=264149 Patterns of Enterprise Application Architecture - Seneca Library Ebook] | ||
+ | <br/> | ||
+ | [http://www.clarkware.com/articles/JUnitPrimer.html JUnit Primer] |
Latest revision as of 23:17, 2 December 2010
My Notes
Eclipse
NexJ Studio Express
Eclipse OSGi
NexJ Express JSON Adapter
Mercurial
Mercurial: The Definitive Guide by Bryan O'Sullivan
Hg Init: a Mercurial tutorial
Deleting Branches
Concatenating Changesets
REST
How I Explained REST to My Wife by Ryan Tomayko
Continuous Integration Servers
IBM Developer Works: Criteria for choosing a CI server
CI Feature Matrix
Miscelleanous
how to redirect output to a file as well as display it out
Patterns of Enterprise Application Architecture - Seneca Library Ebook
JUnit Primer