Data File Utility 1.3

Submitted by raffyapurillo on
USES and Instructions: 1. DEDUPS 1.1) Browse an input file. You will see a preview of data on the table. 1.2) Select the correct column delimeter of the file. 1.3) Type the Text Qualifier (if any) [It is character(s) that encloses every value]. 1.4) Select a column on the table as the basis of deduplication (1st Column is the default). 1.5) Click "Analyze", You will see a preview of data on the

Simple Login using Visual Basic 2010 (SQL Server database)

Submitted by EmbuscadoGeoff on
Simple Login System using Visual Basic 2010. The File-type for its database is SQL SERVER. This Project is for beginners specially for those who are developing System and finding their security purposes for their System using in Visual Basic 2010. This is for Education purposes. Mabuhay Filipino Programmers~!

Decimal to Binary Converter in Java (Console Based)

Submitted by onyx_ash08 on
Today, we will try to create a Java program that enables the user input a DECIMAL number then it will convert to its BINARY equivalent value. If you remember, I posted a tutorial about a Java program that converts a decimal number to its octal value (you can read here). There are lot of sites from the Internet that you can download the program source code but in this tutorial, I made my own code