- Gaming Chair - Secretlab TITAN Evo: https://bit.ly/3lCU00U
- Gaming Desk - Ultradesk LEVEL (electric height adjustment): https://bit.ly/3xWtLaH
- elgato Facecam: https://bit.ly/3Gj5aQk
- elgato ring light: https://bit.ly/3ophcS3
- elgato thunderbolt 3 pro dock: https://bit.ly/3GhdboL
- autonomous Monitor Arm (Single): https://bit.ly/3rMyPNw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
[ | |
"@babel/preset-env", | |
{ | |
"modules": false | |
} | |
] | |
], | |
"plugins": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"presets": [ | |
[ | |
"@babel/preset-env", | |
{ | |
"modules": false | |
} | |
] | |
], | |
"plugins": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- displayLimit:number - how much element pro chunk should be show --> | |
<!-- displayMoreItems() - will be triggered if user scrollet until end of last chunk element--> | |
<ul infinite-scroll="$ctrl.displayMoreItems()"> | |
<li data-ng-repeat="item in $ctrl.filteredItems | limitTo: $ctrl.displayLimit track by $index"> | |
... | |
</li> | |
</ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code --install-extension Angular.ng-template | |
code --install-extension Compulim.vscode-express | |
code --install-extension EditorConfig.EditorConfig | |
code --install-extension SimonTest.simontest | |
code --install-extension Zignd.html-css-class-completion | |
code --install-extension alefragnani.project-manager | |
code --install-extension andys8.jest-snippets | |
code --install-extension burkeholland.simple-react-snippets | |
code --install-extension capaj.vscode-exports-autocomplete | |
code --install-extension ChakrounAnas.turbo-console-log |
-
open https://ngrx.io/docs
-
install packages
npm install @ngrx/store --save
npm install @ngrx/store-devtools --save
npm install @ngrx/effects --save
npm install @ngrx/entity --save
npm install @ngrx/schematics --save-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"com.noshufou.android.su", | |
"com.noshufou.android.su.elite", | |
"eu.chainfire.supersu", | |
"com.koushikdutta.superuser", | |
"com.thirdparty.superuser", | |
"com.yellowes.su", | |
"com.topjohnwu.magisk", | |
"com.kingroot.kinguser", | |
"com.kingo.root", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
'use strict'; | |
// ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- | |
// Script to create android signing keys | |
// ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- | |
// Dependencies: | |
// - pwgen (PWGen is a professional password generator capable of creating large amounts of cryptographically-secure passwords) | |
// - keytool (The keytool command stores the keys and certificates in a keystore) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------- | |
# Alias "coupplat" = cordova upgrade platfrom | |
# ----------------------------------------- | |
# Usage: coupplat <platform_name> <version> | |
# $ coupplat android 8.1.1 | |
# $ coupplat ios 4.0.0 | |
# | |
# Todo's: | |
# - add check if this is cordova project/folder | |
alias coupplat='function _cordovaUpgradePlatform(){ echo "Platform: $1"; echo "Version: $2"; pwd; cordova platform rm "cordova-$1" --save; cordova platform add "cordova-$1@$2" --save;};_cordovaUpgradePlatform' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* TODO: | |
* 1) remove all ".idea" folders! | |
* 2) remove all "coverage" folders! | |
* 3) remove all empty folders! | |
* 4) remove all "examples" folders! | |
* 5) remove all "example" folders! | |
* 6) remove all "test" folders! | |
* 7) remove all "tests" folders! | |
* 8) remove all "*.md" files extly with names! |
NewerOlder