Thursday, 20 March 2014

Cross-platform Programming

Some cross-platform programming IDE & tools:

1) Code::Blocks (an alternative to Microsoft VC++ IDE in Linux or even Windows): http://www.codeblocks.org/
2) wxWidgets (cross-platform GUI programming library): http://www.wxwidgets.org/downloads/
3) ...

Thursday, 13 March 2014

RegEx online

Linkhttp://regex101.com/
Intro: a great online tool for testing your regular expression.
Complete Tutorialhttp://www.princeton.edu/~mlovett/reference/Regular-Expressions.pdf

Saturday, 16 November 2013

CMPH

Intro: A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal.

Sunday, 10 November 2013

HandAlign

Linkhttp://www.umiacs.umd.edu/~hal/HandAlign/index.html
Intro: a tool to assist manual alignment in MT, summarization, ...

Thursday, 7 November 2013

Pure for simple CSS

Linkhttp://purecss.io/
Intro: A set of small, responsive CSS modules that you can use in every web project.

Wednesday, 30 October 2013

Kaggle

Linkhttp://www.kaggle.com/competitions
Intro: A platform for paid problem solving around the world.