diff options
author | FreeArtMan <dos21h@gmail.com> | 2021-08-25 09:32:00 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2021-08-25 09:32:00 +0100 |
commit | 6f60605d73bb79943b940f25c6e60fb30d7c1bb0 (patch) | |
tree | cbe7231d7bb06d40c594569d7f938e2553c8f0f7 /md/writeup | |
parent | 6f5d2facf25fe75396f31b46bbf7e759845bacd2 (diff) | |
download | md-content-6f60605d73bb79943b940f25c6e60fb30d7c1bb0.tar.gz md-content-6f60605d73bb79943b940f25c6e60fb30d7c1bb0.zip |
Updated fft post with browse source link
Diffstat (limited to 'md/writeup')
-rw-r--r-- | md/writeup/naive_fft_implementation_in_c.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/md/writeup/naive_fft_implementation_in_c.md b/md/writeup/naive_fft_implementation_in_c.md index a6ca9dc..6d7293e 100644 --- a/md/writeup/naive_fft_implementation_in_c.md +++ b/md/writeup/naive_fft_implementation_in_c.md @@ -201,6 +201,8 @@ res4 = fft(data4) Source located in main branch of git repo +Browse source http://git.main.lv/cgit.cgi/NaiveFFT.git + ``` git clone http://git.main.lv/cgit.cgi/NaiveFFT.git git checkout main |