Search Results for "https/localhost11501" - Page 17

Showing 1006 open source projects for "https/localhost11501"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1
    News flash: I've setup a github repository for future development/etc. https://github.com/hvisage/metalog/releases Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically and safely rotated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    AmiAutoUpdater

    AmiAutoUpdater

    Update automatically your Amiga programs

    !!! I don't have a SVN client anymore, I moved my code to CodeBerg, in Europe (and so should you): https://codeberg.org/tygre !!! AmiAutoUpdater is a solution to keep your programs up-to-date! It sits between your program and its icon, and it makes sure that your program is up-to-date whenever you run your program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PiXtend

    PiXtend

    every project needs a solid base

    ...Sample programs for every PiXtend version are also included in this repository. The build file compiles them all - the library itself and the sample programs. Find out more about this on our website: https://www.pixtend.de or https://www.pixtend.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sudoku command line solver

    Sudoku command line solver

    Solve 9x9 Sudoku Puzzles Using A Command Line Utility

    This tool written in C uses the Backtracking algorithm to solve Sudoku puzzles. The idea was born by participating a coding challenge of a German internet forum. https://www.coding-board.de/threads/coding-herbst-die-coding-board-de-coding-challenge.39297/ So it's rather made for fun. However, this code won in terms of speed. Unfortunately, the initiator of the contest has passed away in the meantime. R.I.P. Benjamin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    MTProxy

    MTProxy

    Simple MT-Proto proxy

    MTProxy is Telegram’s official MTProto proxy server implementation that enables users to create and run proxy nodes for the Telegram messaging platform, helping people connect securely and reliably when direct access to Telegram is restricted or blocked. It implements the MTProto proxy protocol, which obfuscates encrypted Telegram traffic so it appears indistinguishable from normal HTTPS/TLS flows, making it harder for ISPs or authorities to detect and block Telegram traffic based on signatures. The repository includes C source code, build instructions, and configuration files for compiling and running the proxy on Unix-like systems, with dependencies including OpenSSL and zlib. By launching an MTProxy instance with a secret and configuration file, system administrators can allow clients to connect through custom proxies and generate shareable proxy links for Telegram clients.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Lightweight ext4 filesystem library

    Lightweight ext4 filesystem library

    ext2/3/4 library for microcontrollers

    Code is also available on github: https://github.com/gkostka/lwext4 Feel free to contact me: kostka.grzegorz@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VSCP Protocol & Friends
    A project for a highly scalable protocol and framework and a collection of software tools for m2m (machine to machine communication) and IoT Internet of Things. The programs here works on Windows and Linux and are based around VSCP, The Very Simple Control Protocol. Repository is here: https://github.com/grodansparadis/vscp_software and here https://github.com/grodansparadis/vscp_firmware
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    Did the pets eat?

    AM/PM Digital Reminder (Pets, Pills, etc.)

    ...The unit then goes to sleep, and the LEDs are off. It is powered by an 18650 and I put it all in a medicine bottle. A description of it's construction, as simple as it is, is at an instructable here: https://www.instructables.com/id/Did-We-Feed-the-Pets/ Current draw: Awake: 5 mA Sleeping: 0.13 uA (!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MrBayes
    MrBayes is a program for the Bayesian estimation of phylogeny. The project has been moved to GitHub: https://github.com/NBISweden/MrBayes
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 10
    ...It includes drivers and libraries to enable IBM cryptographic hardware as well as a software token for testing. ==== This projects was migrated to GitHub. Visit https://github.com/opencryptoki/ ====
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    FlexxCpu

    FlexxCpu

    Flexible and eXpandable Cpu simulation

    ...A virtual Cpu whose assembly instructions have been strongly influenced by old cpus architecture (8080, 6809, z80, 68k, etc...) Please support this project by donating to this fundraiser: ------------------------------------------- Give birth to new travel bicycles!!! https://gofund.me/2201d2a4 -------------------------------------------
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    SLFS

    Simple Log Structured Filesystem for Linux

    ... # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following line) source "fs/slfs/Kconfig" 2. build Linux Kernel # cd KERENL_SRC # make menuconfig (check SLFS as a module or built-in) # make && make modules_install Note. Currently uploaded version is developed for Linux Kernel v4.9. Note. Related user-space programs for SLFS can be found at: https://sourceforge.net/p/slfs-utils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    slfs-utils

    Utilities for Simple Log Structured Filesystem(SLFS)

    Only mkfs.slfs is included currently. Other helper programs will be included later. <Build> $ make dep $ make $ make install To get SLFS, visit following link: https://sourceforge.net/p/slfs-linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    owfs and owhttpd

    owfs and owhttpd

    Project moved to https://github.com/owfs/owfs/

    Please note that OWFS source code, and all Issue/Tickets/merge requests have now been moved to https://github.com/owfs/owfs/. Developer mailing lists will still be kept at Sourceforge. ---- OWFS -- 1-Wire file system. Use the Dallas 1-Wire and iButton chips with standard filesystem commands. Create temperature loggers. Monitor everything. OWHTTPD -- same system, only used as a light weight web server. OWFS is also ported to embedded routers, Mac OSX and Windows.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    vDos

    vDos

    Run DOS applications in Windows.

    ...You need at least already use such a DOS application to appreciate vDos. If you don’t, want to play with DOS (or its games): vDos isn’t meant for you! Recent versions (latest 2025.05.01) and the vDos forum are now hosted at: https://www.vdos.info
    Leader badge
    Downloads: 108 This Week
    Last Update:
    See Project
  • 16
    OpenTomb

    OpenTomb

    Game engine for playing tomb raider 1 - 5 levels.

    PLEASE NOTE: Project development moved to Github! https://github.com/opentomb Here you can find ONLY nightly builds for Windows. OpenTomb is an engine that can play classic Tomb Raider 1 - 5 levels and custom TRLE levels. It is developed for fans and fun. Some code was taken from OpenRaider project and Quake Tenebrae project. Resource loading routines are taken from http://icculus.org/vt/vt/ project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    OpenSLP
    OpenSLP project is an effort to develop an open-source, commercial-grade, implementation of IETF Standards track Service Location Protocol (RFC 2608). The interface conforms to IETF Standards track, "An API for Service Location" (RFC 2614) NOTE: OpenSLP has been moved to github - please see https://github.com/openslp-org/openslp.
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 18
    MikroLock

    MikroLock

    MikroLock reads and writes encrypted miniLock files

    MikroLock is a fast native implementation of the open minilock file format (https://minilock.io). Despite its name (and in contrast to the original implementation), it can also handle BIG files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    coldev

    C/C++ , PHP, PYTHON, 3D ENGINES, CHROME NATIVE CLIENT

    + C/C++ and PHP projects, Python and Others + 3D ENGINES + Videogames Projects based in Bennugd http://www.bennugd.org Web Page https://coldev.sourceforge.io/
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    XQF

    XQF

    Game server browser

    XQF is a game server browser and launcher for Unix/X11 written using the GTK toolkit. XQF is a front-end to QStat and supports many games including Quake, Quake2, Quake3 and Unreal Tournament. XQF development is now tracked on GitHub: https://github.com/XQF/xqf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    strace

    strace

    linux syscall tracer

    The strace project has been moved to https://strace.io. strace is a diagnostic, debugging and instructional userspace tracer for Linux. It is used to monitor and tamper with interactions between userspace processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
    Leader badge
    Downloads: 308 This Week
    Last Update:
    See Project
  • 22
    MORSELIZER - morse with Arduino

    MORSELIZER - morse with Arduino

    A non blocking morse training software for Arduino

    ...And because it doesn't use that evil delay() function, this solution morselizes random letters or whatever it receives through its serial() interface, in a non blocking manner. https://github.com/vicival/morselizer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Avasinta

    Avasinta

    آستریسک با پشتیبانی از زبان فارسی

    ...این برنامه رایگان بوده و روی سیستم عامل اوبونتو ارائه می شود. برای دریافت اطلاعات بیشتر د ر مورد سیستم تلفن آواسینتا می توانید به صفحه اصلی آواسینتا در شبکه پلاس مراجعه نمایید https://samiyacode.ir/avasinta/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. The new location for the project is https://github.com/open-hpi/openhpi
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 25

    btier

    btier creates an automated tiered blockdevice

    BTIER DEVELOPMENT HAS MOVED!! The latest code can be obtained from : https://github.com/mruijter Github contains new versions of the 1.X VFS capable btier version and 2.X both ported to kernel 5.3.5. btier is a kernel block device that creates a tiered device out of multiple smaller devices with automatic migration and smart placement of data chunks based up-on access patterns. Tier is a linux kernel module and requires a recent kernel >= 2.6.32
    Downloads: 0 This Week
    Last Update:
    See Project