GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#other #algorithms #c #cpp #cs_books #database #interview #java #javascript #linux #os #pdf #python #redis #sql

## Computer Book Resource Collection

This is a rich collection of computer book resources, including over 1000 classic books. It covers many areas:

- Programming languages
- Data structures
- Algorithms
- Operating systems
- Networks
- Databases
- Machine learning
- Deep learning

### Overview of Resources

- Multiple languages: Tutorials and manuals from beginner to advanced levels.
- Special topics: Books on Spark, Hadoop, Kafka, TensorFlow, and more.
- For all levels: Suitable for beginners and experienced developers.
- Easy access: The collection is regularly updated with new books.
- Interview prep: Lots of interview questions and notes to help you prepare.

This collection is very comprehensive. It can help different types of learners. It's great for improving programming skills and preparing for technical interviews.

https://github.com/forthespada/CS-Books
#shell #container #docker #docker_osx #kvm #macos #os #osx #osx_kvm #x #x11

You can run Mac OS X in a Docker container with near-native performance using Docker-OSX. Here are the key benefits and how to get started Run Mac OS X with performance close to native hardware.
- **X11 Forwarding** Enable iMessage and iCloud for security research by generating unique serial numbers.
- **iPhone USB Passthrough** Supports various macOS versions including Catalina, Big Sur, Monterey, Ventura, and more.
- **SSH and VNC Access** Share folders between the host and the container.

To get started, ensure your system supports hardware virtualization, install QEMU and Docker, and then run the Docker container using commands like10022 \
-v /tmp/.X11-unix-latest
```

You can also join the Discord server for support and more detailed instructions. This setup allows you to run macOS in a container, which is useful for development, security research, and other purposes.

https://github.com/sickcodes/Docker-OSX
👍2