Showing 1943 open source projects for "c-sharp"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1

    prog-lib

    Мои библиотеки

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Win32 dll frontend to ffmpeg and or tutorial on how to use ffmpeg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is bzip2/bzip3 compression/uncompression win32 and win64 dll, now with support to multi-threads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Win32/Win64 dll to format removable drives or hds
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 5
    RSPmfce
    Win32/Win64 DLL to compress memory or files using zlib, bzip2, xz or LZO , the integrity check is provided by crc32
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Win32 and Win64 dll to compute very fast the checksum of strings or files using RSP32 , Adler32 , CRC32 , MD5 , SHA-1 , SHA-256 , MD5_32 , SHA-512, RIPEMD160 and now (march/2024) the fast new checksum ds32, it is in the file rsp32.c
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    C code and Win32 and Win64 DLL to encrypt strings or files with a very fast implementation of AES 256, AES 256 CTR or RC4 encryption methods, full Unicode support through utf-8 encode, support for large files too (above 2 gb).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RSPmplayer
    simple .Net framework component to play media files using DirectShow, this project was supersede by the project http://rsppmp3.sourceforge.net/ , it is a standalone audio and video player capable of playing all major formats, no additional codecs required, please use it instead
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    simple win32 dll to control the system mixer, it will be updated at 2021/04/09 before 22:00 PM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Wheefun Data Objects

    A data source abstraction library

    WFDO aims to provide capabilities similar to PDO and ADO.NET, but in a unified interface across multiple languages. Initial targets will include C, .NET, and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    WFLIB .NET Bindings

    .NET bindings for the WFLIB project.

    This subproject .NET provides bindings for WFLIB; it provides a portable way of linking shared libraries for .NET. On .NET Core 3.0 and above, it uses System.Runtime.InteropServices.NativeLibrary, but for earlier versions, it will attempt alternative strategies (including loading the native WFLIB library).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DatabaseEditor

    Database Schema Editor library in .NET (C#)

    Database Schema Editor library that allows the user to read and alter the schema of a database. Create Tables Add Columns Rename Columns Drop Tables View All tables
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Laila.AvalonDock

    Patch for AvalonDock not working with AllowsTransparency=True

    For Dirkster.AvalonDock v4.72.1. Get the source code at https://github.com/Dirkster99/AvalonDock and overwrite the file /source/Components/AvalonDock/Controls/LayoutAutoHideWindowControl.cs with the one you can find in this repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DatedGuid

    Guid version d.3 has date encoded

    GUID v4 and v5 has abandoned timestamp. this Guid version d.3 has date encoded
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WFMEM .NET Bindings

    .NET bindings for the WFMEM project.

    These are the .NET bindings for the Wheefun Memory Management Primitives library. It is split into two facets: a portable .NET implementation and a native implementation. building upon the former. This project allows for .NET code to interact with native code that uses WFMEM to allocate memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SqlServer Clr Functions

    SqlServer Clr Functions

    Some functions to improve SqlServer

    so, sometimes you need to write some "shit" sp because there are not the appropriate utility. here some CLR functions that i use to work better and in easy and performance way. for any help or questions, please contact me by Sourceforge!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FileIO

    FileIO

    C# FileIO library for reading and writing files

    FileIO contains: a) For reading BufferedFileReader classes are used. These are particularly useful for large files and/or parallel data processing due to buffering. Both binary and text files are supported (see Wiki). b) For writing a binary file BinaryFileWriter is used. It either accepts a byte array for writing or can write a single value type, e.g. a float. All classes allow easy reading/writing from/to a specific position in the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Eagle Project

    The Eagle Project

    Implementation of Tcl for the CLR.

    Eagle (Extensible Adaptable Generalized Logic Engine) is an implementation of the Tcl scripting language for the Common Language Runtime (CLR).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ULS

    A lexical analyzer generator that makes the class source code.

    ULS is a class library for creating lexical analyzer from language specification file. It's provided as C/C++/C# and Java (class) libraries with a few of tools on Linux/Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    WFOPT .NET Bindings

    A port of WFOPT to the .NET Runtime

    This project contains bindings for the .NET Runtime to the Wheefun Options Parsing Library. It is meant to provide parity with the C implementation so .NET languages can take advantage of WFOPT. For more information, please see the main page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WFEF .NET Bindings

    .NET bindings for the WFEF project.

    Home Browse Open Source WFIO .NET Bindings WFIO .NET Bindings .NET bindings for WFIO Status: Pre-Alpha Brought to you by: thylordroot Add a Review Downloads: 0 This Week Last Update: 2023-01-25 Browse Code Get Updates Share This Windows Mac Linux BSD ChromeOS Summary Reviews Support Code This subproject contains a parallel implementation effort for the .NET Virtual Machine. It allows for you to use the WFEF interface in your .NET applications and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ARTCOMParser

    Parser library that uses an EBNF like grammar to generate a parse tree

    Parser library that uses an EBNF like grammar to generate a parse tree You can use it to create a quick parser It uses backtracking so it may be slow for some grammar rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    rsptar_gzip

    rsptar_gzip

    TAR based DLL

    C code and DLL (with sample project) with library libarchive and GNU tar 1.34 to list, update, delete, extract and create latest GNU tar files uncompressed or compressed with gzip, gzip2, gzip2 multi-thread, bzip2, bzip3, bzip3 multi-thread, lzip, lzop, lzop2, lzop2 multi-thread, lz4, lz5 multi-thread, lzma, brotli, brotli2 multi-thread, Zstandard, xz , the old Unix compression utility 'compress' (.Z) , compress2 multi-thread (.Z2), zip, 7zip and many more formats with full Unicode support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Object-oriented database

    Object-oriented database

    Object-Oriented Database in C# with Windows PowerShell interface

    - Suitable for engineering, ERP, research tasks. - Can be easily used as a local database in C# application. - Can be run as "listening" service on a local machine or a server. - Nested data structures supported. - PowerShell interface. See project Wiki for more.
    Downloads: 0 This Week
    Last Update:
    See Project