Pinned Repositories
i3_eink_config
If you are running the i3 tiling manager on an eink screen, you might want to have a custom configuration file that is optimized for this kind of devices.
numbworks
The README.MD for this Github profile.
NW.MarkdownTables
NW.MarkdownTables is a library that creates Markdown tables out of the provided objects. It makes very easy to format objects in tabular format while logging and to create examples for the documentation of the project while developing it.
NW.NGramTextClassification
NW.NGramTextClassification is a library to perform text classification tasks on the text snippets you provide. Text Classification is a machine learning technique that calculates the similarity between the string of text you need to categorize and a collection of already categorized strings you provide to the library.
NW.Shared.Files
NW.Shared.Files is a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.
NW.Shared.Serialization
NW.Shared.Serialization is a library that provides a facade over System.Text.Json.JsonSerializer in order to simplify serialization and deserialization activities.
NW.Shared.Validation
NW.Shared.Validation is a library that provides a collection of general-purpose validation methods.
NW.UnivariateForecasting
NW.UnivariateForecasting is a library to perform Univariate Forecasting on your own values. Time Series Forecasting is a machine learning technique that aims to predict the next values in a time series when a subset of subsequent values is provided ("sliding window").
nwpackageversions
nwpackageversions is a Python library that helps with retrieving package information from PyPi.org and comparing them with what you have installed locally.
nwreadinglist
nwreadinglist is an application designed to run automated data analysis tasks on "Reading List.xlsx", the file I use to annotate all the books I study in my continuous education journey.
numbworks's Repositories
numbworks/i3_eink_config
If you are running the i3 tiling manager on an eink screen, you might want to have a custom configuration file that is optimized for this kind of devices.
numbworks/NW.NGramTextClassification
NW.NGramTextClassification is a library to perform text classification tasks on the text snippets you provide. Text Classification is a machine learning technique that calculates the similarity between the string of text you need to categorize and a collection of already categorized strings you provide to the library.
numbworks/numbworks
The README.MD for this Github profile.
numbworks/NW.UnivariateForecasting
NW.UnivariateForecasting is a library to perform Univariate Forecasting on your own values. Time Series Forecasting is a machine learning technique that aims to predict the next values in a time series when a subset of subsequent values is provided ("sliding window").
numbworks/NW.MarkdownTables
NW.MarkdownTables is a library that creates Markdown tables out of the provided objects. It makes very easy to format objects in tabular format while logging and to create examples for the documentation of the project while developing it.
numbworks/NW.Shared.Files
NW.Shared.Files is a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.
numbworks/NW.Shared.Serialization
NW.Shared.Serialization is a library that provides a facade over System.Text.Json.JsonSerializer in order to simplify serialization and deserialization activities.
numbworks/NW.Shared.Validation
NW.Shared.Validation is a library that provides a collection of general-purpose validation methods.
numbworks/nwpackageversions
nwpackageversions is a Python library that helps with retrieving package information from PyPi.org and comparing them with what you have installed locally.
numbworks/nwreadinglist
nwreadinglist is an application designed to run automated data analysis tasks on "Reading List.xlsx", the file I use to annotate all the books I study in my continuous education journey.
numbworks/nwshared
nwshared is a collection of shared components for Python modules.
numbworks/nwtimetracking
nwtimetracking is an application designed to run automated data analysis tasks on "Time Tracking.xlsx", the file I use to annotate the durations of all my sessions of extra work and continuos learning.