Showing 1636 open source projects for "all-in-one"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 1
    digital video introduction

    digital video introduction

    Introduction to video technology, image, video, codec, and more

    ... to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding). Be careful, when you see a ./s/ffmpeg or ./s/mediainfo command, it means we're running a containerized version of that program, which already includes all the needed requirements. For the jupyter examples you must start the server ./s/start_jupyter.sh and copy the URL and use it in your browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Acoustic Research Tool (ART)

    Acoustic Research Tool (ART)

    Acoustic Simulation Library for Frequency and Time Domain Simulations.

    ART is a flexible simulation framework for wind instruments. It includes a growing library of modelling elements. So far bore discontinuities, branches, tone holes, cylindrical and conical tubes, Bessel horns and bent tubes are available for frequency domain modelling. In the time domain generic bidirectional propagation elements, scattering elements, fractional delays, convolution with reflection functions and general z-domain networks are available and can be described using MuParserX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Uosk

    Uosk

    Unicode On-Screen Keyboard: insert text snippets into any Windows app

    Uosk (formerly Charmappino) is a virtual keyboard that opens any ASCII, ANSI, UTF-8 and UTF-16 text file and converts words (e.g. separated by spaces) into buttons. Clicking one button the text snippet is pasted into any text editor (Notepad, WordPad, MS Office, OpenOffice...). You can edit snippets directly in Uosk, and save them as a new txt file. The snippet can also be copied to clipboard. It's basically a virtual keyboard with ability to set any amount of characters in one button. Uosk...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    TensorFlow World

    TensorFlow World

    Simple and ready-to-use tutorials for TensorFlow

    This repository aims to provide simple and ready-to-use tutorials for TensorFlow. The explanations are present in the wiki associated with this repository. There are different motivations for this open source project. TensorFlow (as we write this document) is one of / the best deep learning frameworks available. The question that should be asked is why has this repository been created when there are so many other tutorials about TensorFlow available on the web? Deep Learning is in very high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 5
    A small and simple library for reading and parsing MARC (bibliographic ISO-2709) records quickly. If you need to read and parse MRC files - it is that suits you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Teacher student web

    One Place for Teacher & Student Communication

    Features : Helpful to Teachers in following manner : 1. Create user / students login A/C 2. Disable / Enable Student A/C 3. Upload / Create new Test and Assignment for students of various classes. (BCA BSC, MCA) 4. Manage Student Assignments and Accounts Helpful to Students in following manner : 1. Login A/C 2. View Assignments / Tests 3. Download Assignments and tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Number Race
    ... there might be an installer + language pack available as one download. Check "Files" -> version -> Language
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • 8

    cleffer

    Generiert Benotungsschlüssel

    Generator for grading scales (german system). Generator für Notenschlüssel, d.h. Punkte-zu-Note-Tabellen, für deutsche Schulnoten 6-1 bzw. 0-15 Punkte.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MandelbrotExplorer

    A program to calculate and represent the Mandelbrot set

    This project is a C++ program to calculate and represent graphically the Mandelbrot fractal set, and/or the corresponding Julia sets, according to the seed Z0 given by the user as input. The user disposes of a graphical interface to control the program and modify conveniently some parameters, like the XY-scales, the XY map area, the Julia seed for the complex series iteration of Z(n+1)=Z(n)^2+a, being Z(0)=(X0,Y0) the seed, and "a in XY" the points to be calculated. The user can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 10
    PangInput

    PangInput

    A simple tool for typing characters in different writing systems.

    PangInput is a simple application to help you in typing characters from different languages in unicode. Three methods are available: 1) a virtual keyboard, mapping specific characters to each key on your keyboard; 2) custom character sets, which you can select by clicking on them; 3) macro sets, allowing input of complex scripts - basically mapping a latin transcription to the actual writing of characters or words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Operating Systems: From 0 to 1

    Operating Systems: From 0 to 1

    A book to gain the foundational knowledge to write operating systems

    This book helps you gain the foundational knowledge required to write an operating system from scratch. Hence the title, 0 to 1. After completing this book, at the very least you will learn how to write an operating system from scratch by reading hardware datasheets. In the real world, it works like that. You won't be able to consult Google for a quick answer. A big picture of how each layer of a computer is related to the other, from hardware to software. Write code independently. It's...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    subs2srs

    subs2srs

    Convert movies and TV shows to flashcards

    subs2srs allows you to create import files for Anki or other Spaced Repetition Systems (SRS) based on your favorite foreign language movies and TV shows to aid in the language learning process. See http://subs2srs.sourceforge.net/ for more information.
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 13
    OpSim - Open Source Process Simulator

    OpSim - Open Source Process Simulator

    An open source process simulator

    **19-OCT-2017 PROJECT MOVED TO GITHUB** OpSim is an open source Chemical Engineering Process Simulator with a user friendly drag-and-drop graphical user interface (GUI) and an underlying high performance simulation engine.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    CodilitySolutions

    Solved training lessons from website codility.com

    This project contains solutions for all training lessons that can be found on website codility.com: https://codility.com/programmers/lessons/ The solutions are written in programming language C, because I presumed that it is the most basic language anyone can easily understand and the fact that many other languages have a basis in C means the code can be easily rewritten in that language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sturesy

    Sturesy

    Student Response System

    ... created by implementing three simple Interfaces. Requirements: Java 1.5+ Recommended: Java 1.7 A first beta-test with approximatly 65 Students can be viewed under the following link: http://youtu.be/Cm9ufuvc9z0 It is currently being used at the University of Hamburg in Softwareengineering 1 with more than 300 Students
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HermeneutiX

    HermeneutiX

    Your graphical tool for Syntactic/Semantic Structure Analysis of texts

    HermeneutiX is a tool for diagramming syntactic and semantic structures of complex (not necessarily foreign-language) texts (e.g. bible or other historical excerpts). HermeneutiX is now part of SciToS (the scientific tool set). Starting with version 2.0.0, HermeneutiX can be found on GitHub. Please check out the release summary: https://github.com/scientific-tool-set/scitos/releases For an introduction, check out this video: https://youtu.be/uQjewyG0Ad8 PS: To run a Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tach Multi-Version Bible

    Tach Multi-Version Bible

    This is a free, offline, audio, Multi-version bible for windows pc.

    This is a multi-version bible software, for windows, with and audible reader, which is designed to help believers in understanding the word of God. It contains 8 different versions. It has a reader on which you can play and listen the word of God as it is being read. It has the ability to search through the scriptures using different options.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    School Homework

    An open source website for help in grade 1-4 school work practice.

    An open source web-site for helping parents and students practice for school. Grade 1 to 4 Math work sheets are the main focus. Currently it only has content for grade 3 Math and applet for drawing in Raster and Vector formats. Project moved to: https://github.com/hammadrauf/School-Homework https://github.com/JuniorSchool https://github.com/JuniorSchool/SchoolShorts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Musaheb

    An Arabic collocation extraction tool

    ... constraints during node selection and collocate extraction. Based on the user preferences for the node, concordance and collocates selection, the tool saves all nodes and their associated collocates in an XML file; allowing easy conversion to different formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VirtualX - Online Examination System

    VirtualX - Online Examination System

    VirtualX has all features that you need to manage an online exam

    VirtualX is an open source online examination system and can be used across organization types such as Colleges/Universities, Schools etc. This tool allows Administrators, Examiners, and Question Setters to add/edit/delete questions and schedule tests, quizzes, exams and generate reports. Some of the key features of this tool are Role based security among different question setters, schedule exams for examinees and send email with login details, managing questions of 11 different types...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 21
    GNOSIS

    GNOSIS

    Example website at https://serck.ddns.net/david/gnosis

    Gnosis is a LMS design to learn modernly. The application is a php platform that use Zend Framework 1 and mysql as the main tools. Four axes are deployed : Course, Exercice, Question/Answer, Collaborate Example website at https://serck.ddns.net/david/gnosis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Remembook

    Remembook

    Application de bibliothèque

    Cette application permet de créer une liste de livres pour toujours savoir ce que vous avez et ce que vous avez lu. Il est possible de trier, rechercher, éditer ou supprimer des entrées ainsi qu'importer/exporter la liste en csv (depuis ou pour excel par exemple) D'autres fonctionnalités sont prévues pour enrichir ce programme. Vous pouvez retrouver la version web sur : https://bibliotheque.kesako.info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Events France

    Events France

    Events France

    Events France tells all the French events, of the beginning of the Earth until the current years. All the dates are put up to date regularly. The software develops gradually using the contribuateurs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Akura

    Akura

    School Management System

    ÀKURA is a School Management System that utilizes the latest technology to facilitate a new managerial experience for the Principal and Teachers of a School and Parents. In an era where technology plays a pivotal role in every area of the society, ÀKURA comes to Schools giving them a better management experience for all functionalities of the School. ÀKURA manages the attendance, the academic activities, the co-curricular activities and assists in the religious activities and discipline...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25

    diauxic growth model ensemble

    An ensemble of models showing diauxic growth behavior

    An ensemble of mathematical model is presented that all show diauxic growth behaviour of a bacterial culture. Carbon catabolite repression (CCR) is the main mechanism controlling carbohydrate uptake in bacteria, and therefore also controlling whether or not different carbon sources are metabolized in parallel or sequentially. Although described as a paradigm of the regulation of bacterial metabolism, the underlying mechanisms remain controversial. The models in the ensemble can...
    Downloads: 0 This Week
    Last Update:
    See Project