Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Mar 5, 2020
Scala
small typo
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.
-
Updated
Mar 5, 2020 - C
What does “confirmed” mean? Recently there were discussions on defining confirmed as “tested positive/exhibit symptoms” as opposed to “tested positive/asymptomatic”. Are we looking at daily or cumulative readings? The latter maybe obvious but it would be nice to add a full data description to the repo.
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.
-
Updated
Mar 5, 2020 - Python
-
Updated
Mar 5, 2020
-
Updated
Mar 5, 2020 - CSS
Describe the bug
When hitting f for links, some imagemap links are not labeled.
To Reproduce
Go to http://fjdk.com
Hit f
Notice that none of the links on the right side of the imagemap are labeled. This has worked for years with Vimium. The site hasn't changed in a couple of years, either.
Vimium version 1.65.2
Version 79.0.3945.130 (Official Build) (64-bit)

Provide a mini GitHub repository which can reproduce the issue.
Useyarn create umithen upload to your GitHub
[https://github.com/zhanghouji/umi-plugin-auto-externals-issues](h
From https://github.com/kennethreitz/autoenv :
Note: you should probably use direnv instead. Simply put, it is higher quality software. But, autoenv is still great, too. Maybe try both? :)
-
Updated
Mar 5, 2020
HTTP/2 makes it clear that headers should be lower-case (https://http2.github.io/http2-spec/#rfc.section.8.1.2):
Just as in HTTP/1.x, header field names are strings of ASCII characters that are compared
in a case-insensitive fashion. However, header field names MUST be converted to lowercase
prior to their encoding in HTTP/2. A request or response containing uppercase header field
n
Greenkeeper
Greenkeeper brings you safety & consistency with real-time monitoring for your npm dependencies. Let a bot send you informative and actionable issues so you can easily keep your software up to date and in working condition.
Join over 10000 projects on GitHub that trust Greenkeeper to warn them before dependency updates break their builds.
Important: Greenkeeper requires a working CI setup.
When I run "ch01_Introduction.ipynb", get the error:
cannot import name 'logsumexp' from 'scipy.misc' (/opt/anaconda/lib/python3.7/site-packages/scipy/misc/init.py) .
So, I replace "from scipy.misc import logsumexp" with "from scipy.special import logsumexp" in this three files:
prml/nn/loss/softmax_cross_entropy.py
prml/rv/bernoulli_mixture.py
prml/rv/variational_gaussian_mixture.py