3288 packages — page 47

Java

Alright, this started out being just a way to read/write serialized java objects in Squeak, but it has grown. I can now disassemble java byte codes, read in class files, and use a java class path to find resources. I …
SqueakSource squeak

Java Serialization

Gives Squeak the ability to read in and write out Java serialized objects. It also includes a Java Class Loader. Great for debugging serialization problems in Java. Right now, I can load in any serialized stream, but those written with …
SqueakMap squeak

JavaScriptAnalyzer

Moose Importer for JavaScript. More info about Moose:moose.unibe.chGofer new squeaksource: 'JavaScriptAnalyzer'; package: 'ConfigurationOfJavaScriptAnalyzer'; load. (Smalltalk at: #ConfigurationOfJavaScriptAnalyzer) perform: #loadDefault.
SqueakSource squeak

JavaScriptInOMeta2

An implementation of JavaScript parser, translator and runtime in OMeta2/Squeak.
SqueakSource squeak

jbendge

economic research, let's see what squeak can do
SqueakSource squeak

jdjSqueakByExample

SqueakSource squeak

JECTutorials

From SqueakByExample
SqueakSource squeak

Jeff's Animation Tools

This is a suite of Animation Tools, the most prominent feature of which is the MorphAgents animation system. MorphAgents is a system for animation (Flash-style) in Squeak. A MorphAgent is like a Player, except the agent has a script that …
SqueakMap squeak

jg-squeak-aoc

GitHub squeak MIT

jhbsqueak

my sandbox for squeak
SqueakSource squeak

jiskquinto

I am a Quinto game created with the help of a book called Squeak by Example.
SqueakSource squeak

JoesServer

WARNING: This project was moved tohttp://smalltalkhub.com/#!/~gokr/JoesServerat 2014-02-13!!! There may be newer code there.A forking Socket server that has a trivial protocol, meant to be able to drive Squeak from Erlang. A toy. At least for now.MembersCreator:Göran KrampeAdmin:Göran KrampeTagsprotocol,serverLicenseCode commited to …
SqueakSource squeak

JRSQuinto

This is the Quinto game from the book Smalltalk by Example 6.0. I've uploaded it here in the interest of learning how to use Monticello and SqueakSource :)
SqueakSource squeak

jsbQuinto

Test of SqueakSource
SqueakSource squeak

JSON

Monticello package 'JSON' in the trunk repository at source.squeak.org. Latest JSON-ul.68.mcz; 52 versions.
Squeak Trunk squeak

JSON

An implementation of the JSON javascript data-transfer format for Squeak.
SqueakSource squeak

JSON

Monticello package 'JSON' in the squeak60 repository at source.squeak.org. Latest JSON-ul.56.mcz; 1 version.
Squeak Trunk squeak

JSON

Monticello package 'JSON' in the treated repository at source.squeak.org. Latest JSON-tonyg.64.mcz; 5 versions.
Squeak Trunk squeak

JSON

Monticello package 'JSON' in the squeak61 repository at source.squeak.org. Latest JSON-ul.68.mcz; 1 version.
Squeak Trunk squeak

JSON

Standalone JSON library for Smalltalk. From Squeaksource, then smalltalkhub, but now on git.
GitHub squeak MIT

JSON

An implementation of the JSON javascript data-transfer format (http://www.crockford.com/JSON/index.html) for Squeak.
SqueakMap squeak

JSON-tonyg.64bis

Monticello package 'JSON-tonyg.64bis' in the inbox repository at source.squeak.org. Latest JSON-tonyg.64bis.mcz; 1 version.
Squeak Trunk squeak

Jump into Squeak - Integrate Squeak projects with Docker & Github | PDF

☛ Install Squeak and dependencies using Docker to avoid complex installation steps ☛ Extend Monticello to use Git for version control and collaboration by adding a MCGitHubRepository class ☛ Saves to Git automatically during Monticello commits, allowing changes to be …
Web Discovered squeak

JunMessageSpy

JunMessageSpy observes message passings in an evaluation of a given block closure or a string, and displays a tree of contexts showing which method/block took how long in the execution. Observation sampling rate and cut-off threshold can be specified, e.g.JunMessageSpy …
SqueakMap squeak

K8055

The Velleman K8055/VM110 is an interface card that you plug into a USB port and that provides various digital and analogue input/outputs along with some other features. It's dumb but cheap. Read more about the card here: http://www.velleman.be/ot/en/product/view/?id=351980 See wiki …
SqueakSource squeak