Showing 30 open source projects for "c# source code example"

View related business solutions
  • The fastest way to host, scale and get paid on WordPress Icon
    The fastest way to host, scale and get paid on WordPress

    For developers searching for a web hosting solution

    Lightning-fast hosting, AI-assisted site management, and enterprise payments all in one platform designed for agencies and growth-focused businesses.
    Learn More
  • Log management, auditing, and IT compliance management made easy. Icon
    Log management, auditing, and IT compliance management made easy.

    Collect, monitor, and analyze logs, and comply with regulatory mandates.

    ManageEngine EventLog Analyzer is an on-premise log management solution designed for businesses of all sizes across various industries such as information technology, health, retail, finance, education and more. The solution provides users with both agent based and agentless log collection, log parsing capabilities, a powerful log search engine and log archiving options.
    Learn More
  • 1
    Apache 2 API module, which serve zipped archive (created by PkWare, WinZip, JAR and other tools) like virtual filesystem and allow browse its content. Usefull for browsing html based documentation (for example generated by javadoc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files. See also ELFIO project.(http://sourceforge.net/projects/elfio)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AutoInstaller is a program which can install and uninstall programs based on the decision of plug-ins. These could include by schedule, at user demand, or a more complex scenario. It uses plug-ins to handle tar.gz, tgz, zip, and rpm files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CoolPackager is a program which will take a .tar.gz file and a installation script file and create a self-extracting executable scipt. Install it on your system by typing this command as root: lynx -source cpkg.sourceforge.net/cpkg | sh
    Downloads: 1 This Week
    Last Update:
    See Project
  • A single system for smarter association management Icon
    A single system for smarter association management

    ToucanTouch is ideal for schools, universities and associations looking for an all-in-one community management platform.

    ToucanTech is a powerful, all-in-one software solution designed for schools, universities, and associations to manage communities, centralize data, and boost engagement. By combining a database, flexible website, CRM, communications tools, events, fundraising, reporting, and a secure member or alumni portal, ToucanTech makes it easy to run everything from alumni relations and mentoring programs to membership renewals, career networks, and development campaigns — all from one intuitive platform.
    Learn More
  • 5

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project