Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theakito/cringify-text
This app converts your provided text into cRiiNgE mOdE.
https://github.com/theakito/cringify-text
Last synced: 29 days ago
JSON representation
This app converts your provided text into cRiiNgE mOdE.
- Host: GitHub
- URL: https://github.com/theakito/cringify-text
- Owner: theAkito
- License: agpl-3.0
- Created: 2019-09-18T23:22:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:08:06.000Z (about 1 year ago)
- Last Synced: 2023-12-09T01:24:30.306Z (about 1 year ago)
- Language: Nim
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cringify your life!
This app converts your provided text into cRiiNgE mOdE.
1. Double click the executable.
2. Paste your text into the console window and confirm with Enter.
3. The cringified text apppears in your clipboard automatically.
4. Paste your clipboard into a chat and send it.## Example
**Before:**
> This is a Nim module that takes files as arguments and outputs their respective Fletcher checksum. The Fletcher checksum has a bit lower error detection reliability than for example the well known CRC-32 but it is generally a lot faster than for example CRC-32 as well as Adler-32. The project's goal is to provide a very fast checksum algorithm to be used on devices like the Raspberry Pi.**After:**
> tHiiS iiS a niiM mOdUlE tHaT tAkEs fiiLeS aS aRgUmEnTs aNd oUtPuTs tHeiiR rEsPeCtiiVe fLeTcHeR cHeCkSuM. tHe fLeTcHeR cHeCkSuM hAs a biiT lOwEr eRrOr dEtEcTiiOn rEliiAbiiLiiTy tHaN fOr eXaMpLe tHe wElL kNoWn cRc-32 bUt iiT iiS gEnErAlLy a lOt fAsTeR tHaN fOr eXaMpLe cRc-32 aS wElL aS aDlEr-32. tHe pRoJeCt's gOaL iiS tO pRoViiDe a vErY fAsT cHeCkSuM aLgOriiThM tO bE uSeD oN dEviiCeS liiKe tHe rAsPbErRy pii.## License
Copyright © 2019-2023 AkitoThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .