Advertisement

Results for "Category: String Manipulation"

6_2008-2009 #207405
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.

6_2008-2009 #207421
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.

6_2008-2009 #207454
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.

6_2008-2009 #207553
Working with Datsets & Datatables using .Net (Aggregate Functions)

This article tries to explain how to perform aggregate functions on your Datatable.

6_2008-2009 #207656
Convert Columns To Rows

Convert Columns To Rows for Excel. Select Cells and copy to clipboard. Click then past back to excel.

6_2008-2009 #207683
Authentication Made Easy Version 10.5!

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

6_2008-2009 #207693
Film Review

This code displays the title of the movie being reviewed then desplays the review

6_2008-2009 #207739
ADO LIKE DAO IN VISUAL BASIC BY VISUAL C++ SECURE YOUR DATABASE *.mdb FILE BY PASSWORD

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

6_2008-2009 #207740
Sorting array and removing duplicates

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.

6_2008-2009 #207741
Removing duplicates from an unsorted string array

Removes all duplicates from an unsorted string array

6_2008-2009 #207750
Conspiracy Generator

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.

6_2008-2009 #207775
Database Search Example

This is a small example of how to get input from visitor at your site, search a database, and send them the results.

6_2008-2009 #207792
MyVar

when you use string variable in VB to handle large string values the process take long time and as the variable go larger it take more time MyVar offers faster handling for string data

6_2008-2009 #207878
Dot Net HTML Menus

This project builds menus by reading from an Access Database. It creates a pure HTML dropdown menu and a treeview which uses HTML and one tiny Javascript function. It will show basic database functions using the new OleDB functions and objects of dot net.

6_2008-2009 #207899
XML database application

This code shows how can power up databases applications with XML . It use common and simple way to send and receive data, in xml form over HTTP and convert it to html using XSLT

6_2008-2009 #208043
Dynamic Excel or Word File from MySQL

This script takes the contents of a MySQL table and dumps it to either a dynamically-generated MS Word File (file with ending '.doc') or a dynamically-generated MS Excel File (file with ending '.xls'). You can place this script on any Unix/Linux or Windows Server running PHP & MySQL, but you have to access it using a browser on a Windows computer with Word or Excel installed on it. This script does not use COM objects and does not support multiple Worksheets in Excel. It can be used not only for creating complete dumps of MySQL tables (as Word or Excel files), but can be very easily modified to support just about any kind of select statement you'd like to use.

6_2008-2009 #208138
_String Auto Backspace_

With this extremely easy code, you can erase a character at the end of a string or in a textbox with a click of a button. Very easy code and every line is commented. DON'T forget to vote.

6_2008-2009 #208179
Word Frequency Analyser

Paste the contents of a plaintext document into the main multiline text box, click "Parse," and this program creates an array for each unique word and the frequency at which the word occurs in the string. I made this to check my own writing for over-used words; if you're a writer you may notice how you tend to use the same words over and over again; in conjunction with a thesaurus this could be a powerful tool to liven up your use of vocabulary.

6_2008-2009 #208280
TVanover.DDL

This is a Dynamic Data Layer class library that would be used on a Web based multiple tiered application in conjunction with SQL Server. It includes a TSql Script for three supporting stored procedures as well as source containing several classes. Basically it queries the parameters of stored procedures and holds a static dataset with multiple tables to populate the parameters collection automatically while the web application is running. These can be updated by calling the update method for new or change parameters. During the development cycle no parameters ever have to be recoded due to changes in the requirements and new components never have to be coded.Bottom line is this library cuts 33% of development time on a Multi Tiered application.

6_2008-2009 #208304
Smart Flex Input

Ever too tired to control user's input? Ever want to control maxlength of a combobox? Ever want to validate and correct and hint(optional) user's input automatically? This is what you need to control user's input with textbox, combox etc. I am working on it and have figured out many improvements that can be done if you are so kind to rate it! Any comment or vote is appreciated! Please vote for it if you guys desire a much better version :-)

Languages
Top Categories
Global Discovery