Archive for the 'Computer Science' Category

Create Online Diagrams with Best4c

Best4c (Best for chart) is a Web-based, online diagram tool that allows you to create, edit and share charts anytime, anywhere.

Best4c beta

Learn more »

Revision Control 101

Version Control (aka Revision Control aka Source Control) lets you track your files over time. Why do you care? So when you mess up you can easily get back to a previous working version.

Continue reading »

Groovy: An Agile Dynamic Language for the JVM

Groovy

According to James Strachan, expert group lead and Groovy co-founder (with Bob McWhirter), Groovy started with a desire for an alternative to javac, which had the power and expressiveness of Ruby/Python but generated regular Java classes (at runtime or build time) and that worked directly with Java classes without some other layer.

Groovy is like a super version of Java. It can leverage Java’s enterprise capabilities but also has cool productivity features like closures, builders and dynamic typing. If you are a developer, tester or script guru, you have to love Groovy.

Learn more »

Google Labs: Source Code Search

Google Code Search helps you find function definitions and sample code by giving you one place to search publicly accessible source code hosted on the Internet.

Google Code Search

Among other things, it supports POSIX extended regular expression syntax and language, license or filename filtering.

Continue reading »

Next Page »