EbookFoundation/free-programming-books List of Free Learning Resources In Many Languages
Search the list at https://ebookfoundation.github.io/free-programming-books-search/ .
This page is available as an easy-to-read website. Access it by clicking on .
Intro This list was originally a clone of StackOverflow - List of Freely Available Programming Books with contributions from Karan Bhangui and George Stocker.
The list was moved to GitHub by Victor Felder for collaborative updating and maintenance. It has grown to become one of GitHub’s most popular repositories, with 271,000+ stars, about 9,700 watchers, more than 8,300 commits, 2,400+ contributors, and 54,000+ forks.
svc-develop-team/so-vits-svc SoftVC VITS Singing Voice Conversion In the field of Singing Voice Conversion, there is not only one project, SoVitsSvc, but also many other projects, which will not be listed here. The project was officially discontinued for maintenance and Archived. However, there are still other enthusiasts who have created their own branches and continue to maintain the SoVitsSvc project (still unrelated to SvcDevelopTeam and the repository maintainers) and have made some big changes to it for you to find out for yourself.
iv-org/documentation The Invidious documentation Running the documentation locally for development purposes Run those commands in the repository’s folder.
Local mkdocs-material installation # You might want to create a virtualenv first pip install mkdocs-material mkdocs-material serve With docker docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:latest
knadh/listmonk
listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.
Visit listmonk.app for more info. Check out the live demo.
Installation Docker The latest image is available on DockerHub at listmonk/listmonk:latest. Use the sample docker-compose.yml to run manually or use the helper script.
Demo mkdir listmonk-demo && cd listmonk-demo sh -c "$(curl -fsSL https://raw.
PaperMC/Paper Paper High-performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
Support and Project Discussion:
Our forums, Discord, or IRC How To (Server Admins) Paperclip is a jar file that you can download and run just like a normal jar file.
Download Paper from our downloads page.
Run the Paperclip jar directly from your server. Just like old times
Documentation on using Paper: docs.
adrianhajdin/project_next13_car_showcase Build and Deploy a Modern Next.js 13 Application | React, Next JS 13, TypeScript, Tailwind CSS Introduction The demand for Next.js 13 applications peaked! Now is the perfect time to build a state-of-the-art modern application that leverages all of the latest and greatest of what Next 13 has to offer, leveraging features such as server-side rendering and the app router.
Alongside building this application, you’ll also learn how to:
LemmyNet/lemmy-ui lemmy-ui The official web app for Lemmy, written in inferno.
Based off of MrFoxPro’s inferno-isomorphic-template.
Configuration The following environment variables can be used to configure lemmy-ui:
ENV_VAR type default description LEMMY_UI_HOST string 0.0.0.0:1234 The IP / port that the lemmy-ui isomorphic node server is hosted at. LEMMY_UI_LEMMY_INTERNAL_HOST string 0.0.0.0:8536 The internal IP / port that lemmy is hosted at. Often lemmy:8536 if using docker.
MCRcortex/nekodetector Neko Detector A tool to help detect if you are infected by the fractureiser malware.
The fractureiser malware once you run it, infects any jar it is able to find. This tool will help you detect if you are infected by the malware by scanning every jar file in your computer and checking if it shows sign of infection. For more information about the malware, please refer to the information document.
yangshun/tech-interview-handbook What is this? Not everyone has the time to do a few hundred LeetCode questions. Here are free and curated technical interview preparation materials for busy engineers, brought to you by me, the author of Blind 75. Over 500,000 people have benefitted from this handbook!
Besides the usual algorithm questions, other awesome stuff includes:
Best practice questions for coding interviews Grind 75 - the next evolution of Blind 75, bigger and better How to prepare for coding interviews Coding interview best practices - Straight-to-the-point Do’s and Don’ts Algorithm cheatsheets and tips categorized by topic Step-by-step Software Engineer resume guide to prepare a FAANG-ready resume Behavioral questions asked by the top tech companies Front end interview preparation Help from you in contributing content would be very much appreciated!