Search Results

Search: Posts Made By: sneakyimp
14,987
Posted By sneakyimp
It is not a full http request. It is only...
It is not a full http request. It is only "<policy-file-request>".
14,987
Posted By sneakyimp
Thanks for your response. Unfortunately,...
Thanks for your response.

Unfortunately, Flash is hard-wired to connect to 843 when looking for a socket policy file. If it fails to find a server on that port, it will try to find a policy file...
14,987
Posted By sneakyimp
permission to bind a socket to port 843?
I have written a flash socket security file server in PHP. The basic idea is that when Flash Player connects via socket to a server, the first thing it does is connect to port 843 and send a request...
Forum: Web Development 04-16-2009
5,424
Posted By sneakyimp
I have had some really satisfactory experiences...
I have had some really satisfactory experiences with YUI tools (http://developer.yahoo.com/yui/). In particular, the DataTable (http://developer.yahoo.com/yui/datatable/). There's a bit of a...
Forum: Web Development 04-16-2009
5,484
Posted By sneakyimp
mod_rewrite RewriteMap - possible to 404?
In my strenuous efforts to get SEO-friendly urls, I'm using a rewrite map in my apache setup:


RewriteEngine on
RewriteOptions MaxRedirects=5

RewriteMap seo...
Forum: IP Networking 04-14-2009
1,959
Posted By sneakyimp
Pludi, you are awesome. Thanks for that.
Pludi, you are awesome. Thanks for that.
Forum: IP Networking 04-14-2009
1,959
Posted By sneakyimp
app to broadcast availability to ethernet?
I'm working on a queue manager type application. I'd like to be able to delegate a large job constituted of many smaller task to a handful (or potentially dozens) of commodity linux machines on a...
Forum: IP Networking 04-14-2009
2,342
Posted By sneakyimp
I'm not exactly sure what your question is...
I'm not exactly sure what your question is asking, but it sounds like you are wrestling with the fact that you need a loop to listen for client connections with select on your server but you also...
Forum: Programming 04-14-2009
7,362
Posted By sneakyimp
Aha. In retrospect I should perhaps have put...
Aha. In retrospect I should perhaps have put this post in 'linux for dummies' forum or perhaps in 'unix and linux applications'. My original thinking was that there *must* be some tool in XCode or...
Forum: Programming 04-14-2009
7,362
Posted By sneakyimp
I graduated from college years ago. I have since...
I graduated from college years ago. I have since been writing a lot of PHP and have rarely, if ever, dealt with raw binary files. I can totally appreciate your desire to not assist those little...
Forum: Programming 04-14-2009
7,362
Posted By sneakyimp
That I already knew. Translating that...
That I already knew. Translating that pseudo-code into actual C or C++ or Java code is hardly the easiest way to do this. Someone recommended googling 'Hex Editor' which I will be doing now.
Forum: Programming 04-13-2009
7,362
Posted By sneakyimp
how to inspect the bytes in a file?
What is the easiest way to inspect the bytes stored in a file?

Ideally, If my file was 10 bytes each of which had only the high bit set, I'd be able to browse for it and get output like this:
...
Forum: Programming 04-09-2009
2,474
Posted By sneakyimp
Cheers, thanks!
Cheers, thanks!
Forum: Programming 04-09-2009
2,474
Posted By sneakyimp
numeric values ending in 'U'
I am getting back on the C++ programming after many years away. I recently received an SDK that has code like this where numeric values end in 'U'. What does this mean?


if ((ptr % 16U) ==...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 11:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy