fd: simple, fast and user-friendly alternative to find

fd is a simple, fast and user-friendly alternative to find Features Convenient syntax: fd PATTERN instead of find -iname ‚*PATTERN*‘. Colorized terminal output (similar to ls). It’s fast (see benchmarks below). Smart case: the search is case-insensitive by default. It …

Pulsar

Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API. Main features Horizontally scalable (Millions of independent topics and millions of messages …

Numba

Numba translates Python functions to optimized machine code at runtime using the industry-standard LLVM compiler library. Numba-compiled numerical algorithms in Python can approach the speeds of C or FORTRAN. You don’t need …

Better bash script

It’s really important to catch errors as soon as they occur and to fail fast. Nothing can be worse than continuing with something like: Notice how the variable name FILE_NAME or DST_DIR is …

Glances: An Eye on your system

Glances is a cross-platform system monitoring tool written in Python. Features Cross-platformWritten in Python, Glances will run on almost any plaftorm : GNU/Linux, FreeBSD, OS X and Windows.  APIGlances includes …

1678 Vim tips

VimTip1 SearchingVimTip2 Easy edit of files in the same directoryVimTip3 Compile Java with JikesVimTip4 Any word completionVimTip6 Moving to matching bracesVimTip7 Jumping to the start and end of a code blockVimTip8 Jumping to the declaration of a …