Skip to content

Instantly share code, notes, and snippets.

View vipranarayan14's full-sized avatar
🤔
Thinking

Prasanna Venkatesh T S vipranarayan14

🤔
Thinking
View GitHub Profile
@Tamal
Tamal / git-ssh-error-fix.sh
Last active July 8, 2024 13:24
Solution for 'ssh: connect to host github.com port 22: Connection timed out' error
$ git clone git@github.com:xxxxx/xxxx.git my-awesome-proj
Cloning into 'my-awesome-proj'...
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
$ # This should also timeout
$ ssh -T git@github.com
ssh: connect to host github.com port 22: Connection timed out
$ # but this might work
@vipranarayan14
vipranarayan14 / navigable-table.html
Last active February 20, 2023 21:18
A pure JavaScript navigable table that allows navigation using arrow keys.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table id="navigableTable">
<tbody>