Skip to content

Instantly share code, notes, and snippets.

View Rndwiga's full-sized avatar
😀
It's never that serious

Raphael Ndwiga Rndwiga

😀
It's never that serious
View GitHub Profile
@ruario
ruario / authy-fetch-extract-snap.md
Last active June 25, 2024 07:26
How to download and install Twilio Authy on a desktop Linux system without snap support
  • Make an install directory somewhere convenient and switch to it
mkdir -p ~/.local/share/authy
cd ~/.local/share/authy
  • Fetch the current Authy snap
@Rndwiga
Rndwiga / gist:49cc94b5c57bf4b8d00902d1658d11a8
Created June 20, 2017 16:57 — forked from jineeshjohn/gist:2044414
Dynamic html table rows and column creation with jQuery
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<style>
table{
width:500px;
height:500px;
}
table td{
padding:10px;
margin:10px;
border:1px solid #ccc;