Skip to content

Instantly share code, notes, and snippets.

View kayalshri's full-sized avatar

Giri Raj kayalshri

View GitHub Profile
@martinaglv
martinaglv / 01.js
Last active July 25, 2024 03:38
What do these functions do?
function whatDoesItDo(val){
return val ? 1 : 2;
}
<?php
/*
@author : Giriraj Namachivayam
@date : Mar 03, 2013
@demourl : http://ngiriraj.com/socialMedia/oauthlogin/google.php
@document : http://ngiriraj.com/work/http://ngiriraj.com/work/google-connect-by-using-oauth-in-php/
@license : Free to use
@History : V1.0 - Released oauth 2.0 service providers login access
*/