Optical Illusions in Matplotlib
A tutorial on creating an animated optical illusion using Python's Matplotlib library, including code and explanations.
A tutorial on creating an animated optical illusion using Python's Matplotlib library, including code and explanations.
A guide to fixing network connectivity issues between Windows 8 and Hyper-V virtual switches for both wired and wireless adapters.
The author announces a major website restructuring, moving daloRADIUS to a static site and migrating blog content to a new Drupal platform.
Argues that Python's dominance in scientific computing will endure due to its massive community on GitHub and the complementary role of languages like Julia.
A screencast and guide introducing the Acme text editor, its minimalist text-based UI, and how programmers can use it.
A developer shares their journey of creating ELang, a simple interpreted programming language from scratch using Java, covering lexing, parsing, and execution.
A guide to creating custom Nagios plugins for advanced monitoring of the OBIEE (Oracle Business Intelligence) technology stack.
Explores dynamic programming in Python through Bayesian Blocks, a method for creating adaptive histograms with optimal bin sizes.
A technical guide for configuring the wicd network manager to connect to the Eduroam Wi-Fi network at Linköping University.
A technical guide on implementing automated monitoring for OBIEE using the Nagios Core open-source systems management tool.
Explores three methods to implement the Decorator Pattern using Unity IoC container, comparing their readability and maintainability.
Overview of automated monitoring strategies for Oracle Business Intelligence Enterprise Edition (OBIEE) in production environments.
A tutorial on simulating and animating quantum mechanics in Python using the Schrodinger equation and the split-step Fourier method.
A developer begins a project to build a warrior robot for competition, focusing on the software aspects of the infrared laser battle system.
Exploring how to use HTML5 localStorage to cache CSS files for improved website performance and faster loading times.
A student shares their experience learning operating systems by adding functionality to the Pintos OS, including implementing system calls.
Explains JavaScript IIFEs (self-invoking functions), their syntax, benefits for avoiding global scope pollution, and use in the module pattern.
Guide to fixing Ubuntu 12.04 issues on Asus N56VZ laptop, covering subwoofer, ethernet, and multimedia buttons.
Explains how to connect to and query TFS Preview (TFSPreview.com) using the TFS Client Object Model and C# code.
Using Heroku Postgres Dataclips to quickly prototype and test API endpoints by exposing SQL query results as JSON, CSV, or XLS.