Showing 21 open source projects for "simple basic"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Luxor

    Luxor

    Simple drawings using vector graphics; Cairo "for tourists!"

    Luxor is a Julia package for drawing simple static 2D vector graphics. It provides basic drawing functions and utilities for working with shapes, polygons, clipping masks, PNG and SVG images, turtle graphics, and simple animations. The focus of Luxor is on simplicity and ease of use: it should be easier to use than plain Cairo.jl, with shorter names, fewer underscores, default contexts, and simplified functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Apexcharts.js

    Apexcharts.js

    Interactive JavaScript Charts built on SVG

    A modern JavaScript charting library that allows you to build interactive data visualizations with simple API and 100+ ready-to-use samples. 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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    go-streams

    go-streams

    A lightweight stream processing library for Go

    A lightweight stream processing library for Go. go-streams provides a simple and concise DSL to build data pipelines. In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion. Some amount of buffer storage is often inserted between elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Roots.jl

    Roots.jl

    Root finding functions for Julia

    This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math. The find_zero function provides the primary interface. The basic call is find_zero(f, x0, [M], [p]; kws...) where, typically, f is a function, x0 a starting point or bracketing interval, M is used to adjust the default algorithms used, and p can be used to pass in parameters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    Charts.css

    Charts.css

    Open source CSS framework for data visualization

    ...The key feature is the ability to customize everything using basic CSS. Frontend developers can target any HTML element and customize it. This philosophical guideline is what makes the framework so flexible, easy, and fun to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    HyperTools

    HyperTools

    A Python toolbox for gaining geometric insights

    ...The basic pipeline is to feed in a high-dimensional dataset (or a series of high-dimensional datasets) and, in a single function call, reduce the dimensionality of the dataset(s) and create a plot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others). Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
    Leader badge
    Downloads: 1,980 This Week
    Last Update:
    See Project
  • 8
    qvge

    qvge

    Qt Visual Graph Editor

    qvge is a multiplatform graph editor written in C++/Qt. Its main goal is to make possible visually edit two-dimensional graphs in a simple and intuitive way. Please note that qvge is not a replacement for such a software like Gephi, Graphvis, Dot, yEd, Dia and so on. It is neither a tool for "big data analysis" nor a math application. It is really just a simple graph editor :)
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Davinci

    Davinci

    Davinci is a DVsaaS (Data Visualization as a Service) Platform

    ...In the field of data visualization, Davinci attaches great importance to basic interaction ability and various chart options; meanwhile, it lays more stress on integration and customization capability as well as sharing and intelligence capability.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    CNN Explainer

    CNN Explainer

    Learning Convolutional Neural Networks with Interactive Visualization

    In machine learning, a classifier assigns a class label to a data point. For example, an image classifier produces a class label (e.g, bird, plane) for what objects exist within an image. A convolutional neural network, or CNN for short, is a type of classifier, which excels at solving this problem! A CNN is a neural network: an algorithm used to recognize patterns in data. Neural Networks in general are composed of a collection of neurons that are organized in layers, each with their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 8 This Week
    Last Update:
    See Project
  • 12
    React-Datasheet

    React-Datasheet

    Excel-like data grid (table) component for React

    This small component allows you to integrate an excel-like datasheet. By default, the spreadsheet handles keyboard navigation and copy-pasting of cells. This example computes expression underneath using mathjs. On an invalid expression, the cell changes color to show the error. Note that react-datasheet does not handle the validation nor the formula computation. Custom renderers allow you to add significant new capabilities to your sheets without requiring changes to react-datagrid itself....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JuliaFEM.jl

    JuliaFEM.jl

    The JuliaFEM software library is a framework

    The basic design principle is: that everything is nonlinear. All physics models are nonlinear from which the linearization are made as special cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Penthode

    Penthode

    Penthode simulates, draw and plot electrical power distributions

    Given a simple net-list describing the high level power architecture of your system Penthode: - simulates the voltage and current from device turn on to the steady state. - highlights components working out of specification - draws a nice power tree diagram showing the currents/powers balance - plots node transient voltage and gate current waveforms It is possible to change component parameters interactively to improve the design
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cleaver

    Cleaver

    30-second slideshows for hackers

    Cleaver is a one-stop-shop for generating HTML presentations in record time. Using some spiced up markdown, you can produce good-looking, interactive presentations with a just a few lines of text. Cleaver supports several basic options that allow you to further customize the look and feel of your presentation, including author info, stylesheets, and custom templates. Cleaver has substantial theme support to give you more fine-grained control over your presentation, similar to options....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SCOREMATH

    SCOREMATH

    Excel function for multi-criteria selection problems

    SCOREMATH implements the simple-yet-ingenious weighted linear model for multi-criteria selection problems described in Ng, Wan Lung. "An efficient and simple model for multiple criteria supplier selection problem." European Journal of Operational Research 186, no. 3 (2008): 1059-1067. "There are many real situations where the decision makers are able to tell the criteria importance ranking (although they cannot tell the exact values of weights). The decision makers may not have enough...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    books

    Auto Tuning Studio Specification, QT5

    ...Код совсем не оптимизирован, сделан на коленке, первый проект на QT ____________________________________ Maintaining a database of vehicles in production or tuning studio . A simple base, with the possibility of adding a basic material for production. Nailed to a particular production . The code is not optimized , made ​​on the knee , the first project on the QT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    locusvu

    Tool for genomics;automates data retrieval from db;enables workflows

    ...It then enables multiple workflows on the retrieved results, like comparing multiple datasets (comparative genomics), viewing neighboring genes for a loci from within the tool itself, or graphically representing these results in bar / pie charts. LocusVu has a simple easy-to-use GUI on the frontend which enables intuitive user interaction with the underlying logic. The tool can be easily extended to add support for other databases (eg. Ensembl) or to fetch information from other tables in the database. Thus, LocusVu provides a basic framework that can be used by users and developers alike in simplifying existing workflows and creating newer ones to support data analysis in genomics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flare

    Flare

    Flare is an ActionScript library for creating visualizations

    ...From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Control y registro simple de clientes para Wisp genera contratos recibos actualiza y borra registro incluye un listado de todos los clientes registrados administrador: admin llave: admin
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    StageLight Basic is a simple automated stage lighting sequencer idea for Schools, traveling performers, shops and small theatres.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB