learnbyexample
Interests: Regular Expressions, Linux CLI one-liners, Scripting Languages and Vim
- 45 Posts
- 8 Comments
Joined 2 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 LinesEnglish1·1 year 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 ProgrammingEnglish4·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 guideEnglish8·2 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?English3·2 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 OverflowEnglish9·2 years agoI start my search string with
stackoverflow
as a workaround.
Not my site, just sharing a link I saw on HN.