Web development IDE in browser, supports Java, ruby, javascript...etc
HiveMind is a browser based web development that combines an application container (jetty), a middleware and a developer environment that runs in the browser.
It runs on the jvm so you are not limited by environment. You can run it on your laptop, company server or even on a cloud service like AWS.
It supports Java, Ruby, Python, JavaScript, Groovy, Clojure.
...This allows automation of common editing operations.
In its prototypical application, qenqote accepts URL's that have been copied or cut to the clipboard from a browser bar.
qenqote applies a user-selected quoting function, and writes the result back to the clipboard.
Besides its URL transformation applications, qenqote can be given a variable name from which it produces text of "for (...) { }" or "while (...) { }" structures; can produce formatted dates or strings according to clipboard and
other data; can put HTML tags around clipped text; can apply
regular-expression substitutions to text; and can output any simple function one cares to program.