jleedev

3,734
reputation
281 views

Registered User

name jleedev
member for 1 year
seen 6 hours ago
website
location Ohio
age 21

I like Python, Haskell, Ruby, Scheme, and anything where blowing your leg off is difficult.

I also like Stack Overflow for being run for, by, and about really cool people.

13h
accepted license info of a deb package
14h
revised Why not use exceptions as regular flow of control?
spelling/formatting
15h
revised license info of a deb package
added 320 characters in body; added 13 characters in body
15h
revised license info of a deb package
added 277 characters in body; deleted 64 characters in body; added 125 characters in body
16h
revised license info of a deb package
added 45 characters in body
16h
revised license info of a deb package
edited tags; added 8 characters in body
16h
answered license info of a deb package
1d
comment Flood fill algorithm
The code works once you add bounds checking.
1d
comment What is the Pattern for Unit Testing flow control
Maybe your methods are too long.
1d
comment What’s the most elegant 10-20 line function you’ve seen/written?
This code seems trite by itself, but it can be useful where you have a compile-time constant that must be prime — perhaps in the context of a hash algorithm, or a finite field.
1d
comment What’s the most elegant 10-20 line function you’ve seen/written?
Augh! Inserting conditionals for no reason?
1d
comment How to force Internet Explorer (IE) to REALLY reload the page?
Use a private browsing window, maybe?
Dec
8
revised C# Converting ListBox to String then Aggregate
added 5 characters in body
Dec
8
revised void has unknown size in Visual C++
added 4 characters in body
Dec
8
awarded  Fanatic
Dec
7
revised Can an assembly be executed or loaded within C#.NET COM component?
edited title
Dec
6
awarded  Mortarboard
Dec
6
revised What is the C++ equivalent of C# Collection<T> and how do you use it?
RARGYIWGHWRGKJAEHGR
Dec
6
comment Determine font color based on background color
It's probably not important, but you might want a better function to compute the brightness stackoverflow.com/questions/596216/…
Dec
6
revised How do you communicate to teams outside of your city?
edited tags
Dec
6
revised Curving from one point to another
added 23 characters in body; added 1 characters in body
Dec
6
revised Interested in a suggestion for a new programming language to learn to stretch my synapses a bit.
edited tags; edited tags; edited tags
Dec
6
answered Why can’t I use System.ValueType as a generics constraint?
Dec
6
revised Why are my program’s colors ugly in Windows 7?
edited tags
Dec
6
revised How to have pdf viewer in ruby
code
Dec
5
comment Facing issue generating pdf using fpdf
Turn on error reporting with php.net/manual/en/… to see them when the script runs.
Dec
5
revised Facing issue generating pdf using fpdf
edited tags
Dec
4
accepted Vim: good way to setup makeprg=xcodebuild ?
Dec
4
comment Signing a PDF file
What is the precise error that Adobe gives? I.e. is the signature invalid or is the CA unknown?
Dec
4
comment Hidden features of Ruby
This language is impossible.
Dec
4
comment How to get address of base stack pointer
What if you make it volatile?
Dec
4
revised Hidden features of Ruby
Array#rand => Array#choice
Dec
4
comment Hidden features of Ruby
Array#choice is in 1.8.7
Dec
4
revised Vim: good way to setup makeprg=xcodebuild ?
added 144 characters in body
Dec
4
answered Vim: good way to setup makeprg=xcodebuild ?
Dec
4
answered Programming Languages for writing GUI application
Dec
4
revised What is allowed in Visual Basic that’s prohibited in C# (or vice versa)?
code
Dec
4
comment What are the pros of VB.NET?
@jammus Far too many questions are tagged both [c#] and [vb.net], but a Google search google.com/search?q=site%3Astackoverflow.com+comp… finds them really well.
Dec
4
revised Converting C# knowledge to VB.NET any potential problems?
deleted 1 characters in body
Dec
4
comment Moving from C# to VB.Net
Option Base 0 is the default. You can make an array declaration slightly more readable by saying Dim monthNames(0 to 11), which clearly states the bounds.
Dec
4
comment Need help converting C# to vb. “array initializer is missing 1 elements”
Also it gets this line of code wrong.
Dec
4
revised how to create a form without max/min/close button in c#?
edited tags
Dec
4
comment What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!
Now make these two programs play each other over a socket.
Dec
4
revised Trying To Add Element To Array With Visual Basic
deleted 38 characters in body; added 1 characters in body
Dec
4
revised What does List<?> mean in java generics
added 24 characters in body
Dec
4
comment What does List<?> mean in java generics
google.com/codesearch?q=%5C%3C%5C%3F%5C%3E+lang%3…
Dec
4
revised What does List<?> mean in java generics
edited tags
Dec
4
revised How does Catch (object o) work?
added 138 characters in body
Dec
4
answered How does Catch (object o) work?
Dec
3
awarded  Strunk & White