Tagged Questions

0
votes
1answer
30 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. …
0
votes
2answers
89 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: …
0
votes
2answers
54 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 dat …
0
votes
2answers
37 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 …
0
votes
1answer
66 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, bu …
1
vote
2answers
147 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 …
0
votes
3answers
52 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_L …
1
vote
6answers
253 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 …
0
votes
3answers
49 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 starte …
-1
votes
1answer
51 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 (Window …
0
votes
1answer
44 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 …
5
votes
3answers
583 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 build/Currency_Converter.build/Currency_Conve …
0
votes
1answer
43 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 …
0
votes
2answers
733 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 desig …
-1
votes
2answers
56 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 …

1 2 3 next
15 30 50 per page