Skip to content

Instantly share code, notes, and snippets.

View ddieppa's full-sized avatar
🏠
Working from home

Daniel Dieppa ddieppa

🏠
Working from home
View GitHub Profile
@ddieppa
ddieppa / BoxStarter.md
Last active March 21, 2016 15:44
Playing around with BoxStarter

Playing around a lil bit with BoxStarter

These are my first BoxStarter scripts, awesome way to have your pc up and running really fast.

@ddieppa
ddieppa / SQLQueries.md
Last active March 21, 2016 18:03
Useful SQL queries

SQL queries

Some of the sql queries I used at some point :)

Files in this gist

@ddieppa
ddieppa / AtomPackages.md
Last active March 21, 2016 18:09
Atom Package List
@ddieppa
ddieppa / HelpfulWindowsScripts.md
Last active March 21, 2016 18:20
Put all single files in to folders with the same name
@ddieppa
ddieppa / ExportChangesetChangesToFile.md
Created November 17, 2016 20:04
Get what changed in a Visual Studio TFS changeset, and export it into a file

tf changeset changesetNumber /noprompt > "path\to\file.txt"

@ddieppa
ddieppa / preferred angular cli new command
Last active December 27, 2018 14:48
preferred angular cli new command flags
npx -p @angular/cli ng n AppName -S --routing --style=css --skip-install -d
@ddieppa
ddieppa / get-vscode-extensions-script.sh
Last active January 14, 2019 20:47
script in bash to output the installed extensions in vscode
code --list-extensions | xargs -L 1 echo code --install-extension > vscode-extensions.txt
@ddieppa
ddieppa / npx-live-server.ps1
Created February 7, 2019 15:25
when want to preview html file in vscode without installing live-server as global package
npx -p live-server live-server
*cmd.exe /k ""%ConEmuDir%\..\init.bat" & "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"" -new_console:d:"C:\Projects":t:"Developer Command Prompt"
@ddieppa
ddieppa / add_iis_cli_to_path_env
Created May 30, 2019 14:47
Add IIS inetsrv to path in order to use appcmd.exe options
%SystemRoot%\System32\inetsrv