Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
Makes word searches and solves them
2021
2022
2023
2024
2025
2026
0.0
WordSearcher generates a new word search puzzle with your input word, then tries to solve the puzzle. It is not programmed to win every game. It simply compares each letter of the word with all those available on the board, then randomly selects one. Then, it looks to see if the next letter of...
2021
2022
2023
2024
2025
2026
0.0
A command line app able to generate a random word search grid n x n (n: number of rows/number of columns) and find all the words inside it.
- The grid letters must be uppercase.
- The valid words are defined inside the file dict.txt
- The minimum size of a valid word is 3 charac...
2021
2022
2023
2024
2025
2026
0.0
A unique gem that allows users to gather analysis of literary statistics and usage.
2021
2022
2023
2024
2025
2026
0.0
command line application that
* accepts a list of search keywords as arguments
* queries the Flickr API for the top-rated image for each keyword
* downloads the results
* crops them rectangularly
* assembles a collage grid from ten images and
* writes the result to a...
2021
2022
2023
2024
2025
2026
0.0
Wraps Wordstream API calls in a gem.
2021
2022
2023
2024
2025
2026
0.0
This is an example gem
2021
2022
2023
2024
2025
2026
0.0
This is an example Gem
2021
2022
2023
2024
2025
2026
0.0
This is an example gem.
2021
2022
2023
2024
2025
2026
0.0
this is a practice Gem
2021
2022
2023
2024
2025
2026
0.0
This is an example gem
2021
2022
2023
2024
2025
2026
0.0
WordTree common library code
2021
2022
2023
2024
2025
2026
0.0
Language analysis tool
2021
2022
2023
2024
2025
2026
0.0
Given a random word, choose the correct definition from a list. Option to see word origin.
2021
2022
2023
2024
2025
2026
0.0
A language-agnostic CLI application for learning new words. You are able to construct the word lists and then train on them using nothing but the cli. The word list format is intuitive, so you can create your word lists however you want.
2021
2022
2023
2024
2025
2026
0.0
This gem wraps words to the next line based on the column lengthman rak
2021
2022
2023
2024
2025
2026
0.0
Helps wrap words on lines
2021
2022
2023
2024
2025
2026
0.0
Wraps a string based upon a column length limit.
2021
2022
2023
2024
2025
2026
0.0
Return the string broken up by newlines, so that each lines is no longer than the max lenght. Prefer to break words on spaces.
2021
2022
2023
2024
2025
2026
0.0
"To use implement, use WordWrapping::Word.wrap('word',column length)"
2021
2022
2023
2024
2025
2026