In this tutorial you are going to see, how to parse JSON data that is coming from a PHP file in jQuery. If you already
Category: Programming
Are you looking to make your own PHP Percentage Calculator?, then you are at the right place. What you will learn from this PHP
This is a basic Python program which helps school and college students to improve their knowledge in Python. If you don’t know what is factorial, here
This is another School / College fun program which is mostly been used in School lab to teach the basics of PHP such as if condition, for
A simple Java Program to find the localhost IP Address of your System.
1 2 3 4 5 6 7 8 9 |
import java.net.InetAddress; public class ipAddress { public static void main(String args[]) throws Exception { InetAddress HostIP = InetAddress.getLocalHost(); System.out.println("Your IP4 Address : "+HostIP); } } |
To find you need to import InetAddress package. Output of the
Reading a file in Python is very simple, In this tutorial you are going to see how to read a file as well as count the
I’m basically a PHP developer, but there was a situation where I have to work with a Python script, you know what? I have to
Here is another JSP program to check leap year, you will learn the below JSP tricks from this program: 1. Retrieve the value from HTML form in
Today’s lesson is an interesting one and not often discussed by many. PHP script to find a string in a file and return the line
Today we are going to write a JSP web application program to find the entered string is Palindrome or not. This program is a pure