Materials for MIT 6.S083 / 18.S190: Computational thinking with Julia + application to the COVID-19 pandemic - mitmath/6S083... (more…)
Read more »
These days, I find myself evangelizing for Julia quite a bit. It’s a good language, especially for scientific computing, but I believe its focus on performance also makes it a good general language as well. At some level, programmers who know multiple lan... (more…)
Read more »
A Julia package for high-throughput manipulation of structured signal data across arbitrary domain-specific encodings, file formats and storage layers - GitHub - beacon-biosignals/Onda.jl: A Julia ... (more…)
Read more »
In open source development, as developers are creating parallel branches of their own work and only merging them when they are complete, the code on an unmerged copied branch will differ more and… (more…)
Read more »
Cross-correlation is a useful method that can determine the offset between 2 similar signals. We show an intuitive explanation and a Julia language implemenatation that finds the offset of 2 different recordings of the same song. (more…)
Read more »