819 packages
— page 23
this tiny and basic changeset adds scroll bars to the MIT Scratch IDE's window, whenever it gets too small to otherwise display all of its elements.
SqueakMap
squeak
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
A morph helping you to make a screenshot. The morph should openin the top left corner of the screen. Double clickwill activate the morph. You have 5 seconds beforethe screen shot is taken.
SqueakMap
squeak
The Script Manager offers a way to organize workspaces. It allows you todefine "folders" in which you can store your scripts/workspaces. The foldermenu provides options to import and export whole collections of scripts toa file. The script menu offers options …
SqueakMap
squeak
This is meant to be a workspace for people familiar with scriping languages like Javascript, Ruby, Python, or Perl. It gives the workspace the ability to add classes and methods. See ScriptingWorkspaceTest for examples. "Do This To See It"ScriptingWorkspace open
SqueakMap
squeak
Script Manager with shout support
SqueakMap
squeak
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
A set of changes to menus. See http://minnow.cc.gatech.edu/squeak/3141 for details and screenshots.
SqueakMap
squeak
A kit of parts for creating a Software Defined Radio for the Flex Radio SDR1000. Stable but very light on function in its current form.
SqueakMap
squeak
This package provides a framework to extract GIS information from Spatial Data Transfer Standard data files. http://mcmcweb.er.usgs.gov/sdts/whatsdts.html. There is a data browser included to let you see how the framework can be used. Sample data should be able from http://edc2.usgs.gov/geodata/index.php. …
SqueakMap
squeak
A framework for building sophisticated web applications in Squeak. Develop for the web using reusable, embeddable components and unique call/return semantics for moving between pages. Seaside requires a web server; the most commonly used is KomHttpServer.
SqueakMap
squeak
You need Seaside 2.5 to run this. Simple (yet addictive) game of unknown author - try to keep playfield clean by lining up balls of the same color in various directions. Just 10 trivial seaside methods make it running in …
SqueakMap
squeak
This is a presentation that I gave at the Omaha User's Group and several times at work. It looks best in Opera, but works fine in IE and Mozilla as well. Make sure you have Seaside 2.8 installed. To start …
SqueakMap
squeak
This little goodie provides new tools SendTreeExplorer and MessageSendTree. Like MessageTally, MessageSendTree traces the execution of a block in simulation. There are three key differences:1. Rather than tallying the number of times each method is called in a given context, …
SqueakMap
squeak
This adds serial terminal capabilities to Ian Piumarta's Telnet package. It will load that package from SqueakMap automatically. You can save serial session settings just like telnet settings.
SqueakMap
squeak
Easy setting up tool for Super Swiki.See Collaborative category at the object browser.
SqueakMap
squeak
A Package consisting of several packages related to the services framework. Check the preferences to enable and disable options.Services included in this package include:
SqueakMap
squeak
Support code and basic services forsqueak. Does not depend on anything,but you might want to load :
SqueakMap
squeak
Allows services to be triggered by keyboard shortcuts.Allows those shortcuts in the World too (in addition to TextMorphs).Defines a few convenience shortcuts (insert ifTrue: ....)
SqueakMap
squeak
Allows OmniBrowser to use browser services(class menu, method menu code pane menu).So you can use Refactorings, Navigation, SLint and BrowseUnitservices if you have them installed. Depends on services-baseand omnibrowser
SqueakMap
squeak
Defines the refactorings as Services, so that they can be used in a wider number of places.Hopefully all browsers (this is the case for all standards browsers).Install Services-OB or Services-Whisker to have them in those Browsers. Depends on the RB …
SqueakMap
squeak
Services for whisker. With this you can use (if you installed the packages) : There are still a few problems in this release for keyboard shortcuts, but menusworks well.
SqueakMap
squeak
Working on lots of business apps and using the ODBC for Squeak package it became clear that we needed a morphic grid. I couldn't find one so I worked one up here. This is just a few hours of work …
SqueakMap
squeak
NOTE: uptodate versions of this package are on SqueakSource!Adds classes representing ESRI shapefiles. Commonly used types are handled: Polygon, Polyline, Point and MultiPoint shapes. Shape data are read from files and simply kept as-is in ByteArrays in ShapeMap objects, or …
SqueakMap
squeak
SharedStreams introduces SharedBufferStream and SharedBidirectionalStream. SharedBufferStream is like a SharedQueue (FIFO) but for a stream ofbytes/characters instead of separate objects. It can be used as a "socket"between Squeak processes in order for them to communicate with a streamprotocol. A SharedBidirectionalStream …
SqueakMap
squeak