Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
10k views

How to check if a file exists and is readable in C++?

I've got a fstream my_file("test.txt"), but I don't know if test.txt exists. In case it exists, I would like to know if I can read it, too. How to do that? I use Linux.
10
votes
7answers
1k views

What is idiomatic code?

I'd be interested in some before-and-after c# examples, some non-idiomatic vs idiomatic examples. Non-c# examples would be fine as well if they get the idea across. Thanks.
7
votes
8answers
332 views

Does a pronounceable encoding exist?

I am using UUIDs, but they are not particularly nice to read, write and communicate. So I would like to encode them. I could use base64, or base32, but they would not be easy anyway: base64 has ...
3
votes
1answer
216 views

Howto: Improve the PDF- quality before OCR using C#

I'm creating a service that monitors a folder for scanned files. Once the file is there, The service picks it up, and convert it to a readable PDF. In this process the service also searches for a ...
1
vote
0answers
193 views

Looking for an English Pronunciation Dictionary in machine readable format

I'm looking for a dictionary with words with it's pronunciations. The CMUdict would be perfect - except it seems to be inconsistent in the phonemes. As as example - Actual is pronounced differently ...
0
votes
2answers
28 views

How to check if stdin is readable in TCL?

With the following command you can register some callback for stdin: fileevent stdin readable thatCallback This means that during the execution of the update command it will evaluate thatCallback ...
0
votes
2answers
352 views

how to make data that download from google-app-engine readable

i use this to download all data from my google app: i follow this article: http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes and download data ...
0
votes
1answer
62 views

Query regarding making the textbox readable?

I have an mvc application in which I want to make the texbox readable,i have used the following syntax it is not working.please tell me where am I going wrong <%= Html.TextBox("upperlimit", ...