1 2 3 4
public static XmlElement ViewFields { get { return new XmlDocument().CreateElement("ViewFields"); } ...
C# On XmlNode creation
by Ants,
March 08, 2010 17:11
Ruby On Speeding up Sitemap generation
by Ants,
February 15, 2010 09:01
In the cluster of calls to ...
ActionScript On number guessing game 1000 t...
by Ants,
February 10, 2010 07:07
Looks like one of your clas...
Ruby On Looking for other/better so...
by Ants,
February 04, 2010 23:08
Nice! Good job catching my ...
C# On Created a Telnet Parser wit...
by Ants,
February 04, 2010 09:15
I recommend breaking out li...
Ruby On Looking for other/better so...
by Ants,
February 03, 2010 21:21
Either there is something m...
VB.NET On Many-to-many list box inter...
by Ants,
January 31, 2010 19:16
There is a lot of common co...
Python On Return the indexes of speci...
by Ants,
January 31, 2010 07:01
It looks a bit frightening ...
C++ On Re-implementation of the AS...
by Ants,
January 26, 2010 06:31
May I suggest breaking up t...
1 2 3 4
public static string ToFormattedList<T>(IList<T> objectList, Func<T, string> valueReturn, string outerPrefix, string outerSuffix, string innerPrefix, string innerSuffix) ...
1 2 3 4
static bool SetFolderBasedOnStatus<T>(PurchaseOrder po, T value, T completeValue, T partialValue) where T : IComparable { ...
1 2 3 4
function autogeneratepassword(params) { var pwchars = ""; ...
JavaScript On Cpanel like password generator
by Ants,
January 14, 2010 02:48
I'm no JavaScript expert. H...
Java On Rational numbers - Problem :/
by Ants,
January 07, 2010 08:12
Huh? lessThanOrEqual() does...
PHP On Need help decoding ZEND php...
by Ants,
January 07, 2010 08:03
(Playing Devil's advocate, ...


I think that there is some ...