Showing 58 open source projects for "projects"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    Cytoscape.js

    Cytoscape.js

    Graph theory library for visualization and analysis

    A fully featured graph library written in pure JS. Permissive open source license (MIT) for the core Cytoscape.js library and all first-party extensions. Used in commercial projects and open-source projects in production. Designed for users first, for both frontfacing app usecases and developer usecases. Highly optimized. Compatible with All modern browsers. Legacy browsers with ES5 and canvas support. ES5 and canvas support are required, and feature detection is used for optional performance enhancements. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    CondaPkg.jl

    CondaPkg.jl

    Add Conda dependencies to your Julia project

    ...Conda dependencies are defined in CondaPkg.toml, which is analogous to Project.toml. CondaPkg will install these dependencies into a Conda environment specific to the current Julia project. Hence dependencies are isolated from other projects or environments. Functions like add, rm, status exist to edit the dependencies programmatically. Or you can do pkg> conda add some_package to edit the dependencies from the Pkg REPL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    SatelliteToolbox.jl

    SatelliteToolbox.jl

    A toolbox for satellite analysis written in julia language

    The SatelliteToolbox.jl contains a set of packages with functions to perform analysis and build simulations related to satellites. It is used on a daily basis on projects at the Brazilian National Institute for Space Research (INPE).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ECharts

    ECharts

    A powerful, interactive charting and visualization library for browser

    ECharts is a free and open source charting and visualization library that gives you an easy way to add interactive, intuitive, custom charts to your commercial products, projects, presentations and more. It offers a rich set of features that includes rendering ability for ten-million-level data, Wechart and Powerpoint support, multi-dimension data analysis, and more. It also has a number of extensions for various applications. ECharts is written in pure JavaScript, and is based on zrender, a new and lightweight canvas library.
    Downloads: 8 This Week
    Last Update:
    See Project
  • AL Mobile | Construction and Field Service Management Tracking Software Icon
    AL Mobile | Construction and Field Service Management Tracking Software

    Construction, energy, and field service companies looking for a mobile workforce management solution to streamline time tracking, attendance tracking,

    Track your Users and Employees Easily. With a new graphical interface, you have an overview of all the data synced by your users directly from your screen.
    Learn More
  • 5
    Matplot++

    Matplot++

    Matplot++: A C++ Graphics Library for Data Visualization

    Data visualization can help programmers and scientists identify trends in their data and efficiently communicate these results with their peers. Modern C++ is being used for a variety of scientific applications, and this environment can benefit considerably from graphics libraries that attend the typical design goals toward scientific data visualization. Besides the option of exporting results to other environments, the customary alternatives in C++ are either non-dedicated libraries that...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Go Recipes

    Go Recipes

    Collection of handy tools for Go projects

    ...Other nodes, which aren't in the final build list, are colored grey — by the official Go team. Use to find unexpected dependencies or visualize the project. Works best for a small number of packages, for large projects use grep to narrow down subgraph. Collect all the licenses or check if you can use the project for example in a proprietary or commercial environment. Tell Go compiler which versions of upstreams to include in your build. Tell all users of your module how to deal with versions of your module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FFTW.jl

    FFTW.jl

    Julia bindings to the FFTW library for fast Fourier transforms

    ...Users with a build of Julia based on Intel's Math Kernel Library (MKL) can use MKL for FFTs by setting a preference in their top-level project by either using the FFTW.set_provider!() method, or by directly setting the preference using Preferences.jl. Note that this choice will be recorded for the current project, and other projects that wish to use MKL for FFTs should also set that same preference. Note further that MKL provides only a subset of the functionality provided by FFTW.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    Apexcharts.js

    Apexcharts.js

    Interactive JavaScript Charts built on SVG

    ...Packed with the features that you expect, ApexCharts includes over a dozen chart types that deliver beautiful, responsive visualizations in your apps and dashboards. ApexCharts is an MIT-licensed open-source project that can be used in commercial and non-commercial projects. You can create a combination of different charts, sync them and give your desired look with unlimited possibilities. Below is an example of synchronized charts with github style. Zoom, Pan, Scroll through data. Make selections and load other charts using those selections. An example showing some interactivity. Another approach to Drill down charts where one selection updates the data of other charts. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Gource

    Gource

    Software version control visualization

    Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. Gource includes built-in log generation support for Git, Mercurial, Bazaar and SVN. Gource can also parse logs produced by several third party tools for CVS repositories.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Project Planning and Management Software | Planview Icon
    Project Planning and Management Software | Planview

    Connect programs, projects, resources, and financials with business outcomes using portfolio management software from Planview.

    Planview® Portfolios enables enterprises to accelerate strategic execution by seamlessly integrating business and technology planning, optimizing resources, and leveraging the power of embedded AI — Planview Anvi™ — to deliver breakthrough products, services, and customer experiences. This unified approach aligns strategy with execution, driving enhanced business performance across the organization.
    Learn More
  • 10
    XState

    XState

    State machines and statecharts for the modern web

    ...The following fundamental computer science concepts are important to know how to make the best use of XState, and in general for all your current and future software projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pkg Julia

    Pkg Julia

    Package manager for the Julia programming language

    ...The exact set of packages and versions in an environment is captured in a manifest file which can be checked into a project repository and tracked in version control, significantly improving reproducibility of projects. If you’ve ever tried to run code you haven’t used in a while only to find that you can’t get anything to work because you’ve updated or uninstalled some of the packages your project was using, you’ll understand the motivation for this approach. In Pkg, since each project maintains its own independent set of package versions, you’ll never have this problem again. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jluna

    jluna

    Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use

    Julia is a beautiful language, it is well-designed and well-documented. Julia's C-API is also well-designed, less beautiful, and much less... documented. jluna aims to fully wrap the official Julia C-API, replacing it in projects with C++ as the host language, by making accessing Julia's unique strengths through C++ safe, hassle-free, and just as beautiful. It allows for easy integration of Julia scripts and packages into projects with C++ as the host language, making language interaction easy and convenient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Rawgraphs app

    Rawgraphs app

    A web interface to create custom vector-based visualizations

    Inspired by and built on top of open-source projects. RAWGraphs is open to the community for contributions. Almost 30 visual models to visualize quantities, hierarchies, and time series and find insights in your data. Even though RAWGraphs is a web app, the data you insert will be processed only by your web browser. Save your project, or export it as a vector or raster image. Edit it within your favorite software.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 14
    MathMod

    MathMod

    MathMod is a mathematical modeling software

    ...Change-log for MathMod-13.0 (15/11/2025) 1) Scripts generator to add thickness to iso/parametric surfaces 2) Undo/Redo commands for navigating through previous scripts 3) New scripts, Bug-fixes, code optimization and documentation update For a complete list of changes made during the course of development, please visit: https://github.com/users/parisolab/projects/2
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 15
    OSHMI - Open Substation HMI

    OSHMI - Open Substation HMI

    SCADA HMI for substations, IoT and automation applications

    Now with IEC61850 support! This project combines existing open source projects and tools to create a very capable, mobile and cloud-friendly HMI system that can rival proprietary software. This approach makes it possible to join forces of each project (Chromium, SVG/HTML5, PHP, Lua, SQLite, Inkscape, Lib61850, OpenDNP3, Nginx, Vega, PostgreSQL, Grafana,…) to achieve a great set of open, evergreen, modular and customizable tools for building great HMIs for automation projects. ...
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 16

    TabuVis

    An Interactive Visualisation for Tabular Data

    ...It utilizes scatter-plot visualization approach to provide comprehensive and interactive views for different attribute mappings. It provides single scatter-plot and multiple scatter-plots together with Map (GIS) capability. The project is available at: http://staff.scem.uws.edu.au/~vinh/projects/TabuVis/ Related publications: https://www.sciencedirect.com/science/article/pii/S2468502X20300358 https://dl.acm.org/doi/pdf/10.1145/2968220.2968248 https://link.springer.com/content/pdf/10.1007/s11432-013-4870-1.pdf https://dl.acm.org/doi/pdf/10.1145/2397696.2397705
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    FastAI.jl

    FastAI.jl

    Repository of best practices for deep learning in Julia

    FastAI.jl is a Julia library for training state-of-the-art deep learning models. From loading datasets and creating data preprocessing pipelines to training, FastAI.jl takes the boilerplate out of deep learning projects. It equips you with reusable components for every part of your project while remaining customizable at every layer. FastAI.jl comes with support for common computer vision and tabular data learning tasks, with more to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...It includes handy wrappers for most OpenGL entities. gloost can be used freely under the terms of the GPL. It is also possible to get gloost licensed under the terms of the LGPL for selected projects. Please contact Felix Weißig ( thesleeper@gmx.net ) if you are interested to licence gloost under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    QtiPlot
    QtiPlot is a user-friendly, platform independent data analysis and visualization application similar to the non-free Windows program Origin.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 20
    React Sight

    React Sight

    Visualization tool for React, with support for Fiber, Router, etc.

    ...We built React Sight because there are no tools on the market that give you a visual representation of the structure of your App. When we were developing our own projects, we wished we had a way to see how everything was structured.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GEOMS2

    GEOMS2

    Geostatistics and geosciences modeling software

    ...attredirects=0&d=1 http://sourceforge.net/projects/geoms2/files/Mining.7z/download
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Free_Balistic

    Free_Balistic

    Input physical measures, calculate and show ballistic curve chart.

    ...The app is currently in the middle state of development, and will recive at least one update. The curent target of this project is to achieve modification of chart display, that allows to show all scope of calculated values. In opposite to similar projects, this one is oriented to consider additional physical conditions, that can affect on the sphere-body movement, especially air resistance and throw angle For more info visit: www.freebasic.net/forum/viewtopic.php?f=8&t=27484
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Vytics Community

    Vytics Community

    Query and plot data in seconds (Excel, CSV, SQL and NoSQL DBMS)

    Vytics lets you query and plot csv data, Excel files, databases (SQL and NoSQL). You can also organize your queries, data and graphs into reports and projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    IDA ClassInformer PlugIn

    IDA Pro plug-in to fix/extract/view RTTI information

    ...Mentioned in Chris Eagle's: "The IDA Pro book": https://www.nostarch.com/idapro2.htm See: http://en.wikipedia.org/wiki/RTTI * July 2018, updated to IDA 7.1 Requires IDA Pro 7.1 or greater. To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 51 This Week
    Last Update:
    See Project
  • 25
    Objective-C And Swift Dependencies

    Objective-C And Swift Dependencies

    Objective-C and Swift dependency visualizer

    Objective-C Dependency Visualizer is a tool that generates dependency graphs for Objective-C projects, helping developers understand code structure and module relationships.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next