techienotes's profile picture. Tweets geeky stuff 👩‍💻♥️
mostly about programming 📚📟💻

techienotes

@techienotes

Tweets geeky stuff 👩‍💻♥️ mostly about programming 📚📟💻

techienotes reposted

Moving efficiently in the CLI clementc.github.io/blog/2018/01/2…

UnixToolTip's tweet image. Moving efficiently in the CLI
clementc.github.io/blog/2018/01/2…

techienotes reposted

'The enjoyment of one's tools is an essential ingredient of successful work.' -- Donald E. Knuth


ls * list all directories upto 1 level down #linux #shell #shelltips #commandline #cli


%d deletes all the lines in command mode of vi. #Vim #vimtip #techienotes


Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law. #quoteoftheday


To put current timestamp in vi, use :r !date in command mode which basically is 'date' utility executed inside vim. #Vim #vimtip #techienotes


techienotes reposted

Wow, my favorite internal Google tool is now public! colab.research.google.com (think iPython + Google Drive) So much of my life is in colab.


"The purpose of computation is insight, not numbers." -Richard Hamming #quote #techienotes


“Creating Your First Machine Learning Classifier with Sklearn” by @kasperfredn medium.com/towards-data-s… #MachineLearning #techienotes


Model ensembling is a very powerful technique to increase accuracy. Read at mlwave.com/kaggle-ensembl… #kaggle #MachineLearning #techienotes


'git shortlog' summarizes git log output. Each commit will be grouped by author and title. E.g. git shortlog -sn #git #tips #techienotes


To change the crontab editor you can use 'select-editor' #Linux #shell #techienotes


Vim Tip • V~ switches case of character of the current cursor line. #Vim #vimtip #techienotes


To quit Vim, saving my edits I prefer "ZZ" over ":wq" Easy to type, I guess. #techienotes #Vim #vimtip


Vim Tip: c0 deletes from cursor to the start of line while c$ deletes to the end. d0 and d$ will keep you in command mode for same action.


Try using ls -lth in shell -h for file sizes in human readable format -t for descending order of time they were changed in that directory.


Loading...

Something went wrong.


Something went wrong.