Skip to content

Instantly share code, notes, and snippets.

@thardy
thardy / flattenService.js
Last active May 31, 2019 12:50
Software Solutions Architect - Remote Application
'use strict';
class FlattenService {
constructor() {}
flattenArray(arrayToBeFlattened, flatArray) {
for (let item of arrayToBeFlattened) {
if (Array.isArray(item)) {
this.flattenArray(item, flatArray);
}
Set-WindowsExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#cinst malwarebytes
#cinst nodejs
#cinst 7zip
cinst notepadplusplus
#cinst googlechrome
cinst adobereader
cinst git -params '"/GitAndUnixToolsOnPath"'