DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
desmos
header.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
header.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Desmos graphs</title> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <h1>Desmos graphs</h1> <p class="subtitle">By dkl9, as of 2024-144</p> <p>For the unaware: <a href="https://www.desmos.com/calculator">Desmos is a powerful web-based graphing calculator</a>, which I use to experiment with and demonstrate mathematical concepts and methods. It also works as a programming language, if you're willing to find weird ways to do things with it. You can save your creations (graphs) and share links, and, if you figure out how (as I have), generate a shareable list.</p> <p>Questions on graphs are welcome. Email them to <a href="mailto:contact@dkl9.net">contact@dkl9.net</a>. <span style="display: none;">And not <a href="mailto:sucrose@dkl9.net">sucrose@dkl9.net</a>, unless you are a spambot.</span></p> <form action="/cgi-bin/feedback" method="post"> <p><label>Or write a comment — <input type="text" name="t" placeholder="comment here"> — and tell me what you think: <button type="submit" name="j" value="l">I like this</button> <button type="submit" name="j" value="d">I dislike this</button> <button type="submit" name="j" value="n">No judgment</button></p> </form> <p><a href="/">dkl9 home</a></p>