31 projects for "program" with 2 filters applied:

  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Minsky

    Minsky

    System dynamics program with additional features for economics

    Minsky brings system dynamics and monetary modelling to economics. Models are defined using flowcharts on a drawing canvas (as are Matlab's Simulink, Vensim, Stella, etc). Minsky's unique feature is the "Godley Table", which uses double entry bookkeeping to generate stock-flow consistent models of financial flows. Minsky is good for demonstrating mathematics too, with the most "math-like" interface in system dynamics. Sign up to Minsky's Patreon page (for as little as $1 a month) at...
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 2
    Automatic Drawing Generation

    Automatic Drawing Generation

    A canvas library for generating technical drawings

    ...A demo application is provided in order to show the capabilities of the canvas. Although it is possible to interact with the library directly in C (that is what the adg-demo program is doing), the canvas is expected to be used from higher level languages, much in the same way as what done in the GNOME stack. Lua bindings based on LGI are already provided out of the box. The adg-lua project, downloadable from the "Files" section, provides Lua programs and demos that leverages these bindings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    The libbuspirate is a C library to talk with the bus pirate hardware (http://dangerousprototypes.com/docs/Bus_Pirate) in raw, binary scripting mode. The libbuspirate allows to quickly write a short C program to test interfacing with your favorite hardware. The library has mainly be used to interface through SPI with RF transceivers such as CC2500, MRF24J40, Ethernet controller such as ENC28J60, EEPROMs such as 24C02, 24FC1025, LCD display (PCD8544 / Nokia5110), LED display (HT1632), ... Example source code to talk with this hardware is provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Periodic Table of Elements

    Periodic Table of Elements

    Periodic Table of Elements a quick reference tool

    Periodic Table of Elements is a quick reference tool that allows you a quick glance to get general information about an element. The program is for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    PortOpt

    PortOpt

    A portfolio-optimizer using Markowitz(1952) mean-variance model

    PortOpt [Portfolio Optimizer] is a C++ program (with Python binding) implementing the Markowitz(1952) mean-variance model with agent's linear indifference curves toward risk in order to find the optimal assets portfolio under risk. You have to provide PortOpt (in text files or - if you use the api - using your own code) the variance/covariance matrix of the assets, their average returns and the agent risk preference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    beam3d

    3d beam FEM structural analysis

    3D FEM structural analysis using the beam element. It works with macro preprocessor and system pipes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    QSapecNG
    QSapecNG is a Qt-based symbolic analysis program for linear analog circuits. In fact, it consists of two indipendently parts: the SapecNG framework engine, and the application gui QSapecNG.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8

    Diagonal

    A command line toolki to solve a problem your favorite program defines

    Diagonal can be used for: - getting descriptive statistics such as mean/median/mode with your program producing a sample - finding a root of an equation your program defines - calculating a fixed point of a function your program defines - detecting a cycle of a fuction your program defines as well as - decoding a VCDIFF file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C/C++ Program Perfometer

    C/C++ Program Perfometer

    The program enables to get performance of C/C++ program for any metric

    The program enables to get performance of C/C++ program and separated pieces of code for any metrics (for instance : time, memory, metrics defined by user etc.). The measurement results are represented in detailed/summary reports. Latest Version: 2.10
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    gMol

    gMol

    gMol molecular graphics

    We've moved to https://github.com/tjod/gMol/wiki gMol is an interactive visualization system used to display and manipulate 3-dimensional models of scientific data, such as molecular structures and surfaces. It contains both OpenGL and web browser widgets that enable flexible user interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    kmatrice

    kmatrice es un programa de Algebra Lineal

    kmatrice es un programa dirigido a los interesados en el Algebra Lineal y las matemáticas en general, sera de gran ayuda en la comprensión y el desarrollo de las operaciones que pueden ser realizadas con los renglones y las columnas de una matriz.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12

    House Builder

    This program solves the house building problem.

    The file house_builder_backtrace.f is a Fortran program for solving the house building problem as described by Dr. James Grime (aka singingbanana). One of the many 17 point solutions is 0.029 0.542 0.852 0.270 0.710 0.423 0.926 0.138 0.620 0.343 0.777 0.207 0.485 0.971 0.092 0.667 0.382 There are no 18 point solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    pymatlab

    A pythonic interface to MATLAB

    ...Pymatlab makes it easier for users to integrate a project with a large MATLAB codebase into python scripts by using MATLAB scripts as a part of the python program. The basic functionality of this package is to send data from Python to MATLAB's workspace to be able to run Matlab function on the data. After processing you retrieve back data to python. This enables you to process data with Mathlab's built in functions, toolboxes or Matlab-scripts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LMFD

    LMFD

    Lattice-based Multi-Fluids Dynamics;LBM for Gas-solid Two-phase Flows

    LMFD ( Lattice-based Multi-Fluids Dynamics) is a multiphase flow simulator in framework of lattice Boltzmann method (LBM). It is a program for the modeling and simulation of multiphase flows (mainly gas-solid two-phase flows) at different levels, including macroscopic two-fluid model (TFM), mesoscopic discrete particle simulation (DPS) , and microscopic direct numerical simulation (DNS) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SphereSim

    SphereSim

    Physical simulation of particle movements

    Physical simulation of particle movements. The computer program SphereSim simulates and animates the behavior and the movement of particles in a space. By forces (such as gravity in a particular direction and between the particles, repulsion of the particles against each other and from the walls, Lennard-Jones-Potential between particles) different physical effects in particle groups are calculated and shown, such as the Brownian motion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CrossCompiler

    A new way to program on VEX Robotics.

    A new way to program on VEX Robotics.Easy vb-style objective program style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CalcPi

    CalcPi

    This is a multiplatform program to calculate pi.

    This program calculates pi and other mathematical constants to arbitrary precision, only limited by processing power and memory. Its main feature is not speed, but multiplatform capability and a nice GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    gbview
    is a interactive molecular visualisation program designed especially designed for coarse-grained simulation of non-spherical particles. Ellipsoids (Gay-Berne), disks, and custom shaped uniaxial particle (e.g. pear-shaped particles) can be represented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Registrator

    Program collects operational data from various devices

    Program collects operational data from various devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    comStudio

    comStudio

    Serial communication utility

    ...If you like, hate or simply use this software, if you find any bug or have any request, please do not hesitate to let me know through the services offered by the site that hosts the project or through my Facebook page (http://facebook.com/koalakoker). And (if you think it's the case) do not hesitate to recommend the program to your friends.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Sudoku Solver

    A simple sudoku solver !

    This program solves sudoku grids, using human techniques and brute force. It is written in c++ using Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This software is a computer program whose purpose is to fortran mathematics library and some solve linear equation in high performance computing. I create this software for for my last year of engineer school (Scientific Computing Option)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    A colorized interactive dotplot program designed for pair-wise comparisons of RNA & DNA. The original idea was from the mind of late Prof. William J. Dreyer of Caltech. The idea is to be able to see the "tapestry" of life, which comes alive with color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Numb3rs is a program to assist students in understanding the math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The program for image classification,processing and computer vision.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next