922 packages — page 34

Snakes-And-Ladders-Smalltalk

Snakes and ladders implemented in Smalltalk for one of my courses
GitHub

SOAPClientExamples

Example web services clients using Masashi Umezawa's SOAPCore package
SqueakSource

SocketExamples

Some example of the use of sockets as server and as client
SqueakSource

SOI

These are various examples from the Swiss Olympiad in Informatics (http://soi.ch/) and elsewhere. They are intended to show high school students how these problems can be solved with Squeak Smalltalk.
SqueakSource squeak

SOIDavos

Tutorial exercises. For details see the class comments of the ReadMe class.
SqueakSource

SOLHashTables

This is an implementation of an automatic, lazily expanding hash table based on Split-Ordered-Lists. It requires no re-hashing or re-bucketing to expand. It does require the use of a good hash function for your data domain. There is more information …
SqueakMap squeak

SomeBrowsers

This package contains some browsers built with ToolBuilder. They may serve as examples to learn to use ToolBuilder as well as general components to be extended by you.
SqueakSource

Sort Critter

The Sort Criteria objects extend the standard SortCollection with an easy touse, simple yet powerful and dynamic sorting capability that can sortmultiple 'columns' or 'attributes' of a collection of objects. It's easy torearrange the column sort ordering and the acending …
SqueakMap squeak

SoundsLike

This package contains soundex and DoubleMetaphone which is used to convert words to a their sound components so that correctly spelled words can be found with misspelled worlds. Examples: 'titlebalm' soundsLike: 'teitelbaum' you can also get the phoneticStringsFor: to store …
SqueakSource

SpecTutorial

SmalltalkHub pharo

sqhello

Smallish Squeak Launcher Thing that works for me. For the real stuff check out https://github.com/HPI-SWA-Teaching/Algernon-Launcher
GitHub squeak MIT

Squeak Smalltalk source code for a Morph displaying sin/cos/tan as an animation. Here's an example captured animation: http://www.eighty-twenty.org/images/sct_anim.gif · GitHub

Squeak Smalltalk source code for a Morph displaying sin/cos/tan as an animation. Here's an example captured animation: http://www.eighty-twenty.org/images/sct_anim.gif - SinCosTanMorph.st
Web Discovered squeak

Squeak/.NET Bridge

The Squeak/.NET bridge lets you use .NET objectsin your Squeak programs. It uses TCP sockets tocommunicate with a .NET VM. You can use any .NETlibrary with the bridge, and can implement interfacesfrom your .NET libraries in Squeak. Here's the canonical …
SqueakMap squeak

SqueakByExample

Code for the book "Squeak by Example". The package SBE-Testing includes as dependencies the code for the hands-on chapters. It will run all the test code in the latex sources and exercise the hands-on code.
SqueakSource squeak

SqueakByExample

SmalltalkHub 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

SqueakCheck

SqueakCheck is a port of Haskell's QuickCheck.QuickCheck provides several independent features:an easily extensible test data generatora test runner that takes "properties" - single-parameter blocks - and spits out results. In particular, it prints out counterexamples to your supposedly invariant properties.JUnit …
SqueakSource squeak

SqueakExamples

Examples for the Smalltalk course http://www.iam.unibe.ch/~scg/Teaching/Smalltalk/index.html
SqueakSource squeak

SqueakFS

SqueakFS allows you to browse all objects contained in your squeak image from your local file system. An example of what this might look like in MacOS Leopard can be seenhere.SqueakFS is a two-piece application. The file system functionality is …
SqueakSource squeak

SqueakFunAndGames

learning Squeak
SqueakSource squeak

STalker

An IRC bot with a simple design and easy to extend, inspired in the Lalita IRC bot (http://launchpad.net/lalita) and STalker (written as an example of server side code for Amber Smalltalk by Raimon Grau - http://puntoblogspot.blogspot.com)
SqueakSource

StdbCore

This is the core API for designed for database access in Smalltalk.Currently there is aMySQL implementationof the API inStdbMysqlImplproject. Other database engine supports are planned for the future.From database access style point of view this is more akin to JDBC …
SqueakSource

STicky

STicky is a pluggable real-time evaluator and/or translator workspace aimed to learn languages. For a quick overview please take a look at thepresentation videoThe Smalltalk evaluator could be useful in learning courses or for newbies typing expressions, but other translators/evaluators …
SqueakSource pharo

StringFormat

An extensible and customizable utility for string formatting a few simple examples: simple replacements (no arguments)'line one&rline two' sformat=='line oneline two' replacements with arguments'%s+%s=%s (or not)' sformat: {7. 2. 8}== '7+2=8 (or not)' replacements with inlined arguments'%s[6+1]+%s[2] indeed is %s[4*2]' …
SqueakMap squeak

Stripe

Use http://www.stripe.com as a payment gateway for processing credit cards. At this time stripe.com only works with USA based cards and expects amounts in USD denominations. Requires a stripe.com account, Zinc, Zodiac, and the SqueakSSL plugin. You'll need to specify …
SqueakSource pharo