Android - Desert Drone Game

Submitted by razormist on
Game Engine: Unity Main Language: C# Platform: Android Desert Drone is a simple and very fun game for Android platform. The goal of the game is to avoid falling boulder while tilting the drone left or right. In every second the battery is drained continuously, in order to survive just make sure you get some free battery to charge up. Score as many as you want, and beat a new highscore all the time.

Network Tools (Latest Update)

Submitted by mark-12345 on
If you have downloaded my source code Network Tools before, I fixed and added some features. You may download the code again to get the latest update. What's New -Fixed all the bugs of the old version -Added Advanced Wi-Fi Hotspot with ICS (Internet Connection Sharing) This programs contains the following programs: ------------------------------------------------------------------ 1-Wi-Fi

Login to MySQL Server and configuration in registry

Submitted by Thongkorn on
This simple demo I offer to do. The login system connection with the MySQL Server. By storing the connection details in the system registry. First by connecting to the MySQL server and the next users must log in to the data table. Addition, you able to press Ctrl + F5 a button for run mode "Run As Administrator" by setting some value in Registry. Thank You. I hope this sample application will help

PHP - Simple Login With Remember me Script

Submitted by razormist on
In this tutorial we will create a Simple Login Script With Remember me Feature. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax. It is mostly used by a newly coders for its user friendly environment. So Let's do the coding. Before we started: First you have to download & install XAMPP or any local server that run PHP scripts.