4344 packages — page 15

Albaplata

El proyecto incluye el desarrollo de 8 unidades sobre temas culturales e históricos de Extremadura (España) basadas en el framework FMA.
SqueakSource

Albatross

Albatross allows you to write Seaside unit tests that simulate user interaction in a web browser. The tests are coded in Smalltalk as standard SUnit tests.Installation into a Seaside image (tested with Seaside 2.8):FFI (from SqueakMap. Required for Squeak >=3.9)AppleScript …
SqueakSource squeak

Algernon

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It is a launcher and quick way to access any category, class, morph, or global …
SqueakMap squeak

Algernon

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to any class, method, morph, or global variable, and even …
SqueakSource squeak

algo3-tps

Algoritmos y Programación III - FIUBA
GitHub

Algoritmos_y_Programacion_III

Trabajos Prácticos de la materia Algoritmos y Programación III (9502)
GitHub MIT

Algoritmos-III-TP1-Smalltalk

Agencia de Viajes
GitHub

Algoritmos-y-Programacion-3---TP-0

Trabajo práctico realizado para familiarizarse con las caracteristicas del lenguaje Smalltalk
GitHub MIT

AlgosAndDSs

Algorithms and Datastructures from an university class. Not necessarily good ST style; just some assignments and exercises.
SqueakSource

Alien

Alienis a new FFI interface.It supports faster call sequence, return code setting, and callbacks to execute smalltalk code from the FFI routine.Copyright 2008 Cadence Design Systems, Inc. Licensed under the Apache License, Version 2.0 (the ''License''); you may not use …
SqueakSource pharo

AlienInstaller

Monticello package 'AlienInstaller' in the treated repository at source.squeak.org. Latest AlienInstaller-mha.5.mcz; 3 versions.
Squeak Trunk squeak

AlienOpenGL

This is project has been abandoned, in favor of NBOpenGL, a more robust wrapper for interfacing with OpenGL via Native Boost
SqueakSource

Align Project Thumbnails

Adds a menu item to the appearance menu, "clean up project morphs". When selected the project morphs are sorted alphabetically and placed as if on a grid, evenly spaced. A preference controls whether the project thumbnails are created horizontally or …
SqueakMap squeak

alternative word jump

This changeset modifies ParagrahEditor #nextWord: and #previousWord: so they will return the index of the next word inside a composed word (meaning for a composed word an string like this 'aComposedWord'). As an example. Imagine that you just typed the …
SqueakMap squeak

AltFreeCell

Alternative Solitaire design using Morphic and custom card images. Does NOT remove original FreeCell game.
SqueakMap squeak

AmassSt

Run Amass commands and process output in Smalltalk
GitHub CC0-1.0

AMB

This is the "ambigous", "nondeterminist", "angelic" operator aka amb ... more seriously described as a declarative control flow statement able to enumerate over finite domains all values that make a program terminate. It uses continuations to walk the tree of …
SqueakMap squeak

AnalysisMooseEGF

A simple analyser of the legacy backend BL-EGF using Moose and Roassal3 for visualisation. Analyse the endpoint service of the backend by visiting the outgoing method invocation graph
GitHub

AndreasProfiler

Monticello package 'AndreasProfiler' in the VMMaker repository at source.squeak.org. Latest AndreasProfiler-eem.14.mcz; 15 versions.
Squeak Trunk squeak

Android-Base

Monticello package 'Android-Base' in the VMMaker repository at source.squeak.org. Latest Android-Base-golubovsky.25.mcz; 5 versions.
Squeak Trunk squeak

Animations

In its current development state, the Morphic implementation of Squeak does not support an extensible mechanism that allows visually appealing transitions whenever a morph's state changes, e.g., positon, rotation, color. This project provides such an extension to Morphic with the …
SqueakMap squeak

Announcements

Monticello package 'Announcements' in the announcements repository at source.lukas-renggli.ch. Latest Announcements-lr.24.mcz; 15 versions.
Lukas Renggli Source

ANSI Compatibility

This change set add ANSI compatibility to Squeak 3.2.Now TestRunner with ANSI tests loaded show (2777 run, 2753 passed, 24failed, 0 errors). 17 classes (8 new / 9 modified) New classes:ArithmeticError, DateAndTime, Duration, FloatingPointException,RuleDate, RuleIndexDate, RuleSelectionCodeDate, ScaledDecimal Modified Classes:BlockContext (added …
SqueakMap squeak

ANSIRuleDate

The RuleDate* classes are superceeded by Chronology. They are for compatibility to ANSI only. Asthey are not used anywhere in the image, we can provide them for loading here.
SqueakMap squeak

AntiPaternAnalysis

An analysis pipeline for TypeScript code analysis using Pharo and Moose
GitHub pharo