One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| ### Flatpak Repos | |
| List packages on a repo : | |
| flatpak remote-ls repon-name --user | |
| flatpak remote-ls | |
| Install packages : | |
| flatpak --user install repo-name package-name io.liri.Platform | |
| Flathub: |
| @echo off | |
| FOR /f "tokens=*" %%i IN ('docker ps -aq') DO docker rm %%i | |
| FOR /f "tokens=*" %%i IN ('docker images --format "{{.ID}}"') DO docker rmi %%i |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| { | |
| "emojis": [ | |
| {"emoji": "๐ฉโ๐ฉโ๐งโ๐ง", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""}, | |
| {"emoji": "๐ฉโ๐ฉโ๐งโ๐ฆ", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""}, | |
| {"emoji": "๐ฉโ๐ฉโ๐ฆโ๐ฆ", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""}, | |
| {"emoji": "๐จโ๐ฉโ๐งโ๐ง", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""}, | |
| {"emoji": "๐จโ๐ฉโ๐งโ๐ฆ", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""}, | |
| {"emoji": "๐จโ๐ฉโ๐ฆโ๐ฆ", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw |