Advertisement

Results for "Category: String Manipulation"

7_2009-2012 #236581
Regular Expressions (Regex/Regexp)

Shows you how to use Regular Expressions to parse data from a string. You can find more information on Regular Expressions at http://msdn.microsoft.com/en-us/library/1400241x(VS.85).aspx This is the best way I could figure out how to say parse proxies from a website. If you like it please vote.

7_2009-2012 #236588
Jaro-Winkler String Comparison

I think this is the first Jaro-Winkler Algorithm here on PSC. Description: The Jaro–Winkler distance (Winkler, 1990) is a measure of similarity between two strings. It is a variant of the Jaro distance metric (Jaro, 1989, 1995) and mainly used in the area of record linkage (duplicate detection). The higher the Jaro–Winkler distance for two strings is, the more similar the strings are. The Jaro–Winkler distance metric is designed and best suited for short strings such as person names. The score is normalized such that 0 equates to no similarity and 1 is an exact match. References: http://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance lingpipe http://lingpipe-blog.com/2006/12/13/code-spelunking-jaro-winkler-string-comparison/

7_2009-2012 #236640
EasyDB - MySQL

Example Code to illustrate class/object using php. Example for database conectivity class.

7_2009-2012 #236771
Find Function For TextBox - [ New Update ]

This is an example of 'Find Function' for TextBoxes.It can perform MachCase,WholeWordOnly search and easy to use.Now updated.I want your 'FeedBack'and never forget to -Rate- this code.Thanks to Rde:-),you strikes once again.

7_2009-2012 #236779
Find Function For FlexGrid - [ Updated ]

This is a sample 'FindOnGrid Function For FlexGrid' . This code is made on a request from PSC. This function can search your 'FlexGrid' and will setfocus the cell which containing the text. It can Perform 'WhorlWordOnly', 'MatchCase' search. The additional option , ie searching with the 'cell Backcolor' is also included , which was in the request. I uploaded this code , to get useful to somebody else too. Your comments are welcomed. Good Luck!

7_2009-2012 #236830
Simple Cashier Application

This code show you a simple cashier application, which include user login, add to datagrid and manipulate it, OleDbDataAdapter, DataSet, OleDbDataReader and insert to Access with OleDbCommand

7_2009-2012 #236857
Unique Serial Number Protection **UPDATED AGAIN - Version 1.5**

This is an example of a method for developing a serial based registration/activation for your software. It develops a 25 digit using the hard disk serial number of the user, and a ProductID which you supply. The user is provided with a request code, which is sent to you, and you send back the serial based on the request code. I've found it to work pretty well. Though I would share it with everyone else. There is negligible commenting in the code, however use the note and help utility to see how the code works, and how each process takes place. Easy to manipulate to meet your need. Hope it's of some use to someone... **UPDATED - Version 1.2** Added new features such as digit swapping and label previews. Also changed certain routines. **UPDATED AGAIN - Version 1.5** Added sample registration form. Good example of how to allow users to paste the whole key into one textbox, and have the program split it to fill up all 5 appropriately...

7_2009-2012 #236956
Allow UPPER-CASE only in a Text Box

Easy trick to allow only text and converts it to upper-case. (Backspace is optional)

7_2009-2012 #236963
Payroll System

Garment Payroll System

7_2009-2012 #236968
Update database from Datagridview

Update datagridview into database

7_2009-2012 #237071
VB Real Time Syntax Color With Function List

Super real time color syntax with list of function sub and more also with auto indent you must try it very cool and powerful please vote for me if you like my code thank you.

7_2009-2012 #237072
Editor (C++ VB Java and more) Real Time Syntax Color

editor real time color it load file for coloring C++ VB etc.. up to file fast code color cool try and you see. please vote for my code

7_2009-2012 #237073
help tool tip (like in VB)

tool tip it like you type Split and ( then it will show the help like Split(Expression As String, [Delimiter], [Limit As Long = -1], [Compare As VbCompareMethod = vbBinaryCompare]) like in VB

7_2009-2012 #237085
Trainee Management System

Database Management Using ADO.NET/VB.NET/ACCESS 2003

7_2009-2012 #237089
Reminder Program

Reminder program, the program can help you for remind you to any event. from this reminder you also can open any program, open URL and shut down ur PC automatically whenever you want. Then from the program you also can playing sound (WAV). Enjoy With the source code...

7_2009-2012 #237090
Formatted MsgBoxes

I got really tired of having MsgBoxes that reached across the screen to deliver one or two lines of text, so I decided to write a function that would keep them about the same width. The function will add line breaks to keep the length of each line about 70, with variation according to content. I tried to keep the context of the input about the same by only breaking at spaces, dashes, and underscores. The code's a little sloppy, in my opinion, but sadly I'm not even sure how to clean it up.

7_2009-2012 #237107
DataGridView ComboBox in column using code

This simple code is written to demonstrate using DataGridView through code. Adding combobox to its column, filling combobox from table, setting list index of combo box, add and updating rows, soon I will upload more examples regarding events.

7_2009-2012 #237140
SmartDBBackUp

compressed backup of database. you can learn how to readxml update it to database and how to write xml files access to xml database backup and restore using ado.net.oledb database compact and compress upto 50 times use gzip in vb.net use app.path merge dataset update dataadapter

7_2009-2012 #237192
A fast method to Remove Duplicates from Word Lists

Remove duplicate items from word lists.

7_2009-2012 #237193
_Parse Proxies From Cybersyndrome.net_

Parses the non-anon proxies from cybersyndrome.net/pld.html

Languages
Top Categories
Global Discovery