// 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...😊
Highlights
- Pro
Pinned Loading
-
computer-science
computer-science PublicForked from ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
-
kokoro-tts
kokoro-tts PublicA 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.
-
github-commit-labels
github-commit-labels PublicA userscript that enhances GitHub commits by adding beautiful labels for conventional commit types.
JavaScript 2
-
audiobooksnatcher
audiobooksnatcher PublicForked from castdrian/audiosnatch
Search & Download audiobooks from tokybook.com and freeaudiobooks.top
-
bijoyLinux
bijoyLinux PublicThis repository contains instructions and configuration files for setting up the Bijoy Bangla keyboard on Linux systems using either IBus or Fcitx5 input method frameworks.
966 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 146 commits in 11 repositories
Created 12 repositories
-
nazdridoy/ngpt
Python
This contribution was made on Apr 14
-
nazdridoy/Reddit-Unddit-Undelete
JavaScript
This contribution was made on Apr 10
-
nazdridoy/github-readme-streak-stats
PHP
This contribution was made on Apr 9
-
nazdridoy/github-readme-stats
JavaScript
This contribution was made on Apr 9
-
nazdridoy/github-readme-activity-graph
TypeScript
This contribution was made on Apr 9
-
nazdridoy/github-profile-trophy
TypeScript
This contribution was made on Apr 9
-
nazdridoy/Microsoft-Activation-Scripts
Batchfile
This contribution was made on Apr 9
-
nazdridoy/pakhi-bhasha
Rust
This contribution was made on Apr 8
-
nazdridoy/bangladesh-geocode
PHP
This contribution was made on Apr 8
-
nazdridoy/pixeldrain-bypass
JavaScript
This contribution was made on Apr 8
-
nazdridoy/nazdridoy
This contribution was made on Apr 6
-
nazdridoy/partclone-nbd-git
Shell
This contribution was made on Apr 2
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() …
Opened 7 other pull requests in 5 repositories
nazdridoy/nazhome
3
merged
-
docs: Update contribution guidelines for clarity
This contribution was made on Apr 3
-
docs: Add contribution guidelines for the project
This contribution was made on Apr 3
-
docs: Update Chrome download link to specific version
This contribution was made on Apr 2
awesome-scripts/awesome-userscripts
1
merged
-
Add: GitHub Commit Labels
This contribution was made on Apr 13
nazdridoy/github-commit-labels
1
merged
-
docs: Add link to github-commit-labels.js in README
This contribution was made on Apr 4
nazdridoy/kokoro-tts
1
merged
-
docs: Add commit mmsg and contrib guid, pr and issue template
This contribution was made on Apr 3
nazdridoy/nazDots
1
merged
-
add: Added navi cheatsheet
This contribution was made on Apr 2
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…
Opened 3 other issues in 1 repository
zen-browser/desktop
1
open
2
closed
-
changing Workspace position doesn't work
This contribution was made on Apr 12
-
Moving sidebar to right dosen't work
This contribution was made on Apr 6
-
Change tab to workspace doesn't work
This contribution was made on Apr 6