Showing 53 open source projects for "visual"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Metronomek

    Metronomek

    Digital metronome that tries to be analogue

    Trivial looking metronome with natural sounds and 'classical' approach.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    qvge

    qvge

    Qt Visual Graph Editor

    qvge is a multiplatform graph editor written in C++/Qt. Its main goal is to make possible visually edit two-dimensional graphs in a simple and intuitive way. Please note that qvge is not a replacement for such a software like Gephi, Graphvis, Dot, yEd, Dia and so on. It is neither a tool for "big data analysis" nor a math application. It is really just a simple graph editor :)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    DecipherAxe

    DecipherAxe

    Academic deciphering aiding tool, for ancient languages   

    Scientific academic deciphering aiding tool, for ancient languages. The project was originally programmed on: 21/08/21 at 20:58. Currently in BETA, a state with a "Ugaritic cuneiform" feature for transliteration, form only at the moment. Others will be added soon. Supports: Windows & Linux. Runs in WINE for others.  
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Graph Capture

    Graph Capture

    Fast 2D charting from raw data

    The software was designed for suitable chart creation. From text files or programs, that haven't visual charts themselves, data is passed to "Graph Capture" and plotted there. But you have to write Perl RegEx expressions to extract X and Y-values from raw data. Otherwise, you can request suitable filter templates here https://www.facebook.com/vlad.dubov.77. For making RegEx expressions short docs are also included in the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MultiCalculator

    MultiCalculator

    MultiCalculator is a windows software

    ...The software is designed, developed and deployed by MD. Tofael Ahmed. Planned and managed by Mafruha Al Makki Lobna the owner of Software Cottage. The software is developed using C++ programming language, Visual Studio 2017 and Qt5.11. MultiCalculator is tested on different windows platform (Windows 10 32 & 64, Windows 7 32 & 64 bit) no error found and run smoothly on mentioned platform. MultiCalculator is at it’s initial stage and time to time advanced and required update will be made. Updates will be available herein.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    WDOSXUNP

    unpack WDOSX executables

    ...The only executable unpacked during testing was Samsung's HDD utility HUTIL. The source code is included if anyone wants to improve something or fix bugs. I used Visual Studio 2010 for building.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AlphaC

    AlphaC

    Intérprete similar al lenguaje C en Español

    AlphaC es un pequeño intérprete similar al lenguaje C en Español, creado en la herramienta Microsoft Visual C++ con fines académicos. El proyecto tiene el objetivo de mostrar el código fuente de un pequeño compilador para ilustrar a los estudiantes las diferentes fases de construcción de un compilador (Análisis Léxico, Análisis Sintáctico y Análisis Semántico). El código está creado de manera bastante elegante de manera que se parece a la sintaxis utilizada en los libros de texto de gramáticas y compiladores. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Vocabulary Master

    Vocabulary Master

    Tries to make your words and phrases learning much easier.

    ...Words and phrases are at regular intervals randomly selected and displayed in the window. Main features: - optional time interval of words learning - show answer with delay - custom learning templates - sound and visual notifications - text to speech support Vocabulary manager: - any number of categories of words - words search - category and word priorities - import / export words General: - UNICODE support (ability to write into the dictionary in Russian, Japanese, etc.) - multi-language interface (English, Czech) Sample vocabularies: http://vocabulary-master.martink.cz/en/download Help: http://vocabulary-master.martink.cz/en/help
    Downloads: 3 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    DLCSim

    DLCSim

    Controller-Pilot Data Link Simulator for procedural and radar training

    DLCSim is now capable of procedural and radar control, with option of connecting to FSX or Prepar3D flight simulator for real time aircraft tracking.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    CMake Examples

    CMake Examples

    A collection of useful CMake examples

    CMake is a cross-platform open-source meta-build system which can build, test and package software. It can be used to support multiple native build environments including make, Apple's xcode and Microsoft Visual Studio. The cmake-examples reposiory includes some example CMake configurations which I have picked up when exploring it's usage for various projects. The examples are laid out in a tutorial like format. The first examples are very basic and slowly increase in complexity drawing on previous examples to show more complex use cases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LunaIDE is a powerfull IDE for Lua programming language and also have support for XML files. Languages: Spanish, English and Portuguese. Note: Lua is licenced under the MIT License and LunaIDE is licensed under the GNU/GPL v3. The creator of this software do not have any kind of relation with PUC-Rio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Geometrical Simulator

    Virtual Simulator for Dynamical Systems

    Geometrical Simulator is basically a graphical user interface to visualize geometrically the evolution of abstract dynamical systems of particles along the virtual time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Learncurve

    A simple flash card program using the Leitner system.

    This program uses the Leitner system for flash card review. Right now the features are very basic, but I am looking at incorporating visual and aural information with flash cards in the future. The program should be able to handle anything in the Unicode character set, making it an excellent linguistics tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GLEXT - Win32 OpenGL Extension API

    Win32 OpenGL Extension API

    GLEXT is a Win32 DLL with header and linker library, designed using Microsoft Visual Studio 2012. It implements all publicly available OPENGL extensions as static functions, that can be directly called without the danger of running into NULL pointer exceptions. It can be freely used and distributed or modified. And as source is also available, the API can be recompiled with other versions of Visual Studio. And source can also be recompiled with Other C/C++ API for different OSes, with modifications. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    StyxTorrent

    A BitTorrent Client

    ...Libtorrent & Boost are written in c++ and so is StyxTorrent. To be specific StyxTorrent in written in MFC (Microsoft Foundation Classes) and ATL (Active Template Library) which fall under Visual C++. MFC provides easy access to Windows API and some of wonderful features provided by Windows Operating System. Visual Studio 2008 was used as IDE .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MintAPI

    MintAPI

    Powerfull ATL Based Library (for VB6) / Strong Class Relations

    ATL based library written with vb6 using windows API's. Including very strong methods such as concurrent execution in most of classes ,wide graphics engine. MintAPI allows you to do more works using less statements which can write in only single lines. MintAPI provides under LGPLv3 license ,you can use it freely. I recommend you to use it ,it's very nice and cute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KLAVAR! is porting to MS Windows a graphic music sequencer/notation program based on the easy-to-read KLAVAR music notation, without clefs, sharps, flats or accidentals. It was originally written in GFA Basic for the Atari ST. Earlier releases were also targeting Apple Mac OS X and GNU/Linux operating system but the effort had to abandoned due to the uncertain future of the development tools used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Simured is a multicomputer network simulation whith visual interface to see packet movement on the network. It is multi platform and there are versions in Java and C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Sammlung von Animationsprogrammen zu Themen der Mathematik und Physik. Für Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Visual ExpressionCalculator
    Visual ExpressionCalculator is a cross-platform fractional expression, fraction and mixed number calculator / кроссплатформенный калькулятор дробей, смешанных чисел и дробных выражений
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A linguistic tool to aid in the study of Linguistics/Phonology, specifically distinctive features of possible language sounds. Comprised of both a Visual C++ .NET version as well as a Java based web applet version. The C++ version has all but been ab
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Visual Boy Advanced Emulator for Windows. This will allow instructors to teach the GBA software/hardware and home brew developers to build run their code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mathgam
    Mathgam is simple mathematical game aimed for children from 4 to 12 years and anybody who wonts to improve his basic math skills. It supports double player on single computer. Made for .NET/Mono. Have a fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Image Restoration and Inpainting: MinGW/OpenGL/Visual c++/Java image processing enhancing/restoring/detecting/recovering image parts(Old painting cracks...) FastRestorarion, 2D (Un)Splitted Linear Solver, nonlinear solver: conjugate gradient,QuasiNewton
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next