๐Ÿ” / #software / #library / #javascript

Reimagine the Date Picker

The one where I reimagine an old project

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/449

#catlink #softwarelibrary

Reimagine the Date Picker

The one where I reimagine an old project

I made a tiny change in yauclib that has a huge impact: You don't need to include the Microcontroller.cpp file for your architecture anymore. A check for a definition in the main Microcontroller.cpp source file includes the correct architecture-specific version of Microcontroller.cpp for you now. When compiling your program, you only add the main Microcontroller.cpp source file to the list of sources.

More about yauclib:

https://codeberg.org/ncc1988/yauclib

#Yauclib #Microcontroller #SoftwareLibrary #Software

yauclib

yauclib - yet another microcontroller library. This library is an attempt to write device drivers and an abstraction layer for different microcontroller families in C++.

Codeberg.org

๐Ÿ” / #software / #library / #terminal / #python

#GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/353

#catlink #softwarelibrary #softwarelibraryterminal #softwarelibraryterminalpython

GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.

Rich is a Python library for rich text and beautiful formatting in the terminal. - Textualize/rich

๐Ÿ” / #software / #library / #javascript

#noVNC is a #VNC client JavaScript library as well as an application built on top of that library. noVNC runs well in any modern browser, including mobile browsers (iOS and Android)

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/327

#catlink #SoftwareLibrary #SoftwareLibraryJavascript

noVNC, the open-source VNC browser client

noVNC is a VNC client JavaScript library as well as an application built on top of that library. noVNC runs well in any modern browser, including mobile browsers (iOS and Android).

๐Ÿ” / #software / #library / #python

#Crontab module for reading and writing crontab files and accessing the system #cron automatically and simply using a direct API.

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/325

#catlink #SoftwareLibrary #SoftwareLibraryPython #PythonCrontab

Python Crontab

Crontab module for reading and writing crontab files and accessing the system cron automatically and simply using a direct API.

๐Ÿ” / #software / #library / #javascript

#SweetAlert2 - a beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/324

#catlink #SoftwareLibrary #SoftwareLibraryJavascript

SweetAlert2

SweetAlert2 - a beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes

๐Ÿ” / #software / #library

#FakerJS Generate massive amounts of fake (but reasonable) data for testing and development.

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/304

#catlink #SoftwareLibrary #nodejs #javascript #data #typescript #browser #fake #faker

FakerJS

Generate massive amounts of fake (but reasonable) data for testing and development.

๐Ÿ” / #software / #library

#Click Python composable command line interface toolkit

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/298

#catlink #SoftwareLibrary #Python #CLI #Pallets

๐Ÿ” / #software / #library

python-docx is a Python library for creating and updating Microsoft Word (.docx) files.

๐Ÿฑ๐Ÿ”— https://laravista.altervista.org/CatLink/links/295

#catlink #SoftwareLibrary #Python #DOCX #PythonDocx #Microsoft #Word #MicrosoftWord

python-docx

python-docx is a Python library for creating and updating Microsoft Word (.docx) files.

3. ffmpeg-linking in progress

To be able to support a huge amount of multimedia codecs, I'm developing links to the avformat, avutil and avcodec libraries from ffmpeg. Unfortunately, some parameters for ffmpeg library functions are not even documented in ffmpeg header files, making it harder to understand how to use those functions.

Endemm needs adaptor classes to transform ffmpeg data structures into objects for the "native" parts of Endemm.

5/6

#Endemm #ffmpeg #SoftwareLibrary #Development