python3-pyodbc

Python3 module for ODBC database access

A Python3 DB API 2 module for ODBC. No 3rd party libraries are required. Only native Python datatypes are used, such as decimal and datetime. It implements the Python Database API Specification v2.0. For example: import pyodbc Next, create a connection by passing an ODBC connection string to the connect method. This step causes ODBC to load the database driver (the SQL Server driver in this example) and connect to the database. cnxn = pyodbc.connect('DSN=northwind')

python3-colorlog

formatter to use with the logging module of Python 3

python-colorlog allows colors to be placed in the format string, which is mostly useful when paired with a StreamHandler that is outputting to a terminal. This is accomplished by adding a set of terminal color codes to the record before it is used to format the string.

r-cran-writexl

GNU R package to Export Data Frames to Excel 'xlsx' Format

Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'. Fast and no Java or Excel required.

ardesia

free digital sketchpad software

You can make colored free-hand annotations with digital ink everywhere, record it and share on the network.

libmono-microsoft8.0-cil

Mono Microsoft libraries (for CLI 2.0)

libnet-smtp-server-perl

native Perl SMTP Server implementation for Perl

The Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional module, Net::SMTP::Server::Relay has also been implemented as an example of just one application of this extensibility. See the pod for more details on that module. This extension has been tested on both Unix and Win32 platforms.