|
WildCard Compare Strings by Patrick Sawyer (aka MyStiCaL) 10/3/2008 4:14:44 AM Language: Visual Basic
I wrote this article for a bot to compare users when banning them from a channel.
so this way you can for a user using '*' as wildcarding like this.
CheckWildCard("myst*", "mystical")
will return a true.
CheckWildCard("*ys*, "mystical")
will also return a true.
CheckWildCard("tw*, "mystical")
will return false as its no where to be found in the word. :]
I really don't like the use of the LIKE Operator, It's a pile, and somtimes it wont function rite, I know ways to break it.
|
First and Last Date of Week by SikanderMandal 8/22/2008 4:40:32 AM Language: SQL
I had problem in finding Week First and Last Date, but after 15 mins. I am able to get it wright. Please read this code and do vote for me.
|
how to create a Query Builder Dynamically by Marselle Caston 4/21/2008 8:09:20 PM Language: Delphi
To show how easy it is to create a Dynamic SQL building tool for end users in any application. I am using the DBDemos Database tables for this example the Customer.dbf you can use any database for this example.
|
delete duplicate rows in mysql using php by Bardhyl 9/16/2008 2:01:25 PM Language: PHP
Removes duplicate records in a table
EX.
|id|name|
==========
|1|test|
----------
|2|php|
----------
|3|test|
----------
Result
|id|name|
==========
|1|test|
----------
|2|php|
----------
|
Query to MS Excel by Tim Garver 7/5/2008 3:56:19 PM Language: Cold Fusion
Output excel file easy with ColdFusion MX.
Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion.
I wanted to update this with the newer easier way to accomplish the same goal.
have a search page with an output type drop box called "otype" values("web","xls","prt")
Write out your page in an HTML table with the columns you want in excel.
Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the otype or a fo ... (see entry for full description)
|
Deleting IE Temp Cache Files by NickAd 9/26/2008 4:44:08 PM Language: .Net
To delete the Internet Explorer Temporary cache/files, specifically the index.dat
To make the code more readable you can download the document in a zip file.
|
|
| |
|
|
|
|
Choose Your Language:
 | Visual Basic (4,986,290 lines) (228 jobs) |  | Java / Javascript (434,645 lines) (169 jobs) |  | C / C++ (1,176,038 lines) (145 jobs) |  | ASP / VbScript (280,550 lines) (101 jobs) |  | SQL (75,478 lines) (194 jobs) |  | Perl (92,328 lines) (51 jobs) |  | Delphi (273,269 lines) (13 jobs) |  | PHP (223,281 lines) (61 jobs) |  | Cold Fusion (8,853 lines) (30 jobs) |  | .Net (588,405 lines) (811 jobs) |
|
Find extra paid coding work from the comfort of your own home at http://www.RentACoder.com!
|