Showing 395 open source projects for "simple library"

View related business solutions
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    FlowBuffer

    FlowBuffer

    Buffers, forwards, and splits flow data including NetFlow and IPFIX

    FlowBuffer is a flow/netflow buffer and splitter: configure your switch to push flow data into FlowBuffer, and FlowBuffer forwards it to unlimited destinations. Offloads processing from the switch to another machine. Centralized management. Runs on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    INDI Astronomical Control Protocol
    INDI is an instrument neutral distributed interface control protocol that aims to provide backend driver support and automation for a wide range of Astronomical devices (telescopes, focusers, CCDs..etc). Project migrated to Github: https://github.com/indilib/indi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Uart32

    Uart32

    Win32 API wrappers for accessing COM Uart in blocking mode

    Uart32 is a C++ wrapper around the win32 Serial Port API that allows blocking-mode access to the COM port. This library works great for accessing a UART serial port from a background worker thread. It features: a simple c++ class. (temporarily removed for maintainance. Use DLL API Instead) built in per access timeout on data receive. a C-API wrapper that is exportable to C# DLL import class
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    MStorage

    MStorage

    MStorage - storage for notes.

    MStorage - is storage for notes, it suggests opportunity to save and catalog notes, articles and tips in local drive by directories tree. If you usually store your notes in simple text files, but you begin upset when have to walk through directories tree every time when you need to find something, what you exactly want - this app will help you. WHATS NEW in v.1.1.*: - search in file - search in directory - readonly option for file - choose font, style and size of font in text editor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5

    On the Fly Downloader

    Makes web-hosted files local without downloading them entirely

    On the Fly Downloader (formerly known as RemoteDrive) allows using files from the web locally. A local file is created, which behaves like a fully downloaded copy even though the download is still in progress.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    CClicker

    CClicker

    An autoclicker powered by JNA

    CClicker is a simple auto-clicker made using JNA and Apache's Math library. Provides a hideable window. It can be injected into other JVM processes. Normal-distribution-based randomization. Record your own clicking statistics and simulate it. All settings are completely accessible via GUI. Offers translatable GUI text using txt files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Gphoton: simple 3d ray tracer

    Gphoton in a simple 3d modeler and ray tracer.

    Gphoton is a simple 3d modeler and ray tracer. If you're looking for the best 3d modeler or best ray tracer, this isn't it. If you want to easily make some simple 3D primitives and see multiple reflections or dink with ray trace code, you might find this fun, read on. In 2nd grade we had a sub who taught us to draw 2pt perspective - life was never the same. My dad's drafting book taught that and 3pt persp. In art I was awed by Durer and the mirror in Van Eyke's Wedding. In the 70s-80s I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tape

    Tape

    Tiny tape archive program

    Simple, lightweight tape archive tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PeaExtractor

    PeaExtractor

    Simple 7z, ace, cab, iso, rar, tar, zip file extractor

    User friendly wizard-based program for extraction of 180+ archive types, including encrypted files (7Z, ARC, PEA, RAR, ZIP, ZIPX) and spanned multi-volume archives (001, R01, Z01), spin-off of PeaZip project. Drag & drop any file on the application to extract it (if supported) or to attempt unpacking of unknown formats and variants. The minimal GUI is meant to keep working with archive decompression as simple as possible. It is primarily targeted to users with no prior experience...
    Downloads: 22 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10

    Distributed Processing Mgt Sys

    A "Distributed Processing" management framework.

    The "Distributed Processing Mgt Sys" (DPMS) is a software framework (based on "POCO" open source libraries) that provides simple interfaces for executing various "tasks" (applications/processes) across a "farm" of servers. The DPMS framework handles finding which server systems can execute which "tasks", as well as load balancing the tasks across the available "farm" of server systems. One potential use is for creating a "farm" of servers that does media processing/encoding/transcoding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libinclude

    libinclude

    It is a shell library to import other shell scripts as libraries.

    As a library we consider a simple shell script containing function and/or variable definitions. Libinclude offers you the possibility to use those kind of libraries in a comfortable manner. The usage is very close to the syntax of python's import statement. Functions (FUNC) and variables (VAR) in a library (MYLIB) can be simply included, but also imported in their own namespace (MYLIB_VAR, MYLIB_FUNC). It also provides the import MYLIB as ALIAS and the from MYLIB import FUNC statement, like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RaspiGFX

    RaspiGFX

    A simple 2D FrameBuffer graphics library in C/C++ for the Raspberry PI

    Based on my previous work a while ago on Solaris workstations (and the great work at http://raspberrycompote.blogspot.co.uk) I have put together a simple library to make use of the RaspberryPI's frame buffer for unaccelerated 2D graphics. The Library supports graphics primatives such as: Pixel, Line, Ellipse, Rectangle, Fill, Triangle, Polygon, CopyRect, Images, DoubleBuffering/Page Flips, XY origin, TTF Fonts (via public domain code) Using 16-bit (R5-G6-B5) colour mode (at all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Steam MegaDrive Alternate Launcher
    This is a Steam "SEGA Mega Drive & Genesis Classics" Simple Launcher replacement using Kega Fusion for emulation. Tutorial http://steamcommunity.com/sharedfiles/filedetails/?id=728843409
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    AnyPixel.js

    AnyPixel.js

    A web-friendly way for anyone to build unusual displays

    AnyPixel.js is an open-source software and hardware library that makes it possible to use the web to create big, unusual, interactive displays. Anyone can fork the code and the schematics to create their own display at any scale. The first display using this platform is in the 8th Avenue lobby at the Google NYC office. To create this installation, we used 5880 off-the-shelf arcade buttons with LEDs inside them as our pixels. AnyPixel.js’ straightforward hardware/software framework makes it easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    NiagaraAxIOT

    A library of IoT connectors for the Niagara Ax Platform

    Simple connectors to multiple IoT service providers for the Niagara Ax framework. Service connectors include: Carriots Ducksboard (discontinued by vendor) EmonCms Exosite Sen.se Tempodb Thingspeak Xively
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Maui Project
    Maui with Plasma Simple Shell "PSS" has been discontinued (last version 0.5.1.). For the Maui Linux distribution go to http://www.mauilinux.org For the non-Plasma but Qt-based Hawaii-Shell project visit: http://hawaiios.org/.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Mstorage

    Mstorage

    MStorage - storage for notes.

    MStorage - storage for notes, it suggest opportunity to save and catalog notes, articles and tips in local drive by directories tree. If you like save you notes in simple text files but you are upset to walk through directories tree every time when you need to find something - this util will help you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Qt Clipper

    Qt Clipper

    A simple clipboard manager

    Qt Clipper is a simple clipboard manager that will allow you to use past clipboard items without have to go back and recopy them. It can store tons of clips for you to use anywhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    The DotNetWikiBot Framework was developed so that it can offer a helping hand with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pyCompry

    pyCompry

    A Python Script to Compress and Backup a Folder

    This tool is featured with a very high compression mechanism hence useful in backing up large sized folders over a slow network, Or useful in reducing the backup size to a maximum possible. For detailed help, please refer to http://blogger.iamamazing.in/2016/01/automate-backup-with-python-script.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Clipcomrade
    Clipcomrade is Windows clipboard manager. Remembers everything that you put to the clipboard, easy paste/drag anything from clipboard history, access include global hot key. Search clipboard history. Multi user support. Simple install/update wizard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SQL Server Manager Lite

    SQL Server Manager Lite

    Simple database management tool for MS SQL Server

    SQL Server Manager Lite is a simple but effective database management tool for Microsoft SQL Server. System Requirements: * Microsoft SQL Server 2005 or later * Windows 2000 SP4 * 1 GHz Processor or faster NOTICE: MS SQL Server is a trademark of Microsoft Corporation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    QSquidClassRoom

    QSquidClassRoom

    QSquidClassRoom is a GUI for a specific squid3 configuration

    QSquidClassRoom was designed to make teacher's control over student Internet access fast and simple. A couple of mouse clicks allows you to control black and white access lists, ports, host allowed to access Internet. You can easily connect or disconnect any user or even block any media downloads. QSquidClassRoom may be a simple user without root rights. Recomended squid3 configuration file is included in the distribution. Also detailed description (in russian) included in documentation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ShutMeDown

    ShutMeDown

    A simple shuttingdown application for Windows

    ShutMeDown 1.2.0 is an simple application that will help you automate common system tasks on your computer, such as shutting down, restarting, hibernating and more. It allows you to create automatic timers to make life easier. You can now set shutting down at particular time and see remaining time on graphical indicators. By using SMD you can save electric energy and money by setting appropriate tasks. You can limit time that you and other users spend using your computer with 'limit tasks...
    Downloads: 2 This Week
    Last Update:
    See Project