NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

===============XXXXXXXXXXXXXXX=================XXXXXXXXXXXXXXXX============
^[0-9]{1,13}(.[0-9]{0,2})?$

for currency:
===========
https://stackoverflow.com/questions/21536984/javascript-format-whole-numbers-using-tolocalestring
https://jwcooney.com/2016/03/26/javascript-outputting-a-number-in-traditional-currency-format/
https://osrec.github.io/currencyFormatter.js/
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
https://stackoverflow.com/questions/5314237/is-there-a-functionality-in-javascript-to-convert-values-into-specific-locale-fo
https://stackoverflow.com/questions/149055/how-can-i-format-numbers-as-dollars-currency-string-in-javascript

https://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html

// ('da-DK')

var sums = 100456456456450;

var formatteds = sums.toLocaleString("en", {
minimumFractionDigits: 2,
});

console.log(formatteds);

parseFloat(value).toLocaleString('de-AT') // parseFloat(value).toLocaleString('bg')
parseFloat(value).toLocaleString('en')
parseFloat(value).toLocaleString('da-DK')

function formatMoney(number) {
return number.toLocaleString('en-US', { style: 'currency', currency: 'USD' });
}

console.log(formatMoney(10000)); // $10,000.00
console.log(formatMoney(1000000)); // $1,000,000.00

===================xxxxxxxxxxxxxxxx=================xxxxxxxxxxxxxxxx=============

Your Avaya Phone extension number is
=============================
51264
And your pin is: 1234


https://github.com/SaravananRajaraman/JQuery-FileUploads

===================
nvm install 8.6.0 --reinstall-packages-from=8.2.1
========================
to take log file of test case cmd:
script test.log
npm run test
end
exit
=> then u get a log file in ur project folder
===================================
putty congif to inc+ the cmd lines =>right clck=>ssh, telnet..=>(select the 'vagrant')
in window=>line of scroll=>2000
Run npm i -g npm to update

reactiflux.com
kent C.Doods - React (Testing)
bit.ly/2ksOotj

child-parent and parent to child
https://gist.github.com/sebkouba/a5ac75153ef8d8827b98


https://stackoverflow.com/questions/38394015/how-to-pass-data-from-child-component-to-its-parent-in-reactjs
select multiple value in dropdown onchange in react
https://stackoverflow.com/questions/28624763/retrieving-value-from-select-with-multiple-option-in-react


css-component
https://github.com/codebandits/react-app-rewire-css-modules

proptype
https://reactjs.org/docs/typechecking-with-proptypes.html

netstat -nlp | grep 300*
kill -9 971

"lint:eslint": "eslint ./src --ext .js,.jsx --fix",

sinon errorStruct count
https://github.com/sinonjs/sinon/issues/1274

lerna:
https://github.com/lerna/lerna

push() adds at end; pop() deletes from end.

unshift() adds to front; shift() deletes from front.

splice() can do whatever it wants, wherever it wants.

https://reactjs.org/docs/react-component.html
https://reactjs.org/docs/react-without-es6.html

// invoice.slice(0,1)
invoice.splice(i,1);console.log("I am clicked===",invoice);


const DeleteIconWrapper = styled(Col)`
display: flex;
align-items: center;
justify-content: center;
`

pwd
sudo chown -R scb:scb .config/*
cd .npm/
ll
sudo chown -R scb:scb .npm/

sudo chown -R scb:scb .config/*

path = "C:Users1572780node-8.9.1node-v8.9.1-win-x64node-v8.9.1-win-x64"

Subject: Learning Stuff
======================
React/Redux stuff : https://github.com/SaravananRajaraman/React_Counter
ES6 & other stuff : https://github.com/SaravananRajaraman/learn
===============xxxxxxxxxxxx============xxxxxxxxxxxxx==============xxxxxxxxxxxxxx===

time zone
------------
https://momentjs.com/timezone/docs/
(Guessing user zone)

moment.tz([2012, 0], 'America/New_York').format('zz')
"EST"
moment.tz([2012, 0], 'America/New_York').format('z')
"EST"
moment.tz([2012, 0], 'America/New_York').format('z z')
"EST EST"
moment.tz([2012, 0], 'America/New_York').format('Z z')
"-05:00 EST"
moment.tz([2012, 0], 'America/New_York').format('Z')
"-05:00"
moment.tz([2012, 0], 'America/New_York').format('zz');
"EST"

moment.tz.guess()
"Asia/Calcutta"
--------------------------------------
moment(new Date()).format('x');
"1527762025853"
moment(new Date()).format('X');
"1527762038"
======xxxxxxxxxxxxx=================xxxxxxxxxxxxxxxxx=============xxxxxxxxxxx========

React is just a function that takes state and action as arguments, and returns the next state of the app. It would be hard to write such a function for a big app, so we write smaller functions managing parts of the state:

https://github.com/MostlyAdequate/mostly-adequate-guide
https://mostly-adequate.gitbooks.io/mostly-adequate-guide/

=====xxxxxxxxxxxx===========xxxxxxxxxxxx==============xxxxxxxxxxx============

call back props for react
============
https://stackoverflow.com/questions/46939807/react-js-how-to-make-a-correct-callback-prop-function
=====xxxxxxxxx=========xxxxxxxxxxxxxx==============xxxxxxxxxxxxx================
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.