1844 packages
— page 50
Giving data visualization a new meaning.Gofer new squeaksource: 'Roassal'; package: 'ConfigurationOfRoassal'; load. (Smalltalk at: #ConfigurationOfRoassal) project lastVersion load.
SqueakSource
squeak
Implement a Squeak variant of the boardgame Roborally.
SqueakSource
squeak
This project allows the user to develop robot soccer strategies. Currently it supports virtual robots from the fira simurosot category, real robots made with lego (it needsSqueakNxtloaded) and home-made robots.How to use it (for Simurosot)In order to use it, you …
SqueakSource
squeak
A library for manipulating relational queries as first class Smalltalk expressions, and generating SQL from them. There's no documentation yet, but you can maybe muddle through using the test cases and some comments I made on my blog here: http://www.cincomsmalltalk.com/userblogs/avi/blogView?searchCategory=databases …
SqueakMap
squeak
Type inferencer for Squeak
SqueakSource
squeak
RoelTyper is a fast type reconstructor for Smalltalk, based on heuristics. It type-checks instance variables of classes. Typing a complete VisualWorks Smalltalk image takes less than one minute and a half! For this speed you get the types for about …
SqueakMap
squeak
RoleS is an experimental extension of Squeak for role modeling. It builds on AspectS. One of the interesting properties of RoleS is that when one or more roles are added to an instance, the instance's identity does not change (no …
SqueakMap
squeak
Are you good at Roman numerals? Good or not, you can download LittleThings2 package and play around with them Romans for a while. The package contains a new Squeak class called 'RomanToArabic'providing means for testing of correctness of the numeric …
SqueakMap
squeak
This was a first try on have something developed in 3.9 and what could "intelligent" load on SqueakLight
SqueakMap
squeak
Smalltalk (Squeak) implementations of all tasks from the RosettaCode.org website.
SqueakSource
squeak
Rotary dials are good for displaying some kinds of data. Temperature, pressure, voltage, stuff like that. This package provides a generic foundation class along with several data specific subclasses for temp. humidity, air pressure and compass heading. Any morph can …
SqueakSource
squeak
An educational framework for doing Role Playing Game in Squeak (teaching programmation through RPG)
SqueakSource
squeak
I'm running through Squeak By Example and currently doing the part about Monticello. I'll probably remove this package shortly.
SqueakSource
squeak
Quinto game from Squeak By Example
SqueakSource
squeak
Framework for supporting distributed Squeak objects. The main goal of the project is transparency, so you don't need to change your objects to become remote. Another goal is to handle intermittence in the availability of the images, so PDA and …
SqueakSource
squeak
Framework for supporting distributed Squeak objects. The main goal of the project is transparency, so you don't need to change your objects to become remote. Another goal is to handle intermittence in the availability of the images, so PDA and …
SqueakMap
squeak
Rtoys is Robot programming library based on Etoys 4.0. It support to program MYURobo{630,688} in stored mode and remote mode. http://studiomyu.com/ Here is screenshot. http://squeak.kr/data/donghee/EtoysForMYUROBO.PNG
SqueakSource
squeak
RussianEnvironment and Converters/Intepreteres classes needed for unicode support of Russian language in windows and unixes (CP1251 and KOI8R currently) http://minnow.cc.gatech.edu/squeak/5773 'http://kilana.unibe.ch:8888/RussianSupport/RussianSupport-dao.3.mcz')do: [:pkgUrl | MczInstaller installStream: (HTTPSocket httpGet: pkgUrl)]. "This will ask for font directory - point to location where your …
SqueakMap
squeak
This project contains Squeak versions of the examples included in the O'Reilly book "RESTful Web Services" by Richardson & Ruby.
SqueakSource
squeak
DescriptionSafarà is an add-on component for Squeak whose mission is to create an editor at the level of the great Squeak IDE and the traditional ones, like TextMate, Eclipse and Emacs.FeaturesHighly configurable and customizable using Smalltalk code or a graphical …
SqueakSource
squeak
A simple image-viewer application, demonstrating how to code a Morphic application, how to access the filesystem, how to manipulate images, and how to manage a multi-threaded application. Version 1 required a couple of newish features (String>>startsWith: and Collection>>select:thenDo:), so I've …
SqueakSource
squeak
since the latest discussion on Seaside showed that we should make the overall experience to work with the framework a little bit easier and help newbies with tutorials, docu and examples. I think this is the main problem compared to …
SqueakSource
squeak
The Programming System For Anyone! Cool things: You can alt+click / option+click on an object 2 times for additional buttons around it. If its outside the stage do it one time. The SandMake project file format is ".ppr". Also, that …
SqueakSource
squeak
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