Showing 26 open source projects for "java time"

View related business solutions
  • 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
  • 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
  • 1
    RE2/J

    RE2/J

    linear time regular expression matching in Java

    RE2/J is a high-performance regular expression engine implemented in pure Java as a port of Google’s C++ RE2 library. Unlike traditional regex engines such as Java’s java.util.regex, PCRE, or Perl’s implementation—which rely on backtracking and can suffer from catastrophic exponential runtimes—RE2/J guarantees linear-time matching relative to input size. It achieves this efficiency by simulating all possible matches in a single pass using a nondeterministic finite automaton (NFA), ensuring predictable and safe performance even with complex patterns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Sashimi project hosts the Trans-Proteomic Pipeline (TPP), a mature suite of tools for mass-spec (MS, MS/MS) based proteomics: statistical validation, quantitation, visualization, and converters from raw MS data to the open mzML/mzXML formats.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    Meqaris

    Meqaris

    Booking/reservation of meeting rooms/equipment with e-mail invitations

    Meqaris (Meeting Equipment and Room Invitation System) is a system that allows booking meeting/conference rooms and other equipment or resources (like mobile whiteboards, projectors or conference audio/video sets) by using the same type of e-mail invitations that are used to invite participants to meetings. Especially useful in corporate environments, but can be used for anything in general, even by individual users. Simply add "resource participants" to the recipient list (just like...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    SW Test Automation Framework
    The Software Testing Automation Framework (STAF) is a framework designed to improve the level of reuse and automation in test cases and test environments. The goal of STAF is to provide a complete end-to-end automation solution for testers.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 5
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    SLOCCount is an easy-to-use tool that counts Source Lines of Code (SLOC). It auto-determines the language(s) (inc. C, C++, Ada, Assembly, shell, COBOL, C#, Fortran, Haskell, Java, LISP/Scheme, Perl, PHP, Python, Ruby, SQL). It also estimates cost & time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    LocalServer

    LocalServer

    LocalServer is a Web Server software for windows

    LocalServer is a Web Server software for Windows that allows you to make your Computer into a Web Server Locally in which there is the Apache Server, PHP, and MySQL Server, which has been summarized in a single container setup.exe. The advantages of this software is Free except you do not need to advance other similar software, which is installed by default on your computer, because the Apache Server and MySQL Server will be installed on LocalServer first time on a different port, the...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    NOTE: UBMoD is no longer actively developed and we encourage you to download Open XDMoD as a replacement for UBMoD. Open XDMoD has been developed to provide detailed information on resource utilization and performance for academic and industrial HPC centers. More information is available at http://xdmod.sourceforge.net/ UBMoD is a data warehouse and web portal for mining statistical data from resource managers in high-performance computing environments. UBMoD presents resource...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    yafra

    yafra

    Apache Cayenne, Wicket, CXF, GWT, EJB examples as a framework

    Yet another (different) framework. Examples around Apache Cayenne. Using different technologies like Apache CXF Google Web Toolkit EJB Apache Wicket Eclipse RCP Java ANSI C Perl Python Bash WE MOVED TO GITHUB.COM !! All sources are now in git on github.com - search for yafra project. Thanks sf.net for the very good service in the past - but now it was time to move on!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    SOAPstreaming

    Hadoop-based Framework for Analyzing Large Scale NGS Data

    SOAPstreaming, a flexible hadoop-based framework for systematically analyzing large scale NGS data. SOAPstreaming uses an enhanced Hadoop streaming strategy of MapReduce model to parallelize tools, which offers great scalability and efficiently reduces running time of large NGS datasets. Moreover, it has nice expansion capability to integrate new tools for different analysis needs, which more and more tools will be added in this framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Java Unique Exception Extractor

    Utility to extract unique java exceptions

    Scans all the logs at defined location and extracts ONLY the unique exceptions. Can be set to auto-fire mode, where the script keeps on firing itself to collect more unique exceptions in logs, after configurable time. Can be set to collect certain exceptions only (e.g, NullPointerException, SQLException etc.) Can be set to skip certain exceptions (e.g, MissingResourceException, BusinessException etc.) Cab be configured to catch certain word-list only (having a common prefix). For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DAD is a Windows event log and syslog management tool that allows you to aggregate logs from hundreds to thousands of systems in real time. DAD requires no agents on the servers or workstations. Correlation and analysis is driven through a web front end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    hxRender is a 2D graphics library built around OpenGL for rendering, and may be used with SDL for window setup. It was designed in mind to replace SDL's antiquated rendering methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a customer ticketing system to manage multiple users and customers. Eventually it will be used to do time management manage other aspects of the the customer interaction. This is intended for use with companies providing computer support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SquidRestrict is a Web based tool that allows multiple time restrictions to be placed on internet usage for firewalls that use the Squid Web Cache (http://www.squid-cache.org/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Web-Application working in conjunction with the obby protocol to view documents written by other people live on a website, integrated with mediawiki and equipped with full LaTex support. It's main purpose is Real-Time Note-Taking at University
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a collection of utilities for use with the RTG SNMP poller. Currently, the software and documentation of this project is highly specific to my own implementation and network. I hope to generalize this software over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RealTimeBattle is a programming game, in which robots controlled by programs are fighting each other. The goal is to destroy the enemies, using the radar to examine the environment and the cannon to shoot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Universal Data Haul is an ETL/EAI solution. It facilitates real-time business decisions, collect/load data from/to anywhere, transport it through any protocol, exchange the data into any format and free solution to the IT, data warehousing community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bionanny is a tool for Web Services providers. It allows to monitor other Web Services. It can intercept requests incoming from clients, pass it to the destination Web Service and log number of requests and elapsed time spend by services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Not the greatest thing since Sliced Bread, it IS Sliced Bread. This project is a series of network tools and a network development SDK, with big hopes, and too little time to code it all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Course-schedule generation and time-conflict management system, primarily targeted for college course selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The tool is designed to complement the mail administration tool called oMail-Admin in order to create a new email domain. One particular advantage of the tool is that it should lead to significant savings on time spent debugging problems with a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Expandable multi-player online spacegame with influences of MUD & IRC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Snake Skin Bean Breaker converts Python syntax into readable Java syntax. With a high potential of runtime or compile-time deviances, the resultant code is assumed to be broken.. Works well for porting Jython Swing prototypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB