Skip to content

Instantly share code, notes, and snippets.

View dkocich's full-sized avatar
💭
I may be slow to respond.

David K. dkocich

💭
I may be slow to respond.
View GitHub Profile
@dkocich
dkocich / chocolateySetup.md
Created September 10, 2020 07:49
My current state of Chocolatey package manager and and installed SW (backed up for possible recovery)

Install my packages with (use --force if neccesary):

choco install Chocolatey 7zip 7zip.install aida64-extreme anaconda3 android-sdk azure-cli bleachbit bleachbit.install bulk-crap-uninstaller ccleaner charles4 choco-cleaner chocolatey chocolatey-core.extension chocolatey-dotnetfx.extension chocolatey-uninstall.extension chocolatey-visualstudio.extension chocolatey-vscode.extension chocolatey-windowsupdate.extension chocolateygui chromium cmake cmake.install cpu-z cpu-z.install curl Cygwin DotNet3.5 DotNet4.5.2 DotNet4.6.1 dotnet4.6.2 dotnet4.7 dotnet4.7.1 dotnetcore-sdk dotnetfx exiftool fiddler Firefox firefox-dev git git-cola git.install gitextensions gpg4win gradle gramps graphicsmagick hackfont hwinfo hwinfo.install jdk8 jitsi josm jq k6 KB2533623 KB2919355 KB2919442 KB2999226 KB3033929 KB3035131 kotlinc libreoffice-fresh make microsoft-windows-terminal mkcert myfamilytree myfamilytree-languagepack netbeans netfx-4.6.2 nodejs-lts openjdk openssl OpenSSL.Light pgadmin4 php python python3 rai
@dkocich
dkocich / VSCode-extensions.md
Last active September 10, 2020 07:54
backup of VSCode extensions

List all extensions to rows

code --list-extensions | xargs -L 1 echo code --install-extension

Install extensions from a list:

code --install-extension 1tontech.angular-material
code --install-extension 2gua.rainbow-brackets
code --install-extension aaron-bond.better-comments
@dkocich
dkocich / rename_js_files.sh
Created May 12, 2019 19:25 — forked from afternoon/rename_js_files.sh
Rename .js files to .ts
find app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;
@dkocich
dkocich / updateJavaAlternatives.sh
Last active February 4, 2019 19:20
This helps me configure Java ENV on Ubuntu
#!/bin/bash
sudo update-alternatives --config java
@dkocich
dkocich / 2018-01-31-tasking-manager
Created January 31, 2018 09:58
npm install log
C:\git\tasking-manager\client>npm install
npm WARN deprecated ol3-geocoder@2.5.0: WARNING: This project has been renamed to ol-geocoder. Install using ol-geocoder instead.
npm WARN deprecated turf-collect@3.0.12: Turf packages are now namespaced: please use @turf/collect instead
npm WARN deprecated turf-along@3.0.12: Turf packages are now namespaced: please use @turf/along instead
npm WARN deprecated turf-area@3.0.12: Turf packages are now namespaced: please use @turf/area instead
npm WARN deprecated turf-bbox-polygon@3.0.12: Turf packages are now namespaced: please use @turf/bbox-polygon instead
npm WARN deprecated turf-bearing@3.0.12: Turf packages are now namespaced: please use @turf/bearing instead
npm WARN deprecated turf-bezier@3.0.12: Turf packages are now namespaced: please use @turf/bezier instead
npm WARN deprecated turf-buffer@3.0.12: Turf packages are now namespaced: please use @turf/buffer instead
npm WARN deprecated turf-center@3.0.12: Turf packages are now namespaced: please use @turf/center in