Tag: til
- Extract file id from drive shareable link (09 Sep 2020)
Get file id from files stored on Google Drive - Monitor network (data) usage in linux (09 Aug 2020)
Learn how to find network usage statistics of your linux machine by writing a shell script . - Print lines between 2 words using sed & awk (24 Jul 2020)
print lines of a file between two matching patterns using sed and awk. - Get complete system info using Shell Commands (19 Jul 2020)
Learn how to get system info like CPU temperature, memory intensive processes etc on your linux or ubuntu machine - Shell script to open a url through terminal (08 Jul 2020)
Shell script to open a url through terminal - Line Discipline in Unix/Linux Machines (06 Jul 2020)
Must know keyboard shortcuts for your shell - Where are my build files when I use go run (09 Jun 2020)
Where are my build files when I use go run - Reading & Setting environment variables in Go (09 Jun 2020)
Reading and Setting Environment variables in Go - Clearing terminal screen in Go (05 Jun 2020)
Two ways you can clear terminal screen in Go - Creating Python's next() alternative using Go Closures (04 Jun 2020)
Using go closures for a replacement of next() in python - Measure execution time in Go (02 Jun 2020)
How to measure execution time of go code - Convert string to int & vice-versa in Go (31 May 2020)
Learn how to convert string to integer in Go - Splitting strings in Go (31 May 2020)
Learn how to split strings in Go - Publishing a Python package on PyPI (31 Oct 2019)
Write functional code in python - Functional Programming in Python 🐍 (03 Jul 2019)
Write functional code in python - Fastest Python First, Tips and Tricks 🏃 (27 Jun 2019)
Tips and tricks to write faster python code - PEP8 - the fashion 💃 police of Python (22 Jun 2019)
Learn how to use PEP8 in your python applications