1844 packages
— page 20
The Squeak foreign function interface.
SqueakMap
squeak
Very simple serialization of objects to a file. Slightly modified http://onsmalltalk.com/simple-image-based-persistence-in-squeak from Ramon Leon. I'm using it in some of my projects. It is dedicated to the public domain. (AFAIK Ramon didn't put any licence on his code)
SqueakSource
squeak
This is the result of merging FileList2 and FileList.Before installing first please remove the Morphic-FileList category.
SqueakSource
squeak
Provides extensions to dialogs available from FileList2. Added newcapabilities via:modalFolderSelectorWithPrompt:morphicViewFolderSelector:morphicViewFolderSelector:promptString:morphicViewFolderSelectorWithPrompt:
SqueakMap
squeak
Squeak's file libraries (Directory, DirectoryEntry, FileStream, etc.) are sometimes very confusing to use. FileMan provides a simple, refactored interfaces for manipulating files and directories by wrapping those classes. "Before"subDir := FileDirectory default directoryNamed: 'subDir'.subDir assureExistence.[str := subDir newFileNamed: 'file1'.str nextPutAll: …
SqueakMap
squeak
The FileSystem API is a replacement for Squeak's FileDirectory API. It separates the concerns of navigation and path manipulation from the actual accessing of the underlying file system implementation, be it the disk or a zip file. FileSystem has been …
SqueakMap
squeak
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
UI enhancements to FillInTheBlankMorph along the lines of Diego's other "Look Enhancements" for Squeak ( see http://minnow.cc.gatech.edu/squeak/3142 for a full list ).
SqueakMap
squeak
Prerequisite Package: LargeLists.Conflicts: Celeste This package is obsolete; it has been merged back into the main Celeste package now.
SqueakMap
squeak
a bunch of classes useful to a bunch of talented financial engineer. because finance should be about processors. connectors . and drag and drop. if you want to join. be my guest register on squeak source and write to me
SqueakSource
squeak
Replace left-arrow bitmap glyphs with underscores (saved at code point 16r8F) and provide methods to semi-automatically fixup source code.
SqueakMap
squeak
a tool can be registered to appear in a flap Flaps registerQuad: #(FileList2 openMorphicViewInWorld 'Enhanced File List''A nicer File List.')forFlapNamed: 'Tools'.Flaps replaceToolsFlap two lines:Flaps unregisterQuadsWithReceiver: FileList2 fromFlapNamed:'Tools'.Flaps replaceToolsFlap Note: after registering or unregistering, the flap need to bemanually recreated see …
SqueakMap
squeak
from Squeak by Example
SqueakSource
squeak
Folktale is a useful command shell for headless Swiki user.You can log in squeak image through telnet client at localhost port 4919.Try $ squeak -headless squeak.image Folktale.st & Useful expressions and pseudo variables.Jump result object unless your query has dot(.) …
SqueakMap
squeak
Cream font for Squeak (aka "PaloAlto" font) Nostalgia! Maybe you have dug out the 1981 BYTE special Smalltalk issue, or seen old screenshots of Smalltalk-76 systems. Now you can have the funky font, too. (This was converted from a very …
SqueakMap
squeak
see webpage http://minnow.cc.gatech.edu/squeak/2911 for descriptions.Allows you to zoom in and out of a fractal image, possibly make small animations as well. begin with (FractalMorph newopenInWorld)
SqueakMap
squeak
Permits to annotate classes, class var, methods, and parse noded. Be careful: the package changes the parse and compiler!
SqueakMap
squeak
For Windows, Linux, Mac OS X.Requires plugins - see "FreeType Plus (plugins installer)" Based on code by Arjen van Elteren and Ned Konz in the Freetype2/demo package; and includes code from the Sophie project developers - www.sophieproject.org
SqueakMap
squeak
(N.B. This is only for Windows/Linux. Mac OS X users should use a VM that already includes the FT2Plugin e.g. 3.8.15beta6U. As the modified BitBlt plugin is currently unavailable for Mac OS X, sub-pixel anti-aliasing will not work on OS …
SqueakMap
squeak
This package enables sub-pixel anti-aliasing for FreeType Plus. Please note that this technology is subject to Patent claims, and licensing restrictions, by Microsoft. This package, and any releases therein, are distributed in non-executable, source code format. By downloading and installing …
SqueakMap
squeak
This SAR contains pre-rendered versions of the BitstreamVera family, alongwith the FT2Font class and the BitBlt and other changes required to displaythese fonts (with or without the enhanced BitBlt plugin, but since I'm theonly one right now with a copy …
SqueakMap
squeak