207 packages — page 5

MudPie

An tool for understanding, refactoring and maintaining dependencies in code, especially indirect ones. Intended to be used for the partitioning of Squeak, for example by the Morphic-Splitters team.Requires Connectors.Documentation:Paper for ESUG 2003: http://esug2003.esug.org/academic/1-vainsencher.pdfShort description of that presentation: http://wiki.eranova.si/esug/MudPieIf you have …
SqueakSource squeak

muO

Development snapshot of muO (Musical Objects for Squeak). muO is an environment for music composition. Please follow the installation instructions athttp://www.zogotounga.net/comp/squeak/sqgeo.htm
SqueakMap squeak

Natural Smalltalk

NaturalSmalltalk is a collection of tools to analyze English texts and Smalltalk programs.This package provides scanners, stemmers, Naive Bayes classifiers, tfidfclassifiers, K-means clusterers, keyword extractor, and FastMap visualizer.Two tools, MessageSpy (profiler with keyword extraction) and WhatyaDoing(process monitor by keyword extraction) …
SqueakMap squeak

NetworkRewrite I

A SUnit suite is located here:http://www.squeaklet.com/sm/Network-SUnit.st.gz Additional patches for protocol clients:http://www.squeaklet.com/sm/celeste.cs.gzhttp://www.squeaklet.com/sm/smMailPasswd.cs.gz
SqueakMap squeak

OB-Refactory

Monticello package 'OB-Refactory' in the omnibrowser repository at source.lukas-renggli.ch. Latest OB-Refactory-lr.275.mcz; 284 versions.
Lukas Renggli Source

OB-Tests-Refactory

Monticello package 'OB-Tests-Refactory' in the omnibrowser repository at source.lukas-renggli.ch. Latest OB-Tests-Refactory-lr.27.mcz; 27 versions.
Lukas Renggli Source

objetos2-unlp-2019

Orientación a Objetos 2 (OO2) 2019 - UNLP Informática (3º año) | OOP, GoF design patterns, refactoring to patterns, testing, frameworks
GitHub

OBO2Merge

This is currently experimental to assess the possibility of healing the fork between these two browser strands. The initial instance takes some common code out of each corresponding class, into a trait. This allows a cautious bottom up approach. A …
SqueakSource

OggVorbis

A pure smalltalk port of the Ogg-Vorbis decoder. It works (just) but is EXTREMELY ugly code. Refactoring is neccesary.It runs VERY slowly and it is not really usable at the moment. There will be cases that it cannot decode and …
SqueakMap squeak

OmniBrowser

OmniBrowser is a ground up rewrite of the classical system browsers providedin Smalltalk. It's designed to be flexible and extensible, so as to encourageexperimentation with new types of development tools, language extensions,and runtime environments. It features modern refactoring support.
SqueakMap squeak

OO2

Trabajos practicos de la materia Programacion Orientada a Objetos 2 - Version Smalltalk
GitHub

OpenPlay

OpenPlay is a future project based on MagicWords. Currently this project is empty.
SqueakSource

OSProcessPlugin

OSProcessPlugin (OSPP) provides access to Unix/Linux, Mac OS X, and Windows operating system functions. OSPP is used by OSProcess for low level system access. Stub classes are provided for other operating systems (help welcome here). OSProcessPlugin contains the complete source …
SqueakSource

Over The Air

Communicates with AT-compatible GSM modem/phone via serial/USB port. Sends and receives PDU-encoded SMS (most phones can handle only PDU-encoded ones). Has a simple Web API to controll the state and monitor incoming/outgoing queues. Custom SMS types for recognition can be …
SqueakMap squeak

P2P

this project is about harvesting the P2P communication framework of the DGV project - aim to provide a framwork for Pharo - first steps: make it run under Pharo 1.3 locally - add test cases for remote tests - refactor …
SqueakSource pharo

PackagesVocabularyExtractor

SmalltalkHub

ParallelPort

An etoy to access the parallel port.Windows users:It requires theIOST for Squeakproject and FFI.Linux users:You will have to download thislibraryand place it on the vm directory. Make sure you have FFI installed in your image. Also, in order to avoid …
SqueakSource squeak

ParObj

An experimental proxying system that attempts to enforce that objects are properly used in a parallel environment.
SqueakSource

PerspectiveS

PerspectiveS introduces dynamic layers of behavior into the Squeak environment. It was inspired by the layers idea of the PIE system. The main difference between the two systems is that while PIE simultaneously offers alternative designs to developers within their …
SqueakMap squeak

pharo-atomic-refactors

GitHub pharo MIT

pharo-refactoring-intialize

Right-click refactor for generating initializers for instance variables in Pharo Smalltalk
GitHub pharo MIT

Pharo-RWMutex

Mutual Exclusion access to a shared resource between a single writer and multiple concurrent readers.
GitHub pharo MIT

PharoNonCorePackages

This repository contains all the packages maintained by the pharo maintainers and that are not external to Pharo (ie like the package used in Pharo-dev). If you want to get commit rights just ask in the mailing-list In the future …
SqueakSource pharo

PLM Refactoring Forever

It is a refactoring of LargeLists changes introduced from 3.7a-5707.This patch can be loaded to 3.7a-5707 or later versions.What I have done are: (See PLMSimpleTestModel example methods).
SqueakMap squeak

PrimeFactors

SmalltalkHub