Rock, paper, scissors, Wilcoxon test
Explores non-transitivity in games like rock-paper-scissors, its history, and connections to statistics, evolution, and voting systems.
Explores non-transitivity in games like rock-paper-scissors, its history, and connections to statistics, evolution, and voting systems.
Useful Linux system administration tips and scripts for managing and troubleshooting OBIEE (Oracle Business Intelligence) environments.
A guide to lazy prefetching of AngularJS partials to improve performance in Single-Page Applications (SPAs).
A technical tutorial on creating a settings page for a Drupal 8 module, focusing on configuration forms and the Global Redirect module.
Explains how to use Drupal's Change Records to find API changes and updates when developing for Drupal 8.
A beginner's guide to WordPress covering five essential tasks: installing themes, customizing site identity, uploading media, creating content, and setting up navigation.
A list of 10 Python project ideas to inspire developers, including libraries and tools for imaging, web, and automation.
A list of 10 recommended Python blogs for programmers, including Planet Python, effbot, and Mouse Vs Python.
Matplotlib 1.3 introduces a built-in plt.xkcd() function to easily create plots in the style of the popular XKCD webcomic.
A guide to free trials, APIs, and SDKs for learning cloud development on major platforms like AWS, Azure, and Google Cloud.
Author previews the Mobilism 2013 conference in Amsterdam, highlighting its mobile web focus, innovative Twitter Q&A format, and related events.
Troubleshooting an 'Unexpected System Error' in IBM DataStage sequence jobs when a Fact job aborts, with a fix by rearranging job order.
Guide to upgrading SharePoint 2010 Visual Studio projects and solutions to SharePoint 2013, including tools and steps.
Fixing 'Duplicate field name' error when upgrading SharePoint 2010 solutions to SharePoint 2013 by avoiding reserved field names.
A developer's workaround for a random NuGet package restore error (exit code -1073741819) by modifying the MSBuild target to retry failed attempts.
A guide to optimizing PostgreSQL queries using pg_stat_statements, focusing on analyzing query performance and improving indexes.
Explains how to implement incremental refresh for Exalytics aggregates in TimesTen to drastically reduce refresh times.
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.
A developer shares his career journey from RealDolmen to a new role as a Technical Evangelist at JetBrains.
A technical guide on maintaining state between form submissions and node hooks in Drupal 6 using the node object as temporary storage.