1095 packages — page 35

Programming Gems (on GemStone) | James's comments on programming, especially GemStone/S and Smalltalk

Web Discovered gemstone

PropertyList

This package can currently read or write the old NeXT style .plist files as well as read the newer XML style extensively used in Mac OS X. The old format is supported by PropertyListStream, which works much like DataStream or …
SqueakMap squeak

Qifer

Qifer is a Seaside application that converts financial transactions from csv/excel format to qif format.
SqueakSource

QWidget-Parser

This project consists of developing using patterns such as Visitor or Builder in Pharo Smalltalk a tool that reads the window design (XML or JSON) and generates the necessary code to display it with Spec2.
GitHub pharo GPL-3.0

RBParsers

some extensions to the RBParser in Pharo
GitHub pharo

RBParsers

SmalltalkHub

Refactoring Browser for 3.8

This is the Rb for 3.8. This contains the RB parseTrees and RB Parser, the refactory Engineand a subclass of browser. changes:- uses AppRegistry.
SqueakMap squeak

Regex

A fork of the regular expression matcher in Pharo to be used as a dependency for GemStone/64
GitHub pharo MIT

Regex

Regular expressions. See category DOCUMENTATION on the class side ofRxParserfor usage and implementation details.NB.ForPharousers, this package is maintained as part of the core images. For Squeak users, the Pharo repositories might have recent snapshots that weren't actively tested on other …
SqueakSource pharo

RemoteObjects

RemoteObjects is an objects server for Smalltalk. RemoteObjects is a Smalltalk framework wich allows you to use objects from other Smalltalk images over the network. It has focus in efficiency by reducing overhead as much as possible. Several serializers can …
SqueakSource

Rikaiko

RDF is an essential part of the new web technologies and a fundamental layer of the semantic web and of the Web 2.0 . Smalltalk, notably thanks to Seaside, has proven its usability in the new web technologies area. The …
SqueakSource squeak

RubyParser

SmalltalkHub

RxPOCLookup

A Pharo Smalltalk POC of a drug fuzzy match and dosage lookup. Needed a general POC for JSON structure before moving to AWS. Try Smalltalk!
GitHub pharo

SandstoneDb

FileTree and Metacello version of Ramon Leon's SandstoneDb
GitHub pharo

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakMap squeak

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakSource squeak

SandstoneDb

SmalltalkHub

SandstoneExtention

Extends older versions of SandstoneDb to make multiple databases in one image possible.
SqueakSource

SandstoneGOODS

See homepage. This package requires the following packages: GOODS, BTree, SandstoneDB.
SqueakMap squeak

ScaffoldingPort

Gerhard Obermann developed this framework on Gemstone. It adds to Seaside & Magritte to give CRUD (create read update delete) functionality out of the box. The GUI is in Scriptaculous. see http://seaside.gemstone.com/ss/ScaffoldingGS.html and http://vimeo.com/2231019 Ported for Pharo by Stan Shepherd …
SqueakSource pharo

Scamper

Before installing this package, you must install:- SARInstaller- FlapsRegistry- AppRegistry- Scamper Removal (If you're running Squeak 3.6, you've already got all of those things.) This package installs the Scamper web browser into the image. Right now this package includes the …
SqueakMap squeak

ScratchPatchXML

This change set enables Scratch to export scripts (block stacks) into an xml format, and to import scripts from xml files. Once this change set is filed in, you will get an additional menu entry in the right button blocks …
SqueakMap squeak

ScriptManagerSqueak

A version of ScriptManager that runs in Squeak, forked about version 13 of the one being maintained at http://www.squeaksource.com/ScriptManager.html, just before the switch to using Fuel for serialization. To run:ScriptManager open. Export goes into a .obj file in the working …
SqueakMap squeak

SDGoodsStore

This allows the Sandstone DB (http://onsmalltalk.com/sandstonedb-simple-activerecord-style-persistence-in-squeak) to use a goods database as a backend, allowing one session per VM, and therefore should cope with serious work loads.
SqueakSource squeak

Seaside | (gem)Stone Soup

Web Discovered