1142 packages — page 12

ERIS

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

eToysTests

Provides a (limited number of) eToys tests and additional Morphic-Kernel tests
SqueakSource squeak

EvenOdd

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

EventInterceptorMorph

*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

Extended Serial Port

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

ExtendedLabels

Extended labels for Roassal
GitHub MIT

external-dependencies

This repository constains dependencies to external projects, like Roassal, PolyMath...
GitHub MIT

externalBrowser

migration of ExteranlBrowser Spec to Spec 2
GitHub MIT

ExternalIconFamily

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

ExternalWebBrowser

This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.
SqueakMap squeak

ExternalWebBrowser

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

FacetS

A kind of aspect mechanism in Squeak.
SqueakSource squeak

FCGI

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

FCGI

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

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

FibonacciSequence

Even more smalltalk code, this one does the fibonacci sequence up to a specific number
GitHub

FileList

This is the result of merging FileList2 and FileList.Before installing first please remove the Morphic-FileList category.
SqueakSource squeak

FileList2 Dialogs Enhancement for Squeak 3.4

Provides extensions to dialogs available from FileList2. Added newcapabilities via:modalFolderSelectorWithPrompt:morphicViewFolderSelector:morphicViewFolderSelector:promptString:morphicViewFolderSelectorWithPrompt:
SqueakMap squeak

FirstSpecUI

First example from the Spec 2.0 book
GitHub

FixedDecimal

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

FlapsRegistry

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

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

FontDisplayer

a dead stupid widget to see all the fonts available
SqueakSource

FontSetCream

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

fpm

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