1 2 3 4
public static class ListExtensions { public static string RenderList<T>(this HtmlHelper helper, IEnumerable<T> list, ...
1 2 3 4
class TimesheetItemCompressor : IEqualityComparer<TimesheetItemObject> { public bool Equals(TimesheetItemObject x, TimesheetItemObject y) ...
1 2 3 4
bool compatibleNICodes(const Rule& rule, const std::vector<std::string> &nicodes) { static const struct RulePair { typedef std::string (Rule::*const RuleFunction)() const; ...
JavaScript On Format Numbers With Commas
by Ants,
June 08, 2010 03:06
Sort of on tangent, I hope ...
1
<a href="http://a.link.he.re" target="blank">Rick Roll</a>
JavaScript On Regex: Remove all HTML tags...
by Ants,
June 07, 2010 15:35
I recommend reading:
http:...


@Robert: Good job factoring...