learnbyexample
Interests: Regular Expressions, Linux CLI one-liners, Scripting Languages and Vim
- 48 Posts
- 8 Comments
Joined 3 years ago
Cake day: June 20th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
learnbyexample@programming.devOPto
Programming@programming.dev•A Logical Way to Split Long LinesEnglish
1·2 years agoNot my blog, just sharing it here.
That said, I don’t see that broken rectangle on Chromium.
learnbyexample@programming.devto
Programming@programming.dev•Algorithms for Competitive ProgrammingEnglish
4·2 years agoSee also: https://github.com/pllk/cphb (Competitive Programmer’s Handbook)
learnbyexample@programming.devto
Programming@programming.dev•Best place to write and host a programming guideEnglish
8·3 years agoI use GitHub pages and mdbook (https://github.com/rust-lang/mdBook)
learnbyexample@programming.devto
Programming@programming.dev•What helps people get comfortable on the command line?English
3·3 years agoYou can do it in Bash as well. Put this in
.inputrc:"\e[A":history-substring-search-backward "\e[B":history-substring-search-forward # or, if you want to search only from the start of the command "\e[A": history-search-backward "\e[B": history-search-forward
learnbyexample@programming.devto
Programming@programming.dev•The Fall of Stack OverflowEnglish
9·3 years agoI start my search string with
stackoverflowas a workaround.





Not my site, just sharing a link I saw on HN.