WEBIDE is an online compiler and debugging tool which allows you to
compile source code and execute it online in 5 programming
languages - C, C++, Java, Python and Javascript
Choose a programming language, enter the source code … and you are
ready to go!
WEBIDE is using the HackerBlocks backend to
compile and execute code.
Maintainers
Detailed Information
Oneauth is a Single Sign On system. An use case, as is at Coding Blocks is that when there are multiple apps/websites, like http://hackerblocks.com and http://students.codingblocks.com, we would prefer to do user-management on a single server, and use the same accounts on all the servers. This is similar to what large websites like Google or Microsoft do. You use the same Google account for Gmail, Youtube, G+, Chrome and all other Google Services.
We can see oneauth deployed and life in action on http://account.codingblocks.com
oneauth has both -
The URL shortner project - shortlr works like common URL shortening services like http://bit.ly or http://goo.gl etc.
People can -
- Create shortcodes for their URLs (which are randomly generated 5 digit alphanumeric)
- Create custom shortcodes (like /mycode) for their URLs
There would be stats available for how many times each shortlink has been opened. Also the traffic stats will have details of the referrer URL (which gives information on where the traffic is comming from).
Technologies
Source Code :...
Detailed Information