Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugramurat/count-and-sorting-words
Count and sorting words from a text file in C
https://github.com/bugramurat/count-and-sorting-words
c
Last synced: 6 days ago
JSON representation
Count and sorting words from a text file in C
- Host: GitHub
- URL: https://github.com/bugramurat/count-and-sorting-words
- Owner: bugramurat
- License: mit
- Created: 2021-07-16T12:47:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T20:50:26.000Z (over 2 years ago)
- Last Synced: 2023-03-10T05:06:32.371Z (almost 2 years ago)
- Topics: c
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Count and Sorting Words
Count and sorting words from a text file in C
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
![Screen Shot][product-screenshot]
Count and sorting words from a text file in C
### Built With
- [C](https://www.w3schools.com/c/index.php)
## Getting Started
Make sure to you have a C compiler IDE. _(I'm using [Code::Blocks](https://www.codeblocks.org))_
### Prerequisites
Copy the **text** you want to _count and sort_ into the `text.txt` file
or
Copy the **file** you want to _count and sort_ into the folder to run.### Installation
1. Download zip or clone the repo
```sh
git clone https://github.com/bugramurat/count-and-sorting-words.git
```
2. Change the file name in code if you replaced the `text.txt` file with a file with a different name
```java
124 FILE * file = fopen("text.txt", "r");126 FILE * copyFile = fopen("text.txt", "r");
```## Usage
Just open the compiler and build and run it.
## Roadmap
See the [open issues](https://github.com/bugramurat/count-and-sorting-words/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Bugra Murat - [email protected]
Project Link: [https://github.com/bugramurat/count-and-sorting-words](https://github.com/bugramurat/count-and-sorting-words)
## Acknowledgments
- [File functions in C](https://www.bilgigunlugum.net/prog/cprog/c_stdkut/stdio/fseek)
[contributors-shield]: https://img.shields.io/github/contributors/bugramurat/count-and-sorting-words.svg?style=for-the-badge
[contributors-url]: https://github.com/bugramurat/count-and-sorting-words/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/bugramurat/count-and-sorting-words.svg?style=for-the-badge
[forks-url]: https://github.com/bugramurat/count-and-sorting-words/network/members
[stars-shield]: https://img.shields.io/github/stars/bugramurat/count-and-sorting-words.svg?style=for-the-badge
[stars-url]: https://github.com/bugramurat/count-and-sorting-words/stargazers
[issues-shield]: https://img.shields.io/github/issues/bugramurat/count-and-sorting-words.svg?style=for-the-badge
[issues-url]: https://github.com/bugramurat/count-and-sorting-words/issues
[license-shield]: https://img.shields.io/github/license/bugramurat/count-and-sorting-words.svg?style=for-the-badge
[license-url]: https://github.com/bugramurat/count-and-sorting-words/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/bugramurat
[product-screenshot]: images/screenshot.png