Skip to content
View ahorisaac's full-sized avatar

Block or report ahorisaac

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

Masterhead align="center"

𝖧𝗂 👋, 𝖨'𝗆 𝔸𝕙𝕠𝕣 𝕀𝕤𝕒𝕒𝕔

𝗛𝗶𝘀 𝗥𝗼𝘆𝗮𝗹 𝗖𝗼𝗱𝗲𝗻𝗲𝘀𝘀 ♔⨾

𝖨'𝗆 𝖺 𝗦𝗼𝗹𝘂𝘁𝗶𝗼𝗻. 𝖨 𝖿𝗂𝗇𝖽 𝙎𝙤𝙡𝙪𝙩𝙞𝙤𝙣𝙨, 𝖺𝗇𝖽 𝖨 𝖻𝗋𝗂𝗇𝗀 𝗦𝗼𝗹𝘂𝘁𝗶𝗼𝗻𝘀.


// Developer.test.jsx

import { render, screen } from "@testing-library/react";
import Developer from "@/components/Developer";

test("Developer ✔", () => {
    render(<Developer />);
    
    const dev = screen.getByRole('coder', {
        name: /ahor isaac/i
    });
    expect(dev).toBeProblemSolver();
});

img

ℂ𝕠𝕟𝕟𝕖𝕔𝕥 𝕨𝕚𝕥𝕙 𝕞𝕖


𝕃𝕒𝕟𝕘𝕦𝕒𝕘𝕖𝕤 𝕒𝕟𝕕 𝕋𝕠𝕠𝕝𝕤


AhorIsaac

 AhorIsaac

AhorIsaac

trigdev

Pinned Loading

  1. ml-diabetes-pred ml-diabetes-pred Public

    Python Machine Learning Diabetes Prediction using SVM

    Jupyter Notebook

  2. ml-house-price-pred ml-house-price-pred Public

    Python Machine Learning House Price Prediction

    Jupyter Notebook

  3. react-typescript-cocktails react-typescript-cocktails Public

    Search for your favorite cocktails. Implemented using the cocktails db api with react-router-dom.

    TypeScript

  4. ml-tita-surv-pred ml-tita-surv-pred Public

    Titanic Survival Prediction with Machine Learning in Python

    Jupyter Notebook

  5. ml-fake-news-pred ml-fake-news-pred Public

    Fake News Prediction with Python Machine Learning

    Jupyter Notebook

  6. ml-loan-status-pred ml-loan-status-pred Public

    Loan Status Prediction with Machine Learning Python

    Jupyter Notebook