Showing 127 open source projects for "x-scan"

View related business solutions
  • 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    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, gamma can also be entered manually. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    epidemicsim

    Epidemic simulator

    An epidemic simulator done with C and xlib.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Waves FX

    Waves FX

    Advanced 2D simulator for evolving harmonical waves.

    ...I decided to implement the philosophical motor in Java because of the cross-platform nature of the language. Some of the "normal" features are XY scalation, manual or mouse-assisted, translation of the XY axes, change of background colors, dynamic range X and DX, etc. The program is bi-threaded at run-time with 2 cooperative threads: background + foreground, that allows that all user-input parameters (including change of the virtual-time!) are automatically updated at run-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    2D Structural Analysis

    2D Structural Analysis

    Determine the bending moments, shear forces, axial forces and displace

    2D Structural Analysis in Python by Ritchie Vink A collection examples of 2D Finite Element Analysis (FEA) made with Jupyter Notebook Lab - https://jupyter.org/ To install Jupyter - https://jupyter.org/install ===== App is available on Play Store -> https://play.google.com/store/apps/details?id=com.ulm.struct If you want to download a python editor for your android smartphone follow this link -> https://play.google.com/store/apps/details?id=com.ulm.python
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5

    dupost

    Dual Porosity Stokes model implemented with FEniCS

    A coupled dual porosity Stokes model implemented with FEniCS. References: 1. C. Douglas, X. Hu, B. Bai, X. He, M. Wei and J. Hou, "A Data Assimilation Enabled Model for Coupling Dual Porosity Flow with Free Flow," 2018 17th International Symposium on Distributed Computing and Applications for Business Engineering and Science (DCABES), Wuxi, 2018, pp. 304-307. doi: 10.1109/DCABES.2018.00085 2. Hu X., Douglas C.C. (2019) An Implementation of a Coupled Dual-Porosity-Stokes Model with FEniCS. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tissue Simulation Toolkit is a two-dimensional library for the Cellular Potts Model (Graner and Glazier 1992; Phys. Rev. Lett. 69, 2013), which is increasingly used by computational biologists to study tissue patterning and developmental mechanisms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    finds exact gain, directivity and input impedance of Yagi or log-periodic antennas (planar symmetric array of cylindrical dipoles, many driven elements) for a range of specified frequencies, integrates 2D for segments on the same element, moment method
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CCruncher

    CCruncher

    Open-Source Project for Credit Risk Modeling

    CCruncher is a project for quantifying portfolio credit risk using the copula approach. It is a framework consisting of two elements: a technical document that explains the theory, and a software program that implements it. CCruncher evaluates the portfolio credit risk by sampling the portfolio loss distribution and computing the Expected Loss (EL), Value at Risk (VaR) and Expected Shortfall (ES) statistics. The portfolio losses are obtained simulating the default times of obligors and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RPM files of CalculiX, a free FEM package. See www.dhondt.de for the non-rpm base packages (cgx, ccx)
    Downloads: 0 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
    Spark - A generic physical simulator
    Spark is a physical simulation system. The primary purpose of this system is to provide a *generic* simulator for different kinds of simulations. In these simulations, agents can participate as external processes.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    e2aps
    This old conversion app was meant to interconnect Elmer, Netgen, Gmsh, Tetgen, and Blender. Because of some unusual targets, it may still be of interest to some.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    3D Heat convection C code

    A C Program code to solve for Heat convection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top, bottom, front and back boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    2D Heat convection C code

    A C Program code to solve for Heat convection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top and bottom boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JASA allows researchers in agent-based computational economics to write high-performance trading simulations using a number of different auction protocols. The software also provides base classes for implementing simple adaptive trading agents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Otanes

    Otanes is a live TV simulator for Content-Centric Networking (CCN).

    Otanes is a highly configurable component-based CCN simulator (based on OMNeT++ simulation environment) specifically optimized for live TV research activities. It has armed with EvalVid (a video quality evaluation toolset) to reconstruct the received video and evaluate QoS and QoE metrics. It has.introduced background traffic and traffic engineering capability as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FSMDesigner
    FSMDesigner is a C++ based implementation for a Finite State Machine (FSM) design tool with integrated Hardware Description Language (HDL) generation. FSMDesigner4 uses the Simple-Moore FSM model guaranteeing efficient fast complex control circuits.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    DiLa Series

    Old PCs' Emulator Series

    DiLa Series is a personal attempt to resurrect the oldest PCs through emulation. Downloads contain source code, documentation and some available binaries. Emulated PCs up to date: Kenbak-1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Interactive Web Physics
    Interactive Web Physics is a Java, Web-based animation and problem designer tool. Anyone can quickly design mathematics or physics animations and simulations that run in a web browser. Unlike other solutions, no knowledge of programming is required.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    mp3splt

    mp3splt

    utility to split mp3, ogg vorbis and FLAC files without decoding

    mp3splt is a free utility to split mp3, ogg vorbis and FLAC files without decoding, selecting begin/end time; if file is an album, you can get splitpoints automatically from internet or a local cue, cddb file. It also splits Mp3Wrap and AlbumWrap archives. Supports splitting and trimming by silence detection. For mp3 files, both ID3v1 and ID3v2 are supported using original tags or user defined tags.
    Leader badge
    Downloads: 527 This Week
    Last Update:
    See Project
  • 20

    Billiard 3D Project

    Billiard table simulator

    It could help you to carry out numerous experiments on the billiard table. ATTENTION! X Window System, GLUT, OpenAL are required (https://stackoverflow.com/questions/3907064/installing-opengl-and-openal-in-ubuntu)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Biogenesis X Mod

    Biogenesis X Mod

    Mod of the evolution simulation and artificial life program Biogenesis

    This project is a modification of the original evolution simulation & artificial life project by Joan Queralt Molina: https://sourceforge.net/projects/biogenesis/ In both, the original project and this modification, 2-dimensional organisms consisting of line segments interact with each other, reproduce and evolve in time. Compared to the original project, this modification explores the following features: * alternative mutation mechanisms * an alternative stress-based aging...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    BlueSky Open Air Traffic Simulator

    BlueSky Open Air Traffic Simulator

    BlueSky Open Air Traffic sim, (Windows/Linux/Mac, Python 2.x based)

    BlueSky is an Open Air Traffic Simulation for research purposes. It includes only open, license free data for navigation and aircraft performance but is also compatible with BADA 3. Can be used for ATC research or any other aviation or air transport related simulation studies. Is also able to visualize ADS-B traffic. BlueSky commands, and thus the scenario files, are compatible with the TMX simulator in use by NLR and NASA. BlueSky is originally developed, and still moderated, by prof....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Gecko Hamaker

    Gecko Hamaker

    Calculates Hamaker coefficient,interaction free energy,force,torque.

    The Gecko Hamaker open-source software project is a full implementation of the fully retarded Lifshitz formulations for isotropic and anisotropic plane-plane and cylinder-cylinder interactions with intervening interlayer materials, planar systems of up to 99 layers, and graded interfaces for the modeling of grain boundaries or other continuously changing systems, accompanied by a database of material optical properties spectra. The machine-readable optical property database is available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    grcarma

    A Tk frontend to MD trajectories analysis program carma

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CommandCentre

    CommandCentre

    Command Centre

    Free to join for developers who support the Free Software Foundation cause. This is my research project from 2003, which I recently updated with acceleration- and console changes (Surround Sound, Doppler Effects, Device Updates, Physics) in a long weekend but project should be considered abandoned. Additionally, the Performer libraries have been abandoned by Silicon Graphics. Minor setup- and make reconfiguration bugs, no changes planned. The Command Centre is a Simulation Programming...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB