Showing 20 open source projects for "linux programs"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 6,016 This Week
    Last Update:
    See Project
  • 2

    LMath library

    Math library for Free Pascal and Lazarus.

    LMath, based on DMath, is a mathematical library for FreePascal (FPC) and Lazarus. It is entirely written in Pascal and does not depend on external libraries. LMath provides routines and demo programs for numerical analysis, including mathematical functions, probabilities, matrices, optimization, linear and nonlinear equations, integration, Fast Fourier Transform, random numbers, curve fitting, statistics and graphics. It is organized s set of lazarus packages which makes it...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Rus: созданные мной игры/программы используя ZenGL (текущая версия ZenGL 4.14). Положите игру/проект рядом с папкой ZenGL_SRC (по умолчанию) и соберите проект. Eng: games/programs created by me using ZenGL (current version ZenGL 4.14). Place the game/project next to the ZenGL_SRC folder (default) and build the project. Video Rutube: https://rutube.ru/video/8e9f6b5f9f9460629508525edf8c8d96/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fpALSA is a Free Pascal translation of the ALSA (Advanced Linux Sound Architecture) library headers. It allows the use of the ALSA C library from Pascal programs, using Free Pascal (http://www.freepascal.org/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    udgplop

    udgplop

    A ZX Spectrum UDG creator

    A quick and easy to create UDGs for use in ZX Spectrum programs and games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gditools

    gditools

    A Python program/library aimed at GD-ROM image files.

    This Python program/library is designed to handle GD-ROM image (GDI) files. It can be used to list files, extract data, generate sorttxt file, extract bootstrap (IP.BIN) file and more. This project can be used in standalone mode, in interactive mode or as a library in another Python program (check the 'addons' folder to learn how). For your convenience, you can use the gditools.py GUI program supplied in the Files section (optional). To use this project you must install the Python...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LazLock

    LazLock

    Free, cross platform, portable password manager.

    ...Unlike similar programs, there are no dependencies on the .NET Framework (Windows) or Mono (Linux) ------------------------------------- Easily Copy and Paste your login details into any website without having to manually type them out. Your passwords aren't shown on screen so you can use LazLock in front of others without compromising your security.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    This program is a Graphical User Interface for AWK, SED and BASH programs. It allows you to manipulate streams using AWK, SED, and BASH commands. You may also pipe those commands to other programs to manipulate the streams more. The latest release has an Linux binary already compiled along with the sourcecode. The binary was compiled on LUbuntu 16.10
    Downloads: 3 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Johnny Simulator

    Johnny Simulator

    Johnny - A Simulator of a Simple von-Neumann Computer

    Johnny is a simulator of a simple (virtual) von-Neumann Computer. Its principal application is education; therefore a number of simplifications are made: rather reduced instruction sets, simplified bus operations, etc. It visualizes the function of Memory, Arithmetic Logic Unit and Control Unit. Machine Programs can be created and edited using a comfortable GUI and run on the virtual machine step by step. Micro Code, too, is editable: Instructions can be added and modified using the GUI.
    Leader badge
    Downloads: 124 This Week
    Last Update:
    See Project
  • 11
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    MOTE is a fast, small-state, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    BEDBUG is a small, fast, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It exhibits uniform distribution, mixes rapidly (with worst-case avalanche better than 16-bits), has no detected bias, and comes in three variants: BEDBUG128, with an internal state array of 128+3 32-bit words; BEDBUG256, with an internal state of 256+3 words; and BEDBUG512 with a 512+3-word state. The former permit seeding with a key of up to 4096 or 8192 bits, the latter with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FicMake

    FicMake

    Document layout program with multiple output formats

    FicMake is a document layout program, which works in combination with groff, gnu make and a few other programs (most of which come with your favourite Linux Distribution) to allow you to concentrate on the writing itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    nsapache

    nsapache

    NSA Apache Log Inspector

    This program (alogrpt) will find activities in your Apache Log Files which indicate mass data collection quickly using a simple alogrithm. A supplement program is included (aplogip) for more functional Log searches and can be used to confirm results of alogrpt. It has been in use for over a year and has identified thousands of snoopers. Both programs expect Apache Default Log Formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JSolutions

    The solution to all your problems

    The Jsolution package is a collection of programs, scripts,libraries and documents that i have written and use in my daily life.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Subliminal Blaster 4

    Subliminal Blaster 4

    Subliminal Blaster Powered 4 - Mude seus Hábitos! Change your habits

    Subliminal Blaster is a NLP software that shows text subliminal messages in your computer screen while you use it normaly for your activities. It re-programs your mind in a subconscious level while you exercite your conscious with your activities like browsing, working, watching video and others. Subliminal Blaster é um software de PNL que exibe mensagens subliminares na tela do PC enquanto você utiliza normalmente para suas atividades. Ele reprograma sua mente a nível subconsciente...
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    LazaLab

    LazaLab

    A computer science "laboratory" based on Free Pascal / Lazarus

    Students can write (nearly) imperative Free Pascal programs but access a number of visualization tools in an easy way. At the moment, the software contains + a kind of "Karel the Robot" scenario + a mathematical data plot + a diagram to visualize sorting algorithms + a canvas to draw geometrical objects and manipulate bitmap graphics by the RGB values of the single pixels. ATTENTION: ========== It is possible that at first use, compilation with Lazarus will throw a compilation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a program write for judge the competions' (such as IOIP)programs. And it is wrote using Pascal Language,using the Process Unit and the Streams,can help the starter to learn how to use them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BundleJRE
    With BundleJRE developers of JAVA applications can ensure, that their programs run on target sytems, even if there is not yet a JAVA runtime (JRE) installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    alefa

    alefa: Control the launch and execution of other programs.

    "alefa" is a command line utility that allows to control the launch and execution of other programs. "alefa" means "run", "go", "launch" or "execute" in malagasy language. It is often useful to write (more or less) simple scripts to rerun some commands until they "succeed", or to launch other commands indefinitely. There are numerous common use cases. Such things should be easily automated so that we can do other tasks without being distracted and without having to restart such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB