452 packages — page 7

ejercicio-2-toDoList-fede

Modela un clásico "to do list" en Smalltalk, para visualizar en un browser.
GitHub

EnhancedOB

Enhanced version of OmniBrowser, including OB-Enhancements.
SqueakSource

EventInterceptorMorph

*Requires SendTreeExplorer.* Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it? Had trouble trying to trace it in the debugger because interacting with the UI changes what you're …
SqueakMap squeak

EventsMonitor

A simple real-time monitor for events. Currently you can see the EventManager events and the OmniBrowser events, but you may implement your own monitors.Sample usage (Only in Squeak):To start the EventManager monitor, select the "Start Event Monitor" item from the …
SqueakSource pharo

EventTracker

Small Seaside application to keep tracks of various events (research visit, participation in a conference, ...)After having loaded the monticello package in a seaside image, just make your web browser point to *http://localhost:8080/seaside/events*
SqueakSource

Evref-Pharo-Linter

GitHub pharo

exampleObjectBrowser

SmalltalkHub

externalBrowser

migration of ExteranlBrowser Spec to Spec 2
GitHub MIT

ExternalWebBrowser

This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.
SqueakMap squeak

ExternalWebBrowser

This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.Currently works on:Windows (IE, Firefox)Linux/Unix (Konqueror, Mozilla)Mac (Requires Applescript package on Mac Classic)MembersCreator:Alexander LazarevićAdmin:Alexander LazarevićDeveloper:Torsten Bergmann,Matthew Fulmer,Dominique Dutoit,Norbert HartlRegistrationMCHttpRepositorylocation: …
SqueakSource squeak

ExternalWebBrowser

SmalltalkHub

ExternalWebBrowser2

SmalltalkHub

FailSafeDebugger

A debugger for Pharo 11, but fail-safe
GitHub pharo

FAST-Refactoring

SmalltalkHub

Faure

Squeak environments and tools for handhelds, PDAs and other touchscreen systems.We have started with modernizing Faure, working on soft keyboarding tools, and incorporating the Dynapad environment with Genie support.Future goals include: adopting the OmniBrowser core framework, and Magritte for end-user-accessible …
SqueakSource squeak

FeatureBrowser

FeatureBrowser displays a feature in a Mondrian graph. All message sends belonging to a feature are displayed as node in this graph and one can easily read the source code of a specific method by clicking on a node in …
SqueakSource

FileContentsBrowser

Exploring output source code files (i.e. change sets and .st files) Browser built using Glamour
SqueakSource

FileOmnibrowser

Should be used as an example of Omnibrowser
SqueakSource

Functional Pattern Matching

Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap squeak

Generic Actions Framework

This simple framework (inspired by OBAction, from OmniBrowser) defines an abstraction layer between a model and a human interface. Using this abstraction, the model answers GenericActions (slightly extended MessageSends) a human might want to perform, and the human interface uses …
SqueakMap squeak

GenericActions

This simple framework (inspired by OBAction, from OmniBrowser) defines an abstraction layer between a model and a human interface. Using this abstraction, the model answers GenericActions (slightly extended MessageSends) a human might want to perform, and the human interface uses …
SqueakSource

Glamour

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

GoogleIssuesFeed

Provide a Glamour browser for the Google Issues Feed of Pharo. Provide a better view on current activities. Developed in current Moose one-click (based on Pharo 1.1.1 11414) Inspired by CampSmalltalkLondon
SqueakSource pharo

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