Weather Monitoring Station with Flood Monitoring System

Submitted by donbermoy on
Microcontroller-Based Weather Monitoring Station with Flood Monitoring System was my thesis in the degree of Bachelor of Science in Computer Engineering. This device made our group awarded as Best Thesis of the Year. The server station was programmed using Mikro-C and the remote station was programmed through Visual Basic.NET and MySQL as backend. I shared this code so that we can actually

Online Help Site (for Consultants and Clients)

Submitted by kariuki on
This website is intended to be used as an online help site .The systems is supposed to create platform for Consultants with various skills to assist clients who need their services . The Admin of the system activates and deactivates the users of the site . Clients submits their queries to consultant of their choice so that their issues can be sorted out . They send messages to each other until the

Bubble Sort in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for bubble sorting using vb.net console. We all know that bubble sort is a sorting algorithm that is repeatedly searching through lists that need to be sorted, comparing each pair of items and swapping them if they are in the wrong order. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Read Data from a Text File using Java

Submitted by donbermoy on
Today, I will teach you how to read data from a text file using Java. We're done with creating files and writing/appending files, so now we will proceed to reading of data from any files but here we just use the text files or .txt file extension. So, now let's start this tutorial! 1. Open Notepad. Put any data in there, for example, i have write " Sourcecodester is the best!". Save it to the same

Compute Number of Days to Months and Days in Java GUI

Submitted by donbermoy on
This tutorial will teach you how to compute a given number of days to months and days using Java GUI. For example we input a number of days of 65, the equivalent months and days is 2 months and 5 days. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of monthsDays.java. 2. Import javax.swing package. Hence we will use a GUI (Graphical User Interface) here like the inputting the number of days.

Veterinary Clinic Management System for Surigao Pet Doctors

Submitted by donbermoy on
This is a system entitled Veterinary Clinic Management System for Surigao Pet Doctors that was programmed using Visual Basic 6.0 and SQL Server 2000. This is a thesis software/capstone project made by my friend way back in college. This system helps the pet shop clinic, clients, and health care services for pets. This system features: Register Clients Register Pet Check-up Confinement Surgery ____