James M. Greene

Results 14 repositories owned by James M. Greene

currentExecutingScript

26
Stars
2
Forks
Watchers

Get the currently executing script, regardless of its source/trigger/synchronicity. Similar to HTML5's `document.currentScript` but arguably much more useful!

document.currentScript

69
Stars
10
Forks
Watchers

Polyfill for HTML5's `document.currentScript`.

Function.name

53
Stars
3
Forks
Watchers

Polyfill for ECMAScript 6's `Function.name`.

grunt-chmod

22
Stars
3
Forks
Watchers

A Grunt task plugin to modify file permissions, i.e. like using `chmod`.

grunt-mxmlc

16
Stars
11
Forks
Watchers

A Grunt task plugin to compile Adobe Flex/ActionScript/MXML/FLV/etc. apps with the `mxmlc` compiler from the Apache/Adobe Flex SDK.

jquery.textSelect

19
Stars
5
Forks
Watchers

jQuery plugin that creates a bindable special event for user text selection: "textSelect"

nedb-session-store

16
Stars
4
Forks
Watchers

A session store implementation for Connect & Express backed by an NeDB datastore (either in-memory or file-persisted)

nestdb

52
Stars
7
Forks
Watchers

NestDB: An embedded persistent or in-memory database for Node.js, originally forked from NeDB

node-aes256

47
Stars
29
Forks
Watchers

A Node.js module to simplify using the built-in "crypto" module for AES256 encryption with random initialization vectors.

node-dos2unix

18
Stars
8
Forks
Watchers

A Node.js module to convert text files with DOS line breaks to Unix line breaks, i.e. like using `dos2unix`.