Skip to content

Instantly share code, notes, and snippets.

View mikerourke's full-sized avatar
🐺

Mike Rourke mikerourke

🐺
View GitHub Profile
@mikerourke
mikerourke / checkDependencies.js
Last active February 10, 2017 16:03
Check NPM Dependencies using depcheck
const fs = require('fs');
const depcheck = require('depcheck');
const options = {
ignoreBinPackage: false,
ignoreDirs: [
'client',
],
parsers: { // the target parsers
@mikerourke
mikerourke / NetworkDrive.cls
Last active October 27, 2020 02:14
Used to perform mapping functions in Access or Excel VBA for network drives.
' Copyright (C) 2016 Mike Rourke
' Permission is hereby granted, free of charge, to any person obtaining a copy
' of this software and associated documentation files (the "Software"), to deal
' in the Software without restriction, including without limitation the rights
' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
' copies of the Software, and to permit persons to whom the Software is
' furnished to do so, subject to the following conditions:
' The above copyright notice and this permission notice shall be included in