-
## Post to add
**The `apply()` function family**
Geek meeting of the Tuesday 2024/11/19
**Tags:** `r`, `apply`, `tapply`, `lapply`, `sapply`, `vapply`
-
WLAN UPGRADE KIT RASPBERRY PI / ESP8266 5DBI 5,00 €
https://geeks-r-us.de/produkt/wlan-upgrade-kit-raspberry-pi-esp8266/
-
@geeks-r-us Volumio 2.527 is now using MPD 0.20.18 which fixes under-run issues, and should improve CD playback with many players.
Any plan to continue development?
-
Build a Valheim server.
Could use community container.
https://hub.docker.com/r/lloesche/valheim-server
server address should be `valheim.geek.zone`
must be configured to allow more than …
-
# NOTICIAS | R.E.L. GAMES
Site geek para você se divertir com notícias desse mundo NÃO cringe!
[http://127.0.0.1:5500/news.html](http://127.0.0.1:5500/news.html)
-
https://yzhang1270.github.io/2018/04/16/%E5%9F%BA%E4%BA%8ER%E7%9A%84%E4%BF%A1%E7%94%A8%E8%AF%84%E7%BA%A7-%E8%AF%84%E5%88%86%E5%8D%A1%E6%A8%A1%E5%9E%8B%E5%88%B6%E4%BD%9C%E6%95%99%E7%A8%8B/
-
If you're interested in collaborating, drop a comment here and say hello, with perhaps a little bit of your background and interests.
For example:
I'm Dave! I'm a 2013 @CodeForAmerica fellow, analyt…
-
```
import matplotlib.pyplot as plt
import matplotlib.patches as patches
from PIL import Image
import numpy as np
x = np.array(Image.open('geek.png'), dtype=np.uint8)
plt.imshow(x)
# Create…
-
## Description 📜
Basic information about interfaces in Golang, also needs to create some examples.
As the `Interface` is a huge topic, as well as complex to pick up.
**References:**
- [Gee…
-
## Description 📜
**Channels**
Basic-Intermediate-Advanced information about `Channels` in Golang, also needs to create some examples.
This must be inside `Concurrency` folder.
**References…