A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm.
A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm.
Use rake to extract important keywords from large texts.
JavaScript client for graphql-ruby
An javascript implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm. Forked from https://github.com/sleepycat/rapid-automated-keyword-extraction
Migrations tool for Postgresql DB
A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
Update shared config for Shuttlerock's projects.
Here JavaScript API
A fabulous iconset packaged as a font
Three.js / React Three Fiber zen garden building blocks (thin re-export layer over zen-sand-rake until split).
CLI Tool for the zapp app and Quick Brick project
Scan for NOTE, OPTIMIZE, TODO, HACK, XXX, FIXME, and BUG comments within your source, and print them to stdout so you can deal with them.
A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm.
React Three Fiber zen-garden sand disk with mask-based rake painting, nav grid, and optional demos (pattern / car sim).
Rake task for git.
A typescript implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm with Part-of-Speech post-processing
Front resources package of Abler front-end workflow
Jake ====
HiveTaxi SDK for JavaScript
UJS for modern javascript.
Parse git commit data, like the one we get when running `git rev-list ...`.
List runnable npm scripts in package.json
Rake tasks for little JavaScript projects
A small gem for rolling out JS libraries (includes repository, demo page and version release rake task)
Adds a new rake task jasmine:phantom that runs specs in parallel using phantoms js.
Manage vendored Bootstrap files with rake tasks: check versions, download, update, and uninstall.
A fork of the react-on-rails rake tasks to transform your Rails locales to JS
A simple gem that provides a Rails command or Rake tasks to export .rb, .erb, .js, and .yml files into .txt or .md for LLM ingestion.
** NOTE - This gem depends on e9_base, but does not reference it. It WILL NOT FUNCTION for apps which aren't built on the e9 Rails 3 CMS ** == E9Polls Provites a Poll renderable for the e9 Rails 3 CMS. == Installation 1. Include the gem and run the install generator to copy over the necessary files, then migrate. rails g e9_polls:install This will install the db migration, the JS and CSS required for the plugin to function properly, and an initializer. Modify the CSS as you see fit and the JS as required (carefully). Check out the initializer and modify if necessary. For non-Ajax fallbacks it uses the 'application' layout. This should be changed if the app doesn't use application layout as a sensible default. 2. Migrate the database. rake db:migrate 3. Finally, include the generated javascript and css (e9_polls.js and e9_polls.css) in the fashion suited to the app. 4. There is no #4.