Just copy the below lines at the end of config.fish
## Android
set --export ANDROID $HOME/Android/Sdk
set --export ANDROID_HOME $ANDROID/
set -gx PATH $ANDROID/bin $PATH
set -gx PATH $ANDROID/sdk/platform-tools $PATH
| 1033edge.com | |
| 11mail.com | |
| 123.com | |
| 123box.net | |
| 123india.com | |
| 123mail.cl | |
| 123qwe.co.uk | |
| 126.com | |
| 150ml.com | |
| 15meg4free.com |
| import datetime | |
| now = datetime.datetime.now() | |
| print("Enter your name and age") | |
| name = input('Name:') | |
| age = int(input('Age :')) | |
| remainingYears = 100 - age | |
| print("Enter the no. of times you want to see the output") | |
| messageCount = int(input("-->")) | |
| message = "In "+str(remainingYears + now.year)+" you'll be 100 year old" | |
| print(messageCount * (message+"\n")) |
| var moment = require("moment") | |
| // format the current date | |
| var now = moment(); | |
| console.log(now.format("YYYY-MM-DDTHH:mm:ss.SSS[Z]")) | |
| console.log(moment(now.format("YYYY-MM-DDTHH:mm:ss.SSS[Z]")).diff("2020-06-27T07:24:41.690Z")) | |
| console.log(now.diff("2020-06-27T07:24:41.690Z")) | |
| // moment API | |
| moment |
In the above following article stop at Set Environment Variables
## java 11 jdk
set --export JAVA_HOME (dirname (dirname (readlink -f (which java))))
set -gx PATH $JAVA_HOME $PATH
| [Desktop Entry] | |
| Name=Firefox | |
| GenericName=Firefox | |
| Exec=/home/myapps/firefox/firefox-69.0.1/firefox/firefox | |
| Terminal=false | |
| Icon=/home/myapps/firefox/firefox-69.0.1/firefox/browser/chrome/icons/default/default128.png | |
| Type=Application | |
| Categories=Application;Network;X-Developer; | |
| Comment=Firefox Developer Edition Web Browser. |
| Go to serving location and create build folder - | |
| cd /var/www | |
| mkdir build | |
| Go to project location, create build and copy it to the serving location | |
| npm run build | |
| scp -r ./build/* /var/www/build | |
| Go to the nginx conf location and open default- | |
| cd /etc/nginx/sites-available |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server; | |
| # SSL configuration | |
| # | |
| # listen 443 ssl default_server; | |
| # listen [::]:443 ssl default_server; | |
| # | |
| # Note: You should disable gzip for SSL traffic. |
a = 1, b=3 ,c =5
let initialString = ''
let seperators = []
match = ''
replacer = ''
if(a>=b){
if(a>=c){