Skip to content
View manakcodes's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report manakcodes

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
manakcodes/README.md

Hi there 🦧

I'm manak


// define human struct
struct Human manak = {
    "manak",
    "loves to code",
};

// define interests struct
struct Interests dev_life = {
    "Data Structures And Algorithms",
    "Backend Development",
    "Machine Learning"
};

// define daily routine method
void build_life(struct Human *human, struct Interests *intrests)
{
    human->code();
    human->build_code(interests);
    human->break_code(interests);
    human->test_code(interests);
    human->ship_code();
}

🏗️ Things I’ve Built (to stay sane or lose it)

explore the chaos → all projects


🛠️ Tech Stack

💻 Tools of the Trade (and Occasional Chaos)

🧬 Languages

C C++ Java Python JavaScript

🧃 Frameworks / Libraries

Django

🛢️ Databases

MySQL SQLite PostgreSQL

🕸️ Web

HTML CSS

⚙️ Tools / Version Control

Git GitHub bash

🧪 Scientific

MATLABScilabLogisim

🛠️ IDEs & Editors

VS CodeXcode Nano Vim IntelliJ CLion PyCharm Spyder Jupyter


Popular repositories Loading

  1. cgpa-calc-using-c cgpa-calc-using-c Public

    A simple terminal-based CGPA or SGPA calculator written in C.

    C

  2. caesar-cipher-using-c caesar-cipher-using-c Public

    A lightweight command-line Caesar Cipher implementation in C, supporting both encryption and decryption operations.

    C

  3. code-brew code-brew Public

    A collection of experiments, side quests, and everything in between.

  4. manakcodes manakcodes Public

    Config files for my GitHub profile README.

  5. matxlib-cpp matxlib-cpp Public

    A lightweight, minimal C++ library for matrix abstractions, arithmetic, and analytical utilities.

    C++

  6. syntax-saturdays syntax-saturdays Public

    Structured code, Unstructured time.