Requirements for business processes054 (11/29/2010 9:17:49 PM) comp.programming Hi, for database systems there exist some requirements that, if fulfilled, indicate that a database system is well designed, such as no redundancy or multi-user access. In a similar way, I am looking for re... Tim
Test management software259 (11/9/2010 7:33:27 PM) comp.programming Hi, I am looking for an open source test management tool, i.e. a tool where I can describe my tests, document their results and print some sort of report. The tool should be also multi-user, i.e. it should ... Tim
Checks while processing data065 (11/7/2010 7:08:19 PM) comp.programming Hi, I've written a Visual Basic application that reads data from a CSV file, performs several computations and finally writes the results to a file. Since the input data comes from different (not always reli... Tim
Portable podcatcher052 (8/7/2010 5:41:30 PM) comp.windows.misc Hi, I'm looking for a portable podcatcher für Windows Vista. The tool should be able to download/update Podcasts automatically to my USB MP3 player. Any hints which tool to take? I was looking in Google but c... Tim
Firewall setup #2337 (6/22/2010 8:46:43 AM) comp.os.linux.networking Hi, I've a new Linux box (running Debian Lenny) which is connected via a WLAN card to a DSL router. The firewall of the DSL router is disabled. Now I would like to install a firewall on my Linux system. Whic... Tim
VPN questions #2925 (5/28/2010 12:34:41 PM) comp.os.linux.networking Hi, my university provides me with a vpn server that I would like to use in order to encrypt my data while using an open WiFi. In this context, I have couple of questions: 1) What is the general idea behind ... Tim
VPN questions019 (5/28/2010 12:34:39 PM) comp.os.linux.networking Hi, my university provides me with a vpn server that I would like to use in order to encrypt my data while using an open WiFi. In this context, I have couple of questions: 1) What is the general idea behind ... Tim
Using unprotected Wifi3126 (5/27/2010 10:25:00 PM) comp.os.linux.networking Hi, I have to use an unprotected wireless network (it's not administrated by me). When I understand it correctly, using this WiFi is not safe since all data (such as passwords that I type on my console when I ... Tim
Halting problem #22245 (5/13/2010 3:20:41 PM) comp.theory Hi, it is known that the haling problem is not decidable in general. When I understand it correctly, this is only true if the system where the computation is performed is considered to be a turing machine (wi... Tim
Warning about package125 (2/5/2010 4:46:34 PM) comp.text.tex Hi, I want to use a newer version of the package algorithm than installed globally on my system. So, I created a directory "packages" and installed the package there (i.e. I copied algorithm.sty). To use this ... Tim
VPN questions #2925 (5/28/2010 12:34:41 PM) comp.os.linux.networking Hi, my university provides me with a vpn server that I would like to use in order to encrypt my data while using an open WiFi. In this context, I have couple of questions: 1) What is the general idea behind ... plfriko(499)
Pointer to non-static member functions628 (5/8/2008 9:26:37 AM) comp.lang.c++ Hi, I'm experimenting with function pointers and found two questions. Let's assume this code: 1 #include 2 class A; 3 4 //////////////////////////////////////////// 5 class B 6 { 7 public: ... plfriko(499)
Halting problem #22245 (5/13/2010 3:20:41 PM) comp.theory Hi, it is known that the haling problem is not decidable in general. When I understand it correctly, this is only true if the system where the computation is performed is considered to be a turing machine (wi... plfriko(499)
Computability934 (10/31/2009 1:17:15 PM) comp.theory Hi, in literature you often find the statement that (concrete) program semantics are in general not computable. If you for example consider so- called "sticky collecting semantics", you want to compute differ... plfriko(499)
Theorem separator551 (9/30/2009 9:31:51 AM) comp.text.tex Hi, I want to use a colon after a definition which I define with: def\theoremseperator{:} \newtheorem{definition}{Definition} When I use it with: \begin{definition} some text \end{definition} I just get: ... plfriko(499)
WiFi with iwconfig619 (7/31/2009 8:30:36 AM) comp.os.linux.networking Hi, I want to connect to an wireless access point using iwconfig. The connection seems to work but ifconfig then indicates that no IP was assigned to the wireless card (wlan0). These are the steps I did: "iw... plfriko(499)
TCP socket as workaround549 (4/11/2009 11:37:49 AM) comp.programming I want to integrate an open-source software (licenced under GPL) into a project which is closed-source. A direct integration of the open-source software must be avoided since I can't put my project under GPL. ... plfriko(499)
Preprocessing with gcc -E538 (8/27/2008 4:21:22 PM) comp.programming Hi, I've a question about preprocessing of code. Let's say I've these three files: // File: b.h #ifndef __MY_B_H #define __MY_B_H typedef int int_least8_t; typedef unsigned int uint_least8_t; #endif ///////... plfriko(499)
Error status in waitpid241 (6/18/2008 12:45:47 PM) comp.unix.programmer Hi, I've some code where a forked process executes another program, waits for it to finish (the invoked program writes some results via a pipe to the forked program) and then repeats this process. This is the... plfriko(499)
Default function parameter values636 (5/8/2008 12:16:07 PM) comp.lang.c++ Hi, how can I set default values to template parameters? I've this code: class A { template void foo( string = "", T* = 0, bool (T::*func)(void) = 0 ); }; when I invoke A::foo with the appropriate 3 p... plfriko(499)