1844 packages
— page 15
Shift/reset implement what are known as static partial continuations. A partial continuation is a chunk of a call stack cut off from the call stack and treated as a function. This permits something much like a Process, but one that …
SqueakMap
squeak
A simple Etoys interface with the Lego Dacta Control Lab.It requires the Physical Etoys package as well as the fix for named serial ports.
SqueakSource
squeak
New context-menu option in ParagraphEditor to copy the html version of the enclosed Text
SqueakMap
squeak
We are planning to create a framework for Squeak to specify class/object relations & constraints in a logical manner. This framework can then be used to check/enforce these relations & constraints in the runtime objects and classes. Also, one can …
SqueakSource
squeak
Core War game implemented in Squeak Smalltalk (imported from squeaksource.com)
GitHub
squeak
This project/tool is also known as "Christo".Based on the prototype developed in "SimpleCoverage". This implementation is flexible/extendible and is compatible with most wrapper/simulation approaches. It allows to transparantly wrap any Squeak "element" (methods, classes, packages, mc-class-extensions, ...). It is still …
SqueakSource
squeak
A client for https://disease.sh/v3/covid-19/.It uses PlotMorph to show information about each country.Covid19Morph new openInHand and select a country from list.
SqueakMap
squeak
Assignment 6 using Squeak
GitHub
squeak
Provides a menu option to allow a crop operation on an existing SketchMorph. Very handy for modifying a SketchMorph on your desktop. Also provides basic change to how a rectangle is grabbed from the screen. A new crop/grab UI design …
SqueakMap
squeak
Provides a menu option to allow a crop operation on an existing SketchMorph. Very handy for modifying a SketchMorph on your desktop. Also provides basic change to how a rectangle is grabbed from the screen. A new crop/grab UI design …
SqueakMap
squeak
Provides a menu option to allow a crop operation on an existing SketchMorph. Very handy for modifying a SketchMorph on your desktop. Also provides basic change to how a rectangle is grabbed from the screen. A new crop/grab UI design …
SqueakSource
squeak
Some parts and pieces to allow the game of Croquet to be played in the Croquet environment. Strictly for croutons. Or is it croquettes? Requires the ODE-Croquet sar file referenced below to be loaded first. Then you have to instantiate …
SqueakMap
squeak
Simple artificial life simulation for Croquet Jasmine,heavily based on the bons-alife package by Ken Boucher from SqueakMap.
SqueakMap
squeak
Croquet for Squeak 4.x.
SqueakMap
squeak
The OpenGL interface from Croquet for consumption in other contexts. Supports OpenGL 1.4 plus extensions.To install, first load the FFI via:(Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'; install: 'FFI-Tests'.then load CroquetGL:(Installer repository: 'http://www.squeaksource.com/CroquetGL') install: '3DTransform'; install: 'OpenGL-Pools'; install: 'OpenGL-Core'.When everything …
SqueakSource
squeak
Meta package based on packages from http://www.squeaksource.com/Cryptography
SqueakMap
squeak
GemStone port of the SqueakSource Cryptography project
GitHub
squeak
MIT
The cryptography package provides some basic cryptographic algorithms andprotocols. This change set integrates algorithms implemented by several membersof the Squeak community, including Leandro Caniglia, John Maloney,Duane Maxwell, Luciano Notarfrancesco and Carlos Sarraute. There isn't muchdocumentation, but browsing the tests (CryptoTest) …
SqueakMap
squeak
Download the latest Squeak. Run the following script to load latest Cryptography code: [Installer ss project: 'Cryptography'; install: 'ProCrypto-1-1-1'.] and run the tests. Then, build your own protocol. This repository is used for the Cryptography Team development. For information see …
SqueakSource
squeak
This release is the result of hard work of the Cryptography Team. The latest team was formed in 2005. This release comes on 4/23/2007. Please see the squeak source repository for more cryptography including SSL and SMime. http://www.squeaksource.com/Cryptography.html. If you …
SqueakMap
squeak
A Squeak implementation of the game Asteroids. Created for CS598rej, summer 2010.
SqueakSource
squeak
This project intends to be a simple Smalltalk-to-C translator. However, it is done as the base for the SqueakNxt and Arduino compilers, which use a limited version of C. So don't expect to be able to compile a VM with …
SqueakSource
squeak
A re-imagined port of Squeak Actors to Cuis-Smalltalk
GitHub
squeak
MIT
Curl Plugin provides an interface to the libcurl (http://curl.haxx.se/) - C-library which excels in downloading/uploading http/ftp/etc. http://wiki.squeak.org/squeak/5865
SqueakSource
squeak
Like Curve morphs only better looking.You can make ovals and other neat shapes with polygons. This package is a simple PlayWithMe project for evaluation. Project contains the changeset.Hopeing harvesters will include this in 3.9 image.
SqueakMap
squeak