1451 packages
— page 33
Web Discovered
gnu_smalltalk
example of code for LinuxMag
SqueakSource
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
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
Goya lets you color the executed methods of the running image. See the class side of InstrumentingAssociation for examples on how to color methods. Color some interesting methods and do something with them such that they are indeed executed by …
SqueakMap
squeak
Goya lets you color the *executed* methods of the running image. Color some interesting methods and do something with them such that they are indeed executed by the VM. Then open the GoyaBrowser for browsing only the until now executed …
SqueakSource
A Squeak Graph Library Ported from the Graphs.st goodie by Mario Wolczko. These classes add a collection category to represent collections tha tdo not necessarily have a sequence, but are more structured than sets. See the examples in Graph and …
SqueakSource
squeak
Ported from the Graphs.st goodie by Mario Wolczko.Fixes and SAR by Samir Saidani These classes add a collection category to representcollections that do not necessarily have a sequence, but are morestructured than sets. See the examples in Graph and RootedGraph.
SqueakMap
squeak
GreenNeon is a simple web page maker. It's a Seaside 2.6 canvas with an HttpView2 core. It uses WebClient as its server. The examples include a rewrite of (SM = SqueakMap ) SMServer. The project is evolving.
SqueakSource
squeak
Examples for gt
GitHub
MIT
Learning GtPlotter
GitHub
pharo
More efficient UTC/GMT timestamps, Olsen timezone database support, example based formatter and parser, SNTP client
GitHub
Chinook data examples for Glamorous Toolkit
GitHub
MIT
Glamorous Toolkit Pharo examples
GitHub
pharo
MIT
Examples and tests touching methods made accessible in GtCoder
GitHub
MIT
some code written by reading learning squeak by examples
SqueakSource
squeak
These are small projects which are developed in an introductory course. The course is held at Helmholtz Gymnasium (Karlsruhe, Germany) for pupils aged 13 to 17.
SqueakSource
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
This plugin adds support for HID devices like tablets, gamepads and car wheels. The package will provide three layers to the plugin:Concrete class layer - This layer represents real devices as Smalltalk objects. For example, the HIDTablet class provides access …
SqueakSource
This package can access any device that supports the Human Interface Devices specifications, such as joysticks, graphic tablets, car wheels and remote controls. It is based on a library written by Apple and requires Mac OS X 10.3 or better. …
SqueakMap
squeak
Example from book.
SqueakSource
This is some raw code to do OpenGL stuff. It uses the CroquetGL interface. For a simple example showing the speed of VBO based rendering, execute "OpenGLScene example" and have a look at its source.
SqueakSource
The cheatsheet gives examples of how to do classic things in Pharo.
GitHub
pharo
MIT
Hydrodynamics Simulation Environment based on the SPH method, aiming at interactivity. A variety of visualization methods, including dots, forms, triangulated polygons, borderline polygons, graffiti, are supported. Many example programs are found in class methods of the SPHSimulator class. CogVM strongly …
SqueakMap
squeak