3619 packages — page 144

Tsunami

A small framework allowing business object collaborations and instance variables to be declared declaratively Ruby On Rails style, resulting in a domain model kind of matching the style of the Streamlined Object Modeling book. Relationships between objects are reified as …
SqueakSource

TutoHPI

test
SqueakSource

TweakCore

Repository for the core Tweak packages.InstallationFetchthe latest trunk imageand update it. Then load Tweak by executing:MCMcmUpdater updateFromRepositories: #( 'http://squeaksource.com/TweakCore' ).Once loaded (it'll take a while) you can fire up the sample application by running:CProjectMorph open: CSampleAppLicense: Tweak is distributed under …
SqueakSource squeak

TweakExtras

Repository for additional Tweak packages.InstallationFetchthe latest trunk imageand update it. Then load Tweak by executing:MCMcmUpdater updateFromRepositories: #( 'http://squeaksource.com/TweakCore' 'http://squeaksource.com/TweakExtras' ).Once loaded (it'll take a while) you can fire up the sample application by running:CProjectMorph open: CProjectBuilderLicense: Tweak is distributed under …
SqueakSource squeak

TwitChanges

It posts the system change events to Twitter.Twitter account for tests:TwitChangesProject page:TwitChanges projectMembersCreator:Koji YokokawaAdmin:Koji YokokawaTagsclientLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/TwitChanges'user: ''password: ''PackagesTwitChangesLinkshttp://www.squeaksource.com/TwitChanges.htmlhttp://www.squeaksource.com/TwitChangesGlobal:Read And WriteStatisticsRegistered:29 April 2008 12:37:24 pmTotal Releases:0Total Versions:4Total Downloads:104
SqueakSource squeak

TwosComplement

Twos Complement demonstrates twos complement arithmetic as implemented in logic registers. Registers operations, including basic arithmetic and logical functions, are implemented with boolean operations without use of numbers.A BitRegister represents on single-bit register with a value (set or not set) …
SqueakSource squeak

UCATest

UCATest
SqueakSource

UIGenericTest

A try to do testing of UI.
SqueakSource

UnicodeSupport

To provide sortable UTF8 and UTF16 strings equivalence testing of pairs of UTF8 strings equivalence testing of pairs of UTF16 strings roundttripping of UTF8 and UTF16 strings through Smalltalk
SqueakSource

Unit testing

Rosetta Code

UnitTestTP

TP
SqueakSource

UpdateStreams for SqueakMap

Provide the ability to host individual update streams for any package at SqueakMap. Right now, this relies on a hack in the package description which has to include the following lines somewhere: [loadUpdatesAt: http://isgwww.cs.uni-magdeburg.de/~raab/squeak/packages/SMUpdateStreams][storeUpdatesAt: ftp://raab@luxator.cs.uni-magdeburg.de/~/public_html/squeak/packages/SMUpdateStreams]
SqueakMap squeak

UTCDateAndTime

CAUTION - Installation cannot be unloaded, save your image before loading this package. Note: As of January 2019 this project has been merged in Squeak trunk in package Chonology-Core. This SqueakMap entry can still be loaded in Squeak 5.2, but …
SqueakMap squeak

UTCDateAndTime

As of January 2019 this project has been merged in Squeak trunk in package Chonology-Core.The traditional implementation of DateAndTime uses instance variables 'seconds offset jdn nanos' and calculates its magnitude based on those varables in conjunction with the local TimeZone.Replace …
SqueakSource squeak

Variables Pane for Browsers in base Squeak

Adds variables pane to several of the Browsers, similar to old Smalltalk/V browsers.NOTE: No longer adds an instance variable to the Browser class.The variables pane is controlled by Preferences in the 'browsing'category. Two options exist:#showVarsInBrowser - toggles if variables pane …
SqueakMap squeak

VerMonTest

SqueakSource

VersionnerTest

A test copy of verssioner ...
SqueakSource

Video4Squeak

Video4Squeak is an attempt to create an multi-platform video capturing framework for Squeak. Actually it support Video4Linux devices and a 'Test' multiplatform device. The main goal is to provide a confortable experience for non-programmers and in this line the framework …
SqueakSource squeak

Virtualization

Tools and tests for a virtualization layer in pharo.
GitHub pharo

VMTests

SmalltalkHub

WatchIt

This adds a 'watch it' choice to the context menus in text editors. This will take the selection, make a BlockContext out of it, and give you a Morph that will display the value of that block every half second. …
SqueakSource

WebClient

NOTE: The active development of this project can now be found athttp://ss3.gemstone.com/ss/WebClient.html.Please go there to find the latest versions of WebclientWebClient and WebServer are simple, compact, and easy to use HTTP client and server implementations for Squeak.InstallationTo install WebClient and …
SqueakSource pharo

WebCodeStats

WebCodeStats counts classes, methods, average methods per class, avg lines per method, nr of tests, and many more. Used to measure code statistics in web frameworks, but can also be used more generally. Just fill the appropriate package patterns in …
SqueakSource

WebTest

SmalltalkHub

WebTester

WebTester provides a framework to test web applications. It defines an API (WebTester-API)Provided one implementation using Selenium RC. (http://selenium-rc.seleniumhq.org/).
SqueakSource