Pinned Repositories
AtropaToolbox-raw-js
The Glorious AtropaToolbox's JavaScript bits
cmudict-to-sqlite
A utility for parsing the CMU Pronouncing Dictionary into an sqlite database using Node.js
html-table-of-contents
Generates a table of contents for your HTML document based on the headings present.
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
node-jsdoc-toolkit
A fork of the jsdoc-toolkit project ported to run natively on Node.JS
object-merge
Merges JavaScript objects recursively without altering the objects merged.
object-walk
Walks through an object executing user defined functions at every node on the way down and back up.
XULExplorer
A XULRunner Application IDE of sorts
XULRunner-Examples
Example applications using XULRunner
matthewkastor's Repositories
matthewkastor/Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
matthewkastor/object-merge
Merges JavaScript objects recursively without altering the objects merged.
matthewkastor/cmudict-to-sqlite
A utility for parsing the CMU Pronouncing Dictionary into an sqlite database using Node.js
matthewkastor/object-walk
Walks through an object executing user defined functions at every node on the way down and back up.
matthewkastor/atropa-jasmine-spec-runner-generator-html
Generates Jasmine Spec Runner html pages for browser based JavaScript tests.
matthewkastor/atropa-xpath
A JavaScript library providing an Xpath toolkit for manipulating the DOM.
matthewkastor/clone-function
Clones non native JavaScript functions, or references native functions.
matthewkastor/directory-transform
Node module for copying and transforming directory contents recursively
matthewkastor/atropa-objects
JavaScript utilities for handling objects.
matthewkastor/atropa-mustache-comb
A utility wrapper around mustache
matthewkastor/atropa-package-generator
A node.js module for generating templated files and directory structures without getting heavy with configs and strange language.
matthewkastor/atropa-random
JavaScript module that provides random strings and numbers.
matthewkastor/atropa-regex
Container for JavaScript regular expressions and regex functions.
matthewkastor/atropa-removeNodeByReference
Remove DOM Nodes without messing around.
matthewkastor/atropa-replAutoload
Autoloads a file into the Node REPL on start then passes control to the user.
matthewkastor/atropa-Requester
This represents an XMLHttpRequest wrapper.
matthewkastor/atropa-SerialActor
A JavaScript polling class designed for executing long running processes that return nothing and have no callbacks.
matthewkastor/atropa-setAsOptionalArg
Set default values for optional function parameters in JavaScript.
matthewkastor/atropa-string
JavaScript utilities for manipulating strings.
matthewkastor/atropa-TextAnalyzer
JavaScript utility for analyzing text.
matthewkastor/atropa-url
JavaScript utilities for handling urls.
matthewkastor/atropa-waitFor
JavaScript polling functions for quick and sloppy work.
matthewkastor/atropa-wtf
JavaScript library for rewording bad poetry.
matthewkastor/dir-stats-sync
Node module to get stats of every item in a directory
matthewkastor/logical
Logical functions for JavaScript
matthewkastor/modulify
Generates nodejs modules from source code.
matthewkastor/object-foreach
Executes a function on each of an objects own enumerable properties.
matthewkastor/object-trim
Trims empty values out of a given object. Empty values are '', undefined, null, [], {}, and objects with no enumerable properties.
matthewkastor/stream-copy-file
Node module to copy files like copy /b on windows
matthewkastor/Table
Generate HTML tables from two dimensional JavaScript arrays.