In this post, you'll find out how I was able to debug a Python crash in my Linux environment. (more…)
Read more »
Written by Samantha Usman, who is currently pursuing an MPhil at Cardiff University, UK under the supervision of Prof. Stephen Fairhurst. She graduated in May 2016 with a BS in Mathematics and Phys…
Read more »
Build a car hacking spy device to remotely read and send CAN commands and track GPS location. All based on open source software/hardware. By Marcelo Sacchetin. (more…)
Read more »
Most computer applications can be configured to behave a certain way, be it via command line flags, environment variables, or configuration files. For you... (more…)
Read more »
In this tutorial, we'll learn how to test complex data structures in Python. Examples of such data include images, nested dictionaries, dictionaries of numpy arrays and even file contents. Learning how to test complex data is a very helpful skill, es... (more…)
Read more »