๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Get the last non-empty cell in a column in Google Sheets

๐Ÿ“‚ Categories: Programming

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

Thumbnail for Posts

Git on Bitbucket Always asked for password even after uploading my public SSH key

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Ssh Bitbucket

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

Thumbnail for Posts

git pull or git merge between master and development branches

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Workflow

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

Thumbnail for Posts

hasnext for Python iterators

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Iterator

Do Python iterators have a hasnext

Thumbnail for Posts

How can I change a files encoding with vim

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vim Unicode

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

Thumbnail for Posts

How can I remove all text after a character in bash

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: 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

Thumbnail for Posts

How can I set up a virtual environment for Python in Visual Studio Code

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Visual-Studio-Code Virtualenv

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

Thumbnail for Posts

How can I sleep a Dart program

๐Ÿ“‚ Categories: Dart
๐Ÿท๏ธ Tags: Unit-Testing Mocking

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

Thumbnail for Posts

How can I use MS Visual Studio for Android Development

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Visual-Studio

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