Tagged Questions

6
votes
7answers
300 views

Is There A Fast GetToken Routine For Delphi?

In my program, I process millions of strings that have a special character, e.g. "|" to separate tokens within each string. I have a function to return the n'th token, and this is it: function …
5
votes
9answers
2k views

What is the fastest way to Parse a line in Delphi?

I have a huge file that I must parse line by line. Speed is of the essence. Example of a line: Token-1 Here-is-the-Next-Token Last-Token-on-Line ^ ^ Current …
4
votes
2answers
618 views

How do I get a valid user token for CreateProcessAsUser

I have an application that is running as normal user, and a service running as local system. I want the application to be able to tell the service to start the application again, once the service has …
3
votes
2answers
340 views

C preprocessor and concatenation

I am trying to write a code, where name of functions are dependent on the value of a certain macro variable. To be specific, I am trying to write a macro like this: #define VARIABLE 3 #define …
3
votes
2answers
110 views

Best way to create a TOKEN system to authenticate web service calls?

I'd like to create a web service architecture that can be called by various platforms such as mobile devices, winforms applications, iphone, blackberry, you name it. So going with something like WCF …
3
votes
4answers
211 views

How do I extract all {} tokens from a string using .Net’s RegEx?

I need to extract tokens that are marked with curly brackets from a given string. I have tried using Expresso to construct something that will parse... …
2
votes
2answers
172 views

Creating C macro with ## and __LINE__ (token concatenation with positioning macro)

I want to create a C macro that creates a function with a name based on the line number. I thought I could do something like (the real function would have statements within the braces): #define …
2
votes
1answer
73 views

Stringbuilder in CIL (MSIL)

Hey there, I'm trying to generate code that takes a StringBuilder, and writes the values of all the properties in a class to a string. I've got the following, but I'm currently getting a "Invalid …
2
votes
3answers
116 views

How can I authenticate a user session across servers ?

Problem: A download link should be displayed in a user's home page. That download link should ONLY be accessible if the user logged in. But the real problem is that the user's home page and the …
2
votes
9answers
673 views

https URL with token parameter : how secure is it?

On our site, we provide to users a simulation based on their private information (given through a form). We would like to allow them to get back on their simulation results later, but without forcing …
1
vote
2answers
26 views

Bison/Yacc, make literal token return its own value?

Below is my rule, when i replace $2 with '=' my code works. I know by default all literal tokens uses their ascii value (hence why multi character token require a definition) The below doesnt work. …
1
vote
2answers
84 views

Parsing rules - how to make them play nice together.

So I'm doing a Parser, where I favor flexibility over speed, and I want it to be easy to write grammars for, e.g. no tricky workaround rules (fake rules to solve conflicts etc, like you have to do in …
1
vote
2answers
242 views

Way(s) to extract selected node values from this XML Markup

Given the (specimen - real markup may be considerably more complicated) markup and constraints listed below, could anyone propose a solution (C#) more effective/efficient than walking the whole tree …
1
vote
3answers
116 views

authentication token is encrypted but not signed - weakness?

Through the years I've come across this scenario more than once. You have a bunch of user-related data that you want to send from one application to another. The second application is expected to …
1
vote
2answers
576 views

Javascript token replace/append

Hi guys I have a string that looks something like the following 'test:1;hello:five;just:23'. With this string I need to be able to do the following. .... var test = …

1 2 3 next
15 30 50 per page