Spitfire is a basic terminal language that can exicute code via the terminal.

Spitfire

Spitfire is a basic terminal language that can exicute code via the terminal. It is easy to learn and runs fast, considering that its just a 300 line c++ file.

Resources

  • q, the q command exits into shell/bash, depending on your operating system

  • printf, the printf command allows you to print a string to the terminal

  • doMath, the doMath command allows you to choose between all 4 operations for math

  • vPoint, the vPoint command allows you to view the pointer of a chosen string

  • whileLoop, allows you to infinitly loop any string

  • forLoop, allows you to for loop any string

  • forLoopInt, allows you to for loop any integer

  • forLoopFloat, allows you to for loop any floating point number, even though the datatype is double

  • pFloat, pFloat allows you to print a floating point number, even though the datatype is double

  • pInt, pInt allows you to print any integer to the terminal

  • miscMath, the miscMath command allows you to chooose between powing a chosen value by a chosen exponent, or it will allow you to calculate a square root.

Why the name spitfire

The reason that spitfire is called spitfire is because it was meant to be the origional name for AccessJS, but was dropped becauase AccessJS makes more sense and just applies more. tl;dr, I wanted to use a cool name that was dropped from past projects for convenience reasons, and it doesnt mean anything because the program itsself doesnt mean anything.

Owner
jhomas tefferson
Good God. I finally learned how to make an API that transfers data to the template, instead of creating a white page with data on it.
jhomas tefferson
Similar Resources

Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits

Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits

Programmer calculator The programmer calculator is a simple terminal tool designed to give maximum efficiency and flexibility to the programmer workin

Dec 24, 2022

X terminal emulator rendering through OpenGL ES Compute Shaders

Zutty is a terminal emulator for the X Window System, functionally similar to several other X terminal emulators such as xterm, rxvt and countless others

Dec 24, 2022

The new Windows Terminal and the original Windows console host, all in the same place!

The new Windows Terminal and the original Windows console host, all in the same place!

Dec 29, 2022

n³ The unorthodox terminal file manager

n³ The unorthodox terminal file manager

n³ The unorthodox terminal file manager

Jan 1, 2023

Graphs the activity of a chia harvester in a linux terminal.

Graphs the activity of a chia harvester in a linux terminal.

Chia Harvest Graph Monitor for Chia Harvesting Introduction The chiaharvestgraph tool will graph Chia Harvesting activity in a linux terminal. Use a 2

Dec 11, 2022

a simple to use linux terminal

a simple to use linux terminal

Feb 17, 2022

Collection of human friendly terminal interface for git.

Collection of human friendly terminal interface for git.

A collection of human friendly terminal user interface for git.

Dec 30, 2022

Simple benchmark for terminal output

TermBench This is a simple timing utility you can use to see how slow your terminal program is at parsing escape-sequence-coded color output. It can b

Dec 4, 2022

tinytetris - 80x23 terminal tetris

tinytetris - 80x23 terminal tetris

tinytetris - 80x23 terminal tetris

Jan 3, 2023
Related tags
Creation of a sudoku in a terminal with the C language.

hack-fest-2021-sudoku Creation of a sudoku in a terminal with the C language. Genesis The idea of creating this project is multiple : first of all, I

Nov 16, 2022
This is a terminal made using C language.
This is a terminal made using C language.

CommandConsole As the name suggests this is a terminal like software. Like a normal terminal in linux or command prompt in windows, it also works like

Nov 11, 2022
Encrypted shellcode injector with basic virtual machine evasion using C++
Encrypted shellcode injector with basic virtual machine evasion using C++

C++ PE Injector Overview Fully undetectable shellcode injector written in C++ with customizable XOR payload encryption/decryption and basic antivirus

Apr 5, 2022
A basic to-do list application for the command line.

A basic command-line todo list, allowing you to keep track of tasks right in the terminal

Oct 22, 2021
Mini Shell in C implementing the basic command line functionalities

Mini-Shell Mini Shell in C implementing the basic command line functionalities Instructions to execute the shell: Download the readline library using

Nov 19, 2021
Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage

What is UTBotCpp? UTBotCpp generates test cases by code, trying to cover maximum statements and execution paths. We treat source code as source of tru

Jan 8, 2023
Small header only C++ library for writing multiplatform terminal applications

Terminal Terminal is small header only library for writing terminal applications. It works on Linux, macOS and Windows (in the native cmd.exe console)

Jan 2, 2023
:computer: C++ Functional Terminal User Interface. :heart:
:computer: C++ Functional Terminal User Interface. :heart:

FTXUI Functional Terminal (X) User interface A simple C++ library for terminal based user interface. Demo: Feature Functional style. Inspired by [1] a

Jan 3, 2023
A little UNIX-inspired terminal application for the Numworks Calculator (not using escher).
A little UNIX-inspired terminal application for the Numworks Calculator (not using escher).

L.E. Terminal (let for short) is a little UNIX-inspired terminal for the Numworks Calculator.

Aug 31, 2022
Draw sequence diagram in text from terminal.

sequence-diagram-cli Draw seqence diagram from terminal.

Dec 20, 2022