131 private links
PacVim is a game that teaches you vim commands. You must move pacman (the green cursor) to highlight each word on the gameboard while avoiding the ghosts (in red).
This is a Python wrapper for TA-LIB based on Cython instead of SWIG. From the homepage:
TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
Includes 150+ indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, etc.
Candlestick pattern recognition
Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET
With support for more than 90 bitcoin/altcoin exchanges.
Rocket is a web framework for the Rust
programming language that makes it simple to write fast web applications
without sacrificing flexibility or type safety.
Linoxide: An article on how to install SoCLI tool to search and browse Stack Overflow from command line interface on Linux.
Micro is a modern, easy-to-use cross-platform terminal-based text editor for Linux, that designed to utilize the full capabilities of modern Linux terminals.
A unique method in the world to learn ROS online.
Entering and mastering ROS in only 5 days.
Opensource python library for text mining focusing on document similarity identification.
A general list of applications sorted by category, as a reference for those looking for packages in the Arch distribtion. Many sections are split between console and graphical applications.
This guide explains how to move a running process from one terminal to another without closing it using Reptyr in Unix-like operating systems.
Stacer is an open source app created to better optimize your Linux PC in the sense that it packs quite the list of features you’d normally expect from an
I programmed these to show some of the many chess variants, rather than to be strong opponents. I could have added longer look-aheads, but this would have caused delays and taken up too much memory. Other chess applets exist and are also weak. Some of these applets recognize draw by repetition / perpetual check. Others fail to do so; again this is to save space and loading time.
A curated list of useful command line apps, in celebration of the TUI.
A tool for personal scheduling of appointments. Based on google calendar.
Nootka gives real-time feedback, has multiple difficulty levels, and is customizable.
i3session - The missing session manager for i3-wm
script
is an open source tool that makes a typescript of everything displayed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment, as the typescript file can be printed out later with lpr.
Everything between the script and the exit command is logged to the file. This includes the confirmation messages from script itself (unless the -q flag is used). Everything between the script and the exit command is logged to the file. This includes the confirmation messages from script itself.
Recorded shell sessions can be shared using online services. The advantage of sessions recorded in this format from the usual screencasts is that shell instructions can be easily copy/pasted from the player screen.
Useful command:
script --timing=time.txt script.log
and to replay
scriptreplay --timing=time.txt script.log
See also the nice -d
(divisor, speeds up playback) and -m
(max delay in playback) options for replay.
Summary
- ttystudio - Excellent terminal-to-gif recorder
- asciinema - Record and share terminal sessions
- Shelr - Broadcast plain text screencasts
- Showterm - Terminal record and upload utility
- TermRecord - Terminal session recorder with easy-to-share self-contained HTML output
- ttyrec - Terminal recorder, incudes a playback tool
- IPBT - High-tec terminal player
- tty2gif - Record scripts into both binary and gif formats
- termrec - Set of tools for recording and replaying tty sessions
- script - The granddaddy of terminal recorders