Open Source Server Operating Systems Software Development Software - Page 33

Software Development Software for Server Operating Systems

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    PHPCoder is a web based front end to the excellent Turck MMCache and eAccelerator encoding/cache engines. PHPCoder makes it easy to distribute compiled PHP scripts rather than source code and has built in options to allow you to restrict a script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    picaxe
    The existence of this site is being reviewed.. This project contains public Domain picaxe basic sources. Click here: http://picaxe.svn.sourceforge.net/viewvc/picaxe/ PICAXE® is a registered trademark licensed by Microchip Technology Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The small footprint GUI Toolkit for embedded systems. This is a minimum size C GUI Toolkit for small sized full graphic embedded displays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The aim of the project is to provide short description of many programming languages, dialects, IDEs, etc. with sample programs (realizations of common algorithms like 'hello, world', 'dot product', 'quine program').
    Downloads: 0 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 5
    pprint - cross referencing postscript pretty-printer for C/C++/Verilog source code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Easy bootstrap "Gentoo Prefix" for several unix-like operating systems (Solaris, Linux, AIX, HP-UX, Interix, ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    prtpacker is a tool for creating trees of program resources which can be compiled into your program. For example say your program needs an image 'image.png'. Instead of having to make sure 'image.png' is some where your program can find it you ca
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    psp-web is a software process metrics gathering package. This project provides the forms used by the Personal Software Process, which was developed by Watts Humphrey and the SEI. It uses PHP and mySql for the backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    psxdev.ru is home of the following projects: HLPSE (HLE PSX Emulator), HLPSD (HLE PSX DisASM), HLPStEst (HLE PSX Emulator (obsolete)), TIMGRAB (TIM extractor).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    playstation (psx) development tools: includes disassembler, code profiler, and cd mastering tools (split off from the World Foundry GDK).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Provides a Python interpreter binding for Ada 95 programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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. We would also like to experiment with a "Delta" version which could use either bare RF or WiFi to exchange state data between machines. A "hive mind" if you like. For the new-generation version, we propose targeting two hardware platforms: 1. Arduino, since it's cheap and easy to use, while remaining close to the bare metal 2. A purpose-built AVR card, or easily ported to cards obtainable from sources such as futurlec.com, etc. RaspberryPi is also an option later
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A POSIX GUI file viewer capable of displaying manual pages and maintaining document meta-data (highlighting and bookmarks) per user per file; a local socket server for easy integration with other software, text can be processed with shell commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sem is a command line interface for working with named semaphores. This allows you to easily coordinate multiple shell scripts, enforce one at a time access to files, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    semico Framework

    semico Framework

    Speedup build Aplication

    SEMICO Framework is a collection of class objects contain the functions to speed up the way make the program work environment within Microsoft. NET Framework, this Framework can be used in C #, VB.net or language that supports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Useful tools and ways to reduce the amount of code needed for writing C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    shared_from_this() in Constructor

    shared_from_this() in Constructor

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

    Apparently, many people dislike that the standard std::enable_shared_from_this class does not allow to invoke shared_from_this() in the constructor. Guess What: This library is supposed to fill the gap. 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
  • 18
    siggen is a cool email signature generator for encrypted ansi c (confused), brainf*ck, ... signatures. Use it in combination with vi(m), emacs, mutt, pine, or what ever. (tested on Solaris, Linux and Windoze). Optimized only for geeks :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    sigsafe is a C library for safely, reliably, and promptly handling signals delivered to specific threads without significant overhead. This is a common and challenging problem, and sigsafe can help. Please see the examples in the API documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Single-honeypot is a powerfull tool, for security interest about the estudies of techniques of breaking systems. This is, a singular or little honeypot for test your networks for hostiles visitors. This made in perl script. Simulate different servi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libslIRC is an easy to use, message loop based IRC library written in and written for C++. While being modular and allowing for easy extension, modules for many important tasks are delivered with the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ease the pain of operating a Windows Vista system with User Account Control (UAC) enabled--similar to the sudo command available for *nix systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    syncSQL is a perl server-side CVS script, that sends commit information to a mySQL database, so commits can be viewed, tracked and filtered throught a simple web page or any mySQL client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    tSQLt - DB Unit Testing for SQL Server

    tSQLt - DB Unit Testing for SQL Server

    Moved to tSQLt.org (Database Unit Testing for Microsoft SQL Server)

    We are moving: Download the newest version directly at https://tSQLt.org -------------------------------------------------------------------------- tSQLt is a unit testing framework for Microsoft SQL Server. tSQLt is compatible with SQL Server 2005 (service pack 2 required) and above on all editions. tSQLt allows you to implement unit tests in T-SQL. This is important as you do not have to switch between various tools to create your code and your unit tests. tSQLt also provides the following features to make it easier to create and manage unit tests: * Tests are automatically run within transactions – this keeps tests independent and reduces any cleanup work you need * Tests can be grouped together within a schema – allowing you to organize your tests and use common setup methods * Output can be generated in plain text or XML – making it easier to integrate with a continuous integration tool
    Downloads: 0 This Week
    Last Update:
    See Project