915 packages — page 10

Cephei

Toy box that comes with all the building blocks and tools required for creating data-driven automatons that are easy to suspend, restart, and file in/out. I take a declarative approach to modeling state; tell me what states you have and …
SqueakSource squeak

Charts-Morphic

SmalltalkHub squeak

ChatServerGui

Seaside GUI of chat server
SqueakSource

Chitter

This is a Morphic/ToolBuilder based Gopher client.
SqueakSource squeak

Classbox

This version of Classboxes does not have (yet) the local rebinding. But it should come soon in an another package. What you can do with Classboxes:- You have namespaces, basically you do not need to prefix all your classes in …
SqueakMap squeak

ClassNameAnalyserSpecView

Spec view for @NourDjihan 's ClassNameAnalyser
GitHub MIT

ClosedVMMaker

The ClosedVMMaker project is a subproject of VMMaker (http://source.squeak.org/VMMaker), specifically of the VMMaker.oscog JIT VM (a.k.a. Cog) and its generated source at OpenSmalltalk-VM (https://github.com/OpenSmalltalk/opensmalltalk-vm). Currently this project contains the source for the ARMv8 code generator for Cog.Copyright © 2019 Eliot …
SqueakSource pharo

ClosureCompiler-ajh for 3.8

Prerequisites: 3.8a6315, Compiler (version 19) This package adds a closure compiler to the standard Squeak image without replacing the existing compiler. A new 'general' preference called #compileBlocksAsClosures determines which compiler to use for NEW methods only. When true the closure …
SqueakMap squeak

CodeCity-Spec

Spec adapter for CodeCity
GitHub

combst

Some combinators for Smalltalk's BlockClosure objects
GitHub MIT

CommandShell

CommandShell is a Smalltalk simulation of a Unix command shell, with a simple dumb terminal window in Morphic and MVC. It is useful for running programs without leaving Squeak, and for piping command output directly into Squeak. Can be loaded …
SqueakMap squeak

Connectors

Connectors is an application for making structured/connected drawings in Morphic. It adds a new kind of Morph (NCConnectorMorph) that can connect other Morphs together (and stay connected). There are also a number of other shapes, flaps, and tools for making …
SqueakMap squeak

Containers-Rope

An implementation of ropes extracted from bloc graphics system
GitHub

Continuations-ajh

Prerequisite: ContextCleanup-ajh. Thanks to Andreas Raab for separating this out of an older version of ContextCleanup-ajh. ContextTags - 'methodContext contextTag' will create a unique ContextTag object for that methodContext and hold it in its receiverMap instance variable which was previously …
SqueakMap squeak

contour-plot

Roassal support for contour plots
GitHub MIT

CORC

We are planning to create a framework for Squeak to specify class/object relations & constraints in a logical manner. This framework can then be used to check/enforce these relations & constraints in the runtime objects and classes. Also, one can …
SqueakSource squeak

cormas-bloc

Experimenting with Bloc for Cormas spatial grid
GitHub MIT

Create a WebSocket Server in Smalltalk | Using WebSockets in Programming Languages & Frameworks

Build a real-time WebSocket server in Smalltalk. Learn to implement event-driven communication for modern web applications with this practical guide.
Web Discovered

Cryptography

The cryptography package provides some basic cryptographic algorithms andprotocols. This change set integrates algorithms implemented by several membersof the Squeak community, including Leandro Caniglia, John Maloney,Duane Maxwell, Luciano Notarfrancesco and Carlos Sarraute. There isn't muchdocumentation, but browsing the tests (CryptoTest) …
SqueakMap squeak

CustomSpelling

Adds onto Lukas Renggli's Lint spellchecker the following:A custom dictionary, to supplement the standard dictionaries with your own spellings, variable names, prefixes etcThe ability to spell check interactively, checking and/or correcting each suspect string as it is encounteredAn additional Lint …
SqueakSource

Cutie-LanguageAspects

Monticello package 'Cutie-LanguageAspects' in the helvetia repository at source.lukas-renggli.ch. Latest Cutie-LanguageAspects-lr.14.mcz; 14 versions.
Lukas Renggli Source

Czech Keyboard

Helpful when host platform does not support localization, i.e., works with US ASCII only. Old dirty hack. Older release (latin2) is known to work with Squeak versions 3.4 - 3.7.The newer version (unicode) works with Squeak 3.8 and above. Shift-Alt-"\" …
SqueakMap squeak

daap

An implementation of the Digital Audio Access Protocol [1], used by Apple's iTunes[2] to share music over a network. There is very little documentation available [3], Apple has not disclosed the specifics of DAAP. ***EDIT*** Unfortunately, due to an absence …
SqueakSource

Daskalos

Projects to understand the concept of object oriented programming in a lanuage called as smalltalk using an GUI: Daskalos
GitHub

DBPlayground

A playground allowing to execute SQL code on a connection to database and to inspect the results.
GitHub pharo MIT