ezu
Check me out on the web at Flickr: Ezu's Photostream.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Conversation with scientist, engineer and database legend Jim Gray
Mar 04, 2006 at 11:28 AMQuestion: exists somewhere on the web a good place to learn about the "Free Pool" data structure?
Ford Davidson - The latest in cell phones
Aug 05, 2005 at 10:40 AMIt's "Voodoo Chile" but i haven't recognized if it was Jimmy Hendrix or Stevie Ray Vaughn... that simply ROCKS!
Dustin Hubbard - Demo of Tablet PC Experience Pack
Apr 10, 2005 at 8:20 AMCan we expect a version of the cool Experience Pack on other than english version of the OS?
I've reinstalled my system with the italian version of XP TPC 2005... even now i've my system speaking my language, i can't access to the faboluos ink art tool that i love (i've use it on another pc with english version of the OS).
Waiting to can install it on my system...
Gary Daniels and Evan Goldring - Mock whiteboard problem
Aug 26, 2004 at 3:20 AMI love this kind of exercies
. Here is my solution
private bool IsYalendrome2(string t)
{
if(t == null || t.Length == 0)
return false;
bool r = true;
for(int i = 0, n = t.Length -1; i < n && r; i++, n--)
r = t[i] == t[n];
return r;
}
I like the XML-Blog solution (it's very elegant), but i think this one is a little more readable, and i think that's is one of the goal we (as developers) have to take care.
Anyway: B# use C# ;-D
Joe Marini - Why I love XAML
Aug 23, 2004 at 11:12 AMIf you write applications only using XAML that's not the case... but i think that'll be very rare
Brian Goldfarb - How Visual Web Developer Express is tuned for Web development
Jul 30, 2004 at 4:51 AMBTW i think that VisualStudio is not Designer stuff it's develper's
Dreamweaver... it is still existing???
Rebecca Norlander - why is XPSP2 so big?
Jun 30, 2004 at 3:24 AMI think that XP SP2 will worth it's "weigth". I've installed it on my personal machine since RC1, and i think that the improvements made (especially for the tablet PC edition) are awesome. RC1 had some, IMHO, performance issues.
) that will decide when an application can go out to the internet and when not...
.
The thing i dislike are: the outbound Firewall alerts... if you say "ok" let it go out for an application that will access the internet once, you don't have control about that application, you can only go in WinSecurity and disable that program to outgoing connections. That's great for "normal" users, but i think out there are someone (like me
Rebecca... your Rings are beautiful