Ludwig Weinzierl

2,637
reputation
459 views

Registered User

name Ludwig Weinzierl
member for 8 months
seen 1 hour ago
website
location Munich - Germany
age 33
I am an aerospace engineer and software developer.
Dec
15
comment Is it fair to ask about by-reference arguments as a C interview question?
@bytenik: I completely disagree. It was always called "pass by reference" no matter if what is happening is hidden or not.
Nov
30
comment How to link from SVG?
Thanks Eric, works as you suggested. I tried the href version, but only when generated from javascript, which still doesn't work. I verified that the javascript produces exactly the above output (saved the document with) firefox. My workaround for now is to hardcode the link and move it to the proper position dynamically. If have an idea why the generated link isn't clickable I'd like to know.?
Nov
30
revised How to link from SVG?
deleted 65 characters in body; edited title
Nov
29
asked How to link from SVG?
Nov
29
comment work out the date of the fourth saturday in the current month
Not so incidentally given that February has 28 days which is divisible by 7. Doesn't hold for leap years of course.
Oct
17
revised Disable Hardware & Software Interrupts
added 143 characters in body; added 68 characters in body; added 1 characters in body
Oct
17
answered Disable Hardware & Software Interrupts
Oct
11
awarded  Necromancer
Oct
8
comment What is the best way to stop people hacking the PHP-based highscore table of a Flash game.
+1 Wow, answers like that is why I love stackoverflow.
Oct
4
accepted How is Database Migration done?
Sep
27
revised Compare javascript dates.
getDate() is correct, getDay() is the weekday
Sep
27
revised How is Database Migration done?
added 263 characters in body
Sep
27
answered How is Database Migration done?
Sep
2
comment What are the efficiencies afforded by Emacs or Vim vs Eclipse?
+1 for pointing our the "Eclipse for Java" thing. "Eclipse does rock for Java." I agree 100%.
Sep
2
comment What are the efficiencies afforded by Emacs or Vim vs Eclipse?
And vim starts up faster than you can say "Eclipse".
Aug
26
comment 64 bit version of Java 1.4.2 for Windows?
@Cheeso: If only life was this easy...
Aug
26
comment 64 bit version of Java 1.4.2 for Windows?
@Thorbjørn Ravn Andersen: Ah, here it starts to get interesting. You mean I could buy a 64 bit version of Java 1.4. Do you have a link?
Aug
26
revised 64 bit version of Java 1.4.2 for Windows?
added 234 characters in body
Aug
26
comment 64 bit version of Java 1.4.2 for Windows?
@Cheeso: I know that, you know that, but whining doesn't help me here and now to get that piece of software running;-)
Aug
26
comment 64 bit version of Java 1.4.2 for Windows?
True, true, but not an answer to my question.
Aug
25
revised 64 bit version of Java 1.4.2 for Windows?
added 279 characters in body
Aug
25
revised 64 bit version of Java 1.4.2 for Windows?
added 263 characters in body
Aug
25
comment 64 bit version of Java 1.4.2 for Windows?
@Tom Hawtin: Thanks for the comment, I didn't notice that. Updated my question.
Aug
25
answered 64 bit version of Java 1.4.2 for Windows?
Aug
25
asked 64 bit version of Java 1.4.2 for Windows?
Aug
21
comment Are there any invalid linux filenames?
+1 Thanks for the link to "Fixing Unix/Linux/POSIX Filenames". It was a really intersting read.
Aug
9
awarded  Enlightened
Aug
9
awarded  Nice Answer
Aug
8
comment Why isn’t C++ used in Web-Developement ?
@Karl Voigtland: They don't like null pointer exceptions neither.
Aug
6
comment First name, middle name, last name. Why not Full Name?
Even without tribal culture someone might become the Pope.
Aug
5
accepted How to logout when using .htaccess (and .htpasswd) authentication?
Aug
2
answered Separate firstname and lastname from fullname string in C#
Aug
2
revised Is there a calculator with LaTeX-syntax?
added 296 characters in body; added 219 characters in body
Aug
2
answered Is there a calculator with LaTeX-syntax?
Jul
25
comment Tool which shows me which files are written in Linux?
Just out of curiosity: I know filemon, but what tool in Vista are you referring to?
Jul
25
revised Tool which shows me which files are written in Linux?
added 63 characters in body; deleted 1 characters in body
Jul
25
answered Tool which shows me which files are written in Linux?
Jul
24
answered Full description of a compression algorithm
Jul
22
asked Pros and cons of distributed revision control systems?
Jul
22
revised How to logout when using .htaccess (and .htpasswd) authentication?
added 186 characters in body; added 3 characters in body
Jul
22
answered How to logout when using .htaccess (and .htpasswd) authentication?
Jul
17
revised How do I find out what my external IP address is?
added 260 characters in body
Jul
17
answered How do I find out what my external IP address is?
Jul
15
comment Open source component to develop multi-page PDFs from HTML
What do you mean by page-by-page? I think iText can produce multi-page PDFs from HTML.
Jul
9
accepted serve my text from the filesystem instead of a database?
Jul
8
awarded  Disciplined
Jul
8
revised serve my text from the filesystem instead of a database?
added 9 characters in body
Jul
8
revised serve my text from the filesystem instead of a database?
added 249 characters in body; added 12 characters in body; added 4 characters in body; deleted 5 characters in body
Jul
8
revised serve my text from the filesystem instead of a database?
deleted 7 characters in body
Jul
8
comment serve my text from the filesystem instead of a database?
I wondered how unicode is treated myself. If it is stored as utf-8 then one character is 4 bytes at maximum, 1 byte per character is typical for English text. One danger I see with really large VARCHARS in MySQL is that it can fill up the maximum row size (65,535 bytes, which is shared among all columns). For a performace comparison between TEXT and VARCHAR in MySQL see forums.mysql.com/read.php?24,105964,105964