124 packages — page 5

Pier-Math

Monticello package from pieraddons repository
Lukas Renggli Source pharo

Pier-Math

Monticello package from pieraddons repository
Lukas Renggli Source pharo

Pier-Math

Monticello package from pieraddons repository
Lukas Renggli Source pharo

Pier-Math

Monticello package from pieraddons repository
Lukas Renggli Source pharo

Pier-Math

Monticello package from pieraddons repository
Lukas Renggli Source pharo

PolyMath

SmalltalkHub

PolyMathInbox

SmalltalkHub

PostgreSQL Client for Squeak

Implements a native Smalltalk connection to PostgreSQL backend. See the "Frontend/Backend Protocol" chapter in the "PostgreSQL Programmer's Guide" for more information. Notes:1. Only "plaintext" and "md5" authentication modes are currently supported. This option is configurable via the pg_hba.conf file in …
SqueakMap squeak

PRMath

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

ProgressDisplay

Like SystemProgressMorph et. al. but with a lot of bells and whistles. Designed to meet my specific needs but since it's MIT anyone may use, steal components, or move components of to Squeak. Has utility class category with useful classes …
SqueakSource squeak

random-numbers

Project to provide different random number generators for the Pharo programming language
GitHub pharo MIT

Roman Numerals

Are you good at Roman numerals? Good or not, you can download LittleThings2 package and play around with them Romans for a while. The package contains a new Squeak class called 'RomanToArabic'providing means for testing of correctness of the numeric …
SqueakMap squeak

RSA

Implementation of RSA algorithm in Pharo
GitHub pharo

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

SparseMatrix

Pharo Smalltalk implementation of a sparse matrix using different underlying structures.
GitHub pharo MIT

sparseMatrix

Pharo exercice that manipulates sparse matrices
GitHub pharo MIT

SparseMatrix_in_pharo

GitHub pharo

StringFormat

An extensible and customizable utility for string formatting a few simple examples: simple replacements (no arguments)'line one&rline two' sformat=='line oneline two' replacements with arguments'%s+%s=%s (or not)' sformat: {7. 2. 8}== '7+2=8 (or not)' replacements with inlined arguments'%s[6+1]+%s[2] indeed is %s[4*2]' …
SqueakMap squeak

Stuff

nothing fancy, just some very basic classes I need everytime I start something new in Squeak: Matrix2D - just that, I guess everybody has one of their ownOrderedTreeNode - nothing sophisticated, just plain basic functionalityXMLObject - a very simple and …
SqueakMap squeak

Superscripts and subscripts

These are true type fonts based on the free Bitstream Vera Sans Mono fonts. This package adds a BitstreamVeraSansSuper and a BitstreamVeraSansSubs font allowing the representation of superscripts and subscripts in Squeak. Mathematical text are the main target of these …
SqueakMap squeak

SystemVisualizations

A loose collection of visualizations/simulations for some algorithms and systems.
GitHub squeak MIT

WodenMath

SmalltalkHub

Xtreams

Xtreams is the Squeak port of VW Xtreams. The project site (and documentation) is athttp://code.google.com/p/xtreamsHere's how to load the project using Gofer (Pharo):Gofer new squeaksource: 'Xtreams'; package: 'Xtreams-Support'; package: 'Xtreams-Core'; package: 'Xtreams-Terminals'; package: 'Xtreams-TerminalsFileSystem'; package: 'Xtreams-Transforms'; package: 'Xtreams-Substreams'; package: 'Xtreams-Parsing'; …
SqueakSource pharo