-
Updated
Oct 9, 2020
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 37,412 public repositories matching this topic...
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Java
-
Updated
Oct 9, 2020 - JavaScript
Proof read transcribed code of POWERED_FLIGHT_SUBROUTINES against scans
Lines: 447
Page: 1259—1267 (8)
Reduced quality scans can be found here
Currently, the user's scroll position is stored within session storage, and this is violating a GDPR compliance check (yes, I know). Is there are way to disable this storage?
-
Updated
Oct 9, 2020 - Go
I have been having conflict issues with incompatible versions of google plugins, and have pulled together as much information as I can find, I have removed the gradle plugin from pre Cordova 9
[email protected] - removed now included in Cordova 9.+
and have added to mobile-config.js
App.setPreference('AndroidXEnabled', 'true', 'android');
App.setPreference('Gra
Actual behaviour
When simply trying to edit some additional files I often type :e *.js or something similar; this almost ALWAYS results in E77: Too many file names.
Expected behaviour
It's pretty clear what the user wants in this situation; they want to open the files as buffers! I'm sure there are legacy reasons for this error, but it's a pretty poor experience these days that
Summary
Usage of HttpCompressionMiddleware needs to be relfected in Scrapy stats.
Motivation
In order to estimate scrapy memory usage efficiency and prevent.. memory leaks like this.
I will need to know:
- number of request/response objects that can be active (can be achieved by using [
trackref](https://docs.scrapy.org/en/latest/topi
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 9, 2020 - C
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 9, 2020 - Go
-
Updated
Oct 9, 2020
-
Updated
Oct 9, 2020 - Java
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Ruby
julia> versioninfo()
Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.5.0)
CPU: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA = /Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia
JULIA_NUM_THREADS = 3
julia> a =
-
Updated
Oct 9, 2020 - Shell
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 9, 2020 - Python
Created by DigitalOcean and GitHub
Released October 2014
- Website
- hacktoberfest.digitalocean.com
Hacktoberfest
Oct 1 - 31, 2020 • Online

Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")