59812 packages
— page 1407
A PrimCallController (PCC) serves for switching external prim calls (primitiveExternalCall) on and off: this is helpful for e.g. testing of plugins. Dis/en-abling prims by a PCC works forbothinternal and external modules! This package contains two concrete PCCs using totally different …
SqueakMap
squeak
Paradigmas de programación
GitHub
This origins from a changeset which was submitted by Michael Rueger to the squeak dev mailing list in 2000. I found it using archive.org and decided to put it up for others
SqueakSource
squeak
See the embedded wiki for information. This is a renamed project was ThreadNavigatorPlus
SqueakSource
Priority Queue for Pharo
GitHub
pharo
Implementation of one game in three languages
GitHub
2nd assignment on Programming Languages DE sem 3
GitHub
This project adds support for MathJax to Pier, so enabling the display of (LaTeX-like) formulas. My initial version is just a proof of concept, see the ToDo wiki page for examples of what you can contribute.
SqueakSource
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
Process Model views are built following a recovery process such that each process view allows us to evaluate different process characteristics. This project proposes three process view types: ROLEBLUEPRINT, TASKBLUEPRINT and WORKPRODUCTBLUEPRINT.Gofer new squeaksource: 'ProcessModel'; package: 'ConfigurationOfProcessModel'; load. (Smalltalk at: …
SqueakSource
squeak
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