-
Updated
Apr 1, 2020 - Rust
Creative Commons License
The Creative Commons licenses are a collection of public copyright licenses released by the non-profit, Creative Commons. There are various types of Creative Commons licenses available with varying requirements among them, namely around attribution, commercial use, and redistributing modifications.
Here are 156 public repositories matching this topic...
-
Updated
Mar 4, 2020
-
Updated
Sep 5, 2020
-
Updated
Mar 28, 2020 - Rust
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Feb 20, 2020
-
Updated
Sep 22, 2020 - HTML
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
May 29, 2020
Problem
Font icons are not great. SVG icons are.
Description
Present situation: Icon packed into a font are not great.
- There are many icons now, all but a couple of which are just subsetted from Font Awesome
- News icons are added all the time and the process is not friendly for contributors
- Since every new icon is a font-rebuild, it takes time and kills the possibility of cach
-
Updated
Sep 4, 2020 - PHP
-
Updated
Aug 3, 2020
-
Updated
Sep 24, 2018 - Jupyter Notebook
-
Updated
May 17, 2020 - Dart
-
Updated
Jun 20, 2020 - HTML
-
Updated
Sep 14, 2020 - CSS
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Jun 16, 2017 - JavaScript
-
Updated
Nov 19, 2019 - CSS
-
Updated
Sep 2, 2019
-
Updated
May 26, 2020
Right now you get things like:
1-SomeLevel.json
10-SomeOtherLevel.json
2-Level2.json
3-Level3.json
...
because the filenames are alphabetically instead of naturally sorted. There is lots of old advice on how to do this floating around using P/Invoke and a Windows XP-era DLL. This is not how we should do it - we need to find a cross-platform and modern solution.
-
Updated
Sep 7, 2017 - Max
-
Updated
Sep 24, 2020 - C
-
Updated
Apr 13, 2018 - Perl
-
Updated
Jun 22, 2020 - CSS
-
Updated
Mar 6, 2020
-
Updated
Jan 4, 2019
Created by Creative Commons
Released December 16, 2002
- Organization
- creativecommons
- Website
- creativecommons.org
- Wikipedia
- Wikipedia


Problem
Images in Wordpress 5.5 will be lazy-loaded by default. Needs the image loaded by this plugin to be lazy-loaded.
Description
Wordpress 5.5 will load images as lazy by default. However, it doesn't cover all images. Only images in posts and some widgets. So this plugin would need to add
loading="lazy"