20096 packages
— page 225
A ProgressMorph subclass to display the current VM memory in use. I wrotethis because the vm statistics menu item in the help menu is static; itdoesn't periodically update. "MemoryUsage new openInWorld."
SqueakMap
squeak
MEPS is a parser combinator for Smalltalk. MEPS consists of an interface used to build parsers, plus a set of method extensions in PositionableStream which combine the parsers. MEPS has been used for everything from one-liners to complete Java parsers. …
SqueakMap
squeak
This is acredit card processing library.I needed this forairflowing, aSeasideapplication fromflowingso here it is under a MIT License.If you don't find your preferred gateway provider you are encouraged to add it yourself or contract someone to do it for you.Provided …
SqueakSource
Experiments needed to get a nice case study for supporting the merging process
SqueakSource
pharo
MessagePack serialization library for various Smalltalk dialects. Current supported dialects are: SqueakPharoVisualWorksVA SmalltalkDolphin Smalltalk(Still in Beta - GNU Smalltalk)
SqueakMap
squeak
An implementation of the Packrat parser in Squeak. It takes a grammar definition roughtly in PEG and generates a parser. The parser generator is written in itself in very compact manner. An example of Squeak Smalltalk-80 parser is included. Now, …
SqueakMap
squeak
Metaboard is a generic board for games use board. Most of games use the same board, this is a meen to stop rewrite the same code.
SqueakSource
Project and Configuration management for Monticello. See http://code.google.com/p/metacello/ for detailed information about Metacello. See http://seaside.gemstone.com/ss/metacello.html for the primary repository. This project is being maintained as an alternate source for Metacello in case the primary repository is inaccessible.
SqueakSource
pharo
Metacello configurations repository
SqueakSource
pharo
This package is an example for how to create a self-contained alternative metaclass hierarchy. After loading, you will end up with the MyObject hierarchy being derived from MyBehavior and friends (to test, inspect any of these classes and notice their …
SqueakMap
squeak
This fixes a rather obscure bug with reshaping the entire classhierarchy from ClassBuilder. The problem was introduced by accidentallybreaking the superclass/subclass invariant. The CS fixes this problem, bydoing so actually removes some code and documents the critical invariants(both by putting …
SqueakMap
squeak
Repository of Metacello Configurations for Pharo 1.0
SqueakSource
pharo
Repository of Metacello Configurations for Pharo 1.1
SqueakSource
pharo
Repository of Metacello Configurations for Pharo 1.1
SqueakSource
pharo
A possible SqueakSource successor for Metacello
SqueakSource
pharo
Optional annotation for methods. Allexpressions are now treated as property of the compiled method. In other words, a method may look like: Objectmumblecategories: #(basic eToy)index: 42value: 123.45returnType: Array After the method is compiled we may query it for those properties …
SqueakMap
squeak
This code was written to produce a list of all the methods authored by a particular set of individuals, whose initial are, at least initially, hard-coded herein. The purpose was to find unlicensed code n the current image.
SqueakSource
This packages enables the recompilation of methods after changes in classeswithout the need to access any source code. This improves speed and in somesituations even makes it possible to recompile some classes at all (forexample, when using alternative compilers without …
SqueakMap
squeak
Method Wrappers can add hidden behavior to a method without recompiling it. They can be used to change a method's behavior. Commonly, they are used to add behavior before and after the default method executes. For example, we can create …
SqueakMap
squeak
For more information please have a look at my technical report: http://www.adrian-lienhard.ch/files/mewa.pdf (Abstract. Web-applications are very popular, lightweight applications thatentirely run in web-browsers over the internet. In todays business, web-applications become more and more complex but they still need to …
SqueakMap
squeak
Project for Group 3 that hosts their SDE Assignments at Uni Bern.
SqueakSource
Tracing Energy Efficiency Application for UY Government
GitHub
gemstone
Hi guys. I am one of the guys who is always criticizing www.squeaksource.com because it is down all the time. And when it is not down it is loosing versions. So it is not fair that I continue doing so …
Web Discovered
squeak
Pharo Smalltalk FFI wrapper for the miniaudio library
GitHub
pharo