24 projects for "liblpsolve55.so" with 2 filters applied:

  • 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
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1

    CVTRPGFREE

    Convert fixed-format RPG code to free-form RPGILE code

    ...Some Background: This started out as a 'quick and dirty' program for my own needs, but it got a little out of hand! :) It's not an example of my best work, as it has grown organically over time, rather than having been built sytematically, so hopefully you'll forgive some of my coding faux-pas. ** If you find something that won't convert, or doesn't convert properly, please let me know, and I'll fix it for you and the benefit of everyone else. ** Other Projects: iMenu - flexible menu system: https://sourceforge.net/projects/i-menu/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PureGEM

    PureGEM

    A new GUI library for Atari ST/TT/Falcon computers

    ...This is a new library, so expect code to change. I will be working on this for the next 1-2 years. cheers Derek
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ...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: 33 This Week
    Last Update:
    See Project
  • 4
    Wolfenstein 3D html5

    Wolfenstein 3D html5

    Wolfenstein 3D HTML5 TOTAL Conversion

    ...Sound and music volume control (Once you turn off in the menu you cannot turn back on any sound just if u erase all cookies) 2. Quit menu option(it figures why not... XD) 3. Function keyboards(F1 to F12) are not working. The script itself is opensource, so you can rewrite from scratch change and edit levels and graphics, to make your own game! Have fun
    Downloads: 4 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
  • 5

    Dual BCD to Hex 7-Seg Driver

    A BCD to Hex Dual 7-Segment Display Driver IC using a PLD

    This is the JEDEC and Source for both a Dual 7-Segment Hexadecimal and a Single 7-Segment Hexadecimal Display Driver using GAL22V10 and GAL16V8 PLDs. The driver uses a clocked input to multiplex the displays, so that one display is lit when the clock is high, and the other when the clock is low. With a fast enough clock speed the two displays both appear to be displayed at the same time. The code is written for WinCUPL. See the Instructables page for more details. http://www.instructables.com/id/Dual-BCD-to-Hex-7-Segment-Driver/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Teensy 3.x RamMonitor

    Simple RAM monitoring for Teensy 3.x

    RamMonitor is a simple class that provides ram usage information in a single c++ header. With initialization and freqent calls to the run() method, RamMonitor watches stack usage and emulates stack allocation. It all so provides low memory and memory crash warnings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8

    casefix

    a small set of casing tools for use by all

    The primary part of the casefix project is a small c library of case editing functions, the heart of which is 7 streaming case editors. Also, there are 3 functions that interface char arrays and strings to the streaming editors. So the library can modify the casing of any character, character block (word), any character string, character array, or any character stream. Currently, libcasefix only handles 7 or 8 bit character sets with some support for UTF-8. With that in mind casefix does support a number of character sets for internationalization. Also, there is a casefix command that implements the functionality of the casefix library for use at the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PyInstaller

    PyInstaller

    Converts (packages) Python programs into stand-alone executables

    ...The main goal of PyInstaller is to be compatible with 3rd-party packages out-of-the-box. This means that, with PyInstaller, all the required tricks to make external packages work are already integrated within PyInstaller itself so that there is no user intervention required. You'll never be required to look for tricks in wikis and apply custom modification to your files or your setup scripts. As an example, libraries like PyQt, Django or matplotlib are fully supported, without having to handle plugins or external data files manually.
    Downloads: 85 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10

    jsp tree

    JSP Tree viewer with minimum Java Scripts

    This JSP Tree viewer comes with fewer Java Scripts. So it will not depend on browser versions. My other projects : Simplest JAX WS client https://sourceforge.net/projects/easyjaxwsclient/ Happiness never comes with money. Happy Free and Open Source Time to you. Inbox me if you need help. skonkaduwa@gmail.com Saminda Konkaduwa @Pearl in the Indian Ocean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JavaXmlWrapping

    Utility functionalities for simple Xml usage in Java

    Facading Xml core usages for simple and easy xml usage for basic xml reading, writing, validating, especially support for simplified XPath access for reading and writing data. XPath functionality is not fully supported so far and leaks functions, conditions, axis (except 'this' and 'parent') and operators. Indexed access is supported. Be invited to join further development or send Junit test cases if you find something (existing) is not working properly :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ID3.NET MP3 Tagging Library
    ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files. The core library is a portable class library compatible with the .NET Framework 4 and higher, Silverlight 4 and higher, Windows Phone 7.5 and .NET for Metro style apps. It also contains non-portable libraries that provide additional platform-specific support. ID3.NET also provides an extensible metadata discovery framework that can discover specific ID3 frame data (like album art,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Freedom

    An advanced GUI system for FreeDOS

    ...This is an attempt to provide a powerful, full graphics user interface for it. It is partially operational, but needs a lot of work that I don't have the time for right now, so I am soliciting anybody who would like to work on it. To do so, you must use the Euphoria programming language, and only Versions 2.4 or 2.5. A full copy of it is provided here. While FreeDOS will not allow the use of PCI 32 bit drivers, FREEDOM operates in a 32 bit DOS extender, and there is no reason why any sharp programmer could not load Linux Sound and Network drivers into machine memory, and let Euphoria interface with them directly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    That project aims at providing a framework around the WSDLPull (http://wsdlpull.sourceforge.net) source code, so as to ease the packaging and delivery processes, allowing to deliver packages for a great number of Linux distributions and Unices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    It's an infrastructure helps engineers to develop enterprise software solutions in Microsoft .NET easily and productively which consists of an extendable and maintainable web system architecture with a suite of generic business model, APIs and servi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Security tool that replace sn.exe(Strong Naming Tool) in ASP.NET.This tool is for .Net developers only.Securing your web applications is very important .So with this tool you can protect your application by securing it source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cloud Toolkit .Net provides many useful and good-looking .Net controls for use with .Net applications (VC++, VC#, VB.Net etc). Update (September 2011): The project has been inactive for a few years and will remain so. No support provided!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Minerva Library is a library which includes some components developers need. Common components, Microsoft Office control library, Performance utility and so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The ULauncher is a small Java Launcher that uses JNI to create a JVM and launch the main class. ULauncher uses JVM.DLL to locate and create the JVM, so you can not configure the "classpath" nor "path" environment variables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Turck MMCache is a PHP Accelerator & Encoder. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations for speed up of scripts execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Winfessor .NET Unit Test Library is a very simple, feature-lacking unit test framework and Winforms GUI designed to get the job done. Tests are ran on a background thread so the GUI remains responsive. Attributes are used to designate test items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    syncSQL is a perl server-side CVS script, that sends commit information to a mySQL database, so commits can be viewed, tracked and filtered throught a simple web page or any mySQL client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ZMENU is a utility designed to display a menu from within a command procedure, to select a menu item based on a user's instructions, and to communicate the user's selection to the procedure so that it can perform further processing based on which item w
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Katyusha

    Katyusha

    Multiple Payload Launcher System

    ...: https://github.com/GenesisFoundationCore/Katyusha Katyusha, Multiple Payload DDoS Software, that uses images / gif files as Payloads in-order to flood a Group Chat / Discord Server with Messages and Images, Using Windows Clipboard it copies the "Payload" images to your clipboard so YOU don't have to. Why is it adfoc.us? This is so we can continue Developing Katyusha and Project Armageddon, Don't worry It's way Better than Linkvertise! But.. If you don't want to do that, You can Clone / Download the repository and Build the Application yourself if you don't like to wait, To Use Katyusha Launch cmd.exe and cd (Katyusha's Current Location) then Katyusha.exe (Directory) (mode) (option)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next