186 packages
— page 6
RBT (Remote Broadcasting Toolkit) is a very simple toolkit for writing UDP applications. RBT is suitable for sending small data (less than 1024 bytes) lightly. Features:- Very small footprint, no prerequisites.- Both peer-sending and broadcasting are supported.
SqueakMap
squeak
RemoteObjects is an objects server for Smalltalk. RemoteObjects is a Smalltalk framework wich allows you to use objects from other Smalltalk images over the network. It has focus in efficiency by reducing overhead as much as possible. Several serializers can …
SqueakSource
Overlay networks.
SqueakSource
This project allows the user to develop robot soccer strategies. Currently it supports virtual robots from the fira simurosot category, real robots made with lego (it needsSqueakNxtloaded) and home-made robots.How to use it (for Simurosot)In order to use it, you …
SqueakSource
squeak
RussianEnvironment and Converters/Intepreteres classes needed for unicode support of Russian language in windows and unixes (CP1251 and KOI8R currently) http://minnow.cc.gatech.edu/squeak/5773 'http://kilana.unibe.ch:8888/RussianSupport/RussianSupport-dao.3.mcz')do: [:pkgUrl | MczInstaller installStream: (HTTPSocket httpGet: pkgUrl)]. "This will ask for font directory - point to location where your …
SqueakMap
squeak
Before installing this package, you must install:- SARInstaller- FlapsRegistry- AppRegistry- Scamper Removal (If you're running Squeak 3.6, you've already got all of those things.) This package installs the Scamper web browser into the image. Right now this package includes the …
SqueakMap
squeak
This project uses sockets directly, instead of HTTPSocket or curl plugin to speak with CouchDB in order to get a maximum performance and be able to read CouchDB content in streaming mode over socket connection, instead of handling it as …
SqueakSource
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
Monticello package from seaside30addons repository
Lukas Renggli Source
pharo
The aim of this project is to make a small, secure Squeak kernel for networked applications. It will use capabilities and allow untrusted foreign code to run.
SqueakSource
squeak
SharedStreams introduces SharedBufferStream and SharedBidirectionalStream. SharedBufferStream is like a SharedQueue (FIFO) but for a stream ofbytes/characters instead of separate objects. It can be used as a "socket"between Squeak processes in order for them to communicate with a streamprotocol. A SharedBidirectionalStream …
SqueakMap
squeak
Nice and simple logging. There are eight messages for logging based on severity. These correspond to the eight levels defined in syslog: 7 - debug (Debug-level messages)6 - info (Informational)5 - notice (Normal but significant Condition)4 - warning (Warning Condition)3 …
SqueakMap
squeak
Example SFTP protocol over SSH2 connection for IBM Visual Age Smalltalk
GitHub