PhiLho

10,688
reputation
669 views

Registered User

name PhiLho
member for 1 year
seen 8 hours ago
website
location France
age 48
Professional programmer for living... and for fun!
Amateur artist (see my deviantART account if you are curious)... only for fun!
2d
comment Why is it #elif and not #elsif in C/C++
Well, why not #elseif?
Dec
11
answered java - string declaration occupying multiple lines ?
Dec
11
comment java - string declaration occupying multiple lines ?
const? What kind of Java is it?
Dec
10
answered Programming languages with python-like syntax but native code generation
Dec
8
comment unicode document viewer tool?
It allows to jump to a given codepoint (given in hexa or decimal). But it doesn't convert from UTF-8. I never saw (yet) a tool as you describe it. Might be interesting to code... :)
Dec
8
answered unicode document viewer tool?
Dec
7
revised JavaScript exit method
Typos
Dec
7
revised Concat over ‘+’ operator for string concatenation
Fixing error
Dec
6
awarded  Mortarboard
Dec
3
answered Choosing a Windows Automation script language. Autoit vs Autohotkey.
Dec
2
accepted Autohotkey choking on curly brace in simple If’s
Dec
1
answered mapping a key so the mapping is valid only in certain application
Dec
1
answered Autohotkey editor
Dec
1
answered Autohotkey choking on curly brace in simple If’s
Nov
27
answered How do I determine the “narrowest” font on Windows?
Nov
26
answered How to use web-fonts legally?
Nov
23
comment 2D Cel-Shading in JavaFX
Yes, I understand. It might be interesting to have a Lighting effect with a cell-shading rendering (after all Lighting is pseudo-3D) but it belongs to JavaFX implementation more than JavaFX coding.
Nov
19
awarded  Popular Question
Nov
11
answered Using Java PDFBox library to write Russian PDF
Nov
9
comment Equivalent of Firebug’s “Copy Xpath” in Internet Explorer?
@Photodeus: Oops! Obviously you are the first one to test the FF version... I had a typo, a ps instead of ns (in ns=ps.nextSibling). Fixed in the answer. Thanks for reporting.
Nov
9
revised Equivalent of Firebug’s “Copy Xpath” in Internet Explorer?
Fixing a typo/bug
Nov
6
revised How to write formula in Excel for my requirement
added 23 characters in body; edited title
Nov
6
comment How to write formula in Excel for my requirement
@Jason Tholstrup: not sure, but the description at least looks like an algorithm, so somehow it is programming related... :-)
Nov
4
awarded  Nice Answer
Nov
4
answered How to display blob datatype from database to pdf
Nov
4
comment How to display blob datatype from database to pdf
I believe anand wants to wrap some image file (unspecified format...) into the PDF format (unknown reason!), not to output a PDF blob taken from a database. Unless I misunderstood.
Nov
3
comment What is the best way to determine duplicate credit card numbers without storing them?
There are heated discussions about that on SO, but apparently you can safely store the salt along with the salted information, as long as salt is varied (would need a rainbow table per salt).
Nov
3
answered Java 2dim table for-iteration
Nov
3
answered Compare two lists for updates, deletions and additions
Nov
3
revised Compare two lists for updates, deletions and additions
Corrected typos
Nov
3
comment opening a tiff image in IE
BMP are opened by IE only because it is the native Windows image format. Any other non-Web image format is unlikely to be opened by a browser.
Oct
30
comment Is there any mistake in this Java code?
Nicely analyzed. Somehow, you also show the limit of simplified code used for quick demo purpose, which works in their limited environment but are wrong in real use. Similar to these snippets omitting to close streams in finally for conciseness and so on.
Oct
30
comment Regular expression to limit number of characters to 10
The {} and the + do the same thing (counting), thus they are redundant, hence the error.
Oct
30
answered java multithreading
Oct
30
answered How to create a patch file on windows?
Oct
29
answered Java command line option using @ symbol.
Oct
29
comment Java command line option using @ symbol.
In what shell? Not XP's cmd one at least, and never saw in regular Dos either.
Oct
29
comment When - and why - should you store data in the Windows Registry?
Indeed, I didn't said it was "best practice", but common practice... :) The folders in application data /are/ best practice, particularly for big data, but also because they are easier to back up.
Oct
29
comment Why Java ImageIO flattens JPEG colors
@ketorin: you asked "why", not "how to avoid this problem". Since you find the answer is good (and I agree), you should accept this answer. And perhaps ask another question about the "how"... :-)
Oct
29
awarded  Nice Answer
Oct
28
comment Eclipse doesn’t recognize lua files after installing the lua plugin
@RCIX: I drag and dropped a random file into Eclipse, and I have this ERROR message. Looks like files must be in a project to be correctly handled.
Oct
28
answered Eclipse doesn’t recognize lua files after installing the lua plugin
Oct
27
comment Javascript to close IE6, IE7, IE8 and Firefox without confirmation box?
I would hate to lost all my tabs because of a rogue JavaScript code! Fortunately, browsers forbid this operation, at least on main window(s). Such way of doing things is sooo XXth century! (when browser windows shown only one page...)
Oct
27
comment Searching for ‘\’ using javascript
Don't forget to accept one answer (the first correct or the most useful for you).
Oct
26
revised Copying plain text from a WYSIWYGI to a normal textarea?
added 13 characters in body
Oct
26
answered Copying plain text from a WYSIWYGI to a normal textarea?
Oct
26
comment php to pdf or php to jpeg library or function ?
"JPEG generation is much better than PDF"? It depends on usage, I wouldn't use Jpeg output if I need multiple pages, and it is awful for text output (unless you set high quality) and it is not searchable, etc. Different usages. Also Acrobat doesn't need to be on browser (PDF can be downloaded) and there are alternative PDF viewers.
Oct
26
answered php to pdf or php to jpeg library or function ?
Oct
25
comment Monitoring Java from within Java
And it is open source, so at least it shows a way to do that...
Oct
24
answered How to highlight source code in HTML?