651 packages
— page 26
Stable Squeak 4.6 repository. If you "load updates" from Squeak 4.6, this is where they are fetched from. Only important fixes will be committed here, ongoing work happens in the "Trunk" repository.
Squeak Trunk
squeak
Maintenance updates for the Squeak 5.1 release
Squeak Trunk
squeak
Maintenance updates for the Squeak 5.2 release.
Squeak Trunk
squeak
Maintenance updates for the Squeak 5.3 release
Squeak Trunk
squeak
Welcome to the Squeak Trunk repository! You might want to read more information aboutSqueak's Community Development Model.When having this repository configured as the "Update URL" in Squeak's preferences, the update loads a series of Monticello configuration maps (short: mcm) named …
Squeak Trunk
squeak
SRP serializes the state of a network of objects into a stream of data. Serialization starts with a root object and traverses all objects referenced directly or indirectly down to a user defined level. As object state is serialized, it …
SqueakMap
squeak
By installing this to SuperSwiki2 client images, the clients will automatically find SuperSwiki2 servers. You do not have to setup anything if SuperSwiki2 server is running on the same network segment.
SqueakMap
squeak
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
SourceForge
A simple web server that uses the Swazoo HTTP classes. RequiresSwazoo-HTTP. This provides the bare minimum Squeak-specific functionality to listen for and process HTTP requests on a Socket. Users should subclass the SwazooListener class and override the #responseForRequest: method. To …
SqueakMap
squeak
Most primitive TCPServer which responsible for managing server socket connection loop
GitHub
pharo
MIT
This package contains various components that facilitate interactive loginto a remote (or the local) machine: * a (glass) TeletypeMorph;* essentially complete emulation of vt52, vt102 and xterm terminals;* a telnet client for connecting to remote machines;* a `pseudo-tty' client for …
SqueakMap
squeak
This is a very simple but automatic image tester. It can be started like:TSImageTester newsqueakMapPackageNames: #('BaseImage Tests').;shouldUpdateFromServer: true;setUpdateServer: 'Squeak Public Updates';smtpServer: 'asterix.unibe.ch';testSender: 'gaelli@iam.unibe.ch';testSubscribers: #('gaelli@emergent.de');runAtttention: Image quits and does not save at the end of the test-run !!!
SqueakMap
squeak
This is an implementation of the Tokyo Tyrant binary socket protocol making it trivial to use Tokyo Tyrant/Cabinet as a database from within Squeak. The Tokyo Tyrant/Cabinet is an extremely fast and scalable new database written by Mikio Hirabayashi at …
SqueakMap
squeak
Basing on the Aardworks-Gossip package, this chat client works on a fully decentralized peer-to-peer network. You make yourself available under your developer initials, and that's it - the network takes care of finding you, routing chats between you and the …
SqueakMap
squeak
TSF-NexIO is a lightweight, robust framework for JSON-RPC 2.0 communication over WebSockets in Pharo Smalltalk. It is designed to enable 'synchronous semantics on asynchronous channels' and enforces a strict separation between transport (Server) and business logic (Delegate). TSF-NexIO supports Batch …
GitHub
pharo
Apache-2.0
The Self-Maintaining Service Node serves as a reference implementation, illustrating how the four specialized TSF components (Logger, Scheduler, FileRotator, NexIO) integrate seamlessly to create a robust, self-maintaining, and remotely controllable server application.
GitHub
pharo
Apache-2.0
UbiquiTalk is an open P2P platform that supports automatic peer discovery without requiring any infrastructure. Hence, UbiquiTalk can be used either within a network infrastructure or an adhoc network (e.g. Wifi).Each UbiquiTalk peer, named "host", can act either as a …
SqueakSource
Unix Domain Sockets for Pharo Smalltalk
GitHub
pharo
MIT
It's not finished, but some basic applications works - xsysinfo, xview, xlogo, xclock, partially xpdf, xterm, gv, xpp.It doesn't work yet in latest Squeak, because of Socket changes. If somebody is interested, feel free to ask any questions about it.
SqueakMap
squeak
An implementation of BLIP, and BLIP over WebSockets for Zinc
GitHub
MIT
Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
SqueakSource