Showing 31 open source projects for "step"

View related business solutions
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 1
    Wflow.jl

    Wflow.jl

    Hydrological modeling

    ... model concepts are available, which maximizes the use of open earth observation data, making it the hydrological model of choice for data-scarce environments. Based on gridded topography, soil, land use and climate data, wflow calculates all hydrological fluxes at any given grid cell in the model at a given time step.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Infiltrator.jl

    Infiltrator.jl

    No-overhead breakpoints in Julia

    This package provides the @infiltrate macro, which acts as a breakpoint with negligible runtime performance overhead. Note that you cannot access other function scopes or step into further calls. Use an actual debugger if you need that level of flexibility. Running code that ends up triggering the @infiltrate REPL mode via inline evaluation in VS Code or Juno can cause issues, so it's recommended to always use the REPL directly. When the infiltration point is hit, it will drop you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ReservoirComputing.jl

    ReservoirComputing.jl

    Reservoir computing utilities for scientific machine learning (SciML)

    ReservoirComputing.jl provides an efficient, modular and easy-to-use implementation of Reservoir Computing models such as Echo State Networks (ESNs). For information on using this package please refer to the stable documentation. Use the in-development documentation to take a look at not-yet-released features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Functors.jl

    Functors.jl

    Parameterise all the things

    Functors.jl provides tools to express a powerful design pattern for dealing with large/ nested structures, as in machine learning and optimization. For large machine learning models, it can be cumbersome or inefficient to work with parameters as one big, flat vector, and structs help manage complexity; but it is also desirable to easily operate over all parameters at once, e.g. for changing precision or applying an optimizer update step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5
    LineSearches.jl

    LineSearches.jl

    Line search methods for optimization and root-finding

    Line search methods for optimization and root-finding. This package provides an interface to line search algorithms implemented in Julia. The code was originally written as part of Optim, but has now been separated out to its own package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gaston.jl

    Gaston.jl

    A julia front-end for gnuplot

    Gaston is a Julia package for plotting. It provides an interface to gnuplot, a powerful plotting package available on all major platforms. The current stable release is v1.1.0, and it has been tested with Julia LTS (1.6) and stable (1.8), on Linux. Gaston should work on any platform that runs gnuplot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FiniteDifferences.jl

    FiniteDifferences.jl

    High accuracy derivatives, estimated via numerical finite differences

    FiniteDifferences.jl estimates derivatives with finite differences. See also the Python package FDM. FiniteDiff.jl and FiniteDifferences.jl are similar libraries: both calculate approximate derivatives numerically. You should definitely use one or the other, rather than the legacy Calculus.jl finite differencing, or reimplementing it yourself. At some point in the future, they might merge, or one might depend on the other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bayesian Optimization

    Bayesian Optimization

    Python implementation of global optimization with gaussian processes

    This is a constrained global optimization package built upon bayesian inference and gaussian process, that attempts to find the maximum value of an unknown function in as few iterations as possible. This technique is particularly suited for optimization of high cost functions, situations where the balance between exploration and exploitation is important. More detailed information, other advanced features, and tips on usage/implementation can be found in the examples folder. Follow the basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TexGen
    TexGen is a geometric textile modelling software package to be used for obtaining engineering properties of woven textiles and textile composites. Citing TexGen We would be grateful if you could acknowledge use of TexGen where appropriate and suggest using one of the following references: L P Brown and A C Long. "Modelling the geometry of textile reinforcements for composites: TexGen", Chapter 8 in "Composite reinforcements for optimum performance (Second Edition)", ed. P Boisse, Woodhead...
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    Gap.app

    Gap.app

    Gap.app is a frontend and distribution for GAP on macOS

    A native Macintosh front-end and distribution for the GAP computer algebra system. It provides a Mac-like command editing environment and save/load, while making available graphical libraries compatible with xgap.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11
    Strategems

    Strategems

    Quantitative systematic trading strategy development and backtesting

    Strategems is a Julia package aimed at simplifying and streamlining the process of developing, testing, and optimizing algorithmic/systematic trading strategies. This package is inspired in large part by the quantstrat1,2 package in R, adopting a similar general structure to the building blocks that make up a strategy. Given the highly iterative nature of event-driven trading strategy development, Julia's high-performance design (particularly in the context of loops) and straightforward...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flame Graphs

    Flame Graphs

    Stack trace visualizer

    Flame graphs are a visualization of profiled software, allowing the most frequent code-paths to be identified quickly and accurately. They can be generated using my open source programs, which create interactive SVGs. See the Updates section for other implementations. Recently I've been helping with d3-flame-graph. The x-axis shows the stack profile population, sorted alphabetically (it is not the passage of time), and the y-axis shows stack depth, counting from zero at the bottom. Each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Pi-Trav

    An interactive pi walk.

    A simulation and visualization of random walks based on the digits pi. This program also has a settings menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Illustrated Algorithms

    Illustrated Algorithms

    Interactive algorithm visualizations

    ... the context at every step. Literally the same source file. Going back and forth between function execution (and call stack when algorithm uses recursion) is effortless. So is pausing and resuming. This project uses styled-jsx, but takes the idea of CSS-in-JS even further. Sizing, positioning and transition offsets are computed by JS, all before elements hit the DOM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Fast Neurite Tracer

    Fast Neurite Tracer

    Semi-automatic neurite tracing with tera-bytes of imaging data.

    Fast Neurite Tracer (FNT) is a tool for semi-automated neurite tracing. FNT can handle big imaging data such as fMOST data. It can also process other types of light imaging data in general. FNT is designed to be * accurate in tracing (each tracing step needs your confirmation), * fast (operations using computer mouse is reduced with automatic searching), * scalable (large volume data of tera-bytes in size are supported). Other features include * the results can be exported to SWC files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DIY Zoning
    Step-by-step instructions for making your HVAC (Heating, Ventilation & Air Conditioning) system state-of-art. Covers airflow balancing, temperature control & zoning, energy conservation measures, remote access, 1-wire, XBee devices, home automation
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Arcadia is a light-weight, cross-platform, C++ desktop application designed for visualizing biological networks such as metabolic pathways.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Scenario Editor And Visualizer

    Scenario Editing and Visualization tool for Scientific scenes

    ... and processing power available and availability of experimentation platforms could hold the key to an enchanting learning experience. The first step is an editing and visualization tool. Described in paper http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6629931&refinements%3D4278371973%26queryText%3DGlobal+Humanitarian+Technology+Conference%3A+South+Asia+Satellite+.LB.GHTC-SAS.RB.%2C+2013+IEEE#!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    Runge is an Interactive Solver for Systems of Ordinary Differential Equations. It solves initial value problem (aka Cauchy problem). Few advantages Runge provides: It's fast. It utilizes BLAS and LAPACK libraries optimized for modern multi-core processors. It's interactive. It allows you to start a solution by mouse click on a plane. It's precise. It uses Runge Rule to adjust step length to satisfy required precision on each step. It's effective. When it needs to compute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Triangulator

    Simple example for triangulate polygon with allegro engine (C++)

    Simple example for triangulate polygon with allegro engine (C++). This project provided "as is". It have two bugs: cursor and camera orientation. If you do not pay attention to it, the program is working. Maybe I'll fix it later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ns-2 Trace Toolkit

    ns-2 Trace Toolkit

    This toolkit allows you to analyze and validate ns-2 traces

    ... the movement of the nodes, in different modes: step-by-step and continue motion. During the simulation, the information of each node (speed and position) is shown. Finally, basic manipulation of trace files are also available in the tool. For example, users can generate a new trace file that contains the movements of a selection of nodes, or shift the positions of nodes toward the origin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Ascalaph Graphics
    Molecular Graphics and Dynamics. Molecular model builder. Part of the Ascalaph Designer http://sourceforge.net/projects/asc-designer/ project. Windows & Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Application allows you to understand better six sorting algorithms (Insert, Select, Bubble, Quick, Merge, Heap). Time controls included like pause and step-by-step execution. Executed code is highlighted (just like in any debugger).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Our goal is to create a library of GPS funtionality that helps application developers in writing high-level GPS applications by hiding device specifics. In a Second step we use this lib to create a GUI Application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple presentation/slide show application. Works on individual name-sequenced picture files. Automatic/step-by-step operation. works both fullscreen and windowed. Interval is in millis. Admits slide-show title. No runtime needed. Native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next