Kyle Cronin

17,867
Reputation
2885 views

Registered User

Name Kyle Cronin
Member for 1 year
Seen 6 hours ago
Website
Location Maine
Age 22
appreciate art? check out http://annecroninart.com/

if you need to contact me, send an email to my firstname dot lastname at gmail dot com
Nov
17
comment RegEx match open tags except XHTML self-contained tags
Congratulations, this is now the highest-voted post on the site :-)
Nov
16
awarded  Good Answer
Nov
7
comment Algorithm to determine if array contains n…n+m?
@AndreyT: no, it's not, it's just used as a way to describe the sequence
Oct
30
comment What’s the deal with mailing lists?
@Buggabill: Meta is for STACK OVERFLOW discussion. This is not a Meta question.
Oct
18
accepted Install CherryPy on Linux hosting provider without command line access
Oct
16
awarded  Enlightened
Oct
11
awarded  Guru
Oct
6
comment Emacs on Mac OS X Leopard key bindings
@wic: Don't those characters have their own keys?
Sep
5
awarded  Enlightened
Sep
4
awarded  Fanatic
Aug
25
accepted What’s the *best* wireless keyboard/mouse set for programmers?
Aug
10
awarded  Popular Question
Aug
8
awarded  Yearling
Aug
7
comment What ever happened to Textmate 2?
I copied the post into my answer: stackoverflow.com/questions/746319/…
Aug
5
awarded  Popular Question
Aug
4
awarded  Popular Question
Jul
31
awarded  Notable Question
Jul
28
awarded  Popular Question
Jul
23
comment How Scalable is SQLite?
@porneL: True, but SQLite without indexes was an order of magnitude slower than MySQL without indexes, and I also included a bit about transactions in my second edit. I still think that the progression of the answer makes some sense - it shows my initial naive use of SQLite and how relatively bad the performance was. I expect that those new to the platform will encounter similar problems, and I would hope that they can identify with the first paragraph, then read the following edits and realize that there are ways of speeding up SQLite to have acceptable performance.
Jul
21
accepted Function to return 3^k in n+1 calls
Jul
20
awarded  Popular Question
Jul
20
revised Function to return 3^k in n+1 calls
made code c/c++ upon request
Jul
20
revised Function to return 3^k in n+1 calls
added 916 characters in body; added 10 characters in body; added 372 characters in body
Jul
20
revised Function to return 3^k in n+1 calls
added 252 characters in body
Jul
20
revised Function to return 3^k in n+1 calls
edited body
Jul
20
comment Function to return 3^k in n+1 calls
indeed - it's a typo
Jul
20
awarded  Stellar Question
Jul
20
answered Function to return 3^k in n+1 calls
Jul
19
awarded  Popular Question
Jul
13
comment What’s the best way to write [0..100] in C#?
@Sam: Works for me, what's bad about it?
Jul
9
awarded  Great Answer
Jul
8
awarded  Nice Answer
Jul
8
awarded  Nice Question
Jul
5
comment Practical non-Turing-complete languages?
OK, I'll admit that "general purpose" is sort of unclear and subjective. However, as developers, we try to have all our programs halt (otherwise they would be of limited use). Given this, would it be possible to write said programs in a language that guaranteed such a property?
Jul
3
accepted Append! in Scheme?
Jul
3
comment Append! in Scheme?
In functional programming, whenever you want to change a data structure or somesuch, you pass it into a function and get back the modified data structure as the return. However the 'original' structure is left intact and what you're given is a new, altered copy (so to speak).
Jul
3
revised Append! in Scheme?
added 647 characters in body
Jul
3
revised Append! in Scheme?
added 299 characters in body
Jul
3
answered Append! in Scheme?
Jul
3
awarded  Good Answer
Jul
2
comment User Details like in stackoverflow at the bottom of each question and answer
You've already asked this question here, where it belongs: meta.stackoverflow.com/questions/1898/…
Jul
1
comment If I change the root password on a linux server, can someone still access root if they created an SSH authorized_key for root user?
by the way, this is more of a ServerFault question serverfault.com
Jun
29
comment Ruby on Rails vs. Django
This is a duplicate of many questions, one of which is stackoverflow.com/questions/91846/…
Jun
28
revised Bookmarklet to cause stack overflow to only show questions with “interesting tags”
make title reflect contents
Jun
28
comment Bookmarklet to cause stack overflow to only show questions with “interesting tags”
works wonderfully! thanks for making this!
Jun
28
revised Tomcat stack overflow error
better title, changed stackoverflow tag to stack-overflow
Jun
27
revised Pattern Matching in Scheme
do your own homework
Jun
26
awarded  
Jun
25
revised Stack overflow in IIRF (a C program, ISAPI)
changed capitalization to make it clear that it's a stack overflow, and not about SO
Jun
25
comment Can you detect what framework a website is running on or what cms they use?
similar question: stackoverflow.com/questions/816231/…