1142 packages
— page 35
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Squeak Pipes Game is a little experiment I did to draw some graphics with Morphic and then use them in a game. It's using a lot of the framework/ideas from the Electricity Game with some new animation. Seehttp://squeak.preeminent.orgfor more details …
SqueakMap
squeak
A Morphic version of the ancient and venerable Plumbin' demo by Ward Cunningham. This is a composite of work by several people; if you're one of them please contact me for credit
SqueakSource
squeak
A very simple subclass of the ObjectExplorer which works backwards: starting at a child it allows you to inspect the tree of its parents. This is much more convenient than the 'objects pointing to this value' menu item in the …
SqueakMap
squeak
PolicyTools is a collection of network information gathering tools. Currently it includes an IP ranger generator, a simple whois client, and a Morphic RblTool to help administrators running a real time blacklist against spam. The RblTool does a large variety …
SqueakSource
squeak
Implements a native Smalltalk connection to PostgreSQL backend. See the "Frontend/Backend Protocol" chapter in the "PostgreSQL Programmer's Guide" for more information. Notes:1. Only "plaintext" and "md5" authentication modes are currently supported. This option is configurable via the pg_hba.conf file in …
SqueakMap
squeak
As we are blocked , I created this one for backup my own directory and see if we could use for build 3.10.
SqueakSource
Prefab is a widget set built on top of Morphic. It also provides some GUI-builder functionality thanks to Morphic's drag-and-drop capabilities. The programming interface was inspired by the Tk widget set. NOTE: Prefab requres that you install XPMReadWriter first.
SqueakMap
squeak
A Spec2 application for exploring class name prefixes in Pharo
GitHub
pharo
MIT
UI framework based on separation between interaction logic and presentation
GitHub
MIT
Presenty is framework for building applications with rich and complex user interface. It brings together several ideas, concepts and technologies including:Modified Model-View-Presenter patternContinuation-based tasks as elements of user interaction at application levelUser requests as building blocks for tasks:Primitive user requests …
SqueakSource
pharo
This project provides process-specific variables (called TLS - thread-local storage) in other environments. Two kinds of variables are provided: ProcessLocalVariable (similar to TLS), and DynamicVariables (akin LISP's dynamic scope)
SqueakSource
ProcessWrapper is a plugin + wrapper code for Win32 process execution with non-blocking stdin, stdout and stderr support.The project aims to give features similar to OSProcess, but it's not related to it in any other way.To try it:load the ProcessWrapper-Core …
SqueakSource
Esta aplicación instalará, en un Squeak 3.8 full 'virgen', las herramientas necesarias para seguir los ejemplos del libro "Programando con Smalltalk". Para más información sobre el libro visitar:
SqueakMap
squeak
Like SystemProgressMorph et. al. but with a lot of bells and whistles. Designed to meet my specific needs but since it's MIT anyone may use, steal components, or move components of to Squeak. Has utility class category with useful classes …
SqueakSource
squeak
Provides a menu registry for the world project menu. For example...TheWorldMenu registerProjectCommand: {'publish change sets'.{ChangeSorter. #publishChangeSets}.'Scan through the repository of change sets and created published version in user specified target repository.'}.
SqueakMap
squeak
Installs some genie gestures on the background for easy project navigation. Requires Genie; tested in morphic projects in 3.8 and 3.9. This package loads some basic genie gestures (and helper methods), associates them with PasteUpMorph, clears the root project's eventHandler …
SqueakMap
squeak
Create morphic project views with an aspect ratio that agrees with the screen, if the preference is set. Also, another new preference controls if the drag resize should also constrain the user to the same aspect ratio. Seehttp://squeak.preeminent.orgfor picture.
SqueakMap
squeak
f new morphic projects are opened in a project view, check the Preferences to see if we should automatically apply a drop shadow. Also, changed the new creation of project morphs to be attached to the cursor and having the …
SqueakMap
squeak
GUI for making character animations
SqueakSource
A high level framework to design GUI using Ncurses FFI binding.
GitHub
MIT