The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
7answers
19k 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 ...
23
votes
7answers
21k views

How to get current CPU and RAM usage in Python?

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. There seems to be a few possible ways of ...
17
votes
4answers
339 views

showing a status message in R

I'd like to write a function that presents to the user a status message that shows something like the time, the percent complete, and the current status of a process. I can handle assembling the ...
15
votes
7answers
12k views

Status “S” in Subversion

At some point all files in my working copy got marked with "S" symbol as shown below: $ svn st M S AclController.php S InstallationController.php S CustomerController.php S ...
12
votes
2answers
4k views

git status - is there a way to show changes only in a specific directory?

I would like to see a list of files modified since the last commit, as 'git status' shows, but I care only about files located in a single directory. Is there a way to do this? I tried 'git status ...
9
votes
3answers
2k views

Redmine, can't see new Issue Status

I added a new staus to redmine, but i cant see it in dropdown list, even when manager is logged in. What can be wrong? Thanks
8
votes
14answers
1k views

PHP system() - return status is always 0

I need to get the following scripts running. // File: script_a.php <?php exit(1); ?> // File: script_b.php <?php system('php script_a.php', $return); var_dump($return); ?> ...
8
votes
1answer
823 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 ...
8
votes
2answers
392 views

Where can I find colored indicators for use in Cocoa?

I need color indicators. Need to be able to do green, yellow and red. Anybody know how? I looked through the available icons/etc in Interface Builder but did not see anything like them. Like this:
8
votes
8answers
798 views

How to have a computer flash a light

I'd like to have an application monitor written in C# monitoring a set of Forex trading positions. It would be connected via USB to a real set of "traffic lights" sat on a desk which it would use to ...
7
votes
9answers
28k views

PHP function to get Facebook status?

I'm looking for a good, simple PHP function to get my latest Facebook status updates. Anyone know of one? Thanks! EDIT: I've added a half-solution below. Or if anyone knows a good way to read in ...
6
votes
9answers
244 views

What is the most useful information to display at the front of the office?

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 ...
5
votes
5answers
174 views

When is better to throw an exception and when is better to return some error log 'object'?

I was wondering how to decide between : 1) If to throw custom exceptions OR 2) return a kind of LOG object that has flags like 'CityNotFound,' 'ReferenceConstraintBroken' etc. I have been reading ...
5
votes
3answers
996 views

Wordpress create a new post status?

In Wordpress you get the default post statuses: Published, Draft and Pending Review. Is it possible to add some more post types via registering them via the function.php file of the active theme? ...
5
votes
4answers
3k views

Facebook status update URL

Does Facebook provide a URL the user can access that will take him to his profile page with the "What's on your mind" box auto completed with a value provided in the URL? I need something like ...
5
votes
5answers
3k views

What does the perfect status report look like?

I work with a lot of offsite developers and contractors. I ask them daily to send me a quick 5 minute status of their work for the day. I have to sometimes consolidate the status of individuals into ...
4
votes
2answers
2k views

Magento Order State vs. Status

I'm having a fun time figuring out the difference between an order's 'state' versus it's 'status' in Magento. We have a custom flow set up to send out orders to 3rd party fulfillment and we also have ...
4
votes
2answers
265 views

How to know that my application is running in Background or Foreground?

I am making Windows Mobile 6.5 Application using C sharp. In the application, I am opening the default browser in a case. When I open the browser, the application is still runing in background. But I ...
4
votes
2answers
197 views

where to get all possible tags/values for “svn status --xml”?

"svn status --xml" prints all files status and it's more much useful than parsing "svn status" output. Is there a list of all possible tags/sections in XML file and their values? I can read SVN ...
4
votes
2answers
984 views

How do I set a Jabber status with python-xmpp?

How do I set a GChat or jabber status via python? Right now I've got this: import xmpp new_status = "blah blah blah" login = 'email' pwd = 'password' cnx = xmpp.Client('gmail.com') ...
4
votes
10answers
20k views

Where is the Facebook Status feed URL these days?

I know that it was previously possible to display your most recent Facebook statuses on your website as an RSS feed, but it seems they've changed their setup and I can't figure out where to find the ...
4
votes
4answers
5k views

Updating facebook status with message from a Javascript variable

Is there an easy way to let users update their status on Facebook with a message I have in a JavaScript variable? I know there's a URL you can use to share a link, which looks like: <a ...
4
votes
1answer
462 views

javascript or PHP option to detect AIM status

The website is http://www.ipalaces.org/support/ The code I use for the status indicators is <img ...
4
votes
8answers
2k 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 ...
4
votes
5answers
4k views

How to get TFS Build notification Status

I want get that Build status in TFS(whether it is succeeded or failed).Which classes and methods can be used for this purpose.
4
votes
2answers
669 views

How to drag NSStatusItems

You all know the menu bar (or better said NSStatusBar) in Mac OS X. There are some items which I can move and other which not. I would like to be able to drag the NSStatusItem of my app. Any idea ...
3
votes
2answers
36 views

git: list new files only

When I do a git status I get a list of files prefixed with new file: . How can I get only this list? I want to process this files in a simple loop in a little shell script.
3
votes
3answers
52 views

Grouping ActiveRecord objects in a Facbook-wall-like way

Problem: You have an activity stream, similar to Facebook's Wall, with multiple types of records (statuses, updates, announcements, etc) streaming into them. You want to group similar types of ...
3
votes
4answers
307 views

