Updated: Thursday, September 28,2023-09-28 13:26:18
parent
f089d6c5db
commit
ec5f9a27b9
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Progressive Web Apps",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md"
|
||||
},
|
||||
{
|
||||
"basename": "Please",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Please.md"
|
||||
},
|
||||
{
|
||||
"basename": "GPU",
|
||||
"path": "GPU.md"
|
||||
|
@ -156,10 +164,6 @@
|
|||
"basename": "Alt. Obsidian",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Alt. Obsidian.md"
|
||||
},
|
||||
{
|
||||
"basename": "Please",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Please.md"
|
||||
},
|
||||
{
|
||||
"basename": "Extensions",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Extensions.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Docker Compose",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Servers/Virtual Machines/Docker/Docker Compose.md"
|
||||
},
|
||||
{
|
||||
"basename": "Shwetha Jayaraj Notes",
|
||||
"path": "Coding Tips (Classical)/Project Vault/Current Occupations/Shwetha Jayaraj Notes.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "GPU.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -146,7 +146,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "GPU.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -179,7 +179,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "GPU.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -189,7 +189,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "GPU.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Progressive Web Apps.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -223,8 +223,9 @@
|
|||
},
|
||||
"active": "bebd77e23237a556",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Fortran.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Please.md",
|
||||
"GPU.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Fortran.md",
|
||||
"fzf.md",
|
||||
"Machine Tips (Quantum)/Math/Algorithms/Encryption/Password Managers.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Python/tools/About Tool.md",
|
||||
|
@ -248,7 +249,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/Computers/Apple Macbook/Package Managers/MacPorts.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/m-cli.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/VHS.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/Obsidian Guides/Tips on Obsidian itself.md",
|
||||
"Machine Tips (Quantum)/QIS",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Virtual Machines/VirtualBox",
|
||||
"Coding Tips (Classical)/Terminal Tips/Servers/Virtual Machines/Quay",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
Please promises to deliver high-performance cross-language build support as a program. They have a helpful code lab and does a great job at walking through what an ideal code development environment working with Please would look like. Here is the full [github](https://github.com/thought-machine/please/tree/master).
|
||||
|
||||
To learn about please head [here](https://go.dev/doc/install#install). You can go through build code labs for Go, Python, and more.
|
||||
To learn about please head [here](https://go.dev/doc/install#install). You can go through build code labs for Go, Python, and more.
|
||||
|
||||
The Please servers are located [here](https://github.com/thought-machine/please-servers).
|
|
@ -1,7 +1,10 @@
|
|||
|
||||
Progressie Webs Apps are a trendy way to say that you can run previously downloadable applications straight within your browser now with no need for cloud storage and accessible offline as well. The best example of this is [SSoftwareSuitee](https://www.ssuiteoffice.com/categories/webapps.htm).
|
||||
Progressive Webs Apps (PWAs) are a trendy way to say that you can run previously downloadable applications straight within your browser now with no need for cloud storage and accessible offline as well. The best example of this is [SSoftwareSuitee](https://www.ssuiteoffice.com/categories/webapps.htm).
|
||||
![[Pasted image 20230818000111.png]]
|
||||
But I'm sure there is more to come.
|
||||
|
||||
- thelounge (IRC client) PWA
|
||||
- miniflux (RSS reader) PWA
|
||||
- miniflux (RSS reader) PWA
|
||||
|
||||
|
||||
Another fantastic PWA collection suite is PortableApps.com. It has been around since 2004 and the website certainly looks like it. Seems like it took a while for
|
Loading…
Reference in New Issue