Browse By

Microsofts Skydrive becomes OneDrive

Sky Broadcasting few months ago thought SkyDrive term shouldn’t be used by Microsoft so they took them to the court. Court decided that Microsoft shouldn’t use the term “Sky” in their product so they forced them to change it. So it will become OneDrive. You

Multicolor 3D printer

It’s amazing how fast 3d printing technology moves fordward. Stratasys announced the first multicolor 3d printer which also lets you choose the flexibility of the material.   The Objet500 Connex 3 Color Multi-material 3D Printer is the only 3D Printer that enables color 3D printing

Floppy disk jukebox

Madnessssss…!  I am sure you have seen music machines made with floppy disk drives. This one beats them all! You can load it with your midi files and it will play them. Well played Simon! Github link : https://github.com/kiu/rumblerail  The overall setup is completly modular. Each floppy

Getting Started With Node.js in Visual Studio

For those that don’t know it already, since November you can use Visual Studio to write code for your NodeJs applications. You have to download and install the Node.js Tools for Visual Studio which is a plugin that turns VS into a node.js development environment. Bruno Terkaly posted

Briefcase Arcade

If you are into arcade gaming then you will find this project really interesting. Arcade gaming station in a briefcase! It has proper joystick and buttons, the only thing is missing is the coin slot. If you have pc components laying around, maybe from an

Pong Game in Lcd with Arduino

A really fun and simple enough project for beginners in Arduino posted by Ryan from http://jrpi.ca. By using simple components like resistors, leds,  an lcd and of course an arduino he build a pong game. The schematic below shows how simple it is. The Arduino Sketch

AngularDart v0.9.4 released

AngularDart is a port of Angular to Dart. It is heavily inspired by AngularJS and is supercharged for Dart.  Core Angular features such as directives, data binding, and dependency injection, are all there, and taken advantage of Dart’s features like metadata, types, and classes to feel

Angular Fullstack 1.2.0

Another Mean stack yeoman generator came up couple of days ago and it has some nice features. The most important is the use of npm package passport which gives us the ability to scaffold a user account easily. Yeoman generator for creating MEAN stack applications,