sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.
# 0. Intro to objects | |
## Everything is object | |
We will begin our journey with objects. | |
In Ruby, just like in real life, our world is filled with objects. Everything is an object - integers, characters, text, arrays - everything. | |
To make things happen using Ruby, one always puts oneself in the place of an object and then has conversations with other objects, telling them to do stuff. |
function palindrome(str) { | |
// Good luck! | |
//Empty array | |
var array1 = []; | |
// alert("array1 is an " + typeof(array1)); | |
//Empty array |
## Sublime Text 3 Serial key build is 3103 | |
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA |
sudo pacman -Syu zsh
You do not need to install manjaro-zsh-config
and all the other related packages like zsh-syntax-highlighting
, zsh-history-substring-search
, zsh-autosuggestions
, etc., as we will use Oh My Zsh.
Implement API and website testing automation using any preferred JS toolbox