Skip to content

Instantly share code, notes, and snippets.

View hugotai101's full-sized avatar
🏠
Working from home

hugotai hugotai101

🏠
Working from home
View GitHub Profile
@zchee
zchee / actionlist.vim
Last active July 22, 2024 13:13
IdeaVim actionlist
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb <A-S-G>
$SelectAll <M-A>
$Undo <M-Z>
@rahilwazir
rahilwazir / vmdk_vhdx.md
Last active July 22, 2024 19:25
Convert VMWare to Hyper-V (vmdk to vhdx)
@rafaelsq
rafaelsq / index.html
Last active June 10, 2024 07:20
TOTP with Web Crypto API
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css">
<title>TOTP</title>
</head>
<body>
<section class="section">