Messages - highend01 [ switch to compact view ]

Pages: prev1 ... 15 16 17 18 19 [20] 21 22 23 24 25 ... 38next
96
Thanks @all!

@Innuendo
Wow, that's the perfect tool for what I'm trying to achieve!

97
Hi,

I'm looking for a software that helps me to visualize program logic (e.g. for writing a string parser).

Maybe some kind of flowchart that contains pseudo code logic blocks (while / foreach / do until, etc.)?

Requirements:
- Windows
- NO Java
- Portable
- If possible: Freeware (but I'd pay for it if it offers advanced features)

Does anyone use a software like this and can share his thoughts?

98
Hi,

Edit: Solved, I wrote a function that parses all pairs...

for example I have the following string:
$a = 'a:1:{s:9:"@test.bat";a:1:{s:24:"AJXP_METADATA_SHAREDUSER";a:1:{s:10:"users_meta";a:1:{s:4:"tags";s:20:"batch file {new tag}";}}}}';

Is there an intelligent way (the used regex engine (Visual Basic (no .NET) is "mostly" pcre compatible. One exception: Positive & negative lookbehinds aren't supported) to get the content of the innermost {} pair that is NOT inside quotation marks?

In this case I'd like to match exactly this part:
{s:4:"tags";s:20:"batch file {new tag}";}

The real innermost pair of {} would be:
{new tag}
but this is inside a double quoting
"batch file {new tag}"
and therefore shouldn't be treated as the innermost {}...

99
Thank you, skwire!

100
Does anyone still have a copy of this old command line tool (it searches the master file table of a NTFS partition)?

The original (http://ndff.hotbox.ru/en/index.html) site is down (probably for a long time)...

Tia,
highend

Pages: prev1 ... 15 16 17 18 19 [20] 21 22 23 24 25 ... 38next
Go to full version