-
infidel added rakamon to the Python Windows CE port project.
2009-01-08 10:51:23 UTC in Python Windows CE port
-
For some reason I am now unable to access the following subdirectories in my project web folder:
d--------- 12 root root 4096 Aug 20 2007 /home/groups/p/py/pythonce/htdocs/Wikka
d--------- 12 root root 4096 Aug 19 2007 /home/groups/p/py/pythonce/htdocs/WikkaBackup
Please fix the ownership and permissions.
2008-05-29 12:26:49 UTC in SourceForge.net
-
Your code is incorrect. X is pointing to memory that has been freed by "free(Y)", so you cannot access this memory.
2007-10-15 13:11:32 UTC in MinGW - Minimalist GNU for Windows
-
Sorry, I don't own a Smartphone so I can't test a Smartphone port. Perhaps you or someone else could do it.
2007-06-23 09:41:54 UTC in Python Windows CE port
-
Your code is incorrect. If it works on Linux then that is purely by accident. When you declare the argument without '&' then it will make a temporary copy of the Automobile object on the stack, but it is wrong to store a reference to a temporary object because it will be invalid after the constructor returns. In this case the memory was apparently reused but in many cases it would just crash.
2007-05-03 16:13:32 UTC in MinGW - Minimalist GNU for Windows
-
The preferred solution is described here:
http://www.w3.org/International/O-URL-and-ident.html
Basically, the PHP script that is producing the URI should encode the string of characters as UTF-8 before calling rawurlencode(). Then when your code receives the query string you should always treat it as UTF-8. I don't know PHP so I can't help any further.
In fact, if your try removing the...
2007-03-08 14:23:39 UTC in Simple HTTPD
-
Two of my emails to SourceForge users were returned undelivered, and the only reason I can tell is possibly this:
X-Spam-Report: Spam Filtering performed by sourceforge.net.
See http://spamassassin.org/tag/ for more details.
Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001
0.0 MSGID_FROM_MTA_HEADER Message-Id was added by a relay
3.0 FORGED_MUA_OUTLOOK Forged...
2007-01-20 12:16:48 UTC in SourceForge.net
-
Cygwin is not MinGW (unless maybe if you compile with -mno-cygwin) so I would not really expect "make mingw" to work. I don't use Cygwin so I can't really help with porting the makefile or code.
2006-12-05 13:11:46 UTC in Simple HTTPD
-
infidel committed patchset 203 of module shttpd to the Simple HTTPD CVS repository, changing 14 files.
2006-11-12 03:29:16 UTC in Simple HTTPD
-
infidel committed patchset 202 of module shttpd to the Simple HTTPD CVS repository, changing 1 files.
2006-11-11 09:54:04 UTC in Simple HTTPD