public marks

PUBLIC MARKS with tag programming

May 2012

The Scriptol programming language and development tools

by jdrsantos
Scriptol has been designed to be simple, safe and universal. It is a modern, object-oriented, procedural language with innovative features, for example it can use XML as data structure. Scriptol is compiled to PHP with the Scriptol PHP compiler.

Home | diesel

by jdrsantos
The performance of nonblocking I/O meets the convenience of coroutines. Packed with a bunch of useful protocols and a first-class toolkit for concurrency, diesel is the best way to write network applications in Python.

Quotes about programming languages

by greut

"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."

Tony (C.A.R.) Hoare. Computing professor, implemented Algol 60, searcher at Microsoft Research.

Announcements — IPython

by jdrsantos
IPython provides a rich toolkit to help you make the most out of using Python, with: Powerful Python shells (terminal and Qt-based). A web-based notebook with the same core features but support for code, text, mathematical expressions, inline plots and other rich media. Support for interactive data visualization and use of GUI toolkits. Flexible, embeddable interpreters to load into your own projects. Easy to use, high performance tools for parallel computing.

April 2012

March 2012

February 2012

January 2012

December 2011

Essential Windows Phone 7.5: Application Development with Silverlight Book Review

by tadanderson
If you are considering Windows 7.5 development, you owe it to yourself to get this book, digest it, and then keep it by your side.

July 2011

June 2011

ServerSocket (Java Platform SE 6)

by sylvainulg
SO_REUSEADDR for Java -- how to avoid java.net.BindException (at the risk of odd TCP state) [code] ServerSocket x = new ServerSocket(); x.setReuseAddress(true); x.bind(new InetSocketAddress(port)); [/code]

May 2011

good coders code, great reuse

by pkrumins
Peteris Krumins' blog about programming, hacking, software reuse, software ideas, computer security, google and technology.

Perle fraîche - Linux Attitude

by sylvainulg (via)
Un chouette bouquin pour exploiter au mieux le CPAN, donc, dirait-on.

SPARX Enterprise Architect 9 has been released!!!

by tadanderson
EA is still my tool of choice for architecting and designing systems. The new architecture tools in Visual Studio 2010 are very nice reverse engineering tools, but the UML tools are still to primitive to be considered for real world architecture.

Eloquent JavaScript: A Modern Introduction to Programming

by Xavier Lacot & 3 others
An introduction to the JavaScript programming language, by Marijn Haverbeke. Very complete, extensive, and well-written resource. Must read for every intern in web developement ! :-)

PUBLIC TAGS related to tag programming

complexity +   graph +   matlab +   plot +   python +   scientific +   simulation +   small world +