Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 17

Showing 1105 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • IT Asset Management (ITAM) Software Icon
    IT Asset Management (ITAM) Software

    Supercharge Your IT Assets, the Easy Way

    EZO AssetSonar is a comprehensive IT asset management platform that provides real-time visibility into your entire digital infrastructure. Track and optimize hardware, software, and license management to reduce risks, control IT spend, and improve compliance.
    Learn More
  • Power through agendas and documents, make more informed decisions and conduct board meetings faster. Icon
    Power through agendas and documents, make more informed decisions and conduct board meetings faster.

    For team managers searching for a solution to manage their meetings

    iBabs not only captures the entire decision-making process – it takes all the paperwork out of meetings. iBabs empowers everyone who has ever organized or attended, a meeting. With a seemingly simple app that offers complete control and a comprehensive overview of all those fiddly details. With about 3000 organizations and over 300,000 users, iBabs gives you peace of mind. So you can quickly organize effective meetings, and good decisions can be made with confidence. iBabs didn’t just happen overnight. We started analyzing and simplifying board meeting processes many years ago. We understand all the work that goes into meetings, and how to streamline everything so it all flows smoothly. On any device, confidentially, securely and automatically. Make good decisions with confidence.
    Learn More
  • 1
    react-imgpro

    react-imgpro

    Image Processing Component for React

    ...But before using them directly, I'd to learn different concepts in gl (shaders) and then try to implement them in React. The difficult part was not learning but it was the verbosity, boilerplate code and redundancy introduced by the libraries in the codebase. It was getting difficult to organize all the things. And React's component-based model was perfect for hiding all the implementation details in a component.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Odin Map Generator

    Map Generation Application and API

    Odin is a map generator derived from map generation experiments for a video game called Crypts of Eldor; after requests to release the tool, a decision was made to release a map editor based on this code. Additionally, a Java API is provided so that the map generator can be integrated into new software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Marine Mammal Acoustic DCL

    Advanced acoustic detection, classification and localization

    Advanced detection, classification and localization (DCL) of marine mammals and passive acoustic monitoring (PAM). Code is being developed as Matlab routines, interfaces for Ishmael (http://www.bioacoustics.us/ishmael.html), and in other formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sol-R

    Sol-R

    Open-source CUDA/OpenCL speed of light ray-tracer

    Sol-R is a CUDA/OpenCL-based real-time ray-tracer compatible with Oculus Rift DK1, Kinect, Razor Hydra and Leap Motion devices. Sol-R was written as a hobby project in order to understand and learn more about CUDA and OpenCL. Most of the code was written at night and during weekends, meaning that it's probably not the best quality ever. The idea was to produce a Ray-Tracer that has its own "personality". Most of the code does not rely on any literature about ray-tracing, but more on a naive approach of what rays could be used for. The idea was not to produce a physically based ray-tracer, but a simple engine that could produce cool images interactively. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • OpenMetal is an automated bare metal and on-demand private cloud provider. Icon
    OpenMetal is an automated bare metal and on-demand private cloud provider.

    Large Scale. Cloud Native. Fixed Costs.

    OpenMetal is an automated bare metal and on-demand private cloud provider. Our mission is to empower your team with cost effective private infrastructure that outperforms traditional public cloud.
    Learn More
  • 5
    MD2 Viewer

    MD2 Viewer

    MD2 (Quake2) Model Viewer

    MD2Viewer is a Windows application that makes 3D preview of MD2 (Quake2) models. Source code repository: https://github.com/jval1972/MD2-Viewer
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    DoomViewer

    DoomViewer

    Doom, Heretic, Hexen & Strife Map Viewer

    DoomViewer is a Windows application that enables you to freely navigate inside maps of games: -Doom -Doom2 -Heretic -Hexen -Strife Source code repository: https://github.com/jval1972/DoomViewer
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    ARK AR Sticker Generator

    ARK AR Sticker Generator

    ARK is an AR Sticker Generator

    In Augmented Reality Development we often need high quality markers for image targets compatible with accurate detection. ARK is an AR sticker generator made using various image processing libraries & scientific tools. It creates a colorful sticker similar to a QR code with each sticker being completely unique from other. It also allows to add an image overlay for branding or other stuff. Generated stickers can be found in Output folder. Extension is .png *GitHub Listing is in process*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TombViewer

    TombViewer

    Tomb Raider Level Viewer

    TombViewer is a Windows application that enables you to freely navigate inside Tomb Raider series maps. Supported Tomb Raider games are I, II, III, The Last Revelation & Chronicles. Source code repository: https://github.com/jval1972/TombViewer Releases: Version 1.3 - (20181021) Version 1.2 - (20050915) Version 1.1 - (20040627) Version 1.03 - (20040623) Version 1.02 - (20040621) Version 1.01 - (20040620) Version 1.0 - (20040619)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Velocity

    Velocity

    Accelerated JavaScript animation

    ...Under the hood, it mimics jQuery's queue, and thus interoperates seamlessly with jQuery's animate, fade, and delay. Since Velocity's syntax is identical to animate, your code doesn't need to change. JavaScript and jQuery are falsely conflated. JavaScript animation, which Velocity uses, is fast; it's jQuery that's slow. Although Velocity works alongside jQuery, it uses its own animation stack that delivers its performance through two underlying principles: 1) synchronize the DOM → tween stack to minimize layout thrashing, and 2) cache values to minimize DOM querying.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Your go-to FinOps platform Icon
    Your go-to FinOps platform

    Analyze, optimize, and govern your multi-cloud environment effortlessly with AI Agentic FinOps.

    Unlike reporting-only FinOps tools, FinOpsly unifies cloud (AWS, Azure, GCP), data (Snowflake, Databricks, BigQuery), and AI costs into a single system of action — enabling teams to plan spend before it happens, automate optimization safely, and prove value in weeks, not quarters.
    Learn More
  • 10
    GFractal

    GFractal

    Fractal Generator

    GFractal is a simple fractal generator. Source code repository: https://github.com/jval1972/GFractal
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    ...Accurate polygon edge coverage calculation. The rendering engine has only 700 lines, the modules are clear, and the backbone is prominent. Detailed comments, detailed comments on the main code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    displaymidi_chung

    displaymidi_chung

    display any midi input port notes on score like screen

    dispalymidi chung is a small application that displays any incoming notes from the choozen midi input port on a sheet score like screen .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Oboe.js

    Oboe.js

    A streaming approach to JSON

    Oboe.js is a streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes. Oboe.js is an open source Javascript library for loading JSON using streaming, combining the convenience of DOM with the speed and fluidity of SAX. It can parse any JSON as a stream, is small enough to be a micro-library, doesn't have dependencies, and doesn't care which other libraries you need it to speak to. We can load trees larger than the available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AcMus is a project on musical acoustics devoted to the development of models and computer tools for the study of room acoustics and focus on helping the investigation of issues related to the design, control and acoustic treatment of environments. AcMus has not been maintained for a few years now, but the code may still be useful. We consider the current repository to be at https://gitlab.com/ccsl-usp/acmus .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    J QR Code Generator

    J QR Code Generator

    With J QR Code Generator you can create QR Codes easily & offline

    A QR code is a two dimensional barcode that stores information in black and white dots. J QR Code Generator is a simple easy to use QR code generator that works offline and completely free. Current version support to generate QR Code for plain text, website(URL), SMS, and Email (more will be added in next version).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 16
    Sleep#: Save Power. No More Noise!

    Sleep#: Save Power. No More Noise!

    Send computer to sleep after VLC, WMP, Google Play Movies & TV

    *** For the latest v5 with integrated YouTube Web (controllable with the YouTube app on your phone) please download from https://www.microsoft.com/en-gb/p/sleep/9ppgrg6t7dcj *** Do you use your computer for playback of films, streamed TV etc. before going to sleep? In these cases, Windows' sleep functionality is suspended and won't kick in once the video has finished. The solution for many is to use a sleep timer to send the computer to sleep after the estimated amount of time of the video. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    ...As such enough of them have to be spliced together in memory until a block is then available, encrypted, and then piece meal copied back in place. Huffman encoding in jpg images uses control codes. The encryption can coincidentally produce a control code. Thus those are repeatedly encrypted until no control code, skipping preexisting control code runs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AniList Api v2 GraphQL Docs

    AniList Api v2 GraphQL Docs

    AniList API V2 GraphQL Documentation

    ...This avoids both the problems of over and under-fetching data, while also allowing for a more powerful and flexible Api. You can omit the variables object and instead hard-code your values inside your query, however, this is not recommended past the simplest of queries.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    MysticBBS Shoutcast Panel

    MysticBBS Shoutcast Panel

    Python Script for Mystic BBS Shoutcast Dashboard

    ...After the dashboard is displayed, the script continues by showing the last 20 songs played on the station. Useful things about this script: - Fully configurable at the top of the script, Title, Stream URL, Cols, Rows etc. - Contains simple code to grab XML/RSS feed and display on the BBS. - Contains various functions to make it easy to display information in a correctly sized mystic bbs text based frame including titles and prompts. This script can be a skeleton to get you going in writing your own properly fit modular text based python apps for Mystic BBS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SubAutoRename

    SubAutoRename

    A tool to rename subtitle files

    Designed for TV shows enthusiasts that are too lazy to rename their subtitle files with copy, rename, paste. Installation instructions here : https://sourceforge.net/p/subautorename/discussion/installation/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Haytham Gaze Tracker

    Haytham Gaze Tracker

    Haytham is an open source gaze tracker

    ...The software is built by C#, using Emgu and AForge image processing libraries. LICENSE The Haytham is released under a dual license: FREE VERSION: The source code is released under GPL version 3.0. In short, it means that any distributed project that includes or links any portion of Haytham source code has to be released with the source code under a license compatible with GPLv3. COMMERCIAL VERSION: If you want to use the Haytham in a closed source commercial product, you must purchase the license. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A library of POV-Ray definitions of LDraw parts to be used in conjunction with L3P and POV-Ray
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CSV2ScatterPlot

    CSV2ScatterPlot

    Represent CSV data as Scatter Series and Line Series Plots

    ...Simply select the X axis and Y axis columns from the CSV and get a visual representation instantly. You can also use the same software to plot in Line Series instead as well. Check the Wiki Page for details on Usage: https://sourceforge.net/p/csv2scatterplot/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Defa Protect HTML5 Video From Download

    Defa Protect HTML5 Video From Download

    Prevent and Protect Your HTML5 Video, Music , Audio From Download Free

    ...There is 100% Guaranteed Protection and There might be some tradeoff but If you care about Digital Rights Management of Your Video and Music Content. This Project is for you. Defa Protector 6.7.1 Revamp Code For Better Performance To The Bone. We almost rewritten this project from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ...It performs extra operations such as cache flushing before the kernel execution, and can set real-time scheduling to prevent OS interference. - Non-null data initialization, and live-out data dump. - Syntactic constructs to prevent any dead code elimination on the kernel. - Parametric loop bounds in the kernels, for general-purpose implementation. - Clear kernel marking, using pragma-based delimiters.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project