1142 packages
— page 12
ERIS makes content available robustly by enabling replication over many different transport protocols. At its core, ERIS defines an encoding of content into uniformly sized blocks and a short identifier. The blocks can be replicated over various transport protocols. The …
SqueakSource
Provides a (limited number of) eToys tests and additional Morphic-Kernel tests
SqueakSource
squeak
This is a program that tells whether a number is even or odd. I used spec to to make it in pharo 10
GitHub
pharo
MIT
*Requires SendTreeExplorer.* Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it? Had trouble trying to trace it in the debugger because interacting with the UI changes what you're …
SqueakMap
squeak
Enhanced Serial Port Support for os-9 and mac os-x, unix (FreeBSD, linux). Gives the ability to control most aspects of the port plus for rs232c devices the ability to manage the pins. Subclasses the existing SerialPort class but requires a …
SqueakMap
squeak
Extended labels for Roassal
GitHub
MIT
This repository constains dependencies to external projects, like Roassal, PolyMath...
GitHub
MIT
migration of ExteranlBrowser Spec to Spec 2
GitHub
MIT
This framework allows importing and managing any external icon family. Once imported , the icon family is reified into the image, as a subclass of ExternalIconFamily.Subclasses of ExternalIconFamily act as caches for all the forms, that were requested previously.To load …
SqueakSource
pharo
This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.
SqueakMap
squeak
This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.Currently works on:Windows (IE, Firefox)Linux/Unix (Konqueror, Mozilla)Mac (Requires Applescript package on Mac Classic)MembersCreator:Alexander LazarevićAdmin:Alexander LazarevićDeveloper:Torsten Bergmann,Matthew Fulmer,Dominique Dutoit,Norbert HartlRegistrationMCHttpRepositorylocation: …
SqueakSource
squeak
A kind of aspect mechanism in Squeak.
SqueakSource
squeak
This is a first version of an FCGI interface. It is made to cooperate Seaside into lighttpd. Especially using version 1.5.x of lighttpd web server. This removes for any HTTP Server in squeak and most of the socket handling since …
SqueakMap
squeak
This is a first version of an FCGI interface. It is made to cooperate Seaside into lighttpd. Especially using version 1.5.x of lighttpd web server. This removes for any HTTP Server in squeak and most of the socket handling since …
SqueakSource
squeak
FeatureBrowser displays a feature in a Mondrian graph. All message sends belonging to a feature are displayed as node in this graph and one can easily read the source code of a specific method by clicking on a node in …
SqueakSource
Even more smalltalk code, this one does the fibonacci sequence up to a specific number
GitHub
This is the result of merging FileList2 and FileList.Before installing first please remove the Morphic-FileList category.
SqueakSource
squeak
Provides extensions to dialogs available from FileList2. Added newcapabilities via:modalFolderSelectorWithPrompt:morphicViewFolderSelector:morphicViewFolderSelector:promptString:morphicViewFolderSelectorWithPrompt:
SqueakMap
squeak
First example from the Spec 2.0 book
GitHub
A FixedDecimal is similar to a ScaledDecimal, but different in certain select ways. It's primary purpose was to be able to represent precise decimals for such things as representing money - where ScaledDecimals leave something to be desired. For instance, …
SqueakSource
a tool can be registered to appear in a flap Flaps registerQuad: #(FileList2 openMorphicViewInWorld 'Enhanced File List''A nicer File List.')forFlapNamed: 'Tools'.Flaps replaceToolsFlap two lines:Flaps unregisterQuadsWithReceiver: FileList2 fromFlapNamed:'Tools'.Flaps replaceToolsFlap Note: after registering or unregistering, the flap need to bemanually recreated see …
SqueakMap
squeak
Folktale is a useful command shell for headless Swiki user.You can log in squeak image through telnet client at localhost port 4919.Try $ squeak -headless squeak.image Folktale.st & Useful expressions and pseudo variables.Jump result object unless your query has dot(.) …
SqueakMap
squeak
a dead stupid widget to see all the fonts available
SqueakSource
Cream font for Squeak (aka "PaloAlto" font) Nostalgia! Maybe you have dug out the 1981 BYTE special Smalltalk issue, or seen old screenshots of Smalltalk-76 systems. Now you can have the funky font, too. (This was converted from a very …
SqueakMap
squeak
Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way.Read more at:http://renggli.freezope.org/programming/smalltalk/fpm
SqueakSource