Advertisement

Results for "Category: String Manipulation"

ASP_Volume3 #56330
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

ASP_Volume3 #56392
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...

ASP_Volume3 #56718
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.

ASP_Volume3 #56738
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.

ASP_Volume3 #56739
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.

ASP_Volume3 #56772
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

ASP_Volume3 #56813
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.

ASP_Volume3 #56814
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.

ASP_Volume3 #56851
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.

ASP_Volume3 #56866
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.

ASP_Volume3 #56901
INI Code Database

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

ASP_Volume3 #56914
VB6 Embedded Resource Templates For Dummies

An explanation of windows resource templates.

ASP_Volume3 #56938
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 :-)

ASP_Volume3 #56954
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.

ASP_Volume3 #56955
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.

ASP_Volume3 #56990
Extract HREFs (HTML Hyperlinks)

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

ASP_Volume3 #57027
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/

ASP_Volume3 #57072
Auto RegEx Tool

You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily with this tools. Actually, I developed this tool for formating Annotated Corpus text files. Some features; • New Feature : - "Conditional Regular Expressions" Now, you can add "Bigger" > or "Smaller" < conditional operator to your regular expressions for numbers. Ex; \d{2>10} matches 2 digit numbers bigger than 10. • RegEx Options: You can make a list of Regular Expressions and apply them one by one automatically with specified actions easily. - Add, Edit, Remove RegEx. - Add actions to your Regular Expressions like 'Replacing', 'Highlighting', 'Writing the matches to a file', 'Removing'. - Save the list of your Regular Expressions for later use. - Library of frequently used Regular Expressions ready to use. Such as extracting URLs, Emails etc... • Apply RegEx: Starts evaluating the list of Regular Expressions you've added one by one. • Quick RegEx: You can evaluate your Regular Expressions quickly with this function.

ASP_Volume3 #57088
Squeeze

Removes extra spaces from given string. eg. Squeeze("^^too^^many^^^spaces^^")returns "too^many^spaces". NB.Read a carat ^ as a single space above. Planet Source code mangles multiple spaces in submitted text.

ASP_Volume3 #57121
A faster method to apped text to a textbox

It provides a faster method to adding text to a text box. This works best if you are working with a large amount of data.

Languages
Top Categories
Global Discovery