Favorite Repos - bounswe/2021SpringGroup1 GitHub Wiki
These are some of our favorite repositories:
-
- This repository contains a cross-platform e-ink book reader app. It has a modular structure and supports various plugins. The readme wiki pages are very user friendly. The releases are versioned nicely, and there are instructions on how to compile from source code.
-
Bringing Old Photos Back to Life
- As you can guess from the title, this project is for recoloring and enhancing old photos so that they will look like a brand new photos. But this program is not just recoloring but also detect scratches on photos and get rid of them. And one more thing, it recognizes faces and deal with them specially. That is the main reason why i picked project because i think this is super cool. But besides these features, i should mention repository desing. There is no wiki page, everything is on Readme. This might seem bad but actually Readme page is designed quite well. You can learn how to install, how tu use, what features does this program have (supported with images), what needs to be done next. So i think it is a decent Readme file and you can learn everything you want. And they could have added more labels on issues.
-
- This repository contains 2D Fluid Simulation designed for Unity Game Engine based on this article. Computations are based on Navier-Stokes equations for fluid mechanics which are made on a discrete, 2D grid to simulate fluid movements on a buoyant environment. Since it uses custom shader code which enables fast, GPU based computations, it provides a very elegant and efficient fluid simulation.
-
- The library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
-
- Title of the repository is self-explanatory. It provides vast pool of programming knowledge consisting books, interactive learning resources and podcasts in many languages.
-
- This repository is created by a self-taught Web Designer initially as a to-do list for studying Google whiteboard interview questions. It consists of a study plan and study resources for those who wants to become a software engineer and prepare for a technical interview at a software company. While it is relatively designed for beginners, it is also great for anyone who wants to review fundamental computer science concepts.
-
Project Based Learning Tutorials
- This is a repository that contains many projects with different languages and concepts. For each project it contains multiple sources to study and a lot of tutorial pages and videos. It helps engineer to build his project from scratch. It shows each steps clearly for each project. To get used to software development process, one can look at this repository.
-
- This project is actually a tutorial that helps beginners to contribute to open source projects on Github. The readme file explains the process step by step and shows that everyone can make contributions very easily. I think this is a really useful repository, and it helped a lot of people with their first contribution. First Contributions has more than 20,000 commits currently.
-
- A curated list of awesome Python frameworks, libraries, software and resources. This repository is very popular among developers. If we want to be an expert for the language of python, absolutely we should inspect this repository. It will show us the perfect features of python.
-
- This project is a pose estimator where it captures more than one person with a high accuracy. There are a lot of issues in this repository maknig it more dynamic and easy to track. The readme file is perfect. It contains project outputs with various videos and the instructions given to install and run the code is very explanatory. Also there are a lot of tables showing the performance comparison with other similar projects. Lastly the folders and respective files are well-arranged.