Showing 35 open source projects for "liblpsolve55.so"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 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
  • 1
    ...It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 2
    Quotes Database System (formerly Salty Quotes Database, named so because it was made for the development site saltine.net) is a small script written by Kyle Florence a few years ago that will store IRC quotes, it's like your own personal bash.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JavaBot IRC

    JavaBot IRC

    JavaBot allows people to easily implement their own IRC bots.

    JavaBot is a project for people to easily implement their own IRC bots. Java, being an easy language to learn and program, is well known among a lot of people. By implementing this project in Java, it allows programmers from all over the world to implement their own IRC bots without much effort and quickly. Although not as quick as other services, these bots are fully customizable due to their open source nature. Multithreading support may come, but there is no promise that it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Trivbot is a a multilingual quiz/trivia bot for IRC channels. It is written in java so it can run on multiple platforms. A question is sent to the IRC channel and the text in the channel scanned for a string that matches one of the accepted answers.
    Downloads: 3 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
    Slaaf is an open source IRC bot. It's built in a way so that every just starting developer can write modules for it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This is a modification of the Markovsky IRC Bot. Extra code has been added so that the bot has the capability to not only speak in the distinctive dialects of Andrew Hussie's Homestuck Trolls, but can also switch between them at runtime.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    libirc++ is a well designed, modern C++ IRC Library. This lib should and can be used as base for IRC Bots and IRC Clients. The library is designed for multiple simulatneous connections so the library can fill any purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a program that can be used to save IRC conversations while you're away. A C++ version is coming so that Perl won't be required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP5 Based IRC Bot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 10
    IRC Client written completely in Python, so far implemented: Multi-channel, colors, private messages and a lot more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ...I use it to tunnel irc through ssh when I'm at the university. It isn't finished yet, but works quite well for me. The base work is done, but I will revise most of the code soon, so it will be more structured hopefully.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    dunbot is a simple IRC bot. For easier control your channel. It have normal commands like !op and more. Dunbot have funny commands so you don't think dunbot is boring you can send out funny message to others with dunbot. Dunbot is only in alpha stages b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hey this is an IRC Bot. It so far only handles PRIVMSG from other people, and puts them on the screen. Im implementing a remote control for the bot so the remote user is able to upload / download / execute / list files on the remote client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a program that can maintain a running conversation with a user. This is an evolution of an Eliza clone called Splotch. This version brings Splotch to the J2SE and MIDP platforms. So, if you like to SMS, get yourself a copy of Splotch!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kninja is a IRC (Internet Relay Chat) robot that has a extensible interface (by plugins). Kninja is written entirely in Python, so it should be able to run on any computer with Python installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Halflife / Halfelife 2 IRC match bot. Reports for various HL/HL2 game events. Also has Admin features. Simple to use with auto-setup. Written in Java so is suitable for many platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ChogaBot is a GUI-centric IRC bot written in Java. Performs all standard channel maintenance and protection operations that one would expect. Features (so far) include fine-tuned configuration on a per channel basis, logging, and a plugin architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JERC:Java Encrypted Relay Chat. Our goal is to construct a java program to allow our users to chat securely to each other. We want to make it so our users don't have to worry about they're chats being unintentionally intercepted by third parties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a set of .NET class libraries, designed to use various Internet protocols in a easy-to-use OO matter. So far it contains a POP3 and an IRC (Internet Relay Chat) library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SimpleIrc is a simple & complete implementation of the Irc protocol. SimpleIrc is written in C#, for the .NET environment. It is mainly intended for 3rd party developers so they can create their own Irc clients, in an easy and fast way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    rirca is yet another java IRC client with an advanced GUI (java swing). It's still in a very early state right now, but already testable/sort of useable. Once in some time, it should become as good as mIRC or X-Chat or so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...It provides minimalistic and simple to use interface. The interface is very much like mIRC, containing windows etc. Multiple network support is something that's required so it's included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    YAIB is a platform independent IRC bot, that can be used e.g. for channel management or anything else. It provides a simple API so that you can easily extend its functionality. (The included IRC API can soon also be used to write other IRC applications.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DnDBot will be a multi-platform IRC bot for helping chatters play structured (or not so structured) Dungeons and Dragons games. Allows the owner of the bot complete control in Windows or Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Kryten will be an IRC bot written in PHP. The bot will match the features of other bots, and it will be very modular so that others can easily add features to it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next