45189 packages — page 1051

RxPOCLookup

A Pharo Smalltalk POC of a drug fuzzy match and dosage lookup. Needed a general POC for JSON structure before moving to AWS. Try Smalltalk!
GitHub pharo

Safara

DescriptionSafarà is an add-on component for Squeak whose mission is to create an editor at the level of the great Squeak IDE and the traditional ones, like TextMate, Eclipse and Emacs.FeaturesHighly configurable and customizable using Smalltalk code or a graphical …
SqueakSource squeak

SamplePierApp

Sample code demonstrating how to create a new Pier site, add pages, add users, and manipulate user permissions. Requires Albatross for unit testing.
SqueakSource

SandMake

The Programming System For Anyone! Cool things: You can alt+click / option+click on an object 2 times for additional buttons around it. If its outside the stage do it one time. The SandMake project file format is ".ppr". Also, that …
SqueakSource squeak

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakSource squeak

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakMap squeak

SandstoneExtention

Extends older versions of SandstoneDb to make multiple databases in one image possible.
SqueakSource

SandstoneGOODS

See homepage. This package requires the following packages: GOODS, BTree, SandstoneDB.
SqueakMap squeak

Sanitize

Sanitizeis awhitelist-basedsanitizer.Applicability:Typical usage is sanitizing user comments in sites, blogs or social applications. Could also bring some peace of mind if it's used in all the application's input (like we do atflowingforairflowingand all our apps).You send toSanitizea raw piece of …
SqueakSource

SantosSzyrej-tp1

SmalltalkHub

Sapien

An etoy to control the RoboSapiens (both versions 1 and 2) with an IR Lego Tower.It needs the LegoIRTower project installed.
SqueakSource

SARInstaller for 3.6

Support for installing SAR (Squeak ARchive) packages from SqueakMap and the File List.For 3.6 and later images. SMSARInstaller will use this if it's present to load SAR packages. Use SARBuilder for making these packages easily.
SqueakMap squeak

Sbe

You might want to read aboutSqueak's Community Development Model. If you are not a core developer here is where you can submit suggested changes to Squeak. This repository is open to all reasonable submissions.Tests are always appreciated.Once a package is …
Squeak Trunk squeak

SBEQuintoexercies

SBEQuintoexos
SqueakSource

SBEQuintoJRoss

Game created in Squeak By Example.
SqueakSource squeak

SBEQuintoSAC

SqueakSource

SBEQuintoSDM

Just doing the Squeak By Example Quinto project.
SqueakSource squeak

SBEQuintoSFED

SqueakSource

SC5

I have written in Squeak an interpreter for a programming language called SC5, based on the video game Space Channel 5. Space Channel 5 is a fun game with retro Peter Max style visuals, and itfollows a space reporter named …
SqueakMap squeak

Scaffolding

Monticello package from magritteaddons repository
Lukas Renggli Source pharo

Scamper

Before installing this package, you must install:- SARInstaller- FlapsRegistry- AppRegistry- Scamper Removal (If you're running Squeak 3.6, you've already got all of those things.) This package installs the Scamper web browser into the image. Right now this package includes the …
SqueakMap squeak

ScamperM

ScamperM is refactored version of Scamper.added the following functions.
SqueakMap squeak

Scheduler

An easy-to-use task scheduler that can run arbitrary blocks: * Every so often (e.g. every hour starting now)* Daily at a given time* Periodically starting at a given time (e.g. every other hour starting a noon)* Per a provide schedule …
SqueakMap squeak

Scl

Scl is a small language for component-based software programming i.e programming by assembly of software components on the shelves (COSTS). Actually, Scl is framework of Smalltalk class that allows programming components and connectors.
SqueakSource

scopeo-instrumentation

Instrumentation library to install indirection on AST nodes of chosen methods
GitHub pharo