59825 packages — page 1789

SmallAI

SmalltalkHub

Smallapack

Smallapack give you the ability to work efficiently with numerical matrices of large size, compute an inverse, compute eigenvectors, etc... BLAS and LAPACK libraries are pre-requisites (compiled as Dynamic link libraries)
SqueakMap squeak

Smallapack

an interface to the famous LAPACK linear algebra package
SqueakSource

SmallAutoDoc

With this package you will be able to generate LaTeX files from your methods and classes comments. The LaTeX files are made for pdf output with clickable links. You can easily modified the apearence of the generated document as it …
SqueakMap squeak

SmallAutoDoc

Generate documentation for packages, classes and methods.
SqueakSource

SmallBDD

SmalltalkHub

SmallBlog

Initial Squeakmap release. This version still has some known problems. Join the development team if you'd like to help polish this up.
SqueakMap squeak

SmallBrother

SmallBrother gathers information about how a developers uses the system browser. So far, all displayed methods are recorded. Currently support browser are: OmniBrowser.Usage:Load the latest version of SmallBrother. It will instrument OmniBrowser to gather activity data while you are working …
SqueakSource

SmallBurger

A toy MapReduce framework inspired by mincemeat
SqueakSource

SmallCache

SmalltalkHub

Smallchange

A (very) personal finance application
SqueakSource

smallcheckers

Automatically exported from code.google.com/p/smallcheckers
GitHub

smallclock

an animated clock using morphic in pharo
GitHub pharo MIT

SmallDEVS

This is experimental project to verify / proof the concept of SmallDEVS simulation library in Pharo.
GitHub pharo MIT

SmallDEVS

SmallDEVS is a new implementation of B. Zeigler's DEVS formalism. Its design is based on Zeigler's book "Theory of Modeling and Simulation" and partially influenced by Python DEVS (http://moncs.cs.mcgill.ca/MSDL/research/projects/DEVS/). It is an experimental software. It allows for experimenting with prototype-based …
SqueakMap squeak

SmallDEVS

DEVS modeling and simulation framework for Squeak. See http://www.fit.vutbr.cz/~janousek/smalldevs/. Depends on SIXX, Connectors, PlotMorph. Load packages in this order: System-Prototypes, SmallDEVS-MyRepository, SmallDEVS-Core, SmallDEVS-GUI, SmallDEVS-Examples.
SqueakSource squeak

SmallDude

SmalltalkHub

SmallDude

This is an implementation of code duplication detection.To load SmallDude in Pharo, execute the following script in a workspace:Gofer new squeaksource: 'SmallDude'; package: 'ConfigurationOfSmallDude'; load. (Smalltalk at: #ConfigurationOfSmallDude) perform: #loadDefault
SqueakSource pharo

SmallExpert

SmalltalkHub

SmallExpert

SmallExpert
SqueakSource

SmallFaces

SmalltalkHub

SmallFaces

SmallFaces (SF) is a set of widgets for Seaside. You can create web applications with Seaside just using widget objects and without thinking in XHTML tags, CSS or JavaScript. SmallFaces provide common user interface widgets like TextFields, Buttons, ListBox, CheckBox, …
SqueakSource

SmallFaces2

InstallationGofer new squeaksource: 'SmallFaces2'; package: 'Table'; package: 'Pager'; package: 'SFCSS'; package: 'SmallFaces'; package: 'SFSeaside3'; package: 'SFPrototype3'; package: 'SFScriptaculous3'; package: 'SmallFacesExamples'; package: 'SFESeaside3'; load
SqueakSource squeak

SmallFBP

SmalltalkHub

Smallforce

Provides bindings to the Salesforce REST API from Pharo.
GitHub pharo Unlicense