Skip to content

Instantly share code, notes, and snippets.

Mix.install([
{:ortex, "== 0.1.9"},
:req,
{:nx, "== 0.7.0"},
{:membrane_core, "~> 1.0"},
{:membrane_file_plugin, "~> 0.17.0"},
{:membrane_portaudio_plugin, "~> 0.19.2"},
{:membrane_ffmpeg_swresample_plugin, "~> 0.20.2"},
{:membrane_mp3_mad_plugin, "~> 0.18.3"},
{:membrane_mp3_lame_plugin, "~> 0.18.2"}
@alishir
alishir / takeshiba_webmeeting.rst
Created March 29, 2022 04:38 — forked from voluntas/takeshiba_webmeeting.rst
WebRTC SFU Sora の紹介と WebRTC と WebTransport の現状について
@alishir
alishir / .gitignore
Created November 20, 2021 12:50 — forked from smoser/.gitignore
cloud-init ubuntu nocloud example with network config
*.img
*.raw
@alishir
alishir / Subfolder to git repo.md
Last active May 29, 2016 07:24 — forked from korya/Subfolder to git repo.md
Convert subfolder into Git submodule
@alishir
alishir / gist:5566e19c37de7083574f
Last active August 29, 2015 14:27 — forked from danielcompton/gist:9719633
Data Science Learning
- [ ] Math
- [ ] Linear Algebra
- [ ] Lay - Linear Algebra
- [ ] 18.06 Linear Algebra
http://www.scotthyoung.com/blog/mit-challenge/#more-link1806
- [ ] Burke Lecture Notes
http://www.math.washington.edu/~burke/crs/407/lectures/
- [ ] Coding The Matrix
http://www.amazon.com/dp/0615880991/?tag=coursera-course198-20
- [ ] Quantifying Uncertainty
@alishir
alishir / client.js
Last active August 29, 2015 14:07 — forked from tbranyen/client.js
(function(window, document) {
// The end user should be allowed to disable synchronization. This button
// is optional on the page
var syncAllow = true;
var syncButton = document.querySelector('.sync-button');
// If the sync button exists bind a click event and toggle the syncAllow
// boolean. Set the value of the button.
if(syncButton) {