Network Programming in Java - #4 - Receiving and Sending Data - Server Listener & Client sendTCP Method

Submitted by GeePee on
Introduction: This tutorial is the fourth in my Java Network Programming using KryoNet series in which we are going to be adding a listener to our server and sending test data over TCP from the client to the server. Previous: In the previous tutorial we created a test client to connect to our test server. TCP vs. UDP: TCP and UDP are both Protocols which transmit data from one point to another through data streams.

Determine Country Currency and Symbol in VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that will first display all the countries in the world and will determine the currency of the country inputted using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Display All Countries in the World using Globalization in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a program that displays all countries in the world using globalization in VB.NET. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one ListBox named ListBox1 to display the countries.

Network Programming in Java - #3 - Creating a Test Client

Submitted by GeePee on
Introduction: This tutorial is the third in my Java Network Programming using KryoNet series in which we are creating a test client to connect to our test server. Previous: In the previous tutorial we created a test server. IMPORTANT: A) Your server and client can not be running at the same time, in Eclipse, in the same Java Project.

Network Programming in Java - #2 - Creating a Test Server

Submitted by GeePee on
Introduction: This tutorial is the second in my Java Network Programming using KryoNet series in which we are creating a test server. Previous: In the previous tutorial we downloaded the KryoNet files and set up our projects. Test Server: So first, create a new file called Main (can be whatever you like) and add the following imports...

Computer Assisted Instruction Simulation(CAIS)

Submitted by Dalimark Tenio on
Computer Assisted Instruction Simulation (CAIS) of Computer Parts is a self-teaching technique involving interaction of the student whereby computer is used to present the instructional materials and monitor the learning that takes place. Instead of bringing computer parts, we create a computer simulation parts that simulates computer parts and functions, traveling packets and also it has an

GIS App for Flood-Prone and Disease Affected Areas

Submitted by donbermoy on
GIS App for Flood-Prone and Disease Affected Areas is one of the capstone project that I have created in a particular school. Features of the application: - Geographic Map - GIS - Flood Prone Map - Urban Map - Search a particular area - Has SQLite Database - Display Baranggays and their number of Diseases - Has GPS that can find your current location GIS Application provides Flood Monitoring and Disease Outbreak Information. Install Map.apk in the Objects folder after downloading the full source code. For more inquiries and need programm