Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
15 votes
2 answers
813 views

Badger - The tumbleweed detector

I have written a small program to query the Stack Exchange API, specifically for badges. The main idea of the program is to return the new list of Tumbleweed posts on Stack Overflow, every 10 minutes. ...
Bhargav Rao's user avatar
69 votes
2 answers
3k views

You are being watched! - Comments of Interest

You are being watched Code Review has an open system A machine that spies on you on every hour of every day I know because I built it. I designed the machine to detect suggestions to post on ...
Simon Forsberg's user avatar
25 votes
1 answer
374 views

Follow-up to tool for posting CodeReview questions

Description This is a follow-up question to Tool for creating CodeReview questions. Things that has changed include: Removed replacing four spaces with one tab, all tabs and all spaces in the code ...
Simon Forsberg's user avatar
47 votes
2 answers
1k views

Tool for creating CodeReview questions

To download the tool and for usage instructions, see the follow up to this question Description I have realized that there's a whole bunch of code I want to have reviewed, but copying file by file, ...
Simon Forsberg's user avatar
3 votes
2 answers
427 views

CR Stack Exchange crawler

I am writing a program which automatically crawls codes from this site! Would you please review my code? The required .jars: jsoup, org.apache.commons.io. Main.java: ...
JSong's user avatar
  • 257