Skip to content

Instantly share code, notes, and snippets.

View vkmb's full-sized avatar
🌴
On vacation

Kunkuma Mithun Balaji Venkatesan vkmb

🌴
On vacation
View GitHub Profile
@vkmb
vkmb / README.md
Created August 16, 2024 19:57 — forked from IsaacXen/README.md
(Almost) Every WWDC videos download links for aria2c.
@vkmb
vkmb / ANSI.md
Created July 18, 2023 09:26 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@vkmb
vkmb / .skhdrc
Created April 10, 2022 20:11 — forked from kiwirm/.skhdrc
# Updated from https://gist.github.com/pkazmier to support yabai
#
# The following configuration heavily leverages modal keymaps to minimize the
# pollution of global keybindings. In addition, the modal keymaps facilitate
# the consistent use of the same keybindings across different modes. For
# example, this configuration uses 'h', 'l', 'j', and 'k' to represent west,
# east, south, and north when: changing focus, warping windows, resizing
# windows, swapping windows, and moving floating windows. Those four keys are
# mapped differently depending on the current mode to provide a consistent user
# experience.
import os
import time
import slack
import demoji
from csv import reader, writer
from string import punctuation
client = slack.WebClient(os.environ['slack_api'])
file = open("automated2.csv")