VirtualTam's bookmarks
274 bookmarks found
-
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352
-
-
Apache Ivy ™
2018-03-05 -
-
Pair programming
2018-02-23 Guides:
- https://tuple.app/pair-programming-guide/
- https://www.codefellows.org/blog/peer-programming-5-reasons-learning-in-a-group-beats-studying-on-your-own/
- https://dzone.com/articles/what-is-pair-programming-advantages-challenges-tut
- https://blog.jayway.com/2017/02/10/efficiency-of-pair-programming/
- https://www.cs.utexas.edu/users/mckinley/305j/pair-hcs-2006.pdf
- http://www.jucs.org/jucs_15_16/understanding_tools_and_practices/jucs_15_16_3101_3125_schuemmer.pdf
- https://www.slideshare.net/uhpnou/pair-programming-a-pratical-guide
- https://www.slideshare.net/istepaniuk/effective-pair-programming/9-Strengthening_the_case_forPair_ProgrammingL
- http://kata-log.rocks/pair-programming
Approaches:
- http://blog.xebia.com/practical-styles-of-pair-programming/
- https://www.quora.com/What-is-your-review-of-Pair-Programming
- https://www.quora.com/Is-there-a-good-development-environment-for-remote-pair-programming
- https://www.quora.com/Why-do-programmers-use-paired-programming-What-do-remote-teams-use-for-paired-programming
- https://www.quora.com/What-are-some-techniques-for-effective-pair-programming
- https://www.quora.com/When-pair-programming-what-makes-it-a-bad-experience-and-what-makes-it-a-good-experience
Tools:
-
Observer pattern - Wikipedia
2018-02-19 -
Kotlin and Android | Android Developers
2018-02-14 - https://kotlinlang.org/docs/tutorials/kotlin-android.html
- https://android.github.io/kotlin-guides/style.html
- https://proandroiddev.com/android-ndk-interaction-of-kotlin-and-c-c-5e19e35bac74
- https://medium.com/yalantis-android/android-ndk-calling-kotlin-from-native-code-40a1cb0f6164
- https://stackoverflow.com/questions/36932662/android-how-to-call-ndk-function-from-kotlin
- https://android-developers.googleblog.com/2017/05/android-announces-support-for-kotlin.html
- https://www.youtube.com/watch?v=c6mhYGCKeaI
-
Vim and Django
2018-02-10 - https://code.djangoproject.com/wiki/UsingVimWithDjango
- http://www.vim.org/scripts/script.php?script_id=1487
- https://github.com/jmcomets/vim-pony/
- https://github.com/vim-scripts/django.vim
- https://github.com/tweekmonster/django-plus.vim
- https://stackoverflow.com/questions/4027961/describe-your-customized-vim-editor-for-python-django-development
- https://www.reddit.com/r/vim/comments/2zkxip/some_good_vimrcs_blog_posts_about_using_vim_with/
-
-
Jenkins & .Net
2018-02-06 - https://plugins.jenkins.io/msbuild
- https://jenkinsheaven.blogspot.fr/
- https://blog.alexellis.io/continuous-integration-docker-windows-containers/
- https://asmagin.com/2017/05/02/jenkins-on-docker-for-net-projects/
- https://developers.redhat.com/blog/2016/09/05/how-to-install-and-configure-jenkins-to-build-net-apps-on-red-hat-enterprise-linux/
- https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites
- https://www.pgs-soft.com/cross-platform-application-using-net-core-jenkins-docker/
- https://stackoverflow.com/questions/27725236/jenkins-net-build-server
- https://blog.couchbase.com/continuous-deployment-with-jenkins-and-net/
-
Sphinx, apidoc and Django
2018-01-28 - https://stackoverflow.com/questions/34461088/sphinx-apidoc-on-django-build-html-failure-on-django-core-exceptions-appregistr
- https://stackoverflow.com/questions/19037649/using-sphinxs-sphinx-apidoc-utility-to-autogenerate-documentation-from-python-c
- https://stackoverflow.com/questions/46375983/sphinx-apidoc-strange-output-for-django-app-models-py
- http://www.sphinx-doc.org/en/stable/man/sphinx-apidoc.html
- https://github.com/sphinx-doc/sphinx/issues/2095
- https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/
- http://www.sphinx-doc.org/en/stable/ext/napoleon.html
-