active questions tagged status - Stack Overflowmost recent 30 from stackoverflow.com2009-12-17T12:55:53Zhttp://stackoverflow.com/feeds/tag/statushttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1623411/is-there-a-memcache-catalog1Is there a memcache "catalog"?Matt2009-10-26T06:51:30Z2009-12-11T19:03:07Z
<p>Hi there</p>
<p>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 occupies? </p>
<p>E.g.: </p>
<pre><code>key | memory(Bytes) | %
-----------------------------------
foo_key | 15013 | 0.3
bar_key | 2201 | 0.05
</code></pre>
<p>Couldn't find anything in the docs...</p>
<p>Thanks</p>
<p>Matt</p>
http://stackoverflow.com/questions/1878648/identifying-the-download-status-of-a-file-in-web-application0Identifying the download status of a file in web applicationadamantium2009-12-10T04:31:51Z2009-12-10T05:38:39Z
<p>Hi,</p>
<p>I am developing a web application in .Net 2005 in C#. Here there is a provision that allows the user to download the file from our server which will be mostly <strong><em>.doc</em></strong> files. So I am using <code>Response.TransmitFile</code> and <code>content-disposition</code> header method to write the file to the client.</p>
<p>My current requirement is to identify the status of the file being downloaded. If the file download is success/ failure then I have to show a status message in my web page. </p>
<p>I am not aware of any method that can do this kind of action in ASP.Net. So any help would be appreciated. The main problem is that the user can use any external Download Manager tools to do the download process and he can close my application from his browser and continue the download process at a later time.</p>
<p><strong><em>Edit</em></strong></p>
<p><em>Success</em> in the sense that I have to identify whether all the bytes were downloaded or not.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1866504/status-s-in-subversion1Status "S" in SubversionMichał Słaby2009-12-08T11:57:40Z2009-12-09T13:07:10Z
<p>At some point all files in my working copy got marked with "S" symbol as shown below:</p>
<pre><code>$ svn st
M S AclController.php
S InstallationController.php
S CustomerController.php
S RedirController.php
S IndexController.php
S LoginController.php
S OrderController.php
S ProductController.php
S SelfInstallController.php
S SelfcareController.php
</code></pre>
<p>Interestingly it occurs only int this particular working copy - when I checkout the project to new directory, it does not show the "S" marks.</p>
<p>How to get rid of this annoying "S" symbols? It significantly decreases clarity of WC status.</p>
<p><strong>Update:</strong> I do switch from time to time using standard <code>svn switch</code> syntax. It was never causing this "S" symbol to appear until recently. The command used to switch was:</p>
<pre><code>svn switch svn+ssh://xxxxxx/subversion/xxxxxxx/releases/1.0.16 .
</code></pre>
<p>Is there any way I can clear the "S" flag?</p>
http://stackoverflow.com/questions/1830507/phone-call-status-in-webos0phone call status in WebOSaswanistack2009-12-02T03:34:32Z2009-12-02T03:38:11Z
<p>how to know the phone call status or any event for handling end call in WebOS</p>
http://stackoverflow.com/questions/1814504/how-do-i-list-just-the-files-that-would-be-commited2How do I list just the files that would be commited?gene2009-11-29T03:00:52Z2009-11-29T21:58:54Z
<p>Hello,</p>
<p>Is there any way to get a list of files that will be committed when I type the following?</p>
<pre><code>git commit -m "my changes"
</code></pre>
<p>git status lists too much. I could strip out all the words, but I'd rather not. And I don't want to be told about untracked files.</p>
<p>I've tried </p>
<pre><code>git ls-files -md
</code></pre>
<p>but that doesn't show files that have been recently added, but not yet committed.</p>
<p>I'm looking for the same output you'd get from </p>
<pre><code>svn status -q
</code></pre>
<p>For example
$ svn status -q<br>
A file.py<br>
M dir/database.py<br>
M start.py </p>
http://stackoverflow.com/questions/901244/grabbing-status-code-without-using-a-server-side-language-javascript-perhaps2Grabbing status code without using a server-side language (javascript, perhaps?)Neil2009-05-23T09:58:02Z2009-11-22T18:11:37Z
<p>I've created a service that helps with error pages in web apps via an snippet of code that is copy/pasted in to the error page templates (a la Google Analytics). The status code is set to a hidden input within the installation code. The problem is that I don't want the installation code to be dependent on a server-side language (e.g. PHP, Ruby) - but the app could really, really use a dynamic method of collecting the status code in the http request without having hard coded status codes and, therefore, a necessity for separate installation codes for each error page (although, we're really only looking at 500s & 404s; but one option is too many, as far as I'm concerned). </p>
<p>Quizzing Google and my dev friends suggests that getting the status code via javascript isn't going to be possible (we're getting the http_referer that way, though) but I wondered if anyone had any suggestions that I haven't come across yet...</p>
http://stackoverflow.com/questions/1777754/programmatically-change-gmail-status-via-oauth-or-authsub2Programmatically change gmail status via OAuth or AuthsubAneto2009-11-22T03:53:03Z2009-11-22T03:53:03Z
<p>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</p>
<p>Does anyone know if/how it is possible to use Oauth or some other form of authentication that does not require password storage. </p>
<p>The Google data api docs I have seen support a range of services but dont seem to support Google Talk/Gmail beyond the Google Contacts api. </p>
<p>The Google Talk API seems to explicitly state that username and password are required but I could be mistaken</p>
<p>If it helps, my application is built on App Engine so I can at least use the built in user class to determine their username and email without storing their password but this doesnt seem to give me access to the user's status</p>
<p>Any tips or pointers to apps/code that seems to accomplish this would be helpful. Thanks!</p>
http://stackoverflow.com/questions/853405/what-does-the-subversion-status-symbol-mean5What does the Subversion status symbol "~" mean?Jergason2009-05-12T15:36:49Z2009-11-09T14:58:11Z
<p>I am getting a tilde symbol when I do an <code>svn status</code>.</p>
<p>Here is the output of the project after editing it in XCode. </p>
<pre><code>svn status
M build/Currency_Converter.build/Currency_Converter.pbxindex/imports.pbxbtree
M build/Currency_Converter.build/Currency_Converter.pbxindex/pbxindex.header
M build/Currency_Converter.build/Currency_Converter.pbxindex/symbols0.pbxsymbols
~ build/Currency_Converter.build/Currency_Converter.pbxindex/strings.pbxstrings
M main.m
//more changed files
</code></pre>
<p>Any idea what that means? Can't seem to find it on google or any of the svn cheat sheets.</p>
<p>Interestingly, I only edited main.m, but there are lots of modified files. Dunno why that would be. Anyone have any tips for working with SVN and XCode? Should I only be putting my source files under version control?</p>
<p><strong>Edit:</strong> - caused by a file that was already under version control being replaced by a file of another type. In this case, strings.pbxstrings used to be a file and now became a directory. Moral of the story is don't put your build folder into version control.</p>
http://stackoverflow.com/questions/1684819/powershell-status-information0Powershell status informationfatcat11112009-11-06T01:24:42Z2009-11-06T02:06:02Z
<p>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. </p>
<p>Powershell has a Write-Progress cmdlet, but that's for a progress bar. </p>
http://stackoverflow.com/questions/1677426/how-do-i-make-my-delete-query-fully-work0How do I make my delete query FULLY work?Ralph The Mouf2009-11-04T23:36:42Z2009-11-05T00:05:27Z
<p>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:</p>
<pre><code>$MyBlog = $_GET['id'];
$query = "UPDATE `Blogs` SET `status` = 'dead' WHERE `id` = '".$MyBlog."'";
</code></pre>
<p>Like I said, this is marking id dead on the db as it should, but not deleting the actual blog off of the page, is this because I don't have: <code>AND `status` != 'dead'</code> on the page it's getting sent from?</p>
http://stackoverflow.com/questions/1100869/how-to-properly-send-an-http-message-to-the-client1How to properly send an HTTP message to the clientAdam Crume2009-07-08T22:26:59Z2009-10-22T20:58:59Z
<p>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.</p>
<p>According to the <a href="http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse.html#setStatus(int,%20java.lang.String)" rel="nofollow">Javadoc</a>, HttpServletResponse.setStatus(int status, String message) is deprecated "due to ambiguous meaning of the message parameter."</p>
<p>Is there a preferred way to set the status message or "<a href="http://tools.ietf.org/html/rfc2616#section-6.1.1" rel="nofollow">reason phrase</a>" of the response? The sendError(int, String) method doesn't do it.</p>
<p>EDIT:
To clarify, I want to modify the HTTP status line, i.e. "HTTP/1.1 404 Not Found", not the body content. Specifically, I'd like to send responses like "HTTP/1.1 400 Missing customerNumber parameter".</p>
http://stackoverflow.com/questions/1355889/how-do-i-send-a-very-simple-status-update-with-the-iphone-sdk0How do I send a very simple status update with the iPhone SDK?Giles Van Gruisen2009-08-31T05:12:59Z2009-10-16T00:00:01Z
<p>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.</p>
<p>What is the easiest way to authenticate the user in the settings and have the app update their status when they tap a button?</p>
<p>Any help/ sample code is greatly appreciated.</p>
<p>-GVG
PHP/ iPhone SDK Developer
<a href="http://gilesvangruisen.com/" rel="nofollow">http://gilesvangruisen.com/</a></p>
http://stackoverflow.com/questions/1552209/online-status-report-of-a-ftp-server0Online Status Report of a FTP Server?Kevin2009-10-12T00:34:16Z2009-10-12T01:13:21Z
<p>Hello Everyone,</p>
<p>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 large request of when my ftp server is off and when its on. Can someone help me with this status report?</p>
<p>Thanks,</p>
<p>Kevin</p>
http://stackoverflow.com/questions/1513940/simple-check-php-to-see-if-shoutcast-radio-is-online0Simple check (PHP) to see if Shoutcast radio is online?Tom2009-10-03T14:49:40Z2009-10-03T15:00:25Z
<p>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.</p>
<p>I tried to do this with file_get_contents and eregi, but it didn't seem to work, or was waaaaay to slow.</p>
<p>Cheers.</p>
<p>:)</p>
http://stackoverflow.com/questions/1453843/access-to-xmlhttprequest-statustext-will-cause-exception-when-it-fails-1Access to XMLHttpRequest.statusText will cause exception when it fails?Shore2009-09-21T10:30:18Z2009-09-21T19:26:35Z
<pre><code>$.ajax(error:function(XMLHttpRequest, textStatus, errorThrown)
{ XMLHttpRequest.statusText })
</code></pre>
<p>Did someone also met this problem?</p>
<p><strong>EDIT</strong></p>
<p>I'm using Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.2) Gecko/2008091620 Firefox/3.0.2</p>
http://stackoverflow.com/questions/1362117/computer-network-status-with-vc-1Computer Network Status with VC#King2009-09-01T12:03:41Z2009-09-19T01:22:46Z
<p>i want to write a simple form in VC# that would tell me the following</p>
<ul>
<li><p>Am 1 connected or not connected to the internet</p></li>
<li><p>What speed am i connected with (56Kbps, 1.5MBps, e.t.c) not L.A.N</p></li>
<li><p>How much Download \ Upload bandwidth is being utilized like download bwdth utilized is 30 Kbps and upload bwdth utilized is 40Kbps.</p></li>
</ul>
<p>how to do it, what do i need to know</p>
http://stackoverflow.com/questions/843856/expression-engine-change-status-outside-admin-section0Expression Engine: Change status outside admin section.Kevin Brown2009-05-09T19:13:33Z2009-09-17T14:40:11Z
<p>Is it possible to edit an entrie's status outside the admin section? I want to be able to open and close entries from the front page.</p>
http://stackoverflow.com/questions/1432346/mysql-status-swap-for-bitwise-operators0MySQL status swap for bitwise operatorsfrodosghost2009-09-16T11:14:33Z2009-09-17T02:58:40Z
<p>I am looking for a solution/best practice to do a swap of values for a status flag.</p>
<p>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, without interrupting what other bitwise values are in there.</p>
<p>If it was a flag field, as in 0 or 1, it is easy:</p>
<pre><code>'status' NOT 'status'
</code></pre>
<p>I was wondering if there was a way I could do a swap based on two values (x, y) - without too much code-logic, like the code above. Of course I may be dreaming, and just have to revert to a SELECT query, and if statement and an UPDATE...</p>
<p>any ideas?</p>
http://stackoverflow.com/questions/1421946/is-there-a-simple-app-for-pinging-a-list-of-websites0Is there a simple app for pinging a list of websites?SkippyFire2009-09-14T14:33:25Z2009-09-14T16:04:57Z
<p>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?</p>
<p>I started to make one myself, but wanted to know if someone else has already done the work.</p>
<p>It just needs to track multiple <strong>external</strong> addresses with the status codes returned, at potentially different intervals.</p>
<p>I did see this post on "<a href="http://stackoverflow.com/questions/214809/how-do-you-monitor-the-availability-of-multiple-websites">How do you monitor the availability of multiple websites</a>", but it seems a little bit like overkill for what I need. <strong>I need a KISS app!</strong> Thanks!</p>
http://stackoverflow.com/questions/1396107/c-status-and-control-pattern1C++: Status and control patternjameszhao002009-09-08T20:16:47Z2009-09-09T03:52:04Z
<p>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? </p>
<p>If not, what's a good pattern (or library) to use for exposing this kind of data and control?</p>
<p>Specifically, I want to expose the following data:</p>
<ol>
<li>Relative "usage" of "components" (where usage/components is user-defined)</li>
<li>Any errors/faults</li>
<li>Memory, CPU, other misc process data</li>
<li>Method/class execution profile
<ol>
<li>Average time spent in method/class</li>
<li>Total calls</li>
</ol></li>
</ol>
<p>I want to expose the following control mechanisms</p>
<ol>
<li>Start, stop, restart, reload X... (commandesque control)</li>
<li>Parameter tuning</li>
</ol>
http://stackoverflow.com/questions/1037449/xmlhttprequest-problem1XMLHttpRequest problemA Srinivas2009-06-24T10:02:18Z2009-09-07T00:04:58Z
<p>Hi,</p>
<p>I am writing one Web Application using XUL. In that Iam using AJAX XMLHttpRequest Object for sending request to server. When I use GPRS connection to send the request to the server from my web application the request is not going, but readyState has changed to 4 and status=0. If the request is not going out how the readyState is Changing. </p>
<p>The same Code working fine in local network. If I send the request to server from the browser using GPRS it is working fine. Can any body help me out in solving this problem.</p>
<p>Thanks in Advance. </p>
http://stackoverflow.com/questions/1367625/get-alternating-row-status-from-datagridview0Get Alternating Row Status From DataGridViewGrant2009-09-02T13:13:12Z2009-09-02T13:18:36Z
<p>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 normal row or an alternating row so i know what colour to change it back to? is there a property i have missed?</p>
http://stackoverflow.com/questions/1230698/using-color-to-define-objects-flag-status2Using 'color' to define object's flag status?ogoid2009-08-05T01:07:44Z2009-08-05T03:59:54Z
<p>I'm asking this question because it isn't the first time I saw this coding practice, but never saw any commentary about the reason for this: I was browsing the Lua's source and saw that they use 'colors' (white, black) to describe the state of an object. Here is the code from header lgc.h:</p>
<pre><code>/*
** Layout for bit use in `marked' field:
** bit 0 - object is white (type 0)
** bit 1 - object is white (type 1)
** bit 2 - object is black
** bit 3 - for userdata: has been finalized
** bit 3 - for tables: has weak keys
** bit 4 - for tables: has weak values
** bit 5 - object is fixed (should not be collected)
** bit 6 - object is "super" fixed (only the main thread)
*/
#define WHITE0BIT 0
#define WHITE1BIT 1
#define BLACKBIT 2
#define FINALIZEDBIT 3
#define KEYWEAKBIT 3
#define VALUEWEAKBIT 4
#define FIXEDBIT 5
#define SFIXEDBIT 6
#define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
#define iswhite(x) test2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT)
#define isblack(x) testbit((x)->gch.marked, BLACKBIT)
#define isgray(x) (!isblack(x) && !iswhite(x))
#define otherwhite(g) (g->currentwhite ^ WHITEBITS)
#define isdead(g,v) ((v)->gch.marked & otherwhite(g) & WHITEBITS)
#define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
#define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
#define valiswhite(x) (iscollectable(x) && iswhite(gcvalue(x)))
</code></pre>
<p>I already saw something similar in other projects (which used even 'red'), but never understood (nor cared) what's the conceptual connection between color and objects' state. There is any sort of convention specifying that 'white' should mean 'good' and 'black', 'bad' or something similar? Anyone knows what's the origin of this practice?</p>
http://stackoverflow.com/questions/1213210/javascript-or-php-option-to-detect-aim-status2javascript or PHP option to detect AIM statusBrian2009-07-31T15:31:32Z2009-07-31T17:36:03Z
<p>The website is <a href="http://www.ipalaces.org/support/" rel="nofollow">http://www.ipalaces.org/support/</a> </p>
<p>The code I use for the status indicators is </p>
<pre><code><img src="http://big.oscar.aol.com/imperialpalaces?on_url=http://www.ipalaces.org/support/widget/status_green.gif&off_url=http://www.ipalaces.org/support/widget/status_offline.gif">
</code></pre>
<p>which is a neat thing that big.oscar.aol.com lets you do, it redirects it to whatever image you have set for the on_url if they are online, and same for off_url for offline. However, I want to use this in an if statement in PHP or javascript to display different things. Currently I am using this:</p>
<pre><code>function getaim($screenname) {
$ch = curl_init();
$url = "http://big.oscar.aol.com/$screenname?on_url=true&off_url=false";
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
// added to fix php 5.1.6 issue:
curl_setopt($ch, CURLOPT_HEADER, 1);
$result = curl_exec($ch);
curl_close($ch);
if(eregi("true",$result)) {
return true;
} else {
return false;
}
}
If (getaim("ImperialPalaces")) { print "Online"; } else { print "Offline"; }
</code></pre>
<p>The problem with this code is that for some reason, at random times it can take up to 12 seconds for it to actually retrieve the results. Whereas the standard img trick is almost instant. </p>
<p>Is there a known issue with curl? Is there a faster way? </p>
<p>I've seen someone try to read the .src of the img tag and do an if statement like that, but I couldnt get it to work.</p>
http://stackoverflow.com/questions/1144066/ruby-atexit-exit-status1ruby at_exit exit statustig2009-07-17T15:38:02Z2009-07-30T13:58:42Z
<p>Can i determine selves process exit status in at_exit block?</p>
<pre><code>at_exit do
if this_process_status.success?
print 'Success'
else
print 'Failure'
end
end
</code></pre>
http://stackoverflow.com/questions/1171490/jquery-xmlhttprequest-and-status-code-00JQuery, XmlHttpRequest and Status Code 0Matthew Abbott2009-07-23T12:45:41Z2009-07-27T10:07:10Z
<p>Hi All,</p>
<p>I've recently been doing some Cross-domain javascript using JSONP, and ASP.NET MVC.</p>
<p>The particular Controller action will only respond to a POST request, this is by design.</p>
<p>In IE8, I can see (via Fiddler2) that the response is correct, and returning a HTTP 200 response, along with the JSONP javascript.</p>
<p>In Firefox, Safari and Chrome, the response is still being returned, with the appropriate HTTP 200 code and JSONP content, the only difference is that the XmlHttpRequest object being used by JQuery is setting the status code to 0, and the responseText to empty.</p>
<p>Originally, I thought this was due to COR HTTP Preflighting (Http Access Control), whereby a custom header or a content-type other than text/plain would cause an additional HTTP request (with an OPTIONS) verb to be sent to the server. I can see in Fiddler2 that the OPTIONS request is being responded to with a HTTP 404. </p>
<p>The web server is IIS7 (but the production web server will be an IIS6 box). In IIS7, I can see the standard OPTIONSVerbHandler listed in the handlers, but I'm not convinced this is actually doing anything (in fact, I can't even find any documentation about the OPTIONSVerbHandler anywhere).</p>
<p>To get round this, I modifed the JQuery library to not set the custom header, and change the content-type to text/plain instead of application/json, and Firefox finally starts bypassing the OPTIONS request, and just plain POSTs.</p>
<p>The problem still lies in an empty response (according to the XmlHttpRequest object), even though Fiddler2 shows that a successful HTTP 200 response, with content is being returned.</p>
<p>Any help?</p>
http://stackoverflow.com/questions/1147383/div-that-stays-on-top-of-status-bar0div that stays on top of status barnickjohn2009-07-18T12:09:23Z2009-07-18T12:16:57Z
<p>hello Sir
i have been searching over a month for a solution like this,,,</p>
<p>the div on website below that have search at the bottom and it always remain sticked above status bar if u scroll down.</p>
<p><strong><a href="http://www.outlawdesignblog.com/" rel="nofollow">http://www.outlawdesignblog.com/</a></strong></p>
<p>can u kindly point me to a solution</p>
http://stackoverflow.com/questions/276052/how-to-get-current-cpu-and-ram-usage-in-python4How to get current CPU and RAM usage in Python?lpfavreau2008-11-09T16:04:50Z2009-07-18T10:10:03Z
<p>What's your preferred way of getting current system status (current CPU, RAM, free disk space, etc.) in Python? Bonus points for *nix and Windows platforms.</p>
<p>There seems to be a few possible ways of extracting that from my search:</p>
<ol>
<li><p>Using a library such as PSI (<a href="http://www.psychofx.com/psi/trac/wiki/" rel="nofollow">http://www.psychofx.com/psi/trac/wiki/</a> -- that currently seems not actively developed and not supported on multiple platform) or something like pystatgrab (<a href="http://www.i-scream.org/pystatgrab/" rel="nofollow">http://www.i-scream.org/pystatgrab/</a> -- again no activity since 2007 it seems and no support for Windows)</p></li>
<li><p>Using platform specific code such as using a <code>os.popen("ps")</code> or similar for the *nix systems and <code>MEMORYSTATUS</code> in <code>ctypes.windll.kernel32</code> (see <a href="http://code.activestate.com/recipes/511491/" rel="nofollow">http://code.activestate.com/recipes/511491/</a>) for the Windows platform. One could put a Python class together with all those code snippets.</p></li>
</ol>
<p>It's not that those methods are bad but is there already a well-supported, multi-platform way of doing the same thing?</p>
http://stackoverflow.com/questions/1060564/unable-to-keep-my-git-clean-and-public-at-home1Unable to keep my Git clean and public at HomeMasi2009-06-29T21:08:06Z2009-06-30T08:59:45Z
<p>I have my dot files in Github publicly.</p>
<p>This means that I have only a few files at my Home shared with others.</p>
<p>The disadvantage of sharing, for instance, .bashrc with others is that I need to be careful not adding confidential data to Github. </p>
<p>I run</p>
<pre><code>git status
</code></pre>
<p>I get a long list of untracked files.</p>
<p>I found out that apparently the only way to get rid of them them is by running</p>
<pre><code>git clean -df
</code></pre>
<p>This would remove my private files which I do not want to. </p>
<p><strong>How can you remove my private files from Git's status</strong> without removing my private files at my Home?</p>
http://stackoverflow.com/questions/997687/what-is-the-most-useful-information-to-display-at-the-front-of-the-office6What is the most useful information to display at the front of the office?Tim Wardle2009-06-15T18:48:48Z2009-06-16T08:05:13Z
<p>The company I work for has just purchased 4 32" LCD screens to be mounted at the front of the office for demonstration purposes. Whilst we are not demonstrating (most of the time), the screens are to be used as development information screens for the whole team.</p>
<p>What information would people recommend displaying to be most useful to the team? Our focus is on hosted business web-apps but I am interested in what other teams doing other types of development find useful too. Pointers on how to gather the displayed information would be useful also.</p>