Battery Status Updated

Submitted by Emery Paul on
Hello all of you. This is a simple application which help us to get the power status of our laptop Battery. Here are the features of the application: 1. Show percentage. 2. Gives the remaining time information. 3. Shows the state of charge (Connected or Disconnected on power sector). 4. Instant information after connection or disconnection from power source. Hope this can help. Best Regard. For

What is My IP Address

Submitted by Emery Paul on
Hello every one. Here is a small app made with the help of C# which give you your current IP Address. Hope this can help. For more informations contact me at: Email :[email protected], [email protected] Facebook : https://www.facebook.com/emery.paul.71 Twitter: https://twitter.com/EmeryPaul40 Skype- [email protected] Instagram: https://www.instagram.com/emerypaul2654/ WhatsApp

Hotel Management System

Submitted by [email protected] on
The system User can not reserve things (bed rooms on line) that they want. The hotel cannot advertise the service that they give. Users cannot access hotel information. The absence of database management systems. Existing systems is prone to inconsistency & error. Unclear information. Difficult fast data insertion & retrieval. Difficult to generate report. Difficulty in organizing and generating

Simple 3D with Cross-Eye view

Submitted by Eclipsed Lunatic on
It's based upon the "Simple 3D" program by mrdobLedos. I expanded it with a second similar animation to create a real 3D view of the animation using the Cross-Eyed View. The cross-eyed method can be used on stereoscopic pictures/animation where the left image is on the right side and vice versa. It requires no 3D glasses or gear, only the desire to learn. 1) Look at what looks like two identical

Receive SMS In Android

Submitted by admin on
This Android App allows you to receive SMS. Once the SMS is received, it display the message at the top of your phone using Toast class. In desktop programming, it’s just like a message box. The SMS received display without focus. Those it is unobtrusive to the user. Download the code and study how SMS works on your phone.

Free Flow Game For Android

Submitted by admin on
In this game, the player is tasked to connect all the matching colors with the pipe. It can be done by pressing a certain color and then holding it while dragging it to its matching color. There is one ultimate goal – to connect all the matching colors without the pipes intersecting or overlapping with each other. This game which is perfect for everyone who loves tricky puzzles is also perfect for someone like you who wants to level up his programming skills. Studying its code will surely give your programming skills a big leap.

Ruby: How To Connect To SQLite Database

Submitted by razormist on
In this tutorial we will create A Simple Database Connection Using Ruby/SQLite.Ruby is a dynamic, object-oriented, general-purpose, easy syntax kind of programming language. Most developers find it enjoy to work around with Ruby, and enjoyment is a great motivator for beginners. Ruby display an understandable errors, so you'll still be able to track the problematic part of errors. So let's start