2
votes
3answers
59 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 …
48
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 …
0
votes
0answers
57 views
Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server) is not working
We are using Visual Studio 2005 and 2008, sending a Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server). Visual Studio 2003 works; this process …
3
votes
41answers
721 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 …
2
votes
5answers
157 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, …
6
votes
11answers
657 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 …
1
vote
3answers
104 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 …
3
votes
8answers
448 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 …
0
votes
3answers
44 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 password protected it …
7
votes
7answers
664 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
2k 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 anything at all. please …
1
vote
5answers
247 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 …
7
votes
9answers
249 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 …
2
votes
5answers
291 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
571 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 …
