Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]





Logo

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



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

![Screen Shot][product-screenshot]

Count and sorting words from a text file in C

(back to top)

### Built With

- [C](https://www.w3schools.com/c/index.php)

(back to top)

## 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");
```

(back to top)

## Usage

Just open the compiler and build and run it.

(back to top)

## Roadmap

See the [open issues](https://github.com/bugramurat/count-and-sorting-words/issues) for a full list of proposed features (and known issues).

(back to top)

## 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

(back to top)

## License

Distributed under the MIT License. See `LICENSE.md` for more information.

(back to top)

## Contact

Bugra Murat - [email protected]

Project Link: [https://github.com/bugramurat/count-and-sorting-words](https://github.com/bugramurat/count-and-sorting-words)

(back to top)

## Acknowledgments

- [File functions in C](https://www.bilgigunlugum.net/prog/cprog/c_stdkut/stdio/fseek)

(back to top)

[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