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