adeel /
pump-jinja
A Pump middleware that uses the Jinja templating system to render responses.
Loading repository data…
leoherzog / repository
A response to "But ChatGPT Said…"
“But ChatGPT said…” is not a helpful thing to say to someone. This is a simple static webpage to send back in response.
If the sender cited a specific AI model, add the ?ai= query parameter to your response to customize the page.
https://stopcitingai.com/?ai=Copilot
Thanks to Pico.css for the style, layout, responsiveness, and light/dark mode support.
Want to add or update a translation? See CONTRIBUTING.md for the workflow and style guidelines.
The MIT License (MIT)
Copyright © 2025 Leo
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Selected from shared topics, language and repository description—not editorial ratings.
adeel /
A Pump middleware that uses the Jinja templating system to render responses.
ajain17 /
A simple custom filter to extract url from a response object
JenniferCruz /
In this lab we go over the Request-Response cycle and create a Flask app top-to-bottom, with Jinja templates and Bootstrap framework. Finally, we deploy using Heroku.
nus83ca /
A lightweight local AI Q&A web app built with FastAPI and Jinja templates. It provides a simple browser interface where users submit a prompt, sends it to a local Ollama model, and displays the generated response page.
maisyjane /
This is a Python Flask API written for my Cloud Computing module in final year which generated monitoring and metrics for the 4 API's - CommaCounter, VowelCounter, InstancesOfAnd and AvgWordLength. I had made 3 different proxy containers for each operation previous to building the monitoring. The monitoring therefore sends requests to each URL and checks its status code, response and records its response time. A HTML jinja dashboard was created for the frontend to display each request. If the request came back with a status code of 200 then a green card would be shown for it on the dashboard. Anything other than a 200 would display a red card and send an email notification to myself notifying me that that link was down. I also added in a scheduler to this API which made the requests every 30 minutes. Similarly there was the option to manually POST request with specific input strings to test the error handling of each API. This API has also been dockerised.