Blogspot - learningmela.blogspot.com - Learning Mela
General Information:
Latest News:
Word Type Count 9 Jan 2013 | 05:10 pm
"Word Type Count" is a tool developed in Java, useful to count number of occurrences of each word in a given String. It also counts the total number of words in the given string. The tool would look l...
Word Type Count 9 Jan 2013 | 05:10 pm
"Word Type Count" is a tool developed in Java, useful to count number of occurrences of each word in a given String. It also counts the total number of words in the given string. The tool would look l...
Shell script to check folder permissions 9 Jan 2013 | 05:09 pm
Click here to download the shell script to monitor the directory permission in Unix/Linux. Visit Projects page of learningmela.com to download more projects.
Shell script to check folder permissions 9 Jan 2013 | 05:09 pm
Click here to download the shell script to monitor the directory permission in Unix/Linux. Visit Projects page of learningmela.com to download more projects.
Java program to create PDF files 9 Jan 2013 | 05:08 pm
The below is a program to create a PDF text file in Java language. This program reads a line of text from user and the text will be written to a pdf file. The pdf file name also be taken from the use....
Java program to create PDF files 9 Jan 2013 | 05:08 pm
The below is a program to create a PDF text file in Java language. This program reads a line of text from user and the text will be written to a pdf file. The pdf file name also be taken from the user...
Java Program to use LDAP server 9 Jan 2013 | 05:07 pm
The below is a java program to demonstrate how to use the LDAP server connection to validate a user authentication. To check the authentication using LDAP server we required the user id and its passwo...
Java Program to use LDAP server 9 Jan 2013 | 05:07 pm
The below is a java program to demonstrate how to use the LDAP server connection to validate a user authentication. To check the authentication using LDAP server we required the user id and its passwo...
Java program to create zip files 9 Jan 2013 | 05:06 pm
The below is a java program to demonstrate how to create zip files. In the below program we are taking an input file test.html and a zip file named outFile.zip will be created which will contain the i...
Java program to create zip files 9 Jan 2013 | 05:06 pm
The below is a java program to demonstrate how to create zip files. In the below program we are taking an input file test.html and a zip file named outFile.zip will be created which will contain the i...