922 packages — page 10

Doc

Doc help 'I am Squeak help that is solely CLI based. The idiom is "command line" only, similar to Linux man or GNU info way of doing things. 2020.05.19 Goals: display a class comment. Update a class comment, append to …
SqueakSource squeak

DomView

This project consist in building a simple web page viewer able to display HTML/CSS contents. For example, a such tool will permit to display mails with HTML code and will be usefull for previewing pages during Seaside application development. The …
SqueakSource squeak

DragonBallZExample0001

SmalltalkHub

DragonSlayers

This is a school project for the 2010 ioor course at Stockholm University.
SqueakSource

DRASbeLearn

Smalltalk by Example
SqueakSource

dtwSBEQuinto

I am a simple game, created under the guidance of the book "Squeak by Example" version 1.3.
SqueakSource squeak

duckflyerSBEQuinto

Qunito game from the book Squeak By Example, learning to use Monticello.
SqueakSource squeak

DynamicAspects

An AOP implementation for Squeak.InstallationDownloadReflectivityimage, latest version supported is 0.16Load DAReflectivityFixes-0.16Load latest DAOptionally load latest DAExamples
SqueakSource squeak

DynamicBindings

You may create a hierarchy of DynamicBindings and directly manipulate the keys and values of those instances (just as you would any dictionary). There is a root DynamicBindings that you may use to create new children if you like (but …
SqueakMap squeak

EasySqueak

This is a set of services to help you define simple exercice sessions for students learning SqueakBasically for each sessions you define a class, writes the session's topic in the class comment,and write a code skeleton in the class's body. …
SqueakMap squeak

ECMSBETUTQuinto

Following SBE (Squeak By Example) book on setting up a Monticello package for the simple Quinto game.
SqueakSource squeak

EEG

Provides an extension of SUnit so tests are run covered and get sorted due to their coverage. Should include other commands than unit tests like example methods in the future as well.
SqueakSource

Eg

If you start to program "test-first," you really start to program "example-first".Eg helps programmers to create and retrieve examples for objects and their behavior including tests. (this will also be stored as a method on the class-side)
SqueakMap squeak

ephestos

An interactive , programming , painting , music and sound tool through an RPG game. Confused ? Visit the wiki for more info. DO NOT DOWNLOAD !!! There is nothing usable yet . And it will take at least 6 …
SqueakSource

ETLOGame

LightsOut example game
SqueakSource

ETPBE

Pharo Book by Example
SqueakSource pharo

evaluablestrings

Allows you to put code in Strings that can be evaluated. Like inRuby.It uses Streams so it's more efficient than String concatentation.Examples:'{a} + {b} = {a + b}' evaluate.'CHF: {b printShowingDecimalPlaces: 2}' evaluate.'Seconds/day: #{24*60*60}' evaluate.
SqueakSource

EventInterceptorMorph

*Requires SendTreeExplorer.* Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it? Had trouble trying to trace it in the debugger because interacting with the UI changes what you're …
SqueakMap squeak

example

An example project open for everybody to read and commit versions from and to experiment with the system.
SqueakSource

example

SmalltalkHub

Example

SmalltalkHub pharo

example-metamodel-reuse

This project is a simple working example on how Fame metamodel can be reuse in a familly pattern or a linking pattern
GitHub MIT

example-models

Central repository with links to all example models and a common baseline to load them into the Pharo image.
GitHub pharo MIT

ExampleGitHubActionForPharo

Example on how to invoke Pharo from GitHub Action
GitHub pharo

exampleObjectBrowser

SmalltalkHub