Questions tagged [status]

A status is 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 (e.g., return code or error code). For status bar, use the tag 'statusbar'. For http-status, use tag 'http-status-codes'

A status is a summary of the current state of a process, an application, a function or an object. It can also be a response code related to the execution of a request or a function, typically a return code, or an error code.

Disambiguation:

  • Do not use for question related status bars, but use instead.
  • For HTTP requests, prefer or the tag http-status-code-xxx where xxx is a numeric response code.

External references:

  • Exit status on Wikipedia for status of a process execution
1447 questions
-2
votes
1 answer

(Python) How to check http response on status

can someone tell me how to check the statuscode of a HTTP response with http.client? I didn't find anything specifically to that in the documentary of http.client. Code would look like this: if conn.getresponse(): return True #Statuscode =…
QWERASDFYXCV
  • 245
  • 1
  • 6
  • 15
-2
votes
1 answer

how to make an online offline status for logged in logged off user?

In my database i inserted a column named "online" with a default value of 0. So when a user log in this value is updated to 1 so now it says the user is online. When a user click on log out this value gets updated to 0 again so now the user is…
firashelou
  • 131
  • 9
-2
votes
1 answer

Show users presence status of Cisco Jabber in web page

I want to fetch the presence status of any users connected to Cisco Jabber IM. The status can be online, offline and away. Could anyone tell me the API to achieve this?
-2
votes
1 answer

how to retrive status value from $user?

protected function authenticated(Request $request, $user) { // $user = User::findOrFail($user); return $user; //$arruser = $user->toArray(); /* if($user->status==0){ Auth::logout(); …
Rasul
  • 73
  • 1
  • 1
  • 6
-2
votes
1 answer

JavaScript - Create a loading bar

I'm trying to create a loading bar, that I'll use when I'll open links or images. I mean, while the page/image isn't loaded yet, a would like to show a loading bar like the one I shown you. I know how to create the bar in fact, but I don't know how…
DamiToma
  • 921
  • 3
  • 9
  • 27
-2
votes
1 answer

Two counts with different status in one group in mysql?

SELECT services, COUNT( * ) AS Total_queue, COUNT( * ) AS balance_queue FROM tqueue WHERE STATUS IN ('8','4') and STATUS ('4') AND get_tiket BETWEEN '2016-11-10 00:00:01' AND '2016-11-10 23:59:59' GROUP BY services but not working,…
Heri
  • 61
  • 6
-2
votes
1 answer

Why header status not changed?

Please before you mark it down tell me why first, thanks. I have this update code below which is works. However the header response is 304 not modified, but it clearly did. I tried to add header('HTTP/1.1 200 OK'); $time = time() - 60;…
user999
  • 53
  • 1
  • 3
  • 9
-2
votes
1 answer

BASH: How to determine whether copying has finished?

I need to copy files from several folders by separate cp commands. How to ensure that every command ended only after what files are actually copied to disk? How can I find out that the copying was finished? Thanks
peterko
  • 503
  • 1
  • 6
  • 18
-2
votes
2 answers

Status word as a return value for a function?

I am working on an assignment in C and am being asked to create a function that returns a status word, but I have no clue what that means and even less how to declare the return type and how the returned status word is determined. Please help.
Morg Man
  • 25
  • 1
  • 4
-2
votes
5 answers

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 myself, but wanted to know if someone else has already…
John B
  • 20,062
  • 35
  • 120
  • 170
-3
votes
2 answers

How to retrieve 20 or more twitter status with PHP?

This is my first time doing mobile development with twitter. I'm using Adobe Flash AS3 and PHP script to retrieve my own twitter status into my self made iphone application. However, Im unable to retrieve more than 20…
Zainu
  • 794
  • 1
  • 12
  • 23
-3
votes
3 answers

Google Chrome Network Status Issues

Anybody can help me please. My site pages are working in chrome console with status 200 ok. But when I go to chrome Network area and record my site activity it gives status 200 ok suppose when I try to click on my site online user page which is…
-3
votes
1 answer

AND exit code in BASH

I am monitoring websites for availability and using curl command to test for 200 status code. All URLs are contained in a file. So far so good What I want to achieve is if all URLs are online then exit 0; If any of the URLs are offline exit 1; How…
S Garci
  • 1
  • 1
-3
votes
1 answer

TS3 STATUS - ADD IN TD TAG

I don't know how to do it cause I don't understand much PHP, but I want to do this thing, i have this code in HTML: EXAMPLE ONLINE / OFFLINE FROM PHP I want to put in the < td > tag server status ONLINE /…
user6765850
-3
votes
1 answer

How can I update status with photo in android?

Is it possible to update status with photo? It seems that only text can be posted by update status and only photo can be uploaded without text. I searched internet, but I couldn't get any hint. Please let me know if it is possible and if then, how I…
user1952115
  • 17
  • 1
  • 7
1 2 3
96
97