Skip to content

Instantly share code, notes, and snippets.

View riiamri23's full-sized avatar
😅
.

Rii Amri riiamri23

😅
.
View GitHub Profile
@riiamri23
riiamri23 / nv-chad.md
Created May 4, 2024 15:19 — forked from wisnuwiry/nv-chad.md
A basic keyboard shortcut for the vim/nvim editor.

General

  1. Show Documentation: K
  2. Go to Code Action: leader + ca
  3. Go to Definition: gd
  4. Comment: leader + /
  5. Toggle Line Number: leader + n
  6. New Buffer: leader + b
  7. Relative number: leader + rn
  8. Copy whole file: Ctrl + c
@riiamri23
riiamri23 / README.md
Created December 6, 2023 05:48 — forked from straker/README.md
Basic Tetris HTML and JavaScript Game

Basic Tetris HTML and JavaScript Game

This is a basic implementation of the game Tetris, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

@riiamri23
riiamri23 / pokemon.json
Created June 24, 2021 12:47 — forked from mrcsxsiq/pokemon.json
List of pokemon
[
{
"name": "Bulbasaur",
"id": "#001",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/001.png",
"xdescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"ydescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"height": "2' 04\"",
"category": "Seed",
"weight": "15.2 lbs",