Skip to content
View farzinRahman's full-sized avatar

Block or report farzinRahman

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

Popular repositories Loading

  1. Credit-Card-Simulator Credit-Card-Simulator Public

    Credit Card Simulator for tracking balances, payments, and fraud. Simulate purchases, interest accrual, and account deactivation based on multi-country transactions. Includes modular functions for …

    Python 1

  2. Bridge-Failure-Load-Analysis Bridge-Failure-Load-Analysis Public

    MATLAB script to calculate minimum Factor of Safety (FOS) of each failure mechanism and the failure load of a box girder bridge given a set of bridge parameters.

    MATLAB

  3. Gomoku Gomoku Public

    A simple AI engine for simulating Gomoku gameplay on an 8×8 board. Players take turns placing black or white stones, aiming to align five in a row (horizontally, vertically, or diagonally) to win. …

    Python

  4. Semantic-Similarity Semantic-Similarity Public

    An AI system that solves synonym questions by computing semantic similarity between words using cosine similarity. It builds semantic descriptors from text, analyzes word co-occurrences, and select…

    Python

  5. Autocomplete Autocomplete Public

    Implementation of fast autocomplete functionality in C. Reads a large dataset of terms with weights, uses binary search for matching, and returns top terms sorted by weight.

    C

  6. Seam-Carving Seam-Carving Public

    A project implementing seam carving, a content-aware image resizing algorithm. It computes dual-gradient energy and identifies optimal vertical seams to preserve image features while reducing dimen…

    C