active questions tagged codes - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T15:41:26Z http://stackoverflow.com/feeds/tag/codes http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1817354/what-is-a-good-service-that-offers-registration-code-and-activation-services-for 2 What is a good service that offers registration code and activation services for Cocoa/OSX applications? jleibsly2002 2009-11-30T00:50:26Z 2009-11-30T16:16:30Z <p>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 will integrate activation into the installation file or are there any services that are easy to integrate (hopefully will take at max an hour to implement)? For example, SoftwareKey looks good, but it is only for Windows.</p> <p>Thanks for your help in advance.</p> http://stackoverflow.com/questions/1650802/crystal-report-with-embedded-codes-in-a-native-printer-font-courier-to-a-righ 0 Crystal Report with embedded codes (in a native printer font - Courier) to a RightFax printer (server) is not working Tom 2009-10-30T16:14:10Z 2009-10-31T14:20:56Z <p>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 stopped working (the embedded codes aren't recognized) when we upgraded to Visual Studio 2005, and then 2008.</p> <p>With Visual Studio 2003, we use the Crystal merge modules (version 10.2.3600) included with the studio. They work.</p> <p>With Visual Studio 2005, we use the Crystal merge modules from CrystalReportsRedist2005_x86.msm. They fail.</p> <p>With Visual Studio 2008, we use the Crystal merge modules included with the studio. They fail.</p> <p>Our RightFax server is currently running RightFax version 9.3.2.89. </p> <p>The problem appears to be the embedded codes (i.e. ): </p> <p>when writing to a paused RightFax printer Q, in Windows XP spk2, the temp document file doesn't have the codes in it (they're part of the image, not separate - machine readable characters - like they should be). When released, the document shows up in our RightFax Q with errors. </p> <p>Determining which of the 3 components is at fault is complex: Microsoft, Crystal Decisions, or RightFax - take your pick. </p> <p>Anyone have any ideas on how to resolve this issue? </p> <p>Any help will be greatly appreciated.</p> <p>Thanks, Tom</p> http://stackoverflow.com/questions/9603/what-is-some-great-source-code-to-read 47 What is some great source code to read? John 2008-08-13T09:27:38Z 2009-10-19T20:43:54Z <p>Following the advice of Scott Hanselman, I'm looking for good source code to read. Here's what is currently on my list:</p> <ol> <li><a href="http://www.hanselman.com/blog/CategoryView.aspx?category=Source+Code" rel="nofollow">Scott's posts</a></li> <li><a href="http://www.codeproject.com/" rel="nofollow">CodeProject</a></li> </ol> <p>How about you? What source code do you read? It doesn't have to be .NET related.</p> <p><hr /></p> <p><strong>Update</strong> </p> <p>Compiled replies:</p> <ul> <li><a href="http://oreilly.com/catalog/9780596510046/" rel="nofollow">Beautiful Code</a></li> <li><a href="http://www-cs-faculty.stanford.edu/~uno/programs.html" rel="nofollow">Donald Knuth's literate programs</a></li> <li><a href="http://www.codeplex.com/" rel="nofollow">CodePlex</a></li> <li><a href="http://lxr.linux.no/" rel="nofollow">Linux</a></li> <li><a href="http://www.sqlite.org/cvstrac/dir?d=sqlite/src" rel="nofollow">SQLite</a></li> <li><a href="https://jdk6.dev.java.net/" rel="nofollow">Java JDK</a></li> <li><a href="http://www.afterdawn.com/software/source%5Fcodes/paint.net.cfm" rel="nofollow">Paint.NET</a></li> <li><a href="http://code.google.com/opensource/" rel="nofollow">Google code</a></li> <li><a href="http://www.sourceforge.net/" rel="nofollow">SourceForge</a></li> <li><a href="http://github.com/" rel="nofollow">github</a></li> </ul> <p>It turns out reading bad code will also help you a lot.</p> http://stackoverflow.com/questions/4506/http-how-to-know-when-to-send-a-304-not-modified-response 3 HTTP: How to know when to send a 304 Not Modified response tags2k 2008-08-07T07:54:37Z 2009-10-13T14:16:47Z <p>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:</p> <ol> <li><p>Which are the definitive HTTP headers that I need to check in order to know for sure whether I should send a 304 response, and what am I looking for when I do check them?</p></li> <li><p>Additionally, are there any headers that I need to send when I initially send the file (like 'Last-Modified') as a 200 response?</p></li> </ol> <p>Some psuedo-code would probably be the most useful answer. Thanks. </p> http://stackoverflow.com/questions/1051175/can-you-recommend-any-information-about-least-ambiguous-letters-numbers 2 Can you recommend any information about least ambiguous letters/numbers? Cade Roux 2009-06-26T20:39:02Z 2009-09-18T19:10:17Z <p>I'm interested in generating short codes (up to 6 characters) which are unambiguous for human readability:</p> <p>i.e.: 2Z8B5S would be a very bad code because B looks a lot like 8 and 2 looks a lot like Z, etc.</p> <p>A good code would be something like: AE37HT, say.</p> <p>Obviously, I could try to figure it out myself, but I was looking to see if there were any studies by people like NASA or whatever.</p> <p>If you also have any references about how the readability is affected by color, typeface, size and distance from viewing (I'm looking at something potentially about an inch high from a distance of about 6 feet), that would be helpful as well. On the monitor or possibly in print, too.</p> <p>I found this set of guidelines, but it doesn't have any empirical results which I could turn into a table to generate the codes:</p> <p><a href="http://www.usabilitysciences.com/usability-of-codes-passwords-numbers-and-letters/" rel="nofollow">http://www.usabilitysciences.com/usability-of-codes-passwords-numbers-and-letters/</a></p> http://stackoverflow.com/questions/28999/favorite-ide-feature 3 Favorite IDE feature? salt.racer 2008-08-26T20:08:27Z 2009-09-16T00:09:09Z <p>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 editors)?</p> http://stackoverflow.com/questions/217969/how-can-i-display-word-documents-in-a-textarea-using-php 1 How can I display Word documents in a textarea using PHP? arken 2008-10-20T10:06:14Z 2009-09-10T07:47:24Z <p>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 give me some ideas. I'm working with PHP 4</p> http://stackoverflow.com/questions/1263980/test-for-password-protected-folder 0 Test For Password Protected Folder Michael 2009-08-12T02:54:36Z 2009-08-12T03:25:36Z <p>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 recognizes that its a 403 but does not allow the popup box for username and password to display? How do I detect that the folder is password protected so I can tell my script to ignore it? </p> http://stackoverflow.com/questions/1080462/using-a-code-for-an-exception-useful 1 Using a code for an exception. Useful? Kaitsuli 2009-07-03T18:50:12Z 2009-07-04T01:36:30Z <p>Hi,</p> <p>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:</p> <pre><code>if (!$this-&gt;connection[0]-&gt;query($this-&gt;query)) throw new QueryFailedException($this-&gt;connection[0]-&gt;error); </code></pre> <p>Is there a need to supply a code in the second parameter? For example:</p> <pre><code>if (!$this-&gt;connection[0]-&gt;query($this-&gt;query)) throw new QueryFailedException($this-&gt;connection[0]-&gt;error,123); </code></pre> <p>Now the code is 123... I can't think of a need for this. Is there one? In this case the message contains the query, exception name is QueryFailedException which explains the exception type, the exception itself contains file, line and stack trace, so, I can't think of anything where you could use the code for something useful.</p> http://stackoverflow.com/questions/1083/bayesian-filtering-for-spam 7 Bayesian filtering for spam gyurisc 2008-08-04T08:21:42Z 2009-05-08T14:59:46Z <P>I was wondering if there is any good and clean oo implementation of bayesian filtering for spam and text classification? For learning purposes.</P> http://stackoverflow.com/questions/30101/is-there-an-automatic-code-formatter-for-c 6 Is there an automatic code formatter for C#? skolima 2008-08-27T13:31:24Z 2009-04-22T13:55:41Z <p>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 code formatter, able to mould code into any coding standard one might imagine. Is there such a tool for C#? Visual Studio code formatting (Crtl+K, Crtl+D) is subpar and StyleCop only checks the source without fixing it.</p> <p>My dream tool would run from console (for easy inclusion in automated builds or pre-commit hooks and for execution on Linux + Mono), have text-file based configuration easy to store in a project repository and a graphical rule editor with preview - just like the Eclipse Code Formatter does.</p> http://stackoverflow.com/questions/676080/how-do-we-perform-multi-threading-application-in-c 1 How do we perform multi threading application in C#? [closed] Coder 2009-03-24T03:30:23Z 2009-03-24T17:48:47Z <p><strong>Duplicate of</strong></p> <ul> <li><a href="http://stackoverflow.com/questions/177488/c-threading">c# threading</a></li> <li><a href="http://stackoverflow.com/questions/533042/beginners-threading-in-c">Beginners threading in C#</a></li> <li><a href="http://stackoverflow.com/questions/601558/multithreading-reference">Multithreading reference?</a></li> </ul> <p><hr /></p> <p>Can any body provide some good examples, codes for multi threading in c#.. I tried on google but I need examples with good explanation about what is happening at what point?</p> http://stackoverflow.com/questions/17975/can-you-recommend-a-good-free-code-generator 2 Can you recommend a good free code generator? nmiranda 2008-08-20T13:42:38Z 2009-02-11T21:57:22Z <p>I've heard about the Codesmith and Resharper and I think they're good but not free, can you recommend the free alternatives?</p> http://stackoverflow.com/questions/13294/code-gen-options-what-do-you-use-for-your-apps-and-why 4 Code Gen options, what do you use for your apps and why? public static 2008-08-16T19:29:25Z 2008-09-16T19:00:59Z <p>Hi,</p> <p>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 database tables.</p> <p>What other ways do people use code gen tools?<br /> I've never used ORM mappers or Hibernate and quite frankly don't understand what they do.</p> <p>Do tools like ORM mappers and hibernate create 'slow' code? (i.e. adding too many layers and dynamic style coding that just ends up being bloatware)</p> http://stackoverflow.com/questions/35745/are-there-any-tools-to-visualize-template-class-methods-and-their-usage 2 Are there any tools to visualize template/class methods and their usage? HS 2008-08-30T06:51:07Z 2008-09-02T12:40:18Z <p>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.</p> <p>Is there any good tool that can somehow visualize the dependencies and draw a nice call tree or something similar?</p> <p>The code is in C++ in Visual Studio if that helps narrow down any selection.</p> http://stackoverflow.com/questions/34708/how-can-i-generate-a-unique-small-random-and-user-friendly-key 10 How can I generate a unique, small, random, and user-friendly key? Dalroth 2008-08-29T16:49:24Z 2008-08-29T18:20:03Z <p>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 (so users couldn't easily predict the next code in the sequence).</p> <p>It ended up generating values that looked something like this:</p> <p>Af3nT5Xf2</p> <p>Unfortunately, I was never satisfied with the implementation. Guid's were out of the question, they were simply too big and difficult for users to type in. I was hoping for something more along the lines of 4 or 5 characters/digits, but our particular implementation would generate noticeably patterned sequences if we encoded to less than 9 characters.</p> <p>Here's what we ended up doing:</p> <p>We pulled a unique sequential 32bit id from the database. We then inserted it into the center bits of a 64bit RANDOM integer. We created a lookup table of easily typed and recognized characters (A-Z, a-z, 2-9 skipping easily confused characters such as L,l,1,O,0, etc.). Finally, we used that lookup table to base-54 encode the 64-bit integer. The high bits were random, the low bits were random, but the center bits were sequential.</p> <p>The final result was a code that was much smaller than a guid and looked random, even though it absolutely wasn't.</p> <p>I was never satisfied with this particular implementation. What would you guys have done?</p> http://stackoverflow.com/questions/26233/fastest-c-code-to-download-a-web-page 3 Fastest C# Code to Download a Web Page Krishna Kumar 2008-08-25T15:23:05Z 2008-08-25T15:34:04Z <p>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.</p> http://stackoverflow.com/questions/3670/criticising-code 7 Criticising code Teifion 2008-08-06T16:50:10Z 2008-08-23T17:49:28Z <p>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 about it without them getting angry at you?</p>