express middleware to access/write/remove files (using file path) with various backends
Session file store is a provision for storing session data in the session file
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
Include Flmngr file manager server-side into your Express app or website
A Handlebars view engine for Express which doesn't suck.
TypeScript definitions for session-file-store
A simple, minimal PostgreSQL session store for Connect/Express
Basic IP rate-limiting middleware for Express that slows down responses rather than blocking the user.
Swagger UI Express
express-session full featured MemoryStore layer without leaks!
Simple in-memory vinyl file store
Middleware to destroy caching
Simple express file upload middleware that wraps around Busboy
A MySQL session store for express.js
MongoDB session store for connect/express built by MongoDB
Fast, unopinionated, minimalist web framework
Provides a fallback for non-existing directories so that the HTML 5 history API can be used.
Redis session store for Connect
cookie session middleware
A Redis store for the `express-rate-limit` middleware
Session store for connect-session using sequelize
Get and set request-scoped context anywhere
Prebuilt sharp for use with Linux (glibc) x64
A Loki.js session store for Connect/Express
rrename is a GNOME2 based tool which renames a set of files interactively with the help of regular expressions and ruby code. It supports undo and redo and stores the replace patterns. Patterns and code can easily be customized.
cnuregexp allows tags to be placed inside a regex which function as labels for the matches. The matches within the MatchData object can then be accessed like a hash with the tag name as the key. cnuregexp also provides a greedy match which will return an array of all matches rather than just the first match. cnuregexp can also extract various data from an xml tag with the Regexp.xml_tag method. It uses Regexps to get the tag name, the attributes and their values, the tag content, and any other relevant data from an xml string. Lastly, cnuregexp allows commonly used regular expressions to be stored in a config file(lib/cnuregexp_config.yml) and accessed with Regexp.regular_expression_name notation eg. Regexp.ssn, Regexp.email_address. cnuregexp comes preloaded with a few common regular expressions which are located in lib/cnuregexp_config.yml.