Skip to content

Instantly share code, notes, and snippets.

View AbdoCooder's full-sized avatar

Abdelkader Benajiba AbdoCooder

View GitHub Profile
@AbdoCooder
AbdoCooder / README.md
Created November 21, 2025 18:02
set up your IntelliJ IDEA Ultimate project to use the JDK 25 version

You need to configure the Project Structure settings within the IDE.

Step 1: Add JDK 25 to IntelliJ IDEA

First, ensure IntelliJ IDEA recognizes the newly installed JDK: Open IntelliJ IDEA. Go to File > Project Structure (or press Ctrl+Alt+Shift+S on Windows/Linux). In the Project Structure dialog, under Platform Settings, select SDKs. Click the plus (+) icon and select Add JDK from disk.... Navigate to the installation directory of your JDK 25 (e.g., C:\Program Files\Java\jdk-25) and click OK. IntelliJ IDEA will add the JDK to its list of available SDKs. Click Apply and then OK.

@AbdoCooder
AbdoCooder / README.md
Last active October 19, 2025 13:18
Clang-in-a-Box: C++ Dev Environment | Automated Clang-Tidy & VS Code Setup

🧰 C++ Clang Development Environment Setup Script

This script automates the setup of a modern C++ development environment on Debian/Ubuntu-based systems for use with Visual Studio Code (VS Code).
It installs essential Clang tools, build utilities, and configures VS Code extensions for a clean, standardized workflow.


🚀 Features

🔧 1. Installs System Dependencies