Search Results for "drcom-for-linux" - Page 10

Showing 501 open source projects for "drcom-for-linux"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    The Easy Fortran I/O library generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Inline fortran functions

    Fortran emulation of Matlab inline functions

    This is a set Fortran 2003 modules that allows to call "formula" objects that resemble the Matlab inline functions (also called "anonymous" or "lambda" functions in other languages). User can give a formula in a string and evaluate it through an eval procedure. The implementations take advantage of the Fortran 2003 procedure pointers to speed up the formula evaluation. These modules also permit to define "expressions". A expression is an uniform way to work with several data types:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    IRPF90
    WARNING: Project moved to http://github.com/scemama/irpf90 IRPF90 is a Fortran90 preprocessor written in Python for programming using the Implicit Reference to Parameters (IRP) method. It simplifies the development of large fortran codes in the field of scientific high performance computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a simple software for performing various statistical and mathematical operations on single ASCII data-files. Entire file is read into an array, which is then analyzed. Number of columns is detected automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 5
    The software is developed for calculations of hierarchy big circuits by methods of the tensor analysis of networks and diakoptic. It is planned also to application for joint calculation of circuits and the fields presented by electrical equivalent circuits. For input of circuits editor KiCAD is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Parakata

    A tool for performing Quantum Chemistry calculations

    General purpose software for realizing Quantum Chemistry calculations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Computational Fluid Dynamics (CFD) solver aimed to solve multi-physics problems on unstructured grids (inviscid Euler, Navier-Stokes flows, Heat transfer). F90 based. MPI, cgns, Metis libraries used.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    Educational software for studying quantum mechanics. This is the 3rd incarnation of QUANTX software created for Physics Department of Novosibirsk State University. The first version of this software was used in 1985-1991, and the second one was in use since 1991 till 2011. This 3rd version should be useful for universities of Russia and CIS. Translation into English is underway.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • 10
    Implementation in Python of some of the statistical methods provided by "asurv", the survival analysis software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenNEC is an open-source program based on the NEC2 core. NEC2 is a method-of-moments simulation and analysis tool for antennas and conductive structures such as metal towers. The current goal of the project is to recode the NEC2 core from ForTran into Octave and Matlab for cross platform use as a simulation and analysis tool with the powerful graphics and mathematical capabilities of those programs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    A collection of Fortran interfaces to the most common Open Source GIS libraries, plus some more Fortran-specific tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ActiveGEM contains a set of perl/Tk graphical interfaces for the GEMPAK meteorological diagnostics and plotting package. These research-oriented interfaces provide easy access to low-level GEMPAK functions and allow for the maximum possible flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    gmsh2su2 & gmsh output for su2

    gmsh2su2 converts gmsh mesh into su2 mesh.

    gmsh2su2 converts gmsh mesh into su2 mesh. Also included is another code to let SU2 export simulation result in gmsh format.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    astronx

    simulation of objects in space with classical mechanics

    astronx simulates the motion of mass-centres in cartesian space. The mass-centres interact solely through gravity. astronx uses the Bulirsch-Stoer extrapolation algorithm with adaptive stepsize to integrate the newtonian equations of motion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    flexfortip

    Flexfortip is an alternative of namelist which supports nesting tags.

    You may think namelist of Fortran90 is poor when you want treate a complex input in fortran. Flexfortip is one of solutions in that case. By using nesting tags, you can treat a complex input. This project provides you with three fortran modules ("parse", "hash" and "array") including source codes. Parse module depends on hash module and array module. If you want use array variables and/or hash variable in fortran, array module and hash module may help you. Operations such as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ascalaph Quantum
    is a molecular viewer & model builder for quantum chemistry programs. It has an interface with NWChem, CP2K and PC GAMESS/Firefly quantum programs. http://www.biomolecular-modeling.com/Products.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SUDOTRAN

    Uma simples versão do jogo SUDOKU em linguaguem FORTRAN

    SUDOTRAN é um jogo de SUDOKU desenvolvido por alunos do curso de Engenharia Elétrica da UFF (Universidade Federal Fluminense) como trabalho final da matéria de programação de computadores. O código está publicado sob licença GPLv.3, então sinta-se livre para usá-lo como queira assim como dar continuidade ao projeto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PerfSuite
    A collection of performance analysis software that can assist with a variety of techniques useful for application software optimization and benchmarking. The current release provides support for analysis with hardware performance counters on Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Runge

    Runge is an Interactive Solver for Systems of Differential Equations

    ... derivatives (Jacobian matrix, for example) it does that analytically, i.e. without using numerical methods. It's portable. It works on Windows and Linux 32 and 64 bit and Mac OS X 64 bit. It's open. It allows you to implement and embed your own algorithms (aka "solvers"). It's easy to use. It allows to export results to MS Excel and MATLAB. It's multilingual. It currently supports Englis and Russian languages. It's free. It's distributed under the Boost Software License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SunlightDPD

    Open source codes related to dissipative particle dynamics

    SunlightDPD provides a home for open source codes related to the dissipative particle dynamics (DPD) simulation method. Currently the file release contains the HNC integral equation code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Hy3S uses advanced MPI parallelized hybrid stochastic simulation methods to quickly compute the dynamics of biochemical networks with thousands of species/reactions. Many features included (see Home Page). An easy-to-use GUI (Matlab req) is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Renumber Gromacs Top & Gro Files

    Renumber Gromacs .top and .gro files

    Renumber Gromacs .top and .gro files after removing atoms (e.g. hydrogens) for input into grompp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ForGE - Fortran GUI Environment v0.4.0 Alpha Source: https://github.com/jshahbazi/fortran-forge Latest News ========= (5/27/14) - Development has halted due to me discovering a better way to develop a GUI using Glade and GTK v3. Please go here for more info: http://fortrandev.wordpress.com/2014/05/25/creating-a-gui-using-gtk3-and-gtk-fortran/ (10/18/13) - Source code has been released! (7/1/13) - The compilation instructions up until now have been wrong. They have been...
    Downloads: 0 This Week
    Last Update:
    See Project