6
votes
6answers
244 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 …
0
votes
1answer
19 views
Need help with scanner class for creating tokens
Errors im getting: cannot find symbol
constructor method Token. but i do
have a constructor in Token class
cannot find symbol variable
tokenCode. i clearly use it all …
0
votes
1answer
14 views
WCF Web Service error - The message could not be processed. This is most likely because the action ‘’ is incorrect or because…
... the message contains an invalid expired security context token or because there is a mismatch between bindings...
The problem is, the client and the server times are a few sec …
0
votes
3answers
24 views
Email and Reusable Token URLs
I'm building a site that offers functionality to users without requiring them to register. The idea is to send an email to the specified address containing a link with a token. Tha …
1
vote
2answers
115 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 bra …
2
votes
1answer
69 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 ge …
0
votes
2answers
84 views
Iphone device token - NSData or NSString
Hi Guys,
I am receiving iPhone device token in the form of NSData object.
When I tested my notifications script function, I have only copied that object from log and the notifica …
0
votes
2answers
124 views
how to get Device Token using Iphone Application and other info about the device?
Hi,
In my iphone application i want Device Token using the APN.
How to get that using code ?
Alos i want Other information about the Device User,its version and other info.
How t …
0
votes
0answers
45 views
If there any computer still use the token-ring network? [closed]
I'm looking for some materials on current usage of token-ring network?
Is there any token-ring device in the market?If there is, what are the names?
thanks
jcyang
1
vote
2answers
79 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, lik …
0
votes
4answers
101 views
Rails simple form gives InvalidAuthenticityToken error
I have a simple form like this:
<form name="serachForm" method="post" action="/home/search">
<input type="text" name="searchText" size="15" value="">
<input …
3
votes
2answers
265 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 VARIAB …
0
votes
1answer
34 views
Claims + Tokens library for c#
Is there a library for c# that allows me to build an encrypted token containing claims, and then gives me an API to check if a token contains the claims I'm interested in?
Similar …
0
votes
1answer
16 views
WCF: The incoming message was signed with a token which was different fron what used to encrypt the body. This was not expected.
For what ever reason, a critical third peaty webservice functions like this. I can connect, send a request, and receive valid response, but i still get the error message. This only …
0
votes
4answers
78 views
APNS: Not receving any feedback for registerForRemoteNotificationTypes: neither +/-
Hi,
I have been trying to use the default code in the iPhone APNS documentation to generate a device token using registerForRemoteNotificationTypes() but without succes.
Neither th …
