VAStGoodies.com
Your VA Smalltalk OSS repository. Powered by VA Smalltalk with Seaside.

http://www.Keystone-Software.com

KscCase contains the Case class and an extension to Boolean.

The Case Class is an attempt to create a Case type language construct in
Smalltalk. It is patterned after the IBM Rexx language Select statement.
In many languages, the case statement tests a single variable for different
values and executes the code that corresponds to the variables value.
The Rexx Select statement is more general and tests many conditions
supplied by "When/Then" pairs and executes the statement following the
"Then" clause that matches the "When" condition that evaluated to true.


See the class comment for more details. (KscCase)
KscDynamicSortBlock contains the DynamicSortBlock class.

Instances are used as the sortBlock of a SortedCollection to simplify sorting complex classes.
They can also be sent to the #sort: method of other collections like arrays and ordered collections.
It is not in the block family of classes but acts like one by answering the #value:value: message
with a boolean like a sort block would.

See the class comment for more details. (KscDynamicSortBlock)
A class to aid in getting the weather forecast via the One Call API of Open Weather API: https://openweathermap.org/api. (KscWeather)
Homepage:http://www.Keystone-Software.com
Licence:
MIT
Licence URL:http://www.opensource.org/licenses/mit-license.php
Blog:http://www.Keystone-Software.com
Discussion:http://www.Keystone-Software.com
Email:Lou@Keystone-Software.com
Developers:Louis LaBrunda
Tags:
dynamicsortblock sort sortblock (KscDynamicSortBlock)
api map open weather (KscWeather)
case (KscCase)
Configuration Maps:KscCase (1↑|45↓), KscDynamicSortBlock (1↑|41↓), KscWeather (2↑|27↓)
Number of uploads:4
Number of downloads:113