Skip to content
View Erfan-Farahmandnejad's full-sized avatar

Block or report Erfan-Farahmandnejad

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 250 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

Pinned Loading

  1. SecureX-FTP SecureX-FTP Public

    A secure and flexible FTP server supporting FTPS (FTP Secure with TLS/SSL). This project provides a robust and encrypted file transfer solution with authentication and encryption for secure data ex…

    Python 1 1

  2. Linkedin-Simulation Linkedin-Simulation Public

    Forked from UI-DS-02/social-network-es-team

    The project builds a graph-based social network to recommend connections using Depth-First Search (DFS but limited up to 5 degree) to analyze relationships up to five degrees. Recommendations prior…

    Java 1

  3. Bplus-Tree-based-database Bplus-Tree-based-database Public

    Forked from UI-DS-02/btree-erf

    This project implements a B+ Tree-based database management system (DBMS) to simulate real-world database operations such as indexing, searching, adding, and deleting records efficiently.

    Java

  4. Clash-of-Clans-Simulation Clash-of-Clans-Simulation Public

    Forked from UI-AP-2023/final-project-game-erf

    A simplified Clash of Clans-inspired game, featuring player accounts, heroes, maps, buildings, and attack mechanics. Includes customizable gameplay, hero selection based on player level, and dynami…

    Java 1

  5. Nmap-Simulation Nmap-Simulation Public

    A simplified implementation of Nmap features using socket programming, including host status checks, port scanning, latency measurement and ...

    Python

  6. StackCalculator StackCalculator Public

    This project is a calculator implementation utilizing the stack data structure. It enables users to perform mathematical calculations by employing a stack-based approach.

    Java