156 programs for "linux v" with 1 filter applied:

  • Wash and Fold POS Software Solution Icon
    Wash and Fold POS Software Solution

    Our industry-leading Point of Sale (POS) system is made for wash and fold and manages pickup and delivery for laundromats.

    Wash and fold POS and pickup and delivery software designed BY laundromat owners FOR laundromat owners. Our easy to use wash and fold software handles in store point of sale (POS), dry cleaning, and pickup/delivery. Our software helps you grow your business, increase customer loyalty, lower your payroll, and make smarter decisions.
  • Capital program management software for owners Icon
    Capital program management software for owners

    Aurigo helps capital project owners plan and build infrastructure and facilities.

    Aurigo builds software that helps build the world. Aurigo provides modern, cloud-based solutions for capital infrastructure and private owners to help them plan with confidence, build with quality, and maintain their assets efficiently. With more than $300b of capital programs under management, Aurigo’s solutions are trusted by over 300 customers in transportation, water and utilities, healthcare, higher education, and government on over 40,000 projects across North America. Founded in 2003, Aurigo is a privately held U.S. corporation headquartered in Austin, Texas, with global offices in Canada and India.Our award-winning Aurigo Masterworks Cloud platform offers owners full lifecycle capital program management capabilities from planning, through construction, to business operations. Aurigo helps capital program executives make better decisions based on proprietary artificial intelligence and machine learning technology.
  • 1
    VulkanSceneGraph

    VulkanSceneGraph

    Vulkan & C++17 based Scene Graph Project

    ... and examples are provided in separate repositories, links to these are provided below. The software currently builds under Linux (desktops variants through to Jetson & Raspberry Pi), Windows (VisualStudio, MinGW & Cygwin), Android, and macOS & iOS (using MoltenVk).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    kotlin-logging

    kotlin-logging

    Lightweight Multiplatform logging framework for Kotlin

    Lightweight Multiplatform logging framework for Kotlin, written in Pure Kotlin. A convenient and performant logging facade. Version 5 is not backward compatible with previous versions (v.3, v.2, v.1). Group id (in maven) and package names changed. It is possible to use both version 5 and previous versions side-by-side so some of the code from the old version and some new. It is also possible to have libs using old version and use the new version (and vice-versa). After seeing many questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    kotlin-result

    kotlin-result

    Multiplatform Result monad for modelling success or failure operations

    A multiplatform Result monad for modeling success or failure operations. The binding keyword allows multiple calls that each return a Result to be chained imperatively. When inside a binding block, the .bind() function is accessible on any Result. Each call to bind will attempt to unwrap the Result and store its value, returning early if any Result is an Err.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    py2many

    py2many

    Transpiler of Python to many other languages

    Python is popular, and easy to program in, but it has poor runtime performance. We can fix that by transpiring a subset of the language into a more performant, statically typed language. A second benefit is security. Writing security-sensitive code in a low-level language like C is error-prone and could lead to privilege escalation. Specialized languages such as wuffs exist to address this use case. py2many can be a more general-purpose solution to the problem where you can verify the source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConWize Estimating and Bid Management Icon
    ConWize Estimating and Bid Management

    ConWize is a cloud-based platform that helps construction companies estimate projects more accurately and win more tenders.

    Boost productivity with preconstruction workspace
  • 5
    Unikraft

    Unikraft

    A next-generation cloud native kernel designed to unlock performance

    Unikraft powers the next generation of cloud-native, containerless applications by enabling you to radically customize and build custom OS/kernels; unlocking best-in-class performance, security primitives, and efficiency savings. Unikraft optimizes resource utilization, leading to smaller footprints (meaning higher server saturation) and improved efficiency in resource-constrained environments. Unikraft is an open-source project driven by a vibrant community of over 100 developers, fostering...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    v8n

    v8n

    JavaScript fluent validation library

    v8n aims to be the most fluent and simple validation library for use in any context. The API is beautifully readable and allows for easy creation of complex validations in any part of your app. Even though there are many useful default validation methods, it's a breeze to add your own fluent rules to v8n and use them anywhere in your app. The name v8n is actually derived from the structure of the word "validation". If you look closely you will find that between the v and the n
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Digital Logic Design

    Digital Logic Design

    Digital Circuits Design and Simulation

    DLD V 2.0 Released Digital Logic Design is a Software tool for designing and simulating digital circuits. It provides digital parts ranging from simple gates to Arithmetic Logic Unit. You may start your circuit from simple gates and flipflops and keep on converting them into ICs. These ICs, later on, may be incorporated into other circuits to built more complex circuits like CPU. You may even use SOP expressions to generate digital circuits in IC form. You can use this software to design...
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 8
    openbravopos

    openbravopos

    Open Source Openbravo POS convert to Commercial Retail ERP and POS

    Complete and user-friendly retail POS functionality A comprehensive, flexible, and user-friendly cloud-based retail POS software. 1. Sales, quotations, reservations, and returns, including cross-store and cross-channel scenarios. 2. Automatic validation of customer personal data. 3. Configuration of keymaps for quick access to options and featured products. https://www.youtube.com/watch?v=Aai3iYLP2TQ&pp=ygUNb3BlbmJyYXZvIGtkcw%3D%3D Contact: both version of Openbravo POS...
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • 9
    Koha Library Management System

    Koha Library Management System

    Free & Open Community Edition Server in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Library Management System live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with koha wherever mentioned ) After starting this VM, please access these websites ( Just Accept Any Warnings ) : Public Website Address:...
    Downloads: 39 This Week
    Last Update:
    See Project
  • The Apple Device Management and Security Platform Icon
    The Apple Device Management and Security Platform

    For IT teams at organizations that run on Apple

    Achieve harmony across your Apple device fleet with Kandji's unmatched management and security capabilities.
  • 10
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    Epesi BIM Free & Open Source CRM

    Epesi BIM Free & Open Source CRM

    Lighweight CRM, easy to use Kickstarter for web based ERP

    ... Server - More information on how to get started can be found here: https://www.epesi.org/adminmanual/installation Simple: automatic or semi-automatic methods: - Setup hosting: https://epesi.cloud/cart.php - no technical expertise needed - Installation on your server via Softaculous autoinstaller: http://www.softaculous.com/apps/erp/EPESI Video tutorial on how to install epesi using Softaculous autoinstaller via cPanel - https://www.youtube.com/watch?v=FR4mQsHUNCY Download it from: - Git
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12

    Dynamic Arrays and Hashes (C++, Delphi)

    Useful classes for working with Dynamic Arrays in Delphi and C++

    New version 1.03 is released! Framework for manipulating with Dynamic Arrays in memory. Available for Delphi all latest versions and for C++. Powerful Hash and Double Hash classes to work with pairs of values (key and value) and with values that have two keys (key1, key2, value). Give it a try and let me know how it works.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    lgck
    LGCK Builder provides a unique development environment that can be easily used by novice and seasoned game creators to get the best results quickly. Our approach is different because the philosophy is geared toward simplicity and re-usability. Quick 5 minute tutorial http://www.youtube.com/watch?v=lN3gkZWr-PM
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    SmallPortableRotator

    Portable rotator for amateur satellite tracking

    Small Portable Rotator: a simple, lightweight, self-consistent antenna rotator for amateur radio satellite tracking, plus an optional portable controller. *** CHANGELOG *** [version 1.0]: - Added tighter control over rotation limits - Fixed some minor bugs - With the 'V' command the version is displayed and no longer the "built filename"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tokens Creator

    Tokens Creator

    Create your own tokens creator website and earn fees

    Create your own tokens creator website and earn fees💰💰💰, you can set the fees you want for every network, when users create tokens %50 of token creation fee will sent immediately to your wallet. 🔥Live Demo: https://tokenscreator.org 🔥How to install: https://www.youtube.com/watch?v=y8rbrsFmlcs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    UbuntuVM SonarCube appliance/workspace

    SonarCubeUbuntuVM (SonarCube ,Postgress Dockers inside the VirtualBox)

    ... codebase To demonstrate how you could start remediation by targeting most severe “Security Hotspots” (in SonarCube lingo it’s highlights of potential severe vulnerabilities) I did a quick tour on SonarCube web UI digging in to SQLInjection: https://www.youtube.com/watch?v=yBeJr38DAFE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CoolingPower

    Print Steam Tables; Plot diagrams and cycles from equations of state

    CoolingPower is NOT in a condition for use at this time. A couple of bugs have been discovered that severely affect the calculation accuracy. While I troubleshoot, use at your own risk. Once completed, CoolingPower will have the capability to plot diagrams of thermodynamic properties, construct Steam Tables, and plot thermodynamic cycles. Initial fluid will be water/steam, but functionality will extend to include a variety of working fluids. CoolingPower operates in GUI format and, for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...) PyPosPosLO v0.15 (and above) provides the means to easily create Poser Mechanical Character. Results can be seen here: https://sharecg.com/v/94509/view/11/Poser/Hawker-Tempest-Character-v2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Develop an experimental framework for simulated multiplayer (model) railroads. It could be based on the VRML/X3D standard and it could use internal scripting with ECMAScript and MU systems that provide network sensor interfaces. Project Homepage: http://simulrr.sourceforge.net Demo 2012: https://www.youtube.com/watch?v=bHBwXmMfF1c
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    EQuilibrium V

    EQuilibrium V

    Two word describes it: BEAUTIFUL and STABLE

    The beauty of EQuilibrium V is in its simplicity and easy use. It is designed mainly for laptops and users who are on Internet. EQuilibrium is the distribution (operating system) that works with online services (like ChromeOS) and gives its maximum at this segment. Google, Facebook, YouTube, Twitter, different online contents like videos, music and games work with no problems. General information: - Kernel 5.4 - Plasma 5.18.5 LTS - KDEf 5.68 - KDE app 19.12 - EQexperience4 - EQ Menu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Web based cataloging and dedupe application. Highly optimized for processing journal articles. Reads MarcXML and dedupes records using the field 773 combined with a fuzzy search on the title. Written for bibnet.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    amforth: Interpreter on Microcontrollers

    amforth is an extendible interpreter on microcontrollers

    amforth is an extendable command interpreter running on AVR ATmega and TI MSP430 microcontrollers. The Risc-V and ARM architectures are ascending. Turnkey actions for IoT workloads are possible as well. The command language is close to the Forth 2012 standard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    This project will be a project that will be used by Speleologist (cavers) to help aid in the mapping of the underground world. It will be simple at first.. only allowing the entry of survey (dist/azmith/V-angle) and give back a line plot..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EJE (Everyone's Java Editor)

    EJE (Everyone's Java Editor)

    Learn Java the easy way!

    ... Seconds" at https://www.youtube.com/watch?v=aKiEAGbEk2k
    Downloads: 21 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next