-
-
m25p10-copy.zip
Making a cheap 1M SPI Rom Emulator
8 second to copy from parallel to SPI
re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM
Running on standard 8051 32 I/O, a TTL 7407 as bus switch.
Total programming time is about 8 seconds ...
-
python-stm
...
==========
This is just a simple command-line tool to spit out schedules for a certain
STM stop/route. For example:
$ python stm.py --route 68 --stop 58270 --direction E
4:59
5:29
6:01 6:22 6:43
7:03 7:24 ...
-
stm
... provide php like shared nothing?
- universe of worlds (talking to worlds on other machine?)
- multiworld transactions
- agent world
from stm import world, persistent
class Member(persistent)
def __init__(self, a, b):
self.a, self.b = a, ...
-
dia-uml-stm-generation
Generate state machine code from Dia UML diagrams
dia-uml-stm-generation
======================
These are plugins for [Dia](http://dia-installer.de/)
to generate code from UML state machine diagrams. Currently
'text' and 'c' generation is implemented. ...
-
monad-loops-stm
STM-specific control operators (split out of monad-loops as of version 0.4)
-
-
-
node-stm
... not sell what I don't have."
}
}
```
# Usage
```javascript
// Create a place to share data
data = new STM();
// Update the data
data.update(function(trans) { // The update function gets a transaction
// Add some values to our data
trans.set ...
-
-
stm-www
stm-www
=======
to pad out standard `external.png`:
convert external.png -background transparent -gravity west -extent $(identify -format '%[fx:W+10]x%H' external.png) external.png
-