Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Application Monitoring That Won't Slow Your App Down
AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.
Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
OpenFSL is an os-independent file system library. It provides file system control with customizable disk control. Currently supports MBR and FAT32 partially.
GridFS FUSE:
Allows you to mount a MongoDB's GridFS instance as a local filesystem
Requirements:
·MongoDB 1.6+
·FUSE 2.8.5
·Boost 1.49.0
Building:
# scons
Usage
# ./fmount or ./mount_gridfs --db=db_name --host=localhost mount_point
Current Limitations:
·No MongoDB authentication
Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)
The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files.
Easy to use:
#include <xmlio.h>
/* Write Variable to XML-File */
status = xmlWrite(strName, strFile, strDevice, 0);
/* Read XML-File into Variables */
status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);