Project google gemini chat bot ... HTML CSS JS project chatbot with AI
A Pen by Matt Daniel Brown on CodePen.
Project google gemini chat bot ... HTML CSS JS project chatbot with AI
A Pen by Matt Daniel Brown on CodePen.
| <div class="wrap"> | |
| <aside> | |
| <h1>Typescale Calculator <br> with Clamp</h1> | |
| <div class="controls"> | |
| <div class="control-group"> | |
| <label for="baseSize">Base Font Size (rem):</label> | |
| <input type="number" id="baseSize" value="1" step="0.01" min="0.5" max="2"> | |
| </div> |
| #!/bin/bash | |
| # llmfeed.sh - Copy repository contents to make them easily digestable for LLMs | |
| # | |
| # Author: Felix Weiglhofer | |
| # License: MIT | |
| # | |
| # Description: | |
| # Flattens the (text) content of a repository into a single string that can be | |
| # easily read by LLMs. Inspired by uithub.com. | |
| # |
| <div id="app"> | |
| <input ref="input" :type="this.type" :pattern="this.pattern" tabindex="0" placeholder="Input goes here"> | |
| <p class="message"></p> | |
| <span class="code tag" title="Edit pattern to test"><input <span class="code attribute">type="<span class="code value">text</span>"</span> <span class="code attribute">pattern="<span ref="pattern" contenteditable="true" tabindex="0" class="code value pattern" v-model="pattern" @input="this.setPattern"> e.g. [a-z]{3} </span>"</span>></span> | |
| </div> |
A Pen by Matt Daniel Brown on CodePen.
\o will be a regular 'o' in this context.| <div class="inpTime"> | |
| <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
| <path d="M7 4V7" id="hourHand"/> | |
| <path d="M7 2.5V7" id="minHand"/> | |
| </svg> | |
| <input type="time" value="09:41" id="timeInput"> | |
| </div> |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> |
| <menu> | |
| <h1></h1> | |
| </menu> | |
| <main> | |
| <ul class="words"> | |
| <div class="slider"> | |
| <li class="word"> | |
| <div class="position"> | |
| <input class="string" type="text" value="daisy"> | |
| </div> |
| <!-- Result is just pen's the output of | |
| Javascript Console content in | |
| effectively in fullscreen mode --> | |