Skip to content

Instantly share code, notes, and snippets.

View AhmedFathyDev's full-sized avatar
:octocat:
أَبْشِرْ

Ahmed Fathy AhmedFathyDev

:octocat:
أَبْشِرْ
View GitHub Profile
# pip install pytube
from pytube import Playlist
import os
dir = 'DIR_PATH'
current_names = os.listdir(dir)
@AhmedFathyDev
AhmedFathyDev / code.visualstudio.settings.json
Last active July 4, 2024 09:52
Visual Studio Code Settings.
{
"azkari.repeatedEveryMinute": 1,
"azkari.azkar": [
"اللهم صل وسلم على نبينا محمد",
"سبحان الله",
"الحمد لله",
"لا إله إلا الله",
"الله أكبر",
"لا إله إلا الله وحده لا شريك له، له الملك وله الحمد، وهو على كل شيء قدير",
"أستغفر الله",
--no-mtime
# Video
-f 'bestvideo[height<=720]+bestaudio/best[height<=720]'
@AhmedFathyDev
AhmedFathyDev / ASP.NETCoreResources.md
Last active March 25, 2023 16:04
ASP.NET Core roadmap resources for Arab beginners.

بسم الله

المسار

أفضل roadmap لل ASP.NET Core ممكن أي شخص يتابع عليه تقدمه هو ASP.NET Core Developer Roadmap

المصادر

من هنا سأذكر أفضل مصادر جمعتها بفضل الله للمسار

أولا: C# أفضل مصدر هو C# Tutorial - kudvenkat

@AhmedFathyDev
AhmedFathyDev / windows.terminal.settings.json
Last active December 23, 2023 05:40
Windows Terminal Settings.
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@AhmedFathyDev
AhmedFathyDev / AhmedFathyDev.omp.json
Last active January 25, 2022 14:35 — forked from shanselman/ohmyposhv3-v2.json
oh-my-posh Theme
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost') {
Import-Module PSReadLine
}
#Import-Module PSColors
#Import-Module posh-git