A Tour of Acme
A screencast and guide introducing the Acme text editor, its minimalist text-based UI, and how programmers can use it.
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.
Explains how to configure IIS settings and override parameters in Windows Azure Web Sites to run a PHP WebDAV server.
Tips for preparing and delivering effective conference talks, based on experiences from tech community leaders and speakers.
Explains the lack of touch events in IE9 Mobile for Windows Phone 7 and provides workarounds using mouse events for web developers.
Analysis of the new JavaScript fat arrow function syntax, its features, and potential concerns for developer understanding.