All Posts
Get the last non-empty cell in a column in Google Sheets
I use the following function DAYS360A2 A35 to calculate the difference between two dates in my column However the column is ever expanding and I currently have
Git on Bitbucket Always asked for password even after uploading my public SSH key
I uploaded my sshidrsapub to Bitbuckets SSH keys as explained but Git still asks me for my password at every operation such as git pull Did I miss something It
git pull or git merge between master and development branches
I have my master branch and a develop branch for working on a few changes I need to merge changes from master into develop but will eventually merge everything
hasnext for Python iterators
Do Python iterators have a hasnext
How can I change a files encoding with vim
Im used to using vim to modify a files line endings file file file ASCII text with CRLF line terminators vim file set ffmac wq file file file ASCII text with
How can I remove all text after a character in bash
How can I remove all text after a character in this case a colon in bash Can I remove the colon too I have no idea how
How can I set up a virtual environment for Python in Visual Studio Code
In my project folder I created a venv folder python m venv venv When I run command select python interpreter in Visual Studio Code my venv folder is not shown
How can I sleep a Dart program
I like to simulate an asynchronous web service call in my Dart application for testing To simulate the randomness of these mock calls responding possibly out
How can I use MS Visual Studio for Android Development
Can you use Visual Studio for Android Development If so how would you set the android SDK instead of NET framework and are there any special settings or