1451 packages
— page 32
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
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
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
A Tutorial on using FFI via Pragmas and via the FFI classes directly.
SqueakSource
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
Pharo by Example
SqueakSource
pharo
Should be used as an example of Omnibrowser
SqueakSource
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
Simple model for missAbms course
GitHub
MIT
First example from the Spec 2.0 book
GitHub
This project was registered as recommended by the Pharo-By-Example tutorial.
SqueakSource
pharo
Flotr charting library examples at:Flotr Examples
SqueakSource
from Squeak by Example
SqueakSource
squeak
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
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
SBE and other learning stuff
SqueakSource
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
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
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
A tutorial to go along the GitAndPharo chapter of PharoForTheEnterprise
GitHub
pharo
MIT
Open source LaTeX of Squeak By Example. Contribute to SquareBracketAssociates/SqueakByExample-english development by creating an account on GitHub.
Web Discovered
squeak
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
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