Skip to content
View nazdridoy's full-sized avatar

Highlights

  • Pro

Block or report nazdridoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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"]; //                __            _             
  }                                                    //             | /  \ |      _\(_)/_          
}                                                      //            \_\\  //______/ /(o)\           
                                                       //             .'/()\'.____/`- /'     \       
// A Developer is just a Human with extra features     //      idoy    \\`.//\ _ /` \ \\  ,,  /  /   
class Developer extends Human {                        //   _\(o)/_    /  /`.,' `.,' '-.`\()/`.-'    
  constructor() {                                      //    /(_)\    /__/__/ DevLife--_'(_ )'_--.   
    super();                                           //          .  _.._  \     // /` /`""`\ `\ \  
    this.name = "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)\                                   
// Say hello!                                          //                                            
console.log(new Developer().greet());                                                                
// Output: Hi ! I'm nazDridoy...😊                                                                   
Snake animation

Pinned Loading

  1. computer-science Public

    Forked from ossu/computer-science

    🎓 Path to a free self-taught education in Computer Science!

  2. 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 364 59

  3. nazhome Public

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

    JavaScript 5

  4. github-commit-labels Public

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

    JavaScript 2

  5. audiobooksnatcher Public

    Forked from castdrian/audiosnatch

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

    Python 17 1

  6. bijoyLinux Public

    This repository contains instructions and configuration files for setting up the Bijoy Bangla keyboard on Linux systems using either IBus or Fcitx5 input method frameworks.

    3 2

966 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to nazdridoy/nazhome, nazdridoy/nazDots, nazdridoy/kokoro-tts and 59 other repositories
Loading A graph representing nazdridoy's contributions from April 14, 2024 to April 15, 2025. The contributions are 90% commits, 5% issues, 4% pull requests, 1% code review.

Contribution activity

April 2025

Created a pull request in xtekky/gpt4free that received 18 comments

fix: Cloudflare and removed cookie-based session

[refactor] Remove AuthFileMixin & set use_nodriver false (g4f/Provider/Cloudflare.py) [refactor] Use Session with DEFAULT_HEADERS in get_models() …

+17 −37 lines changed 18 comments
Opened 7 other pull requests in 5 repositories

Created an issue in ivan-hc/AM that received 8 comments

[Proposal] Proposal for descriptive and consistent commit messages

Preface I'm glad that pull request "Proposal for Making APP-MANAGER Modular" initiated the modularization of AM, making it more feature-rich and de…

8 comments
Opened 3 other issues in 1 repository
zen-browser/desktop 1 open 2 closed
6 contributions in private repositories Apr 8 – Apr 15
Loading