Showing 30 open source projects for "code editoral software"

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
    Madagascar
    Madagascar is a software package for geophysical data processing and reproducible numerical experiments. The package mission is to provide a convenient environment for researchers working with digital image and data processing in geophysics and related fields.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2

    Fosite - advection problem solver

    numerical simulation code for solving transport equations in 1D/2D/3D

    ...The software is thereby optimized for the NEC SX-Aurora TSUBASA Vector Engine .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    QResistorCalculator

    QResistorCalculator

    This is a reistor color calculator for debian/linux systems.

    For now, I've only created a resistor color code calculator. But more will follow, and all modules will be integrated into a single platform. My Github: https://github.com/shampuan/QTronics-Toolset All my apps: https://sourceforge.net/u/shampuan/profile
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CAMPARI

    CAMPARI

    Software for molecular simulations and trajectory analysis

    We are proud to introduce version 5 of CAMPARI. We have added a number of new features, most notably a Python interface for interpreting user-supplied code (with the help of ForPy), a novel trajectory storage standard (with the help of libpqxx/PostgreSQL), and a module for performing transition path theory. Naturally, CAMPARI continues to provide the reference implementation of the ABSINTH force field paradigm and implicit solvation model. CAMPARI is a joint package for performing and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    ...High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports a commercially available DSP hardware and provided also Open Source Code for all the low level signal processing tasks and instrument controls in a most flexible and adaptable manner. All latest software is available via SVN only or Live Demo/Install CD: http://www.ventiotec.de/linux/GXSM-Linux.iso
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    PUPIL
    PUPIL (Program for User Package Interface and Linking), is a software environment that allows developers to link quickly and efficiently together multiple pieces of software in a fully automated multi-scale simulation. More specifically, it supports QM/MM MD simulations where the user might choose among any of the different MD engines and QM engines, which are connected to PUPIL as external programs through a tiny specific interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ...The code is written to take advantage of multilevel parallelisms of the FEAST eigenvalue solver to target systems containing many distributed-memory compute nodes. The real space mesh is generated using the software tetgen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Quan is designed to model physical quantities in C++ programs. Advantages include automated dimensional analysis checking, automatic unit conversions, self documentation of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    CAELinux is an installable live (USB) Linux distribution dedicated to open source engineering with a focus on Computer Aided Engineering and Scientific Computing. Based on Ubuntu, it features a ready to use workstation environment for open source product development, makers and scientist with many CAD/CAM/CAE applications for mechanical design, stress analysis, heat transfer, flow simulation and CNC manufacturing / 3D printing as well as electronic design tools and a complete development...
    Leader badge
    Downloads: 147 This Week
    Last Update:
    See Project
  • Reprise License Manager Icon
    Reprise License Manager

    Reprise License Management exists to save software publishers time and money by providing secure, dynamic and reliable license management.

    At Reprise Software, we simplify software licensing, allowing you to concentrate on creating exceptional software. With a competitive pricing model, our solutions like RLM and Activation Pro offer robust license protection for publishers of all sizes. Our services support both on-premises and cloud licensing, ensuring high-quality, accessible licensing solutions for every developer and enterprise.
    Learn More
  • 10
    QualityControlForRadiology

    QualityControlForRadiology

    QC tests and patient doses from radiodiagnostic XRay equipment

    ...This program is found here: https://sourceforge.net/projects/doseinhumanbody/ Read the "README" file for details. Source code and documentation included. Also, available on GitHub: https://github.com/ZiliasTheSaint/RadQC.git Check out for dependent module!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DoseInHumanBody

    DoseInHumanBody

    Patient dose from medical X-ray and other sources

    ...This package does not contain all data required to run, i.e. does not contain GEANT4 libraries and GEANT4 nuclear data (for saving space). It does contain however the X-Ray spectrum data. Read README.txt me inside Build folder for how to fix it. Source code included. Also, available on GitHub: https://github.com/ZiliasTheSaint/DoseInHumanBody.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RadiationHelper

    RadiationHelper

    Alpha, Beta, Gamma measurements and Nuclide exposure

    ...It is platform independent (written entirely in Java). Source code included in jar files! Also, available on GitHub: https://github.com/ZiliasTheSaint/RadiationHelper.git Checkout for dependent modules!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DetectorCalibration

    DetectorCalibration

    Peak and global efficiency of radiation source-detector equipment

    ...D:\\DetectorCalibration\\Build) and, if on Linux, next lines pointing to the Geant4 data. RadiationHelper is found here: https://sourceforge.net/projects/radiationhelper/ Source code included. Also, available on GitHub: https://github.com/ZiliasTheSaint/DetectorCalibration.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SoAx

    Structure of Arrays of multiple types

    Structures of arrays (SoA) are generally faster than arrays of structures (AoS) while AoS are more handy. This project (SoAx) combines the advantages of both. By means of C++(11) meta-template programming SoAx achieves maximal performance (efficient use of vector units and cache of modern CPUs) while providing a very convenient user interface (including object-oriented element handling) and flexibility. It has been designed to handle list-like sets of particles (similar to struct {int id;...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Quantum Wells, Wires and Dots

    Quantum Wells, Wires and Dots

    A set of tools for simulating semiconductor nanostructures.

    This software accompanies the textbook "Quantum Wells, Wires and Dots" (4th Edition), Paul Harrison and Alex Valavanis, Wiley, Chichester (2015). It is adapted (by the same authors) from code that was originally supplied on a CD with the first edition of the book [1] and is now made available under the GPL3 license. In brief, we encourage everyone to use the software in your studies and research, to study and modify the source-code and to share it widely. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    FAST Simulations

    FAST Simulations

    An Open source Analysis and SImulation Toolbox for Fuel Cells

    FAST is an Analysis and Simulation Toolbox (FAST) for Fuel Cells (FC) FAST-FC is the doctorate work of David B. Harvey and was developed with support from the U.S. DOE, Ballard, and Queen's University. Derivative works of FAST-FC include FC-APOLLO which is a forked branch of this project intended to capture the code state at the exit of the funded DOE project. FAST-FC is the open and active community branch. FAST-FC is developed and maintained by the original creator and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PneumaticDampener

    Software to analyze the behaviour of a pneumatic dampener

    This software perform the analysis of the pneumatic dampener under dynamic load. The loading is defined by the pressure table. For results the Adams integration scheme is used. Source code will be opened as soon as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ThermV

    Comprehensive thermal analysis software package

    ...The modules for peak deconvolution, peak profile analysis and determination of Ea and lnA will be provided first. Full GUI will be provided in beta stage. Due to computational limitations, the code is partly programmed in Python and partly in R. Python code will eventually be fully integrated into GUI. R code might remain standalone, although it will be integrated to a highest possible degree. Distributed under GPL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SingleSkin

    SingleSkin

    Software for design single skin kites, speedgliders and paragliders

    All-in-one software for desing single skin paragliders like Ozone XXLite. Allow to modify wing shape, profile, settings. Allow to print sew templates with scale 1:1 in A4 or other small printer's formats. Export sew templates to DXF. Main code writen in Javascript, GUI writen in Visual C# 2010 Express.
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 20

    SIMtoEXP

    For comparison of simulation and experimental scattering data

    ...The software was originally developed by Norbert Kucerka. The code has been tested on OpenSUSE and Ubuntu (both binary and compilation); Windows and Mac are not officially supported, see the 'Notes' in the tar. PLEASE READ THE WIKI FOR THE MOST UP-TO-DATE INFORMATION - there have been major bug fixes recently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Discrete Dipole Aproximation Project

    Discrete Dipole Aproximation Project

    Plugin orientated Discrete Dipole Approximation (DDA) Solver

    Discrete Dipole Approximation Project, is a software package designed to solve the Discrete Dipole Problem by the Discrete Dipole Approximation (DDA) method. This software is desgined to be plugin operated allowing for easy implimincation of new solver methods to improve the efficienty of the code. The plugin support also allow the program to write its output in multiple formats and structures defined by plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    OpenSQUID

    Superconducting QUantum Interference Devices (SQUIDs) control software

    ...It currently supports the Star Cryoelectronics PCI-1000 electronics with PFL-100 and PFL-102 flux-locked loops. Simultaneous operation of both PFL-100s and PFL-102s from a single PCI-1000 is supported. More features are under development. The software is implemented in Python and aims to be easily integrated with user-defined measurement and control code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QtCDB

    QtCDB

    QtCDB is software for Coincidence Doppler Broadening

    QtCDB is software for Coincidence Doppler Broadening measurement system using Adlink PCI-9820 DAQ card. Code is written in C++ using Qt and Qwt library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    LIME

    LIME is a software tool for creating multiphysics simulation codes.

    The Lightweight Integrating Multiphysics Environment for coupling codes (LIME) is a small software package for creating multiphysics simulation codes. LIME is intended to be especially useful when separate computer codes (which may be written in any standard computer language) already exist to solve di fferent parts of a multiphysics problem. LIME provides the key high-level software (written in C++), a well defi ned approach (with example templates), and interface requirements to enable the assembly of multiple physics codes into a single coupled-physics simulation code. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    haggies
    haggies is an optimizing code generator. It can read in expressions in common notation and generate output for many programming languages including C/C++, Java, Fortran, Python and many others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next