2821 packages — page 31

Ghosts

Introducing ghosts concept in a OOP dynamically typed language.
SqueakSource

GigsManager

SqueakSource

Git

Native Smalltalk implementation of the core Git repository format, permitting creation of, reading from and writing to Git repositories on disk.
SqueakSource

GitFS

GitFS is a Git (git-scm.com) implementation for Pharo using Colin Putney's Filesystem framework.
SqueakSource pharo

GjuanLightsOut

It's a game.
SqueakSource

glamoroust

The goal of this project is to provide a new set of tools for developing with Pharo.You can download the latest version by:Gofer new squeaksource: 'glamoroust'; package: 'ConfigurationOfGlamoroust'; load. (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDevelopment.
SqueakSource pharo

Glamour

Glamour is an infrastructure for implementing glamourous browsers. You can learn more about it on the official page:moosetechnology.org/tools/glamour
SqueakSource

GlassSubject

School semester project for X36OBP on FEL - CVUT (Prague, CZ). System for management of subjects educated in a school.
SqueakSource

GLMorphic

The primary goal of project is to integrate GLCanvas (subclass of Canvas) and GLDisplayScreen into squeak morphic model, to be able use OpenGL directly and avoid using software blitting for rendering at all. See installation details at http://wiki.squeak.org/squeak/6003
SqueakSource 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

Glorp

GLORP: Generic Lightweight Object Relational Persistence. Glorp is an object-relational database mapping library similar to TopLink, Apple EOF, Hibernate, Cayenne and so on. Queries can be written using Smalltalk block syntax. The Squeak version of Glorp currently only works with …
SqueakSource squeak

Glorp37Compat

Glorp currently expects to work with multibyte strings such as are found in 3.8. It also patches the compiler to allow underscores in selectors. When it makes this patch, it will introduce code that assumes multibyte strings and your image …
SqueakSource

GlorpPostGIS

An extension to Glorp that allows use of PostGIS spatial objects and queries.
SqueakSource

GNUPlot

This package allows to generate images by using GNU plot program. Requires ProcessWrapper package to be loaded as well.
SqueakSource

GoferLinuxMag

example of code for LinuxMag
SqueakSource

GoferTest

SqueakSource

GolfPolynomDivision

A simple answer to the contest at http://codegolf.com/polynomial-division The goal is to have shortest code possible. The base code provided in first version is long and understandable though not heavily commented. Feel free to "improve"
SqueakSource

Golondrina

SqueakSource

GolondrinaUCA

SqueakSource

GOODS

Generic Object-Oriented Database System (GOODS) client for squeak. See SqueakSource wiki page for more information.
SqueakSource 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

GoogleAnalytics

WADecoration which adds GoogleAnalytics to your Seaside application
SqueakSource

GoogleAPI

Google API
SqueakSource

GoogleAPIs

Just a bunch of squeak interfaces to Google APIs. For now, it only includes Google Translate. If you wish to add another one, be my guest...GoogleAPIs-Translate: Requires WebClient, SqueakSSL, PetitParser and PetitJson.
SqueakSource squeak

GoogleCharts

Google Charts API for SeaSide
SqueakSource