programming

TwitterFacebook
Get flash to fully experience Pearltrees
There are quite a few sites that describe the touch and gesture events that can be used in the mobile version of WebKit running on iPhone and iPod Touch. There is, however, not so much info with regards to Android. I've placed a few links at the bottom of this article that contain information used to compile this brief explanation. Touch events are a bit like mouse events, but there are some very important differences when it comes to touch vs. mouse: A touch is very hard to keep steady whilst a mouse can stay at a fixed position - this means that we go from a touchStart event directly to a touchMove event. http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html

JavaScript Touch and Gesture Events iPhone and Android

scala

http://swizec.com/blog/why-programmers-work-at-night/swizec/3198

Why Programmers Work At Night

Image via Wikipedia A popular saying goes that Programmers are machines that turn caffeine into code . And sure enough, ask a random programmer when they do their best work and there’s a high chance they will admit to a lot of late nights.

Resources: Developer-contest

http://www.typesafe.com/resources/developer-contest Typesafe is looking for beautiful applications that demonstrate programming in Scala, Akka, or Play (or all three of them together!). Do you have a program that you are proud to show to others, and that could serve as an example for a class of applications?
Is Scala too complicated for widespread adoption in Java teams, or is it that Devs who tinker around with things they don’t fully understand make Scala seem overly complex? http://zeroturnaround.com/labs/scala-2013-a-pragmatic-guide-to-scala-adoption-in-your-java-organization/

Scala Adoption Guide in Your Java Organization

Structure and Interpretation of Computer Programs

Educators, generals, dieticians, psychologists, and parents program. http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-5.html
Play! Framework

nosql

go

There are plenty of JavaScript libraries out there for rendering your otherwise plain and boring numerical data into beautiful, interactive, and informative visualizations. The beauty of using JavaScript for data visualization is that, if created correctly, your data will be highly accessible (usually via HTML tables). A long time ago (2008), I wrote about JavaScript solutions for graphing and charting data and this article revisits the topic with twenty more JavaScript libraries that you can use to bring your data to life. 1. Highcharts Highcharts is one of the most promising JavaScript charting libraries to hit the scene recently, with its large array of features including seven charting types (line, pie, and bar among them), the ability to zoom in and out of charts, and tooltips for offering more information about data points. http://sixrevisions.com/javascript/20-fresh-javascript-data-visualization-libraries/

20 Fresh JavaScript Data Visualization Libraries

mongodb

Scala - Tools - [scala-tools] Scala tool for formatting the source code

http://scala-programming-language.1934581.n4.nabble.com/scala-tools-Scala-tool-for-formatting-the-source-code-td3313003.html On 19/02/2011 10:22, Matt Russell wrote: > Each to their own, of course Sure, it is better to have a tool and not use it... than not have the tool when we need it! ;-) > but I wrote Scalariform because I find > coding without a formatter to be a pretty harsh experience: