Share Finding The Geometric Mean In Python Python Geometric means are a quick and easy way to benchmark system/interpreter performance. The below function is...Read More Aug 23 2,058 0 by Dave Lasley
Share Compiling PyPy From Source Python PyPy is significantly faster when compared against the default CPython interpreter. For the most part, this...Read More Aug 22 1,074 0 by Dave Lasley
Share OpenVPN Server Configuration Script – Ubiquiti EdgeRouter Lite EdgeRouter Python The lazy way to configure OpenVPN Server on a Ubiquiti EdgeRouter Lite ∞ I have a...Read More Aug 21 13,458 0 by Dave Lasley
Share Dynamic DNS Using LibCloud – EdgeRouter EdgeRouter Linux Python Web This tutorial is aimed for users with a dynamic IP, and a DNS host that does...Read More Aug 21 1,815 0 by Dave Lasley
Share Install scipy for python 2.7 in Ubuntu Linux Python Surprisingly the scipy package was not as straightforward of an installation as most Python modules; this...Read More May 22 201 0 by Dave Lasley
Share Setup & Use Pymongo Mongodb Python Install mongodb Red Hat Enterprise, CentOS, or Fedora Linux Ubuntu Debian Generic Linux OS X Windows...Read More Apr 12 188 0 by Dave Lasley
Share Unix Epoch Programming Reference PHP Python Below is a table indicating how to obtain a Unix Epoch Timestamp from various programming languages:...Read More Mar 19 176 1 by Dave Lasley
Share Convert Time String (HH:MM:SS) To Seconds PHP Python Sometimes it is necessary to find the amount of seconds in a time string for use...Read More Feb 21 1,243 0 by Dave Lasley
Share super() Raises `TypeError: must be type, not classobj` Python If you try to use Python’s super method, and receive TypeError: must be type, not classobj,...Read More Feb 6 6,705 9 by Dave Lasley
Share Enumerate Processes Programmatically In Linux Linux PHP Python Using ps is not necessarily the best way to enumerate running applications programmatically. This is because...Read More Feb 5 507 0 by Dave Lasley