1
0
Fork
You've already forked tools
0
https://ilja.codeberg.page/tools/ - Simple custom tools in the form of simple web applications
  • HTML 100%
ilja space 433f0f5f6f fix bug in string case converter TT
basically i used `replace` instead of `replaceAll`, making the output
not correct with more than two words for the conversions who used `replace`.
2026年07月11日 19:41:12 +02:00
snippets Add template.html to snippets 2024年07月13日 22:26:22 +02:00
.gitignore Add .gitignore 2024年04月29日 16:07:14 +02:00
choose_my_explosion.html choose my explosion: dissable explode button when clicked 2024年07月26日 17:01:05 +02:00
equation_plotter.html Add axis to the plot. 2024年07月14日 21:27:47 +02:00
index.html Add new tool to convert strings from one case to another 2026年07月11日 18:20:35 +02:00
location_tool.html Use Kanji for NESW 2024年10月09日 19:08:26 +02:00
number_base_converter.html Add new tool for converting numbers from one base to another 2025年03月25日 18:48:57 +01:00
passphrase_generator.html Make heading work 2024年04月26日 13:03:54 +02:00
README.md Fix typo in README 2024年07月13日 22:25:40 +02:00
roman_numerals.html Roman Numerals; Allow converting of non-standard form 2024年06月01日 19:27:18 +02:00
string_case_converter.html fix bug in string case converter TT 2026年07月11日 19:41:12 +02:00

Tools

This repository contains custom tools in the form of web applications. They can be freely used thanks to Codeberg pages.

Check it out at https://ilja.codeberg.page/tools/.

Scope

The idea is to have separate simple webapp tools. A "tool" should be smoll and self contained in a single file.

You can link from the index file and back, but that's about it. There's no "shared code" between tools. Snippets can demo small things who can be copy-pasted, but there shouldn't be any shared code that different tools call during runtime.

Reading

The index.html is a page with hard-coded links to the different tools. Each of the other html pages is it's own tool with self-contained code.

The snippets folder contains html pages to demo something which tools can use. E.g. how a footer can be properly implemented, etc.

License

Custom tools in the form of web applications
Copyright (C) 2024 ilja@ilja.space
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.