-
Javascript add leading zeroes to date – Stack Overflow
“{
year: “numeric”,
month: “2-digit”,
day: “2-digit”,
}” -
Number.prototype.toLocaleString() – JavaScript | MDN
“// informando um formato de moeda
console.log(numero.toLocaleString(‘de-DE’, { style: ‘currency’, currency: ‘EUR’ }));
// → 123.456,79 €
“ -
Disk Management From the Command-Line, Part 2 – The Instructional
“diskutil partitionDisk /dev/disk2 GPT JHFS+ New 0b
“ -
logging – More lines in command window – Stack Overflow
“At least in Win7, Kristina’s answer now seems to be either its memory of commands typed in the command lines, or the amount you can copy-paste.
To increase the scrollbar’s memory, I did the following:
Go to properties as mentioned by Kristina
Go to the layout tab (that’s the third one)
Modify the screen buffer size’s height – 9999 is the maximum.”