Showing 5352 open source projects for "java open source"

View related business solutions
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 1
    Stats With Julia Book

    Stats With Julia Book

    Collection of runnable Julia code examples for a statistics book

    StatsWithJuliaBook is the companion code repository for the book Statistics with Julia: Fundamentals for Data Science, Machine Learning and Artificial Intelligence. It contains over 200 code blocks that correspond to the book’s ten chapters and three appendices, covering topics from probability theory and data summarization to regression analysis, hypothesis testing, and machine learning basics. The repository is designed for Julia users and provides ready-to-run examples that reinforce...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Eratostene

    Eratostene

    Show the prime numbers in the form of the Sieve of Eratosthenes

    [Versione in italiano sotto] This program can be used to find the prime numbers between 1 and a given number. Also the primes can be visualized in the form of Sieve of Eratosthenes with six columns. The sieve is created in Html and it is possible to save it in a file so that it can be opened with any other browser also after the program was closed. If the browser has the support for JavaScript, it should be possible to show the factorization of a non prime number clicking on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jstutorial

    jstutorial

    Javascript tutorial book

    This repository is a comprehensive, tutorial-style guide to JavaScript that walks readers from the language’s fundamentals to practical application in the browser and on the server. It explains core concepts like values and types, scope, functions, objects, and prototypes in a clear, example-driven style that favors short, readable snippets. The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    quran pdo php mysql search

    quran pdo php mysql search

    محرك بحث قراني بلغة php

    من خلال هدا السكريبت تستطيع البحث في القران الكريم بعدة طرق متوفرة كما يمكنك معرفة تفسيرها وكدا التفسير بللغة الإنجليزية يمكن إضافة تفاسير اخري مع القت فقط تابع موقعنا علي http://quran4search.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 5
    Lucid

    Lucid

    A collection of infrastructure and tools for research

    Lucid is a collection of infrastructure and tools for research in neural network interpretability. Lucid is research code, not production code. We provide no guarantee it will work for your use case. Lucid is maintained by volunteers who are unable to provide significant technical support. Start visualizing neural networks with no setup. The following notebooks run right from your browser, thanks to Collaboratory. It's a Jupyter notebook environment that requires no setup to use and runs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PS-Drone

    PS-Drone

    Programming a Parrot AR.Drone 2.0 with Python - The Easy Way

    The PS-Drone-API is a full featured SDK, written in and for Python, for Parrot's AR.Drone 2.0. It was designed to be easy to learn, but it offers the full set of the possibilities of the AR.Drone 2.0, including Sensor-Data (aka NavData), Configuration and full Video-support. The video function is not restricted to mere viewing, it is also possible to analyze video images data using OpenCV2. Obviously, the PS-Drone is perfect for teaching purposes; however, even the requirements for...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7

    GMP Fortran library

    Fortran binding for GMP library

    Fortran binding for GMP library. Currently gfortran compiler supported on Linux and MS Windows (MinGW) platforms. Included Fortran program for solving Archimedes's cattle problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SLAMBook-en

    SLAMBook-en

    The English version of 14 lectures on visual SLAM

    This project is the English version of “14 Lectures on Visual SLAM: From Theory to Practice,” a text and teaching resource about visual simultaneous localization and mapping (SLAM). It provides the full LaTeX source (formerly Markdown) for all 14 chapters, letting readers compile and study the material systematically. Within the repository you’ll find organized subfolders (e.g. chapters, latex, resources) containing the lecture contents, references, figures, and supporting assets for each...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    HamsterLab

    HamsterLab

    education, children, course, C programming language, maze, 2d graphic

    This project is meant to particularly support children in learning the C programming language by developing different kinds of hamster-based games in a 2D graphics environment. It is designed to be used for teaching classes and contains a possible lesson plan (currently only in German). Special thanks to Oliver Saalfeld for drawing the texture graphics. Please note that the software is not finished, yet, since it is developed right now in parallel to my current course. Also a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 10

    dualword

    foreign language vocabulary trainer

    DualWord is a foreign language vocabulary trainer for Linux.. Languages: English, German, French, Spanish, Russian. Source code: http://github.com/dualword/dualword/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    R4DS (R for Data Science)

    R4DS (R for Data Science)

    R for data science: a book

    “R for Data Science” (r4ds) is the source material (book + examples) by Hadley Wickham et al., intended to teach data science using R and the tidyverse. It covers the workflow from importing data, tidying, transforming, visualizing, modelling, communicating results, and programming in R. The repository contains the source files (Quarto / RMarkdown), example datasets, visualizations, exercises, and all content needed to build the book. Includes many example datasets, diagrams, code samples,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Linkedin Skill assessments

    Linkedin Skill assessments

    Full reference of LinkedIn answers 2023 for skill assessments

    This repository is for those looking for answers to the LinkedIn assessment quiz questions or willing to help others by contributing to the tests. Or possibly you would like to create your first pull request and be added as a contributor. Add an explanation (or reference link) to your answers. That will help anyone to better learn concepts they might not have a great understanding of. Your resource for answers. In case you have doubts please contact this person or add them to review your PR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Cantine

    We are looking for help, symfony developpers, translators, testers, ..

    Gestion d'une cantine scolaire par le web. Permettre : - aux parents de gérer les jours de cantine de leurs enfants au travers d'un site web, - aux gestionnaires de * faire l'appel * commander les repas * gérer les factures & les paiements * communiquer par email avec les parents Le tout au travers d'une interface simple et visualisable sur une tablette ou un smartphone. Nous recherchons de l'aide :) : contactez-nous !!! Help wanted : feel free to contact us !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    hubs-research-acm-chi-2021

    hubs-research-acm-chi-2021

    Supplemental code and dataset for the ACM CHI 2021 paper

    Supplemental code and dataset for the ACM CHI 2021 paper on "Proxemics and Social Interactions in an Instrumented Virtual Reality Workshop". In this research paper we instrumented Mozilla Hubs Cloud to record where participants where during the event. From there, we measured proxemic and plotted the activity along with some semi-structured interviews. Virtual environments (VEs) can create collaborative and social spaces, which are increasingly important in the face of remote work and travel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Zero Install
    Zero Install is a decentralised cross-distribution software installation system. Create one package that works everywhere! With dependency handling and automatic updates, full support for shared libraries, and integration with native package managers
    Leader badge
    Downloads: 2,609 This Week
    Last Update:
    See Project
  • 16
    NYT Vote Scraper

    NYT Vote Scraper

    Scrapes the NYT Votes Remaining Page JSON

    NYT Vote Scraper is a small but clever project that periodically fetches JSON data from the “Votes Remaining” page of The New York Times during the 2020 U.S. presidential election and commits the results into the repository, effectively using Git as a time-series database. The idea is to create a historical record — including diffs — of how vote counts and “votes remaining” estimates changed over time. The repo outputs multiple formats (HTML, CSV, XML, plain text) so that you or other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vim Polyglot

    Vim Polyglot

    A solid language pack for Vim

    A collection of language packs for Vim. It won't affect your startup time, as scripts are loaded only on demand. It installs and updates 120+ times faster than the 598 packages it consists of. It is also more secure (scripts loaded for every filetype are generated by vim-polyglot). Best syntax and indentation support (no other features). Hand-selected language packs. Automatically detects indentation (includes a performance-optimized version of vim-sleuth, can be disabled). On top of all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RT Schedule

    RT Schedule

    A realtime-schedule generator for educational purposes

    RT Schedule is a realtime-schedule generator to create and present simple and idealised RT schedules from task lists. The purpose is to compute the basic properties of a task set and create a schedule using the rate monotonic (RM), earliest deadline first (EDF) and least laxity first (LLF) algorithms. The program uses simple, idealised systems, since students must be able to schedule them manually. RT Schedule computes the data and generates clear graphs for lecture notes and exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    3 Rs of Software Architecture

    3 Rs of Software Architecture

    A guide on how to write readable, reusable, and refactorable software

    This guide aims to help software developers think more clearly about how to build systems that are not only functional today but maintainable into the future. It focuses on three architectural “ilities”: readability, reusability, and refactorability, presenting them in a hierarchical framework so developers can evaluate and improve their code and system design. The project uses a simple shopping-cart application written in JavaScript and React/Redux to illustrate how code evolves from “bad”...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    DeepMind Lab is a 3D learning environment based on id Software's Quake III Arena via ioquake3 and other open source software. DeepMind Lab provides a suite of challenging 3D navigation and puzzle-solving tasks for learning agents. Its primary purpose is to act as a testbed for research in artificial intelligence, especially deep reinforcement learning. If you use DeepMind Lab in your research and would like to cite the DeepMind Lab environment, we suggest you cite the DeepMind Lab paper. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Ceka

    Ceka

    Crowd Environment and its Knowledge Analysis

    A knowledge analysis tool for crowdsourcing based on Weka. We also have a Python version of Crowdsourcing Learning: CrowdwiseKit on GitHub (https://github.com/tssai-lab/CrowdwiseKit).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An adaptation of MySpell to the malagasy language. And a malagasy online spell checker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dysgu
    Dysgu presents an innovative approach to out-of-class activities by combining multiple dimensions of best practices from different spectrum of student learning into a coherent idea and delivering such activities with personalization and adaptation. The goal of the Dysgu system is to study the impact of frequent out-of-class activities on student learning and engagement where the activities are interactive in nature, smaller with scaffolding support, personalized and delivered via a mobile platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Bash Scripting

    Bash Scripting

    Free Introduction to Bash Scripting eBook

    This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    PH_Playground

    PH_Playground

    Simple solution for testing and documenting short code snippets.

    Version 4.0: improved history, error, and view mode handling Version 3.0: JavaScript editing, Quick console, History files for browsing and loading scripts. Version 2.0: CodeMirror functionality, ajax calls. Tired of opening an editor to test short code snippets for functionality, saving the file and then running it in a browser? PH_Playground provides a simple solution on a single browser page. Enter the code to be tested into the "PHP" or "JS" window and press "Run". The result...
    Downloads: 4 This Week
    Last Update:
    See Project