private static HumanResource CompressTimesheetItems(HumanResource employee)
{
List<TimesheetItemObject> CompressedTimesheetItems = new List<TimesheetItemObject>();
...
C# Merging similar objects
Our reporting program uses ...
int width = iplImage->width; int height = iplImage->height; ...
C++ exchanging 2 values
I am working with OpenCV an...
private static void Log(object message, MessageType type)
{
string str = message.ToString();
...
C# Line splitting optimization
by xeon06.myopenid.com,
December 07, 2009 20:59,
3 refactorings, tagged with speed, C#, optimize, xna, lines
This is a console logging f...
package engine; import junit.framework.Assert; ...
Java Refactor, fix and optimize ...
by programmer-offsite,
April 20, 2009 14:15,
5 refactorings, tagged with java, refactor, strings, character, optimize
While tuning the applicatio...
def haar_1d(a)
r = []
(Math.log(a.length) / Math.log(2) - 1).to_i.downto(0) { |j|
...
Ruby Fast Haar Wavelet Transform
by data.map.myopenid.com,
January 26, 2009 03:33,
4 refactorings, tagged with speed, haar, wavelet, optimize, fast
Anyone want to help me opti...
Hi new here.
I know this...