20090 packages — page 26

CCSE

Collaborative Curved Space Explorer (CCSE) - is the full-featured multi-user toolbox for exploring the structure of curved spaces in 3D (based on Croquet) with real-time rendering in curved spaces (Jeff Weeks algorithm) in the core.MembersCreator:Nikolay SuslovAdmin:Nikolay SuslovRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/CCSE'user: ''password: ''PackagesCCSE-BaseCCSE-CroquetCCSE-DemoCCSE-MathPackCCSE-ObjectsCCSEtestLinkshttp://www.squeaksource.com/CCSE.htmlhttp://www.squeaksource.com/CCSEGlobal:ReadStatisticsRegistered:18 …
SqueakSource squeak

Celeste

Before installing this package, you must:- remove any Squeak-3.6-or-older versions of Celeste from your image (just by removing the 'Network-Mail Reader' system category)- install MCInstaller- install Large Lists
SqueakMap squeak

CelestialObject

Classes and test classes for computing planetary positions. The classes can be instantiated by calling new: aDayNumber withLatitude: aLatitude withLongitude: aLongitude atUTC: aUTC. eg. Sun new: -3543 withLatitude: 60 withLongitude: 15 atUTC: (0)*15. The day number is an instance of …
SqueakSource

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

Chaff

Small utility class to save the image when the VM is killed (using SIGTERM). Requires OSProcess (and utility methods depend on Gofer).
SqueakSource

Chess Castling Fix

I added two new methods to ChessMoveGenerator and a bunch of constants to ChessConstants. Briefly, a bug in the chess game is that it will castle when either the king or rook is under attack, or any of the intermediate …
SqueakMap squeak

Chess Game

This is the original version of the chess game in Squeak. It is smaller and faster than the versions found in Squeak 3.6 or later and also fixes various bugs in the game by reverting all the so-called "cleanups" that …
SqueakMap squeak

Chip-8 emulator for Smalltalk

This project is a Chip 8 emulator (interpreter) written in Smalltalk. The original goal of these project was to learn how to code a simple emulator in smalltalk. You can get Chip-8 roms at https://www.zophar.net/pdroms/chip8/chip-8-games-pack.html Execute:Chip8Presenter runProgram: '/path/to/rom/filename'. The original …
SqueakMap squeak

chocosmalltalk

An implementation of smalltalk in lisp. Also for handhelds in the future.
Launchpad

Chronology classes

Introduces the ANSI DateAndTime and Duration classes.Refactors existing Date,Time and TimeStamp classes for backward compatibility. Supports arbitary Timespan classes, including Year, Month, Week, Date.Support for arbitary Schedules.See homepage for examples. Tested on 3.6 gamma, latest update 5420. Included in the …
SqueakMap squeak

Chronos

SmalltalkHub

Chronos

Chronos is an industrial strength Date/Time library: * Implements the ANSI-Smalltalk Standard DateAndTime, DateAndTimeFactory, Duration and DurationFactory protocols.* Supports the full functionality of the Olson Timezone Database (the native time zone database of UNIX)--including time zone rules that vary from …
SqueakMap squeak

Chronos

TheChronos Date/Time Library(Ref: http://www.chronos-st.org/)
SqueakSource

Chuck

Chuck is a type inferencer for Squeak program code. Type inference allows programmers and tools to find the type of a variable or expression in the program. This information is useful directly, and it is also helpful for improving tools …
SqueakMap squeak

ChuckRepository

This tells your image's Monticello tools about the Chuck repository on SqueakSource. Be sure to install Monticello before installing this package. MCInstaller is not sufficient.
SqueakMap squeak

CISupport

This project contains packages for support code used on continuous integration servers for building VMs, images run tests etc.This repository is globally writeable , so anyone can add own commands.Just make sure to not destroy others work.
SqueakSource

Classroom

This package contains three kind of exercise generator for the teacher:Matching Pairs, Filling blanks & quizzes. These tools can import Match, Quiz and Cloze exercises made with the known HotPotatoes application.It also contains a communication tool for the teacher and …
SqueakMap squeak

Cleanup

Refactors a bunch of code so that it decomposes nicely into PackageInfo-style packages. Also adds discard* methods to SystemDictionary to make it easy to remove those packages from the image.
SqueakMap squeak

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

Closures/Value capture

Rosetta Code

CoastersCollector

Software System based on Moose to manage a collection of coaster
GitHub MIT

CodAFramework

"A meta-level architecture for describing a wide range of object behaviour models. CodA can be thought of as a generic object engine framework in wich users define, on a per-object or even per-user basis, how object's behave computationally." This is …
SqueakSource pharo

CodeTags

- - - - Please see CodeTags2 where I actually started to use "double-linking" of tags etc. -- Maybe I will later consolidate the two projects into one again. - - - - An attempt to allow tags for your …
SqueakSource pharo

CodeTalk

CodeTalk allows developers to have conversations about source code elements. They can mark code sections they are concerned about and annotate them. These annotations provide entry points for an informal discourse about the strengths and weaknesses of these sections and …
SqueakMap squeak