31 projects for "self-contained" with 1 filter applied:

  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 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
  • 1

    S.M.A.R.T. Monitoring Tools

    Disk Inspection and Monitoring

    smartmontools contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.
    Leader badge
    Downloads: 15,941 This Week
    Last Update:
    See Project
  • 2
    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server

    Anti-Spam SMTP Proxy Server implements multiple spam filters

    The Anti-Spam SMTP Proxy (ASSP) Server project aims to create an open source platform-independent SMTP Proxy server which implements auto-whitelists, self learning Hidden-Markov-Model and/or Bayesian, Greylisting, DNSBL, DNSWL, URIBL, SPF, SRS, Backscatter, Virus scanning, attachment blocking, Senderbase and multiple other filter methods. Click 'Files' to download the professional version 2.8.1 build 24261. A linux(ubuntu 20.04 LTS) and a freeBSD 12.2 based ready to run OVA of ASSP V2 are also available for download. ...
    Leader badge
    Downloads: 41,060 This Week
    Last Update:
    See Project
  • 3
    ELENA Programming Language

    ELENA Programming Language

    an object-oriented language with late binding

    ELENA is a general-purpose, pure object-oriented language with late binding. It promotes more object-oriented program design, reusable and more standardized code. The package includes compiler, IDE, ELENA libraries and samples
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 4
    Gobisoft

    Gobisoft

    Software auto-installation builder

    Gobisoft is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Award-Winning Medical Office Software Designed for Your Specialty Icon
    Award-Winning Medical Office Software Designed for Your Specialty

    Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

    RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
    Learn More
  • 5
    Larsen Commander for OS/2 and eCS

    Larsen Commander for OS/2 and eCS

    Source code is here - https://sourceforge.net/projects/lcmd-git/

    ...Please use new project page here - https://sourceforge.net/projects/lcmd-git/ Larsen Commander for OS/2 Warp and eCS. Consists of two parts; 1) the underlying C++ G-Lib framework that build directly on top of native 32 bit OS/2 APIs and 2) the Larsen Commander application it self, written in C++ on top of that G-Lib framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    storport for Win 2003 with SMART support

    Patched storport driver for Windows 2003 Server with SMART support

    ...The first version patches the storport driver of the leaked Windows Server 2003 source code archive. The second version patches storport of Windows 7 and uses it in combination with ntoskrn7.sys, which is sort of a self compiled extender library for ntoskrnl.exe to add support for missing functions called by Windows 7 storport. For more details visit https://storport-win2003-smart-support.sourceforge.io/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Platform Initialization SCT
    The Platform Initialization Self-Certification Test(pi-sct) project has source for exercisersizing interfaces in a platform and verifies compatibility to the PI specification with specific tests on PEI and DXE Foundations from PI Spec on UEFI uefi.org.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    rlink

    ssh-tunnel instead vpn in one exe

    Create ssh-tunnel, run another programm and store settings in self. It is easier than to create a vpn and write instructions for the users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sentrifugo Open source HRMS

    Sentrifugo Open source HRMS

    Sentrifugo is the best HR software for small & medium enterprises.

    ADOPT. ADAPT. ADVANCE. FOR FREE! Sentrifugo is a FREE and powerful Human Resource Management System that can be easily configured to meet your organizational needs... Sentrifugo makes your organization’s HR process easier. It is packed with HR essential modules like Appraisal, Time Management, Leave Management, Employee Management, Analytics, Hiring/Recruitment, Background Check, Service Desk and much more. Sentrifugo furnishes a complete HRM solution facilitating a strategic and...
    Downloads: 11 This Week
    Last Update:
    See Project
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 10
    svarog86

    svarog86

    a FreeDOS micro distribution for 8086 computers

    Svarog86 is a "micro distribution" of the FreeDOS operating system. Its goal is to provide a simple, up-to-date FreeDOS bootable system for 8086/8088 computers on a variety of floppy disk formats.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    QAL

    QAL

    Query Abstraction Layer

    ...It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL schemas) for representing queries, transformation and merging, making it scriptable. This means that QAL can be backend agnostic about a subset of SQL features and data types. Of course custom SQL:s are also supported. It is currently distributed as a Python 3 Library (pip3 install python3-qal) and Debian .deb package. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    shared_from_this() in Constructor

    shared_from_this() in Constructor

    Drop-in replacement for std::shared_ptr + std::enable_shared_from_this

    ...The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Xirius Defect XXL - Atari XL/XE

    Xirius Defect XXL - Atari XL/XE

    Logical game - place elements from tray to playfield to fill all gaps

    Original version was coded for Abbuc SW compo 2013 in 16 hours and it contained around 20 levels. Game took 4th place at compo. Later I decided to expand game with new elements and Jason Kendall designed almost all (200+) new levels that are included in XXL edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zuume Scripting Engine

    Zuume Scripting Engine

    Lua scripting engine for Windows

    Zuume is a scripting engine for Windows that incorporates the Lua programming language.It includes a graphical, console, silent, and service interfaces and a self--contained engine in a dll for use in other programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    rodneyspr

    Re-imagining of Heisermann's classic Self-Programming Robot

    This project comprises two main parts: 1. The classic "Rodney" as described in David L. Heisermann's book "How to build your own self-programming robot", with the original Intel 8085 code. In all likelihood, this is for reference only. I don't expect many people are going to build it 2. An updated version, running on more modern hardware, but remaining true to the algorithms published in his book. The end result will be at least three sets of code, for the Alpha, Beta and Gamma versions of Rodney. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Somasoid MEP

    Somasoid MEP

    An open-source myoelectric prosthesis platform

    ...There are many options that fit this category, but many myoelectric prostheses fall short in terms of their ease of calibration for the patient. A low-cost prosthesis with either a self- or assisted-calibration feature would improve the usability and quality of life of the users, as minute changes in electrode placement from day to day use produce significant changes in motor control performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Type expressiveness is defined in this paper as a convention to use public getters to reveal each type’s information in a self-contained way. When a type is expressive, its instance can be cloned or serialized by reflecting on type definition only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Certificate Helper
    Certificate-helper is a utility desktop application written in Java designed and created to assist (mainly developers) in creating and viewing keystores and digital certificates. This is done via a user interfaces implemented in Swing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dir2Encrypt
    Dir2Encrypt encrypt a folder with privat files and subfolders into a single password protected archive file. The archive file can be a zip file or a self extracting exe file. Microsoft Net Framwork 2 has to be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Logic Custom OS

    Logic Custom OS

    A students experimental command driven OS

    ...My concept of "Layer of Layer OS" or LoLOS, is that this command driven OS can run on the JVM(layer one) and then run on your primary Operating system(Unix,Linux,Windows,Mac) which is layer two. This project is a proof of concept for my self and I would share it with the Open Source world. Logic Custom OS will have many features all listed in the wiki. The project is Java based and will support most versions of Java the JRE and JDK. And most importantly its open source anyone can edit this software and use it for themselves!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This program turns an ordinary TI-86 calculator into a shutter release trigger for some Canon (and possibly many other) cameras using nothing more than a data-link cable. Future versions will include self-timer, interval, and long exposure modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Have you ever tried to control a self developed vehicle with your PC? This Project provides a GUi Controll, the schematics for the on board electroninc (including the xbee host) and the atmega 32 / 644 / 2550 software to get things work together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pit2PEER is a collaborative tool that people improve together by adding their little secrets and transmitting them to people they know The final goal of this project is to allow people to intuitivly use their devices and especially the computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Velo is an open Identity and Access Management platform, with many IDM services such as provisioning, access control, password synchronization, audit & compliance, self service interfaces and much more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Ubuwiki Offline is a WoaS derivative containing repurposed content for Ubuntu users. It exists entirely within a self-contained xhtml file and is a lightweight, client-side mobile wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB