Skip to main content
Search titles, bodies, and author names
Found 58,995 posts across 1 forum.

Decoding URL data — #2

Quote: Originally posted by exrae: <STRONG>I have a string that contains encoded URL data, it's not actually a real URL (in the form http://www.host.com/path/path)…
MacNN Development by Mactoid

Decoding URL data — #3

I'm using Cocoa and Objective-C, I can create an NSURL with the string, but there seem only to be methods that can extract host etc., not decode the whole string... I would write i…
MacNN Development by exrae

Decoding URL data — #4

There are some CGI libraries in C that have to do this sort of parsing. Try looking at cgi-lib or cgic. I was working on an Objective-C CGI library at some point, but haven't had…
MacNN Development by Porfiry

Decoding URL data — #5

Well I've decided to write my own, replacing the '+' characters with spaces is obviously simple, but I need to convert occurrences of %XX (where XX is the ASCII value, in hex) to t…
MacNN Development by exrae

Decoding URL data — #6

CFURL.h (in CoreFoundation) has some functions for encoding and decoding URL text. Others can be found in the open-source Omni frameworks: the stuff you'll find useful is split bet…
MacNN Development by Rickster

Decoding URL data — #7

I tried using CFURL and CFString to decode the URL data, but I'm having a problem.. <BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR>…
MacNN Development by exrae

Decoding URL data — #8

Oh, obviously I need to pass the allocator(?) in the CFURLCreateWithString.. but I haven't a clue what that is.
MacNN Development by exrae

Decoding URL data — #9

Quote: Originally posted by exrae: <STRONG>Well I've decided to write my own, replacing the '+' characters with spaces is obviously simple, but I need to convert o…
MacNN Development by Mactoid

Decoding URL data — #10

Well, I actually got the time to sit down and sift through the CF docs a little, and the solution was quite clear and simple. Here it is... <BLOCKQUOTE><font size="1"face=…
MacNN Development by exrae

Remote Apple Events in X.1 — #2

AppleEvents aren't really anything related to remote control/display of programs... You'd be better off using something like OSXvnc, if I understand what you're trying to do.
MacNN Development by Angus_D

Remote Apple Events in X.1 — #3

I will throw in my 2 cents here but I haven't actually tried doing this yet (I only have one OS X machine). If you wrote a "client" program and set it up to communicate all the ac…
MacNN Development by Apocalypse

Remote Apple Events in X.1 — #4

Quote: Originally posted by Angus_D: <STRONG>AppleEvents aren't really anything related to remote control/display of programs...</STRONG> Remote c…
MacNN Development by King Chung Huang

Remote Apple Events in X.1 — #5

X11 does a similar thing to VNC and Timbuktu but it only exports window graphics, not whole desktops. It is how most Unix networks run and it is VERY cost-effective. Essentially,…
MacNN Development by Apocalypse
mp.ls