922 packages — page 9

CourseRegistration

SmalltalkHub

CourseWorkProject

Course Work written on Pharo
GitHub pharo MIT

crab

The syntax of the shell scripts in *nix systems isn't broken. It's totally, absolutely, insanely broken. So? Why not to use some smalltalk powerful sweetness in shells too? Meet crab: humbler than a coral, yet quite handy, err... clawsly.How to …
SqueakSource pharo

crazydriver

This project is to develop smalltalk game "Crazy Driver". Players can control a car on the road. Players can increase and decrease speed of a car. Besides, there will be other cars or motor cycles which come from this other …
SqueakSource

criterion1

Learning
SqueakSource

CroquetGL

The OpenGL interface from Croquet for consumption in other contexts. Supports OpenGL 1.4 plus extensions.To install, first load the FFI via:(Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'; install: 'FFI-Tests'.then load CroquetGL:(Installer repository: 'http://www.squeaksource.com/CroquetGL') install: '3DTransform'; install: 'OpenGL-Pools'; install: 'OpenGL-Core'.When everything …
SqueakSource squeak

CS403_prog_lang

Exploring Scheme, Haskell, Prolog, Smalltalk and Cilk/Cilk++ in CS403: Programming Languages course at the UA
GitHub

Cuis-Add-Ons

Some Add-Ons for Cuis; will contain examples and experiments as well
GitHub cuis

Cuis-Smalltalk-Beginner

learning smalltalk
GitHub cuis

CWBSBEQuinto

The Quinto game from Squeak By Example.
SqueakSource squeak

Cyberama

Tutorial from the book.
SqueakSource

Daniel

project from the book squeak by example.
SqueakSource squeak

dannywafulExamples

Programming examples based on Pharo by Example
SqueakSource pharo

DateCollection

Date Range Collection provides a way for working efficiently with a collection of date ranges. For example, if you were writing a calendaring program, it would be able to return a list of all events taking place on a given …
SqueakSource

dbus

D-Bus bindings for Squeak (seedbus.freedesktop.org)DBus-Plugin:Wrapper around libdbusDBus-Core:(essential) Low-level access to pluginDBus-Objects:(essential) High-level language bindingsDBus-Tools:(optional) interactive D-Bus explorer, create pre-compiled proxiesDBus-Etoys Scripting:(example) demonstrates how to control Etoys objects from outside SqueakDBus-Tests:(tests) rather incomplete unit testsFor older versions seehttp://source.impara.de/dbus/. The plugin was …
SqueakSource squeak

Deli

Deli is a course management system that in particular allows for submitting deliverables and reviewing them. It enables staff to create lectures which students can join and form groups for. Furthermore, students can propose topics to work on and staff …
SqueakMap squeak

DeltaStreams

WARNING:This project was moved tohttp://smalltalkhub.com/#!/~gokr/DeltaStreamsat 2013-01-06!!! There may be newer code there.DeltaStreamsis a better implementation much more powerful implementation of ChangeSets.MembersCreator:Göran KrampeAdmin:Matthew Fulmer,Göran KrampeDeveloper:Matthew FulmerTagscompiler,fileformat,monticelloLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/DeltaStreams'user: ''password: ''PackagesDSProfiling, DeltaStreams, DeltaStreams-Browser, DeltaStreams-Converting, DeltaStreams-Deprecated, …
SqueakSource squeak

DiacriticSupport

Add diacritic support for latin-alphabets to Squeak. You can check for strings with diacritic characters such as accents, cedillas, umlauts, etc.Examples:-'cancion' hasAnyDiacritical. ----> false-'canción' hasAnyDiacritical. ----> true-'á' hasAnyDiacritical. ----> true-'garçon' hasAnyDiacritical. ----> true-'canción' isDiacriticalEquivalentOf: 'cancien' ----> false-'cancion' isDiacriticalEquivalentOf: 'canción' ----> …
SqueakSource squeak

Dice

A small DSL for dice rolling: a nice example to get started with Pharo
GitHub pharo

Digester

A port ofApache Digester. The Digester lets you configure an XML -> Object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. Currently only supports basic functionality, the API resembles the …
SqueakSource

DiscordExamples

Examples of using Discord webhooks and bots in Pharo
GitHub pharo

Dispatch

This provides simple CLOS-like multiple dispatch for Smalltalk methods. It operates on a selector naming convention. For example, you might have a generic selector #add:to:, with more specific versions #addNumber:to:, addString:to:, add:toArray:, addDictionary:toDictionary:, and so on. With this package loaded, …
SqueakMap squeak

DJ

simple dungeon and dragons to teach programming
SqueakSource

DMGSBEQuinto

Squeak By Example Project
SqueakSource squeak

DNS Client

This package implements the DNS protocol (not all of it, but extending it is very easy). It includes a DNS client (a name resolver). Example (put the address of a name server):NameResolver default servers: #((xxx xxx xxx xxx))NameResolver default addressByName: …
SqueakMap squeak