Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alastairlundy/enviousbox
https://github.com/alastairlundy/enviousbox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alastairlundy/enviousbox
- Owner: alastairlundy
- License: lgpl-3.0
- Created: 2024-07-01T15:06:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:48:39.000Z (3 months ago)
- Last Synced: 2024-10-18T18:47:41.920Z (3 months ago)
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
# EnviousBox
A group of my tools/programs that aim to help users.## Programs
These are the current and upcoming programs in Envious Box.### Stable Commands
| Project name | Command Name | Description | Written In |
|-|-|-|-|
| Average | average | Calculate averages easily (Supports mode, median, arithmetic mean, and geometric mean). | C# |
| Caesar | caesar | Encode or Decode text or a file using the Caesar Cipher, either using a number provided or a random number. Don't use this for sensitive or secret information. | C# |
| Round | round | Round a given number to a specified number of decimal places or significant figures. | C# |
| Pow | pow | Calculates square root, cube root, and any value to a positive or negative power. | C# |#### Programs being developed
| Project name | Command Name | Description | Written In |
|-|-|-|-|
| Far | far | Find and Replace any string of text in any file. | C# |
| where | Find all files and folders containing the specified string. | C# |## Licensing
All programs in Envious Box are licensed under the LGPLv3 license.