Showing 2197 open source projects for "java time"

View related business solutions
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1
    Agilefant

    Agilefant

    The scalable open source tool for lean and agile project management

    Agilefant is a simple but powerful web based tool for lean and agile project management. It is the most versatile open source solution of its kind today, with a rapidly growing user base of more than 10k users around the world in thousands of organizations. Based on more than ten years of solid scientific research within real world organizations, Agilefant's unique model scales from personal todo-lists to large-scale multi-team development and long-term product and portfolio...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Codeforces_Review

    Track your codeforces submissions with a graph

    COMMAND LINE: java -jar CodeforcesReview.jar (in Windows and Ubuntu) Track your history of submissions. Line graph and Bar graph available. Separate graph for accepted solutions. Execution time depends on internet speed. It is developed in JAVA. Those willing to contribute, feel free to contact me at srinivasan1995@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Time Logging System

    Time Logging System

    Automated Daily Time Record

    Time Logging System is software built in java that used to automate manual daily time record used by individuals from different industry. It has a client side that waits for approval from the server side for every time in and time out activity. Software Requirements: Java 1.7 and MySQL Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GWT Highcharts
    GWT Highcharts is a freely available open source library that provides an elegant and feature complete approach for including Highcharts and Highstock visualizations within a GWT application using pure Java code. Note: the source code for this project is now being maintained on GitHub here: https://github.com/squinn/gwt-highcharts
    Downloads: 2 This Week
    Last Update:
    See Project
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 5
    POJava is a simple, light-weight Java-based API for data processing and development. It includes an immutable DateTime object capable of parsing free-form dates in multiple languages and formats, and a variety of utilities for data transformation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    CONMAP

    Geobody connectivity analysis tool in geosciences. New version: 2.0

    ...It accepts input and outpts results in GEO-EAS (GSLIB) format for easy interoperability with most geoscience softwares. To get help in usage, simply run the program without arguments. CONMAP is a Java 1.7 program. Open a command prompt, go to the directory where you download CONMAP.jar and enter the command "java -jar CONMAP.jar <arguments>" (without quotation marks) to run the program. Geobody detection itself runs pretty fast, with almost all execution time spent in file loading, parsing and saving. New features in version 2.0: geobody walk, vertical transitions count and mean thickness. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    timer review

    review what you have done in a timer long as you want.

    Read about us on softpedia: http://www.softpedia.com/get/Desktop-Enhancements/Clocks-Time-Management/Timer-review.shtml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Game framework including 1, 2 and multi-players modes which doesn't involve any central server, so peer-to-peer multi-players equivalent! Java environment (v. 1.5+ @ java.sun.com) Including a multi-platform API. Imaging capabilities provided by Java Advanced Imaging (JAI) and 3D support provided by the LWJGL (www.lwjgl.org) API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 10
    Guitar Note Practice

    Guitar Note Practice

    Sharpen your guitar sight reading skills.

    Having trouble reading guitar sheet music? Guitar Note Practice challenges you to correctly identify and play notes during timed (or endless) practice sessions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Ether Buzz

    Easy remote Java methods calls with streaming

    ...Each server is multiplexed, so it can serve many clients at the same time. A server can register one or more services, each one implementing a Java interface. The client uses the Java interface(s) and on-the-fly client-side proxy objects to make all Java method calls. Additionally, when a method call finishes, the channel can be left open to perform full duplex streaming between the client and the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JakeWharton Hugo

    JakeWharton Hugo

    Annotation-triggered method call logging for your debug builds

    Hugo is a small Android library (and annotation processor plugin) that automatically logs method calls, parameters, return values, and execution time for methods annotated with @DebugLog. Instead of manually adding logging statements everywhere, you simply annotate a method and Hugo injects the logging at compile-time in debug builds, keeping release builds clean. This helps developers gain visibility into method flows, execution timing, and parameter passing without cluttering production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pioneer  University/College System

    Pioneer University/College System

    The state of art college management system

    PSRMS is a state of art, scalable,secure and mature web based college/university management system that automate the college or university core business processes. The system is used to automatic learning institutions' business processes ranging from admission(manual and online) to enrollment to registration to finance to online payment and student online-registration. Its a distributed system that allows for a number of member of staff to access it at the same time , anywhere...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Exreco

    Exreco

    EXperimental REplicator COllider

    The project is moved to GitHub : https://github.com/bekisz/exreco/ Exreco is a agent based platform for the simulation and study of the Darwinian evolutionary process. It aims to support the exploration of genetically rooted phenomena like - aging (programmed cell death) - sexual and asexual reproduction - altruism of individuals - spread of diseases The typical way of using Exreco starts by defining the behavior of your replicators ( agents that can reproduce and evolve over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Kliker

    A web-based "responder" application for getting real time feedback.

    Kliker systems, commonly called "clickers", "Responders" or "Classroom Response Systems". Students send their answers to teacher’s multiple choice questions. Such systems encourage active learning in the classroom. Kliker is a web application . The lecturer and participants open the corresponding html page. The lecturer/teacher opens a "virtual room" and participants/students enter. They answer to lecturer's questions and send him their remarks and answers. An example of this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jollyday
    This API calculates the holidays for a given year, country and region or lets you provide your own holiday rules. Uses XML files for storing the holiday data. Uses JODA date/time API. Supports Europe, North/South America, Australia, Russia, India ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    MV2
    There are a lot of tools and plugins to fix security issues of the dignified mail system. The goal of this project is to redefine a system that takes the problems of our time into account. Be sure to visit this project on github: https://github.com/mv2project/mv2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LibrePlan

    LibrePlan

    Open Web Planning

    LibrePlan is a collaborative tool to plan, monitor and control projects and has a rich web interface which provides a desktop alike user experience. All the team members can take part in the planning and this makes possible to have a real-time planning. LibrePlan is open source and you can download, install and customize it for free. Highlights: * Open source solution * Collaborative & web based software * Multiproject focus * Real time planning * Collaborate with other...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 19

    ZeeKMonitor

    Plot Real Time Data on webpage

    This setup lets user to plot any comma separated values at real time. The plotted chart is published on a webpage. This is a good tool to show realtime statistics. Special Thanks to JFreeChart. Please go thru "http://www.jfree.org/lgpl.php" Technically the client needs to broadcast (on UDP) comma separated values to server being used to process chart and push to a webpage. The intermediate dataProcessor will capture the data. The chartProcessor will process and create images (every X...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Aspose for Eclipse

    Aspose for Eclipse

    Eclipse plugin for Aspose File Format Java APIs

    Aspose for Eclipse project enables Eclipse IDE users to create a new Eclipse project through an Aspose Project Wizard. Through this wizard, the developers can select and download the latest Aspose File Format Java libraries and samples of their choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Aspose for NetBeans

    Aspose for NetBeans

    Aspose - Your File Format Expert

    Aspose for NetBeans project enables NetBeans IDE users to create a new NetBeans project through an Aspose Project Wizard. Through this wizard, developers can select and download the latest Aspose File Format Java libraries and samples of their choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SCHC StarCraft
    StarCraft Hacker Chequer, Antihack for StarCraft & BroodWar. SCHC ~ The AreS Clan hack detector
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Neembuu

    Neembuu

    Watch and download files at the same time.

    Watch and download files from direct links and youtube links. When user forwards the video, the download point also shifts. The previous buffer is not deleted. You can play the video on any video player. Any file format is supported. Do not confuse this with ytd (youtube downloader) it does not only let you download videos, it also lets you play the video as you are watching it. If you forward the video to a point where no buffer exists, a new connection is created and also the old data is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Apache Kafka

    Apache Kafka

    Mirror of Apache Kafka

    Apache Kafka is a distributed streaming platform built around durable, partitioned logs called topics, enabling high-throughput, fault-tolerant event pipelines. Producers append records to partitions, brokers replicate them for durability, and consumer groups read them at their own pace while balancing work across instances. The commit/offset model and retention policies support patterns from real-time processing to event sourcing and audit trails. Exactly-once processing semantics,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Need For Fuel(NFF) The Run

    Need For Fuel(NFF) The Run

    A small 2D game created in pure java by Maulik Raviya.

    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →