3619 packages — page 13

CoverageTestCase

Contains a subclass of TestCase which test the degree of coverage of the tests and a subclass of TestRunner with some improvements. Requires package MockO. Documentation at http://www.documentosyobjetos.com.ar/
SqueakSource

Croquet Croquet for Croutons

Some parts and pieces to allow the game of Croquet to be played in the Croquet environment. Strictly for croutons. Or is it croquettes? Requires the ODE-Croquet sar file referenced below to be loaded first. Then you have to instantiate …
SqueakMap squeak

CroquetGL

The OpenGL interface from Croquet for consumption in other contexts. Supports OpenGL 1.4 plus extensions.To install, first load the FFI via:(Installer repository: 'http://source.squeak.org/FFI') install: 'FFI-Pools'; install: 'FFI-Kernel'; install: 'FFI-Tests'.then load CroquetGL:(Installer repository: 'http://www.squeaksource.com/CroquetGL') install: '3DTransform'; install: 'OpenGL-Pools'; install: 'OpenGL-Core'.When everything …
SqueakSource squeak

Cryptography

The cryptography package provides some basic cryptographic algorithms andprotocols. This change set integrates algorithms implemented by several membersof the Squeak community, including Leandro Caniglia, John Maloney,Duane Maxwell, Luciano Notarfrancesco and Carlos Sarraute. There isn't muchdocumentation, but browsing the tests (CryptoTest) …
SqueakMap squeak

Cryptography

Download the latest Squeak. Run the following script to load latest Cryptography code: [Installer ss project: 'Cryptography'; install: 'ProCrypto-1-1-1'.] and run the tests. Then, build your own protocol. This repository is used for the Cryptography Team development. For information see …
SqueakSource squeak

Cryptography Team Package

This release is the result of hard work of the Cryptography Team. The latest team was formed in 2005. This release comes on 4/23/2007. Please see the squeak source repository for more cryptography including SSL and SMime. http://www.squeaksource.com/Cryptography.html. If you …
SqueakMap squeak

CSANSIStreamTests

Transcript of the Camp Smalltalk ANSI Stream protocol tests extracted from: ****** * $Name: $ * $Id: ACmpTst2.cs 1.1 2000-07-07 08:06:39-05 Harmon Exp $ * $Log: ACmpTst2.cs $ * Revision 1.1 2000-07-07 08:06:39-05 Harmon * Initial revision * ****** http://www.spacmunke.org/svn/jst/trunk/src/test/ansi/ansi-compatibility/ACmpTst2.cs
SqueakSource

Cuis-releasing

Test ways to relasing Cuis versions
GitHub cuis MIT

cuooraObj1

cuooraObj1 es miniPlataforma(red social) de preguntas y respuestas en Smalltalk, con seaside framework web. frontEnd modelos y test backend
GitHub

DBus

Squeak bindings for D-Bus ( http://dbus.freedesktop.org/ ).Low-level bindings and plugin originally developed by Jan Fietz, high-level bindings by Bert Freudenberg. DBus-Plugin: VMMaker plugin source codeDBus-Core: low-level bindings (bare interface to plugin primitives)DBus-Objects: high-level bindings (use these unless you have very …
SqueakMap squeak

dbus

D-Bus bindings for Squeak (seedbus.freedesktop.org)DBus-Plugin:Wrapper around libdbusDBus-Core:(essential) Low-level access to pluginDBus-Objects:(essential) High-level language bindingsDBus-Tools:(optional) interactive D-Bus explorer, create pre-compiled proxiesDBus-Etoys Scripting:(example) demonstrates how to control Etoys objects from outside SqueakDBus-Tests:(tests) rather incomplete unit testsFor older versions seehttp://source.impara.de/dbus/. The plugin was …
SqueakSource squeak

ddmin

Delta Debugging algorithm implementation for test case reduction
GitHub MIT

DeltaStreams

WARNING:This project was moved tohttp://smalltalkhub.com/#!/~gokr/DeltaStreamsat 2013-01-06!!! There may be newer code there.DeltaStreamsis a better implementation much more powerful implementation of ChangeSets.MembersCreator:Göran KrampeAdmin:Matthew Fulmer,Göran KrampeDeveloper:Matthew FulmerTagscompiler,fileformat,monticelloLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/DeltaStreams'user: ''password: ''PackagesDSProfiling, DeltaStreams, DeltaStreams-Browser, DeltaStreams-Converting, DeltaStreams-Deprecated, …
SqueakSource squeak

demoTestNeighbourhood-Model

A simple demo model where grids with different types of neighbourhood can be tested and visualised
GitHub MIT

DependencyTestProjectForBaseline

This project is a dependency of TestProjectForBaseline project
GitHub pharo MIT

DesignInfo

A DesignInfo collects the following information and metrics about the design of a package:lines of codelines of production codelines of test codepercentage of production codepercentage of test codeIt can create morphs that show a bar chart of the lines of …
SqueakSource

Development Environment for 3.8

Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakMap squeak

DevEnvironment38

Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakSource squeak

DifferentialTestRunner

Plugin for DrTests (Pharo test runner) to show tests that have a different state than the previous execution
GitHub pharo MIT

Digester

A port ofApache Digester. The Digester lets you configure an XML -> Object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. Currently only supports basic functionality, the API resembles the …
SqueakSource

DirectoryPlugin

DirectoryPlugin runs on Unix and Windows, and provides a noticable improvement in many directory and file access methods. If you use CommandShell on Unix (Linux), you should see an overall 15X improvement based on timing the CommandShell SUnit tests with …
SqueakMap squeak

DirectoryPlugin

Home page forDirectoryPluginDirectoryPlugin provides access to a Posix directory stream for efficient access to directory contents. It also provides methods for testing file status and how to creating directory entries for a files and directories.The directory stream primitives use the …
SqueakSource squeak

DirWalker

Reads/reproduces a directory structure in memory. Has a 'walk' method that prints out the structure. Part of my series of test implementations in different programming languages. To learn / try languages
SqueakSource

DmlSbeQuinto

Testing out working with Monticello repos
SqueakSource

DMTestProject

SmalltalkHub