MasterPeter
|
Registered User
|
Got hooked on computers when I first saw the 'Didaktik M' with 48k of user-available memory. It loaded programs from a magnetic tape (being born in the eighties, I have no memories of punch cards). Didaktik M was basically just a huge keyboard you could connect to your TV and tape recorder.
From then on I was fascinated by computers.
I started writing
echo hello worldbatch scripts, and dreamed of creating a windows executable (.exe) (its function did not matter to me then :)), which I later did, at the age of 12 (in Borland's C++ Builder). Then switched to Delphi, stayed with Delphi (all versions from v.4 onwards) for a decade and then turned my attention to Java, PHP, ASP.NET, C++ again, PL/SQL and JavaScript. Now a junior developer at a mid-size software house. Currently much challenged by Java Enterprise technologies and Maven builds. Nationality: Slovak |
|
Dec 10 |
comment |
Learning a programming language at an elderly age? I it is - that believes that 6% stuff. |
|
Dec 7 |
asked | Computing Forensics forum? |
|
Dec 5 |
comment |
Random playlist algorithm totally agree with Mark Ransom |
|
Dec 2 |
comment |
Which book should I read first: Pragmatic Programmer or Code Complete? while clean code is a great book and i have a copy of it, just a few days ago a bought a code complete, 2nd edition. And it's really good! these are both great books. |
|
Dec 2 |
comment |
Which book should I read first: Pragmatic Programmer or Code Complete? I wonder if mseery runs a book store or is in any way involved in the selling of the Code Complete book :D ;) [don't just buy one copy, get two copies! why, get ten copies, one for each friend, Christmas is coming!] :D |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit yeah, that's a time-tested way to do it, but I was hoping this could all be done in a single step. Maybe if I were using some other editor, but it's npp, and so I'll be content with doing this in two steps :) cheers |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit Oh, okay, I think I will be satisfied by this explanation. |
|
Dec 1 |
revised |
Regex: remove lines not starting with a digit example included |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit no change to the final effect. blank lines still |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit also worked but left a whole lot of blank lines. How can I capture the line break too? |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit I am trying to figure out which part of my question is not clear. I would edit it, but I think I am quite clear in asking how to remove lines not starting with a digit? |
|
Dec 1 |
comment |
Regex: remove lines not starting with a digit this worked as far as finding all lines not starting with a digit, but when I did a search/replace, searching for ^[^\d].* replacing it with nothing, I am still left with a lot of blank lines. How would I have your regex capture the line break too? |
|
Dec 1 |
asked | Regex: remove lines not starting with a digit |
|
Dec 1 |
comment |
What does 4j mean? None taken. It just struck me to notice that there are three answers to a simple question, two of which end with a question mark. |
|
Dec 1 |
comment |
What does 4j mean? The only person who actually answers the question without being unnecessarily smug. |
|
Dec 1 |
comment |
What does 4j mean? do answers end with a question mark? I think it's just being rude to answer in such a way that makes the person asking feel inferior or stupid. |
|
Nov 30 |
comment |
NTFS alternate data streams notepad.exe seems to have no problems opening the ADS. |
|
Nov 28 |
comment |
What is your best programmer joke? so true it hurts |
|
Nov 28 |
comment |
Worst UI You’ve Ever Used why, this web page is sweeet :) |
|
Nov 28 |
comment |
Java swing. How to wait for other Jframes @Andreas_D, change your comment into an answer and I would give you an upvote |
|
Nov 28 |
comment |
Java swing. How to wait for other Jframes I would advise the same, but nonetheless, could you suggest how could be ANY JFrame made modal? I come from Delphi world, and there one would call myForm.showModal; instead of just myForm.show; Is there any simple way to achieve this effect? |
|
Nov 28 |
revised |
Java swing. How to wait for other Jframes made more concise |
|
Nov 27 |
comment |
NTFS alternate data streams I agree with that. So, as long as my fs is NTFS, I should be able to work with these streams. Do I need a special version of copy program to support copying data from and into alternate streams? |
|
Nov 27 |
comment |
NTFS alternate data streams copy 1013.pdf:Zone.Identifier x.xxx should work too. but it doesn't on my machine. I just don't understand what's going on. |
|
Nov 27 |
comment |
NTFS alternate data streams funny thing is I have seen it work with the type command. However the shell used to demonstrate this was NT4 shell, not the usual cmd.exe |
|
Nov 27 |
asked | NTFS alternate data streams |
|
Nov 25 |
comment |
Morris Internet Worm - anyone knows how did they manage to stop it? I have been to each and every one of those and also others. And as I mentioned, I find this pleasequit variable mentioned in more than one place. |
|
Nov 25 |
comment |
Morris Internet Worm - anyone knows how did they manage to stop it? Thanks for the post. In one of the reports I found that By 5 a.m. Nov. 3, Berkeley had created a patch to stop it. Does this mean they have patched these vulnerabilities in the three servers or is this referring to something else? The pleasequit variable quickfix-hack? |
|
Nov 25 |
asked | Morris Internet Worm - anyone knows how did they manage to stop it? |
|
Nov 23 |
comment |
Exporting to Excel the simple way (but not CSV) Now, that's really explained the colors problem! I now understand. Thanks. |
|
Nov 16 |
comment |
Exporting to Excel the simple way (but not CSV) Thanks for this. Any ideas why the colors are converted? |
|
Nov 16 |
comment |
Exporting to Excel the simple way (but not CSV) thanks, that helped with one of the problems :) any idea how to get the colors right? |
|
Nov 16 |
asked | Exporting to Excel the simple way (but not CSV) |
|
Nov 15 |
revised |
Simple statistics - Java packages for calculating mean, standard deviation, etc… minor edit |
|
Nov 15 |
comment |
Simple statistics - Java packages for calculating mean, standard deviation, etc… @duffymo As a classic Java programmer, I am definitely not concerned by stuff like how much memory do my programs consume. (<-- joking, of course) As to How hard is it to write a simple class that calculates means and standard deviations? well, not hard. I only asked this question after having hand-coded these. But it only added to my Java frustration not to have these simplest functions available at my hand when I needed them. I don't remember the formula for calculating stdev by heart :) |
|
Nov 14 |
comment |
Simple statistics - Java packages for calculating mean, standard deviation, etc… thanks. I take it there isn't really a reason for looking any further. You're satisfied with Apache Commons, or is it just so-so, good-enough, could-be-better? |
|
Nov 14 |
asked | Simple statistics - Java packages for calculating mean, standard deviation, etc… |
|
Nov 11 |
comment |
What’s your take on the programming language Go? Upset me greatly by completely excluding those developers true to MS. It's an insult, one would not have expected this to happen in the third millennium! |
|
Nov 11 |
answered | What’s your take on the programming language Go? |
|
Nov 11 |
answered | What projects do you feel sorry for? |
|
Nov 11 |
comment |
What’s your take on the programming language Go? why, the := is one of Go's best features. |
|
Nov 11 |
answered | Java: unable to access static singleton method |
|
Nov 10 |
awarded | ● Popular Question |
|
Nov 9 |
awarded | ● Nice Question |
|
Nov 9 |
answered | How to convert string[] to ArrayList? |
|
Oct 31 |
asked | Java Generics, please help, I have no previous experience with this… |
|
Oct 28 |
answered | php - file download box |
|
Oct 19 |
revised |
Connected to mysql instance ONCE or TWICE? additional info added |
|
Oct 19 |
revised |
Connected to mysql instance ONCE or TWICE? rephrased the title |
|
Oct 19 |
asked | Connected to mysql instance ONCE or TWICE? |
