Jimmy

10,421
reputation
400 views

Registered User

name Jimmy
member for 1 year
seen 29 mins ago
website
http://-
location -
age 24
moose moose caboose
29m
revised An Exercise: map or reduce a map in Python without list comprehensions?
added 174 characters in body
39m
answered An Exercise: map or reduce a map in Python without list comprehensions?
1h
comment Algorithm to swim like a fish in c#
oh, I misunderstood. I thought the letters would move semi-independently.
2h
answered Algorithm to swim like a fish in c#
21h
answered Tackling the 8-puzzle problem via BFS
22h
accepted C# - How to print objects in an array using for/foreach?
22h
revised C# - How to print objects in an array using for/foreach?
added 385 characters in body; deleted 46 characters in body
22h
revised C# - How to print objects in an array using for/foreach?
added 41 characters in body
22h
answered C# - How to print objects in an array using for/foreach?
1d
comment Facebook Development vs. XNA, Which is Worth Learning?
Who knows how long XNA will be around? It's not inconceivable it would go the way of Managed DirectX and be supplanted by another framework.
Dec
6
awarded  Mortarboard
Dec
4
comment VB.NET properites not seen in C#?
_theUser is a UserCredentials object. What does this have to do with the string property UserID?
Dec
4
comment Problem installing visual studio 2008 sp1 on windows 7
none here. VS2008sp1/VS2010b2 on win7
Dec
4
comment Can someone copyright a SQL query?
@Breton: truth is usually but not always a defense against libel.
Dec
4
revised Sorting by two columns with LINQ (Edited). Forget it! I’ll post the answer to make things clear.
added 144 characters in body; added 39 characters in body
Dec
4
answered Is there a way to get the number of places after the decimal point in a java double?
Dec
4
revised Sorting by two columns with LINQ (Edited). Forget it! I’ll post the answer to make things clear.
added 409 characters in body
Dec
4
answered Sorting by two columns with LINQ (Edited). Forget it! I’ll post the answer to make things clear.
Dec
3
answered How to Avoid Global Variables in Javascript
Dec
3
comment Finding Websites From Company Name
not really a strategy, but WHOIS'ing the domain and checking the registered entity and address is a good sanity check.
Dec
3
answered How can I make a hover info bubble appear on mouseover in WPF?
Dec
3
comment highlight_string in C#
Possible duplicate: stackoverflow.com/questions/1710653/…
Dec
3
revised highlight_string in C#
edited tags
Nov
27
comment Code Golf: Ulam Spiral
I spent a good 10 seconds wondering if the cow actually was legal syntax
Nov
27
comment Memorable 32-bit value as a constant
+1 for "one-liner of C++" :)
Nov
26
comment Best Practises - Increase Mood for Coding
@DoctaJonez: the first commentor has almost 60k rep
Nov
26
comment In Which Cases Is Better To Use Clojure?
From Brendan Eich's blog: "I was recruited to Netscape with the promise of "doing Scheme" in the browser." ... so Javascript is like, the ugly child in the LISP family?
Nov
26
comment Munging non-printable characters to dots using string.translate()
this question shouldn't be tagged [code-golf] if it wasn't meant to be golfed ;) but I did have a sneaking suspicion OP actually wanted an answer using maketrans.
Nov
26
answered Munging non-printable characters to dots using string.translate()
Nov
25
comment Turing Machine Code Golf
"implement Busy Beaver checking" sounds kind of hard....
Nov
24
answered how to copy a list to a new list, or retrieve list by value in c#
Nov
24
comment Why purely functional languages instead of “impure” functional languages?
a functional language is not simply any language that has first-class functions.
Nov
24
answered Make Dictionary From 2 List
Nov
24
comment what is the true difference between lemmatization vs stemming?
This is way over my head, but why is there a python tag?
Nov
24
comment C# why can’t a UInt32 be unboxed as UInt64?
yes, see shuggy's answer
Nov
23
answered C# why can’t a UInt32 be unboxed as UInt64?
Nov
23
answered How different are the semantics between Python and JavaScript?
Nov
23
answered Is it ever reasonable to nest Java inner classes more than one level deep?
Nov
23
answered A simple Lisp question
Nov
23
comment Semicolon after classes and structs
semicolons aren't needed in the last statement of a function in Javascript. Why do Java and C# require it?
Nov
23
comment Cost of creating Font objects in .NET
Premature dismissal of performance concerns is a less-celebrated evil.
Nov
23
comment Cost of creating Font objects in .NET
I accidentally had code like that in a game render-loop once. I think it dropped FPS from >200 to less than 40.
Nov
21
accepted Running background tasks in asp.net
Nov
20
answered Why does this IF statement return false?
Nov
19
awarded  Good Answer
Nov
14
accepted VB.NET Creating Classes, What is Public Class MyClass(Of Type) ?
Nov
12
accepted jQuery: More elegant if/else with selectors
Nov
12
comment Can this boolean expression be simplified?
deserves a "beginner" tag or risks being closed by the "this-is-not-maths-overflow" crowd :P
Nov
12
comment if syntax for dbnull and value
I'm hot sure this is exactly what the question is asking for, but the key is the "OrElse" part for sure.
Nov
12
revised Euler #26, how to convert rational number to string with better precision?
added 157 characters in body; added 156 characters in body