922 packages — page 11

ExampleProject

SmalltalkHub

Examples

examples to learn this xD
SqueakSource

Examples

SmalltalkHub

ExternalIconFamily

This framework allows importing and managing any external icon family. Once imported , the icon family is reified into the image, as a subclass of ExternalIconFamily.Subclasses of ExternalIconFamily act as caches for all the forms, that were requested previously.To load …
SqueakSource pharo

ExtMetaclasses

This small extension allow new metaclasses to be inserted in the "instance of" chain. It extends the normal new class definition template with an entry metaclasses: It is compatible with traits of course.
SqueakSource

facebike-pharo

For MIAGE's course (homework 1)
GitHub pharo

Fame

Fame is a runtime-framework for meta-modelling.Homepagehttp://smallwiki.unibe.ch/FameMembersCreator:Adrian KuhnAdmin:Tudor Girba,Stéphane Ducasse,Adrian KuhnDeveloper:David Röthlisberger,Romain Robbes,Simon Denier,Alexandre Bergel,François Tanguy,Lukas Renggli,delaunay,Hans Beck,Andre Hora,Toon Verwaest,Ciprian TEODOROV,Tudor Girba,Oscar NierstraszTagsfileformat,metaLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/Fame'user: ''password: ''PackagesConfigurationOfFame, Fame, Fame-Core, Fame-Example, Fame-ImportExport, Fame-SmalltalkBinding, Fame-Tests-Core, Fame-Traversal, …
SqueakSource squeak

FaStLightOut

Learning to use SqueakSource
SqueakSource squeak

FFIHelp

A Tutorial on using FFI via Pragmas and via the FFI classes directly.
SqueakSource

fgg

The classic puzzle, implemented as a Seaside example. This uses the #isolate: message to keep the user from cheating. Once installed, this example should be available from the Seaside Functional Test Suite.
SqueakSource

fgsPBELightsOut

Pharo by Example
SqueakSource pharo

FileOmnibrowser

Should be used as an example of Omnibrowser
SqueakSource

fileupload

a set of seaside components for wrapping Ajax like file upload. Main classes are:NAFileUpload - file upload component for vanilla SeasideNAFileUploadExample demonstration of the use of NAFileUploadNAFileUploadNginx - similar to NAFileUpload but usesNginxto provide upload streaming direct to disk and …
SqueakSource squeak

firefighters-model

Simple model for missAbms course
GitHub MIT

FirstSpecUI

First example from the Spec 2.0 book
GitHub

FlipFluitekruit

This project was registered as recommended by the Pharo-By-Example tutorial.
SqueakSource pharo

flotr

Flotr charting library examples at:Flotr Examples
SqueakSource

floyd

from Squeak by Example
SqueakSource squeak

FluidDB

Our purpose is to implement a complete API to use and interact with the brand new database FluidDB. We are currently targeting Pharo, but we will try to use standard Smalltalk, so that our API might be used with other …
SqueakSource pharo

FriendlyFeeds

A Seaside 2.9 Decoration/Configuration that enable users to include HTML link-elements to their RSRSS- or AwesomeAtom Feeds. Of course, in a friendly manner.
SqueakMap squeak

frobtwiddlentweak

SBE and other learning stuff
SqueakSource

Functional Pattern Matching

Most functional programming languages like Haskell or ML allow to define functions using pattern matching. Instead of testing arguments in the body of a message, this allows to specify case-based function definitions in a very elegant way. An example of …
SqueakMap squeak

Futures

A Future implementation for Pharo with a package containing two Seaside examples to demonstrate a typical usage scenario. Designed to be compatible with a GemStone future implementation. The implementation is based on:http://onsmalltalk.com/smalltalk-concurrency-playing-with-futures
SqueakSource pharo

FuzzyObjects

Old code snippets created 1993-1994 with Smalltalk/V. I created this repository only to play with it and learning the workflow between Pharo, Git, Github, Tarvis-CI.
GitHub pharo MIT

GitAndPharoTutorial

A tutorial to go along the GitAndPharo chapter of PharoForTheEnterprise
GitHub pharo MIT