-
6.00.1x: Introduction to Computer Science and Programming Using Python : The Experience
Hi, guys. I am a very active participant of MOOC. In my previous post I shared my experience with LFS101x : Introduction to linux .And this time I am back with a new course. It was summer of 2014, I was having my semester break. And 6.00.1x was on my enrollment list on edx. I…
-
LFS101x : Introduction to Linux on edX
It was this summer when I saw this course LFS101x being offered on edX by The Linux Foundation. Both the terms Linux and edX excited me . So I decided to take this course. My experience with prior online courses I have taken few online courses on edX and coursera . In both the cases…
-
What to do? An android app made to guide people what to do in various scenarios.
Click Here to download NOTE : This app has been signed with default debug key We all face various scenarios in our life . Some are life threatening while some are just awkward moments . In each case it is kinda vital to do the write things at the write time . This app has…
-
Android Application for a basic Calculator.
Hi there, This time would like to share my new project ‘ A basic calculator built for the android platform.’ Creating android apps always seemed cool to me . Able to start learning to create one is even cooler. This project uses simple things like XML layouts, Activities using java, Intents, OnclickListeners and some more…
-
A Basic Calculator using Swing and JAVA(TM).
Hi,there . This time i would like to share my new work. This a basic four function calculator made using java and Swing. The GUI created is with the help of….you guessed it right SWING. Java simple calculator 1. A four-function calculator with the following functions: * Addition – adds two numbers * Subtraction –…
-
STAR WARS ENCYCLOPEDIA: A layout implementation using HTML5 and CSS3
STAR WARS Encyclopedia Hi, there. Before we go further, if you are a STAR WARS fan like me you are going to love this one. This time i would love to share my another layout creation using HTML5 and CSS3 only. And the most interesting part, this effort was dedicated to STAR WARS. The Wire…
-
House Of Horrors : A responsive web design
Hi there. This post is to share my experience and work under getting started with ‘Responsive web design‘. I created a website under the theme of House Of Horrors, and I am not even leaving my desk and posting this right away. Any suggestions are more then welcome!.As it was a project under ‘Responsive Web…
-
Newton-Raphson vs Bisection Search vs Brute force for finding square root of number.
Computers are meant to compute things. Finding square root is a very basic algorithm which can be coded in basically 3 ways : All 3 ways are based on the Guess and check method A.K.A Exhaustive Enumeration. >1. Brute force method : In this method we test all the possible values and test them .…
-
Starting c/c++ programming in Linux.
So, guys this post is just a kick off to my blog. This post is about coding in c or c++ in Linux . So, if you are a beginner looking to get your hand on coding in c or c++ in Linux, this will be of great help. STEPS: 1.You can use gedit or…