${escapeHtml(p.name)}
-${escapeHtml(p.desc)}
-diff --git a/app.js b/app.js index 059933a..ae4c3f2 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,5 @@ const API_BASE = - "http://localhost:8000"; + "/api"; @@ -1175,4 +1175,4 @@ if(getToken()){ showLogin(); -} \ No newline at end of file +} diff --git a/calender/index.html b/calender/index.html deleted file mode 100644 index d39ae1c..0000000 --- a/calender/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - -
- - -${escapeHtml(p.desc)}
-Dit formulier verwerkt geen gegevens. Ingevoerde waarden worden niet opgeslagen of verzonden.
- - `; - document.getElementById("payForm").addEventListener("submit", (event) => { - event.preventDefault(); - const form = event.currentTarget; - // Gebruik native validatie in plaats van ongeldige invoer te negeren. - if (!form.checkValidity()) { - form.reportValidity(); - return; - } - renderSuccess(); - }); -} - -function renderSuccess() { - const { count } = cartTotals(); - const orderId = "CL-" + Math.floor(100000 + Math.random() * 900000); - els.modalContent.innerHTML = ` -${count} fictief artikel(en) zijn vastgelegd in deze demonstratie.
-Verwachte levering: niet van toepassing.
- -${escapeHtml(p.desc)}
-${escapeHtml(intro)}
` : ""} -- Converterland levert adapters voor verbindingen die niet bestaan en - problemen die u niet heeft. Een complete catalogus aan fictieve - converters, professioneel gepresenteerd en volledig onbruikbaar. -
- -Een greep uit onze meest besproken converters.
-${PRODUCTS.length} producten
| Product | Conversie | Categorie | Beschikbaarheid | Prijs |
|---|
${escapeHtml(p.desc)}
-${escapeHtml(v.text)}
${escapeHtml(c.headquarters)}
-${escapeHtml(j.summary)}
-${escapeHtml(j.details)}
-${escapeHtml(s.p)}
${escapeHtml(p.stock.label)}
-${escapeHtml(p.long)}
-Dit formulier verwerkt geen gegevens. Ingevoerde waarden worden niet opgeslagen of verzonden.
- - `; - document.getElementById("payForm").addEventListener("submit", (event) => { - event.preventDefault(); - const form = event.currentTarget; - if (!form.checkValidity()) { form.reportValidity(); return; } - renderSuccess(); - }); - } - - function renderSuccess() { - const { count } = store.totals(); - const orderId = "CL-" + Math.floor(100000 + Math.random() * 900000); - els.modalContent.innerHTML = ` -${count} fictief artikel(en) zijn vastgelegd in deze demonstratie.
-Verwachte levering: niet van toepassing.
- -De site is offline.
- -Er wordt momenteel aan gewerkt.
- - -A simple yet powerful terminal-based chat application written in Python. Realtime messaging via TCP sockets, straight from your command line.
- - - -Terminal Chat is built with a focus on simplicity and functionality. No unnecessary complexity, just chatting from your terminal.
-Full authentication system with username and password. Default test account included.
-Colorful terminal interface with intuitive navigation. Works on any terminal that supports ANSI colors.
-Messages are delivered instantly via TCP sockets. No delay, no polling. True realtime communication.
-Create multiple chat channels and easily switch between them. Each channel has its own message history.
-Add users to chats with a simple command. Manage who is in which channel.
-Fully open source and free to use. View the code, contribute, or fork the project for your own use.
-Built primarily for Linux terminals, with growing support for other platforms.
- -First-class support. All features work out of the box including ANSI colors, readline, and autofill.
-Works with modifications. The readline module and autofill function need to be adjusted for Windows compatibility.
-Should work since macOS has a Unix-based terminal, but it hasn't been tested yet. Community feedback is welcome!
-Everything you need to install, configure, and use Terminal Chat.
-Install Terminal Chat with a single command. The script downloads and configures everything automatically.
- Windows installation and setup -Start the server first, then the client. Log in with the default test account or create a new one.
-Use these commands while chatting to perform additional actions.
-| Command | Description |
|---|---|
| /add <username> | -Add a user to the current chat | -
| /break | -Leave the current chat and return to chat selection | -
| /quit | -Close the program completely and disconnect | -
| obviously more commands and features comming on the way! | -
Terminal Chat uses a classic client-server model with TCP sockets for reliable, bidirectional communication.
-Terminal Chat is open source and built to be extended. Whether you want to add new features, build mods, or fix bugs — you're welcome to join.
- -Add new commands, custom themes, message encryption, file sharing, or anything else you can think of. The codebase is simple and easy to extend.
-Help fix bugs, improve Windows/macOS compatibility, optimize performance, or refactor the codebase. Every PR matters.
-Open an issue to suggest features, report bugs, or discuss improvements. Even if you don't code, your input helps shape the project.
-Fork the repo and go wild. Build your own version, add a GUI, make it work with Discord bots — the code is yours to play with.
-Ready to contribute? Start here:
-No complex setup. No build tools. Just Python.
-Latest releases, patches, and project news.
-windows in the big '26
-enjoy your microslop ahh operating system bruh 😭😭
- Terminal Chat git - Download .zip -wat ben je aan het doen met je leven?.
- - \ No newline at end of file diff --git a/install/index.html b/install/index.html deleted file mode 100644 index 0415a9e..0000000 --- a/install/index.html +++ /dev/null @@ -1,1424 +0,0 @@ - - - - - -A simple yet powerful terminal-based chat application written in Python. Realtime messaging via TCP sockets, straight from your command line.
- - - -Terminal Chat is built with a focus on simplicity and functionality. No unnecessary complexity, just chatting from your terminal.
-Full authentication system with username and password. Default test account included.
-Colorful terminal interface with intuitive navigation. Works on any terminal that supports ANSI colors.
-Messages are delivered instantly via TCP sockets. No delay, no polling. True realtime communication.
-Create multiple chat channels and easily switch between them. Each channel has its own message history.
-Add users to chats with a simple command. Manage who is in which channel.
-Fully open source and free to use. View the code, contribute, or fork the project for your own use.
-Built primarily for Linux terminals, with growing support for other platforms.
- -First-class support. All features work out of the box including ANSI colors, readline, and autofill.
-Works with modifications. The readline module and autofill function need to be adjusted for Windows compatibility.
-Should work since macOS has a Unix-based terminal, but it hasn't been tested yet. Community feedback is welcome!
-Everything you need to install, configure, and use Terminal Chat.
-Install Terminal Chat with a single command. The script downloads and configures everything automatically.
- Windows installation and setup -Start the server first, then the client. Log in with the default test account or create a new one.
-Use these commands while chatting to perform additional actions.
-| Command | Description |
|---|---|
| /add <username> | -Add a user to the current chat | -
| /break | -Leave the current chat and return to chat selection | -
| /quit | -Close the program completely and disconnect | -
| obviously more commands and features comming on the way! | -
Terminal Chat uses a classic client-server model with TCP sockets for reliable, bidirectional communication.
-Terminal Chat is open source and built to be extended. Whether you want to add new features, build mods, or fix bugs — you're welcome to join.
- -Add new commands, custom themes, message encryption, file sharing, or anything else you can think of. The codebase is simple and easy to extend.
-Help fix bugs, improve Windows/macOS compatibility, optimize performance, or refactor the codebase. Every PR matters.
-Open an issue to suggest features, report bugs, or discuss improvements. Even if you don't code, your input helps shape the project.
-Fork the repo and go wild. Build your own version, add a GUI, make it work with Discord bots — the code is yours to play with.
-Ready to contribute? Start here:
-No complex setup. No build tools. Just Python.
-Latest releases, patches, and project news.
-We're just collecting some error info, and then we'll restart for you.
-If you'd like to know more, you can search online later for this error: pech.
-Stop code: 0x0000007B (0x00000034, 0xC0000034, 0x00000000, 0x00000000)
-What failed: your calculates were so ass it crashed
-