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

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

View related business solutions
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 1

    CalendarMacro

    LibreOffice Basic Macro for Making Calendar

    This macro requires OpenOffice(or LibreOffice) Calc. My macro file creates a full colored Turkish yearly calendar for any year you want. Be careful my code is ready to use for Turkish language but you can easily transformed it into English one since I mentioned how to do that inside the code. You just need to add a new spreadsheet called as "takvim" and add a macro, copy the macro code to your spreadsheet and run. If you need any help please ask.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Rat

    Rat

    Compose shell commands to build interactive terminal applications

    ...Rather than reimplementing features, it delegates work to existing tools: a shell command generates output, a pager displays it, and “annotators” attach actions to recognized patterns. For example, a mode might run git log --graph and annotate commit hashes so hitting a key can open a diff, check out a branch, or run a follow-up command. Another mode could list files or search results and let you act on selected lines, chaining shell operations together. The design encourages small, composable behaviors that feel like browsing within structured terminal output, while retaining the power of the underlying CLI. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3

    git-osx-installer (abandoned)

    The official stand-alone installer for Git on OS X

    This was once the official stand-alone installer for Git on OS X. You can install git from official Apple packages, where sideloading is not necessary. Install via ``` xcode-select --install ```
    Leader badge
    Downloads: 2,235 This Week
    Last Update:
    See Project
  • 4
    GoReplay

    GoReplay

    The Swiss Army knife for testing and monitoring

    Increase confidence in code deployments, configuration changes and infrastructure changes with GoReplay! GoReplay is an innovative open source tool that captures and replays live HTTP traffic, using it to continuously test your system with real data. Now you don’t have to put up with risks that come with putting a third-party component in the critical path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • 5
    Locale Emulator

    Locale Emulator

    Yet another system region and language simulator

    ...For example, if you are using 64-bit WinRAR, you will not see the context menu on a RAR file unless you swapped 64-bit WinRAR with the 32-bit version. Clone the repo using Git, install Microsoft Visual Studio 2015 / 2017, open LocaleEmulator.sln, perform build action, clone and build the core libraries, and copy LoaderDll.dll and LocaleEmulator.dll from Locale-Emulator-Core to Locale-Emulator build folder.
    Downloads: 153 This Week
    Last Update:
    See Project
  • 6
    Ubuntu Remixes

    Ubuntu Remixes

    Project working on new remixes of Ubuntu and an ISO builder for Ubuntu

    We are working on multiple remixes of Ubuntu and are generating our own ISOs of existing remixes and flavours. We are also maintaining our own ISO builder. You can request for new remixes at https://sourceforge.net/p/ubuntu-remixes/discussion/remixes/. If you want, you can also help in developing new remixes by asking at https://sourceforge.net/p/ubuntu-remixes/discussion/devel/. You can download any of the remixes/flavours from https://sourceforge.net/projects/ubuntu-remixes/files/.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    jQuery File Upload

    jQuery File Upload

    File Upload widget with multiple file selection

    ...On the server side, artifacts may be processed using compatible back-end scripts in languages like PHP, Ruby, Node.js, or Java, making the plugin cross-platform. Because uploads can be large or unpredictable, the code is designed to gracefully recover from failures, allowing resumption or cleanup of incomplete parts. Custom callbacks and event hooks let developers validate files by size, type, or user permissions before upload, or abort and communicate errors. In practice, it’s widely used in content management systems, asset upload tools, and anywhere users must deliver files via web forms while receiving immediate feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Abdal Wizard Port Scanner

    Abdal Wizard Port Scanner

    free and open-source TCP scanner

    Abdal Wizard Port Scanner is a free and open-source for TCP scanning
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Rescatux

    Rescatux

    Easy to use Repair distribution for both Gnu/Linux and Windows systems

    ...O better, even, you can help debug and fix Rescatux bugs on the fly. * Share log on forum: Prepares a forum post alike text so that you can just copy and paste it in your favourite forum. Logs are nicely inserted into it with [CODE] symbols. * Boot Info Script: Run Boot Info Script option to share your computer configuration (specially boot one).
    Leader badge
    Downloads: 993 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 10
    External Compare - Eclipse Plugin

    External Compare - Eclipse Plugin

    Launch an external diff tool like WinMerge in Eclipse

    ...After you open two versions of a file in the internal eclipse compare editor, this plugin either opens an external diff tool automatically or you can choose that this plugin opens the external diff tool after you press a button in the toolbar of the internal compare editor. Furthermore the plugin can (optional) format java code before the compare. This simplifies the compare if the code of 2 versions of a file is different formatted.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 11
    KleOS

    KleOS

    KleOS brings together Arduino, FreeRTOS and Arduino-mk to you.

    ...Arduino is the opposite to real time; however, so many real world applications need to react to internal and external events in real time, e.g. as fast as possible, even seizing the CPU from the code that is currently executing. FreeRTOS is the glorious tool behind getting such behaviour. And as you become an Arduino power user you find the IDE too clumsy, so why don't you compile your way (e.g. in the terminal) using your preferred source code editor? Arduino-mk is the glorious tool behind this behaviour.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    elf-dependency-walker

    elf-dependency-walker

    ELF dependencies analyser

    It is a tool to analyst the dependence of ELF/Mach-O. When you port an ELF library to your own operating system, having a dependency graph is important. Tutorial: https://sourceforge.net/p/elf-dependency-walker/wiki/tutorial/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Redo Rescue: Backup and Recovery

    Redo Rescue: Backup and Recovery

    Backup and Recovery Made Easy

    ...Additional tools included for partition editing, web browsing, and more. Runs from live CD/USB; no installation needed. Website: http://redorescue.com Forum: https://sourceforge.net/p/redobackup/discussion/ GitHub: https://github.com/redorescue/redorescue Wikipedia: https://en.wikipedia.org/wiki/Redo_Backup_and_Recovery
    Leader badge
    Downloads: 667 This Week
    Last Update:
    See Project
  • 14
    GOST-Shred ☭

    GOST-Shred ☭

    Cross-platform Shred implementation written in Golang

    Commandline File Shredder - ALBANESE Lab (c) 2020-2021 GOST R 50739-95 Data Sanitization Method (2 passes). Prevents data recovery using standard recovery tools. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/gost-shred Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HC6800EM3

    HC6800EM3

    English Examples Projects for HC6800EM3 MCU devkit

    This project translates and rewrites C-code examples for the Prechin's MCU devkit, since original docs & examples were released in Chinese. Besides, some illegal stuff from original CD will be removed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    myDCFocuser Arduino Relative DC Focuser

    myDCFocuser Arduino Relative DC Focuser

    Arduino Nano DC Motor Controller

    ...Feature rich and low cost. Build the controller for under $25. (c) Copyright Robert Brown 2014-2025. All Rights Reserved. Permission is granted for personal and Academic use only. Code or portions of code may not be copied or used without appropriate credit given to author.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 17

    kubemon

    A console terminal-based monitoring tool for K8S cluster

    Just an old school style terminal-based console K8S monitoring tool: A: Sys/App - Auto refresh monitoring of Nodes, kube-system Pods and App Pods D: Desc - Describe selected Pod E: Evicted - Delete all Envicted Pods F: NS filter - Filter Pods listing by Namespace K: Non-Running - Delete all non-"Running' status Pods L: Logs - Auto capture essential logs and display logs for troubleshooting N:Toggle List - Toggle display of Nodes P: Pod logs - Show logs of selected Pod S: Toggle Sort - Toggle sorting of Pods by namespace, Pod name, Pod status, creation timestamp, Pod IP, Node name * Data is obtained from kubectl and journalctl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    laylaOS

    laylaOS

    Debian 11 Bullseye+dwm 6.2

    dwm window manager from suckless for speed and efficiency. laylaOS runs on a Debian 11 Bullseye base. I hope you enjoy your laylaOS experience. All feedback is most welcome. TEST folder for PRE releases. https://www.debian.org/ https://suckless.org/ mrneilypops@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Glazier

    Glazier

    A tool for automating the installation of Windows OS

    ...It streamlines the entire Windows imaging process by booting systems into the Windows Preinstallation Environment (WinPE), retrieving installation instructions from a web server, and automatically applying operating systems, software, and configurations. The tool is fully text-based and code-driven, with configurations written in YAML, allowing teams to leverage source control for versioning, collaboration, and quality assurance. By distributing installation data via HTTPS, Glazier ensures scalability and flexibility, supporting both simple local servers and large-scale cloud-based deployments. Its extensibility makes it easy for administrators to create custom actions using Python or PowerShell, enabling tailored automation for diverse enterprise environments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    andOTP

    andOTP

    Open source two-factor authentication for Android

    Open source two-factor authentication for Android. It implements Time-based One-time Passwords (TOTP) and HMAC-Based One-Time Passwords (HOTP). Simply scan the QR code and login with the generated 6-digit code. This project started out as a fork of the great OTP Authenticator app written by Bruno Bierbaumer, which has sadly been inactive since 2015. By now almost every aspect of the app has been changed/re-written so the fork status of the Github repository got detached upon user request. But all credit for the original version and for starting this project still goes to Bruno.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Johnny-Five

    Johnny-Five

    JavaScript Robotics and IoT programming framework

    Johnny-Five is the JavaScript Robotics & IoT Platform. Released by Bocoup in 2012, Johnny-Five is maintained by a community of passionate software developers and hardware engineers. Over 75 developers have made contributions towards building a robust, extensible and composable ecosystem. The only kit designed for getting started with Johnny-Five! The Johnny-Five Inventor's Kit, from Bocoup and SparkFun, is now available! It's designed for anyone who wants to get started with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    playqt

    playqt

    GUI version of ffplay for Windows

    ...The program is based on ffplay and will respond to the familiar options if launched from the command line. This allows the program to be used with other command line tools such as youtube-dl. The source code is open and available here. It may be compiled using the contrib library provided along with Qt6, MSVC 2019 and NVIDIA cuda development library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    dune-archiso

    dune-archiso

    Archiso profile based on CyberOS with DUNE Numerics

    This is a live USB containing a full operating system that can be booted, this means that you can use a USB stick to burn this image or virtualize it to Linux-KVM, QEMU, Virtualbox, VMWare, Hyper-V. We included the following Arch Linux official repositories: - [core] - [extra] - [community] - [multilib] as well as Third-party repositories: - [arch4edu] - [cyber] - [dune-archiso-repository-core] - [dune-archiso-repository-extra] - [dune-core] - [dune-staging] -...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Cuda Simulated Annealing GPU Route Plan

    Cuda Simulated Annealing GPU Route Plan

    An Optimized GPU-Accelerated Route Planning of Multi-UAV Systems Using

    An Optimized GPU-Accelerated Route Planning of Multi-UAV Systems Using Simulated Annealing Article CUDA CODE Usage of multiple unmanned aerial vehicles (UAV) in a certain mission makes flight route planning more complicated and slower. In order to obtain better performance, in the literature, most of the researchers propose using evolutionary algorithms and artificial intelligence approaches based on heuristics as optimization techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    openPOWERLINK

    openPOWERLINK

    An Open Source POWERLINK Stack

    openPOWERLINK is an Open Source Industrial Ethernet stack for communication in hard real-time. It can be operated as both, Managing Node (master) and Controlled Node (slave). With version 2.0, the source code has been cleanly split into an application-oriented user library and a time-critical stack driver. The latter may be moved to a dedicated communication processor or into a kernel module to deliver enhanced performance while still keeping the API in user space. A full documentation of the stack is available on the web site: http://openpowerlink.sourceforge.net The following page can be used to report a security vulnerability: https://sourceforge.net/p/openpowerlink/discussion/
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB