Search Results for "turbo c/c++ for windows"

Showing 128 open source projects for "turbo c/c++ for windows"

View related business solutions
  • Rev Your Digital Product Delivery Engine Icon
    Rev Your Digital Product Delivery Engine

    Enterprise-grade platform designed to connect strategy, planning, and execution across digital product development and software delivery

    Planview links your technology vision directly to teams' daily work, providing complete visibility and control over your digital product delivery ecosystem.
    Learn More
  • Airlock Digital - Application Control (Allowlisting) Made Simple Icon
    Airlock Digital - Application Control (Allowlisting) Made Simple

    Airlock Digital delivers an easy-to-manage and scalable application control solution to protect endpoints with confidence.

    For organizations seeking the most effective way to prevent malware and ransomware in their environments. It has been designed to provide scalable, efficient endpoint security for organizations with even the most diverse architectures and rigorous compliance requirements. Built by practitioners for the world’s largest and most secure organizations, Airlock Digital delivers precision Application Control & Allowlisting for the modern enterprise.
    Learn More
  • 1
    Riddle-Chess
    The original idea of Alexander V. Catapang Jr. in the Guess-Chess from the eGames package. Riddle-Chess is an addition to the idea and transfer of rules to makruk, xiangqi and shogi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Comandi Vocali Offline per Windows

    Comandi Vocali Offline per Windows

    Sistema comandi vocali offline per Windows, veloce e privato .Offline

    Comandi Vocali Offline per Windows è un sistema di controllo vocale che funziona interamente in locale sul tuo PC. Permette di controllare il computer con la voce senza connessione internet, senza cloud e senza inviare dati all’esterno. Il sistema è progettato per garantire massima privacy, velocità e semplicità. Caratteristiche principali: - Funziona completamente offline (nessun server, nessun cloud) - Riconoscimento vocale veloce con modelli locali - Controllo di browser,...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Apache OpenOffice

    Apache OpenOffice

    The free and Open Source productivity suite

    Free alternative for Office productivity tools: Apache OpenOffice - formerly known as OpenOffice.org - is an open-source office productivity software suite containing word processor, spreadsheet, presentation, graphics, formula editor, and database management applications. OpenOffice is available in many languages, works on all common computers, stores data in ODF - the international open standard format - and is able to read and write files in other formats, included the format used by the...
    Leader badge
    Downloads: 230,299 This Week
    Last Update:
    See Project
  • 4
    FreeBASIC Compiler
    Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
    Leader badge
    Downloads: 1,269 This Week
    Last Update:
    See Project
  • Intelligent Retail Management Icon
    Intelligent Retail Management

    Retail space, product categories, planograms, automatic ordering, and shelf labels management

    Quant offers a wide range of solutions for retail. Within one integrated software system, it allows you to efficiently combine the management of retail space, shelf labels and marketing materials with task management, reporting and automatic replenishment.
    Learn More
  • 5
    iMath
    Intelligent formulas: Numeric and symbolic calculations in LibreOffice and Openoffice Writer. The iMath extension to Libreoffice and OpenOffice enables numeric and symbolic calculations inside a Writer document. If your OS can install .deb packages, have a look at my PPA http://launchpad.net/~jrheinlaender/+archive/ppa
    Leader badge
    Downloads: 165 This Week
    Last Update:
    See Project
  • 6
    OpenB3d is a library that allows easy access to 3d features of OpenGL, and quick game development
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    BASIC-256
    BASIC-256 is an easy to use version of BASIC designed to teach anybody how to program. A built-in graphics mode lets them draw pictures on screen in minutes, and a set of easy-to-follow tutorials introduce programming concepts through fun exercises, 2021-08-05 - Ubuntu and other LINUX users can install the latest version with snap: sudo snap --beta basic256
    Leader badge
    Downloads: 119 This Week
    Last Update:
    See Project
  • 8
    Agena

    Agena

    Agena is an interpreted procedural programming language.

    Agena is an easy-to-learn procedural programming language designed for science, scripting, and many other applications. Binaries are available for Windows, Linux, Solaris, OS/2, Mac OS X, Raspberry Pi and DOS.
    Leader badge
    Downloads: 103 This Week
    Last Update:
    See Project
  • 9
    Basically will be a family of BASIC-to-C/C++ translators, able to use multiple dialects of BASIC on the input side, and producing ANSI C or C++. (Note that the old name, "Visible", is still the name of the classic VB translator.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • Composable, Open Source Payments Platform Icon
    Composable, Open Source Payments Platform

    Build or enhance your payments stack, while maintaining control with an open-source, full-stack and modular infrastructure.

    Juspay's Payments Orchestration Platform offers a comprehensive product suite for businesses, including open-source payment orchestration, global payouts, seamless authentication, payment tokenization, fraud & risk management, end-to-end reconciliation, unified payment analytics & more. The company’s offerings also include end-to-end white label payment gateway solutions & real-time payments infrastructure for banks. These solutions help businesses achieve superior conversion rates, reduce fraud, optimize costs, and deliver seamless customer experiences at scale.
    Learn More
  • 10

    Arkhamdev Open Source Projects

    Arkhamdev Open Source Projects

    Arkhamdev open source projects: - Native plugins for Antiryad Gx: Png, Jpeg, Smjpeg, Tiff, Zlib, Lzma, Lz4, ZStd, Ogg Vorbis, Theora, Tokamak, Freetype, WebP.... - Some libraries are merged to few files to simplify projects makefiles. - Arkham Demo Group Dos and Amiga demos written in Basic, x86 and 68k assembler (from 1991 to 1998). - Arkham Demo Group 3d engines written in x86 assembler. - Arkham Demo Group DOS tools (paint program, sound tracker for Adlib, modeler, picture and 3d...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QChartist

    QChartist

    Free and Open Source Technical Analysis Charting Software

    QChartist is a free and open source technical analysis charting software. Its purpose is to provide a complete set of tools to perform technical analysis on charts and data. It helps to make forecasts mainly for markets but can also be used for weather or any quantifiable data. The program is flexible and its functionalities can be easily extended. You can draw geometrical shapes on your charts or plot programmable indicators from your data. It is also possible to filter or merge data. I got...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Simple Turtle LOGO

    Simple Turtle LOGO

    Free Educational Tool for Beginner LOGO Coding (STEM Students / Kids)

    SIMPLE TURTLE ================ Create simple LOGO programs with commands to control the Turtle and draw amazing images!! Use for STEM, Coderdojo or similar coding events. Recursive REPEAT statements. INSTANT ON / OFF = Turns on / off immediate execution of commands FD x = Forward x pixels BK x = Backward x pixels RT x = Right by x degrees LT x = Left by x degrees PU = Pen Up (Do not draw) PD = Pen Down (Draw) REPEAT x = Creates a loop to run x times which...
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13
    Criterial

    Criterial

    The package for statistical data analysis and applied mathematics

    Putting truth before show-off. The high performance open source package for statistical data analysis and applied mathematics Criterial is an add-in for all desktop versions of the LibreOffice Calc, Apache OpenOffice spreadsheets on any operating systems. Contains user experience and the best ideas of projects AtteStat and StatAnt. Completely free. No donation required. Criterial comes with absolutely no warranty. The software is not certified for use in healthcare. Please do not use...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    Lotto Ritardi

    Lotto Ritardi

    Menu' nel terminale di linux, calcolo stat. del lotto e superenalotto

    Lotto Ritardi per Linux 0.86+Lotto Ritardi per Win64 0.76+Ritardi Storici Minimi per Ambo 1.19 per Windows 64 bit+SuperEnalotto Ritardi Storici Minimi per Ambo 1.41 Archivio estrazioni dal 1950, con agg. autom. e vista sulle estraz. pari o dispari. Formazioni Omogenee, vertibili, gemelli, etc. : 9 gruppi di ambi, 24 di terzine, 7 quartine, 12 cinquine, 31 sestine, 5 settine, 1 di ottine, 7 novine e 5 di decine. Ritardi degli estratti e degli estratti determinati, anche a tutte, + per gli...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    bars3d

    bars3d

    linear and nonlinear static analysis of 3-dimensional frames

    Sour*eforge.net has become inaccesible to me because of Cl*udflare. The latest versions of the programs will be on my site: https://matei.one/. Linear and nonlinear (from version 2.0.0) finite element analysis of 3-dimensional frames, trusses and other such structures, designed for use in civil engineering. SDL 1.2 or 2 can be used for graphics and an executable file for Window$ is included in version 2.1.0, as well as a program for analysing 2-dimensional structures, written in Sinclair...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    VINARI SOFTWARE

    VINARI SOFTWARE

    Software Facil, Vida Facil

    Vinari Software brinda aplicaciones útiles para Microsoft Windows y distribuciones GNU/Linux, las cuales hacen que la informatica moderna sea mas sencilla. Todas estas aplicaciones estan protegidas bajo la licencia BSD, la cual puede ser leída en el siguiente enlace: https://vinarisoftware.wixsite.com/vinari/licencia
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Underwear Arcade

    A repository to store arcade games developed by Underwear Demesne.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    General Knowledge Machine Project

    General Knowledge Machine Project

    Intellect Modeling Kit: assisting research, diagnostics, consulting

    We humans are bound by intellectual abilities. All knowledge is far beyond power of any person. The only way to apply knowledge is to build machines able to present it human way but not limited by volume. Intellect Modeling Kit (IMK) is intended to build knowledge machines (KM) assisting experts on the steps of activity: * Observation; * Producing propositions based on knowledge; * Elimination of impossible propositions; * Selection and verification of the most appropriate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Candy's Space Mysteries II

    With the helpfull nef, you have to rescue earthlike planets!

    During their recent spacetrip, Candy & Noopy get trapped into a giant wormhole! They made a long light trip and found a passage who leads to the Milky Way. They was searching for a place to land, they have found the Earth. Knowing that great cataclysms are menacing their homeplanet, Candy & Noopy said together: - "We must save the Earth!". Since some times, the star masses, combined with the magnetic-fields of this planet gave special powers to the spaceship: The one of...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    OpenPRED

    OpenPRED

    Herramienta de planificación para redes eléctricas de distribución

    OpenPRED es una herramienta de simulación para apoyar el proceso de planificación de redes eléctricas de distribución, la cual se encuentra implementada en un documento de planilla de cálculo de LibreOffice Calc. Utiliza las funciones Macros de LibreOffice Basic para desarrollar la lógica del procedimiento, conjuntamente con módulos de software Open Source desarrollados en el marco del proyecto OpenREiD (c) (Software de simulación y optimización de redes eléctricas de distribución), del...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    SmallBASIC
    SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 22
    ShadowsocksR-native

    ShadowsocksR-native

    ShadowsocksR (SSRoT) native implementation for all platforms

    ShadowsocksR-native is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes. It's derived from Shadowsocks-libev.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    X11-Basic

    X11-Basic

    A BASIC interpreter and compiler with graphics.

    X11-Basic is a dialect of the BASIC programming language with graphics capability that integrates features like shell scripting, cgi-Programming and full graphical visualisation into the easy to learn basic language on modern computers.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 24
    cepecd.br - A CP400 (TRS 80 CoCo) emulator. Run games. A new, simple gaming environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenPRED-Perú

    OpenPRED-Perú

    OpenPRED-Perú es una implementación de OpenPRED para Perú

    OpenPRED-Perú es una herramienta de simulación para apoyar el proceso de planificación de redes eléctricas de distribución, la cual se encuentra implementada en un documento de planilla de cálculo de LibreOffice Calc. Utiliza las funciones Macros de LibreOffice Basic para desarrollar la lógica del procedimiento, conjuntamente con módulos de software Open Source desarrollados en el marco del proyecto OpenREiD (c) (Software de simulación y optimización de redes eléctricas de distribución),...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB