Showing 1301 open source projects for "compiler python linux"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered appsβ€”without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 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
  • 1
    FlashForth is a standalone Forth system for the Microchip PIC 18, 24, 30, 33 and the Atmel Atmega series of microcontrollers. A Forth system with interpreter, compiler, assembler and multitasker is provided.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Langfuse

    Langfuse

    Open-source observability and analytics for LLM apps

    Langfuse is building open-source observability and analytics for LLM apps. Observability: Explore and debug complex logs & traces in a visual UI. Analytics: Improve performance of LLM apps. In particular, get a view on costs, latency and response quality using intuitive dashboards.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3
    We moved to https://github.com/frankmorgner/vsmartcard see you there!
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    PyNuker

    PyNuker

    A stress testing tool written in python.

    PyNuker is a network stress testing tool written in python. Because it is written in python it should run equally well on any system that has Python version 3.x installed. It infinitely(until stopped) sends a string of text via a UDP packet to a target computer or network device in an effort to flood the target with so much useless traffic that it stops responding to valid requests. I digitally sign some files in my releases. If you'd like to verify those signatures, you can find my...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    GeigerLog

    GeigerLog

    Python program for Geiger counters and Environmental Sensors

    GeigerLog is a combination of data logger, presenter, and analyzer, and is now released in version 2.0.0! New: Gamma Spectra - can now be displayed, calibrated, and evaluated in GeigerLog! Based on Python (Version 3), it runs on Linux, Windows, Macs, Raspberry Pi, and other. GeigerLog is WiFi-enabled for servers and clients; it can be monitored by SmartPhone. Initially developed for Geiger counters, it is now a more universal tool, which equally well handles data like temperature, air-pressure, humidity, CO2. Continues to support Geiger counters like GQ Electronic's GMC-300/500/600 , RadMon, RadPro, Gamma-Scout, audio-click and other low-cost Geiger counters, IoT devices, I2C based sensors, GQ EMF devices. ...
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 6
    WPAGen

    WPAGen

    Wifi Password Generator

    WPAGen is a wifi password generator written in Python. It runs in the terminal and has very few dependencies other than Python itself, and if you're using the compiled binary you don't even have to have Python installed. I digitally sign some files in my releases. If you'd like to verify those signatures, you can find my PGP/GPG keys at: https://marcusadams.me/keys.html If you'd like to donate there's several ways to do so: PayPal: https://paypal.me/gerowen Bitcoin (BTC):...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Repeater-START

    Repeater-START

    Showing The Amateur radio Repeaters Tool

    Repeater-START (Showing The Amateur Repeaters Tool) is an app to view nearby ham radio repeaters. It runs on Windows, Android, Ubuntu Linux and Raspbian for Raspberry-pi, Librem Phone, Pinephone/Manjaro Linux etc.
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 8
    Lox Launcher

    Lox Launcher

    Es un Launcher para jugar a Minecraft de manera gratuita

    Es un launcher gratuito para Minecraft tambiΓ©n conocido como Β«launcher pirataΒ». Se trata de un gran sustituto del launcher oficial. Este permite acceso No-Premium, lo que te permitirΓ‘ jugar a Minecraft de manera gratuita.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Parveshdhull AutoTyper

    Parveshdhull AutoTyper

    A Data Entry Tool for Windows and Linux

    ...And requires big payment for continued access. And even if they are free, it is not wise to give complete access to a keyboard to any third-party software. So I wrote this simple-short python script that reads content from a text file then simulates keyboard typing. This Script works on both Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    Zip-Ada

    Zip-Ada

    A standalone, portable Ada library for .zip archives

    Zip-Ada is a library for .zip archives. Full sources are in Ada and are unconditionally portable. Input and output can be any stream (file, buffer,...) for archive creation as well as data extraction. Task safe and endian-neutral. More information on: http://unzip-ada.sf.net Alire crate: https://alire.ada.dev/crates/zipada Mirror: https://github.com/zertovitch/zip-ada/
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 11

    PyPingMon

    A simple ping server monitor

    PyPingMon is a server monitoring program written in Python. At the specified interval it uses a single ping command to check if a server is available. This is my first Python program. I chose this particular type of program because I wanted to write my own server monitor and this was a great way to learn how to code in Python.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    amforth: Interpreter on Microcontrollers

    amforth is an extendible interpreter on microcontrollers

    amforth is an extendable command interpreter running on AVR ATmega and TI MSP430 microcontrollers. The Risc-V and ARM architectures are ascending. Turnkey actions for IoT workloads are possible as well. The command language is close to the Forth 2012 standard.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Rockstor

    Rockstor

    BTRFS based NAS and private cloud storage solution

    ...These Rock-ons, combined with advanced NAS features, turn Rockstor into a private cloud storage solution accessible from anywhere, giving users complete control of cost, ownership, privacy and data security. Rockstor UI is written in Javascript, making it simple to manage everything from your Web browser. The backend is written in Python and exposes RESTful APIs to easily extend functionality!
    Downloads: 47 This Week
    Last Update:
    See Project
  • 14
    UNICORE

    UNICORE

    UNiform Interface to COmputing and data REsources

    UNICORE is a software suite for building federated systems, providing secure and seamless access to heterogeneous resource such as compute clusters and file systems. UNICORE deals with authentication, user mapping and authorization, and provides a comprehensive set of RESTful APIs for HPC access and workflows. Contributors: visit https://github.com/UNICORE-EU
    Downloads: 30 This Week
    Last Update:
    See Project
  • 15
    Filt8- v3.6 alerts for WSJT-X FT8

    Filt8- v3.6 alerts for WSJT-X FT8

    Alert and filter QSO for WSJT-X FT8 FT4

    ...Filters & alerts WSJT-X FT8 and FT4 output for Mac/Linux/Win. Like JTAlert but minimalist and cross-platform. Works on low end systems such as Raspberry PI or laptop with minimal config, no internet required. You filter what you don't want (QRM), and perform alerts on what you do want. Allows watchlist for callsigns and grids, flagged in different colors. Written in Python Problems?
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    NebiOS Alternative Mirror (Official)

    NebiOS Alternative Mirror (Official)

    An Ubuntu Linux-based OS that aims to end user.

    NebiOS is Ubuntu-based secure, privacy-focused universal OS for daily life, creativity, gaming & more. Official mirror - use if main site has download issues. Main site: https://nebios.org ⚠️ DON'T DOWNLOAD FROM UNKNOWN SOURCES! === πŸš€ NebiOS X out now! ⚠️ Note on Virtual Machines: NebiOS X is optimized and designed for real hardware performance and native GPU acceleration. Virtualization platforms (VMware, VirtualBox, GNOME Boxes, etc.) may show degraded graphics or system...
    Downloads: 300 This Week
    Last Update:
    See Project
  • 17
    Render Farm Manager, Project Tracker.

    Render Farm Manager, Project Tracker.

    CGRU: Afanasy render farm manager and RULES project tracker.

    CGRU is an open source CG tools pack, includes Afanasy render farm manager and RULES project tracker.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 18
    Mouse clicker Pro

    Mouse clicker Pro

    op auto clicker but better

    When I used OP Auto Clicker as good as it was, i always thought that app lacks some options, like the ability to hold the mouse buttons for a desired amount of time before releasing it, so I started making my own auto clicker from scratch based on OP auto clicker but with more options. 🐼 with this auto clicker you can easily achieve near 1000cps or the specific cps you desire with your own Hold time, click type, interval and location like OP auto clicker you may assign a new hotkey which by...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 19

    Jacoa's LG V30 Files

    Jacoa's files for the lg v30

    Files I've made for the LG V30, mostly twrp zips but also some tools I've put together for unlocking the bootloader or unbricking Stock rom twrp zips are all patched with disable_dm-verity_forceencrypt and ak3_rctd_remover except V35, This V35 is (A9) Joan not 845 Judyp ##Flashing a kdz and excluding xbl/xbl2 can cause bricks Credit to B.Kerler for the python edl tools included in some of my bootloader unlock and unbrick archives New_unlock.bin credit (semi-outdated...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 20

    OPSI UPDATER

    Check and Update Products on OPSI Server

    This OPSI SERVER Command line Tool (Opsi Updater) will check for available OPSI Product Updates on official Servers (example Mozilla) and will allow to Download and Update older Product Versions on OPSI Repository and distribute them on clients having older versions. readme: http://svn.code.sourceforge.net/p/opsiupdater/code-0/trunk/readme.txt
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21

    local_search

    Load filenames to a local database for an easy search

    Load filenames to a local database for an easy search. This program is made with my Swedish Compiler. That is focusing on a simple Gui and support many different databases (PostgreSQL, MariaDB, SqLite, Odbc). It’s working under Linux (Wine).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Nagstamon Nagios status monitor
    Nagstamon is a Nagios status monitor which resides in systray or desktop (Linux, macOS, Windows) as floating statusbar to inform you in realtime about the status of your hosts and services. It allows to connect to multiple Nagios based monitors. Currently supported are Nagios, Icinga, Opsview, Op5 Ninja, Check_MK Multisite, Centreon and Thruk.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java β€” no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 47 This Week
    Last Update:
    See Project
  • 24
    PCA

    PCA

    binary encryption archiver

    Petoron Crypto Archiver (PCA) Key features: AES-256-CFB encryption with unique IV per archive Argon2id key derivation (256MB RAM / time_cost=3 / parallelism=4) HMAC-SHA512 integrity and anti-tampering check No compression, no fingerprinting, no trace of original data Works with both single files and entire directories Fully CLI-based, portable, and open format (.pca) https://github.com/01alekseev/PCA
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25

    littleutils

    Various small and useful command-line utilities

    The littleutils include duplicate file finders (repeats, repeats.pl, repeats.py), image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), file rename tools (lowercase, uppercase, pren), archive recompressors (to-gzip, to-bzip2, to-bzip3, to-7zip, to-lzma, to-lzip, to-xz), a tempfile utility (tempname), file property tools (filedate, filemode, filenode, fileown, filesize, and lrealpath), and others. See the README file for more details.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project