Skip to content
View mipeal's full-sized avatar

Highlights

  • Pro

Organizations

@ncr-no @Open-Cyber-Range

Block or report mipeal

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

Hello there πŸ‘‹

Visitors Open Source Love Profile Last Update Linkedin Badge Wakatime Badge

#!/usr/bin/python3
# -*- coding: utf-8 -*-


class CyberSecurityEngineer:

    def __init__(self):
        self.name = "Md Mujahid Islam Peal"
        self.role = "Cyber Range Engineer"
        self.language_spoken = ["en_US","no_NO","bd_BD"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
        
    def get_connected(self):
        print("Let's get connected through linkedin!")


me = CyberSecurityEngineer()
me.say_hi()
me.get_connected()

πŸ“ Blogs

πŸš€ Open Source Contributions

πŸ”§ Technologies & Tools

C Rust Bash Python TypeScript WebAssembly Dart C# C++ Git PyPI npm FastAPI Docker .NET GitLab CI GitHub Actions Vim MariaDB Neo4J Postgres Redis Firebase Visual Studio Code Openstack

πŸ”₯ Streak Stats

mipeal

πŸŽ– GitHub Medals/Trophies

githubtrophies

πŸ‘¨β€πŸ’» Coding Stats

Lines of code

I Mostly Code in Python

Python                   17 repos            β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   48.57 % 
TypeScript               2 repos             β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.71 % 
JavaScript               2 repos             β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.71 % 
Rust                     1 repo              β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.86 % 
C                        1 repo              β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.86 % 

Last Updated on 13/01/2025 01:27:46 UTC

Pinned Loading

  1. ncr-no/JuleCTF ncr-no/JuleCTF Public

    Challenges used for 2022 Jule CTF, Norway

    1

  2. NTNU-IIK-Beamer-template NTNU-IIK-Beamer-template Public

    A latex beamer (presentation) template for IIK, NTNU

  3. Open-Cyber-Range/SDL-parser Open-Cyber-Range/SDL-parser Public

    Rust 2

  4. Open-Cyber-Range/Deputy Open-Cyber-Range/Deputy Public

    A digital library implementation intended for storing cyber exercise artifacts.

    Rust 1

  5. Open-Cyber-Range/Openstack-Handler Open-Cyber-Range/Openstack-Handler Public

    OCR handler for using Openstack as the virtualization platform

    Python

  6. Open-Cyber-Range/Ranger Open-Cyber-Range/Ranger Public

    This is an execution runtime project for the cyber range. It's main purpose is to coordinate deployment of SDL-based scenario in live environment.

    Rust