Skip to content

Instantly share code, notes, and snippets.

View ThePredators's full-sized avatar
🎯
Focusing

Sbe-ng ThePredators

🎯
Focusing
View GitHub Profile

🔥 Node Version Manager (CheatSheet)

Install :

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

Usage :

## List available versions

🔥 Badges (CheatSheet)

This is easiest way to get this nice badge !

## url : https://img.shields.io/badge/version-1.0.0-green.svg
- static url : https://img.shields.io/badge/
- any text (can contain _) : version

🔥 Query tools (CheatSheet)

HTML

Instal

brew install htmlq

Usage

Android (CheatSheet)

Developer Option

Huawei

Xiaomi

⭐ Manipulate Audio/Video with FFmpeg

Install

brew install ffmpeg

How to use ?

@ThePredators
ThePredators / readme-mde.md
Last active April 9, 2024 21:43
Setup Mobile Development Environment

⭐ Setup Mobile Development Environment

⚠️ The following configuration has been tested on Intel, M1 & M2 Ships ⚠️

Pre-requisit :

If you have any issues with macOS, or need anything related to it check this documentation

Install Xcode Command Line tools :

@ThePredators
ThePredators / readme-ruby.md
Last active July 21, 2023 14:20
[macOS] Ruby Install

🔥 Ruby Version Manager (CheatSheet)

  • ✅ Run the following script on your mac :
# without proxy
curl -L https://get.rvm.io | bash -s stable