Showing posts with label using c++. Show all posts
Showing posts with label using c++. Show all posts

Wednesday, January 1, 2014

Learn to customize an OS and create your own flavour

Its always a dream for geeky IT students to customize OS code to add some stuffs like, adding an additional screen during OS boots, adding your name in right click menu everything. But since they don't get proper guidance and direction to explore about this, most of them get bored and their enthusiasm goes down.

Students! What if you get a very good e-course which will teach you FROM SCRATCH everything required (technologies, tools, mind sets, innovative ideas) to download a live OS code, open the code and do something geeky with it, play with the Kernel, may be modify the OS TCP/IP code to be more effective and lot more. May be you got a very good research concept about OS but since you can't implement it and measure the result your new modified algorithm produces, you left presenting a great tech research paper.

No more worries! If you think that your college project is not/less innovate, its mundane, but you feel you are dedicated and have the zeal to learn and code complex things, here is what you need to do.

I have experimented with some OS codes and felt that my work will be a great asset for college students/researchers/hobbyists especially for research projects and I am documenting my work at: http://hobbycoders.com/elearning/course/view.php?id=2

Hobby Coders is non-profit team of coders who work for passion. Please register here to get email notifications when new chapters/topics/course are added.

Tuesday, January 24, 2012

Web Programming using C / C++

Here is a small API in form of header file in C / C++ which will allow simple programs to be converted into web programs and can be run through a browser.

The guide is written in such a way that each and every step is explained carefully for people who are mainly from non computer origin. This will help you to create simple web pages and do some web server scripting.
The guide explains from downloading required softwares, configuring them, writing simple C web apps. It will be a good thing for non IT people who work with simple C. Now do anything in C code, and atlast send the outputs to browser, make it a web app!!

Please post any bugs/suggestions/feedbacks here. Thank you.

Download Link:
http://www.4shared.com/zip/IVyKtfue/web_scripting_using_c_c.html  (COMPLETE FILE, API, Example, Tutorial Guide)
OR
http://www.mediafire.com/?fjhyzmr73nncuj1

IMPORTANT: If you have the older release, the file home.c in examples directory, will fail to compile because of a line disableCache(); in it, please remove the line and compile the file. Initially i kept a function for cache management in the API and finally i thought of removing it, but forgot to update that file. Thankyou.