Skip to content

Instantly share code, notes, and snippets.

View EsmaeilSaleh's full-sized avatar
🎯
Focusing

Esmaeil Saleh EsmaeilSaleh

🎯
Focusing
  • Hamedan
View GitHub Profile
@abdallahokasha
abdallahokasha / Install_robo3t_Ubuntu.md
Last active September 24, 2023 14:54
Install Robo3t on Ubuntu18.04 and make a desktop icon for it

Install Robo3t On Ubuntu 18.04

Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Extract here using

tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz

@awran5
awran5 / quotes-api.js
Created December 29, 2019 08:44
categorized famous quotes array
[
{
"quote": "Be yourself; everyone else is already taken.",
"author": "Oscar Wilde",
"profession": "Irish poet",
"topics": [
"Inspirational",
"Advice",
"Humor"
]