30224 packages
— page 297
development branch of Iliad
SqueakSource
A simple PayPal integration for Iliad using the NVP API. It only supports ExpressCheckouts for now (however adding other transactions should be fairly easy) This is a port of the GNU Smalltalk project: http://github.com/NicolasPetton/PayPal.
SqueakSource
gnu_smalltalk
Ilias Card Game for Interactive Drama Course
SqueakSource
Example montocelli project
SqueakSource
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
A set of script to make it easier starting pharo images
GitHub
pharo
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
This allows you to create and edit NCSA image maps by drawing regions on an image.
SqueakSource
An ImageSnapshot is a snapshot copy of the state of the running object memory and its interpreter state. It is equivalent to the data that is written to an image file when the image is saved, except that it is …
SqueakSource
Allows retrieval of messages from IMAP servers. You can read messages with: imap := (IMAPAccount server: 'imap.server.com' emailAddr: 'me@myemail.address.com' username: 'me' password: (Passwords for: 'me@myemail.address.com')). "the next statement logs in and selects the Inbox" imap login. "remembers the latest message …
SqueakSource
A port of http://smalltalkhub.com/TorontoSmalltalk/Immutable/index.html for Pharo Smalltalk.
GitHub
pharo
MIT