2821 packages
— page 31
Introducing ghosts concept in a OOP dynamically typed language.
SqueakSource
Native Smalltalk implementation of the core Git repository format, permitting creation of, reading from and writing to Git repositories on disk.
SqueakSource
GitFS is a Git (git-scm.com) implementation for Pharo using Colin Putney's Filesystem framework.
SqueakSource
pharo
It's a game.
SqueakSource
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 is an infrastructure for implementing glamourous browsers. You can learn more about it on the official page:moosetechnology.org/tools/glamour
SqueakSource
School semester project for X36OBP on FEL - CVUT (Prague, CZ). System for management of subjects educated in a school.
SqueakSource
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
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: 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
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
An extension to Glorp that allows use of PostGIS spatial objects and queries.
SqueakSource
This package allows to generate images by using GNU plot program. Requires ProcessWrapper package to be loaded as well.
SqueakSource
example of code for LinuxMag
SqueakSource
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
Generic Object-Oriented Database System (GOODS) client for squeak. See SqueakSource wiki page for more information.
SqueakSource
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
WADecoration which adds GoogleAnalytics to your Seaside application
SqueakSource
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
Google Charts API for SeaSide
SqueakSource