59825 packages
— page 1769
Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just a few hours of work …
SqueakMap
squeak
A morphic grid for Smalltalk anyone?Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just …
SqueakSource
squeak
The project for this semester is to create an application that provides location-based services. Our application will allow users to specify their current location and view the locations of their friends. Users will also be able to read and write …
SqueakSource
Shampoo allows to access an image remotely.
SqueakSource
This is a Seaside interface for a modified shape factory experiment. Work in progress...
SqueakSource
NOTE: uptodate versions of this package are on SqueakSource!Adds classes representing ESRI shapefiles. Commonly used types are handled: Polygon, Polyline, Point and MultiPoint shapes. Shape data are read from files and simply kept as-is in ByteArrays in ShapeMap objects, or …
SqueakMap
squeak
Reading and writing GIS data in ESRI's Shape file format. For displaying a Shape (as Form) the DBF file format and ColorLegend packages are required (to be found on SqueakSource)
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