Hardcode
Making it happen
Making it happen
Oct 7th
Oct 4th
And they are funnier than ever:
NUTRITION PRIZE. Massimiliano Zampini of the University of Trento, Italy
and Charles
Spence of Oxford University, UK, for electronically modifying the sound
of a potato chip to make the person chewing the chip believe it to be crisper
and fresher than it really is.…
MEDICINE PRIZE. Dan Ariely of
Duke University, USA, for demonstrating that high-priced fake medicine
is more effective than low-priced fake medicine.…
Oct 1st
I had a website crashing randomly with
A process serving application pool suffered a fatal communication error with the World Wide Web Publishing Service. The process id was ‘5240′. The data field contains the error number.
Oct 1st
For Asrock 4Core1333-GLAN: here, congrats to OriginalMACNUT.
Now only if I can get the dual monitor setup….
Sep 29th
After trying at least 4 distributions, it seems this one finally works, give it a shot if you have issues:
Sep 29th
Did you know of this ? Very useful – right-click on the tab bar / undo close tab. Now only if Ctrl-Z was assigned to do this …
Sep 26th
var srcR:Rectangle = r;
srcR.offset( -srcBm.x, -srcBm.y);
But as Rectangle is a reference class, in fact, in ActionScript every class is passed by reference so the above code will modify r also.
Sep 19th
Easy: Enumerable.Range( 0, list1.Count).Select( i => list1[i] + ” – ” + list2[i])