Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Ghent University
- Ghent, Belgium
- Sign in to view email
- www.ugent.be
Popular repositories
-
-
Forked from PyCQA/pylint
A Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells
Python
-
Forked from joergdietrich/daltonize
Simulate and correct images for dichromatic color blindness
Python
-
Forked from LLK/scratch-vm
Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
JavaScript
-
577 contributions in the last year
Contribution activity
October 2019
Created an issue in dodona-edu/dodona that received 3 comments
invert images in dark mode
We may consider inverting images while in dark mode. One option using CSS: img { -webkit-filter: invert(1); filter: invert(1); } Don't know if this…