Search Results for "java to do list" - Page 12

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

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
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 1
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    ... : Astrology Program - VR Free Chess 2D : Chess Game Program - VR Mosaic : Puzzle Resolver Program (VCL, FMX) - VR Blocks game - VRGraphStage - VR TTT OX game - Embarcadero Binary Runtime Libraries - VR Binary Runtime Libraries for Delphi & C++Builder - Visual Styles Java Applications - Analog Clock - VR Hanoi Towers - VR Rects World Sample - VR Free Chess 2D - VR Mosaic with auto resolver - Action/Entity Model Test includes installation instructions adrixnt@hotmail.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Free Manga Downloader

    Free Manga Downloader

    Free Manga Downloader

    The Free Manga Downloader is an open source application written in Object-Pascal for managing and downloading manga from various websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MatthewLayout

    A layout manager for Java

    This is my own custom layout manager that I created for Java. This Layout Manager is called MatthewLayout. The class named MatthewLayout is the layout manager I created. You use this layout manager to specify x, y, width and heights of components such as jbutton and jlabel. Example code is in main() function in MatthewLayout class. To use MatthewLayout layout manager you create a XYWidthHeight object for each component to add to the layout manager. For eg) To add a JButton object to a layout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Monthly Calendar

    Android calendar app focusing on a good view of a month.

    An Android calendar app focusing on a good view of a month, because I like the monthly view, and never use weekly view. So do you? Then this might be for you. For Android 4.0 and above. Legacy (Android 2.2+) version also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    KSeF API | Faktury KSeF

    KSeF API | Faktury KSeF

    Profesionalna integracja z Krajowym Systemem e-Faktur (KSeF)

    ...: - Bezpośrednie wywołanie API REST: https://ksefapi.pl/api-test/swagger-ui/index.html#/ - Biblioteki programistyczne PHP, JAVA, .NET: https://ksefapi.pl/pobierz-ksef-php-java-net/ - Pełna i szczegółowa dokumentacja: https://ksef24.com/ - Aplikacja mobilna (wkrótce) - Aplikacja webowa (wkrótce) W zależności od wymagań można wykorzystać nasze narzędzia do komunikacji bezpośrednio ze swojego systemu (On-premise) lub poprzez naszą architekturę (SaaS)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hoodland Toolbox

    Hoodland Toolbox

    An assorted miscellany of tools and toys.

    Hoodland Toolbox (formerly known as the Rockabilly Common Libraries) An assorted miscellany of tools and toys used by all other Hoodland Open Source Projects (formerly Rockabilly Software). This project has been rewritten in Kotlin for the JVM. Its new home is here: https://github.com/william-hood/toolbox-kotlin Available in Maven Central Repository... Kotlin: https://central.sonatype.com/artifact/io.github.william-hood/toolbox-kotlin Java: https://central.sonatype.com/artifact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    detectproj

    Automated detection of the unknown early map projection

    New scientific software supporting the automated detection of the early map projection and its parameters. Useful for studying and analysis of different kinds of maps with the lack of information about the map projection. The analysis is based on the minimization of residuals between control points on the early and current reference maps. Designed for cartographers as well as for enthusiasts. Available free of charge. The awareness of the map projection is primarily important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TigerSafe

    TigerSafe

    Free open source password manager

    TigerSafe is a free open source password manager. It allows to store passwords in a file, without internet, by encrypting them with a single password. The user can then use a different password for every website he wants to use, and only has to remember a single password: the one used to encrypt/decrypt the file storing his passwords. It is highly recommended to do backups of the file storing passwords with TigerSafe, for example copy/paste it in USB flash drives, cloud drives like Google...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Stipple Effect

    Stipple Effect

    A pixel art editor that supports animation and scripting

    ... that can be harnessed for the automation of otherwise tedious and repetitive tasks. (The program can be purchased for a one-time payment at the link below. For those who do not have the means to pay for it, the program can be compiled from source for free. Compilation instructions are in the README of the GitHub repository.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    ... the characteristic polynomial. A hash table is used to do fast variable and function lookup (they are entries in the same table). Collisions are handled in the hash table by making each entry a linked list. Written as C++ classes using the STL libraries <complex> and <vector>. The Numerical Recipes routines zroots and laguer rewritten in C++ find the complex roots of a polynomial with complex coefficients. Exact quartic and cubic too. FFT that zero pads to 2^m 3^n, for dimensions up to 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption. The source code for the library is available under https://github.com/astrapi69/mystic-crypt For demonstration what the library can do there is a graphical client: The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Lockheed MAC 16 mini emulator

    Emulator for Lockheed Electronics Company MAC-16 minicomputer (1969)

    My first java program is an attempt to relive the days I spent maintaining a Lockheed Electronics Company minicomputer installation in an old electricity generating station. I had a little bit to do with this machine around 1978. There was two of them in a failover configuration with the standby machine available for program and data development. My goal is to get the development package called DEVSYS to run from a paper tape image that I have hung onto for all these years. The program has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EJDB

    EJDB

    Embeddable JSON Database engine C library

    EJDB 2.0, Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image. Array elements are matched from start to end. In equal arrays all values at the same index should be equal. Lexicographically sort object keys in both maps. Do matching keys and its values starting from the lowest key. Database index can be build for any JSON field path containing values of number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QScript

    QScript

    Expression and algorithm evaluator (built with Java)

    ...-UNITL). All the commonly used functions found in Java's Math class are implemented and can easily be extended with user defined functions. Although the download is packaged as a Processing library it does not require Processing, in fact QScript has no third party software dependencies only needing Java.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools

    ... about the file being “unsafe”, you can trust us. NOTE: Do not forget to run the program as an administrator. Report in-app errors/bugs Send mail>> xfdevapps@gmail.com SYSTEM REQUIREMENTS CPU: 1GHZ any CPU. RAM:512MB or higher. OS: Windows 7 or newer operating system. (32Bit or 64Bit) Connection: 512 KBPS or faster Internet connection. Java JRE Runtime
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 16
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    ... perfect to build tools for! We also feel that the JSON Schema is mature enough for writing usable semantics. The schema is open source and community-driven. We release everything we do under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FreeplaneGTD+

    FreeplaneGTD+

    Freeplane add-on for task management and memo taking

    Freeplane is a widely used mind mapping tool. GTD is a time management methodology by David Allen. Freeplane GTD is an addon, that can collect tasks specified in a mindmap, thus allowing the users of Freeplane to use the concepts of GTD in their mind
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Universal Media Server

    Universal Media Server

    Streams many media formats with minimal configuration

    Universal Media Server is a DLNA-compliant UPnP Media Server Universal Media Server supports all major operating systems, with versions for Windows, Linux and Mac OS X. The program streams or transcodes many different media formats with little or no configuration. UMS is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more, which combine to offer support for a wide range of media formats Check out the list of media renderers here: http://www.universalmediaserver.com...
    Downloads: 121 This Week
    Last Update:
    See Project
  • 20
    Connect Controller to PC

    Connect Controller to PC

    If you can't connect your controller to PC, this program will do it.

    Some Playstation DualShocks like 3,4 and 5 can't connect to PC but this program will change your controller to XBOX joystick and you can play games and control your pc with your controller. It is free and fast forever. Daily updates. ⚠️If Windows shows Unknown application error click "More Info" then click "Run Anyway".
    Downloads: 29 This Week
    Last Update:
    See Project
  • 21
    LCARS SYSTEM 3-Version 3.0 -3/10/2023

    LCARS SYSTEM 3-Version 3.0 -3/10/2023

    LCARS User Interface for Windows 10/11- Ver. 3.0 (Updated:3-10-23)

    LCARS (Library Computer Access and Retrieval System) is the GUI from Star Trek: The Next Generation, Voyager, and Deep Space Nine. This is a rainmeter suite that transforms your Windows GUI into LCARS. Easy to install and configure. <RAINMETER MUST BE UP AND RUNNING ON YOUR PC for LCARS to install and run! Available at www.rainmeter.net If you are New to RainMeter skins, Please see the README.TXT Under the "Files" Tab above. Once you install LCARS you should view the README file on the...
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 22
    Termin-Bot

    Termin-Bot

    Telegram bot to get notifications about free appointments

    ... "No free appointments" [NO_TERMIN_FOUND_STRING]. Then some free appointments are added to the system, and the phrase "No free appointments" disappears. There is a new phrase (e.g., "List of free appointments" [TERMIN_FOUND_STRING]) instead of the old one. Bot recognizes the change on the webpage and sends Telegram notifications about free appointments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Rachota

    Rachota

    Easy-to-use personal time tracking application for Windows and Unix

    Rachota is a portable application for time-tracking your work on different projects. It runs on Windows, Linux, Solaris and Mac. Rachota displays time data in diagram form, creates customized reports or invoices and provides suggestions to increase your efficiency.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 24

    key_color_image

    Command line app for creating a particular color scale to images

    ... being saved successfully. If you do not know the color code, you can pass a color: -color input and the application will let you move the mouse on the screen, and when you press return, the color of the mouse pointer will be picked. (This does not work properly in certain environments, but you can always move the mouse over your color before launching the application).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Valence

    Valence

    A Rust framework for building Minecraft servers

    Rust framework for building Minecraft: Java Edition servers. Built on top of Bevy ECS, Valence is an effort to create a Minecraft-compatible server completely from scratch in Rust. You can think of Valence as a game engine for Minecraft servers. It doesn't do much by default, but by writing game logic yourself and leveraging Bevy's powerful plugin system, you can make almost anything. Opinionated features like dynamic scripting, dedicated executables, and vanilla game mechanics are all...
    Downloads: 0 This Week
    Last Update:
    See Project
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.