Results for "Category: String Manipulation"
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.
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.
Who says you cant store code in a INI file ! The workarounds where quite easy ! Name says it all. Enjoy !!!
An explanation of windows resource templates.
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 :-)
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.
If you're just wondering how to use MySQL with VS.NET or are having problems, give this a try.
Extract hyperlinks from any HTML file. Create an output HTML file with options like sorting URLs, specifing colors, filtering links....
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/
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.
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.
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.
This article tries to explain how to perform aggregate functions on your Datatable.
Convert Columns To Rows for Excel. Select Cells and copy to clipboard. Click then past back to excel.
Welcome To Authentication Made Easy Version 10.5!!!!! X-CART SOFTWARE PRO 4.1.9 + GOLD 4.0.4 mnisecure: MNISECURE, Advanced Member Managment a major upgrade from WEBLOCK. No SQL UserAuth: This is all PHP Code, No database needed for a user authentication and environment. ENJOY THIS NEW PROJECT! PHP Authentication: Basic Page Authentication - User Administration In Mysql Alternate Authentication: .htaccess Access With Directory Authentication With User Administration Tool ALL BUILT IN PHP vSignup: Signup Machine And Authenticator For Web Users Of Your Site! vAuthenticate: User Admin Tool For Authentication vSignup and vAuthenticate Are Two Different Codes Not The Same. SiteHelm: Website builder interface with excellent tools! ENJOY!!! Flash Authenticator: Authenticate users without them knowing your file extentions! You can send them to any page you with with the extentions. You want their sn blocked? Send the url to a blocked member page! EASY AS 123! SEE SCREEN SHOT ON MY CODE PAGE on http://www.planetsourcecode.com/ In the PHP Section Type In Authentication Then Click On Authentication Made Easy. Comment my code and vote. http://shop.jerrymcelraft.com/ Jerry McElraft Inc. znet@z1035netfm.com YAHOO: jr_mcelraft MSN: thelostcrowsloft@hotmail.com
This code displays the title of the movie being reviewed then desplays the review
example of use ADO to CONNECT to your database *.mdbfile on the hard disk without need ODBC and treat it like DAO in visual basic
The following code is a demonstration of how to remove duplicates from a string array as quickly as possible. The program first uses the very fast TriQuickSort algorithm to sort the array after it has been dimensioned and populated. Then it uses the remdups sub to remove any possible duplicates from the array. remdups assumes that you don't want any vbNullString in your array, if you would, then just replace vbNullString in the remdups sub with any other character, like Chr$(1), or whatever that floats your boat. This code can be used to remove duplicates from arrays that contains hundreds of thousands of entries, even millions. And it's very fast.
Removes all duplicates from an unsorted string array
Shows Random Number Coding, Case Select and a good for next loop with Listbox. Also a simple counter. Combines words into full sentences. Fun program too, sort of funny, but some generated conspiracies may be TRUE (ewwwww - spooky). Feedback appreciated.