Skip to content
View dane-meister's full-sized avatar
🤓
🤓

Highlights

  • Pro
Block or Report

Block or report dane-meister

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

Hello! I'm Dane Meister,

  • 🔭 I’m currently working on finishing my CS degree & CWL minor at Stony Brook University
  • 🌱 I’m currently learning... everything
  • 🤔 I’m looking for help with making connections
  • 💬 Ask me about my favorite indie games!
  • 📫 How to reach me: dane.meister@stonybrook.edu or my listed social media aliases
  • 😄 Pronouns: He/Him/His
  • ⚡ Fun fact: I wrote my first "Hello World" in Summer of 2022

🌐 Socials:

Instagram LinkedIn

💻 Tech Stack:

C Java HTML5 LaTeX JavaScript PythonMUI NodeJS Next JS NPM OpenCV ReactYarn Netlify Google CloudMySQLNumPy PyTorch TensorFlow GIT LINUX

Pinned

  1. TCP-Flow-Analyzer TCP-Flow-Analyzer Public

    A Python tool designed to analyze TCP flows in PCAP files. It identifies and characterizes TCP connections, tracks congestion window sizes, and detects retransmissions caused by triple duplicate AC…

    Python 2

  2. Summarizer Summarizer Public

    An open-source article summarizer with a modern UI, utilizing OpenAI through RapidAPI to extract news/articles from a URL and use GPT to summarize the article content. Implemented save history usin…

    JavaScript 1

  3. Facial-Recognition Facial-Recognition Public

    A real-time Facial Attendance and Recognition System using Python. Integrated user registration with live facial and liveness detection. Users can register by capturing facial features via webcam, …

    Python

  4. Fake-Stack-Overflow Fake-Stack-Overflow Public

    Forked from michaelliebs/Fake-Stack-Overflow

    A FullStack app based on StackOverflow where users can ask/answer questions, comment, have profiles, and it is all connected to an Express server and Mongo database.

    JavaScript

  5. PinEmpire PinEmpire Public

    A full stack social media app (fully optimized for mobile) with advanced Social Media features, such as Google Identity Login Services, post creation, deletion, saving, commenting, search and filte…

    JavaScript

  6. SFMM-Memory-Allocator SFMM-Memory-Allocator Public

    Created memory allocator functions replicating malloc et al. to access and manipulate storage in the heap using C.

    C