diff options
author | FreeArtMan <dos21h@gmail.com> | 2021-08-27 23:18:09 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2021-08-27 23:18:09 +0100 |
commit | 38e44c441087c2818bdb58a2f5a15952c70bda26 (patch) | |
tree | d05fe060df73b208bf8a6b3d8b57b80f29f7bc44 | |
parent | b8b4533adf84e3771c4041a3121364b956ec694f (diff) | |
download | md-content-38e44c441087c2818bdb58a2f5a15952c70bda26.tar.gz md-content-38e44c441087c2818bdb58a2f5a15952c70bda26.zip |
Added thx section
-rw-r--r-- | md/writeup/naive_fft_implementation_in_c.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/md/writeup/naive_fft_implementation_in_c.md b/md/writeup/naive_fft_implementation_in_c.md index d82cc57..50c390e 100644 --- a/md/writeup/naive_fft_implementation_in_c.md +++ b/md/writeup/naive_fft_implementation_in_c.md @@ -359,6 +359,11 @@ make Open with Xcode and build +## Thx + +[Aleksejs](https://github.com/ivanovsaleksejs) - gave tips about js +[Džuris]() - freedback on code +[#developers.lv](https://developers.lv) - having patiens for listening to js nonsence from js-newbie ## Links |