Changing Java Semantics for Null Pointer Exception Handling »
By admin on Apr 21, 2009 in Java, free ebook, general | 0 Comments
Interesting reading at http://www.cs.virginia.edu/~weimer/students/kinga-ms-paper.pdf
New SMS Library at http://twit88.com/platform/projects/show/messagingtoolkit !
Category: generalBy admin on Apr 21, 2009 in Java, free ebook, general | 0 Comments
Interesting reading at http://www.cs.virginia.edu/~weimer/students/kinga-ms-paper.pdf
By admin on Apr 21, 2009 in Java, free ebook, general | 0 Comments
This is a good book for reading if you want to understand more on Java data structures. Download Link http://www.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf
By admin on Feb 12, 2009 in Oracle, database, free ebook, general | 0 Comments
From Apress at http://www.apress.com/resource/bookfile/1909
By admin on Jan 16, 2009 in general | 0 Comments
Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads [...]
By admin on Jan 3, 2009 in general | 0 Comments
Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirecitonal throughput, and end-to-end latency. The environments currently measureable by netperf include: TCP and UDP via BSD Sockets for both IPv4 and IPv6 DLPI Unix Domain Sockets SCTP for both IPv4 and [...]
By admin on Dec 31, 2008 in freebies, general | 0 Comments
OpenDNS is a free, closed-source, DNS resolution service. OpenDNS provides the following recursive nameserver addresses for public use, mapped to the nearest operational server location by anycast routing: 208.67.222.222 (resolver1.opendns.com) 208.67.220.220 (resolver2.opendns.com) OpenDNS offers DNS resolution for consumers and businesses as an alternative to using their Internet service provider‘s DNS servers. By placing company servers [...]
By admin on Dec 26, 2008 in general, open source | 0 Comments
You should be able to better understand Git after viewing this http://www.slideshare.net/technicalpickles/git-as-a-subversion-replacement
By admin on Nov 26, 2008 in free ebook, general, websites | 0 Comments
O’Reilly has published a number of Open Books–books with various forms of “open” copyright–over the years. The reasons for “opening” copyright, as well as the specific license agreements under which they are opened, are as varied as our authors. Link: http://oreilly.com/openbook/
By admin on Nov 17, 2008 in Java, Programming, general | 0 Comments
These are the programming books that I read or am reading for year 2008, which I think is good for reading by developers. December is a long holiday. Any recommendations for good books for year 2008 which worth reading, irregardless of programming languages? Effective Java (2nd Edition) by Joshua Bloch Java Power Tools by John [...]
By admin on Nov 10, 2008 in general | 0 Comments
I am reading back the book Pragmatic Programmer which I used to read few years back. The book is full of gems which every programmer should read. Good excerpt from the book Invest regularly. Just as in financial investing, you must invest in your knowledge portfolio regularly. Even if it’s just a small amount, the [...]
By admin on Oct 29, 2008 in free ebook, general | 0 Comments
This is another good book for general reading. Download Link http://www.cs.toronto.edu/~hehner/aPToP/
By admin on Oct 20, 2008 in free ebook, general | 0 Comments
A good for references – Algorithms for Programmers. Download Link: http://www.jjj.de/fxt/fxtbook.pdf
By admin on Sep 25, 2008 in general, interesting | 3 Comments
Digg Digg is running on the followings Caching (Memcache) Distributed file system (MogileFS) Monitoring (Nagios) Asynchronous Processing (Gearman) To know more about the architecture, you can read the followings How Digg works Digg Database Architecture High Scalability – Digg Architecture eBay Existing eBay website is built using Java. There is a good presentation on [...]
By admin on Sep 14, 2008 in general | 0 Comments
Git is an open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. GitHub provides Git repository hosting services. You can fork projects, send pull requests, monitor development, all with ease using GitHub.
By admin on Sep 7, 2008 in free ebook, general | 0 Comments
Agile Development, in particular, eXtreme Programming (XP), has been gaining a lot of momentum because it can effectively address the problems plaguing software development such as mis-understanding customers’ requirements, missing deadlines, over-budget, conflicts between customers and developers and poor maintainability of legacy systems. This book is a bit outdated but still worth browsing through. Download [...]
By admin on Aug 26, 2008 in Java, free ebook, general | 1 Comment
Publisher: Addison-Wesley The Java Language Specification, Third Edition – Written by the inventors of the technology, The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language. If you want to know the precise meaning of the language’s constructs, this is the source for you. The book provides complete, accurate, [...]
By admin on Aug 24, 2008 in free ebook, general | 0 Comments
Publisher: The MIT Press This book is a must read for entry level computer scientist or programmer. Download Link: http://mitpress.mit.edu/sicp/full-text/book/book.html
By admin on Sep 19, 2007 in general | 0 Comments
We are a very small firm doing software project delivery. The purpose of the blog is just to share some of the code that we have developed within developers in the company, and also the developers over the Internet. The open source solutions here are developed either as part of the overall solutions that we [...]