Advertisement

Results for "Author: atul brad buono"

3_2004-2005 #134428
_Hide Internet Explorer Hotkey

This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!

3_2004-2005 #136104
_InStrLike

This is a combination of InStr and the Like operator. It returns the position of a mask within a string. The parameters are all user friendly variants just like the regular InStr function. Example: InStrLike("Test String 123abc45 Stuff","###*##") returns 13, because 123abc45 matches the mask and it starts at character 13. Hope this is useful to somebody.

3_2004-2005 #143646
_A Smart String Comparison

This takes 2 strings and returns the percent alike that they are. (i.e. "test string number 1" is 86.48% similar to "teststring numb 2") This function is very useful! You can use it in databases to match data that may have errors in it. Examples being people's names, company names, addresses, or anything else where you may encounter misspellings or inconsistencies in the data. Your feedback and/or votes are greatly appreciated! -- NEW - updated to use byte arrays instead of strings, 50-300% performance improvement! An implementation of the , Ratcliff/Obershelp/Levenshtein method.

3_2004-2005 #145066
_String Replace (for real)

Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.

4_2005-2006 #154548
_InStrLike

This is a combination of InStr and the Like operator. It returns the position of a mask within a string. The parameters are all user friendly variants just like the regular InStr function. Example: InStrLike("Test String 123abc45 Stuff","###*##") returns 13, because 123abc45 matches the mask and it starts at character 13. Hope this is useful to somebody.

4_2005-2006 #154549
_Hide Internet Explorer Hotkey

This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!

4_2005-2006 #154550
_A Smart String Comparison

This takes 2 strings and returns the percent alike that they are. (i.e. "test string number 1" is 86.48% similar to "teststring numb 2") This function is very useful! You can use it in databases to match data that may have errors in it. Examples being people's names, company names, addresses, or anything else where you may encounter misspellings or inconsistencies in the data. Your feedback and/or votes are greatly appreciated! -- NEW - updated to use byte arrays instead of strings, 50-300% performance improvement! An implementation of the , Ratcliff/Obershelp/Levenshtein method.

4_2005-2006 #154551
_String Replace (for real)

Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.

5_2007-2008 #177066
_InStrLike

This is a combination of InStr and the Like operator. It returns the position of a mask within a string. The parameters are all user friendly variants just like the regular InStr function. Example: InStrLike("Test String 123abc45 Stuff","###*##") returns 13, because 123abc45 matches the mask and it starts at character 13. Hope this is useful to somebody.

5_2007-2008 #177067
_Hide Internet Explorer Hotkey

This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!

5_2007-2008 #177068
_A Smart String Comparison

This takes 2 strings and returns the percent alike that they are. (i.e. "test string number 1" is 86.48% similar to "teststring numb 2") This function is very useful! You can use it in databases to match data that may have errors in it. Examples being people's names, company names, addresses, or anything else where you may encounter misspellings or inconsistencies in the data. Your feedback and/or votes are greatly appreciated! -- NEW - updated to use byte arrays instead of strings, 50-300% performance improvement! An implementation of the , Ratcliff/Obershelp/Levenshtein method.

5_2007-2008 #177069
_String Replace (for real)

Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.

6_2008-2009 #199584
_InStrLike

This is a combination of InStr and the Like operator. It returns the position of a mask within a string. The parameters are all user friendly variants just like the regular InStr function. Example: InStrLike("Test String 123abc45 Stuff","###*##") returns 13, because 123abc45 matches the mask and it starts at character 13. Hope this is useful to somebody.

6_2008-2009 #199585
_Hide Internet Explorer Hotkey

This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!

6_2008-2009 #199586
_A Smart String Comparison

This takes 2 strings and returns the percent alike that they are. (i.e. "test string number 1" is 86.48% similar to "teststring numb 2") This function is very useful! You can use it in databases to match data that may have errors in it. Examples being people's names, company names, addresses, or anything else where you may encounter misspellings or inconsistencies in the data. Your feedback and/or votes are greatly appreciated! -- NEW - updated to use byte arrays instead of strings, 50-300% performance improvement! An implementation of the , Ratcliff/Obershelp/Levenshtein method.

6_2008-2009 #199587
_String Replace (for real)

Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.

7_2009-2012 #222102
_InStrLike

This is a combination of InStr and the Like operator. It returns the position of a mask within a string. The parameters are all user friendly variants just like the regular InStr function. Example: InStrLike("Test String 123abc45 Stuff","###*##") returns 13, because 123abc45 matches the mask and it starts at character 13. Hope this is useful to somebody.

7_2009-2012 #222103
_Hide Internet Explorer Hotkey

This makes all your Internet Explorer windows disappear (boss key)! Just press windows key + Z to hide all IE windows, and windows key + shift + Z to unhide all IE windows. Great example of subclassing, hotkeys, API calls, enumeration, callback functions, and use of the system tray. Your feedback (and/or votes) are greatly appreciated!

7_2009-2012 #222104
_A Smart String Comparison

This takes 2 strings and returns the percent alike that they are. (i.e. "test string number 1" is 86.48% similar to "teststring numb 2") This function is very useful! You can use it in databases to match data that may have errors in it. Examples being people's names, company names, addresses, or anything else where you may encounter misspellings or inconsistencies in the data. Your feedback and/or votes are greatly appreciated! -- NEW - updated to use byte arrays instead of strings, 50-300% performance improvement! An implementation of the , Ratcliff/Obershelp/Levenshtein method.

7_2009-2012 #222105
_String Replace (for real)

Replaces all occurances of a given substring with another substring in a String object. I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't work, because if it doesn't work for you then it doesn't work for me! Thanks.

Languages
Top Categories
Global Discovery