186 packages — page 3

Hermes

Hermes Encrypted IMAP Email Client is a Tweak-based email client using C libraries (via Canard plug-in) for encrypted email server communication. It can be run as a stand-alone application, or via a web browser (via NPSqueak plug-in). Designed to be …
SqueakMap squeak

Hobble

Hobble is a simple simulation of TCP/IP data transfer across a network circuit.See the ReadMe window in the project for more information.
SqueakMap squeak

ImageForDevelopers

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

ImageSnapshot

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

IMAP

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

InformantNetwork

GitHub pharo

IOHandle

IOHandle adds classes which represent input/output on external channels such as files or sockets. The FileStream and Socket hierarchies are modified to use IOHandle rather than to directly invoke primitives. Instances of FileStream or Socket collaborate with instances of IOHandle …
SqueakMap squeak

IPDesignTool

A tool aiding in creating and managing of IP-network designs
SqueakSource

Jabber

A client implementation for the OpenSource jabber im protocol (see http://jabber.org).The implementation consists of three parts: a simple IM Client framework, the non-UI JabberClient model and a very simple first UI for the Jabber client. The IM Client Framework includes …
SqueakMap squeak

Jam Tomorrow

We propose a music generation software that allowslarge numbers of users to collaborate. In a virtual world,groups of users generate music simultaneously at differentplaces in a room. This can be realized using OpenAL soundsources. The generated musical pieces have to …
SqueakMap squeak

JoesServer

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/JoesServerat 2014-02-13!!! There may be newer code there.A forking Socket server that has a trivial protocol, meant to be able to drive Squeak from Erlang. A toy. At least for now.MembersCreator:Göran KrampeAdmin:Göran KrampeTagsprotocol,serverLicenseCode commited to …
SqueakSource squeak

Kian

Kian is a simple and secure object networking layer for Squeak. Kinda like RMI Requires: Crypto, KomHttpServer Both from SqueakMap
SqueakSource squeak

KomHttpServer

Prerequisite packages: KomServices(which in turn needsDynamicBindingsand, if you are using a pre-3.7-image,Named Process) KomHttpServer is the Comanche web server package. To get a simple web server running, install this package and evaluate the code below. A simple file serving web …
SqueakMap squeak

KomServices

Prerequisite packages:DynamicBindingsandNamed Process(which is included in Squeak 3.7 and later) KomServices provides a framework for the creation and management of background processes. A generic Service class is provided for this purpose. Additionally, TcpService is provided for creating services that respond …
SqueakMap squeak

Krestianstvo

Framework for building network ready multimedia discs. It is based on Croquet entirely (with Sophie's XUL programming model).The homepage and source of the project:http://www.krestianstvo.orgAs today's SqueakSource works unstable with UTF8 encodings, the sources are at:http://www.krestianstvo.ru:8888/sdk/Monticello/
SqueakSource squeak

Ladrillos

A different way to group different existent packages / classes for specific goal. Example: What I wish the minimal possible sound , network, player of Etoys system ? I doing this in SqueakLight, now what Pavel do new Squeak3.9g-7061-basicMorphic.image, start …
SqueakSource squeak

Ma client server

This framework allows client-server programs to be written very easily. It provides a layer for sending ByteArray request/responses and another layer for sending objectified requests. It takes care of all of the networking and/or object serialization transparently. It supports events …
SqueakMap squeak

MetaClassBuilderFix

This fixes a rather obscure bug with reshaping the entire classhierarchy from ClassBuilder. The problem was introduced by accidentallybreaking the superclass/subclass invariant. The CS fixes this problem, bydoing so actually removes some code and documents the critical invariants(both by putting …
SqueakMap squeak

MQTTClient

MQTT is a common socket based protocol for publishing and subscribing across networks, primarily intended for small packets of data from distributed sensors. A broker application acts as a server that receives the sensor's published data and passes it on …
SqueakSource

MudPie

Tool for understanding indirect links between code.Requires Connectors.If you have trouble, please run the tests first. Documentation:Paper for ESUG 2003:http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation:http://wiki.eranova.si/esug/MudPie And something like a tutorial is below: Start executing these from the top (use print it …
SqueakMap squeak

MudPie

An tool for understanding, refactoring and maintaining dependencies in code, especially indirect ones. Intended to be used for the partitioning of Squeak, for example by the Morphic-Splitters team.Requires Connectors.Documentation:Paper for ESUG 2003: http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation: http://wiki.eranova.si/esug/MudPieIf you have …
SqueakSource squeak

Multicast

Support code for using UDP Multicast sockets within Squeak.
SqueakSource squeak

Music Player Daemon Client

Music Player Daemon (www.musicpd.org) allows remote access for playing music (mp3, ogg vorbis, flac, aac, mod and wave files) and managing playlists. mpd is designed for integrating a computer into a stereo system that provides control for music playback over …
SqueakMap squeak

Mysql Driver

This is a framework for connecting to MySQL database servers over the network. It was orginially written by Josh Mills for VisualWorks. The Squeak port was done by Bolot Kerimbaev. URLs for both versions can be found on the Squeak …
SqueakMap squeak

NaoSocket

SmalltalkHub