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 code do you read? It …
10
votes
5answers
563 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 essentially random …
7
votes
9answers
244 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 said. How do you go …
7
votes
7answers
642 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.
6
votes
11answers
643 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) is a sophisticated …
4
votes
8answers
348 views

Code Gen options, what do you use for your apps and why?

Hi, So far the most I've done with code generation tools is creating my basic CRUD layers (basic sprocs, data layer and business layer that calls the data layer), and class creation based on my …
3
votes
41answers
711 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 switch IDE's (code …
3
votes
4answers
938 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.
3
votes
8answers
432 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 the definitive HTTP …
2
votes
2answers
42 views

What is a good service that offers registration code and activation services for Cocoa/OSX applications?

I have a completed Cocoa application and would like to sell it. I have found many services that will sell your application, but not many that will also handle activation. Are there any services that …
2
votes
5answers
155 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 looks a lot like Z, …
2
votes
5answers
126 views

Are there any tools to visualize template/class methods and their usage?

I have taken over a large code base and would like to get an overview how and where certain classes and their methods are used. Is there any good tool that can somehow visualize the dependencies and …
2
votes
5answers
289 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?
1
vote
3answers
99 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 …
1
vote
5answers
240 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 I need examples …

1 2 next
15 30 50 per page