186 packages
— page 2
Bidirectional asynchronous network
GitHub
pharo
MIT
A collection of classes useful for reading and writing binary streams. I use these classes to make it easy to read and write binary data created by external programs. The classes work with both file and network streams, in either …
SqueakSource
Erlang-inspired Smalltalk embedded domain-specific language for bidirectionally mapping binary data structures to objects. Useful, for example, for parsing network or telephony packet structures or other binary files or formats. See also: https://wiki.squeak.org/squeak/6649
SqueakSource
squeak
BlogBrowser is a minimal blog reader which supports the following features: - Subscribe to RSS and Atom feeds - Manage subscriptions in the Squeak image and save them to a text file - Tracks read/unread items (but only in the …
SqueakMap
squeak
Before installing this package, you must:- remove any Squeak-3.6-or-older versions of Celeste from your image (just by removing the 'Network-Mail Reader' system category)- install MCInstaller- install Large Lists
SqueakMap
squeak
Se encuentra el desarrollo de la red social CuOOra; realizada en un lenguaje de programacion orientado a objetos (Smalltalk)
GitHub
GPL-3.0
An implementation of the Digital Audio Access Protocol [1], used by Apple's iTunes[2] to share music over a network. There is very little documentation available [3], Apple has not disclosed the specifics of DAAP. ***EDIT*** Unfortunately, due to an absence …
SqueakSource
(In Dutch: Digitaal Genootschap voor het Verleden). See also http://dgv.aardworks.nl/ This project, supported by a research grant from the Dutch government, aims to build a peer-to-peer network for exchanging historical knowledge between hobbyists and professional institutions. However, the 'history' angle …
SqueakSource
Discovery is a framework to publish/detect network services automatically (like Bonjour or SSDP). *Note: If you use DHCP and unix vm, installation of OSProcess is recommended.*Note: In Mac, search does not work.
SqueakMap
squeak
This package implements the DNS protocol (not all of it, but extending it is very easy). It includes a DNS client (a name resolver). Example (put the address of a name server):NameResolver default servers: #((xxx xxx xxx xxx))NameResolver default addressByName: …
SqueakMap
squeak
General repository for projects of The Dynaplex Network
SqueakSource
A client to the DynDNS.com, including updater and resolver.Squeak 3.10, see notes and how-to inside class.Download from http://map.squeak.org/account/files/DynDNS-Client.stAlso available at http://code.google.com/p/dyndns-client/
SqueakMap
squeak
FastSocketStream is a reimplementation of SocketStream - the class that originates from the original Comanche implementation but now is included in standard Squeak. FSS has the same protocol as SS and is meant to replace it. FSS is much faster, …
SqueakMap
squeak
This is a first version of an FCGI interface. It is made to cooperate Seaside into lighttpd. Especially using version 1.5.x of lighttpd web server. This removes for any HTTP Server in squeak and most of the socket handling since …
SqueakMap
squeak
This is a first version of an FCGI interface. It is made to cooperate Seaside into lighttpd. Especially using version 1.5.x of lighttpd web server. This removes for any HTTP Server in squeak and most of the socket handling since …
SqueakSource
squeak
FTP and WebDAV Plugins for Pharo's FileSystem
GitHub
pharo
MIT
Prerequisites -Gardner (the swiki by Cees on which this is based)SmallWiki (the swiki parsing stuff by Lukas and Roel on which Gardner is based) Gardner claims to need Seaside, but unless you actually want to make this swiki publically available, …
SqueakMap
squeak
1. You must download and install GraphViz from http://www.graphviz.org for your platform (Win32, Unix, Linux, or Mac OS should be supported). The binaries (e.g. dot, fdp, neato, twopi, dot2gxl) should be in your environment path as well.2. On the Unix …
SqueakMap
squeak
Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. Automatic graph drawing has many important applications in software engineering, database and web design, networking, and in visual interfaces for many other domains. GraphViz …
SqueakSource
Sockets client to Growl notification system.Requires install of http://www.growlforwindows.com/gfw/default.aspx
SqueakMap
squeak
Serialisation for sending objects over the network
GitHub
MIT