1 citations · 1 across the 2 of their papers we have counts for
4 papers · 1 filter
Dozer: Migrating Shell Commands to Ansible Modules via Execution Profiling and Synthesis
Eric Horton, Chris Parnin
Software developers frequently use the system shell to perform configuration management tasks. Unfortunately, the shell does not scale well to large systems, and configuration mana…
V2: Fast Detection of Configuration Drift in Python
Eric Horton, Chris Parnin
Code snippets are prevalent, but are hard to reuse because they often lack an accompanying environment configuration. Most are not actively maintained, allowing for drift between t…
DockerizeMe: Automatic Inference of Environment Dependencies for Python Code Snippets
Eric Horton, Chris Parnin
Platforms like Stack Overflow and GitHub's gist system promote the sharing of ideas and programming techniques via the distribution of code snippets designed to illustrate particul…
Gistable: Evaluating the Executability of Python Code Snippets on GitHub
Eric Horton, Chris Parnin
Software developers create and share code online to demonstrate programming language concepts and programming tasks. Code snippets can be a useful way to explain and demonstrate a…