Showing 27 open source projects for "only one"

View related business solutions
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    glslmath

    glslmath

    C++ header-only library that simulates GLSL math

    GLSLmath provides C++ math operations as defined by GLSL. For example, it provides methods to easily setup viewing transformations and perspective projections. GLSLmath has been inspired by the glm and slmath libraries, which aim to mimic GLSL, but in contrast to those GLSLmath does not focus on a complete conforming implementation of GLSL. It rather aims to provide a convenient single header file that implements the most commonly used subset of GLSL so that it is easy to use for rapid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    gImageReader

    gImageReader

    A graphical frontend to tesseract-ocr

    ...**: This page is only a mirror for the downloads. Development is happening on github at https://github.com/manisandro/gImageReader, release binaries are also posted there.
    Leader badge
    Downloads: 135 This Week
    Last Update:
    See Project
  • 3
    flowers3

    flowers3

    3D representations of flowers, flower elements, bouquets or meadows

    ... to generate (picture only or picture and XML file) and one or two texts used as seeds for random number generation and as text to be placed in the picture. Thus you can create an unique flower greeting. In interactive mode you can build your own flower elements, flowers, bouquets or meadows interactively, modify them, move them, save them and load stored elements, flowers, bouquets, meadows or complete scenes. You can also make a screenshot of the actual display.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Guetzli

    Guetzli

    Perceptual JPEG encoder

    Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. Get a copy of the source code, either by cloning this repository, or by downloading an archive and unpacking it. Install libpng. If using your operating system package manager, install...
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Future of Fraud Prevention Icon
    The Future of Fraud Prevention

    Fraud.net provides fraud detection services for financial services, retail and payments organizations.

    Fraud.net delivers the world’s most advanced infrastructure for fraud management – powered by a sophisticated collective intelligence network, world class artificial intelligence, and a modern, cloud-based platform that helps you.
  • 5
    OpenSource landscapes, planets and space environments generator project in C++. Currently only the basic nebulae generation function work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Mangrove TDS Library

    Mangrove TDS Library

    A C++ Tool for the Fast Prototyping of Topological Data Structures

    ...; - only one common API and no wrappers; - implicit representation of cells, not directly encoded, i.e., ghost references.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Herakles Engine

    Strong 2D & 3D graphics engine

    Herakles is a 2D-3D graphics engine. As its name implies, it is intended to be a really strong and fast engine. Its only library dependancies are OpenGL and OpenAL. Fully object-oriented, written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ITK-SNAP x64

    ITK-SNAP static builds for Windows 64-bit(only one file)

    ITK-SNAP is a software application used to segment structures in 3D medical images. It is the product of a decade-long collaboration between Paul Yushkevich, Ph.D., of the Penn Image Computing and Science Laboratory (PICSL) at the University of Pennsylvania, and Guido Gerig, Ph.D., of the Scientific Computing and Imaging Institute (SCI) at the University of Utah, whose vision was to create a tool that would be dedicated to a specific function, segmentation, and would be easy to use and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AtaDore OS1

    Audio & Video Producer Suite

    Atadore OS1 is a verry stable audio and video producer suite with only the best linux has to offer. it comes in 2 versions , the BASE and the PRO. Both free. AtaDore OS has a workflow like osx , and is easy to use for new linux users. Atadore is based on Ubuntu with a custom Kernel Build and a lot of love. Atadore OS is 64 Bits Only
    Downloads: 0 This Week
    Last Update:
    See Project
  • IT Proposal Software and Templates Icon
    IT Proposal Software and Templates

    Spend Less Time Building Quotes and More Time Selling With ConnectWise Sell

    ConnectWise Sell offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 10

    tView

    An Image Viewer that currently perform basic image viewing operation

    An Image Viewer that currently supports basic image viewing and only works with shortcut keys so far (like arrow keys, Ctrl+o), 1) Event based architecture 2) Multi threaded 3) Logical File name Sorting 4) Plugin based architecture (Todo)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MonoBitmap

    MonoBitmap

    Creates value-representation of any BMP file.

    Nearly everytime I developed something on an embedded device I came to the point where I needed a simple 1-bit Bitmap to integrate some symbols. The Problem was that everytime I had to write my images by hand like: 0b0000000 0b0001000 0b0010100 0b0100010 0b1000001 And then i came to the point the images were larger than this example, say 32*32 or more. And thats a torture. And that's the reason I started this project. It's a simple and small command line application which let you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    NativeViewer

    NativeViewer

    Visual Studio C++ OpenCV images visualizer

    NativeViewer is a Visual Studio extension for visualization of OpenCV images stored in the cv::Mat class. A thumbnail image is shown during the debug when a variable is hovered by mouse with CTRL key pressed down. NativeViewer also formats the string displayed in the "Watch" window to express valuable cv::Mat information. The extension works only for native C++ code for both Win32 and x64 platforms. All Visual Studio .NET versions are supported. However, installation process differs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TakeYourScreen

    TakeYourScreen

    Windows flexible and powerful screen grabber tool.

    Screen grabber with many abilities such as taking shot of full virtual desktop, only window, fullscreen 3d. Upload images with one of prebuilt share plugins or write your own. All help and template language reference you can find on bitbucket wiki page. Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Mobius Mandelbrot

    Fractal Extreme plugin for Hiato's Mobius Mandelbrot

    http://www.fractalforums.com/mandelbrot-and-julia-set/m-set-on-a-partialtotal-mobius-cylinder-looks-neat/ Use a bailout of 6 for complete fractal. This implemenent the three mobius types. Total wraps the real value if it exceeds 1 or is less than -1. Right wraps only when the real values exceeds 1, Left only when less than -1. Normal and smoothed iteration versions of each type are provided. My first attempt is also there called 'Bad' because I'd created a couple of pictures and need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mesclar

    A tool for batch watermark/banner image merging

    Tool for applying watermarks or banners to a bunch of images at once. Supports many different image formats, such as jpg, gif, png, bmp and many others (all formats supported by the ImageMagick library). Watermark an entire directory of images with a user-friendly and very easy to use graphical interface! It takes only 5 steps: 1. Select source directory 2. Select watermark/banner image 3. Select destination directory 4. Set merging attributes (size/position) 5. Click Start...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Grab_IT!!

    Grab_IT!!

    Save large web pages to your disk as images.

    A simple app that allows you to save large web pages ( larger than your screen ) with one click. Supported formats .bmp, .jpg, .png. You also can adjust the .jpg compression and capture size. windows Vista, 7 users download the executable version only ( Small ) Windows XP & earlier users. You may need the full setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    L.E.I.C.A. (Long Exposure Internet CAmera) is an application that takes input from your webcam, or v4l2 device, and makes a long-exposure image. Until now there's only a python binding for this app, soon there will be a C/C++ SDL one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    VVCap screenshot grab and upload tool
    **NOTE:** This tool is going out of business. Click on News for details Screen capture tool for Windows, grab a screenshot and store in clipboard, or instantly post to URL. It only takes one keypress and one click and drag to post a screenshot. Images are encrypted for highest security, URL serves as a decryption key
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Souvenirs
    Souvenirs transform your all-in-one PC, when not in use, into an intelligent digital photo frame. It combines a smart slideshow designed to remember your good memories, and a concept of desktop designed for short and fast service. For Windows7 only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ellipse is a photo editing software using Qt, intended to be modular and very ergonomic. The first releases will only run on UNIX systems, but Windows support will come up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Surface Defects Analyzer is the project of control system implementation which is used for detecting and measurement of geometric parameters of surface defects based on stereo images processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Framework for 3d simulation, or only 3d rendering. It provides a scene graph architecture for rendering and allow easy simulation using entities. (not maintened)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A framework for creating java GUI application by defining GML(Graphics Markup Language) only drag and drop GUI component in CS3 software. After define GML this software can generate source code automatically comply with the framework(View,Modal,Controlle
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A driver for the 5DT datagloves written in pure C++ using only the STL. Meant to be cross-platform, but written on and developed for IRIX sytems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is a game engine for pc and windows only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next