Search Results for "texniccenter old version"

Showing 19 open source projects for "texniccenter old version"

View related business solutions
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 1
    VeGNUli

    VeGNUli

    VenenuX's development and software contender

    VenenuX's development and software contender, based on Debian flavored with openbox, lxde and firmwares: * For support: full support to Debian 7, 8. 9.. https://gitlab.com/venenux/venenux.git * For packages see https://build.opensuse.org/project/subprojects/home:vegnuli * Older Debians can Debian 4, 5, 6 in limited ways see https://gitlab.com/venenux/venenux.git * For old packages see https://build.opensuse.org/project/subprojects/home:venenux * Complete Debian 4, 5, 6 repository see...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Old Skool Tech
    This project is an effort to develop open source software for all old platforms, like MSX, Commodore, AMIGA, Atari, ..... and collect technical information about old platforms, keeping the "old skool" flame alive.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    glvideotexture_chung video to openGL
    glvideotexture chung / freeGIFviewer is a small gif / video loops (about 11secs 9fps avi,wmv,gif) to 3D openGL textures (12 textures 1024 or 512 or 256 jpg per video , 8 images per texture) viewer converter with demo example animated ocean sea seashore 3D written in compiled freebasic . Uses classic OpenGL (i dont like modern openGL), can run on old pcs (no glsl required). as many simultaneous video animation loops as wanted. The generated textures (jpg) can be used in any apps and are 2x...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Freebasic Beginners Guide

    An updated Beginners guide to FreeBASIC

    The purpose of this project is to create and update a beginners guide to FreeBASIC. Over the years I have noticed that there was only three real ways to learn FreeBASIC. The FreeBASIC Documentation, the FreeBASIC Community Forum, and A old beginners guide written by Richard D. Clark and Ebben Feagan. Each of these sources are great, but they all assume some experience with a programming language. This Project is taking Richard D. Clark's and Ebben Feagan's "A Beginner's Guide...
    Downloads: 17 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
    nuBASIC

    nuBASIC

    BASIC language interpreter (multiplatform)

    nuBASIC is an implementation of an interpreter of the BASIC programming language and IDE. It has been designed mainly for educational purposes and it is suitable for simple games, educational or small business programs.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    morphobj3DS_chung

    morphobj3DS_chung

    a free program for viewing / morphing / animate obj 3ds mesh objects

    morphobj3DS chung is a free program for viewing / morphing multi obj 3ds mesh model objects and obj models up to 200k vertices for high quality animations . Uses loadobj3ds_chung and openGL . Comes with an example of waking 3ds elephant and bikini lady animation with face3D head . Is written in fast freebasic . Combine multiple variations meshes with a base mesh to easily build complex animations . Can run on old pcs with openGL1.4 .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Mind Guard Linux

    Mind Guard Linux

    Mind Guard OS Made For Minds

    Have you ever wanted to have a portable MindGuard operating system, that can live inside a small USB flash drive and you can carry it around with you? Although, this is possible and have been around for some time. It was possible for a paranoid to run MindGuard from a USB stick just like you would have run it from a hard drive, but this task was quite hard to do. Why? Because the process was very geeky! You had to type a lot of geeky commands in a terminal and if, somehow, you forgot one or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Emeritus Pong

    Emeritus Pong

    A clone of the good old "Pong" game.

    Emeritus Pong is a clone of the good old "Pong" game. It tries to be relatively close to the original, therefore no fancy graphic or astonishing sound effects there. Emeritus Pong is written to be able to run on any modern PC. There are three versions available: DOS, Windows and Linux. Emeritus Pong features also a cool demo mode, which makes it playing against itself, displaying the current time as scores. The game is programmed to run flawlessly on any modern PC, but it will run on older...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Apple Game Server 3.1

    Apple Game Server 3.1

    Upload games to legacy apple // computers via serial and no floppies!

    This java (version 6 or higher) program allows you to send games directly to an old apple // computer with no need for floppies, only a serial cable. No hardware modification is necessary, you only need a working serial connection. A cousin of this project can be found here: http://asciiexpress.net/gameserver/ (Thanks Egan!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10

    Hanoi in Basic

    The Famous Recursive Algorithm In Old-Fashioned BASIC

    This program is written in BWBasic, the version provided with DOSEMU, the DOS emulator. In this version of BASIC, you use GOSUB to call a procedure, and there are no local variables. So I used arrays to allocate memory for stacks, from where the "local variables" are taken. From this code you can learn how recursion and functions with dynamic local variables work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Cheetah Database System

    Small, Fast, dBase/FoxPro compatible database library (Cheetah4.dll)

    xBase database library. Creates traditional dBase III Plus and FoxPro database files. Unique dual btree indexes allow multiple indexes in each disk file. Small disk/memory footprint (81K). Ability to interface to multiple programming languages. Cheetah is an extremely fast, old school, traditional record manager. Cheetah can be used with any compiler that can link to a standard Windows DLL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Ubercalc

    Ubercalc

    A calculator that calculates many different shapes and equations.

    The ubercalc has been an on-going first project of mine. I first wrote an old version, the ubercalcv1, in C++. I rewrote it in C++ again, and I've finally rewritten it in FreeBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aequalis

    Aequalis

    Converter of old measures

    Aequalis is a converter of old measures. This application currently runs only on linux. At the time available measures include: weight, length and capacity. It is for the moment only in Italian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Elice is a free compiler for programs written in the proprietary language PureBasic. It compiles those programs to C++ and then uses g++ to generate an executable. This is an old version. Development has moved to https://gitorious.org/elice/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Using something I've made? http://www.arrall.com Please, consider contributing in some way to any app I'm working on. (this is a very old project) Place, spin, chase, and warp around photos in a 3D setting. Screen saver. Visual organizer. Study tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DOSIRCd is a complete Internet Relay Chat server, designed to run on a 16-bit DOS-based system. You can now dust off that old 8088 or 286 to turn it into a dedicated IRC server! This project is written in 100% QuickBASIC 7.1 PDS. Incl. built-in NickServ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    "Fregocles y la desinfeccion del Olimpo" is a GPL graphic adventure for Win32, with a SCUMM system like the old Lucas games(e.g.Monkey Island). It is based in the old Greek and has cartoon style graphics. Is a single player game programmed with Blitz3D.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This game is going to be a remake and "bettermake" of the old classic Gauntlet. We are going to implement HUB-Levels, friendly NPCs and scriptable events. Maybee one day this even gets Massive Multiplayer ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    The Engine

    Game creation engine with built-in BASIC interpreter.

    "The Engine" is a game creation engine with built-in classic type BASIC interpreter (as known from old 8-bit computers), screen editor and full-screen editor, using OpenGL and SDL (currently POSIX only, but portable, in principle). It is aimed at game developers with little spare time, and tries to reduce program size with powerful commands that takes as much coding effort off the shoulders of the developer as humanly possible. The BASIC interpreter supports only labels, not line numbers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next