Skip to content

Instantly share code, notes, and snippets.

View rudrasohan's full-sized avatar
🤖
doing nerd stuff.....

Sohan Rudra rudrasohan

🤖
doing nerd stuff.....
View GitHub Profile
@rudrasohan
rudrasohan / gym_to_gif.py
Created June 17, 2021 17:23 — forked from botforge/gym_to_gif.py
Save OpenAI Gym renders as GIFS
from matplotlib import animation
import matplotlib.pyplot as plt
import gym
"""
Ensure you have imagemagick installed with
sudo apt-get install imagemagick
Open file in CLI with:
xgd-open <filelname>
@rudrasohan
rudrasohan / ASM_DOC.md
Created November 18, 2019 18:00
Common assembly quick-notes for MASM

Strings

DF: Direction flags to determine in which direction the operations will take place. (SI, DI responsible)

CLD: DF=0
STD: DF=1

MOVSB: Copies one character off a string into another (similarly MOVSW)

REP: Repeats in CX