You are here

Scala

Server Monitoring by RSS with Utilib

Submitted by h2b on 24. February 2018 - 17:59

This is an alternative way of monitoring servers. Each monitoring task requires to call some command on the server and to check the results. Here, we describe how we can send the results to an RSS server by using Scala scripts and my Utilib library while including automatic checks to discard redundant information and giving the rest in a convenient way to the observer.

This approach has some advantages including

SI -- README

Submitted by h2b on 12. March 2017 - 19:48

SI -- A Scala Library of Units of Measurement

This is a Scala library of units of measurement featuring the International System of Units (SI).

Imports

In most cases, to use this package you will import all of this:

SimGraf -- A Simple Scala Graphics Library

Submitted by h2b on 5. July 2016 - 17:21
Name: 
SimGraf
Version: 
1.3.0
Programming language: 
Scala (2.12, 2.11)
Date: 
Sunday, 14. May 2017

This is a Scala library of graphics utilities. It is focused on simple drawing of shapes and functions without the need of instructing the graphics system by a dozen or so settings before a simple picture is shown. It is not meant to program graphical user interfaces with buttons, menus and so on.

SimGraf -- README

Submitted by h2b on 5. July 2016 - 17:16

SimGraf - A Simple Scala Graphics Library

This is a Scala library of graphics utilities. It is focused on simple drawing of shapes and functions without the need of instructing the graphics system by a dozen or so settings before a simple picture is shown. It is not meant to program graphical user interfaces with buttons, menus and so on.

The World

A World provides graphics in world coordinates. For instance,

Algolib -- A Scala Library of Essential Algorithms

Submitted by h2b on 2. May 2016 - 19:19
Name: 
Algolib
Version: 
0.1.0
Programming language: 
Scala (2.12, 2.11)
Date: 
Tuesday, 3. May 2016

This is a Scala library of essential algorithms.

It starts with Scala implementations of some algorithms from the book Algorithms 4 by Robert Sedgewick and Kevin Wayne [1]. Further adaptations from this book will be added from time to time. Other algorithms may go into this library as well.

Algolib -- README

Submitted by h2b on 2. May 2016 - 18:23

Algolib -- A Scala Library of Essential Algorithms

This is a Scala library of essential algorithms.

It starts with Scala implementations of some algorithms from the book Algorithms 4 by Robert Sedgewick and Kevin Wayne [1]. Further adaptations from this book will be added from time to time. Other algorithms may go into this library as well.

LinAlg -- README

Submitted by h2b on 30. December 2015 - 21:00

LinAlg -- The Linear-Algebra Scala Library

LinAlg provides data types and operations for algebraic vectors and matrices.

Pages

Subscribe to RSS - Scala