24393 packages
— page 257
The code that I am using for squeakbyexample
SqueakSource
squeak
Squeak binding for the free Haru PDF library using FFI http://libharu.sourceforge.net
SqueakSource
squeak
Simulate pen plotters in Squeak, manipulate plot files from CAD programs, export them for real plotting
SqueakSource
squeak
HQ9+ was designed by Cliff L Biffle, who wanted a language where the canonical programs (Hello World, 99 Bottles Of Beer and a quine) were easy to write. The language has four instructions -- H, Q, 9 and + -- …
SqueakMap
squeak
This is just the well known example from the splendid book Squeak By Example.
SqueakSource
squeak
Parses an HTML document into an XML DOM, using YAXO's XMLElement. This parser is HTML 4.01 compliant - it will accurately infer the structure of correct HTML, but it is not tolerant of broken markup.
SqueakMap
squeak
This is an HTML and CSS parser and DOM that handles rotten HTML and broken CSS quite well. I wrote it to provide validation of web pages and it is the underlying technology behind http://www.badpage.info. The tag nesting and attribute …
SqueakMap
squeak
These are the HTML builder classes from Seaside that has been reworked a bit in order to work as the base layer ofHttpView2. The idea was forSeasideandHttpView2to use the same base layer, we will see how that goes - I …
SqueakMap
squeak
A experimental package for Scamper to build a TableMorph of a HTML table.Lot's of websites use tables as their layout format and giving Scamper thiswould be cool.
SqueakMap
squeak
A Squeak port of Steve Waring's HTTP client. (The original, Dolphin package is available at http://www.dolphinharbor.org/dh/projects/httpclient/index.html.) The Squeak port is usable, but still needs a lot of cleanup work. The Squeak port must be installed using an up-to-date version of …
SqueakMap
squeak
The active code base of Squeak/Smalltalk and VMMaker (the Slang part + simulator of the OpenSmalltalk VM)
Web Discovered
squeak
This is the new HttpView called HttpView2 that is: It also includes much better samples and comments and an upcoming article inboth Swedish and English is intended to work as a tutorial. HttpView is a lightweight web framework based on …
SqueakMap
squeak
Squeak port of hyper formGemSource.
SqueakSource
squeak
Learning squeak.
SqueakSource
squeak
Allows fileout of text marked up with Alt-6 to be filed out as a small Smalltalk (.st) file. When loaded into an image by filein the text appears in its own window with markup intact.
SqueakMap
squeak
This is simply a filein (.st) which loads a text window. The window holds a tutorial on Alt-6 hypertext markup, including live examples. No code in the image is changed.
SqueakMap
squeak
Working repository for updates to projects by Ian Piumarta. Original code harvested from change sets in the squeakvm.org SVN repository and from the goodies page originally hosted at http://www-sor.inria.fr/~piumarta/squeak/goodies.html and retrieved via wayback machine at https://web.archive.org/web/20070703200933/http://www-sor.inria.fr/%7Epiumarta/squeak/goodies.html. Original code by Ian …
SqueakSource
squeak
Mirror of http://squeaksource.com/ical
GitHub
squeak
MIT
This is a partial port of BouncingAtomsMorph to Tweak.Infection history part not implemented.To experiment with basic atom collision support look AtomPlayer's onCollision event comment.
SqueakMap
squeak
Intelligent Games Lecture (UniBe 2006). This package contains the algorithm to evaluate a formal description of a finite, neutral combinatorical game, means calculate followers and grundy values of a game (see Game Theory).Besides, some supportive code to (polymorphically) calculate mex-values, …
SqueakSource
squeak
Select an image file in the FileList and choose 'browse squeak image'.Typical usage is to add classes from the class pane menu, then choose 'remove unmodified categories' to delete the identical methods with in the image.
SqueakMap
squeak
This project helps building Squeak images for developers. It installs usefull packages by default (completion, syntax highlighting...). Then, it provides a way to install more packages easily.Images generated by this package can be found at:http://damien.cassou.free.fr/squeak-dev.htmlThe process to generate this images …
SqueakSource
squeak
ImageFormat represents the requirements of the image in terms of capabilities that must be supported by the virtual machine. The image format version is saved as an integer value in the header of an image file. When an image is …
SqueakMap
squeak
Squeak by example, Chapter 2, Quitno game
SqueakSource
squeak