https://gobyexample.com/stateful-goroutines
https://doc.rust-lang.org/rust-by-example/hello/comment.html
https://mobbin.com/glossary
https://www.youtube.com/watch?v=9ElrcTtAxzA
https://www.youtube.com/watch?v=-O1ds-kPUZg
https://www.youtube.com/watch?v=wcZ6jSlZqDc
https://www.youtube.com/watch?v=vvPklRN0Tco
https://www.youtube.com/watch?v=l04dDYW-QaI
https://www.youtube.com/watch?v=41IMbwQR-dc
https://www.youtube.com/watch?v=9-oefwZ6Z74
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.example; | |
| import io.javalin.Javalin; | |
| public class Main { | |
| public static void main(String[] args) { | |
| TodoService service = new TodoService(); | |
| Javalin app = Javalin.create(config -> { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "device_pubkey": "Np2kRKlPjS2H2NybxYvTh2DkoVJm1NaLBKZUB2WY9MU=", | |
| "device_label": "unnamed-device", | |
| "github_user_id": 1567022, | |
| "github_login": "aviynw", | |
| "created_at": 1784836118655, | |
| "signature_by_device": "ZZkQT4Lu913mA/GTrRML0ycQckHM+3YFOhv/yN9jaj9EbhrrEcCF0UMdeYpoUzQk14ta4WAWfs+jMN5YQ2knCA==" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "device_pubkey": "Np2kRKlPjS2H2NybxYvTh2DkoVJm1NaLBKZUB2WY9MU=", | |
| "device_label": "papercusp-aviynw", | |
| "github_user_id": 1567022, | |
| "github_login": "aviynw", | |
| "created_at": 1784836117579, | |
| "signature_by_device": "asX2ubYfqZAqQBqODT5CgBBnjyoX7JiHpgRU/BboqdMRPEbpbxkGTgxtSwiKohswh/D4xx7hhz7G5qBdkrUnAg==" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .PHONY: run test fmt | |
| run: | |
| python main.py | |
| test: | |
| pytest -q | |
| fmt: | |
| black . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias ll='ls -alh' | |
| alias gs='git status' | |
| alias gp='git pull --rebase' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .PHONY: run test fmt | |
| run: | |
| python main.py | |
| test: | |
| pytest -q | |
| fmt: | |
| black . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "device_pubkey": "mt3zircAwSv1NShdQIs72qH8eY7MRGuNK7Rzm8GNlXI=", | |
| "device_label": "papercusp-papercupai", | |
| "github_user_id": 279242982, | |
| "github_login": "papercupai", | |
| "created_at": 1784836053188, | |
| "signature_by_device": "LB4RjxVM8wmlwWclhzjD7eaPcPDsQSG2zouFVWV5mn6XH+ygKhT/FyKEKhGmrhCmzCPPWO7NZ1+nYvj2SWhdBA==" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <files> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\micronaut.nupkg" checksum="9F85A5CE5654BABD61F59D151DA9EC59" /> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\micronaut.nuspec" checksum="A556188B11816FAD6AE1498FB9E5222A" /> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\mn-win-amd64-v5.0.6.zip.txt" checksum="BD185A90BA880D55AA9607D8A9C81994" /> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\tools\chocolateyinstall.ps1" checksum="41C9E7E93716F9F9C5FD38184E33F9D6" /> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\tools\mn-win-amd64-v5.0.6\LICENSE" checksum="D229DA563DA18FE5D58CD95A6467D584" /> | |
| <file path="C:\ProgramData\chocolatey\lib\micronaut\tools\mn-win-amd64-v5.0.6\bin\mn.exe" checksum="A1C862D67B762D7FB83EB2AAAE6A07B1" /> | |
| </files> |
NewerOlder