Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentinbourcier/pharoclock
For experimental purposes, we need recordings of coding sessions with the current time visible.
https://github.com/valentinbourcier/pharoclock
pharo widget
Last synced: 7 days ago
JSON representation
For experimental purposes, we need recordings of coding sessions with the current time visible.
- Host: GitHub
- URL: https://github.com/valentinbourcier/pharoclock
- Owner: ValentinBourcier
- Created: 2023-11-24T09:02:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T14:32:39.000Z (about 1 year ago)
- Last Synced: 2024-12-18T20:14:51.607Z (7 days ago)
- Topics: pharo, widget
- Language: Smalltalk
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PharoClock
For experimental purposes, we need recordings of coding sessions with the current time visible.
```st
Metacello new
githubUser: 'ValentinBourcier' project: 'PharoClock' commitish: 'main' path: 'src';
baseline: 'Clock';
load
```