207 packages — page 4

GoodsServer

Launch the GoodsServer directly from Squeak. You can even instantiate a newserver or a temp server as well with minimal code. Requires Squeak.NET which,of course, requires the Windows platform (LINUX is now supported in the form of a user contribution). …
SqueakMap squeak

GoodsServer

Launch the GoodsServer directly from Squeak. You can even instantiate a new server or a temp server as well with minimal code."to start a temporary server that always gets re-initialized" tempServer := GoodsServer startTempServer "or to start a new server" …
SqueakSource squeak

Gutenberg

Pretty-printing algorithm (ported/adapter from Philip Wadler's prettier printer in Haskell). The project includes a pretty-printer for Smalltalk code based on the refactoring browser abstract syntax tree. This project is also available for VW, on the SCG store.
SqueakSource

hessian

The Hessian binary web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols. Because it is a binary protocol, it is well-suited to sending binary data without any need …
SqueakSource

HTML+CSS Validating Parser

This is an HTML and CSS parser and DOM that handles rotten HTML and broken CSS quite well. I wrote it to provide validation of web pages and it is the underlying technology behind http://www.badpage.info. The tag nesting and attribute …
SqueakMap squeak

htmlcssparser

NOTE: This project has been moved tohttp://smalltalkhub.com/#!/~ToddBlanchard/HTMCSSValidatingParser!!!This is an HTML and CSS parser and DOM that handles rotten HTML and broken CSS quite well. I wrote it to provide validation of web pages and it is the underlying technology behind …
SqueakSource

IconFactory

SmalltalkHub

ImageFormat

ImageFormat represents the requirements of the image in terms of capabilities that must be supported by the virtual machine. The image format version is saved as an integer value in the header of an image file. When an image is …
SqueakMap squeak

InformationSpace

This is a causal set exploration package. It currently supports 2 dimensional information spaces, and is designed to eventually support 3 dimensional information space. A common causal set is John Conway's Game of Life. This is implemented in this package, …
SqueakMap squeak

Java

Alright, this started out being just a way to read/write serialized java objects in Squeak, but it has grown. I can now disassemble java byte codes, read in class files, and use a java class path to find resources. I …
SqueakSource squeak

Java Serialization

Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with …
SqueakMap squeak

JSE

Done:JavaScript parser (PetitParser)ASTIn development:compiler/interpreter (not yet determined, probably some kind of Smalltalk translator)Future development:API extractor (maybe)Based on the ECMA-262 standard. Ported from VisualWorksMembersCreator:Holger KleinsorgenAdmin:Holger KleinsorgenTagscompilerLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/JSE'user: ''password: ''PackagesConfigurationOfJavascriptEngineJavascriptEngine-ASTJavascriptEngine-DevelopmentJavascriptEngine-LibraryTestsJavascriptEngine-ParserJavascriptEngine-PharoJavascriptEngine-Runtime-CoreJavascriptEngine-Runtime-TestsJavascriptEngine-TestsLinkshttp://www.squeaksource.com/JSE.htmlhttp://www.squeaksource.com/JSEGlobal:Read And WriteStatisticsRegistered:14 October 2010 …
SqueakSource pharo

Knigge

USE AT OWN RISK(and test the image you're getting beforeusing it for something else). Knigge gives you the possibility to load packages fromone image to another, either precompiled (not working yet,crashes vm) or as source. Depends onClassloader(refactored)RemoteObjects(look at http://squeak.saltypickle.com/RemoteObjects/ )PackageInfo-Exporters(for …
SqueakMap squeak

Kontractor

a tool to contract a String in a small one.
SqueakSource

KyotoTycoonClient

A Squeak Client for Kyoto Tycoon.Kyoto Tycoon is a newly-introduced lightweight KVS. It is a successor of Tokyo Tyrant.It has nice features as follows:- Auto data expiration- Asynchronous replication between servers- On memory data snapshot- Backup while running- Extensible by …
SqueakSource squeak

Large Collections

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This package adds several classes to Squeak to enable it to better handle collections that contain a very large number of …
SqueakMap squeak

LoFPlayer2

Revised version of earlier LoFPlayer1 package. Both packages are based on G. Spencer-Brown's "Laws of Form." (Seewww.lawsofform.orgfor context.) Detailed instructions for installation and use are posted onmy iDiskin the form of a PDF document entiteld LoFPlayer2_Instructions.pdf. There is also a …
SqueakSource squeak

Logic expressions

This is a model of first order logic expressions, allowing you to manipulate them as objects instead of just strings. Prerequisites:Refactoring BrowserSmaCC Runtime PackageSmaCC Development Package For example, inspect the following lines to get the expression correspondingto "(p = q) …
SqueakMap squeak

MantisConnect

Mantis 1.1.7 or higher includes a SOAP API named Mantis Connect. This is an add-on you can install for earlier version of Mantis by going to http://www.futureware.biz/mantisconnect/ and installing the PHP packages into your Mantis server. This Squeak project is …
SqueakSource squeak

MathMorphsRevival

The Morphic Wrappers Revival is project setup to collect MathMorphs and related projects, convert them, if possible, to Monticello format, and make them run on 3.9. Hopefully having those projects in Monticello format will facilitate community changes. MathMorphs and related …
SqueakMap squeak

MathMorphsRevival

Project Goal:The MathMorphsRevival is project setup to collect MathMorphs and related projects, convert them, if possible, to Monticello format, and make them run on 3.9. Hopefully having those projects in Monticello format will facilitate community changes.Project History:MathMorphs and related projects …
SqueakSource squeak

MediaView

Jon Hyland's web browser, as released to the public Squeak community. This browser was developed for a highly customized Squeak-based environment. We hope to adapt it to mainstream Squeak. It may be possible in the future to also adapt it …
SqueakSource squeak

MondrianWithCache

Refactorization of the Mondrian Cache mechanism
SqueakSource

Monticello

Monticello is a distributed concurrent versioning system based on a declarative representation of Squeak source code. It allows packages to be safely saved, loaded and updated, and provides tools for branching and merging package versions. It does not depend on …
SqueakMap squeak

Move Your SqueakSource Files – The Weekly Squeak

SqueakSource is winding down. If you have a project there, you need to start thinking about moving it to either SqueakSource3 or SmalltalkHub. In the near future SqueakSource will take a new shape. It may be read only. The files …
Web Discovered squeak