1844 packages — page 15

Control

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

ControlLab

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

Copy as HTML

New context-menu option in ParagraphEditor to copy the html version of the enclosed Text
SqueakMap squeak

CORC

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

corewar-stimport

Core War game implemented in Squeak Smalltalk (imported from squeaksource.com)
GitHub squeak

Coverage

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

Covid-19 Tracker

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

CPE430_A6

Assignment 6 using Squeak
GitHub squeak

Crop Morphs

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

Crop SketchMorphs and Grab Screen Rect to JPG for Squeak 3.4

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

CropSketchMorphs

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

Croquet Croquet for Croutons

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

Croquet-alife

Simple artificial life simulation for Croquet Jasmine,heavily based on the bons-alife package by Ken Boucher from SqueakMap.
SqueakMap squeak

CroquetGL

Croquet for Squeak 4.x.
SqueakMap squeak

CroquetGL

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

crypto

Meta package based on packages from http://www.squeaksource.com/Cryptography
SqueakMap squeak

Cryptography

GemStone port of the SqueakSource Cryptography project
GitHub squeak MIT

Cryptography

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

Cryptography

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

Cryptography Team Package

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

CS598Asteroids

A Squeak implementation of the game Asteroids. Created for CS598rej, summer 2010.
SqueakSource squeak

CTranslator

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

Cuis-Smalltalk-Actors

A re-imagined port of Squeak Actors to Cuis-Smalltalk
GitHub squeak MIT

CurlPlugin

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

CurvierCurves-wiz

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