Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
nazdridoy
Follow

nazDridoy nazdridoy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
< | | 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... ">
// 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...

Pinned Loading

  1. computer-science computer-science Public

    Forked from ossu/computer-science

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

    HTML 2 1

  2. 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.3k 137

  3. nazhome nazhome Public

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

    JavaScript 17 6

  4. github-commit-labels github-commit-labels Public

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

    JavaScript 20 1

  5. audiobooksnatcher audiobooksnatcher Public

    Forked from castdrian/audiosnatch

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

    Python 39 4

  6. 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 42 4