Showing 78 open source projects for "example"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    MP3Player

    MP3Player

    MP3Player for windows using Qt 5.4

    The MP3Player was developed using C++ and Qt Libraries. The Qt used was version 5.4 and it was based on the example multimediawidgets/player. It is a MP3Player with some additional functions. --------------------------------------------------------------------------- IMPORTANT (to use) --------------------------------------------------------------------------- While implementing the software I had problems to execute some mp3 files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ffdshow

    A DirectShow and Video for Windows codec (VFW)

    ffdshow is an advanced DirectShow filter and Video for Windows codec (VFW) codec that supports many audio and video formats. For example: H.264, MPEG-4, MPEG-2, H.263, VP3, VP6, Theora, MJPEG, SVQ3, MP3, AC3, DTS, E-AC3, AAC, and Vorbis.
    Leader badge
    Downloads: 2,589 This Week
    Last Update:
    See Project
  • 3
    RPhoto is a small software aiming at the easy handling of digital camera's photos, and capable of cropping photos with a constant width / height ratio (by example 4:3 for numeric photos). It also have lossless crop / rotate / flip operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GeniuX Photo EFX

    GeniuX Photo EFX

    Standalone software for photo editing and digital painting.

    ...Completely designed and produced in Italy, GeniuX® Photo EFX stands out for its 32 bit color graphic engine: it assures refined digital color gradations which allows to obtain bright prints of the highest quality, especially for skin color handling. The interface is conceived to highlight the most popular tools, for example black and white management, professional color processing, noise removal, photomontage and background removal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Advanced Batch Image Converter

    Advanced Batch Image Converter

    Multiplatform tool for batch image conversion

    ABIC is a multiplatform tool for converting images from and to a wide variety of formats, for example: JPEG, TIFF, PNG, JPEG-2000, WebP. It can also read some historic ones, in particular Amiga IFF (ILBM). ABIC is completely free, open sourced, and is also entirely nag-free.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 6
    Simple Normal Mapper

    Simple Normal Mapper

    Easy creation of normal maps

    Simple Normal Mapper is a normal map editor with which one can easily create normal maps for 2D images. Normal mapping is used, for example, in 2D games to make an illusion of a 3D object. Simple Normal Mapper is fully automatic with some user-controllable parameters. Simple Normal Mapper is written in Qt and C++. The newest source code and releases here: https://github.com/juzzlin/SimpleNormalMapper/releases
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Yamka is a cross-platform C++ SDK for creation/manipulation of Matroska container files. Yamka is focused on a concise and robust API. Yamka is designed around clear separation of responsibilities between an EBML Element and EBML Element Payload. To get the yamka SDK check out the source code from svn (svn co https://svn.code.sf.net/p/yamka/code/trunk/yamka). There is no DLL, if you need one you can always make one yourself, or you can include any files you need into your project code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    au3 oIrrLicht

    oIrrlicht is example of irrlicht and AutoIt with objects or DllCall

    oIrrlicht is example of Irrlicht usage with objects where funcs aren't exposed (till rev.4) and with funcs exposed for DllCall (from rev.5 and AutoIt examples). While rev.1 (object version that did not have renamed func object names) is lost, rev.4 UDF (last version with objects) folow similar principes and serve as a good start point for anyone as showcase that other languages can access IrrLicht from objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    QProjector is an application to present different types of media on a projector. It supports texts, lyrics, images, movies... It's easy to handle, expandable through plugins and uses a database. It's for example usable in church services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An object oriented ray tracer and image manipulation library. Also comprises ZRVision, a computer vision support library and several example apps illustrating what can be done with ZeroRay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MonoBitmap

    MonoBitmap

    Creates value-representation of any BMP file.

    ...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 convert any (1-32bit) BMP into a string representation of 0 or 1, or even in hex. The program hasn't any problem with images up to 1000 * 1000 px. Btw, it's not as useful to tell you all about everything the program can do as to try yourself, just download it and feed it with an random BMP image, it's smaller than 200kB :) If you're not on Windows you can use the Program with WINE or easily recompile it for your platform (You have to change the output coloring) Program developement: finished
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    lxmp

    A mod (tracker) music player for Linux.

    ...Supported formats are XM, IT, S3M, MOD, MTM, UMX and MO3 because that's what BASS supports. Playlist search feature: It is possible to seach for multiple substrings separated by spaces. For example, typing "folder1 .mod" allows moving through all files which contain 'folder1' and '.mod' in the file path. Dependencies are gtkmm-3.0 and libbass. To compile run 'make'.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Core3D

    Minimalist 3D Scenegraph Management Framework

    ...The Core3D library provides structure and organization to speed up application development. Tightly coupled or interrelated functionalities are partitioned into groups. These groups ensure there is a separation of concerns. For example, the description of shapes and visual characteristics of a scene are separated from code that renders the scene on different graphics hardware. This code structure allows any developer to build a 3D application quickly without having to know much about rendering pipelines, event handling, threading, etc. The Core3D framework consists of a collection of very lightweight classes that model a complete 3D environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close the gui window edit mypluginproc : called as sample=mypluginproc(sample) in main audio loop with zero additional latency myecho.dll / my3band.dll / my4echo.dll / baxandall.dll / peekenhancer.dll with code source are provided as example (freebasic) . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Videography is the command-line cousin of the project, Coriander for cases where a GUI is not desired. It controls a IIDC-compliant (industrial/machine vision) camera via a IEEE1394 bus. Its primary function is to capture these images to disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MicroStitcher

    MicroStitcher

    Tiny tool capable of stitching hundreds images into one single image

    This is very small tool, which is capable of stitching hundreds of images into one single image. The main purpose of the tool is to stitch small pieces of map taken by screenshots for example from OpenStreetMap. The tool automatically calculates relative positions of every single patch. A single patch has to have considerable amount of margins that are required to find control points that will match a pair of patches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    IMathSoft

    The software for solving special problems of mathematics and physics

    ...The numerical-analytical method used in the project is called the FD-method. It was first proposed by Professor V.L.Makarov in 1991.To learn more about the problems of such type and the FD-method see, for example, http://arxiv.org/abs/1112.2540.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Minaton

    Minaton is a fat sounding mono subtractive software synthesizer

    ...The mod wheel controls filter frequency. It uses jackmidi rather than alsa for good solid timing, future developments planned are a lv2 / ladspa plug in version, pitch wheel control to be added. Example sounds can be found on my blog, any suggestions and additions would be appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenDX is a wrapper, which provides DirectX functionality on top of the Simple Direct Media Layer (SDL) library. Using OpenDX enables you to easily port DirectX applications (for example games) to any platform supported by the SDL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NOTE: This project is on hold permanently... it was eating up too much of my life ;) It's still a good example of how to couple a WPF program with DirectX and OpenGL for 3D rendering. If others are interested in collaborating I'd come back to this or something similar. -- InsaneFX is a node-based special effects editor (written mostly in C#) and native runtime (written in C/C++). It ships with (unoptimized) example renderers for DirectX 9 and OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Volume Step Adjuster

    Volume step adjuster for Windows 7 and later

    ...By default, this step is 2% or 4%, which may be not appropriate for high-precision setting. With Volume Step Adjuster you can set this volume step to any valid value, for example, you can set the volume step to 1% or even 0.1%. The real volume step resolution available depends on your device. Note, however, that this tool only configures increment/decrement step. It does not adjusts increment/decrement speed or any other parameters. This program will only run on Windows 7 and, probably, later versions. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 23
    Game of Life 3D
    Game of Life 3D is an platform-independent OpenGL implementation of John Conway's Game of Life with a modern QT4 user interface. It features a random mode and different pre defined example modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PhotoResizerQt
    PhotoResizerQt is a simple program to re-size one or several photos. The photos can be previewed and a suffix is added to the photo name to indicate the size. For example, x800 is added to a filename when a file is re-sized to 800 pixels. Check Forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LibNebular is C++ Linux library for uniform image file manipulation as String key-value pairs (with sometimes BLOB values) where different file types are intruduced through DL (".so") libraries. Includes BMP and JPEG plugins. Can easily be ported.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo