This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ af: "Afrikaans" }, | |
{ af_NA: "Afrikaans (Namibia)" }, | |
{ af_ZA: "Afrikaans (South Africa)" }, | |
{ ak: "Akan" }, | |
{ ak_GH: "Akan (Ghana)" }, | |
{ sq: "Albanian" }, | |
{ sq_AL: "Albanian (Albania)" }, | |
{ sq_XK: "Albanian (Kosovo)" }, | |
{ sq_MK: "Albanian (Macedonia)" }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"offset": "GMT-12:00", | |
"name": "Etc/GMT-12" | |
}, | |
{ | |
"offset": "GMT-11:00", | |
"name": "Etc/GMT-11" | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"USD" : { | |
"symbol" : "$", | |
"name" : "US Dollar", | |
"symbol_native" : "$", | |
"decimal_digits" : 2, | |
"rounding" : 0, | |
"code" : "USD", | |
"name_plural" : "US dollars" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var LANGUAGE_BY_LOCALE = { | |
af_NA: "Afrikaans (Namibia)", | |
af_ZA: "Afrikaans (South Africa)", | |
af: "Afrikaans", | |
ak_GH: "Akan (Ghana)", | |
ak: "Akan", | |
sq_AL: "Albanian (Albania)", | |
sq: "Albanian", | |
am_ET: "Amharic (Ethiopia)", | |
am: "Amharic", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Print with formatting and Die. Used for debugging purpose. | |
* | |
* @author Soubhik Chatterjee | |
* @param string $text | |
* @param string $label | |
*/ | |
function prd($text = '', $label = ''){ | |
echo '<pre>',"\n"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Print with formatting and Die. Used for debugging purpose. | |
* | |
* @author Soubhik Chatterjee <soubhik@chatterjee.pw> | |
* @param string $text | |
* @param string $label | |
*/ | |
function prd($text = '', $label = '') | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installation Steps | |
================== | |
---------- | |
Step 1. Downloading the webserver. | |
---------------------------------- | |
We use WAMP Server as our primary web server software to run our Portal on our local system. You can download the same from http://www.wampserver.com/en/. If you are running a 32-bit Windows system make sure you choose the correct setup package. |