Showing 161 open source projects for "*.net"

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
  • 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
  • 1
    .NET for Apache Spark

    .NET for Apache Spark

    A free, open-source, and cross-platform big data analytics framework

    .NET for Apache Spark provides high-performance APIs for using Apache Spark from C# and F#. With these .NET APIs, you can access the most popular Dataframe and SparkSQL aspects of Apache Spark, for working with structured data, and Spark Structured Streaming, for working with streaming data. .NET for Apache Spark is compliant with .NET Standard - a formal specification of .NET APIs that are common across .NET implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ScottPlot

    ScottPlot

    Interactive Plotting Library for .NET

    ScottPlot is a free and open-source plotting library for .NET that makes it easy to interactively display large datasets. Line plots, bar charts, pie graphs, scatter plots, and more can be created with just a few lines of code. The ScottPlot Cookbook demonstrates how to create line plots, bar charts, pie graphs, scatter plots, and more with just a few lines of code. The ScottPlot Demo is a click-to-run application that demonstrates mouse-interactive versions of every cookbook recipe. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Helix Toolkit

    Helix Toolkit

    Helix Toolkit is a collection of 3D components for .NET

    Helix Toolkit is an open source 3D library that is licensed under the MIT license. The MIT license is very permissive and permits use in proprietary software. The library is based on .NET and is currently focusing on the WPF platform. The goal has been to make it easy to work with 3D in WPF, and also provide features that are not included in the standard WPF 3D visual model. Adds variety of functionalities/models on the top of internal WPF 3D models (Media3D namespace). dds variety of functionalities/models on the top of internal .NET Core WPF 3D models (Media3D namespace). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Lasso.jl

    Lasso.jl

    Lasso/Elastic Net linear and generalized linear models

    Lasso.jl is a pure Julia implementation of the glmnet coordinate descent algorithm for fitting linear and generalized linear Lasso and Elastic Net models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Online Project Management Platform - Zoho Icon
    Online Project Management Platform - Zoho

    A plan put together with small businesses and startups in mind.

    Zoho Projects is a cloud-based project management solution that helps teams plan, track, collaborate, and achieve project goals.
    Learn More
  • 5
    PySR

    PySR

    High-Performance Symbolic Regression in Python and Julia

    ...Symbolic regression works best on low-dimensional datasets, but one can also extend these approaches to higher-dimensional spaces by using "Symbolic Distillation" of Neural Networks, as explained in 2006.11287, where we apply it to N-body problems. Here, one essentially uses symbolic regression to convert a neural net to an analytic equation. Thus, these tools simultaneously present an explicit and powerful way to interpret deep neural networks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    protoactor-go

    protoactor-go

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

    Built on cloud-native technologies. Taking advantage of proven stability and performance. Asynchronous and Distributed by design. High-level abstractions like Actors and Virtual Grains. Capable of millions of messages per second cross-process communication. Write systems that self-heal using supervisor hierarchies. The Actor Model provides a higher level of abstraction for writing concurrent and distributed systems. It alleviates the developer from having to deal with explicit locking and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TensorFlow.NET

    TensorFlow.NET

    .NET Standard bindings for Google's TensorFlow for developing models

    TensorFlow.NET (TF.NET) provides a .NET Standard binding for TensorFlow. It aims to implement the complete Tensorflow API in C# which allows .NET developers to develop, train and deploy Machine Learning models with the cross-platform .NET Standard framework. TensorFlow.NET has built-in Keras high-level interface and is released as an independent package TensorFlow.Keras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ExpSuite
    ExpSuite is a software framework for applications to perform psychoacoustical experiments. ExpSuite allows acoustic and electric stimulation for normal hearing and cochlear implant listeners, respectively.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    VectreViewer: A vector-based file viewer

    VectreViewer: A vector-based file viewer

    A Windows-based viewer currently supporting CDR & 2D DXF files

    This is a Windows-based wireframe viewer currently designed for CDR & 2D R12 DXF files. The DXF renderer supports arcs, circles, lines and polylines. Support for SVG files is coming shortly. Go here to check for updates: https://www.vvwr.net
    Downloads: 2 This Week
    Last Update:
    See Project
  • User-friendly DAM and PIM in one marketing platform | Kontainer Icon
    User-friendly DAM and PIM in one marketing platform | Kontainer

    Improve ROI, save time and professionalize with Kontainer Digital Asset Management that enables brands to organize, tag, convert and distribute photos

    Improve ROI, save time and professionalize with Kontainer Digital Asset Management that enables brands to organize, tag, convert and distribute photos, videos, graphics, PDFs and templates that are easy to search and ready to share and integrate.
    Learn More
  • 10
    DotNET.jl

    DotNET.jl

    This package provides interoperability between Julia and .NET apps

    This package provides interoperability between Julia and Common Language Runtime, the execution engine of .NET applications. Many languages run on CLR, including C#, Visual Basic .NET and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VANESA
    This project moved to GitHub in 2021 and is available at: https://cbrinkrolf.github.io/VANESA/ This tool is a platform-independent software to create individual pathways and to examine biological networks of distributed, heterogeneous data sources, e.g. KEGG, BRENDA. VANESA also offers Petri net modeling of extended hybrid Petri nets which can be also simulated using the OpenModelica framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Semagrams.jl

    Semagrams.jl

    A graphical editor for graph-like structures

    ...The core of Semagrams is just a library; in order to make it do things, one needs to create an "app" that uses it. Currently, the only app that is being developed is a Petri net editor, though this will soon change. In order to run the Petri net editor standalone, install Mill and npm, and then in one terminal in scala/ run mill --watch apps.petri.fullLinkJS and in another terminal in scala/ run npm run dev. The second command should print out a url that you can click on. You may have to run npm install before running npm run dev.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GIER SQL Pivot Table Reports

    GIER SQL Pivot Table Reports

    .NET app for Reporting, Data visualization, Analysis (MS SQL platform)

    Application for reporting and data visualization with possibility to store queries (data sets for reports), settings of fields and parameters. Easy to use, universal, dynamic, desktop,Windows, lightweight application. Displaying of the list of reports to choose. It is used to query MS SQL database and presentation of data in the form of a report ( subtotals and grouping), Pivot Chart or Pivot Table. Can also be created a pure extract and after copy/paste can be manipulated in any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Power Analytics for Excel

    Power Analytics for Excel

    Data Science made available for Excel

    This plugin for Excel comes with statistical methods such as Muliple Regression, Analysis of Variance (ANOVA) and Distribution Tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Limada
    Limada (Linked Marked Data) is a framework for managing relationships of data in non-hierarchical structures, where the individual elements are interconnected in complex ways. The philosophy behind: Information is connection, is relationship of data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    КЛАДР-браузер

    КЛАДР-браузер

    КЛАДР-браузер

    Программа для просмотра данных из КЛАДР. 1) Скачиваете официальные базы КЛАДР-а тут https://www.gnivc.ru/technical_support/classifiers_reference/kladr/ 2) Распаковываете полученный архив в любую папку на компьютере (в папке должны оказаться файлы ALTNAMES.DBF, DOMA.DBF, FLAT.DBF, KLADR.DBF, SOCRBASE.DBF, STREET.DBF). 3) Запускаете мою программу и выбираете File->Create, а там указываете папку куда была распакована база данных КЛАДР и её имя (при желании). Запускаете импорт и ждете...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    LMAPper - The SPM and Mol Viewer

    LMAPper - The SPM and Mol Viewer

    Where SPM images and molecular models meet

    This application lets STM or AFM images AND molecular models to be overlaid. It is useful to understand how your molecules fit to what you observed and can help interpret your data. What makes this application more useful than paint programs (powerpoint or inkscape) is the fact that the size of the images and of the molecule is fixed, so that you know that you are working in real space. Check https://sourceforge.net/p/spm-and-mol-viewer/wiki/Home/ for updates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Crystalsim -  XRD hkl simulation

    Crystalsim - XRD hkl simulation

    X-ray diffraction (XRD) analysis for hkl simulation of any crystal.

    Crystalsim is a simple freeware program with a neat graphical user interface for X-ray diffraction (XRD) data analysis . It can simulates all possible {hkl} planes data for the selected crystal. Crystallographic Information File (.cif) can also be used. Analyze both powder diffraction and single crystal data . Indexed at International Union of Crystallography (IUCR). Crystalline lattice parameters such as ‘a’, ‘b’, ‘c’ as well as interfacial angles such as alpha, beta,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    JAETL - Just Another ETL Tool

    JAETL - Just Another ETL Tool

    Just Another ETL Tool

    JAETL - Just Another ETL tool is a tiny and fast ETL tool to develop data warehouse. JAETL allows to Extract data from ARFF (Weka), CSV, and SQL, Transform the data with join, replace missing values, remove duplicates, mapping filtering, variable selection, and Load the data into SQL server and export to CSV and ARFF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SBML Layout: Graphical SBML Annotations
    The SBMLLayout Project provides libraries and tools for handling layout and render information of SBML Models. Supported are SBML Layout / Render Extension, CellDesigner annotations and JDesigner annotations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    WEMax

    WEMax

    Work Efficiency Maximize Framework: Analyze work and line processes

    - Work in 2013 - The WEMax proposes a framework for the continuous performance improvement of manufacturing lines. The WEMax framework consists of two main activities: 1) assembly work process improvement, including time and motion study, and 2) improvement of line balance efficiency. Although there have been numerous studies on this topic, most of them deal with partial issues rather than the continuous performance improvement of the whole assembly line, which this paper addresses. To...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MoCalc2012

    MoCalc2012

    GUI for MOPAC, DFTB+, GAMESS, Firefly, NWChem, ORCA and PSI4

    MoCalc2012 is a simple, efficient Graphical User Interface for MOPAC, DFTB+, GAMESS(US), Firefly, NWChem, ORCA and PSI4.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 23
    Linear Program Solver (Simplex)
    Linear Program Solver (Solvexo) is an optimization package intended for solving linear programming problems. The main features of the Solvexo are: · Solvexo solver is based on the efficient implementation of the simplex method (one or two phases); · Solvexo provides not only an answer, but a detailed solution process as a sequence of simplex matrices, so you can use it in studying (teaching) linear programming. · Solvexo provides a solution with the graphic method for problems with...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    DBPlot (DataPlot, DatabasePlot, CsvPlot)

    Plot your data in seconds (MsSQL, MySQL, PostgreSQL, SQLite, CSV)

    A great tool to quickly visualize data. DBPlot supports MsSQL, MySQL, PostgreSQL, SQLite, and CSV files with drag-drop and data type inference capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    DSTK - Data Science TooKit 3

    DSTK - Data Science TooKit 3

    Data and Text Mining Software for Everyone

    DSTK - Data Science Toolkit 3 is a set of data and text mining softwares, following the CRISP DM model. DSTK offers data understanding using statistical and text analysis, data preparation using normalization and text processing, modeling and evaluation for machine learning and algorithms. It is based on the old version DSTK at https://sourceforge.net/projects/dstk2/ DSTK Engine is like R. DSTK ScriptWriter offers GUI to write DSTK script. DSTK Studio offers SPSS Statistics like GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next