Skip to main content

Recently Updated Pages

Loops and switch statement

NodeJs/JavaScript JavaScript Roadmap Journey

While and for loop They are the same as in Python, C, and Java while (condition) { // Repeat ...

Updated 2 years ago by Tamarine

Introduction

NodeJs/JavaScript JavaScript Roadmap Journey

What is JavaScript It is a scripting language that is the core of websites, along with HTML and ...

Updated 2 years ago by Tamarine

Variables

NodeJs/JavaScript JavaScript Roadmap Journey

Variables A named storage for storing data. There are couple way of creating a variable var ke...

Updated 2 years ago by Tamarine

Type Conversion

NodeJs/JavaScript JavaScript Roadmap Journey

String Conversion You can call the String() function to explicit convert a value to a string St...

Updated 2 years ago by Tamarine

Conditional and Logical Operator

NodeJs/JavaScript JavaScript Roadmap Journey

Ternary Operator let accessAllowed; if (age > 18) { accessedAllowed = true; } else { ...

Updated 2 years ago by Tamarine

How To Install NodeJs + NPM (Linux)

NodeJs/JavaScript

1. Head to the official repository for Node.js distributio The link is right here:  https://gith...

Updated 2 years ago by Tamarine

Virtual File System

Linux Module/Kernel Programming

Superblock Superblock is metadata about the filesystem. It define the name of the file system (e...

Updated 2 years ago by Tamarine

Diff Command Line Tool

Bash Shell

https://www.computerhope.com/unix/udiff.htm#How%20diff%20Works

Updated 2 years ago by Tamarine

Disk Usage utility

Bash Shell

df - File System Disk Usage The command df reports the total disk usage on the mounted file syst...

Updated 2 years ago by Tamarine

Echo Clear Previous Line

Bash Shell

The escape string \033[0K will clear the entire line, this string are cross-platform so it will w...

Updated 2 years ago by Tamarine

Backslash Escapes

Bash Shell

See link for valid information. This page is outdated. When you are working with special charact...

Updated 2 years ago by Tamarine

find glob expansion

Bash Shell

When using regular expression in find, you have to quote the name parameter to prevent glob expan...

Updated 2 years ago by Tamarine

Regex Escape Characters

Ruby

Backslash in /regex/ Expression When you are trying to create a literal backslash match in Ruby,...

Updated 2 years ago by Tamarine

What is *? In Regular Expression?

Python

https://stackoverflow.com/questions/3075130/what-is-the-difference-between-and-regular-expressions

Updated 2 years ago by Tamarine