Showing 1057 open source projects for "using"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 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
  • 1
    Debrief is an Open Source Java application used for viewing maritime vessel tracks in 2 and 3 dimensions. Tracks are read in using a number of flat-file ASCII formats, including AUTEC (RAO), PMRF and AFWTF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Python application to scan DataMatrix barcodes using webcam. Uses libdmtx as backend decoder and pyGTK for display. Intended as a conference badge scanning application, but flexible enough to allow other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Structure Synth generates 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures. Structure Synth offers a graphical environment with multiple tabs, syntax highlighting, and OpenGL preview.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 4
    Assisted dRawing toOl

    Assisted dRawing toOl

    ARO helps physically disabled students to create mathematical drawings

    ...The structure of each drawing is built from individual components which can be placed on the drawing grid without great accuracy. Each can then be positioned exactly using onscreen buttons. The ruler and the protractor can be aligned with any straight line. Drawings can be created on imported background bitmaps. The author was a mathematics lecturer at Plymouth University.
    Downloads: 0 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
    GGI stands for "General Graphics Interface", and it is a project that aims to develop a reliable, stable and fast graphics system that works everywhere. We want to allow any program using GGI to run on any platform requiring at most a recompile.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    GridMos

    GridMos

    GridMos, mosaicing tool (in MATLAB) to improve cell counting.

    Nowadays, the manual cell counting, performed directly by looking through the microscope’s oculars by using a tally counter and a hemocytometer, still is the gold standard method to count Live&Dead cells (Trypan Blue is typically used to stain the dead cells). However, performing the cell counting by tagging the cells in a steady image mosaic increases the reliability of the counts performed. Unfortunately, to build a mosaic of a hemocytometer's grid shows some problem due to the repeated patterns (i.e., the squared blocks of the grid). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CSS Loaders

    CSS Loaders

    A collection of loading spinners animated with CSS

    ...The project offers a variety of designs—spinning circles, bouncing dots, bars, and pulse animations—that can be applied to any element with a few classes. Each loader is built using CSS keyframes and transforms, avoiding images or JavaScript, which keeps them lightweight and responsive. Because they are pure CSS, they scale cleanly at different sizes and can be styled easily with color or shadow overrides. Developers can copy snippets directly into their projects without needing to install heavy dependencies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Rubik's_cube_3x3x3_Simulator

    Rubik's_cube_3x3x3_Simulator

    Rubik's Cube 3x3x3 Algorithms Simulator

    This is a Rubik's Cube, 3x3x3 size, simulator. It simulates Standard and WCA command algorithms, and show the movements using OpenGl. It is completely coded using Qt Creator. In version 1.3.0 several improvements were implemented. Now the layers can move alone, in pairs or all simultaneously, so simulating the actual movement. Note: The source code is included in installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ColorMorphing

    ColorMorphing

    Wallpaper Maker

    Create customized spiral art for wallpapers using your own images. This version is HTML5 based - it runs on most modern browsers. Use the sliders to create just the effect you want or put it in shuffle mode for a screensaver style effect. You can also toggle the user interface on and off. Simply click/touch the camera button to save the current appearance as an image on your device.
    Downloads: 0 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
    SpriteBuncher

    SpriteBuncher

    A free, open-source texture packing program.

    SpriteBuncher is a free, open-source texture packing program. It features an easy-to-use graphical interface, and advanced packing algorithms such as MaxRects. Further options include cropping, rotation, extruding, and padding. Data can be exported to a range of common output formats – e.g. Cocos2d, LibGDX, and Unity – or via generic XML, JSON, and plain text files. Examples and documentation are included. Source code available at: https://github.com/bazgt/SpriteBuncher [GPLv3].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Scrawl.js

    Scrawl.js

    For the handling and manipulation of the HTML5 <canvas> element

    ...On starting, Scrawl.js investigates the HTML DOM and automatically creates controller and wrapper objects for each <canvas> element it finds. Can also generate visible canvas elements programatically, and add them to the DOM. Users create sprite and gradient objects using scrawl factory functions, set their styling and position, and render them onto the canvas element. Creation, positioning and styling can all be handled by a single call to the factory function. Sprites include: basic rectangles (Block), advanced rectangles capable of displaying images and sprite animations (Picture), circles (Wheel), single-line text (Phrase), and complex designs composed of lines, arcs and curves (Shape). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    flot

    flot

    Attractive JavaScript charts for jQuery

    ...Works with Internet Explorer 6+, Chrome, Firefox 2+, Safari 3+ and Opera 9.5+. Additional examples are bundled with Flot. Also take a look at the Flot Usage Wiki for screenshots and stories from people and companies using Flot. Take a look at the the examples in examples/index.html; they should give a good impression of what flot can do, and the source code of the examples is probably the fastest way to learn how to use flot. Just include the JavaScript file after you've included jQuery. You need at least jQuery 1.2.6, but try at least 1.3.2 for interactive charts because of performance improvements in event handling. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DxDvrCapture

    DxDvrCapture

    Survival capturing from USB devices

    Allows to capture video from UVC cameras using Console or Windows Service environment. Developed for supporting H.264 stream capturing from Logitech C920 camera. Features: - Get and save audio and video stream from UVC camera - No video preview. - Could work as Windows Service - Could work as Console Application - All parameters are configurable from config. UI for managing config file
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    "Windows Free Pascal IDE"

    "Windows Free Pascal IDE"

    Windows Free Pascal is a free source code editor for programmers

    "Windows Free Pascal IDE" is Copyright (c) 2014 dr Jaroslaw Szymanda Windows Free Pascal is a free source code editor for programmers of console applications. Designed primarily for students who begin to learn programming. They can quickly write and compile software using open source Pascal compiler developed by "(c) Free Pascal Team" (see http://www.freepascal.org). "Windows Free Pascal IDE" program is free software and can be redistributed without any restriction.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    iSpy Camera Security Software

    iSpy Camera Security Software

    Worlds leading motion detection, recording and alerting software

    iSpy uses your USB webcams, IP cams, capture cards, desktops and microphones to detect and record movement or sound and provides security, surveillance, monitoring and alerting services. Media is recorded directly to H264 mp4 files or AVI files. iSpy can stream live and recorded video over the local network, over the web using the ispyconnect portal and to mobile devices and third party software (like gadgets and MediaPortal). iSpy also includes a server project that lets you connect to USB webcams and microphones running on other computers. iSpyConnect provides subscription based SMS, MMS, Email, YouTube uploads and Remote Access. LAN usage of iSpyConnect is free.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 16
    LPub is a program that allow the production of step by step building instructions for LEGO models created using the LDraw file format. Upgrade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Dia Diagram Editor

    Dia Diagram Editor

    Free drawing software for Windows, Mac OS X, and Linux

    ...Dia can read and write a number of different raster and vector image formats. Software developers and database specialists can use Dia as a CASE tool to generate code skeletons from their drawings. Dia can be scripted and extended using Python.
    Leader badge
    Downloads: 9,685 This Week
    Last Update:
    See Project
  • 18

    vol2im

    Convert volumetric data to images.

    This program embeds volumetric data in various image files, using their RGBA or RGB channels. Each slice of the original model is represented as one channel of the output file. The output images can be used as 3D textures to perform volumetric visualization in GLSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Part authoring tool, part electronic environment, BrightMOO is designed to demonstrate the feasibility of building client-side, three-dimensional interactive environments using existing MOO technology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Visual Image Viewer

    Visual Image Viewer :: Build using Python

    What you will do when you need to manage all your Image files according to what they shows/represent, I am not talking about you, what I also done in past, just select Image files one by one create folder for that kind of Image files and paste into that folder. Now Using this application you just have to define from which PATH you want to work with your Image Files and that's done, and define possible categories for Image files and use your Num-pad keys from 0, 1, 2, 3, and so on.... That Image that you are watching right now, will automatically copied to your defined locations. means if you hit 0 ( Image will automatically copied to your first defined location, ) and so on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    3D shape descriptor which explicitly captures the local geometry and encodes it using an efficient representation. Our method consists of multiple evolving fronts which are realized by a set of growing spheres on the surface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    qSnap The Only Cross -browser Screenshot

    qSnap The Only Cross -browser Screenshot

    Free - Cross Browser - Multiple Page Screen Capture - Rich Annotation

    ...It is very useful add-on for testers. qSnap is the free screen capture extension available for many popular browsers. Whether you prefer Chrome, Firefox, Safari, Opera or Internet Explorer, you can try using qSnap. You can capture either visible screen or full screen and automatically have multiple captures consolidated into a single, lightweight document. qSnap is available to you to easily capture one or multiple screen images and then add annotations on your images. Your screenshot can be stored in the free hosting service called qSnapshare. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    BinaryView

    Show binary data

    BinaryView is able to show 2d binary data either as xy-plot or using a simple fragment shader. Standard shaders like simple color mapping or a relief shading for digital elevation data already exist, but you can also write your own shader. As an example, the screenshots show Mars MOLA topographic data taken from http://pds-geosciences.wustl.edu/missions/mgs/megdr.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BioSuite Professional

    BioSuite Professional

    the software assists in member management and camera management

    Manage of personnel, employee, members details. Advanced identification mechanism using Barcodes scanner, Smart Card and Fingerprint identification. Connect to cameras both web cams and internet camera with high quality. Face detection and Motion detection which will trigger alarm upon trigger. use you smart phone as a IP camera. Manage sessions - using advanced identification mechanism such as Meals, Conference Entry among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    Sourceforge is no longer being updated! Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable APIs tend to either use video hardware, or are simply not as fully-featured as one might hope or expect, at least in the area of visual elements. ...
    Downloads: 1 This Week
    Last Update:
    See Project