PacketLens
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.
It showcases a complete, deployable static prototype for ShipHero Academy tools with a shared visual system and interactive JavaScript, making it easy to experiment or demonstrate without backend infrastructure.
ShipHero Academy Tools is a static GitHub Pages prototype that presents two JavaScript-driven Academy tools from one shared entry point.
ShipHero Academy Tools is a browser-accessible prototype built around a central landing page. From that page, visitors can enter either of two independent tools, both presented through the same Academy-inspired visual system and supported by custom JavaScript behavior.
The implementation is entirely static, so it can be hosted on GitHub Pages without a server runtime. It can serve as a compact demonstration, a starting point for an interface, or an area for experimenting with Academy-focused tool ideas.
First, clone the repository and enter its directory:
git clone https://github.com/chrislvyoung4291/shiphero-academy-tools-prototype.git
cd REPO
Basic operation does not require installing packages. You can open the primary HTML file directly in a browser, or use any local static web server to serve the project directory.
To publish the prototype, select the repository source used by GitHub Pages, then visit the deployed address:
https://chrislvyoung4291.github.io/shiphero-academy-tools-prototype/
Static web prototype for ShipHero Academy Tools, bringing two JavaScript-driven Academy tools together through a shared entry point for browser-based use and testing.
Similar projects matched by category, topics, and programming language.
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.
An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.
An interactive 3D visualization of three human cell types using Three.js, WebGL particles, and custom GLSL shaders, allowing users to rotate, zoom, morph, and explore annotated structures.