macbirdie

3,014
reputation
2509 views

Registered User

name macbirdie
member for 1 year
seen 18 mins ago
website
location Wrocław, Poland
age 29
Currently mostly a c++/win32 programmer, doing some php/zend framework and django/app engine projects on the side.
20h
comment <strong> vs <em>?
of text content surrounded by those tags
Dec
12
answered Programmer working conditions
Nov
22
answered Where did foodscanner get its initial barcode database?
Oct
21
revised Cocoa-Touch. What Exactly is the Difference Between These NSMutableData Methods?
added 20 characters in body
Oct
21
comment Split large file without copy?
Here's a twist - use BitTorrent.
Oct
19
revised OpenCL books/tutorials?
edited body
Oct
19
accepted OpenCL books/tutorials?
Oct
16
comment Best free website for “sending” large EXE to customer
Have you tried sending the exe zipped with a password? There's no way for firewall/antivirus software to detect content of such a file.
Oct
15
answered OpenCL books/tutorials?
Oct
11
answered Does Windows support metadata for every file?
Oct
6
comment OpenMP in Visual Studio 2005
That's odd. I've just compiled all three snippets without any problem.
Oct
5
accepted How to prevent apache http client from following a redirect
Oct
5
answered How to prevent apache http client from following a redirect
Oct
2
revised Is the use of vectors of pointers here unnecessary or worse, cause memory leaks?
added 6 characters in body
Oct
1
answered Check Upload file type from an array in PHP.
Sep
29
accepted Is there a program that can send data via sockets to a server, to test it?
Sep
29
answered Is there a program that can send data via sockets to a server, to test it?
Sep
21
answered How to make this PHP snippet work without warning?
Sep
20
revised Keyboard for programmers
deleted 53 characters in body
Sep
20
comment Keyboard for programmers
I wrote a little windows app that delays caps lock switch by 400 milliseconds and have no problems with this key, ever. No problem adapting to other keyboards as well.
Sep
20
revised Keyboard for programmers
Working image link
Sep
19
revised Running windows batch file commands asynchronously
added 310 characters in body
Sep
19
accepted Running windows batch file commands asynchronously
Sep
19
answered Running windows batch file commands asynchronously
Sep
19
comment Python SOCK_STREAM over internet …
Maybe the server-side isp is blocking listening(server) TCP sockets? If you start a web server there, does it work over internet?
Sep
19
comment Career Choice in JEE, are EJBs standard?
Glassfish is relatively new by standards of Java technology adoption in enterprise, so there may be not many big projects that use it - WebSphere, JBoss are well known, proven platforms. After all Glassfish is a fast, memory efficient, full-blown JEE app server. Now adoption may be slowing because it's not clear what Oracle is going to do with it.
Sep
18
comment Very poor boost::lexical_cast performance
How about saving some numbers to a file which is based on XML?
Sep
18
answered SVN: How to commit without entering password?
Sep
17
comment Remove All Images
Hugs n1313
Sep
17
comment Remove All Images
Doesn't the edited version remove only half of the NodeList as well? But this time not every other Node, just second half of the list. You're increasing i until it reaches images.length, which is reduced in every iteration, so they kind of "meet" in the middle. Store the length outside the loop and it will be fine then.
Sep
17
revised Zend_Tool setup problems
edited tags
Sep
17
answered Remove All Images
Sep
17
answered How to autorotate from portrait to landscape mode?
Sep
17
revised How do I import a java Point class in android?
added 344 characters in body
Sep
17
answered How do I import a java Point class in android?
Sep
16
answered Zend_Form: Element should only be required if a checkbox is checked
Sep
11
comment How to programmatically control the CPU utilization by an C# winform application
Not an answer, but maybe you should set process/threads priority to lower levels instead.
Sep
8
awarded  Yearling
Sep
4
answered PHP: setting variables in IF-construct?
Sep
3
comment Best way to compress HTML, CSS & JS with mod_deflate and mod_gzip disabled
What do you mean by updating the files? You don't have to do anything with the files that are to be compressed - you just have to put this script on a server and set up the Rewrite rules appropriately.
Sep
3
comment Best way to compress HTML, CSS & JS with mod_deflate and mod_gzip disabled
This script assumes it's run by the apache Rewrite rule and is given a filename as an URI parameter.
Sep
3
comment What are the known C/C++ optimizations for GCC
// pretty often makes things perform better!
Sep
3
revised JXTA P2P application over internet
added 25 characters in body; edited tags; edited title
Aug
23
accepted How to use WSAAsyncSelect from WinAPI in C#?
Aug
14
accepted Has anyone succeeded in using Google App Engine with Python version 2.6 ?
Aug
11
revised webcam access in c++
added 287 characters in body
Aug
11
answered webcam access in c++
Aug
10
answered Has anyone succeeded in using Google App Engine with Python version 2.6 ?
Aug
10
answered Adding support of Windows to POSIX project… How painful? Is it worth the effort?
Aug
10
comment Adding support of Windows to POSIX project… How painful? Is it worth the effort?
That's true about "windows-way" the things are expected to work. I hate it when I have to do e.g. cygwin magic or jump through other hoops in order to even compile a "cross-platform" application.