ckeditor5-rails
🚀 CKEditor 5 Ruby Gem – a powerful WYSIWYG editor for Rails! Smooth integration with web components and helper methods…
Ruby★ 52
speed_read: A simple terminal-based open source Spritz-alike
git clone https://github.com/sunsations/speed_read.gitsunsations/speed_readA simple terminal-based open source Spritz-alike.
This is a yet simplistic implementation in ruby of Pasky's Perl version.
Add this line to your application's Gemfile:
gem 'speed_read'
And then execute:
$ bundle
Or install it yourself as:
$ gem install speed_read
speed_read reads from standard input. Thus, you can use the usual unix suspects.
$ echo "one two tree" | speed_read
$ speed_read < your_text_file.txt
$ cat your_text_file.txt | speed_read
To set the words per minute use
$ echo "one two tree" | speed_read -w 500
In order to test the gem locally, use:
bundle exec rake test
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)more like this
🚀 CKEditor 5 Ruby Gem – a powerful WYSIWYG editor for Rails! Smooth integration with web components and helper methods…
search projects, people, and tags