Showing 17 open source projects for "java gui postgresql"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    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
    Java multiprecision calculator

    Java multiprecision calculator

    Multiprecision calculator

    Multipresicion calculator, based on Bigdecimal Java class . It has a library (BigMath) that makes calculations with Bigdecimal. It has also an expression parser to parse the user input. It allows you to store user defined variables and functions . You can operate with them to be used for calculations or for creating new functions with composition. With the new version, you can also calculate the derivative of a function. JDK-17 compatibility
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Shift Time Calculator

    Shift Time Calculator

    Calculates Shift Times

    Calculates Shift Times - Really handy, if like me you struggle with those quarter to the hour and quarter past the hour starts and finishes. Includes break times, just enter how long you took for that break. Medics, Steelworkers, and anyone who works shifts may find this handy. Written in java (Open JDK 11), this will work on Linux, Mac and Windows as long as you have a Java Runtime environment installed. Windows installer with bundled java runtime environment for those without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a java swing GUI that show unix time. https://en.wikipedia.org/wiki/Unix_time Usage: java -jar UnixTime.jar Source code available on GitHub: https://github.com/davidesestiliwork/UnixTime See also UnixTimeCalc a unix time calculator (from UnixTime to date and time) on: https://github.com/davidesestiliwork/UnixTimeCalc Usage: java -jar UnixTimeCalc.jar See also UnixTimeCalc2 a unix time calculator (from date and time to UnixTime) on: https://github.com/davidesestiliwork...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Java Projectile Motion Calculator

    Java Projectile Motion Calculator

    Swing GUI based projectile motion problem solver. Simply input the known values and click solve. Contains error handling to detect if too much data was entered or if not enough data was entered. Also provides a menu for swapping between metric and Old English units. Sample problem situations provided in "sampleProblems.txt". An executable .jar is provided for running the application. (The application takes a few seconds to start.) NOTE: in most situations in which the final y axis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Elegant Calculator

    Elegant Calculator

    Simple Calculator

    Simple Calculator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    EasyCalc Scientific Calculator

    A GUI Java scientific calculator

    EasyCalc is a Graphical User Interface (GUI) scientific calculator written in Java. It has a multi-line display and can evaluate many scientific expressions containing logarithmic, exponential, and/or trigonometric functions. It sports a nice and clean interface similar to that of the Windows 7 calculator (source of inspiration). I do not recommend its usage for ANY mathematical operation as it has some flaws left unfixed. It is presented here for academic purposes only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Nero JCalculator

    Simple Java calculator made by Nero using Java programming language.

    This project is for learning purpose, it's about developing a calculator using Java, at last, I want to release it for free with nice GUI and these stuffs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Console and GUI parser and calculator of mathematical expressions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a small command line calculator I wrote in Java. Run it with "java -jar Calc.jar op num1 num2", where op is the operation. I plan to add a GUI later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    This is a Hash Calculating tool that calculates MD2,MD5,SHA-1,SHA-256,SHA-384,SHA-512 hash of text or a file. This has GUI developed in java swings.All it needs is sun jre installed.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    IPv6SubnetCalc is a comprehensive calculator for IPv6 addresses. It comes with Java Swing GUI and supports the following RFCs: RFC4291, RFC4193, RFC3849, RFC2464, RFC5375, RFC4941, RFC3513, RFC3879, RFC4941, RFC3056, RFC3587, RFC2374, RFC3306, RFC3956.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    C# Website system. This is going to be the "Newer" Internet, and even has a custom theme system. This is going to let users do "anything" that won't harm the client computer in any way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java-based standard calculator with GUI or command-line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A network tool with gui for whois, ping, traceroute, ns lookup (dig, dns), portscan, network calculator, visual net plan - written in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JCalc is GUI calculator written entirely in Java. It can be run cross-platform on any OS with a Java Virtual Machine. It shall be portable, stable, and efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JCalc is a standard (basic operations +, -,...) calculator and a scientific calculator (sin, cos, exp,...) calculator. JCalc GUI make it easy to use. JCalc is 100% java, and therefore could run on any OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Calculator-AWT

    Fully Functional Standard Calculator using Java AWT

    A Fully Functional Standard Calculator - GUI Project of OOP Theory course (Using JAVA AWT)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 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.