-
by Kardi Teknomo
10/21/2011 7:28:00 AM
9/20/2009 10:41:55 AM
Language: Visual Basic
Computing digital root of a a small natural number is very easy. It simply take the sum of its digit. However, when the number is so large, you need a special technique to handle large number. Here is where the tutorial goes.
-
by 01hiphop
1/3/2012 4:00:49 AM
9/20/2009 10:41:55 AM
Language: Java/Javascript
Java code and first-in first-out (Fifo)
-
by John Bryan N. Saguisag
12/16/2011 3:42:20 AM
9/20/2009 10:41:55 AM
Language: C/C++
to give informations.
-
by Scouse Mouse
7/31/2009 7:56:19 AM
9/20/2009 10:41:55 AM
Language: Active Server Pages/VBScript
Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with a 2nd single quote (for using in MS-SQL statements).
-
by Dinesh Mishra
11/12/2011 7:45:57 AM
9/20/2009 10:41:55 AM
Language: SQL
This piece of query in SQL SERVER 2005 just answers back the number of physical and logical cpu count of your computer.
-
by Morteza Zakeri
12/28/2010 5:12:38 AM
9/20/2009 10:41:55 AM
Language: Perl
Educational
-
by Jerome Scott II aka codecaine
10/29/2011 3:41:29 AM
9/20/2009 10:41:55 AM
Language: Delphi
Show how to set the size of an array at runtime. I wrote this in freepascal but will work the same way in Delphi.
-
by snowboardr
1/22/2012 6:53:33 AM
9/20/2009 10:41:55 AM
Language: PHP
The purpose of this code is to show how to make equal size thumbnails in CodeIgniter.
-
by Tim Garver
7/5/2008 3:56:19 PM
9/20/2009 10:41:55 AM
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)
-
by Mark A Morris
1/11/2012 9:26:19 AM
9/20/2009 10:41:55 AM
Language: .Net
Mirage XNA (Open Source ORPG Engine)
Simple and small base engine for a small-scale Online RPG. Mirage XNA uses the latest XNA Framework to deliver a power 2D Engine. The networking is programmed using Lidgren Network, which is an advanced networking wrapper, all packets are sent using byte arrays which are read and writen to a set of buffers that is also built in to Lidgren.
Mirage XNA aims to provide stable developing tools in which you will be able to edit the environment with your custom til ... (see entry for full description)
-
by Gregory Nozik
9/11/2011 7:30:14 AM
9/20/2009 10:41:55 AM
Language: Dark Basic
One of my projects was developed on prototype java-script framework. I needed to write a functionality to show tool tip . I started to look in the prototype framework if they already have it.
Unfortunately I did not find any component . I started to goggle it and did not found anything as well.