14 projects for "gw-basic" with 1 filter applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1

    Yab programming video sources

    A repository of files from my YouTube series on yab programming

    A collection of files produced for my YouTube series on yab programming in the Haiku Operating system. Available as a git repository only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SciTECO

    SciTECO

    Advanced TECO dialect and interactive screen editor based on Scintilla

    SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic TECO-11, as well as unique new ideas. Project development takes place here: https://git.fmsbw.de/sciteco The download archive is mirrored at Sourceforge, but for nightly builds check out: https://sciteco.fmsbw.de/downloads/nightly/
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    TinyTim for Haiku

    A GUI front-end to the tinyurl service

    This application uses the tinyurl API to shorten a URL and copy the shortened link to the Haiku clipboard. V0.1 and 0.2 were written in yab, while V0.3 was written in BaCon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    basku

    basku

    A BASIC programming framework for the Haiku Operating System

    Basku is a development environment for Haiku based on Michael Haardt's BAS, a BASIC interpreter. The BASIC itself is pretty barebones, and what basku brings to the party is a set of prewritten routines that allow it to access external commands and interact with the Haiku environment. External commands supported include alert, filepanel, figlet, hdialog, yabdialog, shanty, tput. umenu and smenu. In the pipeline is support for yoshi, and hey.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Yabadabbadoo for Haiku

    Yabadabbadoo for Haiku

    An alternative IDE for the yab programming language

    Yabadabbadoo is an alternative IDE (Integrated Development Environment) for Jan Bungeroth's yab programming language for Haiku. Yabadabbadoo differs from the official yab IDE in that it creates subroutines (and some other important parts of your program) as separate files, then glues them together as required. This makes it easier to write long programs: instead of constantly scrolling up and down between subroutines, you just double-click on the one you want to edit - more like we used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Trope for Haiku

    Trope for Haiku

    General-purpose text editor for Haiku

    Trope is a text editor, written in the yab programming language for the Haiku Operating System. Nothing special about it, you've used text editors before. It does have a few features other Haiku text editors presently don't have, though. 1. easy access to High-Ascii and Unicode accented characters from the menus 2. Graphical Toolbar 3. Snippets 4. Word and page count How big a file can Trope take? Well, I test it on Tostoy's War and Peace - over 3 megabytes of text. Trope takes a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rondel for Haiku

    Rondel for Haiku

    Markdown-capable text editor for Haiku

    Rondel is a text editor. Nothing special about it, you've used text editors before. But Rondel allows you to insert Markdown formatting codes, either by hand or from its menus, and to generate HTML files from its own text files. Installation: Move (don't copy) the .hpkg file into /boot/home/config/packages on any Haiku installation with Package Management enabled. If your Haiku installation is quite up-to-date, you should be able to double-click the .hpkg and have it load into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    libclasqm

    yab libraries

    Libraries for the yab programming language under Haiku
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    LiftOff_4_Haiku

    An app launcher for the Haiku OS

    LiftOff is an application launcher. It always comes up on the opposite side of the Deskbar, and closes down once an app has been launched, with a single click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    barberpole

    A spinning barberpole widget for Haiku

    For Haiku scripters and coders, there is a new utility called barberpole. It will throw a spinning barberpole on the screen while your script is doing something that may take a long, but unknown time. When it is done, a single hey or kill command removes the barberpole. I wrote this utility using bbjimmy's spinner library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Setpermissions for Haiku

    GUI front-end to chmod

    A quick drag-and-drop application to change the permissions of a single file, or an entire folder recursively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vstm for Haiku

    vstm for Haiku

    Extremely KISS to-do manager

    A graphical frontend to Frank Villaro-Dixon's Very Simple Task Manager (vstm). This is Really Getting Things Done. It is so simple that you don't end up wasting hours in endless tinkering. You make the TODO, When you've done the task, you delete it, end of story. License: The GUI frontend is Public Domain (2014). The source files will be found in /boot/system/data/src after installation, in Yabadabbadoo format. The bundled utility is Beerware. Installation instructions: If your Haiku...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    yabdialog for Haiku

    yabdialog for Haiku

    yabdialog displays dialogs, alerts and panels on the Haiku Desktop

    yabdialog (previously called hdialog) is a CLI utility that displays a variety of dialogs, alerts and panels with more control over color and placement than you get with the alert and filepanel commands included with Haiku. It also contains additional widgets and lets you control your clipboard. The yabdialog command should be callable from any scripting language that can issue a SYSTEM call and receive string data back from standard input. All parameters must be supplied, in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    makehaiku for Haiku

    A CLI utility that writes a haiku

    The thought struck me ... an OS called Haiku should be able to ... write a haiku. So I slapped together a CLI utility along the lines of fortune. No deep semantic analysis involved, I'm afraid, just a rearrangement of words in the required 5 - 7 - 5 syllable patterns. Occasionally it sounds as if there is a poet inside the computer trying to break out. Far more often, it looks like the computer is populated by Vogons. But, it is a haiku. You can pipe the output like any self-respecting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB