922 packages — page 26

QuintoTestExample

tryout
SqueakSource

RayCaster

I implement a ray casting engine. I can be used for 2D lighting effects and line of sight testing. I can also be used to render pseudo-3D scenes, either natively in morphic with solid colors or with the help of …
SqueakSource squeak

RayTracing

A quick port of David Buck's raytracing package for VW. See http://www.cincomsmalltalk.com/userblogs/buck/blogView?showComments=true&entry=3243310836for more info. RayTraceExamples example1 This will take a bit of time...
SqueakMap squeak

rcPBELightsOut

PHARO By Example
SqueakSource pharo

Reef

AJAX/Javascript framework for seaside. Documentation, tutorials, etc. can be found at:Home PageTo load Reef:Gofer it squeaksource: 'Reef'; package: 'ConfigurationOfReef'; load. "Use this if you already have Seaside30 and JQueryWidgetBox installed" ((Smalltalk at: #ConfigurationOfReef) project version: #bleedingEdge) load. "This loads everything, …
SqueakSource squeak

Registries

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This is a pretty simple class to let us do registries a little bit more flexibly than the current systems that …
SqueakMap squeak

ReinforcementLearning

Implementation of Reinforcement Learning (Q-Learning) in Pharo Smalltalk. The code is described in a chapter of the Agile Visualization book.
GitHub pharo MIT

RetonatorLearning

SqueakSource

ReverseString

Reverse a string For example: input: "cool" output: "looc
GitHub

rexLightsOut

My practice from Pharo by example
SqueakSource pharo

Richard's Geemail Example

This is a Project named "Richard's Geemail Example" that Alan Kay posted to Bob's SuperSwiki.
SqueakMap squeak

RJMQuinto

Quinto game from learning squak by example. I am sure there are hundreds of these in here already!
SqueakSource

RNMQuinto

From Smalltalk by example.
SqueakSource

Roassal2Spec2

a walk around to support Spec2 with Roassal 2 as Roassal 3 lack documentation and examples are not working
GitHub

robot-forager-cormas

Cormas Pharo Robot Forger Tutorial
GitHub pharo

RobotSoccer

This project allows the user to develop robot soccer strategies. Currently it supports virtual robots from the fira simurosot category, real robots made with lego (it needsSqueakNxtloaded) and home-made robots.How to use it (for Simurosot)In order to use it, you …
SqueakSource squeak

ROExamples

SmalltalkHub

Roman Numerals

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

RoMoExamples

SmalltalkHub

RotaryDialMorphs

Rotary dials are good for displaying some kinds of data. Temperature, pressure, voltage, stuff like that. This package provides a generic foundation class along with several data specific subclasses for temp. humidity, air pressure and compass heading. Any morph can …
SqueakSource squeak

Rowan3Example

Project to illustrate the current Rowan 3 project management api
GitHub MIT

RPGSqueak

An educational framework for doing Role Playing Game in Squeak (teaching programmation through RPG)
SqueakSource squeak

rpzQuinto

I'm running through Squeak By Example and currently doing the part about Monticello. I'll probably remove this package shortly.
SqueakSource squeak

RRGMQuinto

Quinto game from Squeak By Example
SqueakSource squeak

RSS-Examples

Monticello package from seaside30 repository
Lukas Renggli Source pharo