| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Folk programs for charles' folk | Charles Chamberlain | 2023-10-16 | 2 | -0/+25 |
| | | |||||
| * | Simplify web-image | Omar Rizwan | 2023-08-15 | 1 | -84/+2 |
| | | |||||
| * | fix laser region camera code | Jacob Haip | 2023-07-07 | 5 | -166/+45 |
| | | | | | this is a nice simplification now that Camera.folk is around | ||||
| * | Introduce fork-zygote process system. | Omar Rizwan | 2023-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Also refactors/separates ::nodename to be ::thisNode (this computer) and ::thisProcess (this OS process). All tests should pass. Zygote-based processes are much faster to start up since they don't need to recompile C code or reload Folk. They still need to connect to Folk via WebSocket for now, and the automatic management we'd want (bidirectional, based on both match lifetime and process lifetime) isn't working yet. Some of the node vs. process distinction in naming still needs to be cleaned up, too, I think. | ||||
| * | Fix web-image.folk | Omar Rizwan | 2023-06-02 | 1 | -2/+2 |
| | | |||||
| * | move laser pi to my user-programs folder | Jacob Haip | 2023-05-07 | 1 | -0/+161 |
| | | |||||
| * | copy spotify to haippi7 and add playing spotify from region demo | Jacob Haip | 2023-04-28 | 3 | -0/+296 |
| | | |||||
| * | save laser-region-manager.folk and highlight-laser-region.folk | Jacob Haip | 2023-04-27 | 2 | -0/+180 |
| | | |||||
| * | remove comments | Jacob Haip | 2023-04-24 | 1 | -2/+0 |
| | | |||||
| * | move laser folk programs to lamp's folder | Jacob Haip | 2023-04-24 | 3 | -1/+7 |
| | | |||||
| * | add program to see threshold laser image and visualize detected blobs | Jacob Haip | 2023-04-23 | 1 | -0/+77 |
| | | |||||
| * | add web endpoint that serves frame as jpeg image | Jacob Haip | 2023-04-22 | 1 | -0/+96 |
| | | |||||
| * | save @cwervo 's web cursor demo to my archive | Jacob Haip | 2023-03-24 | 1 | -0/+48 |
| | | |||||
| * | Some cleanup of unneeded returns/variable use in web | Omar Rizwan | 2023-03-24 | 1 | -5/+5 |
| | | |||||
| * | rework web wish to be return-value-oriented | Jacob Haip | 2023-03-24 | 1 | -14/+15 |
| | | |||||
| * | move new-program-web-editor to virtual-programs | Jacob Haip | 2023-03-23 | 1 | -177/+0 |
| | | |||||
| * | move web editors to their own programs | Jacob Haip | 2023-03-23 | 1 | -0/+177 |
| | | |||||
| * | support raw HTTP responses | Jacob Haip | 2023-03-23 | 1 | -0/+4 |
| | | | | | for example, to support redirects | ||||
| * | update example serializing environment into web response | Jacob Haip | 2023-03-22 | 1 | -5/+8 |
| | | |||||
| * | initial tests of wishes to create web endpoints | Jacob Haip | 2023-03-22 | 1 | -0/+20 |
| | | |||||
| * | move spotify to folk-haip folder | Jacob Haip | 2023-02-25 | 1 | -0/+281 |
