Skip to content

Instantly share code, notes, and snippets.

View mortezae's full-sized avatar

Morteza E mortezae

View GitHub Profile
@maanimis
maanimis / TradingView-Script-Downloader.js
Created May 26, 2025 23:04
Complete TradingView script downloading solution with batch processing and status tracking
// ==UserScript==
// @name TradingView Script Downloader
// @namespace http://tampermonkey.net/
// @version 5.0
// @description Complete TradingView script downloading solution with batch processing and status tracking
// @author You
// @match https://www.tradingview.com/script/*
// @match https://www.tradingview.com/*
// @grant GM_setValue
// @grant GM_getValue
@maanimis
maanimis / GithubMultiView.user.js
Last active July 1, 2025 16:57
Redirect GitHub repositories to Gitingest, GitDiagram, or DeepWiki with a single click.
// ==UserScript==
// @name GithubMultiView
// @namespace Violentmonkey Scripts
// @match https://github.com/*
// @grant none
// @version 5.0
// @author maanimis
// @description Redirect GitHub repositories to Gitingest, GitDiagram, or DeepWiki with a single click.
// @grant GM_registerMenuCommand
// @run-at document-end
@bitsnaps
bitsnaps / bootstrap5.md
Last active November 13, 2025 12:20
A cheat sheet for Bootstrap 5

Bootstrap v5 Cheat Sheet:

This cheat sheet provides a comprehensive overview of the Bootstrap v5 CSS framework, including its layout system, typography, colors, components, utilities, JavaScript plugins, customization options, accessibility considerations, responsive utilities, and RTL support.

It also demonstrates with some code usage examples how to use various features in your HTML and CSS code.

1. Layout

  • Container: .container, .container-fluid, .container-{breakpoint}
  • Grid system: .row, .col, .col-{breakpoint}-{size}
  • Responsive breakpoints: sm, md, lg, xl, xxl
@romainl
romainl / grep.md
Last active December 2, 2025 15:34
Instant grep + quickfix

FOREWORDS

I don't mean the snippet at the bottom of this gist to be a generic plug-n-play solution to your search needs. It is very likely to not work for you or even break things, and it certainly is not as extensively tested and genericised as your regular third-party plugin.

My goal, here and in most of my posts, is to show how Vim's features can be leveraged to build your own high-level, low-maintenance, workflows without systematically jumping on the plugins bandwagon or twisting Vim's arm.


Instant grep + quickfix

@rg3915
rg3915 / _xmacroplay.md
Last active June 29, 2022 07:41
xmacroplay usage example.

#xmacroplay

Exemplo de uso do xmacroplay.

Usage:

sudo apt-get install xmacro
sudo apt-get install vim
wget --output-document=xmacroexample.sh https://goo.gl/Xt9KkU