922 packages — page 20

NewFileInOutFormat

Allows editing a full class or some classes methods in a single file with any text editor. The text format is simply a sequence of valid Smalltalk messages (e.g. class creation message). Method definitions are possible using, two messages. <html>The …
SqueakSource

NoeTables

Interactive exercises.General framework for multiple choice problemsExamples:Math problems for elementary school kidsLatin problemsVisit my German-Latin instance athttp://uchi.seasidehosting.st.
SqueakSource

NonAsciiCollation

Let you define yours own collation order. Useful for example for non English collation of SortedCollection and so on. It is dedicated to the public domain.
SqueakSource

normalization

Different strategies for normalizing a numeric collection that can be used by machine learning algorithms
GitHub MIT

Notepad

This is a simple Seaside app I coded up when I was initially learning Seaside. It's a simple web-based "notepad." It has one dependency, the Sixx package (which is used to write the notepad entries to a file). Although this …
SqueakSource

NotificationsArea

NotificationsArea is a Seaside Decoration which renders a notifications div & an error div.It wraps around the AJAX calls generated by scriptaculuous/prototype extensions of seaside, and adds a notification if the callback attached to the AJAX thing was successfull, or …
SqueakSource squeak

Nurikabe

Nurikabe for CS598 Summer 2009 Course
SqueakSource

ObjectBrowser

A GUI-Tool to teach Object Oriented principles beginning with pseudo-prototypes. It's used in Universidad Tecnológica Nacional, Buenos Aires, Argentina.
SqueakSource

ObjectEvolutionExamples

SmalltalkHub

ODBCEnh

Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows: * DSN-less connection string support* Simpler access to result sets with a single message named "run" that takes an SQL statement and returns a Collection of …
SqueakMap squeak

OGRPNCalculator

Seaside Reverse Polish Notation Calculator tutorial from the Squeak by Example book.
SqueakSource squeak

OJDPBELightsOut

Learning Pharo.
SqueakSource pharo

OldPocketQuinto

Quinto Game as described by SBE (SmallTalk By Example) Tutorial.
SqueakSource

OLE

Educational software for use in a classroom environment. This project is initiated by Open Learning Exchange (OLE) Nepal for our project to introduce the OLPC XO into classrooms. Current status: Just getting started!
SqueakSource

Oondir

This is my first project on SqueakSource created with the sole intention of learning how to manage projects using this facility.
SqueakSource squeak

OrderPreservingDictionary

This package has ordered dictionary classes that behave like OrderedDictionary and OrderedIdentityDictionary in Pharo, but are portable to Squeak and Gemstone, and other ordered dictionary classes needed by XMLParser and XMLWriter. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak

OSProcess-Examples

SmalltalkHub

Ozono

Ozono es una herramienta que permite enseñar Programación Orientada a Objetos sin introducir el concepto de clases. Permite crear objetos (singletons) y darles comportamiento, testearlos, usarlos en workspaces, etc.
GitHub pharo

PakbotTestExample

test project for pakbot package manager
GitHub MIT

PaneResizerMorph

PaneResizerMorph lets you resize two adjacent submorphs within any owner morph by dragging their common border with the mouse. By default, a PaneResizer is invisible ('transparent') and makes itself be noticed by changing the mouse cursor on 'fly over' indicating …
SqueakMap squeak

PAOD

Examples for the paper "Patterns of Aspect-Oriented Design"
SqueakSource

parp-smalltalk

Assignment for Programing Paradigms course @ Warsaw University of Technology
GitHub

Pasta-example

SmalltalkHub

Pasta-example

SmalltalkHub

PBE

PBE Pharo By Example
GitHub pharo