Advertisement

Results for "Category: String Manipulation"

6_2008-2009 #206634
Phonebook.cpp

Phone book just to help people get started. Had to do it for school. EDITS, DELETES, SORTS, PRINTS, DISPLAY, SAVE (DISK), RETRIEVE (DISK). thats about it.

6_2008-2009 #206646
ASP Multi-word database search (Updated)

After digging around and trying to find a decient multi word search function, I ended up building my own. This ASP page and database splits the words up and combines them with a SQL query string. It also allows you to resubmit a search for a "More Like This" link which resubmits the Keywords back into the page and searches for those words within the database Keyword attribute. Someone who found a bug reported it to me and I've since corrected it. If you find any more let me know! Thanks all for the votes

6_2008-2009 #206649
Simple base64 Example

Simple base64 Encode/Decode example. I didn't write the module. It was written by these guys at www.di-mgt.com.au - They have this really good example of base64 plus crypto examples.

6_2008-2009 #206663
Song/Poem Assistant

This program searches through a list of words and tries to find words that sound similar to the one you are looking for, such as Light and Bright. Quite simple. Keywords: Wordlist, list character rhyme common controls

6_2008-2009 #206725
Validate TextBox

tis is a simplest way of validating user input. Yust open the project and press F5... check TAG properti in text boxes... You can program validation in RUN TIME or at DEVELOPMENT TIME...

6_2008-2009 #207051
Import CSV into DataSet

***UPDATED*** Import a CSV file into a dynamically created table in a Dataset. You can specify the field separator and text qualifier characters. You can say whether or not the first line in the CSV is the data header. You can save the imported CSV back out as CSV or XML. I use regular expressions to separate the fields, unlike some that use the Split function. Feel free to use and play with. If you find any problems, please let me know. The code has now been updated with the optional parameters removed turned into an overloaded procedure.

6_2008-2009 #207071
Retrieve Tables and Column From ODBC

This program retrieve the tables and column existing from DSN ODBC. To do, use the OpenSchema method frmo ADO.

6_2008-2009 #207072
ASP Online Exam

ASP Online Exam, this is a quizzing website pulling question from question bank database [Access]. it also has a very useful set of administrator tools where in the admin can create new new Exams, monitor students performance generate reports and update question bank database. code is quite neat and fully commented, will be helpful for ASP Database beginners.

6_2008-2009 #207105
Simple Notepad style app

Just a simple Notepad style program that has a few extra features. Dont give any credit cause it really sux as a competitor:) Just added it to help u make your own program and i think it will REALLY help you

6_2008-2009 #207146
English To French Translation Program

This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.

6_2008-2009 #207147
English To French Translation Program(UPDATE!)

This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.

6_2008-2009 #207184
ASP forms XP Style

This is a small data entry form in Windows XP style for the browser (IE). Addressess basic data base functionality such as INSERT, DELETE and UPDATE, as well navigation thru the record set.

6_2008-2009 #207199
Convert SQL To HTML Table

Returns the results of a SQL query as an HTML table. This small function is not only very fast it also simplifies the programming logic for displaying data.

6_2008-2009 #207234
INI Code Database

Who says you cant store code in a INI file ! The workarounds where quite easy ! Name says it all. Enjoy !!!

6_2008-2009 #207247
VB6 Embedded Resource Templates For Dummies

An explanation of windows resource templates.

6_2008-2009 #207271
LabDev Builder - Beta 1

LabDev sBuilder is designed to automate the boring task of building a Form & ASP page to receive and process the values submited; Once stablished a Connection, it generates all the necessary ASP ode for you, to manage a particular table; It generates code for the Form, Request.QueryString & Request.Form, Sql Insert, Update & Delete, and Connection Obj/String :-)

6_2008-2009 #207287
Splitting Strings

The purpose of this article is to teach the reader how to split a string into fragments and use the fragments effectively. Useful for Winsock programs, date commands, and other possible needs.

6_2008-2009 #207288
Using MySQL with Visual Studio

If you're just wondering how to use MySQL with VS.NET or are having problems, give this a try.

6_2008-2009 #207323
Extract HREFs (HTML Hyperlinks)

Extract hyperlinks from any HTML file. Create an output HTML file with options like sorting URLs, specifing colors, filtering links....

6_2008-2009 #207360
Multi User Login & User Authentication

Multi-User Login & User Authentication with database connectivity. The files includes - login, Registration, Password Retrieving, Authentication and added files. Plus Admin files for viewing and editing database content online. Please feel free to change the code accordingly. Please Rate The Code. The Code has been updated with new files. Site Administrator can view the full details of Registered Users. The Code is running online on follwoing URL - http://rahul123.ipdz.com/login/

Languages
Top Categories
Global Discovery