124 packages
— page 5
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
Monticello package from pieraddons repository
Lukas Renggli Source
pharo
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
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
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
Project to provide different random number generators for the Pharo programming language
GitHub
pharo
MIT
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
Implementation of RSA algorithm in Pharo
GitHub
pharo
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
an interface to the famous LAPACK linear algebra package
SqueakSource
Pharo Smalltalk implementation of a sparse matrix using different underlying structures.
GitHub
pharo
MIT
Pharo exercice that manipulates sparse matrices
GitHub
pharo
MIT
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
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
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
A loose collection of visualizations/simulations for some algorithms and systems.
GitHub
squeak
MIT
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