Tagged Questions

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
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 …
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 …
1
vote
6answers
282 views

How to properly send an HTTP message to the client

I'm working on a RESTful web service in Java. I need a good way to send error messages to the client if something's wrong. According to the Javadoc, HttpServletResponse.setStatus(int status, String …
5
votes
4answers
794 views

What does the Subversion status symbol “~” mean?

I am getting a tilde symbol when I do an svn status. Here is the output of the project after editing it in XCode. svn status M …
0
votes
2answers
43 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 …
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
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
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
2answers
944 views

JQuery, XmlHttpRequest and Status Code 0

Hi All, I've recently been doing some Cross-domain javascript using JSONP, and ASP.NET MVC. The particular Controller action will only respond to a POST request, this is by design. In IE8, I can …

1 2 3 4 next
15 30 50 per page