839 packages — page 28

Scheduler

An easy-to-use task scheduler that can run arbitrary blocks: * Every so often (e.g. every hour starting now)* Daily at a given time* Periodically starting at a given time (e.g. every other hour starting a noon)* Per a provide schedule …
SqueakMap squeak

Scheduler

An easy-to-use task scheduler that can run arbitrary blocks:Every so often (e.g. every hour starting now)Daily at a given timePeriodically starting at a given time (e.g. every other hour starting a noon)Per a provide schedule (e.g. using Schedule instance you …
SqueakSource squeak

ScopeoExampleERA

Object-centric debugger providing developers with a scope of objects to look at.
GitHub pharo MIT

Scripting Workspace

This is meant to be a workspace for people familiar with scriping languages like Javascript, Ruby, Python, or Perl. It gives the workspace the ability to add classes and methods. See ScriptingWorkspaceTest for examples. "Do This To See It"ScriptingWorkspace open
SqueakMap 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

SeaExample

three seaside stuff
SqueakSource

Seafox

Creates a Firefox plugin - 'seafox' - which translates Html into Seaside canvas methods. The latest version includes an on-line translator so for example:<a href='http://www.seaside.st'>Seaside site</a>is translated into:html anchor url: 'http://www.seaside.st' with: 'Seaside site'.See in action at:http://seafox.seasidehosting.st
SqueakSource

SeaKEditor

CKEditor component for Seaside. Visit ckeditor.com to see examples of this nifty HTML WYSIWYG editor that runs nicely in nearly all modern browsers. Requires: Seaside 3.0 with at least this version of Seaside-Core (or later): Seaside-Core-YM.639
SqueakSource

Seaside-Examples

Monticello package 'Seaside-Examples' in the seaside30 repository at source.lukas-renggli.ch. Latest Seaside-Examples-lr.23.mcz; 22 versions.
Lukas Renggli Source

Seaside-Examples

Monticello package 'Seaside-Examples' in the seaside31 repository at source.lukas-renggli.ch. Latest Seaside-Examples-pmm.24.mcz; 2 versions.
Lukas Renggli Source

Seaside-Gettext-Examples

Monticello package 'Seaside-Gettext-Examples' in the seaside30addons repository at source.lukas-renggli.ch. Latest Seaside-Gettext-Examples-pmm.5.mcz; 5 versions.
Lukas Renggli Source

Seaside-JSON-Examples

Monticello package 'Seaside-JSON-Examples' in the seaside31addons repository at source.lukas-renggli.ch. Latest Seaside-JSON-Examples-pmm.5.mcz; 5 versions.
Lukas Renggli Source

seaside-mongo-todo-application

Example "todo" Seaside web-application which uses Voyage
GitHub

Seaside-REST-Examples

Monticello package 'Seaside-REST-Examples' in the seaside31addons repository at source.lukas-renggli.ch. Latest Seaside-REST-Examples-pmm.2.mcz; 2 versions.
Lukas Renggli Source

Seaside-Tests-Examples

Monticello package 'Seaside-Tests-Examples' in the seaside30 repository at source.lukas-renggli.ch. Latest Seaside-Tests-Examples-lr.9.mcz; 9 versions.
Lukas Renggli Source

Seaside-Tests-Examples

Monticello package 'Seaside-Tests-Examples' in the seaside31 repository at source.lukas-renggli.ch. Latest Seaside-Tests-Examples-pmm.11.mcz; 3 versions.
Lukas Renggli Source

Seaside-WebSocket-Examples

Monticello package 'Seaside-WebSocket-Examples' in the seaside30addons repository at source.lukas-renggli.ch. Latest Seaside-WebSocket-Examples-pmm.4.mcz; 4 versions.
Lukas Renggli Source

SeasideExamples

SqueakSource

SeasideExamplesIME

Examples used in an introduction to Seaside.
SqueakSource

SeasideTutorial

SmalltalkHub

second-pharo-project-pedro

Making an example using ba-st GitHub-setup
GitHub pharo MIT

Set-Operations

UIC Course Project
GitHub

Seuss

Seuss is a Dependency Injection framework, not dissimilar to Google's Guice, but for Smalltalk.Install Seuss:Gofer it squeaksource: 'phexample'; package: 'Phexample'; squeaksource: 'Seuss'; package: 'Seuss'; load
SqueakSource squeak

SFR

Goal of this project is describe open fundraising system on squeak. It tend to have low entry barrier. I.e., it should be quite easy to install it for begginers - with minimum of functionality, of course. As your experience and …
SqueakSource squeak

ShooterGame

Shootergame as developed in: Turning a Fun Project into Lessons: Programming a Space Shooter in Squeak/Smalltalk
GitHub squeak GPL-3.0