Scratch Blocks is a library for building creative computing interfaces.
Make pictures of Scratch blocks from text.
Make pictures of Scratch blocks from text.
extends for scratch-blocks
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Scratch blocks utilities: open and query Scratch blocks formats
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Modified Scratch Blocks for Team Monolith. It is based on 0.2.0-prerelease.20231013132110 version.
Scratch Blocks is a library for building creative computing interfaces.
[](https://travis-ci.org/LLK/scratch-blocks) [](https://david-dm.org/LLK/scratch-blocks) [![devDependency Status
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
Make pictures of Scratch blocks from text.
Scratch Blocks is a library for building scratch computing interfaces with Luxrobo MODI.
Scratch Blocks is a library for building creative computing interfaces.
Make pictures of Scratch blocks from text.
Scratch Blocks is a library for building creative computing interfaces.
Scratch Blocks is a library for building creative computing interfaces.
The smalruby-editor is a visual programming editor that can create aRuby script by combining individual blocks similar to Scratch. It can also enter the program as better than Scratch.
SimpleFileCache writes a ruby object to a binary file so that it can be retrieved later from the disk rather than recomputed from scratch. It defines a single method #load_or_recompute that receives a file path and a block. If the file exists and is recent (last changed today), it returns the file contents read with Marshal#load. Otherwise, it executesthe block, saves its return value with Marshal#dump and returns the new data.