thebeautifullmind.com
C | GEEK PEEK
https://thebeautifullmind.com/tag/c
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Calling a function On termination of main() in C. Dear readers, A friend of mine taught me this new “trick” where you can call a function when the main() in C exits. In the Library “stdlib.h” there exists a function. The “func” is any function without any arguments. Here is a simple sample code to demonstrate this.
thebeautifullmind.com
vineethkartha | GEEK PEEK
https://thebeautifullmind.com/author/vineethkartha
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. My Experiments with Boost Graph Library. The BGL has made it very easy to create graphs and perform any operations on them. Below is a simple program that lets you create a graph using the BGL. To visualize. Checkout my github repo. For more BGL based programs. Range Based For Loops in C 11. Int main() { int array={...
thebeautifullmind.com
Creating a Application Launcher in Ubuntu 14.04 | GEEK PEEK
https://thebeautifullmind.com/2014/06/18/creating-a-application-launcher-in-ubuntu-14-04
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Larr; A Program to calculate value of PI. 2014 in review →. Creating a Application Launcher in Ubuntu 14.04. So I thought I will write down these steps here so that others in need can find it and also it will serve as a future reference to me. Open a terminal and navigate to your. 2014 in review →. Oh yeah, thatR...
thebeautifullmind.com
Sky Rangers- A game in Processing | GEEK PEEK
https://thebeautifullmind.com/my-projects/sky-rangers-a-game-in-processing
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Sky Rangers- A game in Processing. This is a very simple game where the player has to shoot down UFOs and rocks in space. This game was created by me as a project for the course on creative programming for Digital Media and Mobile Apps. You can find all the files related to this project here. Enter your comment here.
thebeautifullmind.com
function call | GEEK PEEK
https://thebeautifullmind.com/tag/function-call
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Calling a function On termination of main() in C. Dear readers, A friend of mine taught me this new “trick” where you can call a function when the main() in C exits. In the Library “stdlib.h” there exists a function. The “func” is any function without any arguments. Here is a simple sample code to demonstrate this.
thebeautifullmind.com
Downloads | GEEK PEEK
https://thebeautifullmind.com/downloads
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Most of the work presented here will be published under the Creative Commons License or the GPL. If there is a document for which the license is not specified then it is to be treated as released under Creative Commons Attribution-ShareAlike 2.5 India License. Thats How We C –. Tictac toe Game Version 3.0 ( apk).
thebeautifullmind.com
recursive program | GEEK PEEK
https://thebeautifullmind.com/tag/recursive-program
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. The World of Dynamic Programming. Dynamic programming is an optimization problem or a programming technique, where the given problem is split into sub problems and so on. Or to put it in simpler terms optimal substructures means that the optimal solution to a problem is made up of optimal solutions to its sub proble...
thebeautifullmind.com
2014 in review | GEEK PEEK
https://thebeautifullmind.com/2015/01/05/2014-in-review
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Larr; Creating a Application Launcher in Ubuntu 14.04. The World of Dynamic Programming →. The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt:. The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 27,000. Enter your comment here.
thebeautifullmind.com
application launchers | GEEK PEEK
https://thebeautifullmind.com/tag/application-launchers
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. A peek into an Engineer's mind. DRISHTI — An Electronic Text To Braille Converter. Sky Rangers- A game in Processing. Creating a Application Launcher in Ubuntu 14.04. I am back with a very small ubuntu tip after quite sometime. This is not something that is really new and there are many sources out there that explain how to create application launchers in Ubuntu. I needed this to create a launcher for Aptana Studio. The Step respon...