|
Bug free TrimNull function by Rde 1/2/2009 12:05:03 AM Language: Visual Basic
This test project came about when I found that the fastest TrimNull solution did not handle null delimited/double null terminated strings correctly. When opening multiple file names the string would be truncated at the first null character. I found solutions that worked but were very slow so I did some testing and here is that test project
...
The accompanying zip file contains the test project as well as a File Open and Save As class that uses the TrimNull version shown below to correctly ope ... (see entry for full description)
|
Memory hacking by ShadowRayz 10/28/2008 5:55:19 PM Language: C/C++
Demonstrates memory hacking and random numbers in C++
|
UNIX Shell Script - by Dinesh Kumar by Dinesh Kumar S 1/5/2009 5:54:49 PM Language: SQL
A Basic UNIX SHELL SCRIPT tutorial for freshers & Beginners. All the concepts are explained with Simple Example with explanations & Screen shots. Hope This will be useful.
|
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)
|
Select Case by Thomas Wilson 1/3/2009 1:00:01 PM Language: .Net
This is a very simple method that can replace If Statements and less lines of code.
Very handy if you write alot of If statements in one function or sub
|
|
| |
|
|
|
|
Choose Your Language:
 | Visual Basic (5,021,039 lines) (231 jobs) |  | Java / Javascript (444,799 lines) (173 jobs) |  | C / C++ (1,190,816 lines) (150 jobs) |  | ASP / VbScript (281,859 lines) (101 jobs) |  | SQL (76,758 lines) (196 jobs) |  | Perl (92,328 lines) (52 jobs) |  | Delphi (273,388 lines) (13 jobs) |  | PHP (226,060 lines) (63 jobs) |  | Cold Fusion (9,204 lines) (30 jobs) |  | .Net (607,514 lines) (819 jobs) |
|
Find extra paid coding work from the comfort of your own home at http://www.RentACoder.com!
|