Showing 3097 open source projects for "all to"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 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
  • 1

    jSpykee

    Spykee Control Interface in Java

    jSpykee is a Control Software for the Spykee Roboter by Meccano written in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    DBnavgate

    Dbnavgate shows the nodes and details of a database instance

    As part of the lecture java programming we had to program a database navigator. This navigator shows the nodes of all relations in a database instance and the details of the selected node. I used the Model-View-Controller-Pattern (MVC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    J2ME Keyboard UDP - Media Center Remote

    J2ME Keyboard UDP - Media Center Remote

    Send cell phone keys/buttons via UDP.

    ...It was designed to be used with EventGhost (www.eventghost.org) and with XBMC in mind, but it can be customized for anything, since it limits to sending button messages and delegates all decission making to EG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JWebdesktop
    ...It enables java web developers to write, package and deliver a desktop application, without requiring to learn any desktop GUI API (Swing, SWT, JavaFX etc). Any standard java web application can be packaged and delivered as desktop application (through JWebDesktop) in a matter of minutes. All major OS platforms are supported. JWebDesktop comes with ready to use application skeleton (exe, embedded browser, embedded servlet engine, automatic initialization of platfor specific GUI components and server statup etc). Just drop your web application in a pre-designated directory, and you are good to go! Check JWebDesktop web site (jwebdesktop.sourceforge.net) for usage details.
    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
    MoveTheBoxSolver

    MoveTheBoxSolver

    solve your MoveTheBox puzzles

    This Application is able to solve your Move The Box puzzles in milliseconds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Eclipse Plug-In that determines the Minimal Access Modifier of Java types and methods project and computes the software metrics Inappropriate Generosity with Accessibility of Types (IGAT) and Inappropriate Generosity with Accessibility of Methods (IGAM). The Minimal Access Modifier of a Java type or type member is the most restrictive access modifier that is able to allow all actual usages of the particular type or member from inside a given code base (normally the entire source code of the respective Java project). The metric Inappropriate Generosity with Accessibility of Types (IGAT) indicates the proportion of those types which actual access modifier is more generous than the minimal one relative to the total number of types in a given source code subset. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Picasa MultiFileRename

    Rename mulitple files within Picasa

    ...This project helps you with a Button for Picasa that will offer this missing function. Select the files you want to rename and simply click on the Rename Button. A Dialog let you choose all the details for renaming files. Limitation: Picasa transfers each file with full pathname into the clipboard it depends on the directory structure how many files can be renamed at once. Installation: Just unpack the zip to the Google\Picasa3\buttons folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Number Game

    A simple game about numbers

    Simply remove all numbers by removing equal numbers or numbers that sum up to 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DBEdit 2
    A database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Cherokee is a fully extensible and scriptable automation engine for any and all java applets. To make it work for your favorite java applet the most you have to do is write is two classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Last Java Collection Library

    Java library to work with scalar arrays as usual Collections

    ...There are realization of Iterable, Iterator, Collection, and List interfaces for each scalar type. Also the library gives such useful methods as contains and indexOf for objects with Iterable interface only. Yeah. There is some stupidness because all implementations differ between each other only types and this code has 100% implicit coupling and duplications. But Java has not left other way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Rentit

    A Java based Rent Software for everything that has to come back.

    A Java based Rent Software for everything that has to come back. With all-built-in Client-Server Architecture using local H2 or external MySQL as Database. The Client can run as Client+Server+Database, as Server+Database or simply as bare Client, connected through serialized Apache Mina Socket Connection to any Rentit Server+Database or Client+Server+Database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    minimizer

    Too many windows distract you? Me too! Minimize them with style!

    Minimizer 1.0 does the following: - 3D animation that minimizes all windows - shows the desktop - play a game of memory if you do a right click before the animation is over. - Its fun! And exercises your brain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    QuickREx2

    QuickREx2 Regular Expressions

    ...Imagine there is a Java file with a regex pattern like: "My\\s\"product\"\\scosts\\$\\d+\\.\\d{2}" To use this in the original QuickREx you have to copy the pattern, paste it into the plugins input field and remove 1 level of all the escapes: My\s"product"\scosts\$\d+\.\d{2} Using QucikREx2 this is done by mark the regex and press the import button ... done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pontos

    Pontos

    Pontos calculates distance matrices from DNA sequence alignments.

    ...R would be 0.5 different from A or G); - ignore ambiguities in each pairwise comparison; - remove all columns, globally, that show any ambiguity. Pontos was written in Linux, but should run in any system where Java works. Pontos is licensed under the GPL version 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Buildcraft: Advanced Power Systems

    An extension to Buildcraft's Power System. Also includes new machines.

    ...It adds a new way to generate power (Fusion Generator), a way to store power, a few new ways to better distribute power and several new machines to help players use all that energy up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    RIDSystem

    capturing packet and detecting intruders with their signature

    ...Intrusion Detection System will certainly minimize the unauthorized access and take immediate response to stop such illegal works. MNCs manages their whole information system using application software over their network.It will be helpful to monitor all the activity in the network. Planning: >Studying network protocols and prototypes >Studying similar kind of existing technologies >Writing of Code in Java using jpcap library >Deployment and testing over anetwork Online References: >http://netresearch.ics.uci.edu/kfujii/Jpcap/doc/ >http://docs.oracle.com/javase/tutorial/ >http://docs.oracle.com/javase/7/docs/api/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    JMP3Tagger

    An application allowing the manipulation of metadata of Mp3 files.

    ...It is a, fully in java written, application which allows to manipulate, add and/or edit information such as the artist, album etc pp. The use of a database containing all added music files and a connection to the Musicbrainz onlinedatabase help to manage your music collection. An automated renaming and moving possibilty helps to organize, the Lookup of metadata in the internet to fill the information gaps. Current features: -Manipulation of mp3-tags, including coverart!(easy drag and drop) -Database operations such as moving and renaming the files and much more -Automated lookup of metadata in the internet -Comfortfeatures, such as different databases, f.ex. for different users -Leave suggestions on here if you feel like something is missing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gamer Football Statistics
    A Java program for tracking your results in football games like PES12 or FIFA12 against other gamers/computer. Track tournaments organized by group stage and knock out phase or championships organized by seasons, matchdays and matches.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Mine Craft ~Z Flavor~

    Minecraft Presets Brought Together By Me "The Z"

    This Project Is Dedicated By Me, Zahidul Islam To Bring Dedicated Minecraft Gamers' With Presets Of Minecraft That Comes With Custom Theme Packs, Mods, Sprites,etc. Here I Shall Guarantee 100% Compatibility With All The mods And Theme Packs. ~Disclaimer~ Minecraft is Not Owned By Me But is Owned By Mojang and Hereby They Have The Final rule To Decide If I Have The Ability To Upload My Contents.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Ender Mobs Mod

    A Minecraft modification which adds new ender type mobs.

    ...Then this is the mod for you: It adds 3 new ender mobs into minecraft, each with its own abillity, for example the EnderNivis can walk in water or rain without taking damage or the EnderIgnis can walk through fire or lava. All of them spawn in the End and on the Overworld in specific biomes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    BayesianCortex

    BayesianCortex

    simple algorithm for a realtime interactive visual cortex for painting

    ...There will also be an API for using it with other programs as a general high-dimensional space. Each pixel's brightness is its own dimension. Bayesian nodes have exactly 3 childs because that is all thats needed to do NAND in a fuzzy way as Bayes' Rule which is NAND at certain extremes. NAND can be used to create any logical system. In this early version, I'm still working on edge detection and its understanding of the same shapes at different brightnesses. This will be a module of the bigger Human AI Net project and will be used for adding realtime intuitive high dimensional intelligence in audio and visual interactions with the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    bankDigitali

    eBanking in JAVA

    A simple distributed system illustrating operations of a 3-tier architectural model, using Java Servlets and JSPs. The application allows a bank client to view, debit and credit his/her account. All the information will be stored in a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Wikidsmart Context Server by zAgile

    Ontology-driven middleware for contextual content integration

    ...It can be used: a) to contextually integrates functions and content of disparate tools and applications via Connectors b) to build semantic web applications. WCS acts as a non-invasive semantic overlay of all content, providing interoperability, traceability, and dashboards for all content across the environment. This allows contextually relevant content to be displayed from across the environment for the task at hand. Solutions: (i) This download includes Wikidsmart Applications, solutions for ALM (application lifecycle management) and CRM. ...
    Downloads: 0 This Week
    Last Update:
    See Project