Posts tagged with snippet
Node.js IsDirectory
Published 12 August 2015 in archive with tags node , snippet Here's a useful snippet for checking if a path is a directory in Node.js, this obviously requires('fs'). Continue reading …Detect if JS is running under Node
Published 2 July 2014 in archive with tags node , snippet , javascript Here is a snippet for how to detect if JavaScript is running under Node: Continue reading …Check if type exists in MSSQL
Published 27 March 2014 in archive with tags sql , mssql , snippet Snippet time. Check if a type exists in MSSQL with the following simple query: Continue reading …Newer Page 2 of 2 Older