sed in node
TypeScript definitions for webpack-deadcode-plugin
Remove unused image file
Serves Web APIs out of JavaScript functions
A Node.js script to find CSS references in HTML/.cshtml or * files.
It returns an unsed token
AI powered diagnostic tool for AWS
One process loads the module and serves some methods unsing DRb. Other processes mangle those methods to hook up with the DRb server
== DESCRIPTION: html-me converts text to html for posting in the web. It does this two ways. First, it processes the text unsing RedCloth (a textile engine), then it finds all of the _pre_ tags and adds syntax highlighting. == FEATURES/PROBLEMS: * The syntax highlighting embeds the styles in the HTML tags. I currently don't have access to my blog's stylesheet (damned Wordpress) so that's how it needed to be. CSS class names should be added soon.