922 packages — page 12

GitHub - SquareBracketAssociates/SqueakByExample-english: Open source LaTeX of Squeak By Example · GitHub

Open source LaTeX of Squeak By Example. Contribute to SquareBracketAssociates/SqueakByExample-english development by creating an account on GitHub.
Web Discovered squeak

GLMorphic

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

GlobalKeys

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

GlorpExamples

SmalltalkHub

GLTutorial

SmalltalkHub

GNU Smalltalk Tutorial

Web Discovered gnu_smalltalk

GoferExample

SmalltalkHub pharo

GoferLinuxMag

example of code for LinuxMag
SqueakSource

GoodsServer

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

GoodsServer

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

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

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

Graph

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

Graphs

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

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

gt-examples

Examples for gt
GitHub MIT

gt-plotter-tutorial

Learning GtPlotter
GitHub pharo

gt4ztimestamp

More efficient UTC/GMT timestamps, Olsen timezone database support, example based formatter and parser, SNTP client
GitHub

GtChinook

Chinook data examples for Glamorous Toolkit
GitHub MIT

gtexamaples

Glamorous Toolkit Pharo examples
GitHub pharo MIT

gtoolkit-contribution-tracer

Examples and tests touching methods made accessible in GtCoder
GitHub MIT

harald

some code written by reading learning squeak by examples
SqueakSource squeak

HelmholtzKarlsruhe

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

hessian

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

HID

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