Share Run external scripts inside Odoo’s environment Odoo Development Programming Python You may run into a situation where you want to script actions in Odoo but do...Read More Oct 18 1,646 1 by Ted Salmon
Share Ubuntu – Installing Doxygen Linux Programming Installing Doxygen ∞ This article will walk you through the process of installing Doxygen on Ubuntu;...Read More Jan 16 1,417 0 by Dave Lasley
Share Dynamic DNS With CloudFlare – Ubiquiti EdgeRouter EdgeRouter Linux Python Web This tutorial will walk you through the process of setting up Dynamic DNS with CloudFlare on...Read More May 18 2,227 0 by Dave Lasley
Share Node MakeMKV v0.1.0-beta CoffeeScript Node.js Video Manipulation I have just released the first beta of Node-MakeMKV. This project wraps makemkvcon to create a...Read More May 15 247 0 by Dave Lasley
Share Benchmarking Go, Node, Python & PyPy Go Node.js Python I was just recently introduced to Go, and it seems to offer some great features. I...Read More May 8 2,692 0 by Dave Lasley
Share Node-MakeMKV v0.0.1-alpha CoffeeScript Node.js Video Manipulation I have just finished and released the Alpha version of Node-MakeMKV. It is defintely rough around...Read More Apr 23 137 0 by Dave Lasley
Share Python CloudFlare API Library Python Web I have just recently started experimenting with CloudFlare’s services & API. In order to migrate my...Read More Dec 13 426 0 by Dave Lasley
Share Creating A Python Plugin Framework With Metaclasses Python This tutorial will walk you through creating a generic plugin framework in Python using metaclassing. This...Read More Dec 5 2,664 4 by Dave Lasley
Share Convert SVN to Mercurial (Script) Notes-To-Self Python Below is a simple Python script that will traverse your online SVN repo and run the...Read More Dec 4 354 0 by Dave Lasley
Share Determine Which Modules Are In A Package – Python Notes-To-Self Python Below is a method to enumerate Python modules located in a directory: import pkgutil def get_pkg_modules(pkg_path,...Read More Oct 10 207 0 by Dave Lasley