What I Use
WIP: Personal blog & portfolio; will migrate this list once done!
Hardware
- Dell 27" Monitor: P2719H
- Dell Precision 7520
- 2.90 GHz
- 1TB SSD
- 32GB Memory
- Logitech MX Master 2 Mouse
Specification | Keyword | RGB hex value | |
---|---|---|---|
CSS Level 1 | black | #000000 | |
CSS Level 1 | silver | #c0c0c0 | |
CSS Level 1 | gray | #808080 | |
CSS Level 1 | white | #ffffff | |
CSS Level 1 | maroon | #800000 | |
CSS Level 1 | red | #ff0000 | |
CSS Level 1 | purple | #800080 | |
CSS Level 1 | fuchsia | #ff00ff | |
CSS Level 1 | green | #008000 |
[ | |
[ | |
"2023-03-24T14:00:00Z", | |
"mel1", | |
0.00000780582 | |
], | |
[ | |
"2023-03-24T16:00:00Z", | |
"mel1", | |
0.548530874 |
import java.time.*; | |
import java.time.format.DateTimeFormatter; | |
import java.time.format.FormatStyle; | |
import java.time.temporal.ChronoUnit; | |
import java.time.temporal.TemporalAdjusters; | |
import java.util.*; | |
import static java.time.temporal.TemporalAdjusters.*; | |
public class Java8DateTimeExamples { |
WIP: Personal blog & portfolio; will migrate this list once done!
{ | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_with_fields": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Agila Theme/Agila Classic Oceanic Next.tmTheme", | |
"default_encoding": "UTF-8", | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"folder_exclude_patterns": |
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
# Don't add passphrase | |
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
cat jwtRS256.key | |
cat jwtRS256.key.pub |
This is an example of using module tls
in NodeJS to create a client securely connecting to a TLS server.
It is a modified version from documentation about TLS, in which:
[user] | |
name = mumair | |
email = mumairofficial@gmail.com | |
[aliash] | |
gcmsg = commit -m | |
[alias] | |
# Git Commit, Add all and Push — in one step. | |
cap = "!f() { git commit -m \"$@\"; }; f" # git push; <- can add this as well | git add .; |
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04
(script versions: [v0.33.11, v0.34.0])
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh -o install_nvm.sh
nano install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm ls-remote
fetch list of node from livenvm install
{"lastUpload":"2019-02-28T06:45:28.692Z","extensionVersion":"v3.2.5"} |