Simulation of Traffic Light System in a Four Junction

Submitted by teejaygenius on
A Visual basic 6.0 Project to traffic light simulation in a four junction. In this system there is a movement of vehicles form one location while other vehicles coming from other parts are to stop based on 15 seconds time. For more information about this project you can contact me [email protected] or call +2347035198447 Stay blessed and easy coding.

Microsoft Confirmed Phasing Out of XNA But DirectX is OK

Submitted by navajocodetalker on
Microsoft have already confirmed that they have already phased out their Direct X Programs but clarifies that XNA is up and running. According to Promit Roy, the technical lead at the Action Equals Equation Labs, the man who made the first email public announcing that Microsoft Phases our XNA and DirectX. Rumors have already spread among the developers that the DirectX is no longer evolving a

PHP Time Recorder

Submitted by raffyapurillo on
This Program can do the following tasks... **Users -----Add, Edit, Delete Users **Logs -----Admin users can Add, Edit, Delete Time Logs. **Print -----Print Timesheet If you find this program helpful, please let me know by clicking the Like Button, If you want to contact me, please send me an email :[email protected] DONT JUST COMMENT USING FACEBOOK, I don't use any social networking site

How Algorithms Changed the World (Infographic)

Submitted by navajocodetalker on
An infographic prepared and posted by the College Degree Search, shows the impact of programming to the human civilization. The infographic "How Algorithms Change the World" was designed to generate some enthusiasm among students to study the most important subject of all, that is, programming. There's an indisputable argument that software has touched most things in the modern world, but you

Hadoop Tutorials Launched by Hortonworks

Submitted by navajocodetalker on
Hortonworks announced a sandbox environment for Hadoop which aimed at giving new users and easy way to learn how to use Hadoop. The Hortonworks Sandox is designed to be an easy-to-use environment for learning Apache Hadoop. The program is a free download for a complete, self contained virtual machine with Apache Hadoop pre-configured. With the Hortonworks Sandbox you can also get a Web interface

Change MySQL Table Collation

Submitted by admin on
In my previous post, I explained on how to Convert MyISAM to InnoDB. This time I’ll show you on how to change the collation of MySQL database tables. BTW, collation controls the way string values are sorted. This code is useful if the table collation varied from each other. Example one table has utf8_general_ci collation, while the other has utf8_unicode_ci. It’s a best practice if there is