| bio | website | |
|---|---|---|
| location | St Paul, MN | |
| age | 26 | |
| visits | member for | 3 years |
| seen | Jan 28 at 22:09 | |
| stats | profile views | 82 |
About Me:
I currently work for Anytime Fitness in Saint Paul, MN.
Follow me on Twitter
If you want to contact me personally, email me or send me a private message on twitter.
jjnguy13[at]gmail[dot]com
|
Aug 16 |
answered | How to generate a list of users ranked by activity (question or answer count). |
|
Aug 16 |
comment |
How to calculate a list of users ranked by question score (votes sum) totals. Here you want the user with the most votes for questions they have posted? |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. @Code, Yeah. I didn't test out any of them, but it looks liek a bunch of them truncate instead of rounding. |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. @brock, yeah. I would do it the easy way too. That's how we do it in StackWrap4J. |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. @Brock, I believe 9999 does show as 9,999. It's just when you get into th2 5 digits that the rounding kicks in. |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. See this example: stackoverflow.com/users/21632/adam-bellaire |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. @Brock, no. I believe everyone does it wrong. Everyone is simply truncating. It really doesn't matter that much though... |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. It looks like most of the implementations here are slightly off. Numbers like 10999 would show as 11k. Also 12452 would be 12.5k. SO rounds up. |
|
Aug 14 |
comment |
How to format reputation numbers similar to Stack Exchange sites. Well, this isn't 100% the same as SO. Raw:10799 Converted:10.7K
should actually be 10.8K. SO rounds up. |
|
Aug 14 |
revised |
Stack Dash Application deleted 12 characters in body |
|
Aug 14 |
comment |
Can we have a test user account? @George, so I could do, @jjnguy and that would show up via the api? |
|
Aug 14 |
answered | Can we have a test user account? |
|
Aug 14 |
comment |
When does the judging take place? @felix, it takes some time to draft a blog post i guess. |
|
Aug 10 |
comment |
Add 'linked' question data to the API I figure it doesn't hurt to throw my ideas out there. I definitely don't expect them to get implemented any time soon. |
|
Aug 10 |
comment |
Add 'linked' question data to the API That was what I thought you'd say. :p |
|
Aug 10 |
asked | Add 'linked' question data to the API |
|
Aug 10 |
comment |
Encoding inconsistency on /users/{id}/reputation @felix, do you think your API should automatically return decoded Titles? |
|
Aug 8 |
comment |
/users/{id}/answers - broken thanks. |
|
Aug 8 |
comment |
/users/{id}/answers - broken I wish you could provide us with some info about what was wrong. We aren't the casual facebook users who have no clue why their friends list could be broken for a while. We are genuinely interested in this API. |
|
Aug 6 |
comment |
Bug - Getting partial results for questions See my feature request: stackapps.com/questions/1083/… |