Skip to content
View laplacef's full-sized avatar
🔧
🔧
Block or Report

Block or report laplacef

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
laplacef/README.md
  • Always exploring the intersection of data and business to build intelligent solutions that make a difference.
  • Currently, I'm diving into the applications of ML & NLP for security operations.
  • Feel free to reach out to me here for any questions or collaborations.

Python Flask PostgreSQL TensorFlow AWS Hadoop Apache Spark

class Projects:
    def __init__(self):
        self.projects = [
            {
                "name": "Cryptographic Algorithms",
                "description": "A collection of cryptographic algorithms implemented in Python.",
                "technologies": ["Python", "SageMath"],
                "link": "https://github.com/laplacef/crypto_algorithms"
            },
            {
                "name": "Socket Netcat",
                "description": "A basic implementation of Netcat but with the Socket Python library.",
                "technologies": ["Python", "Sockets", "Networking"],
                "link": "https://github.com/laplacef/socket_netcat"
            },
            {
                "name": "Network Analyzer",
                "description": "A robust tool for network discovery and SNMP querying within a Windows environment.",
                "technologies": ["PowerShell", "Windows", "Networking"],
                "link": "https://github.com/laplacef/network_analyzer"
            }
        ]

@laplacef's activity is private