Skip to content
View stevenjwheeler's full-sized avatar
😀
😀

Organizations

@questeyes
Block or Report

Block or report stevenjwheeler

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

Hello! Im Steven. 👋

Github Stats Overview Github Stats Overview

Hi, I'm Steven! 😊

I'm from the UK and recently graduated from University with a First in Computer Science (Cyber Security).

I have learnt to program in C, C++, C#, XAML, Python, JavaScript, Node.JS, SQL, HTML and CSS, either self-taught or in University, and have created Console apps, Universal Windows Platform apps, Cross-platform PC applications, Windows Form apps, Scripts, Discord bots, etc.


Some notable projects

PassDefend

I created a Localized Password Manager that still has advanced security features for my Final Year Project in university. It will probably not see much more development, but is pretty advanced in its development and has some nifty features. You can check out this project on my website here, or check out the repo.

QuestEyes

I am currently working on QuestEyes - a large project where the goal is to create a physical hardware device with embedded firmware that connects to an application on a PC. The project is ongoing, and the goal is to create Eye Tracking technology using machine vision, which can fit into VR headsets or take other forms of hardware to allow interaction with devices! See my QuestEyes organisation for more!

EasyDiscordBotBase

I have created a quick Discord bot base that allows people to hit the ground running when creating Discord bots that use slash commands and Discord.JS 14. It allows community members to create their own modules, share them with each other and easily install or create features for their bot. Check out the repo.


Thanks for viewing my profile, and have a look at my repositories! 😀

Pinned

  1. questeyes/QuestEyes-ESP questeyes/QuestEyes-ESP Public

    QuestEyes-ESP is a firmware package for the QuestEyes System. It includes a Wifi setup procedure, Wifi capabilities, Over-The-Air update capability, and a websocket system to talk to QuestEyes-Server.

    C++

  2. questeyes/QuestEyes_Server_2.0 questeyes/QuestEyes_Server_2.0 Public

    QuestEyes Server, recreated with Avalonia. Works in conjunction with QuestEyes hardware to track users gaze. It connects to the QuestEyes device and reads camera information, performs OTA, and calc…

    C#

  3. PassDefend PassDefend Public

    A secure, localized password manager with advanced security features.

    C# 1

  4. EasyDiscordBotBase EasyDiscordBotBase Public

    EasyDiscordBotBase is a discord bot base that takes advantage of the new Discord.js 14, slash commands and other new features. EasyDiscordBotBase allows the owner to create or install custom module…

    JavaScript

  5. AVeryQuickConversation AVeryQuickConversation Public

    AVeryQuickConversation is a simple text chat server and client written in Python.

    Python