Skip to content

Instantly share code, notes, and snippets.

View romirk's full-sized avatar
🦆

Romir K romirk

🦆
View GitHub Profile
@romirk
romirk / keybase.md
Last active September 27, 2020 10:39
Keybase proof

Keybase proof

I hereby claim:

  • I am romirk on github.
  • I am romirk (https://keybase.io/romirk) on keybase.
  • I have a public key whose fingerprint is CEBC F3AA 8626 866B 9FCE 77CB CC49 4C84 6B3E CF0E

To claim this, I am signing this object:

@romirk
romirk / gas.json
Last active October 17, 2020 23:27
// VS Code Snippets for GNU Assembly
// by Romir Kulshrestha <http://github.com/romirk>
{
"main": {
"prefix": "main",
"body": [
".bss",
".data",
".text",
@romirk
romirk / quickstart.sh
Last active February 12, 2022 16:43
set up environment
cd ~
mkdir impactlab
cd impactlab
git clone https://github.com/yesdelft/SPOT.git
git clone https://github.com/boston-dynamics/spot-sdk.git
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install software-properties-common
sudo apt install python3.7
sudo update-alternatives --config python