Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.3 KB

File metadata and controls

14 lines (11 loc) · 1.3 KB

Go_HyperSkill

Executing projects in a Golang track from HyperSkill

Obscene Vocabulary Checker (obscene_checker)

  • https://hyperskill.org/projects/201
  • Today, many popular platforms on the Internet use artificial intelligence to filter out offensive comments and posts. Building such a filter requires a lot of skill and knowledge. There is another way to hide obscene words in the comments. Of course, it is not as effective as artificial intelligence, but it will do the job. The Obscene Vocabulary Checker is a simple console program that finds certain words and replaces them with ******.

Duplicate File Handler (duplicate_handler)

  • https://hyperskill.org/projects/240
  • Duplicate File Handler is a useful tool that can free some space on your drive. Write a handler that checks and compares files in a folder, displays the result, and removes duplicates.

Flashcards (flashcards)

  • https://hyperskill.org/projects/224
  • When learning a new language, it can be hard to remember all the new vocabulary, which is exactly where flashcards can help. Typically, flashcards show a hint (a task or a picture) on one side and the right answer on the other. Flashcards can be used to remember any sort of data, so if you want to create a useful tool to help your learning and your programming skills, this project is for you.