Top 23 HacktoberFest Open-Source Projects
-
free-programming-books
:books: Freely available programming books
Latest mention: Thread Diario de Dudas, Consultas y Mitaps - 25/01 | reddit.com/r/argentina | 2021-01-25Aca hay una libreria con un monton de libros y que te muestra los nombres de los lenguajes https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books.md#javascripthttps://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books.md#javascript
-
ohmyzsh
🙃 A delightful community-driven (with 1700+ contributors) framework for managing your zsh configuration. Includes nearly 300 optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
For a good default config of zsh I highly recommend oh-my-zsh[0]. I've been using it for years and it's amazing.
-
TheAlgorithms
All Algorithms implemented in Python
Latest mention: Looking for Data Structure and Algorithm resources in Python. | reddit.com/r/computerscience | 2021-01-02If you in case find a psuedo code of things you want to learn, you can find how things are done in Python here This has all languages implementation.
-
30-seconds-of-code
Short JavaScript code snippets for all your development needs
Hi there! Today I've opened for myself 30-seconds-of-code repository that contains very much useful JS snippet. Today I've learned some shorter way to do things in JS. And I never cease to be amazed at how universal JS is!
-
material-ui
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
I think that in the context of this question, https://github.com/mui-org/material-ui is a more relevant answer :)
-
Design Patterns
Design patterns implemented in Java
iluwatar / java-design-patterns
-
go-formatter
A curated list of awesome Go frameworks, libraries and software
Latest mention: A curated list of awesome Go frameworks, libraries and software | reddit.com/r/golang | 2021-01-27Nice list, but honestly you should have put the link for the original repo https://github.com/avelino/awesome-go instead of a forked and outdated repo.
-
Flask
The Python micro framework for building web applications.
Latest mention: Project Directory - Is there a reason not to use Blueprints? | reddit.com/r/flask | 2021-01-24You should take a look at Flaskr, it's the official tutorial of Flask, and it uses some blueprints.
-
Chart.js
Simple HTML5 Charts using the <canvas> tag
-
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Latest mention: You can send something to the Moon, for free! I'm creating a Lunar time capsule via Reddit - Sending up to 10mb of data to the Moon for up to 100,000 people! | reddit.com/r/space | 2021-01-25Please add this for me. It's part of the source code for Apollo 11's launch sequence, aptly named "BURN_BABY_BURN--MASTER_IGNITION_ROUTINE.agc"
-
hugo
The world’s fastest framework for building websites.
No
-
PowerToys
Windows system utilities to maximize productivity
Latest mention: Windows 10 tunnel vision is ruining my life. (and unrelated; white balance adjustment -is it possible) | reddit.com/r/Windows10 | 2021-01-27 -
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
Interestingly enough Ansible doesn't use json when parsing the output of lscpu: https://github.com/ansible/ansible/blob/13d08d232c8b692ec79dba81c9eb83887ee554a2/lib/ansible/module_utils/facts/virtual/linux.py#L266
-
meteor
Meteor, the JavaScript App Platform
Meteor 2.0 is in works and after the winter breaks we can expect the work to pick back up, though there is still a few major things to be resolved before the final release. Also its release will most likely coincide with the release of Meteor Cloud. Most notably we this release will include tree shaking, hot module reload and upgrade to Node v14. Other things like updated logging packages MongoDB bulk insert and other smaller things are also being worked on.
-
neovim
Vim-fork focused on extensibility and usability
Latest mention: Is it just me or some options don't work in Lua yet? | reddit.com/r/neovim | 2021-01-27Every option in (neo)vim has a scope, either global, window-local, or buffer-local. vim.o only sets options in global scope, not window-local vim.wo or buffer-local vim.bo. There is a PR to add a higher level vim.opt that transparently setting the appropriate scopes: https://github.com/neovim/neovim/pull/13479
-
Scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Latest mention: Does anyone know good resources to build a web crawler? | reddit.com/r/computerscience | 2021-01-26I'd strongly recommend Scrapy over Selenium if OP cares about performance. It uses built-in concurrency and async operations while Selenium basically runs entire Chrome instances in the background (or FF, IIRC).
-
Home Assistant
:house_with_garden: Open source home automation that puts local control and privacy first
Here. https://github.com/home-assistant/core/issues/45144
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
I think you can just put your own grafana.ini file in there for grafana to pick up when you start the container. Here is a sample confit file.
-
tesseract-ocr
Tesseract Open Source OCR Engine (main repository)
Latest mention: How do i use matlab ocr to recognize math equations? | reddit.com/r/matlab | 2021-01-16The code looks fine, I think for whatever reason the 'MathEquations' network just does a poor job of recognizing the equations. The support package that includes the language is based on this open-source tessaract repo which seems to struggle with math equation recognition (at least based on this issue).
-
app-ideas
A Collection of application ideas which can be used to improve your coding skills.
Om du vill fortsätta på app/frontend spåret och lärt dig Flutter och dart är inte steget långt till att göra en liten app. Publicera den och ha med den på cv't. En simpel app från https://github.com/florinpop17/app-ideas kan göra stor skillnad då det visar på att du har driv och vet hur man "gör klart" ett projekt.
-
Git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
prometheus
The Prometheus monitoring system and time series database.
It worked! Stopping Prometheus broke the active connection that Prometheus previously had with NewRelic. I wasn't aware that remote_write keeps an active connection; I was sure it just sends the data and closes the connection. Apparently, it is documented in the official changelog of Prometheus - 1.8.0 / 2017-10-06 - "..Remote storage connections use HTTP keep-alive..
-
Nuxt.js
The Intuitive Vue Framework
Index
What are some of the best open-source HacktoberFest projects? This list will help you:
Project | Stars | |
---|---|---|
1 | free-programming-books | 172,103 |
2 | ohmyzsh | 122,782 |
3 | TheAlgorithms | 97,739 |
4 | 30-seconds-of-code | 67,681 |
5 | material-ui | 64,624 |
6 | Design Patterns | 63,307 |
7 | go-formatter | 61,085 |
8 | Flask | 53,637 |
9 | Chart.js | 51,843 |
10 | Apollo-11 | 49,879 |
11 | hugo | 49,630 |
12 | PowerToys | 48,902 |
13 | Ansible | 46,663 |
14 | meteor | 42,243 |
15 | neovim | 41,095 |
16 | Scrapy | 39,563 |
17 | Home Assistant | 39,452 |
18 | Grafana | 39,404 |
19 | tesseract-ocr | 38,447 |
20 | app-ideas | 36,092 |
21 | Git | 35,735 |
22 | prometheus | 34,970 |
23 | Nuxt.js | 33,467 |