Topics - highend01 [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6next
6
Developer's Corner / Code signing certificate?
« on: October 16, 2015, 05:30 AM »
Hi,

can anyone recommend a particular code signing certificate authority (there are a lot of them...)?

I probably have to sign .exe files in the future (if the current commercial project is going to be implemented). Prices vary a lot and they are per year not a one time sale *sigh*.

7
Find And Run Robot / Alias - Display <string> in description?
« on: June 24, 2015, 04:12 AM »
One of my aliases uses:
Dictionary - <string> | http://dict.leo.org/ende?lp=ende&search=$$1 /ICON=icons\dictionary.ico

When I invoke it by entering e.g. "dic"
The description right from the icon states:
dict (Dictionary - )

So:
<string> is resolved to nothing

How do I escape it properly that <string> isn't resolved at all and I get instead:
dict (Dictionary - <string>)

8
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?

9
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 {}...

10
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 [2] 3 4 5 6next
Go to full version