Codecall - codecall.net - CODECALL
General Information:
Latest News:
VNFox's Blog - C# Generic Type Converter 25 May 2013 | 04:13 am
I've seen many type converter in C#, but I haven't come to a generic one yet ... so I decide to write one. I hope this will help ... someone out there This method provides a unified way of converting...
lespauled's Blog - What is happening to younger developers? 23 May 2013 | 01:03 am
I was on the fence about just appending this to my interview blog entry, but I decided to write this as it's own entry. To put ti bluntly, I am losing faith in our profession. It has become filled w...
UniBrain's Blog - My neo digital infoverse is glowing, and apparrant in weight. 15 May 2013 | 10:38 am
If you aren't already familiar with uni-cortex ~ glow (brain univers-synonymous interface) see this video: Of late, I had recoded glow interface such that each anorb would now reflect the actual size...
Program Mania - Making an Operating System from basic using C++ 1 May 2013 | 08:57 pm
Introduction Warning: Writing an Operating System can be a long and frustrating challenge - even for experienced programmers. You will find yourself trying to debug errors for hours, and then see the...
Program Mania - Making an Operating System from basic using C++ 1 May 2013 | 08:57 pm
Introduction Warning: Writing an Operating System can be a long and frustrating challenge - even for experienced programmers. You will find yourself trying to debug errors for hours, and then see the...
Program Mania - Making an Operating System from basic using C++ 1 May 2013 | 08:57 pm
Introduction Warning: Writing an Operating System can be a long and frustrating challenge - even for experienced programmers. You will find yourself trying to debug errors for hours, and then see the...
lespauled's Blog - The tide is turning 25 Apr 2013 | 06:31 pm
There are tons of cases where people have a problem and they post their code, and we gladly help them. That's what a board like this is all about. Programmers helping programmers as well as tutoring ...
Program Mania - Human face part detection using MATLAB 23 Apr 2013 | 05:36 pm
Face Detection Matlab Code The following matlab exampes shows how to implement face detection in matlab. Download source codes from attachment lbp_new GetMultiscaleLBP getmapping distMATChiSquare...
Program Mania - Matlab Code For Human Motion Detection 23 Apr 2013 | 05:30 pm
function d = tracking(video) if ischar(video) % Load the video from an avi file. avi = aviread(video); pixels = double(cat(4,avi(1:2:end).cdata))/255; clear avi else % Compile the pixel data into a si...
Programming a instant messenger 22 Apr 2013 | 05:56 am
Hello, I'm working on a university project. We're currently designed and trying to develop a instant messenger like msn but I don't know where to start or what I need to know. Could anyone point me in...