Showing 37 open source projects for "java to do list"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    React

    React

    A JavaScript library for building user interfaces

    ... feels the same. It is designed to let you seamlessly combine components written by independent people, teams, and organizations. React components are JavaScript functions. Want to show some content conditionally? Use an if statement. Displaying a list? Try array map(). Learning React is learning programming.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 2
    LazyGit

    LazyGit

    Simple terminal UI for git commands

    You've heard it before, git is powerful, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? Are you kidding me? To stage part of a file you need to use a command-line program to step through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit an arcane patch file by hand? Are you KIDDING me?! Sometimes you get asked to stash your changes...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Spring Boot Admin

    Spring Boot Admin

    Admin UI for administration of spring boot applications

    This community project provides an admin interface for Spring Boot applications. The applications register with our Spring Boot Admin Client (via HTTP) or are discovered using Spring Cloud (e.g. Eureka, Consul). The UI is just a Vue.js application on top of the Spring Boot Actuator endpoints. Support for Python applications is available using Pyctuator. First, you need to setup your server. To do this just setup a simple boot project (using start.spring.io). As Spring Boot Admin Server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    vue-virtual-scroller

    vue-virtual-scroller

    Blazing fast scrolling for any amount of data

    There are several components provided by vue-virtual-scroller. RecycleScroller is a component that only renders the visible items in your list. It also re-uses components and dom elements to be as efficient and performant as possible. DynamicScroller is a component that wraps the RecycleScroller component and extends its features to include dynamic size management. The main use case for this is when you do not know the size of the items in advance. The Dynamic Scroller automatically "discovers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    xRxTx - Uart/Com

    xRxTx - Uart/Com

    Rxtx/Uart GUI

    RxtxConsole is an API and GUI software, developed by Doidx with JSerialCom as the kernel. It can be used for multi- UART/RS232 interface operation. The platform supports Windows/MAC/Linux. Note: Developed with Java17 Follow these steps step by step to apply RxtxConsole, 1. LIST, to obtain all Serial ports currently available on the system. 2. CONNECT, Select a Serial port for connection and place it in the connection pool for use...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    hexo-theme-matery

    hexo-theme-matery

    A beautiful hexo blog theme with material design

    Simple and beautiful, and post is Beautiful and readable, with Material Design. Responsive design, which can be displayed well on desktop, tablet, mobile phone, etc. Home page carousel posts and changing 'banner' picture dynamically every day. Blog posts list with waterflow (There will be 24 images if the article doesn't have featured pictures). Archive page with the timeline. Tags page of the word cloud and categories page of the radar chart. Rich 'About' page (including about me, posts charts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Number Base Converter

    Number Base Converter

    Instantly convert between number systems and do basic operations

    With this Java application values of arbitrary length can be converted between Dec, Hex and Bin number base. Additionally, bitwise and numeric operations can be performed on the main value (also of arbitrary size). The main feature is the visual buttons representing the appropriate bit value, which can show and change the respective bit position. Also, bit group values (eg. W0, H0, etc) can be displayed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    FXWindowFramer

    A JavaFX library to repaint your Applications window frame.

    Most developer’s wish list probably hosts the idea of exploring new ways of decorating his/her applications window... Of course, preferences of current OSes do propose a few options, but some may want more, or different choices, would it just be to frame their apps with their own uniform “branded” style. FXWindowFramer is a quite simple JavaFX library, which may be used to change the look&feel of a JavaFX application (applying just a few cosmetic changes through CSS definitions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    j-denv

    java-developer/deploy environment

    Another POC (Proof Of Concept), a 'dialog' tool made in java, can show multiple dialogs, images, buttons, and even HTML (3.2) a lot of things do not work properly or doesn't work at all. Reads from stdin and writes to stdout, can be linked with netcat/socat, check readme for examples. IMPORTANT: dealing with long terminal lines require switching the terminal to non-canonical mode (stty -icanon) Reenable canonical mode with: stty icanon
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    sentinela

    sentinela

    Visual regression test with Sentinela and webdriver

    What is sentinela? With the sentinela it´s possible can perform visual regression test quickly and efficiently. Sentinela make prints from window browser, manager baseline a makes comparisons of test results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Args

    Args

    A java configuration file and command line parser

    Powerful rule-based command line parser and cofiguration reader. Options can be created using annotations or manually using a powerful API. Options are grouped into hierarchical namespace, allowing sophisticated inclusion, exclusion and grouping based on rules. Supports multiple dialects and automatic document creator such as typical usage and UNIX manpages. POSSIX, GNU, MSDOS command line parser dialects. XML, INI, PROPERTIES configuration file types. Database and general persistance or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    angular-filemanager

    angular-filemanager

    JavaScript file manager Material Design folder explorer

    ... UX). Delete, edit, preview, download. File permissions (Unix chmod style). Mobile support. Drag and drop. Dropbox and Google Drive connectors. Remove usage of jQuery. You can do many things by extending the configuration. Like hide the sidebar or the search button. For transparency into our release cycle and in striving to maintain backward compatibility, angular-file manager is maintained under the Semantic Versioning guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    sentinelaAPI

    sentinelaAPI

    Visual regression test with Sentinela API + WebDriver

    Visual regression test with Sentinela API + WebDriver A simple API that combined with WebDriver can perform visual regression test quickly and efficiently. Sentinela API - Gen prints from window browser, manager baseline and makes a comparison of results Sentinela API it is written in Java. How API work? 1 - Import Sentinela API in your project. 2 - Mark some points where Sentinela API will perform the tests. 3 - Run your project as usual. 4 - Every time point is reached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Entando

    Entando

    The lightest open source Digital Transformation Platform

    Entando is the lightest open source Digital Transformation Platform for Modern Applications. We help customers bring to production enterprise applications that are lightweight, cloud native, and highly customized, and do so significantly faster than their competitors. Our platform harmonizes user experience across enterprise omnichannel applications, accelerating time to market, and increasing development efficiency. Get the latest version of Entando's Community Edition and its Plugins...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Thymeleaf Property Extractor

    Thymeleaf Property Extractor

    A Java-written extractor for all your Thymeleaf localization strings

    Thymeleaf Property Extractor (ThExtractor in short) is a java-written app that given a folder or a html file, extracts every Thymeleaf localisation tags (for example: th:text="#{myString}") to a properties file, to ease and fasten the development of your Spring web app. It's really easy to use! Just run the jar, and browse for your HTML (or a folder containing them) in the first field, and browse for a target .properties file (or create one!) in the second field. And then... do magic!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Universal Android Toolkit

    Universal Android Toolkit

    One Toolkit to Rock them All!

    Universal Android Toolkit used to be a Windows-only applicaion, written in Visual Basic.NET After a year of work, fustration, re-writes and confusion, I present to you, the very FIRST BETA Android toolkit, written COMPLETELY in Java! At the moment, this project is in Beta, so don't forget to check for updates, regularly! I'll add an updater, ASAP. Happy hacking!
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    Topiary Explorer
    TopiaryExplorer has moved to GitHub. Find the new project info page here: https://github.com/qiime/Topiary-Explorer. If you need help or would like to add a bug/feature request, please do so there.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GWT-AppNavigation-Project

    GWT-AppNavigation-Project

    Example GWT Project showing how to navigate between different views.

    One of the main features of a GWT application is, that you can write all your code in Java and do not need to care about HTML, CSS and JavaScript. All content can be loaded into the same div-element in one HTML-Standardpage. Sounds perfectly alright, but how do you navigate between different views, if for example you need a loginpage and don´t want the user to have access to your application before entering the right logindata? Of course there is the possibility to have more than one HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Chat4Eclipse - Chat Plugin for Eclipse

    Chat4Eclipse - Chat Plugin for Eclipse

    Facebook & Google Chat for eclipse in perfect camouflage. Enjoy

    Facebook & Google chat plugin for eclipse. The look and feel and chat texts are in perfect camouflage that your colleagues will not even have the slightest idea that you are chatting. :) Key features * Facebook and Google Instant messaging * Show / Hide offline friends * search friends in your buddy list * Enable / Disable logmode chat texts * Keep accounts offline, when busy * Notification in chat window's tab Also visit homepage for download and usage instructions http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BitcoinSuite

    BitcoinSuite

    Bitcoin GUI in Java

    BitcoinSuite is a Java based graphical user interface for Bitcoin, a peer-to-peer decentralized cryptocurrency. It is a direct fork of open source project NamecoinJ at http://sourceforge.net/p/namecoinj/. Donations are welcome: BTC: 1PqYXpLLSeAHz3FiZmPcfr451jnzsGgXbc, NMC: N2TFbwpTNhNLeXaBD8FSBbicb6guQNXUiA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    hvjavacalendar

    hvajavacalendar is a Java package that has many calendars

    This Java package implements many calendars. In addition to the Gregorian calendar, it has these calendars: Armenian, Bahai, Chinese, Coptic, Egyptian, Ethiopic, French revolutionary, Hebrew, Hindu lunar, Hindu solar, Indian, Islamic, Jalali, Julian, Mayan, Nepali, Persian, World calendar. Different countries changed from Julian to Gregorian calendar in different times. This package has calendars for the following countries (all of them do not exist any more as independend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a Su-do-ku game solver and player. It generates a complete Sudoku.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    In large projects there are a lot of task tags like TODO, FIXME, etc. and Eclipse provides only plain list of all these task tags which is difficult to use. Task Tag Decorator plugin is a plugin which can decorate Package Explorer with icons or text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    melq is a library of classes very useful to speed the development of graphical user interfaces (GUI) in Java. It also contains several classes to work with databases (PostgreSQL). All classes are meant to work together bu they do not depend of each other
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Eslink Eclipse SAS Integration Plugin
    Eslink is a Eclipse plug-in collection for SAS® development. They provide a partly integration of the SAS® system into the Eclipse environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.