Articles about Programming
Programming is a very interesting stuffCreate a Python library
- 14 Jan 2021
- Manuel Capel
- Tags: programming
Creating a Python package isn’t typically something a developer does routinely, so when it happens, you may end up losing time and nerves in small details you forgot. This article will show you how to make your project pip install-able.
continue...Create a Progression Bar in Bash
- 07 Jun 2019
- Manuel Capel
- Tags: programming
We will show here how to create a bash script implementing a progression bar. Imagine you have a script creating automatically a bulk of images, this script takes time and while it is running you would like to know how far it is, how fast, and how long it still needs (easily adaptable for other cases like downloading script etc.). In brief, how to get something like that:
continue...Some Bash Tricks
- 12 Mar 2019
- Manuel Capel
- Tags: programming
To open this blog, a few bash tricks used to manage it, that could be useful by occasion on many other cases. This blog is runned with jekyll, and I created some scripts to create posts, and create/remove categories (tags) associated to posts.
continue...