Skip to content
View nazdridoy's full-sized avatar

Block or report nazdridoy

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nazdridoy/README.md
                                                                                                                    
 // The essential Human blueprint                                                                                   
 class Human {                                                                                                      
   constructor() {                                                                                                  
     this.species = "Homo Sapiens";                                                                                 
     this.skills = ["breathing", "eating", "sleeping"];      //                    __            _                  
   }                                                         //                 | /  \ |      _\(_)/_  @nazDridoy   
 }                                                           //                \_\\  //______/ /(o)\                
                                                             //                 .'/()\'.____/`- /'     \            
 // A Developer is just a Human with extra features          //          idoy    \\`.//\ _ /` \ \\  ,,  /  /        
 class Developer extends Human {                             //       _\(o)/_    /  /`.,' `.,' '-.`\()/`.-'         
   constructor() {                                           //        /(_)\    /__/__/ DevLife--_'(_ )'_--.        
     super();                                                //              .  _.._  \     // /` /`""`\ `\ \       
     this.name = "nazDridoy";                                //   @nazDridoy   '    '.'`._,'  |  |  ><  |  |        
     this.mood = "😊";                                       //              /   __   \/___\,'\ /\      /  /        
     this.skills.push("coding", "googling");                 //           ,  |   ><   |__,__\,-'  '.__.'  ridoy     
     this.skills.push("ctrl+c", "ctrl+v");                   //          . \  \      /  / .  \         _\(o)/_      
   }                                                         //           \_'--`(  )'--'_/       _      /(_)\       
   greet() {                                                 //             .--'/()\'--.      _\( )/_               
     return `Hi ! I'm ${this.name}...${this.mood}`;          //            /  /` d' `\  \      /(O)\                
   }                                                         //          _   @naz ridoy          @naz               
 }                                                           //       _\(_)/_ \      /                              
                                                             //        /(O)\                         @nazDridoy     
 // Say hello!                                               //                                                     
 console.log(new Developer().greet());                                                                              
 // Output: Hi ! I'm nazDridoy...😊                                                                                 
                                                                                                                                                                                     
Snake animation

Pinned Loading

  1. kokoro-tts kokoro-tts Public

    A CLI text-to-speech tool using the Kokoro model, supporting multiple languages, voices (with blending), and various input formats including EPUB books and PDF documents.

    Python 1.7k 170

  2. nazhome nazhome Public

    A minimalistic startpage that combines elegance with functionality, featuring customizable widgets, dynamic backgrounds, and a clean interface

    JavaScript 24 6

  3. github-commit-labels github-commit-labels Public

    A userscript that enhances GitHub commits by adding beautiful labels for conventional commit types.

    JavaScript 20 1

  4. audiobooksnatcher audiobooksnatcher Public

    Forked from castdrian/audiosnatch

    Search & Download audiobooks from tokybook.com and freeaudiobooks.top

    Python 39 4

  5. ngpt ngpt Public

    πŸ€– nGPT - A lightning-fast CLI tool that brings any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini) directly to your terminal. Generate code, craft git commits, execute shell commands, …

    Python 47 4

  6. NazNetLabs NazNetLabs Public

    A collection of network labs, configurations, and experiments covering various platforms.

    14