Showing 2663 open source projects for "c#"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Lib Hyper Math for GCC (C++)

    Lib Hyper Math for GCC (C++)

    Library Hyper Math for GCC (C++)

    This library has complementary features to the "cmath" library. Here we present functions for trigonometric calculations (cot, sec, csc, acot, asec, acsc) and hyperbolic (coth, sech, csch, acoth, asech, acsch) and exponential (nthrt) calculations and more. The results are presented in radians. For results in degrees multiply 180/M_PI by radians or use function torad. For degrees multiply M_PI/180 or use todeg. For more libraries, go to:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Scilab Image Processing Toolbox

    Scilab Image Processing Toolbox

    Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS

    SIP is the image processing and computer vision package for SciLab, a free Matlab-like programming environment. SIP reads/writes images in formats like JPEG, PNG, and BMP. It does filtering, segmentation, edge detection, morphology, and shape analysis. Download from Git http://siptoolbox.sourceforge.net/devel
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    TypeEasy

    TypeEasy

    Type Engish Faster, English Vocabulary builder

    This software is designed to help user to type English faster, it can be personalized in a lot ways, including theme, and type material(all you need to do is put you text file in the right folder), please try it!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Lib Clock for GCC (C++)

    Lib Clock for GCC (C++)

    Library Clock for GCC (C++)

    Simple library that provides the basic features to perform the time calculation between two times provided. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book/209155--C_Underground_Programmer?topic=compiladores#.WNfZkJt_aKY. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    faif

    faif

    C++ header only library with AI and bioinformatics algorithms

    C++ header only library, small and fast; Naive Bayesian Classifier, Decision Tree Classifier (ID3), DNA/RNA nucleotide second structure predictor, timeseries management, timeseries prediction, generic Evolutionary Algorithm, generic Hill Climbing algorithm and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Lib Roman/Arabic for GCC (C++)

    Lib Roman/Arabic for GCC (C++)

    Library Roman/Arabic for GCC (C++)

    This library performs the numerical conversion of Arabic numerical values into Roman numerals and Roman numeral values into Arabic numerals. This resource is developed with didactic and pedagogical objectives. Its commercial use may not be of extreme importance. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lib Finance Math GCC (C++) Lotus 123

    Lib Finance Math GCC (C++) Lotus 123

    Library Finance Math for GCC (C++)

    This library has the implementation of all financial functions in the Lotus 1-2-3 spreadsheet for C++ language, respecting the same nomenclature used (where possible). The financial features of this library are based on the collection of finely-tuned features found in the old Lotus 1-2-3 spreadsheet software. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my curriculum vitae go to: http://lattes.cnpq.br/8184615061457853. Augusto Manzano http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Arageli is a C++ library for computations in arithmetic, algebra, geometry, linear and integer linear programming. Arageli provides routines and classes that support precise, i.e. symbolic or algebraic, computations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Turing and Post Machines: C++ Simulators

    Turing and Post Machines: C++ Simulators

    Turing and Post Machines' C++ Simulators

    The C++-programs simulate : Nondeterministic/Deterministic Multitape Turing & Post Machines, Universal Turing Machine, Turing Machine with faults, failures and recovery.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 10
    Lib Date for GCC (C++) 3.0 RC

    Lib Date for GCC (C++) 3.0 RC

    Library Date for GCC (C++)

    This library has the resources to control calendar dates. It is possible to determine leap year, last day of the month, day of the week, perform calculations of days between dates and other possibilities. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book/209155--C_Underground_Programmer?topic=compiladores#.WNfZkJt_aKY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Political economy library

    Political economy simulation toolkit

    Political economy library is a set of classes and accompanied tools for simulation of economy based on employment by companies, production of goods and consumption - EPC model. Actually it includes market-based model for research of the effects of Tobin tax. The library is based on Zarja library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlashDeck

    FlashDeck

    Create a virtual deck of flashcards for studying!

    This program will allow you to create virtual flashcards you can study with, as opposed to using hard-copy flashcards. You can also save your flashcards to study them later!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ArgSemSAT

    Solving argumentation problems in Dung's AFs

    Deprecated hosting for this project. The new hosting is at https://github.com/federicocerutti/ArgSemSAT In particular, the source code for the publication: Federico Cerutti, Massimiliano Giacomin, Mauro Vallati, How we designed winning algorithms for abstract argumentation and which insight we attained, Artificial Intelligence, Volume 276, 2019, Pages 1-40, ISSN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    StochKit is an extensible stochastic simulation framework developed in C++ that aims to make stochastic simulation accessible to practicing biologists and chemists, while remaining open to extension via new stochastic and multiscale algorithms. StochKit is part of the StochSS project [http://www.stochss.org/], and we are relying on continued funding for sustained development. Please consider registering to show your support. Register here: https://docs.google.com/forms/d/12tAH4f8CJ-3F...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Xiphos (see github)
    A cross-platform Bible application for the Linux & Windows communities. Xiphos is no longer developed at SF; the SVN tree has been locked, the mailing lists are disabled, and we have moved to GitHub. Please see https://github.com/crosswire/xiphos. Releases up to 4.0.4 are present here. From 4.0.5 onward, see GitHub.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Starehe School Management

    Starehe School Management

    A mulitiuser school Management system.

    Starehe school management system combines simplicity and performance for exceptional quality. IMPORTANT: See ReadMe for Default Login credentials. We recommend that you change the password on first login.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    aveX is a software for running ABX listening tests (Blindtests). It also provides remote monitoring using OSC protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Расписание СТАНКИН

    Расписание СТАНКИН

    Import and digitization of schedule of Stankin University

    Данное приложение позволяет импортировать расписание МГТУ Станкин из PDF файла (только из оцифрованного), а также выдает конкретный список занятий на любой день.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    PapersWP

    PapersWP integrates Papers to WordPress for assinchronic online events

    PapersWP is a PHP/MySQL application for integrating Papers to Wordpres for management of assinchronic online events. Based on Papers, a Brazilian Events Manegement System used until 2006 on the FISL (international forum of free software), it allows: a) to publish in Wordpress direct from Papers, b) to present in the schedule grid links for each presentation on Wordpress, c) subscription on Papers and WP simultaneously, d) features for educational proposal, as revision of mini curriculum...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    BPV07

    BLE BP xamarin demo

    Blood pressure measurement with blood pressure monitor V07 xamarin android app
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WordMat

    Math in Word

    WordMat is an add-on to Microsoft Word which creates a tab with math functionality. Part of the Math functionality is provided by other open-source applications like Maxima, GeoGebra, Graph and GnuPlot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mediaTUM is free software written in Python for archiving and retrieval of images, documents and other research data. It was originally developed in the framework of the DFG project IntegraTUM and is continuously expanded with new functionalities as required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ChordEase

    ChordEase

    Improvise to music with difficult chords easily on any MIDI instrument

    ChordEase makes it easier to improvise over complicated chord progressions. No matter what the chords are, you can play as if they were all in the key of C. You don't need to play sharps or flats, because ChordEase automatically adds them for you. Though ChordEase is intended for jazz, it could be useful for any type of music that modulates frequently. ChordEase alters your notes in real time in order to make them harmonically correct, while preserving their rhythm and dynamics. By delegating...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Dapodik Helper

    Dapodik Helper

    sistem informasi pendidikan terintegrasi

    aplikasi pendukung data pokok pendidikan kementerian pendidikan dan kebudayaan indonesia
    Downloads: 3 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.