606 packages — page 24

random-numbers

Project to provide different random number generators for the Pharo programming language
GitHub pharo MIT

Regex

Regular expressions. See category DOCUMENTATION on the class side ofRxParserfor usage and implementation details.NB.ForPharousers, this package is maintained as part of the core images. For Squeak users, the Pharo repositories might have recent snapshots that weren't actively tested on other …
SqueakSource pharo

SandstoneDb

SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle. The idea is to make a Squeak image durable …
SqueakSource squeak

ScratchConnect

ScratchConnect is a package to connect Etoys and Scratch via"Scratch Remote Sensor Protocol".More information is onhttp://www.yengawa.com/ScratchConnectUsage:1. Make the Scratch Remote Sensor ON.2. Open the parts-bin and draw a 'Scratch Client' out on the world.3. Double click the client morph to …
SqueakSource squeak

SeabookToDoAddMagma

Invites the SeabookToDo student to integrate Magma into the example. Included are a ToDoMagmaServerExample class and a ToDoMagmaClientExample. The student is invited to enhance the View classes of the SeabookToDo to utilise a new instance of ToDoMagmaClientExample to learn about …
SqueakSource

SentorsaSeasideForms

It's a form building superclass that lets you write as little code as possible to get a form up and going and works with either your domain model object, or the form itself acting as the model in cases where …
SqueakSource squeak

SimpleMorphicSqueak

SimpleMorphic is created by Juan Vuletich, with initial release for Pharo (and Squeak) supported by ESUG. For the latest versions of Juan's work, refer to Cuis Smalltalk, available at http://www.jvuletich.org/Cuis/Index.html.This project started with the original SimpleMorphic release for Pharo, adapted …
SqueakSource squeak

SmallReddit

A simple reddit clone sample Seaside application meant be a very simple reference app to learn from. There are comments throughout, and various techniques are used to demonstrate different ways of doing things. Some forms are generated directly via Seaside …
SqueakSource squeak

SMark

SMark is the attempt to build a common benchmarking framework for Smalltalk. It inspired from the metaphor used for unit testing in SUnit, and thus, a benchmark is implemented by adding #benchMyBenchmark to a subclass of SBenchmarkSuite. The code is …
SqueakSource

SnapshotServer

A SnapshotServer responds to http web service requests to resume an image snapshot, where the snapshot object is supplied in the web service request. The server will fork a VM using forkSqueak and resume the supplied image in that child …
SqueakSource squeak

SqueakByExample60

Educational sources for the Squeak by Example book, Edition 6.0.Access the book here:Paperback (Lulu):https://www.lulu.com/shop/patrick-rein-and-christoph-thiede/squeak-by-example-60/paperback/product-8vr2j2.htmlPDF:https://github.com/hpi-swa-lab/SqueakByExample-english/releases/download/6.0/SBE-6.0.pdfThis is a copy of the original sources only! Development takes place onhttps://github.com/hpi-swa-lab/SqueakByExample-english.License:Creative Commons Attribution-ShareAlike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)MembersCreator:Christoph ThiedeAdmin:Patrick R.,Christoph ThiedeTagseducation,squeak,teachingRegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/SqueakByExample60'user: ''password: ''PackagesSBE-EnvironmentSBE-MonticelloSBE-MorphicSBE-QuintoSBE-StreamsLinkshttp://www.squeaksource.com/SqueakByExample60.htmlhttp://www.squeaksource.com/SqueakByExample60Global:ReadStatisticsRegistered:12 June 2023 7:57:08.355258 …
SqueakSource squeak

SqueakNOS

Who needs an operating system this days?!We mantain the swiki atSqueak's main swiki.SqueakPeople's page (on web.archive.org... RIP SqueakPeople)has some pointers too.MembersCreator:Gerardo RicharteAdmin:Luciano Notarfrancesco,Gerardo RicharteDeveloper:Guido Chari,Javier PimasLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/SqueakNOS'user: ''password: ''PackagesConfigurationOfSqueakNOSSqueakNOSSqueakNosSqueaknossqueaknosLinkshttp://www.squeaksource.com/SqueakNOS.htmlhttp://www.squeaksource.com/SqueakNOSGlobal:ReadStatisticsRegistered:6 June 2006 2:36:08 …
SqueakSource squeak

SqueakPeopleStats

Statistics of certifications, projects and so of SqueakPeople.
SqueakSource squeak

SqueakSSL

A platform SSL interface for Squeak.LicenseThis project is covered by the MIT License:Copyright (c) 2010 Andreas Raab and ContributorsPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), …
SqueakSource squeak

Statistics

Monticello package from unsorted repository
Lukas Renggli Source pharo

Statistics

Monticello package from unsorted repository
Lukas Renggli Source pharo

Statistics

SmalltalkHub

StdbMysqlProtocol

This is a native Smalltalk wire protocol implementation for connecting to the MySQL database. This supports the new 4.1 wire protocol, along with server side prepared statements and cursor based row data fetch capabilities.This protocol driver is used in the …
SqueakSource pharo

StompProtocol

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/StompProtocolat 2012-12-18!!! There may be newer code there.StompProtocol implements the STOMP protocol for message queues: http://stomp.codehaus.org/Protocol If you want to play and run the tests you need to install RabbitMQ+STOMP adapter and get that running, …
SqueakSource squeak

SVI

SVI is a text editor for squeak that can be used in place of the PluggableTextMorph. SVI features extensive support for VIM and Emacs modes and commands. SVI also has many enhancements for navigating and browsing the squeak image.The latest …
SqueakSource squeak

Swimovate

Processing the statistics of swimming sets obtained from a swimovate watch
SqueakSource

TestMock

A full-featured mock testing framework that allows known or arbitrary behavior mocking using expectations. Expectations can be set in flexible manners, depending upon the testing requirements. An expectation may include selector, range of send counts, preset dynamic arguments that satisfy …
SqueakSource pharo

Tirade

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/Tiradeat 2013-01-06!!! There may be newer code there.Tirade is a parser/reader/writer for a small subset of Smalltalk that is very easy to use for readable but fast object serialization/deserialisation but also configuration. In some respects …
SqueakSource squeak

TokyoTyrant

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/TokyoTyrantat 2013-01-06!!! There may be newer code there.An implementation of the binary Tokyo Tyrant protocol for Tokyo Cabinet/Tokyo Tyrant - a very fast and cool database.MembersCreator:Göran KrampeAdmin:Göran KrampeTagspersistency,protocolLicenseCode commited to this repository will be automatically …
SqueakSource squeak

TwitChanges

It posts the system change events to Twitter.Twitter account for tests:TwitChangesProject page:TwitChanges projectMembersCreator:Koji YokokawaAdmin:Koji YokokawaTagsclientLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/TwitChanges'user: ''password: ''PackagesTwitChangesLinkshttp://www.squeaksource.com/TwitChanges.htmlhttp://www.squeaksource.com/TwitChangesGlobal:Read And WriteStatisticsRegistered:29 April 2008 12:37:24 pmTotal Releases:0Total Versions:4Total Downloads:104
SqueakSource squeak