Skip to content

Instantly share code, notes, and snippets.

View TripleK2004's full-sized avatar

TripleK TripleK2004

View GitHub Profile
@ZeusOfTheCrows
ZeusOfTheCrows / Telegram Theming Reference.md
Last active June 14, 2024 15:53
Comprehensive reference description of telegram theming elements
@rezwan-hossain
rezwan-hossain / gist:f8a10b2bbb3321ae202ddf6262d83415
Last active May 15, 2023 20:36
rofi keybinding/shortcut for starting rofi
After install rofi we can type terminal following command to run rofi
rofi show <mode> mode = run or window
we can also add keybord shortcuts to run rofi in lubuntu
go to .config/openbox there you will find lubuntu-rc.xml file this file contain all shortcuts our system
we need to add addition shortcuts
<keybind key="W-space">
<action name="Execute">
@shabbir-hasan
shabbir-hasan / mpv.conf
Created July 29, 2018 14:43
MPV Configuration (mpv.conf) on Windows 10 Pro
# vim: syntax=config
###########
# General #
###########
priority=high
input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket
load-stats-overlay=yes # use local stats.lua
@RabaDabaDoba
RabaDabaDoba / ANSI-color-codes.h
Last active April 2, 2025 20:01 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes working in C!
/*
* This is free and unencumbered software released into the public domain.
*
* For more information, please refer to <https://unlicense.org>
*/
//Regular text
#define BLK "\e[0;30m"
#define RED "\e[0;31m"
#define GRN "\e[0;32m"
@xirixiz
xirixiz / Set up GitHub push with SSH keys.md
Last active April 2, 2025 16:20 — forked from developius/README.md
Set up GitHub push with SSH keys

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "[email protected]"
@kapillamba4
kapillamba4 / pacman.md
Created November 15, 2017 07:57
ArchLinux Pacman Cheatsheet

Update package list

sudo pacman -Syy

Update and upgrade all

sudo pacman -Syu

Install specific package

sudo pacman -S pkgname

Find available packages

@matthewzring
matthewzring / markdown-text-101.md
Last active April 9, 2025 15:37
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

What this guide covers:

mpv link_to_youtube_vid --no-video
@lopspower
lopspower / README.md
Last active April 6, 2025 13:42
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@tanyuan
tanyuan / ranger.md
Created February 29, 2016 04:02
Notes on ranger the miller columns console file manager.

Ranger File Manager

Use Python 3. q to quit.

Shortcuts

File manipulation

  • Space: Select file or directory like Ctrl.
  • v/V: Select continuously like Shift.
  • yy: Copy files.