User
Write something
My personal recommendation for AI tools.
https://hamishfromatech.gumroad.com/l/ai-for-mackay
10 ChatGPT Prompts to Discover High-Income Side Hustle Ideas
A curated guide to explore lucrative side hustle opportunities across diverse industries. Each prompt is designed to spark creative, profitable, and scalable ideas. Also work with Offline AI! 1. E-commerce & Drop-shipping 1.1 Suggest unique and profitable side hustle ideas related to e-commerce or drop-shipping that require minimal upfront investment. 1.2 Explore innovative side hustle ideas in the niche market of personalized and customized products within e-commerce. 1.3 Discuss profitable side hustle ideas focusing on the resale of vintage or rare items with a drop-shipping model. 1.4 Provide side hustle ideas that involve creating and selling niche subscription boxes through an e-commerce platform. 1.5 Explore side hustle opportunities in the handmade or artisanal product market, utilizing e-commerce platforms for sales. 1.6 Suggest side hustle ideas in the virtual event merchandise industry, capitalizing on the rise of online events. 1.7 Provide side hustle ideas that involve creating and selling digital products on e-commerce platforms. 1.8 Explore side hustle opportunities in the affiliate marketing space within the e-commerce sector. 1.9 Suggest side hustle ideas in the influencer marketing space, helping small businesses connect with influencers. 1.10 Discuss profitable side hustle ideas related to e-commerce consulting, assisting businesses in optimizing their online presence. 2. Remote Work & Online Collaboration 2.1 Explore side hustle ideas for creating and managing virtual team-building events for remote teams. 2.2 Suggest side hustle opportunities in the field of virtual assistance, catering to busy professionals. 2.3 Provide side hustle ideas in the remote project management space, helping businesses streamline operations. 2.4 Discuss profitable side hustle ideas for offering online language translation or tutoring services. 2.5 Explore side hustle opportunities in the field of virtual event planning and coordination. 2.6 Suggest side hustle ideas for online tech support services, catering to individuals and small businesses.
2
0
Car Racing Game Full Code - Just Copy and paste!
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Elegant Canvas Racer</title> <style> /* --- Basic Reset & Body Style --- */ * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #1a1a1d; /* Dark background */ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Elegant font */ color: #f0f0f0; /* Light text color */ overflow: hidden; /* Prevent scrollbars */ } /* --- Game Container --- */ #gameContainer { position: relative; /* Needed for overlay positioning */ border-radius: 10px; /* Slightly rounded corners */ overflow: hidden; /* Keep overlays inside */ box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); /* Premium shadow */ } /* --- Canvas Style --- */ #gameCanvas { display: block; /* Remove extra space below canvas */ background-color: #555; /* Default background if track doesn't cover */ } /* --- UI Elements --- */ #uiLayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; /* Allow clicks to go through to canvas if needed */ display: flex; flex-direction: column; justify-content: space-between; padding: 20px; color: #ffffff; font-size: 1.5em; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); /* Text readability */ } #lapInfo { display: flex; justify-content: space-between; width: 100%; } #playerLap, #aiLap { background-color: rgba(0, 0, 0, 0.4); padding: 5px 10px; border-radius: 5px; } /* --- Overlay for Messages (Start/End) --- */ #messageOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); /* Dark semi-transparent overlay */ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; font-size: 2em; cursor: pointer; /* Indicate it's clickable */ transition: opacity 0.5s ease-in-out; /* Smooth fade */ opacity: 1; /* Start visible */
How to setup Offline AI for yourself
https://hamishfromatech.gumroad.com/l/offline-ai
Plane Flying Game Full Code - Just Copy Paste!
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>3D Plane Flyer Game - Enhanced Scenery</title> <style> body { margin: 0; overflow: hidden; /* Prevent scrollbars */ background-color: #87CEEB; /* Sky Blue */ /* Prevent scrolling and zooming on touch devices */ touch-action: none; overscroll-behavior: none; } canvas { display: block; } #info { position: absolute; top: 10px; width: 100%; text-align: center; z-index: 100; display:block; color: white; font-family: Arial, sans-serif; font-size: 24px; text-shadow: 1px 1px 2px black; } #instructions { position: absolute; bottom: 10px; width: 100%; text-align: center; z-index: 100; display:block; color: white; font-family: Arial, sans-serif; font-size: 16px; text-shadow: 1px 1px 2px black; } #settings { position: absolute; top: 50px; right: 20px; background-color: rgba(0, 0, 0, 0.5); padding: 10px; border-radius: 5px; z-index: 100; color: white; font-family: Arial, sans-serif; text-shadow: 1px 1px 2px black; } #settings label { display: block; margin-bottom: 5px; } #settings input { width: 100%; } </style> </head> <body> <div id="info">Score: 0</div> <div id="settings"> <label for="touchSensitivity">Touch Sensitivity: <span id="sensitivityValue">5</span></label> <input type="range" id="touchSensitivity" min="1" max="10" value="5"> </div> <div id="instructions">Use Arrow Keys (Up, Down, Left, Right) to fly. On mobile, touch and drag to control the plane.</div> <canvas id="gameCanvas"></canvas> <!-- Load Three.js Library --> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script> <script> // --- Basic Setup --- let scene, camera, renderer; let plane, clock, rings = [], mountains = [], skyscrapers = []; let score = 0; let scoreElement = document.getElementById('info'); let planeSpeed = 0.6; // Slightly increased speed for scenery effect
1-5 of 5
Open Source AI Builder's Club
skool.com/open-source-ai-builders-club
Learn The Only Way To Really Profit from AI.
- Created by Hamish from A-Tech
Leaderboard (30-day)
Powered by