Showing 3200 open source projects for "software open-source"

View related business solutions
  • 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
  • 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

    CRCLIB

    CRC Library

    CRCLIB is a small library of CRC calculations which can be used in other programs. Because CRC check is often used by binary communication protocols, it is made as simple as it can be, built into library so that it could be used regardless of language of application code. Written in plain C, built as dll and static library, and also contains C/C++ import header, C# wrapper and .NET project for MS SQL Server assembly. Supports CRC16 (including MODBUS) and CRC32.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    LtSwApplicationExtensions

    Extenstions for IClientApplication LightSwitch interface

    A number of useful extensions for LightSwitch IClientApplication interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    xseev
    xseev is a simple expression evaluator library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SeaToad

    A concurrency and load testing tool for .NET applications

    SeaToad is a library to aid in concurrency and load testing of .NET code. Intended for use by developers or automation testers. For example, it makes a good second hand if you're trying to reproduce a concurrency issue. You can very quickly generate load representing one or more portions of the suspect code, while manually performing other tasks. Or perhaps you're worried about the performance of a particular stored procedure with load from an external source. SeaToad can run the...
    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
  • 5
    MSR Tools is a source code evolution analysis tool. It consists of a framework for mining software repositories and tools for metric calculation, visualization, defect prediction.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    GLWaveLoad

    OBJ Load & Display Library

    A library to simplify loading and rendering .OBJ models with OpenTK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    bigfish

    bigfish

    Library for crossplattform communication

    bisfish is a crossplattform library that can be used with IPhone, Android and Windows Phone 7 projects. It enables you to easily share data between the three platforms. You run a server (programmed in java) to that all the clients will connect. The clients can choose a session to join with. A session can be password protected. In a session you can send messages (bytes) to all of the members of a session, to a group of members or to a single member (broadcast, multicast and unicast).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ChecksumValidation

    Validation of IBANs, bank accounts, credit cards, identity cards

    ChecksumValidation is a framework for validation of international bank accounts (IBAN), credit card numbers, german identity cards, german passports and for german bank accounts. Validation is performed by computing checksums. Checksums for german bank accounts are maintained and documented by www.bundesbank.de. In sum, ChecksumValidation implements round about 150 algorithms. It may freely be used under GNU GPLv3 licence (see below). ChecksumValidation is implemented in Microsoft .NET...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    QuadTree
    A generic type QuadTree implementation in C# for use with XNA. This QuadTree can store any object that implements the interface IHasRectangle. This provides a means of accessing objects in a virtual space very quickly. Development moved to: https://bitbucket.org/C3/quadtree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    A Windows Forms .net library containing forms which can be used in many applications, for example displaying the details of an unhandled exception, displaying the software license, or maintaining a responsive UI while a lengthy operation is running on a separate thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NUnit.Extensions is a collection of classes which assist with unit testing of .net code using NUnit. Please note that this is not part of the NUnit framework and is in no way endorsed or supported by the people who develop and support the NUnit frame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenSkyNet - Moving towards a comprehensive artificial intelligence solution for game developers under the LGPL. The goals are to implement action selection solvers, robust steering behaviors (including pathfinding algorithms), and machine learning.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    SerializationHelper contains a single C# XmlSerializableItem class. Use this as the base type for your classes to give them ToXml, FromXml, SaveXml and LoadXml methods to easily serialize and deserialize instances of your classes to and from XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SearchWorks

    SearchWorks

    A class library for rate files and find files that include some text.

    This program can be use for rate files in a given location of a storege according to the words they included and how much time those words are repeated in the file, using SearchWorks.Rater programme. And you can use that rating information(SearchWorks.RatedFilesData) to find file paths that include some given text using SearchWorks.Searcher programme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Contains a base class AsynchronousOperation which allows you to start long-running operations on a separate thread from the UI whilst providing meaningful progress information to the UI without the UI needing to know anything about the internal implementation of the operation being run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WordSort

    String Sorting algoritm

    WordSort is an algoritm written in c# specifically designed for string sorting with linear complexity. Based on partial hashing approach, provides higher performance than classical algorithms that use the comparison. WordSort includes a console application easy and intuitive to use to evaluate and compare algorithms performance. Only Ordinal sorting and non-case-sensitive sorting provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SQLite Metadata Reader

    Wraps the results of SQLiteConnection.GetSchema() as classes

    The c# assembly returns the metadata of a sqlite database as returned by the ADO.NET adapter, System.Data.SQLite as classes. The only requirement is the System.Data.SQLite.dll available from http://system.data.sqlite.org. Its simple and easy to use. Code examples are provided with the download.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    New Font picker

    A Font Picker for C# Winforms that shows only True Type Fonts

    New Font Picker is a Font Dialog Control for C# Winforms that automatically filters out Non True Type fonts /Fonts with Invalid MetaData and shows only true type fonts. Since GDI+ Supports only True Type Fonts it throws This is Not a True Type Font' Exception when a non true type font is selected.New Font Picker is the ultimate solution to this problem that developers had been facing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Small command line tool to directly execute SQL statements against any OleDB database. Can also execute a sql batch file. Handy for automation purposes e.g. for MS Access databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A library written in C# for encoding and decoding animated Graphics Interchange Format (GIF) images. Based on NGif http://www.codeproject.com/KB/GDI-plus/NGif.aspx. Includes sample apps for encoding and decoding GIF files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JScriptCompiler

    JScript Compiler or Interpreter

    The class 'JSEvaluator' in this project allows us to interpret expressions in JScript, allowing us to use parameters in the server at runtime. For example: ({@ 1} + {@ 2}) / 100; Parameter {@ 1} : 36 Parameter {@ 2}: 45 Result of the expression: 0.81
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Server Side Validations in .NET, is a project to validate the contents of fields of GUI on the server. It overcomes some of the highest standards of Security and QA. The validations are configured by XML, and error messages are multiple languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    WEBasic

    Workflow Engine - Basic interpreter

    This simple basic interpreter for general purposes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SqlTestUsers

    Test workload application for Sql Server

    SqlTestUsers makes it easier for database administrators, developers and testers to make test workload on their servers. It's developed in C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    csFlow

    .NET CoverFlow WindowsForms Control

    .NET WindowsForms CoverFlow Control in C#. Wrote with OpenTK/OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project