Skip to content

Instantly share code, notes, and snippets.

View Jet4200's full-sized avatar

Jet4200 Jet4200

View GitHub Profile
@Jet4200
Jet4200 / index.html
Created October 1, 2025 05:02
Test Jarvis
<div style="position: fixed; height: 100%; width: 100%;">
<div class="arc_reactor">
<div class="case_container">
<div class="e7">
<div class="semi_arc_3 e5_1">
<div class="semi_arc_3 e5_2">
<div class="semi_arc_3 e5_3">
<div class="semi_arc_3 e5_4">
</div>
</div>
@Jet4200
Jet4200 / index.pug
Created September 28, 2025 17:29
Shark!
canvas#canvas
@Jet4200
Jet4200 / index.html
Created September 28, 2025 17:18
Night Vision Goggles
<svg id="mySvg" viewBox="0 0 1000 562">
<defs id="defs">
<image id="img" href="https://assets.codepen.io/2045658/streetatnight.gif" width="100%" />
<filter id="f1">
<!-- Brightness and Contrast Adjustment -->
<feComponentTransfer>
<feFuncR type="gamma" amplitude="1" exponent="0.5" offset="0" />
<feFuncG type="gamma" amplitude="1" exponent="0.5" offset="0" />
<feFuncB type="gamma" amplitude="1" exponent="0.5" offset="0" />
</feComponentTransfer>
@Jet4200
Jet4200 / index.html
Created September 28, 2025 17:18
Night Vision Goggles
<svg id="mySvg" viewBox="0 0 1000 562">
<defs id="defs">
<image id="img" href="https://assets.codepen.io/2045658/streetatnight.gif" width="100%" />
<filter id="f1">
<!-- Brightness and Contrast Adjustment -->
<feComponentTransfer>
<feFuncR type="gamma" amplitude="1" exponent="0.5" offset="0" />
<feFuncG type="gamma" amplitude="1" exponent="0.5" offset="0" />
<feFuncB type="gamma" amplitude="1" exponent="0.5" offset="0" />
</feComponentTransfer>
@Jet4200
Jet4200 / animated-driving-gps-background.markdown
Created September 18, 2025 22:04
Animated Driving GPS Background
@Jet4200
Jet4200 / globe-weather-station.markdown
Created September 17, 2025 21:47
Globe weather station

Globe weather station

Discover your weather forecast anywhere in the world. 🗺️ This interactive weather application is more than just a simple display; it's a dynamic tool that puts you in control.

Pin a location on the world map, use your device's GPS, or search for a specific place to get an instant, detailed weather report. The app pulls live data from the Open-Meteo API to give you a clear view of current conditions, a 24-hour hourly forecast, and a multi-day daily outlook.

With a clean, responsive design, you can easily toggle between metric and imperial units, and choose the number of days you want to see. This Pen is a full-featured example of how to build a powerful, data-driven utility with JavaScript, jQuery, and Leaflet.js for mapping

A Pen by RapTToR on CodePen.

@Jet4200
Jet4200 / google-maps-example-nightly.markdown
Created September 17, 2025 21:38
Google Maps Example: Nightly
@Jet4200
Jet4200 / chat-bot-ai-free-api.markdown
Created September 15, 2025 01:54
Chat-bot ai( free api )
@Jet4200
Jet4200 / index.html
Created July 15, 2025 22:36
MediaPipe - Face Detection
<div class="container">
<video class="input_video"></video>
<div class="canvas-container">
<canvas class="output_canvas" width="1280px" height="720px">
</canvas>
</div>
<div class="loading">
<div class="spinner"></div>
<div class="message">
Loading
@Jet4200
Jet4200 / index.html
Created July 11, 2025 21:48
Voice Assistant LUI (Language User Interface)
<!-- More info: https://github.com/hchiam/language-user-interface -->
<head>
<title>LUI</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- material design -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">