1846 packages — page 10

AXAnnouncements

Squeak implementation of Announcements Framework based onVassili Bykov's blog, which is the best documentation of the framework. Note that the link at the end of the page doesn't work. The first two posts can be foundhere.Results of the new AXPerformanceTest>>run …
SqueakSource squeak

Babel

High level meta-model for polyglot application.Gofer new squeaksource: 'Babel'; package: 'ConfigurationOfBabel'; load. (Smalltalk at: #ConfigurationOfBabel) perform: #loadDefault
SqueakSource squeak

BabyIDE

BabyIDE lets you work with code in several projections. The most important are:
SqueakMap squeak

BabyIdeAllInOne

This package includes BabyIDE as well as a number of examples. Seehttp://fulloo.info/Examples/SqueakExamples/index.htmlfor details.
SqueakMap squeak

BabySRE

See the objects and the links between them! There are three tools:1) 'SRE collaboration' lets you build a diagram of objects with links.2) 'SRE Object Browser' gives flattened description of an object with its identity, state and behavior, the last …
SqueakMap squeak

Background Loader

Provides a previewer for images that can be loaded as the desktop. Accessed via the appearance menu, just as before. The modified file browser is produced for background image browsing. This new version provides options over how the image is …
SqueakMap squeak

Background Loader with Preview for Squeak 3.4

Provides a previewer for images that can be loaded as the desktop. Accessed via the appearance menu, just as before. The modified file browser is produced for background image browsing. This new version provides options over how the image is …
SqueakMap squeak

BackgroundLoader

Provides a previewer for images that can be loaded as the desktop. Accessed via the World's open menu. This new version provides options over how the image is placed in the desktop. This goodie is tested and known to work …
SqueakSource squeak

BackTalk

Squeak port of a library that integrates constraint within Smalltalk. The original version was designed and implemented by Pierre Roy and François Pachet at LIP6 (http://www.lip6.fr/). See their JOOP 1996 paper entitled: "Reifying Constraint Satisfaction in Smalltalk" http://www.csl.sony.fr/downloads/papers/1997/roy-97b.pdf
SqueakSource squeak

BackupMaker

A simple multi-platform backup tool. It allows multiple backup policies: * Backup of Full files or only Delta, i.e. files changed after a date* Store backuped files in a directory or an archive (a zipfile)* Store backuped files on the …
SqueakMap squeak

Balloon3D

The Balloon3D package, including the Squeak3D plugin. Please check thewikifor more information.This project is covered by the MIT License:Copyright (c) 1999 - 2009 The Squeak CommunityPermission is hereby granted, free of charge, to any person obtaining a copy of this …
SqueakSource squeak

Balloon3D

This is an initial attempt of providing an external SAR package for Balloon3D.WARNING: For Squeak 3.4 and 3.5 this packages requires a removal of Balloon3D before it can be safely installed; see Balloon3DRemoval package. [loadUpdatesAt: http://isgwww.cs.uni-magdeburg.de/~raab/squeak/packages/Balloon3D][storeUpdatesAt: ftp://raab@luxator.cs.uni-magdeburg.de/~/public_html/squeak/packages/Balloon3D]
SqueakMap squeak

Balloon3DRemoval

Fixes and refactors a few things in Balloon3D and then ... removes the entire enchilada.
SqueakMap squeak

Banyan

The Banyan File Utility provides useful functions for * easily transferring / backing up work from one personal computer to another.* understanding space utilization.* comparing any number of directories (2 or more) simultaneously.* file-management convenience.
SqueakMap squeak

Bar Graph

It takes in an OrderedCollection and produces a Bar Chart / Bar Graph Morph.
SqueakMap squeak

BBC Radio Recorder

This application reads reads BBC Radio program schedule information and uses it to build a selection list from which the user can select a program to record in MP4 format which can be played on IPod. (BBC IPlayer did not …
SqueakMap squeak

BeachSand

BeachSand is a small utility for storing/loading Seaside application configurations to files.
SqueakMap squeak

beaufort

Experiments in JWT (JSON Web Token) processing in Squeak Smalltalk
GitHub squeak MIT

Befunge'93

This is the basis for the next generation of InterpreterProxy ;)
SqueakMap squeak

BehavioralInspector

SqueakMap squeak

BehaviorMockup

BehaviorMockup - mock objects framework with SSpec functionality. [:mock | mock someMessage] should strictly satisfy: [:mock | mock someMessage willReturn: 'some'] [:mock | mock someMessage] should lenient satisfy: [:mock | mock someMessage willReturn: 'some'] * 5 should equals: 6* and …
SqueakMap squeak

Benchmarking

A set of Squeak benchmarks; note that they come from various sources though all are open by any reasonable standard. Benchmark - the old Green Book code, modernised a little to run on Squeak 4-ish images. MacroBenchmarks - some larger …
SqueakMap squeak

Benchmarks

This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap squeak

BEncode

An implementation of the BEncode data encoding format, as seen in BitTorrent, the Mainline DHT, and so on. See https://en.wikipedia.org/wiki/Bencode and https://wiki.theory.org/BitTorrentSpecification#Bencoding .(This is a separate implementation from the 2013 Crypto-Bencode package published to http://smalltalkhub.com/tonyg/Crypto-Bencode/ ; Crypto-Bencode is less strict …
SqueakSource squeak

Berkeley DB Plugin

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/3/2008) This is an interface to Sleepycat's Berkeley DB (www.sleepycat.com). Currently, it supports simple database creation and manipulation using the BTREE access …
SqueakMap squeak