1844 packages — page 72

VWXML

The Cincom/Camp Smalltalk XML Parser, ported to Squeak by Bijan Parsia
SqueakSource squeak

walter

The Wheeled Autonomous Learning Terrain Exploring Rover. This is my development robot and all new stuff gets put on him and tried out first. My goal is to develop a Squeak code base for W.A.L.T.E.R. and other robots.
SqueakSource squeak

WanderingLetters

This is wandering letters using the old non-Players (and non-multi-instance Players). Just make a new Morphic Project and file it in. Toggle wandering by clicking the top button. Responds to Stop and Go buttons so it does not have to …
SqueakMap squeak

WarGame Demo

A simple real-time strategy game demo. Originally done to demonstrate Squeak and morphic's viability for a full screen, animated game. Reworked considerably to demo for a job. Eddie Cottongim Features:custom halosmultiple selectionsalpha blending
SqueakMap squeak

WarpSketchMorph

Playing with squeak morphic, I saw WarpBlt which seems to provide exactly the functionality I need to port an old java applet I did in 1997. WarpSketchMorph is a Morphic implementation similar to my DynFlex applet. Most fun is modifying …
SqueakMap squeak

WatchIt!

This adds a 'watch it' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. …
SqueakMap squeak

WaveBreak

A web-based music player using Squeak and Seaside. Developed for a class.
SqueakSource squeak

WeatherStation

A weather station that grabs data via MQTT, stores it in a postgreSQL database and displays it in PlotMorphs - or whatever you like.A nice example of pulling together several packages to make a useful application.
SqueakMap squeak

WeatherStation

A weather recording and displaying application for Squeak, primarily intended to run on Raspberry Pi devices. Uses MQTT to talk to sensors, PlotMorph to display stuff. Both are projects on squeaksource. Load MQTT first, then PlotMorph, finally this WeatherStation. Yes, …
SqueakSource squeak

WebCamMorph

Uses CameraPlugin (1) to provide Etoys scriptable webcam Morph. See wiki for more info.(1) http://www.squeaksource.com/CameraPlugin.html
SqueakSource squeak

WebClientOAuth2

OAuth2 components for Squeak's WebClient, ported from Zinc
GitHub squeak MIT

WebRobot

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/WebRobotat 2014-02-14!!! There may be newer code there.Just some classes I used when building a web robot, including a variant ofSteve Warings HTTP client code (also MIT)and a patched variant of Todd Blanchardssuperb parser. Could …
SqueakSource squeak

WebServer

This is a web server for Squeak, implemented entirely inside Squeak. Its purpose is to make Squeak a web-based OODBMS/object server/application server (pick your name). Some of its features are The server handles URLs of the form 'objectId.message'. Additional parameters …
SqueakMap squeak

WhileLoopMorphicTile

This puts an icon called 'WhileLoop' in the Object Catalog (under the Widgets tab) in the Scripting category. To use the while loop, drag the icon into a morphic script and then drag the commands you want into it (in …
SqueakMap squeak

Whisker Browser

Whisker is a different sort of object-oriented code browser for the Squeak Smalltalk environment. The goal of the Whisker Browser (a.k.a. Stacking Browser) is to provide a simple and intuitive way to view the contents of multiple classes and multiple …
SqueakMap squeak

Whisker++

This package is superceded for Squeak 3.7 : use Services-Whisker instead Adds BrowseUnit support in Whisker, as I did for the Browser.More info, TODO list, Bugs ... in the readme.
SqueakMap squeak

Widgets

Adds nice looking Morphic controls, e.g., lists, dropdown lists, push buttons, check boxes. It uses the signals mechanism for callbacks.
SqueakMap squeak

WikiPhone

Simple VoIP module based on HTTP.Try:WikiPhone Web SiteWikiPhone-Client : base package for clientWikiPhone-Morphic : morphic interfaceWikiPhone-Server : serverrequired package for server;KomServicesKomHttpServerDynamicBindingsLicense: SqueakL+MIT (same as KomHttpServer)
SqueakSource squeak

Win32 Native Fonts

This package provides access to native fonts when running Squeak on Win32.Originally written by Andreas Raab, it was converted into a SAR by Jeff Sparkes.Also includes a change that immediately propogates font changes into pluggable text and list morphs.
SqueakMap squeak

Win32 Standard VM Configuration tests

Win32StandardVMConfigurationTest consists of a series of tests for determiningwhether the current system runs the "standard" configuration for Win32VMs. "Standard" is rather loosely defined as of now and essentially means whatis contained in this test. The test case can be used …
SqueakMap squeak

WincredForSqueak

FFI binding to access the Windows Credentials API from Squeak Smalltalk
GitHub squeak MIT

WindowsInstaller

This simple package contains the NSIS source files to create a Squeak win32 installer
SqueakSource squeak

WinNavigator

WinNavigator is a taskbar for switching between windows like what standard UIs have and Squeak has not. It gives you control-tab toggling and cycling through the activation history and has some facilities for moving, assembling, closing, collapsing and copying of …
SqueakMap squeak

Wintab Tablet Support

This package extends the global variable Sensor for pressure sensitive tablets such as Graphire3 by WACOM(http://www.wacom.com/).
SqueakMap squeak

WireSqueak

A Seaside GUI for controlling feature tracing
SqueakSource squeak