4566 packages — page 180

Triangle-Scaling

Simple Smalltalk project that presents its usage by implementing scaling equilateral triangle.
GitHub

Trias

Trias
GitHub MIT

tryToCrashSmalltalkCI

xp to crash the smalltalk CI
GitHub

TSF-FileRotator

A robust, process-independent file rotator for Pharo Smalltalk. It monitors files (e.g., logs), rotates them based on configurable policies (size, age), and archives them.. It was specifically designed for heterogeneous environments (e.g. Go-Logger & Pharo-Rotator) and uses file-based locks to …
GitHub pharo Apache-2.0

TSF-Logger

The TSF-Logger Frameworkis a simple, lightweight, and ready-to-use logger with log-level support. It follows a modular approach based on the Strategy and Decorator pattern.
GitHub pharo Apache-2.0

TSF-NexIO

TSF-NexIO is a lightweight, robust framework for JSON-RPC 2.0 communication over WebSockets in Pharo Smalltalk. It is designed to enable 'synchronous semantics on asynchronous channels' and enforces a strict separation between transport (Server) and business logic (Delegate). TSF-NexIO supports Batch …
GitHub pharo Apache-2.0

TSF-Scheduler

A robust, thread-safe, lightweight and zero-dependency task scheduling framework for Pharo Smalltalk
GitHub pharo Apache-2.0

TSF-Showcase

The Self-Maintaining Service Node serves as a reference implementation, illustrating how the four specialized TSF components (Logger, Scheduler, FileRotator, NexIO) integrate seamlessly to create a robust, self-maintaining, and remotely controllable server application.
GitHub pharo Apache-2.0

Tuppu

Simple persistent document store
GitHub pharo MIT

Tus-Libros

Implementación de un sistema de compras online de libros para la editorial TusLibros
GitHub MIT

tweety

sistema de mensajeria en smalltalk y con interfaz web
GitHub

twitter

Twitter client for Newspeak. Migrated from bitbucket.com/fbanados/twitter
GitHub

TwoFer

# Two Fer `Two-fer` or `2-fer` is short for two for one. One for you and one for me. Given a name, return a string with the message: ```text One for X, one for me. ``` Where X is the …
GitHub

TypeAnnotation

Experimental type annotations for Pharo
GitHub pharo

TypedSlot

An example of Slots usage for Pharo
GitHub pharo MIT

TypeScriptAnalizer

A collection of scripts to conduct analysis on TypeScript Projetcs using Pharo and Moose
GitHub pharo

Typetalk

Optional typing for Smalltalk
GitHub MIT

Typing

Gradual typing system for Smalltalk
GitHub MIT

ubuntu-pharo-seaside

GitHub pharo

ui-challenges

7 UI Challenges using Pharo and Seaside
GitHub pharo

Ukulele-Pharo

A small DB-like app to manage things related to playing e.g. songs, lessons, tabs
GitHub pharo GPL-3.0

UMLDiagramAnalysis

SATToSE 2018 Hackathon
GitHub MIT

UndefinedClasses

Undefined classes for Pharo
GitHub pharo MIT

UnderstandingTheStack

Building up understanding of Reclaim the Stack
GitHub

UnigramCompletionSorter

A sorting strategy for code completion in Pharo IDE (https://pharo.org/) based on the unigram language model (n-gram model with n=1)
GitHub pharo MIT