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 …
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 …
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 …
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 …
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, …
1
vote
5answers
245 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
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 …
2
votes
5answers
127 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 …
10
votes
5answers
569 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 …
6
votes
11answers
656 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 …
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 …
3
votes
4answers
974 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.
2
votes
5answers
290 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 creation based on my …
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 …
