Top "Status" questions

a summary of the current state of a process, an application, a function or an object, or a response code about the execution of a request or a function (i.e. return code, or error code).

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 …

python system cpu status ram
Android : change button text and background color

How can I change both text and background colors when my button is pressed, with xml ? To change text color …

android button colors background status
Should a 502 HTTP status code be used if a proxy receives no response at all?

According to the RFC: 10.5.3 502 Bad Gateway The server, while acting as a gateway or proxy, received an invalid response from …

http client http-status-codes status
How to change status bar color to match app in Lollipop? [Android]

In the new lollipop update I noticed that with the native Google apps the color of the status bar changes …

android colors status android-5.0-lollipop
Git status ignore line endings / identical files / windows & linux environment / dropbox / mled

How do I make git status ignore line ending differences? Background info: I use randomly Windows and Linux to work …

linux windows git status line-endings
How to mark a build unstable in Jenkins when running shell scripts

In a project I'm working on, we are using shell scripts to execute different tasks. Some are sh/bash scripts …

shell jenkins build status
How to find whether MySQL is installed in Red Hat?

I am currently using Red Hat linux. I just want to find out whether MySQL is installed in that system. …

linux redhat status
How to set bot's status

So I'm trying to make my bot's streaming to be with depression but I've tried multiple things and they don't …

node.js streaming bots status discord.js
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 …

git directory status
Get checkbox status using javascript

This is my checkbox HTML code <input id="termsCheckbox" name="termsCheckbox" type="checkbox" value="terms" <?PHP echo $terms; ?&…

javascript checkbox using status