1844 packages
— page 25
Learning squeak.
SqueakSource
squeak
Allows fileout of text marked up with Alt-6 to be filed out as a small Smalltalk (.st) file. When loaded into an image by filein the text appears in its own window with markup intact.
SqueakMap
squeak
This is simply a filein (.st) which loads a text window. The window holds a tutorial on Alt-6 hypertext markup, including live examples. No code in the image is changed.
SqueakMap
squeak
Working repository for updates to projects by Ian Piumarta. Original code harvested from change sets in the squeakvm.org SVN repository and from the goodies page originally hosted at http://www-sor.inria.fr/~piumarta/squeak/goodies.html and retrieved via wayback machine at https://web.archive.org/web/20070703200933/http://www-sor.inria.fr/%7Epiumarta/squeak/goodies.html. Original code by Ian …
SqueakSource
squeak
Mirror of http://squeaksource.com/ical
GitHub
squeak
MIT
This is a partial port of BouncingAtomsMorph to Tweak.Infection history part not implemented.To experiment with basic atom collision support look AtomPlayer's onCollision event comment.
SqueakMap
squeak
Intelligent Games Lecture (UniBe 2006). This package contains the algorithm to evaluate a formal description of a finite, neutral combinatorical game, means calculate followers and grundy values of a game (see Game Theory).Besides, some supportive code to (polymorphically) calculate mex-values, …
SqueakSource
squeak
Select an image file in the FileList and choose 'browse squeak image'.Typical usage is to add classes from the class pane menu, then choose 'remove unmodified categories' to delete the identical methods with in the image.
SqueakMap
squeak
This project helps building Squeak images for developers. It installs usefull packages by default (completion, syntax highlighting...). Then, it provides a way to install more packages easily.Images generated by this package can be found at:http://damien.cassou.free.fr/squeak-dev.htmlThe process to generate this images …
SqueakSource
squeak
ImageFormat represents the requirements of the image in terms of capabilities that must be supported by the virtual machine. The image format version is saved as an integer value in the header of an image file. When an image is …
SqueakMap
squeak
Squeak by example, Chapter 2, Quitno game
SqueakSource
squeak
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
SourceForge
squeak
This is a causal set exploration package. It currently supports 2 dimensional information spaces, and is designed to eventually support 3 dimensional information space. A common causal set is John Conway's Game of Life. This is implemented in this package, …
SqueakMap
squeak
A simple parser for Windows .INI files.
SqueakMap
squeak
Adds #inspectorClass protocol that #inspect calls to find the appropriate inspector for the receiver. #basicInspect uses a new generic inspector called BasicInspector. CompiledMethods use a new inspector class call CompiledMethodInspector, which display mnemonic bytecode instructions and literals. An inspector will …
SqueakMap
squeak
Domain Specific Language for creating installers for squeakmap and monticello packages.
SqueakSource
squeak
Installer provides readable scripting for automating installation of monticello and squeakmap packages.Installer scripts can be run in a workspace for easy customisation and debugging.Can auto-answer for packages that have interactive questions.Usage: http://smallwiki.unibe.ch/smallwiki/pier/installer/Example: http://smallwiki.unibe.ch/smallwiki/pier/installationofseasidemagmaandpier/Example:http://smallwiki.unibe.ch/smallwiki/pier/installer/
SqueakMap
squeak
The goal is to get a quick overview of an already existing system, with instances alive and running. Currently it attempts a basic automatic layout and then it leaves the final arrangement to the user.
SqueakMap
squeak
Helpers to encode and decode files or instances of any object that can be streamed (via ReferenceStream) to methods (either class or instance side). For example, did you ever want to store a graphic as a class side method so …
SqueakMap
squeak
The project provides tools for integration and testing.This project is covered by the MIT License:Copyright (c) 2008 The Squeak CommunityPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the …
SqueakSource
squeak
A file format that embeds a binary heiarchial serializer within a normal change set. Initially built to support DeltaStreams, but should be generic enough for any code storage format that desires maximal backward-compatability with older squeak versions. It has three …
SqueakSource
squeak
This is an addOn to InternalThreadNavigationMorph Some of this code is a reuse of Ned Konz work.
SqueakMap
squeak
Sometimes, when working in a room with low ambient light, Squeaks desktop and windows feel too bright. By installing "Look Enhancements" 6-31 (it may work with other versions) and then installing inverteBright, a preference is added under "windows" category which …
SqueakMap
squeak
IOHandle adds classes which represent input/output on external channels such as files or sockets. The FileStream and Socket hierarchies are modified to use IOHandle rather than to directly invoke primitives. Instances of FileStream or Socket collaborate with instances of IOHandle …
SqueakMap
squeak
Take a closer look at the project named Reserve.http://squeaksource.com/REServe.htmlIt does most of what IOSPersistence does but is a cleaner design and supports PostgreSQL.IOSPersistence is a library for Squeak that automatically maps object to a database so they can be stored. …
SqueakSource
squeak