Tagged Questions

47
votes
26answers
3k views

What is some great source code to read?

Following the advice of Scott Hanselman, I'm looking for good source code to read. Here's what is currently on my list: Scott's posts CodeProject How about you? What source cod …
3
votes
41answers
704 views

Favorite IDE feature?

What is your favorite feature of your IDE/code editor? What makes you like it so much? Is there a feature that it doesn't have that would be a strong enough pull to cause you to sw …
7
votes
18answers
3k views

Most efficient code for the first 10000 prime numbers?

I want to print the first 10000 prime numbers. Can anyone give me the most efficient code for this? Clarifications: It does not matter if your code is inefficient for n > …
2
votes
5answers
147 views

Can you recommend any information about least ambiguous letters/numbers?

I'm interested in generating short codes (up to 6 characters) which are unambiguous for human readability: i.e.: 2Z8B5S would be a very bad code because B looks a lot like 8 and 2 …
1
vote
3answers
95 views

Using a code for an exception. Useful?

Hi, I am not sure if Exceptions work the same way in each language, but I am using PHP and I was wondering when I'm doing something like this: if (!$this->connection[0]->qu …
10
votes
11answers
631 views

Is there an automatic code formatter for C#?

In my work I deal mostly with C# code nowadays, with a sprinkle of java from time to time. What I absolutely love about Eclipse (and I know people using it daily love it even more) …
0
votes
3answers
40 views

Test For Password Protected Folder

How do I use PHP to check whether a folder is password protected or not? I am using a PHP script that check for return codes 401 and 403 but when it runs into a folder that is pass …
3
votes
8answers
418 views

HTTP: How to know when to send a 304 Not Modified response

I'm writing a resource handling method where I control access to various files, and I'd like to be able to make use of the browser's cache. My question is two-fold: Which are th …
7
votes
7answers
619 views

Bayesian filtering for spam

I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.
1
vote
3answers
1k views

How can I display Word documents in a textarea using PHP?

I was trying to test code using com class to display Word files but I cannot seem to get the answer and still searching. I get errors and sometimes, programs do not display anythin …
1
vote
5answers
236 views

How do we perform multi threading application in C#? [closed]

Duplicate of c# threading Beginners threading in C# Multithreading reference? Can any body provide some good examples, codes for multi threading in c#.. I tried on google but …
7
votes
9answers
242 views

Criticising code

What is the best way to point out flaws in a developers code? Stuff they've been working on a while and though you'd love to not say anything, it's bad code and something has to be …
3
votes
5answers
287 views

Can you recommend a good free code generator?

I've heard about the Codesmith and Resharper and I think they're good but not free, can you recommend the free alternatives?
10
votes
5answers
545 views

How can I generate a unique, small, random, and user-friendly key?

A few months back I was tasked with implementing a unique and random code for our web application. The code would have to be user friendly and as small as possible, but still be e …
3
votes
4answers
898 views

Fastest C# Code to Download a Web Page

Given a URL, what would be the most efficient code to download the contents of that web page? I am only considering the HTML, not associated images, JS and CSS.

1 2 next
15 30 50 per page