Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Automate contact and company data extraction
Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.
Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
This is a very simple XML parser if you could call it that. It basicaly is an example project for students. It is not intended to be a useful utility since there already is an excess of these available.
"Yet Another C Data Structures Library" is a project that aims at implementing a simple, fast, portable and memory-leak-free data structures and algorithms to extend the C Standard Library and give more support and abstraction power for developers.
This project aims at providing Open Source tools for the development and the verification of SystemC/TLM (Transaction Level Modeling) IP models, and at promoting their use by embedded software developers on SoC (System-On-Chip).
The CloudTier Storage Tiering SDK is a Hierarchical Storage Management (HSM) file system filter driver development kit. It implements a data storage strategy that automatically migrates data between high-cost and low-cost storage media, optimizing storage efficiency and reducing both capital and operational expenses.
This SDK offers a simple and cost-effective solution to seamlessly integrate your on-premises storage infrastructure with cloud storage. The migration of files to the cloud...
YARML or (Yet Another Readable Markup Langage) is a simple and readable markup language which have the same structure of XML but with new syntax which near to the syntax which used with the high level programming languages like Java,PHP, C and Python.
This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it.
2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe.