0
votes
0answers
7 views
phone call status in WebOS
how to know the phone call status or any event for handling end call in WebOS
2
votes
3answers
55 views
How do I list just the files that would be commited?
Hello,
Is there any way to get a list of files that will be committed when I type the following?
git commit -m "my changes"
git status lists too much. I could strip out all the words, but I'd …
2
votes
0answers
37 views
Programmatically change gmail status via OAuth or Authsub
I would like my application to programmatically update my user's gmail/google talk status on their behalf but I dont want to store their password because of the privacy risk
Does anyone know if/how …
0
votes
1answer
46 views
Powershell status information
What is the prescribed method for display status or progress information to a user from a Powershell script? For example, "Connecting to database..." Normally I'd print to STDERR.
Powershell has a …
0
votes
2answers
95 views
How do I make my delete query FULLY work?
My delete.php is sending the selected item to the db as dead as it should, but the blog is still staying on the page that its deleted from. What am I doing wrong? this is my query: on the delete.php:
…
0
votes
2answers
59 views
Is there a memcache “catalog”?
Hi there
we're using memcache in several of our Rails applications.
Now I was wondering: Is there a way to get a list of all objects stored in memcache including the amount of data each value …
0
votes
2answers
44 views
Online Status Report of a FTP Server?
Hello Everyone,
I want to make a status report of when my FTP server is on and when its off. HTML is the language which I prefer to use. I have never used HTML before, and I need it urgently due to a …
0
votes
1answer
134 views
Simple check (PHP) to see if Shoutcast radio is online?
Basically, just a simple script that can check to see if a shoutcast radio is online or not, and output a code based on it.
I tried to do this with file_get_contents and eregi, but it didn't seem to …
-1
votes
1answer
68 views
Access to XMLHttpRequest.statusText will cause exception when it fails?
$.ajax(error:function(XMLHttpRequest, textStatus, errorThrown)
{ XMLHttpRequest.statusText })
Did someone also met this problem?
EDIT
I'm using Mozilla/5.0 (Windows; U; Windows NT …
0
votes
3answers
58 views
MySQL status swap for bitwise operators
I am looking for a solution/best practice to do a swap of values for a status flag.
The status INT(3) in mysql has a few values, and I'd like to be able to swap the LIVE and NOT_LIVE values around, …
0
votes
3answers
56 views
Is there a simple app for pinging a list of websites?
Basically, I just need a simple app that frequently pings external IP Addresses and web addresses to make sure the sites are up. Does anyone know of a good one of these?
I started to make one …
1
vote
2answers
150 views
C++: Status and control pattern
I'm writing a C++ background/server application for Linux/Windows. Is there a standard control/profiling/reporting service I should use to expose my application's current status in a standardized way? …
0
votes
1answer
57 views
Get Alternating Row Status From DataGridView
Hi, if i change the backcolour of a datagridviewrow that belongs to a datagridview control using alternating row colours and i want to programatically change it back, how do i know if the row was a …
-1
votes
2answers
60 views
Computer Network Status with VC#
i want to write a simple form in VC# that would tell me the following
Am 1 connected or not connected to the internet
What speed am i connected with (56Kbps, 1.5MBps, e.t.c) not L.A.N
How much …
0
votes
1answer
59 views
How do I send a very simple status update with the iPhone SDK?
Hi, I'm building an app that will allow the user to send a status update to twitter about something they have done in the app.
What is the easiest way to authenticate the user in the settings and …
