Skip to content

Instantly share code, notes, and snippets.

View brianfgonzalez's full-sized avatar

Brian Gonzalez brianfgonzalez

View GitHub Profile
@mronauli
mronauli / MonsterShopDTR.md
Last active February 28, 2020 17:03
MonsterShopPD

Project Feedback Name: Maria Ronauli

As a whole:

What is one thing that went unusually well during this project? I think our group gelled pretty well together in terms of personality which translated well into our workflow. In addition, we had concrete steps and plans of action in terms of what we wanted to accomplish each day. In hindsight, is there anything you would have done differently? In general our workflow was smooth, however we spent a good chunk of Saturday waiting for one piece of functionality from another. We had anticipated that working on pieces seperately would not disrupt the flow, however this wasn't exactly the case. This resulted in a bit of time wasted.

Partner: Paul Debevec

@leeramsay
leeramsay / PSADT-Cheatsheet.ps1
Last active April 17, 2024 04:47
PSADT snippits/cheatsheet
## Commonly used PSADT env variables
$envCommonDesktop # C:\Users\Public\Desktop
$envCommonStartMenuPrograms # C:\ProgramData\Microsoft\Windows\Start Menu\Programs
$envProgramFiles # C:\Program Files
$envProgramFilesX86 # C:\Program Files (x86)
$envProgramData # c:\ProgramData
$envUserDesktop # c:\Users\{user currently logged in}\Desktop
$envUserStartMenuPrograms # c:\Users\{user currently logged in}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
$envSystemDrive # c:
$envWinDir # c:\windows