1142 packages — page 8

AoCVisualizer

Visualize AoC problems in Pharo/Roassal (not solutions nor solving processes)
GitHub pharo CC0-1.0

AOKI Prolog

AOKI Prolog for Morphic World. GUI works in MVC and Morphic both.MVC, Morphic version runs on 3.8 #6665 later. Morphic version developed Squeak 3.10.2-7179dev08.09.1 image.
SqueakMap squeak

Appearance Menu Registry for Squeak 3.4

Provides a menu registry for the world appearance menu. For example...TheWorldMenu registerAppearanceCommand: {'set desktop image...'.{FileList2. #openMorphicViewWithPreviewInWorld}.'open up an image browser to choose a new desktop background'}.
SqueakMap squeak

Arena

Learning UI Framework
SqueakSource

ArlesGame

A little videogame using Morphic and FluidDB. A final project of Computer Science.
SqueakSource squeak

AspectMaps

Source code visualisation for Aspects. See http://pleiad.cl/aspectmaps
SqueakSource

AspectMaps

SmalltalkHub

aspectpharo

Aspect language for Pharo
SqueakSource pharo

AspectS

AspectS is an approach to general-purpose aspect-oriented programming in the Squeak/Smalltalk environment. It extends the Smalltalk metaobject protocol to accommodate the aspect modularity mechanism. Weaving and unweaving in AspectS happens dynamically at runtime, on-demand, employing metaobject composition. Instead of introducing …
SqueakMap squeak

Assembly-Interpreter

Simple assembly interpreter with GUI written in SmallTalk
GitHub

Athens

A vector graphics framework for Pharo with nice little back-ends such as Cairo.
SqueakSource pharo

Aton

Aton is a set of classes for accessing CDS/ISIS databases. Its name comes from the egyptian god Aton (or Aten), which was the first one god, and the first dead god as well. In spanish, my language, is spelled "Atón" …
SqueakSource squeak

AuDSL

this is an internal domain specific language, a pidgin, for Harel statecharts embedded in Helvetia It uses - the petitParser in Pharo and - the editor integration and syntax highlighting of helvetia Requires: - Pharo 1.1 - Helvetia-loader-lr.40 and packages …
SqueakSource pharo

AuDSL3

this is the pharo 1.1 compatible edition of the AuDSL, a domain specific language for Harel Statecharts. It contains an AuDSL3-Parserscript as well as the equivalent PetitParser methods. Requires: PetitParser-lr.194 (source.lukas-renggli.ch/petit) _ for documentation see wiki
SqueakSource pharo

Balloon3D

The Balloon3D package, including the Squeak3D plugin. Please check thewikifor more information.This project is covered by the MIT License:Copyright (c) 1999 - 2009 The Squeak CommunityPermission is hereby granted, free of charge, to any person obtaining a copy of this …
SqueakSource squeak

Beginner's Guide to Smalltalk | Beginner's Guide to Programming Languages

Introduction to Smalltalk # What is Smalltalk? # Smalltalk is a dynamically typed, reflective, object-oriented programming language. Unlike many languages that evolved from a design document, Smalltalk emerged from a research project at Xerox PARC in the 1970s, aiming to …
Web Discovered

BehavioralInspector

SqueakMap squeak

BehaviorMockup

BehaviorMockup - mock objects framework with SSpec functionality. [:mock | mock someMessage] should strictly satisfy: [:mock | mock someMessage willReturn: 'some'] [:mock | mock someMessage] should lenient satisfy: [:mock | mock someMessage willReturn: 'some'] * 5 should equals: 6* and …
SqueakMap squeak

Benchmarks

This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap squeak

BEncode

An implementation of the BEncode data encoding format, as seen in BitTorrent, the Mainline DHT, and so on. See https://en.wikipedia.org/wiki/Bencode and https://wiki.theory.org/BitTorrentSpecification#Bencoding .(This is a separate implementation from the 2013 Crypto-Bencode package published to http://smalltalkhub.com/tonyg/Crypto-Bencode/ ; Crypto-Bencode is less strict …
SqueakSource squeak

BerSt

BerSt - an interchangable object serializer.BerSt is a fully functional object serializer which supports shared/circular references.BerSt is built on BERT serialization protocol. All objects are represented as BERT tuples. You can easily debug binary data contents by a normal inspector. …
SqueakSource

BeyondRoassal

SmalltalkHub

BinaryClockMorph

simple binary clock for Morphic (Squeak/Smalltalk)
GitHub squeak MIT

BitSyntax

Erlang-inspired Smalltalk embedded domain-specific language for bidirectionally mapping binary data structures to objects. Useful, for example, for parsing network or telephony packet structures or other binary files or formats. See also: https://wiki.squeak.org/squeak/6649
SqueakSource squeak

Blend2D

This project contains bindings for vector graphics rendering engine called Blend2D. Work in progress. VM may crash when attached form is accessed but the engine haven't finished rendering yet
SqueakSource