Wednesday, April 18, 2012

IPL/BPL?

Looks like Cricinfo considers BPL to be a part of IPL. BPL tournament home page has IPL headers!

image

Tuesday, April 17, 2012

GotoMeeting exception

image

Tuesday, April 10, 2012

The Journeyman Programmer : Programming - More Than Coding

The Greater Boston Chapter of ACM has an ongoing series called "The Journeyman Programmer".
Their next event is on Saturday May 19th and the URL for it is:
http://www.gbcacm.org/journey/PMTC2012/index.html

This will be a great event to learn as well as to meet peers and network – and is well worth the cost of $30 - and the time spent on attending it.

Programming - A Dream or a Rut?
Coding is the foundation of software development, but is only part of
the story. To move ahead in your career - or to have fun programming -
you need the opportunity to work in areas you like, to try new things,
and to grow professionally and personally.
This can be a challenge - especially if you are working on the same
code day after day. Join us at Harvard and extend your horizons with
this four part session on Programming - More Than Coding.

SEMINAR TOPICS
Open Source Software For Fun And Profit
Open Source can be the best way to develop new skills and even get a
job! Open Source is often a closed community. Russ explains the
ground rules to join and benefit from one of the most exciting areas of
technology.


Users - Those Mysterious Creatures at the Other End of the
Mouse
With the proper approach, users are allies, not enemies. Dana has a
solid plan for using users to make your software better.

10 Habits of the Effective Agile Programmer
Tired of the management buzzword Agile? Does scrum make you
scream? Damon introduces the solid core of Agile that you can actually
use and makes you a better programmer.


What were they thinking? The Trials and Tribulations of
Implementing Software in a Healthcare Environment
Joe spends every day deploying and supporting software in a
healthcare. He has some words for you.…

This seminar is designed for software practitioners, programmers, and
designers. It is best suited to moderately experienced programmers,
typically with 2-10 years of software development experience.

Details and registration: www.gbcacm.org

image

Monday, April 09, 2012

Gmail locked

What does this mean?

Gmail locked

Thursday, April 05, 2012

Installing custom jar in Netbeans (Maven)

If you are developing in Netbeans with Maven build and want to include some custom jar files as dependency eg. Oracle

1) In Netbeans Maven project right-click on the "Dependencies" folder in the Projects view. Open "Add dependency" dialog
2) Make up some groupId, artifactId and version and fill them, OK.
3) Dependency will be added to the pom.xml and will appear under "Libraries" node of maven project
4) Expand the Library node. Right-click Library you want to install (will have exclamation mark) and "manually install artifact", fill the path to the jar. Jar should be installed to local Maven repo with coordinates entered in
step 2)

 

Also, note that when you execute these steps, Netbeans will issue the following mvn command behind the scenes:
mvn -DartifactId={artifact id} -DgroupId={group id} -Dversion={version} -Dpackaging=jar -Dfile={path to jar} -DgeneratePom=false install:install- file

Tuesday, April 03, 2012

Gmail

How do I unsubscribe without reporting Spam?

image