pandoc -s CS3050SP2024-A2.docx -t markdown -o CS3050a2.md
pandoc -s Draft_method_findings.docx -t latex -o draft.tex
https://gist.github.com/sgoggins/653c59e35f8087680f200527788f3e6a |
pandoc -s CS3050SP2024-A2.docx -t markdown -o CS3050a2.md |
#!/bin/bash | |
find . -name ".DS_Store" -delete | |
## You're welcome | |
## Please tweet #AugurOfChaossRules |
#!/bin/bash | |
cd augur-spos/ | |
source ../virtualenv/augur-spos/bin/activate | |
git stash | |
git pull | |
augur backend stop | |
sleep 10 | |
augur backend kill | |
deactivate |
#!/bin/bash | |
rm -rf virtualenv/augur-spos | |
rm -rf virtualenv/augur-zephyr | |
rm -rf virtualenv/augur-unicef | |
rm -rf virtualenv/augur-census | |
rm -rf virtualenv/augur-indeed | |
rm -rf virtualenv/augur-howison | |
rm -rf virtualenv/augur-jenkins | |
rm -rf virtualenv/augur-osshealth |
export NEO4J_HOME=${NEO4J_HOME-~/Downloads/neo4j-community-3.0.1} | |
if [ ! -f data-csv.zip ]; then | |
curl -OL https://cloudfront-files-1.publicintegrity.org/offshoreleaks/data-csv.zip | |
fi | |
export DATA=${PWD}/import | |
rm -rf $DATA |
export NEO4J_HOME=${NEO4J_HOME-~/Downloads/neo4j-community-3.0.1} | |
if [ ! -f data-csv.zip ]; then | |
curl -OL https://cloudfront-files-1.publicintegrity.org/offshoreleaks/data-csv.zip | |
fi | |
export DATA=${PWD}/import | |
rm -rf $DATA |
Last modified: 2017-11-27
As the mission statement describes, the Linux Foundation Community Health Analytics for Open Source Software (CHAOSS) project aims to "produce integrated, open source software for analyzing software development", and "establish implementation-agnostic metrics for measuring community activity, contributions, and health".
To achieve this goal, our community members are defining which key metrics accurately evaluate the overall health of open-source projects. These metrics will serve as the measurements monitored by the product(s) developed by the CHAOSS community. In addition to this work, the following research provides a comparative analysis of the existing tools and/or production sites that currently provide health-related metrics for open-source projects using dashboard views.