Machine Learning Cheat Sheet
This repository is a visually rich and well-organized cheat sheet summarizing core machine learning concepts, algorithms, formulas, and best practices. It in
Enter
Must Reading on ISAC
A design paradigm and corresponding enabling technologies, in which sensing and comms systems are integrated to ef?ciently utilize congested wireless/hardware
Enter
Toolbox
Piotrs Image & Video MATLAB Toolbox is a general-purpose MATLAB toolbox for image and Video processing and vision tasks, offering utilities, filters, dete
Enter
Machine Learning Octave
This repository contains MATLAB / Octave implementations of popular machine learning algorithms, along with explanatory code and mathematical derivations, inte
Enter
MIMO OFDM
This repository contains the MATLAB implementation source code accompanying the book MIMO-OFDM ??????? MATLAB ?? (MIMO-OFDM Wireless Communication Technology
Enter
ConvNet Burden
convnet-burden is a MATLAB toolbox / script collection estimating computational cost (FLOPs) and memory consumption of various convolutional neural network arc
Enter
Activity Recognition
This repository is a curated collection of resources, papers, code, and summaries relating to human activity recognition/behavior recognition. It is not a sing
Enter
Gait Tracking With x-IMU
This repository provides the source code for a foot-tracking algorithm using an inertial measurement unit (IMU) attached to the foot, as demonstrated in Seb Ma
Enter
ES6 Tutorial
This is a comprehensive, book-style tutorial that teaches modern JavaScript beginning with ES6 and continuing into later additions to the language. It introduc
Enter
Cancelable Async Flows
CAF (Cancelable Async Flows) is a small utility that brings cooperative cancellation to JavaScript async workflows. It wraps async generators or promise-return
Enter
asynquence
asynquence is a small, promise-like flow library for composing asynchronous steps into readable sequences. Instead of juggling nested callbacks, you create a c
Enter
pangu.js
pangu.js is a lightweight JavaScript library that automatically inserts proper spacing between Chinese, Japanese, or Korean (CJK) characters and Latin letters,
Enter
Tiny
This repository implements the Tiny Face Detector (from Hu & Ramanan, CVPR 2017) in MATLAB (using MatConvNet). The method is designed to detect tiny faces
Enter
htrace.sh
htrace.sh is a shell-based Swiss Army knife for HTTP/HTTPS troubleshooting that wraps a variety of network and security tools into a single, convenient comma
Enter
pangu.py
pangu.py is a Python port of the Pangu spacing tool that automatically inserts proper whitespace between CJK characters and Latin letters, numbers, or symbols.
Enter
vinegar.vim
vim-vinegar enhances Vims built-in netrw file browser with intuitive, minimal improvements that make file navigation faster and more consistent. It simplifies
Enter
CAM
This repository implements Class Activation Mapping (CAM), a technique to expose the implicit attention of convolutional neural networks by generating heatmaps
Enter
Gutentags
vim-gutentags automates the management of tag files in Vim so developers never have to run ctags manually again. It tracks file changes and regenerates tags in
Enter
Gruvbox Material
gruvbox-material is a modern, refined re-implementation of the popular gruvbox color palette designed for Vim and Neovim. It preserves gruvboxs earthy tones a
Enter
targets.vim
targets.vim extends Vim with a rich set of additional text objects that work like native inside/around (i/a) objects but cover more delimiters and structures
Enter
repeat.vim
vim-repeat extends Vims . command so that complex plugin mappings and custom operators can be repeated just like built-in edits. Many popular plugins opt into
Enter
Firefox GNOME theme
A GNOME theme for Firefox. This theme follows lastest GNOME Adwaita style. Be aware that this theme might do things that are not supported by upstream Firefox.
Enter
OpenTLD
OpenTLD is an open source implementation of the TLD (Tracking-Learning-Detection) framework, designed for real-time 2D tracking of a single object in Video seq
Enter
Tabular
Tabular is a Vim plugin for aligning text into neat columns using pattern-driven rules. Instead of manually spacing content, you define an alignment targetsuc
Enter
vim-signify
vim-signify shows version-control diffs directly in Vims sign column so you can see added, changed, and removed lines at a glance. It computes hunks against y
Enter
vim-dispatch
vim-dispatch is Tim Popes asynchronous build and test dispatcher for Vim that lets you run long-running tasks without blocking the editor. It abstracts over d
Enter
Integrant
Integrant is a minimalistic micro-framework for building applications following a data-driven architecture. It lets you define system components declaratively
Enter
neocomplete.vim
neocomplete.vim is Shougos next-generation completion framework for Vim that provides fast, context-aware insert-mode completion without requiring a heavywe
Enter
vim-instant-markdown
vim-instant-markdown provides live Markdown preview from Vim/Neovim in your web browser with minimal configuration. When you open a Markdown file, the plugin l
Enter
test.vim
vim-test is a flexible testing runner for Vim and Neovim that provides a unified interface to execute tests across many languages and frameworks from inside th
Enter
abolish.vim
vim-abolish streamlines search, substitution, and case transformations by understanding word variations and common inflections. It provides a powerful : Substi
Enter
Nextra
Simple, powerful, and flexible site generation framework with everything you love from Next.js. Nextra automatically converts Markdown links and images to use
Enter
neobundle.vim
NeoBundle is a legacy plugin manager by Shougo designed to make installing, updating, and organizing Vim plugins straightforward and scriptable. It lets you de
Enter
SuperTab
supertab lets you drive completion with the Tab key instead of the default Ctrl-N/Ctrl-P, making insert-mode completion feel more natural. It can cycle through
Enter
vim-lsp
vim-lsp is a Language Server Protocol client for Vim 8 and Neovim that brings modern IDE-style features into a lightweight editor. It uses Vims async jobs and
Enter
unimpaired.vim
vim-unimpaired provides a rich set of bracket mappings that make navigation and editing faster with consistent, memorable keys. It standardizes previous/next
Enter
Everforest
Everforest is a calm, green-tinted color scheme designed to reduce eye strain with soft contrast and carefully tuned foregroundbackground relationships. It sh
Enter
Auto Pairs
Auto Pairs is a Vim plugin by jiangmiao that enhances the editing experience by automatically inserting matching pairs of characters (brackets, quotes, parenth
Enter
rails.vim
vim-rails is a powerful plugin by Tim?Pope designed to enhance the development experience of Ruby on Rails applications inside Vim. It understands the Rails di
Enter
Tempesta FW
Tempesta FW is an all-in-one open-source solution for high performance web content delivery and advanced protection against DDoS and web attacks. This is a dro
Enter
dadbod.vim
vim-dadbod (by tpope) is a modern database interface plugin for Vim and Neovim designed to let you run queries and manage database connections directly from yo
Enter
goyo.vim
goyo.vim is a plugin by junegunn that provides a distraction-free writing environment inside Vim or Neovim by concentrating the focus on the current buffer. Wh
Enter
vim-visual-multi
vim-visual-multi is a plugin that brings multi-cursor functionality to Vim and Neovim similar to what many modern editors provide. Instead of only using Vims
Enter
windsurf.vim
windsurf.vim is a plugin for Vim and Neovim by Exafunction (formerly part of the Codeium project) that brings in AI-driven code completion and assistance capab
Enter
vim-startify
vim-startify is a plugin that replaces or enhances Vims default blank start screen (when Vim is launched without files) with a more structured, usable homepag
Enter
Tagbar
Tagbar is a plugin for Vim and Neovim that provides a structural overview of the file you are editing by leveraging tags (via tools like ctags). It opens a sid
Enter
Copilot.vim
Copilot.vim is a plugin that integrates GitHub Copilot the AI code completion tool from GitHub with Vim and Neovim. It effectively brings inline AI-powered
Enter
vim-tmux-navigator
The vim-tmux-navigator plugin enables smooth and consistent navigation between splits within Vim (or Neovim) and panes in tmux, using a unified set of hotkeys.
Enter
vim-pathogen
Vim-Pathogen is a lightweight plugin manager for Vim that simplifies how you handle and isolate your runtime path. Rather than dumping all plugins directly int
Enter
vim-surround
vim-surround is a deceptively small plugin that makes editing surroundings (quotes, brackets, tags, and more) feel natural and instantaneous. It turns the re
Enter