Showing 428 open source projects for "x11-basic"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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

    LiVT

    Create a variety of visualisations from high-resolution DTM

    The intention behind this Lidar Visualisation Toolbox is to provide an easy-to-use, stand-alone application to create visualisations from high-resolution airborne LIDAR-based digital elevation data. LiVT also includes tools like raster file creation from xyz point clouds. A few mouse clicks and some processing time should be enough to go from an xyz ASCII file to a grey-scale SVF image, an LRM map or a percentage map of cumulative visibility. As LiVT does not include a data viewer,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Factotum

    Factotum

    User friendly management company, located in Italian

    ALPHA VERSION OF APPLICATION, MANY FEATURES MAY DON'T WORK. We are looking for programmers who know the language vb.net, preferably who speak Italian or in English. Use the forum for more information about. User friendly management company, located in Italian, lets you write invoices, deadlines, vat, orders loading / unloading, handling customers and suppliers, financial charts and much more. It connects to MSAccess DB or SQL to store data. Allows you to manage small and medium...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LogicCalculus

    LogicCalculus

    A logic IDE for the sentential logic and the predicate logic.

    LogicCalculus is a logic IDE for the sentential logic and the predicate logic. Currently it can evaluate expressions and fill a truth table.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    TkTable is a full-featured 2D table widget for Tk. It supports images, embedded windows, varying colors and fonts, and more. Also here is Vu, a Tk widget extension that includes a pie, dial, spinbox and more, and Tile, a themed widget set for Tk.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    exp2plt
    The main scope of the program is to take Thermo-Calc or Dictra (both registered trademarks) and transform them into nicely formatted encapsulated postscript diagrams, generated by gnuplot. But exp2plt can also be used as a graphical interface to gnuplot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ns-2 Trace Toolkit

    ns-2 Trace Toolkit

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

    ...Additionally, the tool allows users to simulate 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: 0 This Week
    Last Update:
    See Project
  • 9
    sigrok
    The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers, function generators, power supplies, GPIB interfaces, and more.
    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
  • 10
    K-3D is the free (as in freedom) 3d modeling, animation, and rendering system.
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • 11
    A Python interface to the gnuplot plotting program.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    MiniLA logic analyzer software and hardware
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Varkon is a very powerful parametric 2D/3D CAD, modeling and application development tool for engineering, design, architecture, etc. It does 2D drafting, 2D and 3D modeling, sculptured surface modeling, and even animations. See our website for details.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Flare

    Flare

    Flare is an ActionScript library for creating visualizations

    ...It supports data management, visual encoding, animations, and interactive behaviors so that users/developers can build expressive, dynamic visual data displays in Flash. Flare is an ActionScript library for creating visualizations that run in the Adobe Flash Player. From basic charts and graphs to complex interactive graphics, the toolkit supports data management, visual encoding, animation, and interaction techniques.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    imDEV

    imDEV

    Tools for multivariate data visualization, exploration and analysis.

    You may also like some newer work: http://createdatasol.com/ Project imDEV is an application of RExcel, which seamlessly integrates Excel and R for tasks focused on multivariate data visualization, exploration, and analysis. Interactive modules for dimensional reduction (imPCA), prediction (imPLS), feature selection, analysis of correlation (imCorrelations) and generation of networked structures (imGraph) provide an integrated environment for systems level analysis of multivariate data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Control y registro simple de clientes para Wisp genera contratos recibos actualiza y borra registro incluye un listado de todos los clientes registrados administrador: admin llave: admin
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    jCAE is a JAVA based environment for CAE applications. It provides meshing and visualization capabilities. It is targetted to run on a maximal number of platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    KineticaRT .Net Components

    KineticaRT .Net Components

    KineticaRT .Net Components - for fast control & monitoring systems

    KineticaRT .Net Components are a unique collection of software components for building high speed systems for control, monitoring, test and data acquisition. KineticaRT .Net Components have a proven track record for reliability and speed of implementation in automotive and aerospace markets. KineticaRT .Net Components are used in applications as diverse as greenhouse automation, financial data displays, retail security, F1 wind tunnels and engine test cells. KineticaRT .Net...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Electrophysiology & circular stats tools

    Data analysis and circular statistics with OpenElectrophy and R

    Set of tools for basic analysis of electrophysiological data. The Python classes show how to call OpenElectrophy functions and save data. The R library applies circular statistics to spike phase data and saves the best von Mises fit and the Rayleigh statistics on the disk. The wavelet coherence analysis is done in R by the package "sowas". Check the module R_coherence to see how we solved that problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ISOPLOT is a flexible software tool for the analysis and interpretation of radiogenic-isotope data. It is developed by Dr Ken Ludwig of the Berkeley Geochronology Center. DISCLAIMER: Isoplot is BGC’s Visual Basic Add-in for Microsoft’s Excel(R) for data analysis and graphical presentation of geochronology, earth science and other radiogenic isotope data only. BGC’s Isoplot is not the Isoplot(R) for analysis of any measuring system as described at http://www.shainin.com/. BGC is not affiliated with Red X(R) Holdings, LLC. Isoplot(R) is a registered trademark of Red X(R) Holdings, and is licensed to Shainin(R) LLC.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    GeoSolid3D produces 3D geologic solid models, incorporated into the aquifer and confining units of the USGS ground water models, Modflow and Sutra. Uses GIS data of DEMs, geologic maps, and maps of river, watershed, recharge, and aquifer parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    miniTraff
    Simulates a city grid of streets, intersections and traffic signals. It supports 8 phases with overlaps, right and left hand drive, turnouts, permitted left and right on red, density and semi-actuation and help screens for every panel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Student Data Management System

    Basic data management system in console

    This is a basic student data management system in win32 console. Project goal is to develop the system with multiple language and UI implementation and to add basic features of data management system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MyDataBars is a Microsoft Excel add-in program that draws data bars in worksheet cells. This program will enable you to create data bars in Excel prior to 2007.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB