0
votes
0answers
35 views
WPF WebBrowser control doesn’t enter design mode when the document property is changed
Dear LazyWeb,
I have a frustrating problem. Here's a simplified version of what I'm doing:
A UserControl in c# contains a toolbar and an embedded WebBrowser object. The toolbar contains an "Edit" …
0
votes
1answer
68 views
Visual Studio 2008 Managed Incremental Build doesn’t work
Dear Lazyweb,
I have "Managed Incremental Build" turned on in my managed C++ project. I have a DLL written in C#, and the solution contains both the C++ and C# projects. I have not defined any …
0
votes
1answer
64 views
“Microsoft DNS Client” vs. getaddrinfo?
Right now, my application is using the c-ares asynchronous DNS resolver library on Windows below cURL, and I have users complaining that it behaves differently from other windows apps. One particular …
1
vote
3answers
278 views
Add a custom file extension to Netbeans
I am trying to figure out how to add a custom file type to be recognised by Netbeans.
I am editing .tpl files and I would like them to be recognised as PHP/HTML files.
I've looked here and here but …
2
votes
3answers
128 views
Parsing the output of /usr/sbin/installer
I'm writing what is basically a frontend to installer services on many platforms. One of the things that I (obviously) would like to know is whether an installation has succeeded. On most platforms …
5
votes
8answers
704 views
Best Engineered REST APIs?
Dear lazyweb,
In your opinion what are examples of good REST API implementation when evaluated based on
consistency with the REST philosophy
compliance with web standards
just plain good …
0
votes
2answers
409 views
Time Zone code translation from Windows to Linux in FreePascal
I have this code that works in FreePascal under Windows and need to translate it to Linux but I'm completely lost on the Time Zone Bias value:
function DateTimeToInternetTime(const aDateTime: …
3
votes
6answers
1k views
British English to American English (and vice versa) Converter
Hi,
Does anyone know of a library or bit of code that converts British English to American English and vice versa?
I don't imagine there's too many differences (some examples that come to mind are …
1
vote
3answers
106 views
Signing data with smartcards on Mac in C++
Dear lazyweb,
is there any support in Mac OS X for signing data using smartcards? I have looked through the system headers and found only vauge references to smart card support (in SecKeychain.h), …
1
vote
5answers
164 views
Service to make an audio podcast from a video one?
Video podcast
???
Audio only mp3 player
I'm looking for somewhere which will extract audio from video, but instead of a single file, for an on going video podcast.
I would most like a website …
0
votes
3answers
367 views
Call hierarchy of Thread.run() in Eclipse
I tend to use eclipse's "Open Call Hierarchy" function a lot, to trace where method calls are going in larger Java projects. I get irritated by Threads, as the call hierarchy shows the callers of the …
0
votes
2answers
178 views
How can I sort an mbox file by date?
Hello, I would like to know how to modify the below code to strip =20 characters at the end of many lines, and mainly to sort the messages chronologically from first received or sent to last. I am not …
1
vote
2answers
107 views
Is there a simple way to remove a TimeSeries from a displayed JFreeChart Chart?
I have a Swing application which uses JFreeChart to display one of a series of queries. Some of these queries have a composite TimeSeries key. Each component of this key can contain a few values, but …
1
vote
4answers
519 views
Short on ideas: new web app suggestion
Hello.
You know, sometimes it happens that you run out of ideas for your next hobbistic programming project, and then... you ask for help on StackOverflow :)
So: what would it be your suggestion for …
1
vote
4answers
414 views
Low cost embedded project
I am a student. I've done an embedded system "home automation" project using GSM and I could succeed. Now I've got to do an academic project, and my brain is blank. Can anyone suggest some new ideas?
