186 packages
— page 7
This is an embedable SMTP server that allows your Squeak application to receive mails.The goal behind this is to give Seaside applications the possibility to accept emails as input. It only works in delivery mode, no relaying, no gatewaying whatsoever. …
SqueakSource
squeak
Some example of the use of sockets as server and as client
SqueakSource
Check out http://socket.io/ and https://github.com/learnboost/socket.io/wiki/ for more information.
SqueakSource
Adapted from the server code of "Deep into Pharo", Chapter 4: Sockets.
GitHub
pharo
MIT
Smalltalk portability library from Bruce Badger, consisting basic portable classes for Times, Files and Sockets
SqueakSource
NOTE: This code is not maintained anymore and IMHO not interesting since CVS and its pserver protocol must be totally uninteresting these days. SqCVS is a clean implementation of the CVS pserver protocol in Squeak. It is written on top …
SqueakMap
squeak
The Squeak/.NET bridge lets you use .NET objectsin your Squeak programs. It uses TCP sockets tocommunicate with a .NET VM. You can use any .NETlibrary with the bridge, and can implement interfacesfrom your .NET libraries in Squeak. Here's the canonical …
SqueakMap
squeak
An OpenDBX (http://www.linuxnetworks.de/doc/index.php/OpenDBX) plugin for Squeak.See http://www.squeakdbx.org/
SqueakSource
squeak
SqueakFS allows you to browse all objects contained in your squeak image from your local file system. An example of what this might look like in MacOS Leopard can be seenhere.SqueakFS is a two-piece application. The file system functionality is …
SqueakSource
squeak
Set is a card-game where the basic objective of the game is to find 'Sets' among the cards currently in play. Each card in the deck has 4 different properties: * Color * Number of Symbols * Shape of Symbols …
SqueakSource
squeak
A platform SSL interface for Squeak.LicenseThis project is covered by the MIT License:Copyright (c) 2010 Andreas Raab and ContributorsPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), …
SqueakSource
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
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