https://github.com/laplacexd/cowsay
A wrapper application for interacting with the Cowsay process this serves as a practice to stdio and interacting with processes.
https://github.com/laplacexd/cowsay
console cowsay csharp process stdio wrapper
Last synced: 3 months ago
JSON representation
A wrapper application for interacting with the Cowsay process this serves as a practice to stdio and interacting with processes.
- Host: GitHub
- URL: https://github.com/laplacexd/cowsay
- Owner: LaplaceXD
- License: mit
- Created: 2024-09-11T17:00:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:39:56.000Z (9 months ago)
- Last Synced: 2025-01-26T03:11:11.734Z (5 months ago)
- Topics: console, cowsay, csharp, process, stdio, wrapper
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cowsay Wrapper
This is a simple wrapper application for [`cowsay`](https://github.com/tnalpgge/rank-amateur-cowsay). This was built with the purpose of learning the following topics:
- [Process Interaction](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process?view=net-8.0)
- [Stdio](https://en.wikipedia.org/wiki/Standard_streams)
- [Redirection]()
- [Event Handling](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/events)
- [OOP](https://en.wikipedia.org/wiki/Object-oriented_programming)
- [C#](https://learn.microsoft.com/en-us/dotnet/csharp/)## License
[MIT](https://raw.githubusercontent.com/LaplaceXD/Cowsay/main/LICENSE)