Hardcode
Making it happen
Making it happen
Do you sometimes need the old right click menu on a taskbar icon in Windows 7 ? The one with Restore, Move, Minimize, etc ? Here’s what happens when you right click a taskbar item:
Should you miss the old menu, press shift+right-click:
If you have multiple windows open:
I’ve recently got over the second Select variant, so now I can do the following to find the top 3 elements:
double[] output = new double[] { 5,6,7,8,9 };
var indices = output.Select( (v,i) => new { v = v, i = i}).OrderByDescending( p => p.v).Take(3).Select( p => p.i);
And btw check our latest prank in the IKEA store: http://culturavura.fourhooks.com/cat54435/art6451142070/. Pictures from http://cocalari.com and http://pitzipoanca.org.
If you’ve participated be sure to check out the solutions written in some exotic programming languages like BrainFuck, SQL, Fortran and even PostScript …
I’ve recently found the magic way to do it:
In Linq to SQL the following works by issuing a second query, in Linq to Entities it does not (and this sucks):
… for http://oracolulmeu.ro/ for the last Monday: 1K visits and 42K pageviews (same day).
So now we have or own url-shortener service: http://s4h.ro/. Give it a try !
…. is almost live : http://psdbreaker.com.