Estimated read time: 11 minutes
If remembering dozens of keyboard shortcuts isn’t your forte, let dmenu come to the rescue! With this awesome tool, you will be able to create menus from plain text files swiftly and effortlessly (almost).
Index ¦ Archives ¦ Tags ¦ Learning Progress ¦ RSS > Tag: script
Estimated read time: 11 minutes
If remembering dozens of keyboard shortcuts isn’t your forte, let dmenu come to the rescue! With this awesome tool, you will be able to create menus from plain text files swiftly and effortlessly (almost).
Estimated read time: 3 minutes
While playing around in the Python interpreter to validate answers to mathematical questions, I quickly found out that very large exponents are dealt with very inefficiently by default as they are simply evaluated as is. That’s where Python came to its own rescue.
Estimated read time: 4 minutes
Has your password been leaked in a major breach? You can find out thanks to Have I Been Pwned?… Or you can use their API and stop worrying about your password being sent through your Web browser!
Estimated read time: 5 minutes
Finding one’s way in life is not easy because there are so many paths we can take at any moment. Here is a way to look at it mathematically!
Estimated read time: 2 minutes
Even for simple tasks, it is often worth basing one’s work on existing solutions when it is an appropriate option… And such can be the case when writing Python scripts!