Showing 656 open source projects for "apache"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 1

    Net Tools for Development

    A collection of network-oriented tools

    This Eclipse RCP application contains several free, useful network tools. Among others: - Standard network tools: ping, netstat, traceroute, nslookup - A port scanner - Servers: HTTP, FTP, TFTP servers - an HTTP proxy - A TCP tunnel - Clients: FTP client, embeddable PuTTY (for Windows only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    vhostManager

    Virtual Host Manager for Apache HTTPD server

    vhostManager is utility from managing configuration of virtual hosts for enterprise distributed solutions with many wirtual hosts and many server aliases. The best example is JSP hosting platform with farm of Tomcat/Jetty servers connected with Apache HTTPD using AJP (mod_jk). vhostManager helps create and manage virtual hosts (adding/removing aliases) without modyfing httpd.conf file. It's comand line application so you can use it with scripts and other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    iPAQ 200/210/211/212/214 Android Porting

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent. It has a 4-inch VGA Screen (TFT LCD display), resistive touchscreen, WiFi, Bluetooth, SD/MMC, CF. Originally it is running Windows Mobile 6 Classic. For help, see README files and the wiki. This project is in Alpha state, that means it is not suitable for daily usage unless developing for the project. NOT FOR THE FAINTHEARTED AND/OR COMPUTER IDIOTS!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    An open source project of developing Message admin gui based tools for Apache ActiveMQ. The name of tool is ActiveMQBrowser. It aims to implement functionality such as New Message Create/Send, Delete Messages, Forward Messages, Subscribe TOPICs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 5
    JWare/AntXtras is a powerful extension Ant library as well as a collection of useful Ant components. The current active AntXtras projects include "AntXtras", "Log4Ant", and "Svn4Ant".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tsukuba-GAMA provides user and credential management, using the Grid Security Infrastructure (GSI) based on Public Key Infrastructure (PKI), X.509 certificate, proxy certificate, and the concept of Virtual Organization (VO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NagiosAppender

    log4j support for native nagios (nsca) integration

    This project encompasses a custom appender for log4j, intended for system administrators and/or developers interested in using the log4j architecture to push messages to Nagios, via the Nagios nsca server. Release 2.0.0 supports asynchronous message delivery, tunable timeouts, and a buffer for redelivery support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    cm7_twm_t1

    cm7 for twm t1

    Porting CyanogenMod 7 to TWM T1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Syoncloud

    Syoncloud

    Hadoop, Hbase, HBase Web Client, Flume based log analytics system

    Syoncloud Logs enables you to process log files from various applications using Hadoop, Flume and HBase. It has an easy installation and configurations interface. It has Syoncloud HBase web client. It displays tree of HBase tables and column families linked to paginated grid of data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn more customers into advocates. Icon
    Turn more customers into advocates.

    Fight skyrocketing paid media costs by turning your customers into a primary vehicle for acquisition, awareness, and activation with Extole.

    The platform's advanced capabilities ensure companies get the most out of their referral programs. Leverage custom events, profiles, and attributes to enable dynamic, audience-specific referral experiences. Use first-party data to tailor customer segment messaging, rewards, and engagement strategies. Use our flexible APIs to build management capabilities and consumer experiences–headlessly or hybrid. We have all the tools you need to build scalable, secure, and high-performing referral programs.
    Learn More
  • 10
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A software toolkit for using the EPCglobal Low Level Reader Protocol (LLRP) to communicate with conforming RFID readers.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Emulation Framework
    The Emulation Framework offers a convenient way to render digital files in their native computer environment. The EF is software developed in Java by the international KEEP project, co-funded by the European Unions 7th Framework Programme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Daemon Template

    A template for writing Java UNIX daemons.

    This is a simple Java application that will run on Unix/Linux operating systems as a daemon using the Apache Commons Daemon. The purpose of this application is to serve as a template/example of how to set up a Java application as a daemon on Unix/linux systems and as an example of how to use jsvc. The java_daemon_init script can be copied to /etc/init.d/ (and renamed to an appropriate name) and then used in the normal {start|stop} manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MazWoz EVO ROM

    Android ROM for EVO

    Android ROM for HTC EVO 4G ICS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Project provides a set of concurrent building blocks (Java & C/C++) that can be used to develop parallel/multi-threaded applications. Components are grouped into 4 categories: 1.Data Structures 2. Parallel Patterns 3.Parallel functions 4.Atomics and STM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rows Based File is file management software. User can access any row randomly in files without load whole file into memory. It can be used in somewhere, such as huge queue file or logging file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The DPML is an open-source project contributing to the development of advanced Java-based component management solutions. DPML products include the Transit resource management system, the Depot build system, the Metro IOC container, and Station console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Small java console utilite for renaming Track-XX.mp3 files according to rows from tracklist file with song names. Useful not only for mp3 files but for any. This is small jar file compiled for java 1.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gavrog stands for "Generation, Analysis and Visualization of Reticular Ornaments using Gavrog". It is a Java library together with a suite of interactive applications for the study of periodic net-like structures in space and their applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ForeIndex

    Distributed Index with Apache Hadoop, Apache Lucene and Apache Tika

    This is a distributed index framework using Apache Hadoop, Apache Lucene and Apache Tika, to index large volume of data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    miniLogger

    Graphical java logfile viewer/follower.

    Graphical reverse logfile follower written in Java. Features: Last line first, filtering via options, line coloring via options, log snapshots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Export data from EID metadirectory to LDAP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    skysail osgimonitor

    Simple web view on OSGi runtime

    skysail osgimonitor is a set of bundles which will show you the installed bundles with their status using freemarker. Main purpose of this project right now is to serve as code for a tutorial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A graphical user interface to the Apache Commons VFS API written in Java/SWT: Multi-platform, capable of managing files among multiple file systems such as: ftp, sftp, smb, webdav, etc.
    Downloads: 0 This Week
    Last Update:
    See Project