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

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

View related business solutions
  • Caller ID Reputation provides the most comprehensive view of your caller ID scores across all carriers Icon
    Caller ID Reputation provides the most comprehensive view of your caller ID scores across all carriers

    Instantly identify flagged caller IDs and decrease flags by up to 95% your first month.

    Keep your agents on the phone with increased connection rates by monitoring your phone number reputation across all major carriers and call blocking apps.
    Learn More
  • White Labeled Fintech Software Solutions | Centrex Icon
    White Labeled Fintech Software Solutions | Centrex

    Centrex is a full suite of white labeled fintech solutions built and designed for brokers, lenders, banks, investors, fintechs

    The Centrex products include: CRM, loan origination, loan and advance servicing software, syndication management, white labeled mobile app, money manager, underwriting, Esign, and website smart app builder. The Centrex services include: fintech software consulting, admin retainer services, and managed data cloud.
    Learn More
  • 1
    custom-ubuntu-image-for-empty-usb-drives

    custom-ubuntu-image-for-empty-usb-drives

    A portable usb installed custom ubuntu image for scripts & office work

    Click Files Tab Above and then Right Click Each File to Open Them in New Tab, one by one, to download 8 files with total size of 3.8 GB After downloading, Run Following Command ( after cd to folder ) : Windows cmd: copy /B custom-ubuntu-image-for-usb-drives.gz.* custom-ubuntu-image-for-usb-drives.gz Linux/Mac Terminal: cat custom-ubuntu-image-for-usb-drives.gz.* > custom-ubuntu-image-for-usb-drives.gz After joining the files, use the free Balena Etcher ( Check Google ) to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WINIX OS

    WINIX OS

    A UNIX-style Operating System for the Waikato RISC Architecture

    Winix is an experimental Unix-like operating system kernel written in modern C++ with an emphasis on object-oriented design and code clarity. It is a pedagogical project exploring how kernel-level programming can be structured with C++ abstractions while maintaining low-level control. Winix supports basic system services such as file systems, process management, and a terminal interface, and is designed for booting on x86_64 hardware via QEMU. It serves as an accessible and unconventional approach to understanding operating systems.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Pearl Desktop 11

    Pearl Desktop 11

    The Pearl Desktop Enviroment - The OS X Alternative

    Code named Cade (grandson) this 64 bit PDE version of Pearl is based on Ubuntu 22.04 LTR.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions. Xyris serves as a foundation for further exploration into reliable OS architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • 5
    OS-uninstaller

    OS-uninstaller

    Remove any operating system in 1 click !

    See https://sourceforge.net/p/os-uninstaller/wiki
    Leader badge
    Downloads: 177 This Week
    Last Update:
    See Project
  • 6
    DracOS GNU/Linux Remastered
    ...Use a GUI-based tools-tools the software using the CLI (command line interface) and GUI (graphical user interface) to perform its operations. Now Dracos currently already up to version 3.1.5 with the code name "KUNTILANAK WITH REMASTERED".
    Downloads: 33 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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
  • 9
    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
  • ERP Software To Simplify Your Manufacturing Icon
    ERP Software To Simplify Your Manufacturing

    From quote to cash and with AI in mind, our ERP software will become the most valuable asset at your company.

    Global Shop Solutions AI-integrated ERP software provides the applications needed to deliver a quality part on time, every time from quote to cash and everything in between, including shop management, scheduling, inventory, accounting, quality control, CRM and 25 more.
    Learn More
  • 10
    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
  • 11
    Resea

    Resea

    A microkernel-based hackable operating system

    resea is a small, message-passing-based operating system kernel designed with microkernel principles in mind. Written in C with minimal dependencies, it emphasizes modularity, isolation, and simplicity. resea includes a basic POSIX-like interface and supports multitasking, IPC, and user-space services. It serves as both a microkernel OS experiment and a platform for learning about low-level system design without the complexity of larger operating systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    EasyArch

    EasyArch

    Arch Linux Installer ISO

    ...It is just a live ISO to provide simple and easy way to get Archlinux up and running in very little time and with or without internet connection. Yes, you read it right, you can install Archlinux without internet with this ISO. Check out the project git repo- https://github.com/easyarch-iso for source code and everything else. Along with the simple and custom graphical installer, you will get a fully functional desktop environment (XFCE based) with little customization and pre-configured applications. Other than that, there isn't anything else. No extra repository, just vanilla Archlinux. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    CAELinux is an installable live (USB) Linux distribution dedicated to open source engineering with a focus on Computer Aided Engineering and Scientific Computing. Based on Ubuntu, it features a ready to use workstation environment for open source product development, makers and scientist with many CAD/CAM/CAE applications for mechanical design, stress analysis, heat transfer, flow simulation and CNC manufacturing / 3D printing as well as electronic design tools and a complete development...
    Leader badge
    Downloads: 204 This Week
    Last Update:
    See Project
  • 14
    PlusOS (Plus Operating System)

    PlusOS (Plus Operating System)

    OS bootable from Linux,Windows and others partitions as auxiliary OS

    ...That's built to run as auxiliary OS with Major OS like Windows and Linux etc..bootable with grub2 and own boot loader.focused on eBook reading software(PDF,EPUB,MOBI,DJVU,CHM...).with programs like calculator, notepad,source code editor, hex viewer, text viewer,image viewer and many games.VESA 32bpp GUI from startup.read-only plus maybe writing support for standard file systems FAT/NTFS/EXT/CDFS.codec for archives(ZIP,RAR,7z,GZ ...).codec for image formats(JPG,BMP,GIF,PNG...).video player or at least thumbnails extract(AVI,MKV,MP4,3GP...). mountable as filesystem from ISO,ISZ file.generic drivers VBE,USB,HD Audio,Keyboard, mouse.bootable on qemu and of course on real computer systems.at least all drivers for one computer (my) this is primary goal. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pearl Pro 9

    Pearl Pro 9

    MATE (OS X Styled) & Cinnamon (WindowsXP Styled) together in harmony

    Running on Mixture of Ubuntu's 20.04 and Linux Mint's 20 base. Available in 64 bit only. If needing 32 bit try our up to date Pearl Pro 7.1 downloadable here at https://sourgeforge.net/p/pearl-pro-7.1 The Linux OS for all those days running Windows XP. Pearl has made the Cinnamon Desktop look and feel just about like WinXP. Staying with Pearl's traditional Mac Snow Leopard Look and Feel we also have the MATE Desktop environment. You can switch between the Mac and Windows layout by simply logging out of one DE and into the other. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    sherlockOS

    sherlockOS

    sherlockOS - Customize Debian Buster Distro

    ...I include all the files with the aim to help educate those willing to learn how to build your own live-build created Debian respins. Ι am dedicating this Operating System to my mentor ( Rantieris, a wonderful friend and a UNIX/LINUX nerd user! :P ) who assist me with his useful advice and I would like to thank him publicly because without him, this system will not be existed! THANK YOU RANTIERIS!! Enjoy!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Manjaro : Web Developer Edition

    Manjaro : Web Developer Edition

    Manjaro Spin for Programmers and Developers.

    Manjaro Webdev Edition is an operating system geared specifically toward programmers and web developers, and it includes most of the programming languages, compilers, editors and Integrated Developer Environments (IDEs) that you’ve grown accustomed to using.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    kartOS

    A Custom Debian Based Linux Operating System

    kartOS is a Custom Debian Based Linux Operating System with minimal applications like Brave Browser, Github Desktop, VS Code & VLC Media Player. Linux Kernel - 4.19.0-5 Base - Debian 10 Buster Desktop Environment - KDE Plasma 5 (kde-plasma-desktop) Note: Brave Browser, Github Desktop & VS Code are not available in Debian's repository. So, they're installed using hooks during the chroot stage. Checkout the Github Repository for Build Configurations and Build Guide at https://www.github.com/KarthikeyanRanasthala/kartOS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Aquila OS

    Aquila OS

    AquilaOS: UNIX-like Operating System

    ...It features a modular architecture with components for memory management, interrupts, and basic task scheduling. As a learning tool or hobby OS project, Aquila focuses on clarity, with an emphasis on educational documentation and well-organized code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Minibian-wifi

    Minibian-wifi

    Minimal ( 512MB / 1GB) wifi Raspbian-based image for Raspberry Pi

    MINIBIAN is a minimal Raspbian-based Linux image for Raspberry Pi that fits on a 1GB SD card. https://sourceforge.net/p/minibian This is a version of MINIBIAN with wifi support already added. Created due to the need to use MINIBIAN with model A Pi's which have no ethernet. - will auto connect to any open wifi - fits on a 1GB SD card - 15 second boot - 31meg RAM used - includes drivers for realtek and ralink wifi chipsets SSH enabled: login/pw: root/raspberry To add your own wifi details, edit: /etc/wpa_supplicant/wpa_supplicant.conf supports all models inc Pi Zero W & pi-3 B+ [older wheezy version fits on 512MB SD]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BoneOS

    Barebone linux os build environement

    BoneOS is *not* a linux distro but a build enviroment setup to build a linux based appliance mainly targeted at embedded world and low power/memory platforms. BoneOS is based on T2 linux SDE and share it's initial code base with mon0wall, askoziapbx, teebx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    multibootusb

    multibootusb

    Create multi boot live Linux on a USB disk...

    Multi Boot USB / MultiBoot USB / MultiBootUSB is a software / installer which allows user to install multiple Live Linux Distros in to a single USB drive / Pendrive / Flash drive and able to boot from it. USB can be tested without reboot using inbuilt QEMU.
    Leader badge
    Downloads: 333 This Week
    Last Update:
    See Project
  • 23
    SL Operating Systems
    ...SL OS is a free replacement for Windows on the PC and OS X on the Mac. We believe in the power of open source and global collaboration. That means anyone can download, use, modify, and contribute to the code we've written to bring their ideas to life. The code is developed in the open, meaning it's available for review, scrutiny, and improvement by tens of thousands of developers all around the world. All before it hits your system.SL OS is an easy-to-use Indian distribution based on linux. When you install SL OS, you’re not just installing an operating system. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Disk-Utility is a Debian-based live CD for hard drive diagnostics and repair. Make sure to visit the wiki for login information. https://sourceforge.net/p/diskimg-util/wiki/Home/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    gimxos

    gimxos

    Use Your favorite input method to play on PlayStation 4 and Xbox One

    ...With minimal knowledge one can build an advanced standalone alternative to comercial input mulitplexers for approximately 30$ at home. Complied GIMX binares can be found here: https://gimx.fr/wiki/index.php?title=Installation Project source code is availabe in Matlo's GitHub: https://github.com/matlo/GIMX
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB