1451 packages — page 32

FFI-Win32

Welcome to Squeak's FFI repository!FFI, the Squeak Foreign Function Interface, is used to call functions located in shared libraries that are not part of theOpenSmalltalk VMnor its plugins. It also provides means to read and write memory structures that are …
Squeak Trunk squeak

FFI-Win32

Welcome to Squeak's FFI repository!FFI, the Squeak Foreign Function Interface, is used to call functions located in shared libraries that are not part of theOpenSmalltalk VMnor its plugins. It also provides means to read and write memory structures that are …
Squeak Trunk squeak

FFI-Win32

Welcome to Squeak's FFI repository!FFI, the Squeak Foreign Function Interface, is used to call functions located in shared libraries that are not part of theOpenSmalltalk VMnor its plugins. It also provides means to read and write memory structures that are …
Squeak Trunk 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

GitHub - SquareBracketAssociates/SqueakByExample-english: Open source LaTeX of Squeak By Example · GitHub

Open source LaTeX of Squeak By Example. Contribute to SquareBracketAssociates/SqueakByExample-english development by creating an account on GitHub.
Web Discovered squeak

GLMorphic

The primary goal of project is to integrate GLCanvas (subclass of Canvas) and GLDisplayScreeninto squeak morphic model, to be able use OpenGL directly and avoid using software blitting for rendering at all. At current stage, most basic canvas operations supported, …
SqueakMap squeak

GlobalKeys

Define global keystroke sequences to invoke arbitrary code blocks.The code blocks associated with a keystroke sequence can perform such functions as cycling through desktop windows, invoking Monticello, executing tests -- anything you can put in a code block.Includes theGlobalKeysToolGUI for …
SqueakSource

GlorpExamples

SmalltalkHub

GLTutorial

SmalltalkHub