0
votes
0answers
23 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 work …
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
8answers
426 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 …
2
votes
5answers
153 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 …
3
votes
41answers
709 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 …
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 …
0
votes
3answers
42 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 …
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 (!$this->connection[0]->qu …
7
votes
7answers
633 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.
10
votes
11answers
641 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) …
1
vote
5answers
238 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 …
3
votes
5answers
288 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?
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 creati …
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 t …
10
votes
5answers
555 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 …
