Monday, 17 March 2014

Say2millions , Become a internet sensation overnight !!

Our latest gig ,

I'll get to the point straightaway

1.Like the facebook page

2. Every day we will pick a random fan to post a message

3.Think of a crazy viral message and post it

4.Become a sensation and start your own religion !!

Sunday, 16 March 2014

Installing ruby on rails ubuntu 12.04


Lets start by installing a ruby enviroment by
runninh this on your terminal


$ git clone git://github.com/sstephenson/rbenv.git .rbenv
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bashrc
$ echo 'eval "$(rbenv init -)"' >> .bashrc

then

$ source ~/.bash_profile

Install ruby-build

$ git clone git://github.com/sstephenson/ruby-build.git
$ cd ruby-build
$ sudo ./install.sh


install ruby

$ rbenv install 2.0.0-p247

Then install rails

$gem install rails -v 3.2.16

You are done , welcome to the world of ROR

Monday, 24 February 2014

Image based circuit simulation



Abstract:
In today's world of digitization time complexity, high accuracy and user friendly interfaces are key issues of any successful software system. A digitized image of any data or model drawn on paper is always useful in terms of content retrieval and analysis. This paper presents a new approach for circuit simulation named as Image based Circuit Simulation (ICS). ICS is a technique to convert sketched circuits into their digitized format and also generate a net-list for their analysis. Net-list is a kind of list based representation of circuits containing details of its components and their connections. Our algorithm allows a user generated image of an electric circuit to be simulated using open source simulation tools. Though the approach is applicable in various fields of engineering, we have concentrated its usage pertaining to electric circuit simulation.


Won the best paper award in a IEEE international conference , the paper summarizes the work done to render a net list for a user defined electric circuit image, which then can be used to simulate by a user selected simulator

Want to read more , check it here

Thursday, 13 February 2014

Myshortflicks.com a portal for short film makers and addicts

Check out http://www.myshortflicks.com/ , it is motivated by all the amazing short films people do.
IF you are a movie maker, you can compete with like minded people on various competitions, Also you can get constructive comments from the audience by means of crowdsourced reviews.


Thursday, 19 December 2013

Searching for love , Facebook application to help people find their love interest


This app lists out all the eligible friends , allowing you to select your love interest ;

In case your love interest also does the same , an in-app message will reveal your mutual love interest.


do check out searchheart