phihag

3,771
Reputation
400 views

Registered User

Name phihag
Member for 1 year
Seen yesterday
Website
Location Germany
Age 22
icq: 130660930 Jabber: phihag@phihag.de
Nov
23
revised PHP check to see if a string matches a pattern
typo; added 17 characters in body
Nov
22
accepted PHP check to see if a string matches a pattern
Nov
21
answered PHP check to see if a string matches a pattern
Nov
7
awarded  Yearling
Oct
27
comment FFMPEG wmv conversion to flv
@undefined yes, I stumbled over the same problem with a wmv file, found this stackoverflow question, solved it, and wrote it here a couple of days later
Oct
12
revised Most horrifying line of code you have ever seen?
added 4 characters in body
Oct
12
comment PHP output buffering - sounds like a bad idea, is it?
@Aaron C, or ASM. PHP is such a flexible language that it is usually way slower than any other Desktop language, like C,C++,Java,C# etc. . However, compared to other scripting languages, it can still be pretty fast.
Oct
12
answered FFMPEG wmv conversion to flv
Sep
12
revised Find duplicate content using MySQL and PHP
added 1 characters in body; edited title
Sep
10
awarded  Nice Answer
Sep
1
revised Redirect stderr and stdout in a bash script
not linux-specific
Aug
25
accepted Possible Values For: PHP_OS
Aug
24
accepted Is the ‘name’ attribute considered outdated for <a> anchor tags?
Aug
8
awarded  Good Answer
Aug
3
comment Barchart with vertical labels in python/matplotlib
Unless a better answer comes, you'll get the bounty, promise. I'll be without internet access until 2009-8-9 though :(
Aug
3
comment Barchart with vertical labels in python/matplotlib
@dalloliogm sounds good
Aug
3
comment Barchart with vertical labels in python/matplotlib
Note that I'm not using plot(); but bar(). But rotation='vertical' seems to be the key. However, this still doesn't draw the ticks in the bars.
Aug
3
asked Barchart with vertical labels in python/matplotlib
Jul
30
revised How to find out the number of CPUs in python
deleted 4 characters in body
Jul
30
comment How to find out the number of CPUs in python
@Casey Yes, it does, using sysctl -n.
Jul
29
awarded  Nice Answer
Jul
15
revised 1x10^49 in decimal - how binary bits is that and how would you convert it to binary?
added 14 characters in body
Jul
15
revised Problem with within datagrid of itemRenderer checkbox - still can’t Solve the problem
formatted code, typo
Jul
15
revised 1x10^49 in decimal - how binary bits is that and how would you convert it to binary?
added 668 characters in body
Jul
15
answered 1x10^49 in decimal - how binary bits is that and how would you convert it to binary?
Jul
10
comment Is there a way to make Internet Explorer not cache a particular website?
@Corrine It's unlikely that IE has such a noticeable bug that has gone unnoticed so far. Are you sure you are sending the right headers? Please post a sample request and answer. Does the same behavior occur on a blank page without your code on it? On stackoverflow.com? If it does not and stackoverflow(or a demonstration page) works, just compare your headers and the ones that work.
Jul
8
answered Is Sleep() evil?
Jul
7
answered Is there a way to make Internet Explorer not cache a particular website?
Jul
7
answered RegEx to get numbers between periods in IP address?
Jul
1
accepted SVN Remove File from Repository without deleting local copy.
Jun
29
accepted Java XML: how to output the namespace of child elements ?
Jun
29
revised How do I select a random element from an array in Python?
added 14 characters in body
Jun
29
revised Should we use type cast for the object.toArray()???
typos, formatting
Jun
29
revised database encryption
edited tags; edited tags
Jun
26
revised dictionary application in java
edited tags
Jun
26
comment Checkboxes will not check in IE7 using Javascript, and yet no errors
Proposing a new tag: whitespace-madness. Seriously, try to to indent using less than 113 spaces.
Jun
26
comment Online High Scores Solution
This site is for programmers, not users. You seem to be looking for rentacoder.com .
Jun
26
revised learning from open source code
added 63 characters in body
Jun
26
answered learning from open source code
Jun
26
revised favicon.ico cannot show on Internet explorer 7
typography, inlined code
Jun
26
revised how to play .mp3 songs randomly by searching for them recursively in a directory and its sub directories?
added 1 characters in body
Jun
26
awarded  
Jun
25
revised Python - Subprocess - How to call a Piped command in Windows?
added 6 characters in body
Jun
25
accepted Python - Subprocess - How to call a Piped command in Windows?
Jun
25
answered Python - Subprocess - How to call a Piped command in Windows?
Jun
25
revised Why would I use a Unicode Signature Byte-Order-Mark (BOM)?
link to wikipedia, not Unicode wiki
Jun
25
revised Unable to solve a Python error message
added 83 characters in body
Jun
25
answered Impossibility of a 1920x1200 DVI USB 2.0 video card?
Jun
25
accepted Error when trying to upload file in PHP
Jun
25
comment Error when trying to upload file in PHP
Windows' directory separators are \ and /, so that's not a problem. Generally, use DIRECTORY_SEPARATOR in php or just /.