sirvon andre thomas

less info
124 reputation
9
bio website loqoo.tv
location mia
age
visits member for 11 months
seen May 1 at 1:52
stats profile views 29

architecting MY future through code.


Apr
30
revised Android 4.2.2 app incompatibility
added 192 characters in body
Apr
30
comment Android 4.2.2 app incompatibility
this is the first time I'm hearing about this option...how so? OOO you mean in the console? yes! let me double check
Apr
30
asked Android 4.2.2 app incompatibility
Apr
11
accepted Why is HttpUrlConnection not closing?
Apr
11
comment Why is HttpUrlConnection not closing?
Yes, your are correct and I am corrected. It is closing, because it isn't sending the data from the initial connection anymore just empty "pings". WoW! You just solved it. I'm using a remote logging lib that uses sockets and THAT! is what is keeping the connection alive. ok, thank you for your thoughts.
Apr
11
comment Why is HttpUrlConnection not closing?
it is verified that it is connecting, but all i'm doing is trigging scripts but the connection stays alive. Basically pinging the server until I leave the activity
Apr
11
awarded  Custodian
Apr
11
revised Why is HttpUrlConnection not closing?
added 29 characters in body
Apr
11
reviewed Approve suggested edit on Why is HttpUrlConnection not closing?
Apr
11
asked Why is HttpUrlConnection not closing?
Apr
10
comment How do I make python requirements portable?
"There's just something about a self-contained package that I find appealing" YES INDEED... bringing python apps to the masses who don't use cli tools. The majority in the world, who just want to download and install, ala app markets ala dropbox!
Apr
10
accepted Is it possible from the server side to change browsers address bar?
Apr
9
comment Is it possible from the server side to change browsers address bar?
only webpages that included this special script would keep the server with a connection the browser
Apr
9
comment Is it possible from the server side to change browsers address bar?
OOOHHH OK!!! so in order for the server to keep some type of connection to the browser it needs have a hook to it,,, the webpage is the hook but if that departs the server can no longer talk to the browser... so an extension keeps the browser and the server talking OR
Apr
9
comment Is it possible from the server side to change browsers address bar?
yeah that's a good point about the new page taking away the javascript.. and that's an even excellent +1 in favor of an iframe solution
Apr
9
comment Is it possible from the server side to change browsers address bar?
Yes, because the concept goes against convention of how we view the internet and browse the web
Apr
9
comment Is it possible from the server side to change browsers address bar?
Yes, I would like to change the entire browser display with another url something akin to tv. Your watching tv and the studio's change it for you, I want to enable changing the browser from the opposite side
Apr
9
comment Is it possible from the server side to change browsers address bar?
so pretty much it can't be as straight forward as send GET or POST, script accept variable from GET or POST and execute a command with that variable in this case a URL.
Apr
9
asked Is it possible from the server side to change browsers address bar?
Apr
9
comment Why aren't my scripts running when called from cron and other scheduled services?
but even when the script attempts to run from an inotifywait script it gives the same error.