Skip to content

Instantly share code, notes, and snippets.

View ankushKun's full-sized avatar
💡
just keep building

Ankush Singh ankushKun

💡
just keep building
View GitHub Profile
@ankushKun
ankushKun / canvas-renderer.html
Created December 24, 2025 14:17
Turn a 2D canvas into a 3D scene using clever maths
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Engine</title>
<style>
body {
margin: 0;
@ankushKun
ankushKun / firewall-login.sh
Created February 6, 2026 06:29
Auto Fortinet Firewall Login for College WiFi
#!/bin/bash
# ============================================
# Firewall Auto-Login Script
# ============================================
# Automatically logs into the campus firewall
# when internet connectivity is lost.
#
# Usage:
# 1. Fill in your credentials below