[go: up one dir, main page]

Showing 105 open source projects for "time"

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

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    LeetCode Book

    LeetCode Book

    Comprehensive study guide for coding interviews

    LeetCode-Book is a comprehensive study guide for coding interviews that consolidates algorithm patterns, data-structure templates, and worked LeetCode solutions. It organizes problems by topic—arrays, linked lists, stacks/queues, trees/graphs, dynamic programming, greedy, backtracking, and math—so you can study systematically. Explanations are concise but intentional, highlighting why a pattern fits, how to reason about boundary cases, and the time/space trade-offs. Many entries include...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    IK Analysis for Elasticsearch

    IK Analysis for Elasticsearch

    A plugin that integrates Lucene IK analyzer into elasticsearch

    ..., independent of the Lucene project, and at the same time provides a default optimized implementation of Lucene. In the 2012 version, IK implemented a simple word segmentation ambiguity elimination algorithm, marking the evolution of the IK tokenizer from pure dictionary word segmentation to analog semantic word segmentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    G3D Innovation Engine
    G3D is a commercial-grade C++ 3D engine. It is used in commercial games, research papers, military simulators, and university courses. G3D supports real-time rendering, off-line rendering like ray tracing, and general purpose computation on GPUs. As of January 16, 2018, SourceForge is again the home of the active repository for G3D.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 4
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author of...
    Leader badge">
    Downloads: 28 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Fen2Pdf

    Fen2Pdf

    Tool for chess teachers to create PDF files with chess diagrams in it

    ... for educational purposes. You could present the same set of exercises in 2 different ways! * You can toggle the display of page numbers * The selected pgn folder is saved for next time * The title on the pages is the name of the pgn (without .pgn)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    PCuaderno, teacher grade book.

    PCuaderno, teacher grade book.

    Teacher grade book. Aplication teacher support tool

    ... is authenticated, is shown a single window composite by tabs. Each tab allows us to perform a function associated with diary, contents and standards for evaluation, a time of teaching-learning process. The application focuses on three main aspects: management grades, event management and management of the temporal distribution of programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    OCR Manga Reader for Android

    OCR Manga Reader for Android

    Android Manga reader with Japanese OCR and dictionary capabilities

    OCR Manga Reader is a free and open source Android app that allows you to quickly OCR and lookup Japanese words in real-time. It does not have ads or telemetry/spyware and does not require an Internet connection. Supports both EDICT and EPWING dictionaries. Requires Android 4.0 (Ice Cream Sandwich) or higher. See http://ocrmangareaderforandroid.sourceforge.net/ for details.
    Leader badge">
    Downloads: 57 This Week
    Last Update:
    See Project
  • 8
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    College Time Table (CTT)

    College Time Table (CTT)

    A small and powerful utility to generate school/college time table.

    Most of the time table applications use complex design to generate time table but as a result often lose simplicity. This software uses the most basic, simple and popular Spreadsheet design. This small desktop application can save hundreds of hours of teachers of any small school or college. It will never ask information required but collects information on the fly as you type. Start building time table instantly as you recollect names, subjects etc. Separate executables for Windows...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 10
    NumericalChameleon

    NumericalChameleon

    a free cross platform precise unit converter, supports 6000+ units

    The NumericalChameleon is a free, open source, cross platform software in order to convert units. It converts numbers with a precision of up to 1000 significant figures. It supports more than 6000 units in 94 categories. It has been localized in 10 languages.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    VStar

    VStar

    Multi-platform Variable Star Visualisation and Analysis

    VStar is a multi-platform, easy-to-use variable star observation visualisation and analysis tool. Data can be read from a file or the AAVSO database, light curves and phase plots created, period analysis performed, and filters applied. Plugins can be developed, e.g. to make additional observation sources available. See also: 1. http://www.aavso.org/vstar-overview 2. http://www.aavso.org/forums/about-aavso/vstar 3. http://dbenn.wordpress.com/category/astronomy-science/vstar 4....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Simple MVC Example in Java

    A simple example to demonstrate the MVC programming pattern in Java

    The MVC pattern is a basic pattern in programming and the most known one. It helps the developer to organize and manage the project by defining clear responsabilities and tasks for every level. During learning, this pattern can help students to better understand the complexity of the application and to reduce this complexity by allowing him to work on one level at a time. This project aims to be an example for the MVC pattern. It is very simple and designed to work by simulating and database...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    monsterFight

    monsterFight

    Taking quiz with fun. Intended for children

    This is a personal project that I developed for my nephew Demir Bezci. Java Swing game for creating modifying quiz and playing in a limited time. Icons: www.flaticon.com freepic Git: https://github.com/kutaybezci/monster-fight
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This will be a simple tandem text editor. It will broad cast document events to clients over a web connection. What it should do is allow more than one person to edit a document at the same time. Of course the one editing has a lock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java Simple Codes

    Simple codes in Java for beginners

    This repository provides a set of simple codes to start learning programming. It aims to help new learner to familiarize with basic programming notions and simple algorithms which must be known by every programmer. Every notion or idea is presented in a separate class while the test class provides an example on how to call (or use) this notion. In a first time, no OO programming notions are introduced. They will be introduced after a fair presentation of basic notions such as variables, loops...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    orario_elettronico

    Compile a school timetable. 2 versions: php/mysql and Java (new)

    .... If you don't disable it the file error_log of httpd will grow to several GB and fill up yoir HD. Non ho tempo per fare una nuova versione che contenga questo avviso, siete avvertiti! I have no time for a new version, you are advised! QUesto dovrebbe essere il comportamento normale di php; dalle spiegazioni in php.ini: "; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QualityControlForRadiology

    QualityControlForRadiology

    QC tests and patient doses from radiodiagnostic XRay equipment

    This software performs various quality control tests for XRay devices used in radiography, mammography, fluoroscopy and CT such as: HVL/tube filtration, high voltage, exposure time, tube output, MTF calculations, film sensitometry, AEC devices and more. It also compute patient doses using an external program based on the GEANT4 simulation toolkit. This program is found here: https://sourceforge.net/projects/doseinhumanbody/ Read the "README" file for details. Source code and documentation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Speech and Debate Timekeeper
    Timer for speech and debate competitions. Keeps track of speech order, time limits, and prep time for various debate formats (Policy, LD, Parliamentary, Public Forum, etc.) and individual events. Gives verbal and visual time signals.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Personal Library

    Personal Library

    Acts like a real library with the best user interface on the backpack.

    Stores your favorites Books. Lets you track the Users logged,signed up. Time tracing of system access. Delete, and Add both Categories and Books. No fussy configurations, embedded database with Java Runtime Environment enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MarkList

    MarkList

    Collection of Mark lists from Mobile App and Print Progress Cards

    Teachers can submit mark lists from mobile app. Mark lists are bulk printed. Pdf can be printed individually. Mark lists are compiled in to one data sheet. Progress cards can be viewed or printed directly. You can write your own code to print Progress Card. Data is collected in Text Format so can be accessed and interpreted easily. Mobile App Google Playstore Link : https://play.google.com/store/apps/details?id=in.refort.MarkList&hl=en Other open source projects...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    GMAT Timer

    A Timer for GMAT Exam (Win and Mac)

    A timer does it best to mimic the one in the real GMAT test -- appearing on the right top corner of the screen. Of course, you can set the time to count down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pairfx

    Pairfx

    Chess pairing program for run through and round robin tournaments

    ... at the club? Try PairFX! The run through pairing system makes it possible for player to come and go whenever they want and also to keep players playing all the time. It is not round based , so not everybody has to be finished to allow new pairings to be made. This is really great when players play at different speed and works very well in the club or at school.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    MStorage

    MStorage

    MStorage - storage for notes.

    MStorage - is storage for notes, it suggests opportunity to save and catalog notes, articles and tips in local drive by directories tree. If you usually store your notes in simple text files, but you begin upset when have to walk through directories tree every time when you need to find something, what you exactly want - this app will help you. WHATS NEW in v.1.1.*: - search in file - search in directory - readonly option for file - choose font, style and size of font in text editor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Akura

    Akura

    School Management System

    ... of a School. The Principals and Teachers could view the progress of a Student at a personal level and also at a class and grade level which provides a good measure of the Student’s progress within the School. At a time where the Parent – Teacher interaction is difficult to manage with the increasing workload of each individual, ÀKURA creates an easy to use Parent – Teacher interaction mechanism. Parents will now be updated on a regular basis on the progress of their children.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    Origami Editor 3D is an advanced paper folding simulator. It uses a what-you-see-is-what-you-get interface and operates with a geometric abstraction of the Yoshizawa-Randlett system. Anything from a simple airplane to John Montroll's omega star can be folded in this editor. Origami files created with the program preserve the entire folding process, and they can be exported as folding diagrams in PDF, animated GIF files, or even as standalone Java programs displaying the origami in a 3D...
    Leader badge">
    Downloads: 26 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next