Showing 279 open source projects for "using"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1

    PHPMySMB

    Access your network through the Web

    PHPMySMB is a fork from smbwebclient. It provides web access to a network using the Microsoft protocol SMB. The code is currently mainly based on smbsebclient. Plans are : 0.8 : extract images/css/langs from the original and unique file 0.9 : create a dedicated samba php file 1.0 : code cleanup and bugfixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Serverstats is a simple tool for creating graphs using rrdtool. Serverstats does not have any features to manage the created rrd-files, if you change anything you have to delete and recreate the files. Perhaps you can avoid this using third-party-tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SGJabSh allows you to execute commands remotely using Jabber conversation with daemon. It provides strong privacy and authentication security support (via Off-The-Record and Socialist Millionaire Protocol).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zebra_Session

    Zebra_Session

    A wrapper for PHP’s default session handler, using MySQL for storage

    Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance. The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available. Storing sessions in a database makes them available to all of the servers! Zebra_Session's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL. Starting with version 2.0, Zebra_Session implements row locks, ensuring that data is correctly handled in a scenario with multiple concurrent AJAX requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    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
  • 5
    WatchTower

    WatchTower

    WatchTower is a cloud server monitoring and management tool

    ...This is actually a suite of tools that includes a dashboard and associated RESTful web services required for managing the servers and services. The dashboard uses PHP/MySQL (requires php5+), html, and css. It's all open source and very easy to work with and make changes. The client I'm using is included and is written in python. Currently tested with Python 2.4 and 2.6, but should work with any version. I'm not using anything special. My plans also include monitoring/managing of Windows servers through the same python client, but compiled into a working exe, but I will work on that when the Linux client is finished first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    MySQL Load Balancing PHP script

    MySQL Load Balancing PHP script

    Free MySQL Load Balancing PHP script. For load balanced access to your MySQL servers when you are using MySQL replication between one (or many) master and many slaves. This script does reads on slaves and writes on master(s). It automatically checks if the challenger slave is "fresh enough" to read on it. The script is actually used in real conditions, prove of the capabilities. That also needed from me to erase some sections of the code replaced by a "TODO" commentary with instruction (you will have to adapt those few lines to your conditions). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VNCed allows admins and teachers to monitor multiple workstations at the same time using VNC. There are a number of other VNC releated downloads available including MSI Creators/Installers for UltraVNC, Win32 version of RFBProxy and pyvnc2swf-py2exe
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Aures is a Python script that scans hosts using Nmap periodically and notifies the user of changes through libnotify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WMI-based inventarization project using Java technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    pyshot, windows session recorder/auditor
    pySHOT is a session recorder for windows. (soon linux session recorder also) It's a client/server python app using gearman. To use pyshot you must install pyshot-client from https://sourceforge.net/projects/pyshot-client/ on monitored server
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Osmius
    Osmius: The Open Source Monitoring Tool is C++ and Java. Monitor "everything" connected to a network with incredible performance. Create and integrate Business Services, SLAs and ITIL processes such as availability management and capacity planning.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    simple packet sniffer using raw sockets with c based Linux os. sniffing by type ICMP,TCP,UDP
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    ACGVision is a software monitoring system developped in Java and using SOAP WebServices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SteelBot is an open source ICQ/Jabber bot written in PHP. It is fully modular and easy using, and can use files or MySQL engines as database driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Net::SMS::Clickatell

    Perl module for accessing the Clickatell Bulk SMS service

    A Perl module for accessing the Clickatell Bulk SMS service (http://www.Clickatell.com) through various protocols: SOAP, XML, HTTP and FTP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Wireless is a C++ library that provides simple wireless networking functions for Arduino boards, using many inexpensive radio modules. Simple Wireless uses the Virtual Wire library (by Mike McCauley) as the physical layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    STARCAT (STAtiscic Reporting, Collecting and Analysing Tool) is a toolkit to gather statistics out of several sources (for example, rrd-files, logfiles, DBMS,...) and create nice-looking reports out of them using XML-templates.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    SQLREST enables access to a relational database as RESTful Web Service. Entities can be queried, created and modified using the HTTP methods GET, POST, PUT and DELETE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Language: C++ using wxWidgets and STL. Platforms: Win98/ME/2000/XP, perhaps Linux. Description: Download Manager for FTP and HTTP. Features: Resuming, priority/exact ordering, threaded downloading, mirror searching and mass adding of downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JTella is the Java API for the GNUTella network. Using JTella, Java based GNUTella tools and servants can be created, with JTella providing the network interface code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An extension to allow JMeter to report using the SNMP protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Aggregation is a linux shell service that provide load balancing and failover for sites with double Internet connections. Aggregation provides redundant *outbound* paths, using a combination of IPRoute2 and IPTables rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The project aims to develop an open-source Linux-based DNS system, A more flexible domain name and IP address mapping system can be developed by using a variety of plug-ins to achieve DDNS, along with load balancing capabilities. from Beijing China.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Nova Remote Assistance Tool
    *Updated 6-11-2010 * Nova is a remote assistance tool developed in C# .NET 3.5. Using Nova, you can administrate remote computers through a File Explorer, Registry Editor, Process Manager, Live View, and Chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jBingAPI is a java library to query the microsoft search engine bing (http://www.bing.com/) using their public api. jBingAPI just makes it a lot easier to communicate with this api.
    Downloads: 0 This Week
    Last Update:
    See Project