922 packages
— page 12
Open source LaTeX of Squeak By Example. Contribute to SquareBracketAssociates/SqueakByExample-english development by creating an account on GitHub.
Web Discovered
squeak
The primary goal of project is to integrate GLCanvas (subclass of Canvas) and GLDisplayScreeninto squeak morphic model, to be able use OpenGL directly and avoid using software blitting for rendering at all. At current stage, most basic canvas operations supported, …
SqueakMap
squeak
Define global keystroke sequences to invoke arbitrary code blocks.The code blocks associated with a keystroke sequence can perform such functions as cycling through desktop windows, invoking Monticello, executing tests -- anything you can put in a code block.Includes theGlobalKeysToolGUI for …
SqueakSource
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