The Tales Framework
Tales is a web framework for the fantom programming language. Designed from ground up to make you more productive and develop with a smile. Just like the language itself.
Programming Videos and Tutorials
Tales is a web framework for the fantom programming language. Designed from ground up to make you more productive and develop with a smile. Just like the language itself.
Static languages invariably end up adding features that make them more dynamic (or make them feel more dynamic). Dynamic languages strive for performance by making things more static. This talk explores how runtime optimization is making a dynamic language, JRuby, more static…for purposes of execution and performance. We’ll see how …
R is a free software environment for statistical computing and graphics. The R Intergrouplet has invited long-time R contributors Dirk and Romain to give a joint tech talk about some of the recent developments on their open-source R packages. The Rcpp package provides a consistent C++ class hierarchy that maps …
Second Life collaborative development environment is run on a grid of over 30,000 CPUs that simulate the land of Second Life. Since August 2008 Mono has been available as a scripting engine for running interactive content in Second Life and over 27 million user created scripts are now running on …
Rails 3 offers several new additions to validations. Here learn how to make a custom error_messages partial, reflect on validations, and clean up complex validations in a model. http://railscasts.com/episodes/211-validations-in-rails-3
This video shows tips and war stories on making fast, responsive (a.k.a. “non-janky”) Android apps. No more ANRs! Eliminate event loop stalls! Fast start-ups! Optimized database queries with minimal I/O! Also, learn about the tools and techniques we use to find performance problems across the system and hear what’s coming …