Hide the status bar on iPhone on a single view?

I want to show the status bar in my app in all views but one. I have tried modifying the 'status bar is initially hidden' in the plist, i have tried: [[UIApplication sharedApplication] ...
3
votes
2answers
133 views

Adding a status bar to c++ console applications

I am making a linux application using C++ and it will print info out to the console. Parts of the program will take a while to compute and I would like to add a status bar in the console similar to ...
3
votes
3answers
38 views

Is there any reusable JSP / Servlet / framework to export jvm, system, and webapp status?

I have seen several Java web application projects adding some JSP or servlet to visualize status information such as: JVM info (version, free memory, PermGen statistics, etc.) System status (OS, ...
3
votes
1answer
236 views

C# PrintDocument and Printer Status

I am trying to get the printer status of a PointOfSale printer using the following code: Hashtable properties = new Hashtable(); ManagementObjectSearcher searcher = new ...
3
votes
1answer
283 views

What is the design & architecture behind facebook's status update mechanism?

I'm planning on creating a social network and I don't think I quite understand how the status update module of facebook is designed. Hoping I can find some help here. At algorithmic and datastructure ...
3
votes
1answer
124 views

gtk.StatusIcon with double click

I'm using python GTK under Gnome (Gnome 3 in Fedora 15). I'd like to catch events when the user double clic on the icon in the tray area. I found that "activate" signals is called when the user do a ...
3
votes
1answer
111 views

What does an xhr.status of 8 mean in IE8?

i just want to know what is the meaning of the xhr.status 8 and what is the possible cause of that (because my ajax failed and its the status that is given to me). Thanks Edit : Just forget to ...
3
votes
2answers
199 views

svn status doesnt show me the list of modified files

I checkedout some files inside dir using: svn co <dir> After that I used following command to replace some text in all java files inside this dir: find . -type f -print0 | xargs -0 sed -i ...
3
votes
2answers
299 views

Admob on Android - Status bar area not covered when activity is resumed

I'm experiencing very nasty bug trying to implement Admob in my application. I thought the problem is in my code, but after some investigation I found it present also in Android-Banner-Essentials ...
3
votes
2answers
300 views

how to update facebook status from python

a program where you can post a status update without going to the website itself. quesiton: Where or how do i get started?
3
votes
3answers
128 views

c# windows control that shows the downloading progress status of a file in a multithreaded software

So I whould like to develop a software in c# that will be capable of downloading youtube videos using threads. Which control should i use in order to show the progress of each of the videos being ...
3
votes
2answers
359 views

Does PHP's file_get_contents cache a 301 status code?

If PHP does cache a permanent redirect: For how long? Can this period be changed? I would also be interested in the default behaviour on this matter of Perl, Python, and any other languages used ...
3
votes
6answers
516 views

Bash Beginner Check Exit Status

I am wondering if someone knows of something similar to pipefail for multiple commands, like a 'try' statement but within bash. I would like to do something like this; echo "trying stuff" try { ...
3
votes
1answer
326 views

Any idea about QQ API (Chinese facebook,twitter)?

Is there any API for QQ services (www.qq.com)? Or any developer program? Is there any way to integrate their services in third party apps? I am interested in their microblog, photo album and status ...
3
votes
4answers
880 views

untracked files not shown in git status

I have a project with the following folder structure: All the project files are in base_fldr folder. Also I have a few folders inside base_fldr called sub_fldr1 and sub_fldr2. These sub folders also ...
3
votes
3answers
97 views

Unexplained Subversion directory status after checkout

I am working in an SVN repo with a huge branches area. As a result, I did a shallow (--depth empty) checkout on my branches folder. Example: C:\svn\branches Has no subfolders in my working copy. ...
3
votes
3answers
143 views

Method return status: bool, string, const… (PHP)

This question: http://stackoverflow.com/questions/356248/best-way-to-return-status-flag-and-message-from-a-method-in-java is similar to mine, however I would do it in PHP, not Java (which could make a ...
3
votes
2answers
623 views

Can i put an icon in the status bar when my application is running? ( PERMANENTLY, also in background mode)

i want to put just an ICON when my application is running, also in background (home key pressed or something like that) i mean that it's just an icon showing that my application is ON, and it have to ...
3
votes
3answers
384 views

How can I get 'git status' to always use short format?

I'd like git status to always use the short format: $ git status --short M src/meck.erl M test/meck_tests.erl ?? erl_crash.dump ?? meck_test_module.coverdata There does not seem to exist a ...
3
votes
0answers
673 views

Using SMO.Agent to retrieve SQL job execution status - security issue

I've got a C# program that fires off SQL Server Agent jobs using the SQL Server Management Objects (SMO) interfaces. It looks something like: Server ssis_server = new Server( new ...
3
votes
2answers
304 views

PHP - Show status of a form that is processing

I have a form that performs 3 separate tasks when submitted. When the form is submitted, a lightbox/thickbox window appears to show the status. The page posts to itself, and as it completes a task, ...
3
votes
3answers
2k views

How can you tell if a trigger is enabled in SQL Server 2000

This shouldn't be hard to do. I'd expect Enterprise Manager to show a folder of trigger and a list and an icon... but I don't see it anywhere. My google results get me answers where I have to write ...

1 2 3 4 5 8