Hacktoberfest
Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.
Here are 59,984 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Shell
As discussed in #3926, the following files do not have .py extensions because TensorFlow does not yet support the current Python.
- dynamic_programming/k_means_clustering_tensorflow.py_tf
- machine_learning/lstm/lstm_prediction.py_tf
- neural_network/gan.py_tf
- neural_network/input_data.py_tf
TODO: Restore the .py file extensions
Short JavaScript code snippets for all your development needs
-
Updated
Nov 28, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
Right now (at least if you use multiple) Autocomplete/useAutocomplete the value that comes back in onChange is always the raw option data. i.e. If you use options=[{value: 'a', label: 'A'}, {value: 'b', label: 'B'}] and select the
Design patterns implemented in Java
-
Updated
Nov 28, 2020 - Java
A curated list of awesome Go frameworks, libraries and software
-
Updated
Nov 26, 2020 - Go
The Python micro framework for building web applications.
-
Updated
Nov 24, 2020 - Python
Simple HTML5 Charts using the <canvas> tag
-
Updated
Nov 28, 2020 - JavaScript
Proof UPDATE_PROGRAM
Proof read transcribed code of UPDATE_PROGRAM against scans
Lines: 548
Page: 1386—1396 (10)
Reduced quality scans can be found here
The world’s fastest framework for building websites.
-
Updated
Nov 28, 2020 - Go
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.
-
Updated
Nov 28, 2020 - Python
Windows system utilities to maximize productivity
-
Updated
Nov 28, 2020 - C++
Meteor, the JavaScript App Platform
-
Updated
Nov 26, 2020 - JavaScript
It is currently expected that UIs will figure out when to hide msg_history_show messages by themselves.
I think this is bad for two reasons:
- It makes UIs less similar, increasing the number of things to learn when going from one UI to another.
- It makes UIs different from the TUI, which offers a
press ENTERprompt when the time to hidemsg_history_showmessages has come.
After [di
Im using code from Scrapy documentation - https://docs.scrapy.org/en/latest/topics/exporters.html, with "Product" class item created
from scrapy.exporter import XmlItemExporter
class ProductXmlExporter(XmlItemExporter):
def serialize_field(self, field, name, value):
if field == 'price':
return f'$ {str(value)}'
return super(Product, self).serialize_fi
What would you like to be added:
Currently, some headings are also steps in procedures. The format is not consistent. We need the heading format made consistent per the Grafana documentation style guide.
This means both the step number format (Step 1., Step 2.) and that everyt
-
Updated
Nov 28, 2020 - Python
Tesseract Open Source OCR Engine (main repository)
-
Updated
Nov 28, 2020 - C++
An open-source x64/x32 debugger for windows.
-
Updated
Nov 28, 2020 - C++
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.
-
Updated
Nov 26, 2020 - C
Godot Engine – Multi-platform 2D and 3D game engine
-
Updated
Nov 28, 2020 - C++
A Collection of application ideas which can be used to improve your coding skills.
-
Updated
Nov 23, 2020
-
Updated
Nov 26, 2020
The Prometheus monitoring system and time series database.
-
Updated
Nov 28, 2020 - Go
All Algorithms implemented in Java
-
Updated
Nov 28, 2020 - Java
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U
A boilerplate for Node.js web applications
-
Updated
Nov 8, 2020 - JavaScript
The repository for high quality TypeScript type definitions.
-
Updated
Nov 28, 2020 - TypeScript


We've now gotten a fair number of "cheatsheet" entries in the books list. I'd like to propose that we move these to a separate page.
Reasons:
Against: