My Experience building DSLR Remotes
I have been a big fan of timelapses for a while. Been making timelapses and i enjoying works of others as well. Timelapse by me The timelapse above, was ...
I have been a big fan of timelapses for a while. Been making timelapses and i enjoying works of others as well. Timelapse by me The timelapse above, was ...
In linux when you open a terminal, youre presented with a terminal. Over here you can only use shell commands, or BASH. The history of shells goes all the wa...
I currently own few linux machines, be it a raspberry pi or a laptop. Id like to know whats the status on those machines at set intervals. Especially the pub...
I have worked with GPS/GSM/4G CANBus Emulators/Simulators. Used python/bash/C/C++ to interface these modules. And everytime they come with drivers. Sometimes...
We all have been in that situation where all you have is a raspberrypi(no wifi), and you got your laptop. But then you dont have an external USB wifi stick. ...
Calling functions written purely with C using python code. Python is one of the best languages to write code if you want to develop something quickly. ...
When dealing with context managers and exceptions, you can handle exceptions from within the context manager class. This will aid for a better control over t...