Skip to content

Commit

Permalink
added audio page
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 25, 2023
1 parent 3dd3ac3 commit 7b27b82
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
url = "/docs/resources/video"
parent = "Resources"

[[main]]
name = "Audio"
weight = 34
identifier = "audio"
url = "/docs/resources/audio"
parent = "Resources"

[[social]]
name = "GitHub"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
Expand Down
33 changes: 33 additions & 0 deletions content/en/docs/resources/audio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title : "Audio"
description: "audio resources"
lead: "audio resources"
date: 2023-12-25
lastmod: 2023-12-25
draft: false
weight: 34
images: []
contributors: ["daslu"]
---

## ClojureStream

[E72 Data Processing with Chris Nuernberger (part 1)](https://podcasts.apple.com/us/podcast/e72-data-processing-with-chris-nuernberger-part-1/id1461500416?i=1000565597470)

[E73 Data Processing with Chris Nuernberger (part 2)](https://podcasts.apple.com/us/podcast/e73-data-processing-with-chris-nuernberger-part-2/id1461500416?i=1000567344804)

[E74 Linear Algebra with David Pham](https://podcasts.apple.com/us/podcast/e74-linear-algebra-with-david-pham/id1461500416?i=1000568981534)

[E78 Data Science with Daniel Slutsky](https://podcasts.apple.com/us/podcast/e78-data-science-with-daniel-slutsky/id1461500416?i=1000577883210)

## Cognicast

[2020-06-30 Episode 154 - Chris Nuernberger](https://podcasts.musixmatch.com/podcast/cognicast-01hbh9k4ngk4gpkjx984td1yzf/episode/chris-nuernberger-cognicast-episode-153-01hbh9k4ngk4gpkjx984td1z03)

## defn

[#86 Kira McLean](https://soundcloud.com/defn-771544745/86-kira-mclean)

## Software Unscripted

[Making JITted Code Faster with Chris Nuernberger](https://pod.link/1602572955/episode/6c84e5d24cd87ec0bcab5df3d3e82522)

0 comments on commit 7b27b82

Please sign in to comment.