Posts

Showing posts from April, 2018

Getting my hands dirtier with Competitive Programming

Image
From the past few days I have been solving problems in Project Euler . The problems in Project Euler mostly deals with Mathematics and they are quiet challenging. The advantage with Euler is that they doesn't ask for code, but for direct solution. So, we as a beginners doesn't need to think of the Execution time and Memory. I think this is the great step to start with for the beginners to start the Competitive Programming. Worth trying them. Try for the answer before checking the solution online. Most preferable language is Python. And also you can solve with your language even.   

Just Quora thing!!

Image
Have you found me on Quora?. If not, do follow me  :).  I just wanna let you know that recently my answer on Quora reached 1.7K views. This isn't a big deal, but my answer have 0 upvotes.  Lol!!!!...  And even the funny thing is that answer which I wrote about about the entrance exam achieved it. 

FunZone - in C

Image
Since the 1st year of my Undergrad course is nearby to complete, my college informed us to submit a mini project that was developed in C/C++. Hey, that's awesome. I have teamed up with my friend Mahesh and we together decided to develop something fun in C.  Then, we came up with the idea of NickName generator. This program generates a random nickname every time you have entered your name. We stored up to 150 funny nicknames  in a file and the program prints a random line of the file everytime.  Along with this, we have also developed a game "Guess The Number". The computer stores random number in the range of 1 to 100 and the player has to guess it in 10 chances.  Another game "Change This World" , is leaving up to you and get the code and full information about my project in my GitHub account   .

Project GreenScreen - HTML,CSS and Java Script

Image
After the completion of the Part 1 of the course of Python, I took up the another course in Coursera on the HTML,CSS and JavaScript. It was fun learning this stuffs and worth too. Learnt about the RGB, Image Filtering, etc. I have done the coding work in the Online Development Environment,  Codepen  .  And finally, built a Project called "Green Screen" , which clears the green screen in the background of a image and add image in the background.  Get the code from my Codepen account

Pong- Mini Project in Python

Image
Yay!! It was a pleasant day after my Semester Exams completed. Before the day, a trip with friends have also been completed. The holidays i got where roughly 10 days and I planned to take up a course on Python. I have some basic experience in Python before and now I have seen a course that teaches how to build some Interactive Games using Python. I enrolled in the course and managed to build a basic Pong Game  in Python. Get the code from my GitHub account Link