Scala Programming Course in HIT Autumn 2013 ACD

During 2013 first semester I will deliver in HIT the ‘Internet Programming’ course. Its first part focuses on Java. Its second part focuses on Scala. You can find the detailed syllabus at http://www.lifemichael.com/hit/internet_programming_2013_10_he.pdf. You can find the google group we are going to use during this course at https://groups.google.com/forum/#!forum/hit-scala-2013-10. You can find the on-line detailed […]

Paper.js Verctor Graphics PRO

Paper.js is an open source JavaScript library that provides us with vector graphics capabilities. Paper.js uses the HTML5 well known canvas. The following code sample shows how simple it is to use this library. <!DOCTYPE html> <html> <head> <title>paper.js demo</title> <script type=”text/javascript” src=”paper-full.min.js”></script> </head> <body> <canvas id=”ourcanvas” resize></canvas> <script type=”text/paperscript” canvas=”ourcanvas”> var path = new […]

Skip to content Update cookies preferences