This is a list of stuff that the average software developer does from week to week
- Code design
- Refactoring
- Algorithms
- Profiling
- Code reviews
- Building frameworks
| # @manojampalam - authored initial script | |
| # @friism - Fixed issue with invalid SDDL on Set-Acl | |
| # @manojampalam - removed ntrights.exe dependency | |
| # @bingbing8 - removed secedit.exe dependency | |
| $scriptpath = $MyInvocation.MyCommand.Path | |
| $scriptdir = Split-Path $scriptpath | |
| $sshdpath = Join-Path $scriptdir "sshd.exe" | |
| $sshagentpath = Join-Path $scriptdir "ssh-agent.exe" |
| # emacs | |
| *~ | |
| # logs | |
| parrot.log |