Showing 97 open source projects for "good"

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
  • Automate contact and company data extraction Icon
    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.
    Explore Apify Store
  • 1

    ckeditor.filebrowser

    CKEditor taglib + File Browser

    This is the ported version of the very good grails' plugin, ckeditor. This jsp taglib is very easy to use and the distribution package is in web archive (war) format. You can just drop the war file in the servlet container then test drive from their. For tutorial, please visit the project website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Stephenerialization

    The solution to your Java cross-version serialization problems.

    Java's built in serialization falls short when attempting to serialize between classes of different versions. Using a static serialVersionUID is a good start, but just isn't enough. If you want a solution to your Java serialization problems, look no further! Stephenerialization allows you to serialize between Java classes of different versions without any hassle!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Thanks to this application, customize your files logs in real time with text and colors filters. It is useful if you are a developer for example and if you want to have a good look on your logs in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    yafra

    yafra

    Apache Cayenne, Wicket, CXF, GWT, EJB examples as a framework

    ...Using different technologies like Apache CXF Google Web Toolkit EJB Apache Wicket Eclipse RCP Java ANSI C Perl Python Bash WE MOVED TO GITHUB.COM !! All sources are now in git on github.com - search for yafra project. Thanks sf.net for the very good service in the past - but now it was time to move on!
    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

    DateUtils

    DateUtils

    A pure java calendar utility, with a date field and navigable calendar. Actual version: 0.9 (November 23th) Now, allow selection rules (like: only before a date, or only weekday), auto language use (by OS configuration) - or custom if you prefer... I hope this help you.. Download, use, study and post a review.. What's next? : More documentation, FAQ. : Range date selection (dd/mm/yyyy-dd/mm/yyyy). One field, two dates. Next version (0.95), with range date selection, will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SISSy

    SISSy detects problem patterns OO source code

    SISSy is a platform for problem pattern identification in OO source code written in Java, C++ or Delphi. Problem patterns include the well-known bad smells as well as typical violations of good OO design principles and heuristics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Yagnus attempts to provide you with useful software and libraries for more modern computing purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Very simple and powerful list of things that need to be "just done". Created mostly for agile people. Developed with good desgin (design patterns) using test driven development and clean code principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Real time micro benchmark multi-lingual suite (RTMB) provides a good way to measure the deterministic quality of hardware, an operating system, or a Java Virtual Machine. RTMB consists of benchmarks in C, C++ and Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    MSBLayout is a LayoutManager for Java AWT and Swing that combines the nested-boxes approach of BoxLayout with flexible constraints as used by GridBagLayout. A concise API minimizes the code required to get good layouts with optimal resizing behaviour
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Speedy Composer

    Speedy Composer – Artificial Neural Network Melody Composer.

    ...We are currently looking for volunteers to help us convert Speedy Composer to Python. If you are interested in volunteering, please contact me by email. Thank you and good luck, Uri Rodberg Founder and Director of Speedy Net and Speedy Composer, Speedy Paz Technologies Ltd. uri@speedy.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JadRetro is a Java decompiler helper supporting Java 1.5+ classes. JadRetro is not a decompiler itself, it is a class transformer helping some old (but good) Java decompilers to convert more class files and/or generate more correct source code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Simple java written script. Generates clicks to given URL via proxy servers. Good for testing purposes or whatever you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project consists on adapting the process of development of the software, automating and systematizing the good practices in the different disciplines of the lifecycle of the software. In addition, we seek to make solutions based on SOA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a sandbox for playing with Java swing's synth look and feel. This project is not to be released separately, its a reference to help other developers to get started with synth, which obviously misses good documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RUNGJenerator is an Utility designed for increasing developement speed.It replicates blocks of similar code adding find/replace functionality.It works good with Ultraedit Macros.It's a general purpose tool for all programming languages and Developer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AtomicDate is a Simple Network Time Protocol (SNTP) implementation in Java, as described by RFC 2030. It's composed by a client/server framework and works as an extension to java.util.Date class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project uses the power of jQuery, matched with JSF to create a UI framework that leverages the automation of JSF (Java Server Faces), and the ease of use and beauty of jQuery. This leads to fast to develop, good looking Java-based web application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A small mock library that is extremely easy to learn with plenty of examples. Only has 5 classes for the api. See http://mocklib.sourceforge.net for good tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a JAVA package similar to java.util.concurent but having more compact construction, good documentation and some interesting capabilities like region locks, events, delegated workers with bandwidth limiting and similar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A collection of discreet, mostly Web-related libraries, utility classes, and some AWT code (good for applets). Package xentity implements a JDBC-based administrative system for building an O/R persistence layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Modification of Eclipse JDT plugin to configure the color of comments added by Objecteering (UML Modeler) in Java files. It's not a real Eclipse plugin, because I don't find a good extention point to do that. So I modify jdt.ui plug-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a modeling tool generating code from activity diagrams. The main goal is to achieve a good code generation. I would like to have different possibilities like HTML mapping from diagrams and Java code generation (maybe others) chosen by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Source Semantic Web Search Engine Software: If two machines anywhere on the web can agree on the same definition of a digital service or digital good, then machine to machine transactions can use this lingua franca to transact on the users behalf.
    Downloads: 0 This Week
    Last Update:
    See Project