-
How to bite a million from Apple
-
Squeryl — ORM with fiendly interface
-
Usage of Scala for backend tasks
At ScalaSPB conferention, Eduard Klementiev from GGA Software Services, told us how to use Scala for backend tasks.
-
Nerd-o-meter — from what write tweets
In free time from work we together with Dima Medvinsky and Phillip Nirulin, wishing to improve knowledge in JS, HTML and CSS, have created an interesting project for admirers of statistics.
Nerd-o-meter — it is a service, that allows know about statistics of devices, from which tweets are written. It is possible to search by requests and by specific users.
-
List clustering
Today I will tell you about just one line of code:
zip(*[a.__iter__()]*3)So, if you know, how it works, you can skip to the comments right now. :)