146 programs for "simple terminal" with 2 filters applied:

  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1
    Kotter

    Kotter

    A declarative, Kotlin-idiomatic API for writing dynamic console app

    Kotter (a KOTlin TERminal library) aims to be a relatively thin, declarative, Kotlin-idiomatic API that provides useful functionality for writing delightful console applications. It strives to keep things simple, providing a solution a bit more opinionated than making raw println calls but way less featured than something like Java Curses.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Terminal-BASIC

    Terminal-BASIC

    BASIC-like language interpreter for embedded systems

    Terminal-BASIC is a BASIC-like language interpreter, works on a set of single board embedded systems (i.e. famous AVR uc based boards). Terminal-BASIC: * suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations; * written in C++11; * has modular structure (can save uc storage, instantiating only used modules); * works through different i/o devices, using vt100 commands; * on systems with multiple i/O devices can work as simple time-sharing system...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    PSeInt

    PSeInt

    A tool for learning programming basis with a simple spanish pseudocode

    PSeInt is a pseudo-code interpreter for spanish-speaking programming students. Its main purpose is to be a tool for learning and understanding the basic concepts about programming and applying them with an easy understanding spanish pseudocode.
    Leader badge
    Downloads: 46,741 This Week
    Last Update:
    See Project
  • 4

    empty

    Run applications under pseudo-terminal (PTY) sessions

    empty - run applications under pseudo-terminal (PTY) sessions to dialogue with interactive programs. Replace TCL/Expect with a simple tool and use your favorite shell (sh, bash, csh, tcsh, ksh, zsh, etc)
    Leader badge
    Downloads: 187 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5
    Agena

    Agena

    Agena is an interpreted procedural programming language.

    Agena is an easy-to-learn procedural programming language suited to be used in scientific, mathematical, scripting, networking, and many other applications. Binaries are available for Solaris, Windows, Linux, OS/2, Mac OS X, Raspberry Pi and DOS.
    Leader badge
    Downloads: 114 This Week
    Last Update:
    See Project
  • 6
    BAIK Scripting Language

    BAIK Scripting Language

    Bahasa Komputer berejaan Indonesia

    BAIK is a scripting language which syntax is in Indonesian for Windows, iOS, Android and Linux. BAIK runs on Server, Desktop, Laptop, Mobile gadget and Embedded Computer IoT. It supports basic text input output, Animation, PDF, UTF8, Printer, simple OOP, GUI, CGI, Databases, Graphics and TCP/IP. "BAIK adalah bahasa komputer dalam bahasa Indonesia"
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    antigift

    antigift

    antigift is simple cross-platform, files & folders encryption tool

    antigift could be used for encryption files & folders on USB-flash or HDD partition. Works on Linux (including Android), Windows, Mac OS X, FreeBSD, DragonFly BSD and other on OSes. Do not required installation. Include WIPE tool for wiping free space and tool for recovery forgotten key. See documentation at http://sourceforge.net/p/antigift/wiki/Home/ antigift простой и кросс-платформенный инструмент для шифрования файлов и папок(с ccrypt в качестве основы) Подробности см. на...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    KaNaPi

    KaNaPi

    Educational Linux Distribution

    Main goals: * Prepare operating system based on Linux kernel and free software for use at home from scratch by building sources. Binary packages/images are also available. * Each package is installed in separate directory, so you can use different versions of applications and libraries by design. * There is only one user 'kanapi' with root permissions, so you don't have to login, remember passwords, etc. * Simple configuration * Automatic compilation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10

    Forthlang

    A simple LLVM frontend to Forthlang - my own simple dialect of Forth

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    kevux-tools

    kevux-tools

    Provide common tools similar to coreutils and util-linux.

    Provide common tools similar to coreutils and util-linux primarily for the Kevux systems. Simple commands like 'install' have proven to be problematic in that they might nit work well in change root environments where there is no mounted /proc filesystem. Provide simple replacements and other common tools utilizing the Featureless Linux Library. These will not be one-to-one or feature-to-feature replacements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    A20_sdk

    A simple armv7h sdk

    This is my sdk for usage with slackware on A20 devices like bananapi, cubietruck and olimex-som. For more info see https://github.com/tjohann/a20_sdk .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CountBitsSet

    minimal benchmark code for Counting Set Bits (ones) in an Integer

    I was curious how much better the Algorithms, pointed out by BitTwiddling Hacks, perform than a simple Lookup Table approach... Now I think, perhaps my little investigation is interesting for others too... PS: the parallel counting Algo is about 35% faster on average on my computers than a simple LUT based solution. Also this shows nicely how different a human brain compatible solution is to a binary machine optimal solution :-) In the meantime I added other Algorithms beside countbisset...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IdleX - IDLE Extensions for Python
    A collection of extensions for Python's IDLE, the Python IDE built with the tkinter GUI toolkit.
    Leader badge
    Downloads: 109 This Week
    Last Update:
    See Project
  • 15
    SoundHelix

    SoundHelix

    Versatile algorithmic random music generation software written in Java

    SoundHelix is a free versatile Java framework for algorithmic random music composition. SoundHelix can generate random songs, play them (for example, on any number of MIDI devices or MIDI-capable software synthesizers) and is highly customizable using XML configuration. SoundHelix also allows writing the generated music as MIDI files. SoundHelix produces music that is actually enjoyable to listen to.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16

    VIDGUI

    A simple, friendly framework for Free Pascal text mode GUI creation.

    A framework for creating Free Pascal text mode GUIs, it aims to be simple and friendly. Not as powerful as Free Vision but much easier to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Formake is a generic build system template OR build system from scratch project. Formake provides generic project that builds several executables and libraries. Formake declares to be bloatless, portable, conform to known UNIX standards and be simple in sense of using only standard Shell and Make. Formake is for those power users and developers that know and respect Shell and Make. See wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MLton

    MLton

    A whole-program optimizing compiler for Standard ML

    ...), a number of useful language extensions, a complete implementation of the Standard ML Basis Library, various useful libraries, a simple and fast C foreign function interface, the ML Basis system for programming with source libraries, and tools such as a lexer generator, a parser generator, and a profiler.
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 19
    Moritz

    Moritz

    transfer xml into specific text-formats (html, dot, source-code, ...)

    Moritz is an "addon" to the well known tool doxygen. It generates nassi shneiderman diagramms of functions and methods in a c/c++ source as html-files, which could be included in a software-dokumentaion or simple whached by using a html-browser.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20

    Skies of Arcadia Legends Examiner

    Command line tool to extract the data from Skies of Arcadia Legends.

    ALX is a very simple, fast, cross-platform and object-oriented command line tool to extract the game data from Skies of Arcadia, Skies of Arcadia Legends, Eternal Arcadia (エターナルアルカディア) and Eternal Arcadia Legends (エターナルアルカディアレジェンド). It is able to export and import the data to and from CSV files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    klein

    Simple ncurses-based text editor for your Linux terminal.

    KLEIN is a small and simple single-file C program which implements minimalist text editor for your Linux terminal. Though its original purpose is to edit shell script files, you can use it for editing config files, READMEs and small source code files as well. The editor also allows to test custom scripts right from within its environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    wunderbar

    wunderbar

    Simple horizontal bar chart printer for your terminal

    Wunderbar can print a horizontal bar chart with legend and chart scale straight to your terminal. Or you can use it as a module in your code and get all the building blocks to print the chart yourself. Wunderbar uses partial block characters to print the most precise charts possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    yapyutils

    yapyutils

    Utilities for platform indepentent low-level system APIs.

    .... The current release contains: * *yapyutils.modules* A utility to locate and load modules by a given name and/or file system path name, based on the *sys.path* variable. * *yapyutils.files* Search and location of files, e.g. modules and configuration files. * *yapyutils.help* Simple help for command line interfaces. * *yapyutils.config* Configuration file support, in particular for the initial setup of software packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    concordia

    concordia

    Powerful search library, best suited for computer-aided translation

    Concordia - Roman goddess of agreement. Concordance searcher - tool for translators who need their translations to "agree" with one standard. Concordia is a C++ library for fast text lookup in large corpora. It uses a RAM stored index, which takes up approximately 600MB of memory for a corpus of 2 million sentences. It is based on the idea of a suffix array, enhanced by the presence of other auxiliary data structures. The effects are stunning - Concordia is able to do simple substring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    cmdok

    Command validation tool

    cmdok checks that specified commands are OK. If command is OK than it exists in PATH and can be run. It is a simple, small and portable Bash script. It is useful in software packages that want to check that some commands exist before trying to run them. See wiki for more information and examples.
    Downloads: 0 This Week
    Last Update:
    See Project