Showing 18 open source projects for "liblpsolve55.so"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    ProxyChains-NG

    ProxyChains-NG

    Hooks calls to sockets in dynamically linked programs

    proxychains ng (new generation), a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. proxychains is a hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies. The way it works is basically a HACK; so it is possible that it doesn't work with your program, especially when it's a script, or starts numerous processes like background daemons or uses dlopen() to load "modules" (bug in glibc dynlinker). It should work with simple compiled (C/C++) dynamically linked programs though.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    nuster

    nuster

    A high performance HTTP proxy cache server and RESTful NoSQL cache

    ...It can be used as an internal NoSQL cache that sits between your application and a database like Memcached or Redis as well as a user-facing NoSQL cache that sits between the end-user and your application. It supports headers, and cookies, so you can store per-user data to the same endpoint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    idcheck

    apache cookie SSO mechanism.

    Cookie based web authentication and single sign on system for largish intranets under a single domain where many, untrusted, people run their own web services. The server uses a private cookie scoped only for the client browser and the idcheck webserver which is always protected with SSL. In addition to the common practise of using SSL for everything (which idcheck supports). The idcheck system can also be used to provide authentication to websites where you merely want to hide content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    mod_spamhaus_new

    Apache 2.4.x security, block known bad IP

    mod_spamhaus_new is an Apache module that uses DNSBL in order to block spam relay via web forms, preventing URL injection, block HTTP DDoS attacks from bots and generally protecting your web service denying access to a known bad IP address. This module is based on mod_spamhaus but has been updated for actual web server configurations and to support a list of domains, which are NOT spam blocked so customers can reach you even if they got a dynamic IP which is on a spam list. Default configuration takes advantage of the Spamhaus Block List (SBL) and the Exploits Block List (XBL) querying sbl-xbl.spamhaus.org but you can use a different DNSBL, for example local rbldnsd instance of sbl-xbl (increasing query performance). Spamhaus's DNSBLs are offered as a free public service for low-volume non-commercial use. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    mod_spambot is a plugin for Apache which helps to stop remote clients and so called spambots from downloading or mirroring a site without the site owner's permission, thus causing sites to break ISPs ' download limits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    mod_auth_trustheader

    mod_auth_trustheader

    apache-2.x module to get userid from header|environment|SSL variable

    ...The syntax is the same known from RewriteCond of mod_rewrite: e.g.: %{HTTP:variable}, %{ENV:variable} or %{SSL:variable} No password is written into internal httpd variables. So the authentication has to be validated by mod_authn_anon. For authorisation any of the authz standard modules could be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    casync

    casync

    Content-addressable data synchronization tool

    ...Let's take a large linear data stream, split it into variable-sized chunks (the size of each being a function of the chunk's contents), and store these chunks in individual, compressed files in some directory, each file named after a strong hash value of its contents, so that the hash value may be used to as key for retrieving the full chunk data. Let's call this directory a "chunk store". At the same time, generate a "chunk index" file that lists these chunk hash values plus their respective chunk sizes in a simple linear array. The chunking algorithm is supposed to create variable, but similarly sized chunks from the data stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NTK RTMP SERVER

    NTK RTMP SERVER

    Naam Tamilar Web TV Live Streamer

    Naam Tamilar RTMP Server This project updated as open source for future use of Naam Tamilar Political Party. To contribute to the party and in some case if there is any possibilities if i cannot support them for long term. I thought of sharing this source code so in future it may be helpful for the community and party in which other software developers can help them to upgrade. This source is forked from - https://github.com/arut/nginx-rtmp-module and modified with multiple broadcast option. Stream Sources will be able to restreamed to RTMP Player, Youtube API, Facebook API, Twitch and any other plaftforms that supports streaming with API and stream key. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WebDAV CGI

    WebDAV CGI

    WebDAV CGI brings your file service to the Web.

    WebDAV CGI brings your file service to the Web and is moved to github [https://github.com/DanRohde/webdavcgi/]. WebDAV CGI adds a modern Web interface and WebDAV to file systems like AFS, NFS, CIFS/SMB, EXT, GFS, and so on. It preserves existing file permissions by using a included setuid/setgid wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    ...ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so they are fast when compared with functions that are written in PHP, especially for operations like sending and receiving larger binary files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OMeS ( Overnet Millennium Server ) Linux

    OMeS ( Overnet Millennium Server ) Linux

    Overnet Millennium Server for Unix Linux

    Linux C/C++ Bash Shell developers we need you!!! Overnet Millennium Server for Unix/Linux adds a whole new layer to the web, the Overnet . With the Overnet Millennium Server web hosts will be able to offer a new space and protocol to deliver data to a web browser in a completely new way. Web developers will have a totally new way to create content for the web. And web users will have thousands of new services, sources of entertainment and ways to communicate, as well as the power to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mod_sass is a module for Apache web server. It compiles Sass stylesheets into CSS automatically when the sass stylesheet is requested by a clients browser. It also includes its own cache so that the CSS is only compiled when the SASS is modified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The State Threads Library is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as web servers, proxy servers, mail transfer agents, and so on) on UNIX-like platforms.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    mod-ipenv is the apache2 module to set/unset environment variables based on client IP address or hostname. It can be used for access controlling with mod_access(mod_authz_host), URL rewriting with mod_rewrite, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    apt-got builds and supervises a partial (or full) Debian mirror, that is filled on-the-fly by apt-get requests. But there's more! Its modular mirror engine is ready for customized mirroring algos. So you can easily make your own module! (Eg for apt4rpm)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A fully working webserver for educational use. Great if you want to learn how a (Web)-Server works. Does run unter Linux, Windows (Cygwin) and should do so under any Posix UNIX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Surfboard is a small, simple httpd designed to be set up in a minumum of time and with a minimum of fuss. CGI is supported, and so are custom CGI handlers for various file extensions (eg .php - yes, it works!) POST support is not there, but in the works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mod_livecam is a shared library that provides so-called 'livecam' function to apache 2.0 on linux. It uses affordable USB-cameras (these are called 'webcam' although w/o http capabilites) to build up your REAL web cameras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next