Showing 115 open source projects for "linux"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 1
    SBCL

    SBCL

    Mirror of Steel Bank Common Lisp (SBCL)'s repository

    Steel Bank Common Lisp (SBCL) is a high-performance Common Lisp compiler. It is open-source/free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions. SBCL runs on Linux, various BSDs, macOS, Solaris, and Windows. See the download page for supported platforms, and the getting started guide for additional help...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Nyxt

    Nyxt

    The hacker's power-browser

    Out of the box Nyxt ships with tens of features that allow you to quickly analyze, navigate, and extract information from the Internet. Plus, Nyxt is fully hackable- all of its source code can be introspected, modified, and tweaked to your exact specification. Navigate large documents with ease. Utilize the power of running commands against multiple objects to avoid repeating yourself. You can select and close all buffers that match the string "ele". Fuzzy search-relevant commands to...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Qlot

    Qlot

    A project-local library installer for Common Lisp

    Qlot is a project-local library installer for Common Lisp, utilizing the Quicklisp facility. It enables developers to manage dependencies on a per-project basis, ensuring consistent environments and avoiding conflicts between projects. Qlot is akin to Bundler for Ruby or Carton for Perl, providing a familiar experience for developers from other ecosystems.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Trial

    Trial

    A modular Common Lisp game engine

    Trial is a real-time, 3D game engine written in Common Lisp, offering a modern and modular approach to game development using the expressive power of Lisp. Built on top of the cepl graphics framework, Trial combines live-coding capabilities with powerful abstractions for building simulations, scenes, and interactive applications. It emphasizes flexibility, clarity, and developer control, making it an appealing choice for experimental games, visualizations, and research projects that benefit...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    libsockets

    libsockets

    Convenience sockets library for FreeBSD and GNU/Linux

    Takes care of all needed repetitive low-level initialization and allows you to quickly create the following types of sockets: * TCP server * TCP client * UDP unicast producer * UDP unicast consumer * UDP multicast producer * UDP multicast consumer * CAN socket (Linux only) CLI programs: * broadcast-hear - tests for incoming unicast/multicast traffic; * broadcast-roar - continuously sends user-specified unicast/multicast messages; * recast - converts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    STEP (ISO 10303) development environment which supports the validation of STEP data populations via EXPRESS (ISO 10303-11) schemata and the transformation of STEP data populations from one schema to another via EXPRESS-X (ISO 10303-14) schemata.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 7
    SRTools

    SRTools

    Command-line tools for SSA->SRT conversion & editing of SRT subtitles

    Tools for SSA->SRT conversion and editing of SRT subtitles: * ssa2srt - converts SSA/ASS subtitles to SubRip format; * fixsrtsub - fixes SubRip subtitles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CLAST

    CLAST

    Parsing, AST and "walking" for Common Lisp code.

    The CLAST library provides parsing, AST manipulation and "walking" for Common Lisp code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most elegant and powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    ARITA

    ARITA

    Extraordinary audio player for FreeBSD & GNU/Linux

    Unlike conventional audio players, ARITA aims to help music lovers to keep their precious collections well organized and tidy. Therefore it takes a different approach to arranging audio files. They must be emplaced into libraries: 'archives' or 'cuesheets'. Archive - compressionless container like CPIO. Instead of tags for description of tracks, a plain XML/YAML file is placed alongside each archive. Rather than embedding cover art in every track, put a single image next to a library. TIFF...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    libvideo-source

    libvideo-source

    M-JPEG, RFC2435, RFC4175 and V4L2 playback libraries

    librtp - C library for parsing RTP headers. librtsp - C library for establishing RTSP connections. libjpeg-frame - C library for decoding M-JPEG frames. libmjpeg-stream - C library for receiving Motion-JPEG streams from video servers (HTTP protocol). librfc2435-stream - C library for receiving Motion-JPEG streams from video servers (RTSP protocol). librfc4175-stream - C library for receiving uncompressed 8/10-bit grayscale and 24-bit RGB/BGR RFC4175 (RTP) video from multicast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Lisp Koans

    Lisp Koans

    Common Lisp Koans is a language learning exercise

    Lisp Koans is a self-guided learning path for Common Lisp that teaches the language’s idioms through a series of failing tests you progressively make pass. Each koan introduces a concept—symbols, lists, macros, multiple dispatch, reader syntax—then asks you to fill in the blanks and run the suite again. The feedback loop is intentionally tight: fail, reflect, fix, and rerun until the tests become a form of living documentation. Because koans are organized from fundamentals to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    genppi

    genppi

    GENPPI: standalone software for creating protein interaction networks

    Our software GENPPI is efficient because, for example, it creates interaction networks from the central genome of 50 species/lineages of Corynebacterium, with an average size of 2200 genes, in less than 40 minutes, on a conventional computer. Our software is compelling because the interaction networks that it creates reflect evolutionary relationships between species and obtained in Average Nucleotide Identity (ANI) analyzes. Also, It allows the user to define how he intends to explore the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pgloader

    pgloader

    Migrate to PostgreSQL in a single command

    pgloader is a data migration tool designed to load data into PostgreSQL from various sources. It automates the process of migrating databases, handling schema transformations and data type conversions. pgloader supports high-speed data loading using PostgreSQL's COPY command and provides detailed logs for monitoring the migration process.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 15
    Abuse

    Abuse

    Fork of AbuseSDL to carry on development

    Abuse is a game by Crack Dot Com from 1995 released as public domain (shareware data and game engine). This is a fork of the popular AbuseSDL port intended to carry on development in an extremely conservative manner and to be vanilla compatible, including savegames.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16

    clg-fireproof

    A fork of CLG project (Common Lisp bindings to GTK+ v2.x)

    Highly automated Common Lisp bindings for GTK+ v2.x by Espen S. Johnsen. The CLG library uses GLib introspection feature to build the binding system. This fork incorporates the fixes to run the system on the stable version of Debian Linux distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Axiom is a computer algebra system. It consists of an interpreter, a compiler and a library of algorithms. Axiom is an excellent research platform as well as a useful tool for scientific programming.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Garnet - a Graphical Toolkit for Lisp

    Garnet Common Lisp GUI Library

    Garnet is a Graphical Toolkit for Lisp, which offers many advanced features. It was originally developed by Carnegie Mellon's User Interface Software Group and is one of the most feature rich interface toolkits available for lisp. The project has been dormant but some of us are trying to update it. To get the latest stable code, use the subversion repository: svn checkout svn://svn.code.sf.net/p/garnetlisp/svn/trunk garnetlisp-svn
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    This Project will administer an exam on an applet using 4 answer mutliple choice questions. Only one answer may be selected per question. Later we may improve this but for now this is the scope. We will use XML to read and write exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    chords-malware-analyzer

    Chords is binary file strings extractor, with many formats supported.

    Chords is strings on steroids. Is able to extract strings from files just like strings, but it also supports windows wide string, base64 and hexadecimal strings (with decoding support) and automatic recognition of Indicators of Compromise (IOCs). It has been developed to support the malware analysis process, but is a general purpose tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Common Lisp Reasoner extends the Common Lisp Object System (CLOS) to incorporate a powerful rule language suitable for all kinds of reasoning tasks, vanilla XML and RDF/XML interfaces, and support for a variety of AI-related applications, such as scheduling, planning and diagnosis.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    Readable Lisp S-expressions

    Readable Lisp/S-expressions with infix, functions, and indentation

    This project is dedicated to developing more readable format(s) for Lisp-based languages (such as Common Lisp and Scheme) and implementing those formats (readers, pretty-printers, editor macros, etc.). MIT license preferred, to spread them widely.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Ulubis

    Ulubis

    A Wayland compositor written in Common Lisp

    Ulubis is a Wayland compositor written in Common Lisp, inspired by FVWM and StumpWM. It’s built for live hacking—developers can modify behavior at runtime via SLIME. Though early-stage, its aim is a fully Lisp-configurable compositor with custom modes and window management logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Common Lisp Wrapper for Proj

    CFFI glue code to use Proj.4 library in Lisp

    CFFI glue and bindings for the Proj.4 library to provide a wealth of geographical projections in Common Lisp environment. PROJ.4 is a Cartographic Projections library originally written by Gerald Evenden then of the USGS. CL-PROJ provides complete bindings for this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.