top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

usage difference between google and yahoo for openid

+1 vote
336 views

What is the difference in api if I want to use openid for google and for yahoo.

posted Apr 8, 2013 by Salil Agrawal

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

Also,Tell me which is best and secure for the website.

+1 vote

I'm trying to login to Fedora copr, but I keep getting "502 Bad Gateway. The server returned an invalid or incomplete response." from id.fedoraproject.org. I can login to FAS though. Can anyone confirm?

0 votes

As we have higher download speed as compare to upload in LTE so I believe resource utilization is high in download. Can experts here put some thoughts?

+2 votes

QueryHome gmail authentication is openid based strictly speaking lightopenid and we want to upgrade it to oauth2 based authentication. Any pointer on how to achieve it without impacting the current working.

+2 votes

I have to write a python script which has to give CPU usage for particular process.
Ex: Lets say i have a process ABC which is running continuously for 10 hours.(Process may have 'n' number of threads.)
So,
1st) My script should have to check the CPU usage and Memory consumption for process ABC, and also for threads of it after every 5 seconds.

2nd) Script has to take an average of CPU usage and memory consumption and it has to print final result.

i have tried using this command ,

top -bn1 | grep "Cpu(s)" | \
           sed "s/.*, *\([0-9.]*\)%* id.*/\1/" | \
           awk '{print 100 - $1"%"}'

Can anyone help in find out?

...