24282 packages
— page 26
BeachSand is a small utility for storing/loading Seaside application configurations to files.
SqueakMap
squeak
Experiments in JWT (JSON Web Token) processing in Squeak Smalltalk
GitHub
squeak
MIT
This is the basis for the next generation of InterpreterProxy ;)
SqueakMap
squeak
Posts about Beginners written by Scott Gibson, Ron Teitelbaum, and Michael Davies
Web Discovered
squeak
BehaviorMockup - mock objects framework with SSpec functionality. [:mock | mock someMessage] should strictly satisfy: [:mock | mock someMessage willReturn: 'some'] [:mock | mock someMessage] should lenient satisfy: [:mock | mock someMessage willReturn: 'some'] * 5 should equals: 6* and …
SqueakMap
squeak
A set of Squeak benchmarks; note that they come from various sources though all are open by any reasonable standard. Benchmark - the old Green Book code, modernised a little to run on Squeak 4-ish images. MacroBenchmarks - some larger …
SqueakMap
squeak
This package contains some classic Benchmarks. 1). GreenbookBenchmarks, Squeak Version by Tim Rowledge The MacroBenchmarks. Now with their own class ("MacroBenchmarks"). Reports an array of times taken to run a number of macro operations indicative of typical Squeak activity, each …
SqueakMap
squeak
An implementation of the BEncode data encoding format, as seen in BitTorrent, the Mainline DHT, and so on. See https://en.wikipedia.org/wiki/Bencode and https://wiki.theory.org/BitTorrentSpecification#Bencoding .(This is a separate implementation from the 2013 Crypto-Bencode package published to http://smalltalkhub.com/tonyg/Crypto-Bencode/ ; Crypto-Bencode is less strict …
SqueakSource
squeak
This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/3/2008) This is an interface to Sleepycat's Berkeley DB (www.sleepycat.com). Currently, it supports simple database creation and manipulation using the BTREE access …
SqueakMap
squeak
BERT implementation in Squeak (http://bert-rpc.org/).BERT is a lightweight interchangeable serialization format between Ruby, Python, PERL, JavaScript, Erlang, Lua, etc.This core package does not include BERT-RPC nor ObjectStreaming (BerSt).VW version is also available on StORE.
SqueakSource
squeak
As of summer of 2005 all new bug reporting and harvesting tracking takes place on theSqueak Mantis Server. BFAV2 can continue to be used to look at past reports but no new reports or updates will be added to the …
SqueakMap
squeak
The BFAV is a handy tool that makes it easy to comment on proposed fixes and enhancements for Squeak. The BFAV enables you to browse the Bug Fixes Archive, evaluate the changeset(s) for a given post, and correctly post a …
SqueakSource
squeak
See the project homepage for details about the BFAV2 project. This SqueakMap package is a "load script" that loads the prerequisites for the BFAV2 and then installs the current public release of the BFAV2 from its Monticello repository.
SqueakMap
squeak
rewrite of some demo app using seaside & squeak
SqueakSource
squeak
Bicephale gives Seaside the capability to deal with simple static pages which have "REST" urls, integrating that with Seaside's sophisticated call/answer mechanism. This means that you can now use Seaside to easily build a website which has simple "normal" s …
SqueakMap
squeak
simple binary clock for Morphic (Squeak/Smalltalk)
GitHub
squeak
MIT
It adds a new preference "binary saving"
SqueakMap
squeak
Implement Binary Tree Inorder Traversal using Squeak
GitHub
squeak
This is our first Squeak project. We are a group of students who wants to investigate and use technologies we are no use to do in university. This first project is a simple webapp that help students to manage their …
SqueakSource
squeak
Bird View is a framework to access Bird of Java. It's a next generation middleware which gives : A new vision in term of design Intranet/Extranet/Internet applications. A new way to access database. A new simplification of the Web Services. …
SqueakSource
squeak
Simple implementation of BitArray, which stores the bits. For the basic random access operations for a rather shorter array, you might want to consider ByteArray. BitArray supports the conversion from/to integers.
SqueakMap
squeak
BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
10 freely distributable True Type Fonts. For more information about the fonts and license, see http://www.gnome.org/fonts/
SqueakMap
squeak
Erlang-inspired Smalltalk embedded domain-specific language for bidirectionally mapping binary data structures to objects. Useful, for example, for parsing network or telephony packet structures or other binary files or formats. See also: https://wiki.squeak.org/squeak/6649
SqueakSource
squeak