45115 packages
— page 568
MandelMorph2 draws a Mandelbrot set . The drawing code was originally from FracApp a MacApp program that implemented the Mariani/Silver algorithm. To run, from the World menu choose new morph.../Demo/MandelMorph2. When you create a MandelMorph2, you are given a choice …
SqueakMap
squeak
This is a simple package allowing you to send already composed MailMessagesthrough your registered default email client on Windows (such as Outlook orEudora). To invoke it, merely ask it to MAPIClient sendMailMessage: aMailMessage. and it will take you from there. …
SqueakMap
squeak
10 posts published by Stéphane Ducasse during March 2024
Web Discovered
pharo
Repository where I will put my stuff related to my PhD
SqueakSource
This is the Mars repository. Information about this project can be found at: http://smallworks.com.ar/productos/Mars
SqueakSource
Marvin is a new prototype-based programming language which combines characteristics of Self and Smalltalk-80. It is compiled directly to the native bytecodes of Squeak. Marvin requires special virtual mechine version enhanced with support of delegation and prototypes.
SqueakMap
squeak
MaSarPackage is a tool for creating SAR files. SAR files are a good way to publish code and objects to SqueakMap.
SqueakMap
squeak
a mastodon to twitter cross-post application
GitHub
pharo
MIT
The Morphic Wrappers Revival is project setup to collect MathMorphs and related projects, convert them, if possible, to Monticello format, and make them run on 3.9. Hopefully having those projects in Monticello format will facilitate community changes. MathMorphs and related …
SqueakMap
squeak
Project Goal:The MathMorphsRevival is project setup to collect MathMorphs and related projects, convert them, if possible, to Monticello format, and make them run on 3.9. Hopefully having those projects in Monticello format will facilitate community changes.Project History:MathMorphs and related projects …
SqueakSource
squeak
Provides a method like Apple Expose or Skippy to switch between system windows. Just a little project to have practice with smalltalk and squeak for me, but feel free to use it. Load the code and do MatleyExpose showExpose. It …
SqueakSource
squeak
as Test for working with a versioning repository
SqueakSource
Naked objects framework. Build UI's straight from your domain objects. See the home page for more info.
SqueakMap
squeak
7 posts published by Stéphane Ducasse during May 2024
Web Discovered
pharo
A couple of methods for building simple mazes. One is the builder and one is a morph that calls the builder and displays the result. Try "MazeMorph test1".
SqueakMap
squeak
You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk
squeak
This repository is a collection of all contributions to monticello from all sources. It is open for public contributions.Installation Instructions
SqueakSource
Provides file list and SM registrations for the .mcz file type, allowing easy installation of Monticello packages.
SqueakMap
squeak
Efficiently find the median of a collection of numbers by using the "median of medians" algorithm. Also find the nth highest or smallest element in that collection.
SqueakSource